-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Aug 10, 2022 at 12:22 PM
-- Server version: 5.7.33
-- PHP Version: 7.3.11

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `erp_new_version`
--

-- --------------------------------------------------------

--
-- Table structure for table `account_classes`
--

CREATE TABLE `account_classes` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `status` tinyint(1) NOT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `account_classes`
--

INSERT INTO `account_classes` (`id`, `name`, `status`, `updated_at`, `created_at`) VALUES
(2, 'J7 Emporium', 1, '2021-08-05 06:54:06', '2021-08-05 06:54:06');

-- --------------------------------------------------------

--
-- Table structure for table `account_transfers`
--

CREATE TABLE `account_transfers` (
  `id` int(11) NOT NULL,
  `from_account` int(11) NOT NULL,
  `to_account` int(11) NOT NULL,
  `date` date NOT NULL,
  `amount` double NOT NULL,
  `memo` text,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `account_types`
--

CREATE TABLE `account_types` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `description` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `account_types`
--

INSERT INTO `account_types` (`id`, `name`, `description`) VALUES
(1, 'Income', '<p style=\"text-align: center;\"><strong>Income Account</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Categorizes money earned from normal business operations, such as:</p>\r\n<ul>\r\n<li style=\"text-align: left;\">Product sales</li>\r\n<li style=\"text-align: left;\">Service sales</li>\r\n<li style=\"text-align: left;\">Discounts to customers</li>\r\n</ul>'),
(2, 'Expense', '<p style=\"text-align: center;\"><strong>Expense Account</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Categorizes money spent in the course of normal business operations, such as:</p>\r\n<ul>\r\n<li style=\"text-align: left;\">Advertising and promotion</li>\r\n<li style=\"text-align: left;\">Office supplies</li>\r\n<li style=\"text-align: left;\">Insurance</li>\r\n<li style=\"text-align: left;\">Legal fees</li>\r\n<li style=\"text-align: left;\">Charitable contributions</li>\r\n<li style=\"text-align: left;\">Rent</li>\r\n</ul>'),
(3, 'Non-Current Asset', '<p style=\"text-align: center;\"><strong>Fixed Asset Account</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Tracks the value of significant items that have a useful life of more than one year, such as:</p>\r\n<ul>\r\n<li style=\"text-align: left;\">Buildings</li>\r\n<li style=\"text-align: left;\">Land</li>\r\n<li style=\"text-align: left;\">Machinery and equipment</li>\r\n<li style=\"text-align: left;\">Vehicles</li>\r\n</ul>'),
(4, 'Bank', '<p style=\"text-align: center;\"><strong>Bank Account</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Create one for each cash account, such as:</p>\r\n<ul>\r\n<li style=\"text-align: left;\">Petty Cash</li>\r\n<li style=\"text-align: left;\">Checking</li>\r\n<li style=\"text-align: left;\">Savings</li>\r\n<li style=\"text-align: left;\">Money market</li>\r\n</ul>'),
(7, 'Equity', '<p style=\"text-align: center;\"><strong>Equity Account</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Tracks money invested in. or money is taken out of, the business by owners or shareholders. Payroll and reimbursable expenses should not be included.</p>'),
(8, 'Accounts Receivable', '<p style=\"text-align: center;\"><strong>Accounts Receivable (A/R)</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Tracks money your customers owe you on unpaid invoices.</p>'),
(9, 'Other CurrentAsset', '<p style=\"text-align: center;\"><strong>Other Current Asset Account</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Tracks the value of things that can be converted to cash or used up within one year, such as:</p>\r\n<ul>\r\n<li style=\"text-align: left;\">Prepaid expenses</li>\r\n<li style=\"text-align: left;\">Employee cash advances</li>\r\n<li style=\"text-align: left;\">Inventory</li>\r\n<li style=\"text-align: left;\">Loans from your business</li>\r\n</ul>'),
(10, 'Other Asset', '<p style=\"text-align: center;\"><strong>Other&nbsp; Asset Account</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Tracks the value of things that are neither Fixed Assets nor Other Current Assets, such as:</p>\r\n<ul>\r\n<li style=\"text-align: left;\">Goodwill</li>\r\n<li style=\"text-align: left;\">Long-term&nbsp; notes receivable</li>\r\n<li style=\"text-align: left;\">Security deposits paid</li>\r\n</ul>'),
(11, 'Accounts Payable', '<p style=\"text-align: center;\"><strong>Accounts Payable (A/P)</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Tracks money you owe to vendors for purchases made on credit.</p>'),
(12, 'Other Current Liability', '<p style=\"text-align: center;\"><strong>Other Current Liability Account</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Tracks money your business owes and expects to pay within one year, such as:</p>\r\n<ul>\r\n<li style=\"text-align: left;\">Sales tax</li>\r\n<li style=\"text-align: left;\">Payroll tax</li>\r\n<li style=\"text-align: left;\">Security deposits/retainers from customers</li>\r\n</ul>'),
(13, 'Long Term Liability', '<p style=\"text-align: center;\"><strong>Long Term Liability Account</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Tracks money your business owes and expects to pay back over more than one year, such as:</p>\r\n<ul>\r\n<li style=\"text-align: left;\">Mortgages</li>\r\n<li style=\"text-align: left;\">Long-term loans</li>\r\n<li style=\"text-align: left;\">Notes payable</li>\r\n</ul>'),
(15, 'Direct Cost', '<p style=\"text-align: center;\"><strong>Cost of Goods Sold Account</strong><strong></strong></p>\r\n<p style=\"text-align: left;\">Tracks the direct costs to produce the items that your business sells, such as:</p>\r\n<ul>\r\n<li style=\"text-align: left;\">Cost of materials</li>\r\n<li style=\"text-align: left;\">Cost of labor</li>\r\n<li style=\"text-align: left;\">Shipping, freight, and delivery</li>\r\n<li style=\"text-align: left;\">Subcontractors</li>\r\n</ul>');

-- --------------------------------------------------------

--
-- Table structure for table `activity_log`
--

CREATE TABLE `activity_log` (
  `id` int(10) UNSIGNED NOT NULL,
  `log_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `subject_id` int(11) DEFAULT NULL,
  `subject_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `causer_id` int(11) DEFAULT NULL,
  `causer_type` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `properties` 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 `activity_log`
--

INSERT INTO `activity_log` (`id`, `log_name`, `description`, `subject_id`, `subject_type`, `causer_id`, `causer_type`, `properties`, `created_at`, `updated_at`) VALUES
(674, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 16:33:16', '2021-11-06 16:33:16'),
(675, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 16:37:01', '2021-11-06 16:37:01'),
(676, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 16:51:13', '2021-11-06 16:51:13'),
(677, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 18:56:39', '2021-11-06 18:56:39'),
(678, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 19:01:04', '2021-11-06 19:01:04'),
(679, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 19:19:51', '2021-11-06 19:19:51'),
(680, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 21:09:02', '2021-11-06 21:09:02'),
(681, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 21:09:19', '2021-11-06 21:09:19'),
(682, 'View', 'Unit Categories List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 21:09:28', '2021-11-06 21:09:28'),
(683, 'View', 'Unit Type List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 21:09:34', '2021-11-06 21:09:34'),
(684, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 21:10:06', '2021-11-06 21:10:06'),
(685, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 21:10:11', '2021-11-06 21:10:11'),
(686, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 21:10:47', '2021-11-06 21:10:47'),
(687, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 21:44:31', '2021-11-06 21:44:31'),
(688, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 21:48:46', '2021-11-06 21:48:46'),
(689, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 21:55:17', '2021-11-06 21:55:17'),
(690, 'view', 'SMS History', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 22:21:28', '2021-11-06 22:21:28'),
(691, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-06 22:46:35', '2021-11-06 22:46:35'),
(692, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:47:50', '2021-11-08 16:47:50'),
(693, 'Create', 'customer Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:52:25', '2021-11-08 16:52:25'),
(694, 'View', 'See the customer Detail Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:52:26', '2021-11-08 16:52:26'),
(695, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:52:44', '2021-11-08 16:52:44'),
(696, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:52:47', '2021-11-08 16:52:47'),
(697, 'View', 'Unit Type List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:52:51', '2021-11-08 16:52:51'),
(698, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:54:22', '2021-11-08 16:54:22'),
(699, 'Delete', 'Delete Unit Size 0', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:54:28', '2021-11-08 16:54:28'),
(700, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:54:28', '2021-11-08 16:54:28'),
(701, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:54:38', '2021-11-08 16:54:38'),
(702, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:54:47', '2021-11-08 16:54:47'),
(703, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:56:45', '2021-11-08 16:56:45'),
(704, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:57:07', '2021-11-08 16:57:07'),
(705, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-08 16:59:44', '2021-11-08 16:59:44'),
(706, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 00:07:15', '2021-11-09 00:07:15'),
(707, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:40:52', '2021-11-09 04:40:52'),
(708, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:41:14', '2021-11-09 04:41:14'),
(709, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:41:30', '2021-11-09 04:41:30'),
(710, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:41:40', '2021-11-09 04:41:40'),
(711, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:41:47', '2021-11-09 04:41:47'),
(712, 'Create', 'New inventory added LG402S', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:42:16', '2021-11-09 04:42:16'),
(713, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:42:16', '2021-11-09 04:42:16'),
(714, 'Create', 'New Dealer Added Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:43:02', '2021-11-09 04:43:02'),
(715, 'View', 'Dealer detail Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:43:02', '2021-11-09 04:43:02'),
(716, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:43:18', '2021-11-09 04:43:18'),
(717, 'Create', 'New Property Added  LG402S', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:44:05', '2021-11-09 04:44:05'),
(718, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:44:05', '2021-11-09 04:44:05'),
(719, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:44:24', '2021-11-09 04:44:24'),
(720, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:44:24', '2021-11-09 04:44:24'),
(721, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:49:10', '2021-11-09 04:49:10'),
(722, 'Create', 'Dealer Rebate Paid Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:49:36', '2021-11-09 04:49:36'),
(723, 'Create', 'New Receipt Added 50000', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:53:02', '2021-11-09 04:53:02'),
(724, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:53:07', '2021-11-09 04:53:07'),
(725, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:53:20', '2021-11-09 04:53:20'),
(726, 'Approved', 'Receipt Approved 50000', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:53:24', '2021-11-09 04:53:24'),
(727, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:53:24', '2021-11-09 04:53:24'),
(728, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 04:58:24', '2021-11-09 04:58:24'),
(729, 'Create', 'New Receipt Added 50001', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 05:02:44', '2021-11-09 05:02:44'),
(730, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 05:02:51', '2021-11-09 05:02:51'),
(731, 'Approved', 'Receipt Approved 50001', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 05:02:55', '2021-11-09 05:02:55'),
(732, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 05:02:56', '2021-11-09 05:02:56'),
(733, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:14:09', '2021-11-09 19:14:09'),
(734, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:15:13', '2021-11-09 19:15:13'),
(735, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:16:15', '2021-11-09 19:16:15'),
(736, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:16:20', '2021-11-09 19:16:20'),
(737, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:20:29', '2021-11-09 19:20:29'),
(738, 'Create', 'New inventory added LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:20:48', '2021-11-09 19:20:48'),
(739, 'View', 'See the inventory Detail LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:20:48', '2021-11-09 19:20:48'),
(740, 'Create', 'New Property Added  LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:40:55', '2021-11-09 19:40:55'),
(741, 'View', 'View the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:40:56', '2021-11-09 19:40:56'),
(742, 'Delete', 'Delete the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:41:23', '2021-11-09 19:41:23'),
(743, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:41:23', '2021-11-09 19:41:23'),
(744, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:41:40', '2021-11-09 19:41:40'),
(745, 'Update', 'Edit the Inventory info LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:42:02', '2021-11-09 19:42:02'),
(746, 'View', 'See the inventory Detail LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:42:02', '2021-11-09 19:42:02'),
(747, 'Create', 'New Property Added  LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:45:36', '2021-11-09 19:45:36'),
(748, 'View', 'View the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:45:37', '2021-11-09 19:45:37'),
(749, 'Delete', 'Delete the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:46:51', '2021-11-09 19:46:51'),
(750, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:46:51', '2021-11-09 19:46:51'),
(751, 'Delete', 'Delete the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:46:56', '2021-11-09 19:46:56'),
(752, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:46:56', '2021-11-09 19:46:56'),
(753, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:47:01', '2021-11-09 19:47:01'),
(754, 'Update', 'Edit the Inventory info LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:47:13', '2021-11-09 19:47:13'),
(755, 'View', 'See the inventory Detail LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:47:13', '2021-11-09 19:47:13'),
(756, 'Create', 'New Property Added  LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:53:06', '2021-11-09 19:53:06'),
(757, 'View', 'View the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:53:06', '2021-11-09 19:53:06'),
(758, 'Delete', 'Delete the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:53:56', '2021-11-09 19:53:56'),
(759, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:53:56', '2021-11-09 19:53:56'),
(760, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:54:02', '2021-11-09 19:54:02'),
(761, 'Update', 'Edit the Inventory info LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:54:10', '2021-11-09 19:54:10'),
(762, 'View', 'See the inventory Detail LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:54:11', '2021-11-09 19:54:11'),
(763, 'Create', 'New Property Added  LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:54:53', '2021-11-09 19:54:53'),
(764, 'View', 'View the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:54:53', '2021-11-09 19:54:53'),
(765, 'Delete', 'Delete the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:59:34', '2021-11-09 19:59:34'),
(766, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:59:34', '2021-11-09 19:59:34'),
(767, 'Delete', 'Delete the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:59:40', '2021-11-09 19:59:40'),
(768, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:59:41', '2021-11-09 19:59:41'),
(769, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:59:45', '2021-11-09 19:59:45'),
(770, 'Update', 'Edit the Inventory info LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:59:58', '2021-11-09 19:59:58'),
(771, 'View', 'See the inventory Detail LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 19:59:58', '2021-11-09 19:59:58'),
(772, 'Create', 'New Property Added  LG383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 20:00:46', '2021-11-09 20:00:46'),
(773, 'View', 'View the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 20:00:46', '2021-11-09 20:00:46'),
(774, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 20:01:34', '2021-11-09 20:01:34'),
(775, 'Create', 'New inventory added LG3773', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 20:02:05', '2021-11-09 20:02:05'),
(776, 'View', 'See the inventory Detail LG3773', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 20:02:05', '2021-11-09 20:02:05'),
(777, 'Create', 'New Property Added  LG3773', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 20:02:41', '2021-11-09 20:02:41'),
(778, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-09 20:02:41', '2021-11-09 20:02:41'),
(779, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 01:34:46', '2021-11-10 01:34:46'),
(780, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 01:44:11', '2021-11-10 01:44:11'),
(781, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 02:06:19', '2021-11-10 02:06:19'),
(782, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 02:07:12', '2021-11-10 02:07:12'),
(783, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 02:14:39', '2021-11-10 02:14:39'),
(784, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 17:03:37', '2021-11-10 17:03:37'),
(785, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 17:11:21', '2021-11-10 17:11:21'),
(786, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 17:20:03', '2021-11-10 17:20:03'),
(787, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 17:25:00', '2021-11-10 17:25:00'),
(788, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 17:25:54', '2021-11-10 17:25:54'),
(789, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 17:46:51', '2021-11-10 17:46:51'),
(790, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 17:48:16', '2021-11-10 17:48:16'),
(791, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 17:52:45', '2021-11-10 17:52:45'),
(792, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 18:21:23', '2021-11-10 18:21:23'),
(793, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 18:27:37', '2021-11-10 18:27:37'),
(794, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 18:30:43', '2021-11-10 18:30:43'),
(795, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 18:30:57', '2021-11-10 18:30:57'),
(796, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 20:33:48', '2021-11-10 20:33:48'),
(797, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 20:38:02', '2021-11-10 20:38:02'),
(798, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 21:13:17', '2021-11-10 21:13:17'),
(799, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 21:15:37', '2021-11-10 21:15:37'),
(800, 'View', 'Unit Type List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 21:15:37', '2021-11-10 21:15:37'),
(801, 'View', 'Unit Categories List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 21:15:37', '2021-11-10 21:15:37'),
(802, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 21:19:32', '2021-11-10 21:19:32'),
(803, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 21:28:14', '2021-11-10 21:28:14'),
(804, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 21:32:15', '2021-11-10 21:32:15'),
(805, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 21:35:09', '2021-11-10 21:35:09'),
(806, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 21:49:23', '2021-11-10 21:49:23'),
(807, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 21:51:26', '2021-11-10 21:51:26'),
(808, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 21:52:12', '2021-11-10 21:52:12'),
(809, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 22:13:54', '2021-11-10 22:13:54'),
(810, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-10 22:30:57', '2021-11-10 22:30:57'),
(811, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 05:00:13', '2021-11-11 05:00:13'),
(812, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 05:00:25', '2021-11-11 05:00:25'),
(813, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 05:01:20', '2021-11-11 05:01:20'),
(814, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 05:02:04', '2021-11-11 05:02:04'),
(815, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 05:02:16', '2021-11-11 05:02:16'),
(816, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 05:02:20', '2021-11-11 05:02:20'),
(817, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 05:02:34', '2021-11-11 05:02:34'),
(818, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 05:03:04', '2021-11-11 05:03:04'),
(819, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 05:03:20', '2021-11-11 05:03:20'),
(820, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 05:33:23', '2021-11-11 05:33:23'),
(821, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 17:00:39', '2021-11-11 17:00:39'),
(822, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 18:05:14', '2021-11-11 18:05:14'),
(823, 'Create', 'New Chart of account [ Transfer Fee] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 18:12:28', '2021-11-11 18:12:28'),
(824, 'Create', 'Update Chart of account [ Fee] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 18:14:52', '2021-11-11 18:14:52'),
(825, 'Create', 'New Chart of account [ Transfer Fee] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 18:24:00', '2021-11-11 18:24:00'),
(826, 'Create', 'New Chart of account [ Transfer Fee - Plots] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 18:25:05', '2021-11-11 18:25:05'),
(827, 'Create', 'New Chart of account [ Transfer Fee - Plots- A sector] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 18:26:49', '2021-11-11 18:26:49'),
(828, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 19:15:25', '2021-11-11 19:15:25'),
(829, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 19:38:03', '2021-11-11 19:38:03'),
(830, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 19:39:22', '2021-11-11 19:39:22'),
(831, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 19:41:16', '2021-11-11 19:41:16'),
(832, 'View', 'See the customer Detail Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 19:41:23', '2021-11-11 19:41:23'),
(833, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 19:41:31', '2021-11-11 19:41:31'),
(834, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 19:41:36', '2021-11-11 19:41:36'),
(835, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 19:57:22', '2021-11-11 19:57:22'),
(836, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 21:03:13', '2021-11-11 21:03:13'),
(837, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-11 21:04:03', '2021-11-11 21:04:03'),
(838, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 17:57:48', '2021-11-12 17:57:48'),
(839, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 21:09:54', '2021-11-12 21:09:54'),
(840, 'Create', 'New Chart of account [ fee] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 21:53:46', '2021-11-12 21:53:46'),
(841, 'Create', 'Update Chart of account [ transfer fee] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 21:54:53', '2021-11-12 21:54:53'),
(842, 'Create', 'Update Chart of account [ transfer fee] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 21:55:56', '2021-11-12 21:55:56'),
(843, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 21:59:02', '2021-11-12 21:59:02'),
(844, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:01:14', '2021-11-12 22:01:14'),
(845, 'Create', 'Update Chart of account [ FIXED ASSETS-OFFICE] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:02:19', '2021-11-12 22:02:19'),
(846, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:03:00', '2021-11-12 22:03:00'),
(847, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:04:28', '2021-11-12 22:04:28'),
(848, 'Create', 'New Chart of account [ Transfer Fee] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:05:14', '2021-11-12 22:05:14'),
(849, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:05:38', '2021-11-12 22:05:38'),
(850, 'Create', 'New Chart of account [ Transfer Fee - Plots] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:06:09', '2021-11-12 22:06:09'),
(851, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:06:53', '2021-11-12 22:06:53'),
(852, 'Create', 'New Chart of account [ Transfer Fee - sector a] create. ', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:07:04', '2021-11-12 22:07:04'),
(853, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:09:06', '2021-11-12 22:09:06'),
(854, 'View', 'See the customer Detail Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:09:50', '2021-11-12 22:09:50'),
(855, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:10:31', '2021-11-12 22:10:31'),
(856, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:12:43', '2021-11-12 22:12:43'),
(857, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:13:22', '2021-11-12 22:13:22'),
(858, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:16:17', '2021-11-12 22:16:17'),
(859, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:18:24', '2021-11-12 22:18:24'),
(860, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:20:41', '2021-11-12 22:20:41'),
(861, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:22:05', '2021-11-12 22:22:05'),
(862, 'View', 'Installment Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:22:55', '2021-11-12 22:22:55'),
(863, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:23:17', '2021-11-12 22:23:17'),
(864, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:25:02', '2021-11-12 22:25:02'),
(865, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:25:27', '2021-11-12 22:25:27'),
(866, 'view', 'SMS History', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:32:16', '2021-11-12 22:32:16'),
(867, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:32:29', '2021-11-12 22:32:29'),
(868, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:32:43', '2021-11-12 22:32:43'),
(869, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:34:16', '2021-11-12 22:34:16'),
(870, 'View', 'View Receipt record 50000', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 22:43:43', '2021-11-12 22:43:43'),
(871, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 23:24:22', '2021-11-12 23:24:22'),
(872, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 23:24:38', '2021-11-12 23:24:38'),
(873, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 23:25:49', '2021-11-12 23:25:49'),
(874, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 23:26:05', '2021-11-12 23:26:05'),
(875, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 23:41:05', '2021-11-12 23:41:05'),
(876, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 23:45:28', '2021-11-12 23:45:28'),
(877, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 23:46:28', '2021-11-12 23:46:28'),
(878, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 23:46:48', '2021-11-12 23:46:48'),
(879, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 23:49:39', '2021-11-12 23:49:39'),
(880, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-12 23:50:41', '2021-11-12 23:50:41'),
(881, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 00:52:24', '2021-11-13 00:52:24'),
(882, 'View', 'admin profile', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 00:54:56', '2021-11-13 00:54:56'),
(883, 'Edit', 'admin profile', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 00:55:01', '2021-11-13 00:55:01'),
(884, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 00:55:12', '2021-11-13 00:55:12'),
(885, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 00:55:13', '2021-11-13 00:55:13'),
(886, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 03:25:07', '2021-11-13 03:25:07'),
(887, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 05:01:02', '2021-11-13 05:01:02'),
(888, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 05:01:40', '2021-11-13 05:01:40'),
(889, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 05:11:21', '2021-11-13 05:11:21'),
(890, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 05:12:24', '2021-11-13 05:12:24'),
(891, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 05:13:57', '2021-11-13 05:13:57'),
(892, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 05:18:22', '2021-11-13 05:18:22'),
(893, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 05:24:52', '2021-11-13 05:24:52'),
(894, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 15:09:39', '2021-11-13 15:09:39'),
(895, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 16:23:24', '2021-11-13 16:23:24'),
(896, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 16:39:42', '2021-11-13 16:39:42'),
(897, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 19:25:42', '2021-11-13 19:25:42'),
(898, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 19:59:43', '2021-11-13 19:59:43'),
(899, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 10:00:24', '2021-11-13 10:00:24'),
(900, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 10:15:55', '2021-11-13 10:15:55'),
(901, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 10:19:35', '2021-11-13 10:19:35'),
(902, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 10:26:35', '2021-11-13 10:26:35'),
(903, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 11:11:18', '2021-11-13 11:11:18'),
(904, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 11:33:51', '2021-11-13 11:33:51'),
(905, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 11:34:54', '2021-11-13 11:34:54'),
(906, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 11:50:40', '2021-11-13 11:50:40'),
(907, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 12:12:03', '2021-11-13 12:12:03'),
(908, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 12:15:32', '2021-11-13 12:15:32'),
(909, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-13 12:55:02', '2021-11-13 12:55:02'),
(910, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-15 05:33:54', '2021-11-15 05:33:54'),
(911, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-15 07:16:25', '2021-11-15 07:16:25'),
(912, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-15 07:56:10', '2021-11-15 07:56:10'),
(913, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-15 10:28:27', '2021-11-15 10:28:27'),
(914, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-15 10:48:14', '2021-11-15 10:48:14'),
(915, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-15 10:57:39', '2021-11-15 10:57:39'),
(916, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-15 11:03:02', '2021-11-15 11:03:02'),
(917, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-15 11:05:07', '2021-11-15 11:05:07'),
(918, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-15 11:06:38', '2021-11-15 11:06:38'),
(919, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 05:28:52', '2021-11-16 05:28:52'),
(920, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 05:50:31', '2021-11-16 05:50:31'),
(921, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 05:55:19', '2021-11-16 05:55:19'),
(922, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 05:55:51', '2021-11-16 05:55:51'),
(923, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 05:56:02', '2021-11-16 05:56:02'),
(924, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 06:58:17', '2021-11-16 06:58:17'),
(925, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 06:58:18', '2021-11-16 06:58:18'),
(926, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 06:58:26', '2021-11-16 06:58:26'),
(927, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:05:29', '2021-11-16 07:05:29'),
(928, 'View', 'Installment Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:06:15', '2021-11-16 07:06:15'),
(929, 'Create', 'New Receipt Added 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:07:14', '2021-11-16 07:07:14'),
(930, 'View', 'Installment Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:08:11', '2021-11-16 07:08:11'),
(931, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:08:20', '2021-11-16 07:08:20'),
(932, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:08:31', '2021-11-16 07:08:31'),
(933, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:13:22', '2021-11-16 07:13:22'),
(934, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:16:40', '2021-11-16 07:16:40'),
(935, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:20:35', '2021-11-16 07:20:35'),
(936, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:21:03', '2021-11-16 07:21:03'),
(937, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:21:14', '2021-11-16 07:21:14'),
(938, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:22:13', '2021-11-16 07:22:13'),
(939, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:24:17', '2021-11-16 07:24:17'),
(940, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:24:35', '2021-11-16 07:24:35'),
(941, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:25:10', '2021-11-16 07:25:10'),
(942, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:25:17', '2021-11-16 07:25:17'),
(943, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:25:23', '2021-11-16 07:25:23'),
(944, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:29:12', '2021-11-16 07:29:12'),
(945, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:30:26', '2021-11-16 07:30:26'),
(946, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:30:43', '2021-11-16 07:30:43'),
(947, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:31:07', '2021-11-16 07:31:07'),
(948, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:32:30', '2021-11-16 07:32:30'),
(949, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:33:10', '2021-11-16 07:33:10'),
(950, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:34:06', '2021-11-16 07:34:06'),
(951, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:35:25', '2021-11-16 07:35:25'),
(952, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:44:57', '2021-11-16 07:44:57'),
(953, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:56:43', '2021-11-16 07:56:43'),
(954, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 07:56:59', '2021-11-16 07:56:59'),
(955, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 08:00:55', '2021-11-16 08:00:55'),
(956, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 08:15:06', '2021-11-16 08:15:06'),
(957, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 08:25:54', '2021-11-16 08:25:54'),
(958, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 08:25:57', '2021-11-16 08:25:57'),
(959, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 08:26:26', '2021-11-16 08:26:26'),
(960, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 08:27:09', '2021-11-16 08:27:09'),
(961, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 08:27:43', '2021-11-16 08:27:43'),
(962, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 08:28:58', '2021-11-16 08:28:58'),
(963, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 08:31:55', '2021-11-16 08:31:55'),
(964, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 08:32:12', '2021-11-16 08:32:12'),
(965, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:46:09', '2021-11-16 09:46:09'),
(966, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:46:29', '2021-11-16 09:46:29'),
(967, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:50:15', '2021-11-16 09:50:15'),
(968, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:52:12', '2021-11-16 09:52:12'),
(969, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:52:28', '2021-11-16 09:52:28'),
(970, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:53:02', '2021-11-16 09:53:02'),
(971, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:54:18', '2021-11-16 09:54:18'),
(972, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:55:03', '2021-11-16 09:55:03'),
(973, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:55:54', '2021-11-16 09:55:54'),
(974, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:56:34', '2021-11-16 09:56:34'),
(975, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:57:02', '2021-11-16 09:57:02'),
(976, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:57:52', '2021-11-16 09:57:52'),
(977, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 09:59:57', '2021-11-16 09:59:57'),
(978, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:00:28', '2021-11-16 10:00:28'),
(979, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:02:39', '2021-11-16 10:02:39'),
(980, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:08:15', '2021-11-16 10:08:15'),
(981, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:09:36', '2021-11-16 10:09:36'),
(982, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:10:47', '2021-11-16 10:10:47'),
(983, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:21:12', '2021-11-16 10:21:12'),
(984, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:21:21', '2021-11-16 10:21:21'),
(985, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:24:51', '2021-11-16 10:24:51'),
(986, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:25:03', '2021-11-16 10:25:03'),
(987, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:27:29', '2021-11-16 10:27:29'),
(988, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:29:01', '2021-11-16 10:29:01'),
(989, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:29:50', '2021-11-16 10:29:50'),
(990, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:30:26', '2021-11-16 10:30:26'),
(991, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:32:47', '2021-11-16 10:32:47'),
(992, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:33:35', '2021-11-16 10:33:35'),
(993, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:33:59', '2021-11-16 10:33:59'),
(994, 'View', 'View Receipt record 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 10:34:21', '2021-11-16 10:34:21'),
(995, 'Create', 'New inventory added LG939', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 11:00:07', '2021-11-16 11:00:07'),
(996, 'View', 'See the inventory Detail LG939', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 11:00:08', '2021-11-16 11:00:08'),
(997, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 11:16:47', '2021-11-16 11:16:47'),
(998, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 11:16:47', '2021-11-16 11:16:47'),
(999, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 11:38:38', '2021-11-16 11:38:38'),
(1000, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 11:41:06', '2021-11-16 11:41:06'),
(1001, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 11:41:45', '2021-11-16 11:41:45'),
(1002, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 11:45:42', '2021-11-16 11:45:42'),
(1003, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 11:50:22', '2021-11-16 11:50:22'),
(1004, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:03:26', '2021-11-16 12:03:26'),
(1005, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:07:38', '2021-11-16 12:07:38'),
(1006, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:08:16', '2021-11-16 12:08:16'),
(1007, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:08:47', '2021-11-16 12:08:47'),
(1008, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:09:52', '2021-11-16 12:09:52'),
(1009, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:13:13', '2021-11-16 12:13:13'),
(1010, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:15:11', '2021-11-16 12:15:11'),
(1011, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:15:39', '2021-11-16 12:15:39'),
(1012, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:19:02', '2021-11-16 12:19:02'),
(1013, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:19:37', '2021-11-16 12:19:37'),
(1014, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:20:00', '2021-11-16 12:20:00'),
(1015, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:20:18', '2021-11-16 12:20:18'),
(1016, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:23:05', '2021-11-16 12:23:05'),
(1017, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:23:32', '2021-11-16 12:23:32'),
(1018, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:23:58', '2021-11-16 12:23:58'),
(1019, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-16 12:24:18', '2021-11-16 12:24:18'),
(1020, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 04:36:46', '2021-11-17 04:36:46'),
(1021, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 05:20:24', '2021-11-17 05:20:24'),
(1022, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 05:22:37', '2021-11-17 05:22:37'),
(1023, 'Create', 'New inventory added LG2838', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 06:40:40', '2021-11-17 06:40:40'),
(1024, 'View', 'See the inventory Detail LG2838', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 06:40:40', '2021-11-17 06:40:40'),
(1025, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 06:40:49', '2021-11-17 06:40:49'),
(1026, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 06:49:03', '2021-11-17 06:49:03'),
(1027, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 06:49:17', '2021-11-17 06:49:17'),
(1028, 'Create', 'New Property Added  LG2838', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:21:47', '2021-11-17 10:21:47'),
(1029, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:21:47', '2021-11-17 10:21:47'),
(1030, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:22:41', '2021-11-17 10:22:41'),
(1031, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:24:00', '2021-11-17 10:24:00'),
(1032, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:25:45', '2021-11-17 10:25:45'),
(1033, 'Create', 'New inventory added LG8383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:26:05', '2021-11-17 10:26:05'),
(1034, 'View', 'See the inventory Detail LG8383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:26:05', '2021-11-17 10:26:05'),
(1035, 'Create', 'New Property Added  LG8383', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:26:56', '2021-11-17 10:26:56'),
(1036, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:26:57', '2021-11-17 10:26:57'),
(1037, 'Create', 'New inventory added Lg348', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:28:32', '2021-11-17 10:28:32'),
(1038, 'View', 'See the inventory Detail Lg348', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:28:33', '2021-11-17 10:28:33'),
(1039, 'Create', 'New Property Added  Lg348', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:29:40', '2021-11-17 10:29:40'),
(1040, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:29:40', '2021-11-17 10:29:40'),
(1041, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-17 10:37:47', '2021-11-17 10:37:47'),
(1042, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-18 09:45:06', '2021-11-18 09:45:06'),
(1043, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-18 09:45:27', '2021-11-18 09:45:27'),
(1044, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-18 09:45:34', '2021-11-18 09:45:34'),
(1045, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-18 09:45:48', '2021-11-18 09:45:48'),
(1046, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-18 10:43:55', '2021-11-18 10:43:55'),
(1047, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-18 11:53:17', '2021-11-18 11:53:17'),
(1048, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-19 04:49:34', '2021-11-19 04:49:34'),
(1049, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 05:00:20', '2021-11-20 05:00:20'),
(1050, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 09:56:46', '2021-11-20 09:56:46'),
(1051, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 09:58:16', '2021-11-20 09:58:16'),
(1052, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 10:18:30', '2021-11-20 10:18:30'),
(1053, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 10:19:13', '2021-11-20 10:19:13'),
(1054, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-11-20 10:20:50', '2021-11-20 10:20:50'),
(1055, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 10:21:47', '2021-11-20 10:21:47'),
(1056, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 10:22:27', '2021-11-20 10:22:27'),
(1057, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-11-20 10:24:24', '2021-11-20 10:24:24'),
(1058, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 11:14:19', '2021-11-20 11:14:19'),
(1059, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 12:08:54', '2021-11-20 12:08:54'),
(1060, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 12:36:52', '2021-11-20 12:36:52'),
(1061, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-11-20 12:37:28', '2021-11-20 12:37:28'),
(1062, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 12:37:36', '2021-11-20 12:37:36'),
(1063, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 12:40:15', '2021-11-20 12:40:15'),
(1064, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-11-20 12:40:26', '2021-11-20 12:40:26'),
(1065, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-11-20 12:40:36', '2021-11-20 12:40:36'),
(1066, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-11-20 12:42:27', '2021-11-20 12:42:27'),
(1067, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 12:43:04', '2021-11-20 12:43:04'),
(1068, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-11-20 12:43:13', '2021-11-20 12:43:13'),
(1069, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 12:44:58', '2021-11-20 12:44:58'),
(1070, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-11-20 12:45:09', '2021-11-20 12:45:09'),
(1071, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 12:47:53', '2021-11-20 12:47:53'),
(1072, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-11-20 12:48:01', '2021-11-20 12:48:01'),
(1073, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-20 12:49:18', '2021-11-20 12:49:18'),
(1074, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 04:44:17', '2021-11-22 04:44:17'),
(1075, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 07:20:58', '2021-11-22 07:20:58'),
(1076, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 07:27:07', '2021-11-22 07:27:07'),
(1077, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 07:28:13', '2021-11-22 07:28:13'),
(1078, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 07:28:39', '2021-11-22 07:28:39'),
(1079, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 07:48:22', '2021-11-22 07:48:22'),
(1080, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 07:50:01', '2021-11-22 07:50:01'),
(1081, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 08:13:03', '2021-11-22 08:13:03'),
(1082, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 08:13:37', '2021-11-22 08:13:37'),
(1083, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 08:14:33', '2021-11-22 08:14:33'),
(1084, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 09:41:51', '2021-11-22 09:41:51'),
(1085, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 10:30:07', '2021-11-22 10:30:07'),
(1086, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 10:32:46', '2021-11-22 10:32:46'),
(1087, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 10:33:25', '2021-11-22 10:33:25'),
(1088, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-22 13:02:10', '2021-11-22 13:02:10'),
(1089, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 04:39:18', '2021-11-23 04:39:18'),
(1090, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 05:08:24', '2021-11-23 05:08:24'),
(1091, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 05:17:31', '2021-11-23 05:17:31'),
(1092, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 05:41:14', '2021-11-23 05:41:14');
INSERT INTO `activity_log` (`id`, `log_name`, `description`, `subject_id`, `subject_type`, `causer_id`, `causer_type`, `properties`, `created_at`, `updated_at`) VALUES
(1093, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 05:52:58', '2021-11-23 05:52:58'),
(1094, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 07:07:30', '2021-11-23 07:07:30'),
(1095, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 07:09:10', '2021-11-23 07:09:10'),
(1096, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 07:11:48', '2021-11-23 07:11:48'),
(1097, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 07:14:13', '2021-11-23 07:14:13'),
(1098, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 07:15:26', '2021-11-23 07:15:26'),
(1099, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 07:24:03', '2021-11-23 07:24:03'),
(1100, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 10:01:29', '2021-11-23 10:01:29'),
(1101, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 10:46:16', '2021-11-23 10:46:16'),
(1102, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 14:16:17', '2021-11-23 14:16:17'),
(1103, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 14:16:26', '2021-11-23 14:16:26'),
(1104, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 14:42:47', '2021-11-23 14:42:47'),
(1105, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-23 14:49:04', '2021-11-23 14:49:04'),
(1106, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-24 04:25:56', '2021-11-24 04:25:56'),
(1107, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-24 05:03:38', '2021-11-24 05:03:38'),
(1108, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-24 05:03:49', '2021-11-24 05:03:49'),
(1109, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-24 05:13:58', '2021-11-24 05:13:58'),
(1110, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-24 08:01:22', '2021-11-24 08:01:22'),
(1111, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-24 08:04:29', '2021-11-24 08:04:29'),
(1112, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-11-24 08:07:05', '2021-11-24 08:07:05'),
(1113, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-24 10:27:09', '2021-11-24 10:27:09'),
(1114, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-25 05:42:49', '2021-11-25 05:42:49'),
(1115, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-25 10:53:55', '2021-11-25 10:53:55'),
(1116, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-25 10:55:17', '2021-11-25 10:55:17'),
(1117, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-25 10:55:36', '2021-11-25 10:55:36'),
(1118, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-25 10:55:59', '2021-11-25 10:55:59'),
(1119, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-25 10:56:41', '2021-11-25 10:56:41'),
(1120, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-25 10:56:58', '2021-11-25 10:56:58'),
(1121, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-25 10:57:10', '2021-11-25 10:57:10'),
(1122, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-26 09:12:16', '2021-11-26 09:12:16'),
(1123, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-26 09:50:22', '2021-11-26 09:50:22'),
(1124, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-29 05:33:39', '2021-11-29 05:33:39'),
(1125, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-11-29 07:18:51', '2021-11-29 07:18:51'),
(1126, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-11-29 07:43:50', '2021-11-29 07:43:50'),
(1127, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-01 05:15:16', '2021-12-01 05:15:16'),
(1128, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-01 09:44:58', '2021-12-01 09:44:58'),
(1129, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-02 04:41:49', '2021-12-02 04:41:49'),
(1130, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-02 10:09:05', '2021-12-02 10:09:05'),
(1131, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 04:18:46', '2021-12-03 04:18:46'),
(1132, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:02:46', '2021-12-03 05:02:46'),
(1133, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-12-03 05:03:22', '2021-12-03 05:03:22'),
(1134, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-12-03 05:04:06', '2021-12-03 05:04:06'),
(1135, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-12-03 05:06:56', '2021-12-03 05:06:56'),
(1136, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:07:29', '2021-12-03 05:07:29'),
(1137, 'View', 'dashboard', NULL, NULL, 23, 'App\\User', '[]', '2021-12-03 05:07:39', '2021-12-03 05:07:39'),
(1138, 'Create', 'New role added Procurement Manager', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:17:36', '2021-12-03 05:17:36'),
(1139, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:17:36', '2021-12-03 05:17:36'),
(1140, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:19:07', '2021-12-03 05:19:07'),
(1141, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:19:58', '2021-12-03 05:19:58'),
(1142, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:21:58', '2021-12-03 05:21:58'),
(1143, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:28:08', '2021-12-03 05:28:08'),
(1144, 'View', 'dashboard', NULL, NULL, 25, 'App\\User', '[]', '2021-12-03 05:29:04', '2021-12-03 05:29:04'),
(1145, 'Create', 'New role added procurement Operations', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:38:44', '2021-12-03 05:38:44'),
(1146, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:38:44', '2021-12-03 05:38:44'),
(1147, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:41:55', '2021-12-03 05:41:55'),
(1148, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 05:45:44', '2021-12-03 05:45:44'),
(1149, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 09:01:12', '2021-12-03 09:01:12'),
(1150, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 09:03:20', '2021-12-03 09:03:20'),
(1151, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 10:08:18', '2021-12-03 10:08:18'),
(1152, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 10:27:56', '2021-12-03 10:27:56'),
(1153, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 12:04:57', '2021-12-03 12:04:57'),
(1154, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 12:05:58', '2021-12-03 12:05:58'),
(1155, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-03 12:06:18', '2021-12-03 12:06:18'),
(1156, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 04:45:58', '2021-12-04 04:45:58'),
(1157, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 04:51:48', '2021-12-04 04:51:48'),
(1158, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 05:48:44', '2021-12-04 05:48:44'),
(1159, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 05:53:47', '2021-12-04 05:53:47'),
(1160, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 05:59:26', '2021-12-04 05:59:26'),
(1161, 'Update', 'Edit Dealer info Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 06:05:01', '2021-12-04 06:05:01'),
(1162, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 06:05:01', '2021-12-04 06:05:01'),
(1163, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 06:05:10', '2021-12-04 06:05:10'),
(1164, 'Update', 'Edit Dealer info Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 06:05:34', '2021-12-04 06:05:34'),
(1165, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 06:05:34', '2021-12-04 06:05:34'),
(1166, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 06:21:04', '2021-12-04 06:21:04'),
(1167, 'Update', 'Edit Dealer info Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 06:23:23', '2021-12-04 06:23:23'),
(1168, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 06:23:24', '2021-12-04 06:23:24'),
(1169, 'Update', 'Edit Dealer info Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 06:23:43', '2021-12-04 06:23:43'),
(1170, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 06:23:43', '2021-12-04 06:23:43'),
(1171, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 06:26:41', '2021-12-04 06:26:41'),
(1172, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 09:44:34', '2021-12-04 09:44:34'),
(1173, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 09:45:09', '2021-12-04 09:45:09'),
(1174, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:54:49', '2021-12-04 12:54:49'),
(1175, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:55:11', '2021-12-04 12:55:11'),
(1176, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:55:47', '2021-12-04 12:55:47'),
(1177, 'Delete', 'Delete Receipt info 50002', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:55:57', '2021-12-04 12:55:57'),
(1178, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:55:58', '2021-12-04 12:55:58'),
(1179, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:58:16', '2021-12-04 12:58:16'),
(1180, 'Delete', 'Permanent Delete the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:58:25', '2021-12-04 12:58:25'),
(1181, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:58:25', '2021-12-04 12:58:25'),
(1182, 'Delete', 'Permanent Delete the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:58:34', '2021-12-04 12:58:34'),
(1183, 'Delete', 'Permanent Delete the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:58:35', '2021-12-04 12:58:35'),
(1184, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:58:35', '2021-12-04 12:58:35'),
(1185, 'Delete', 'Permanent Delete the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:58:38', '2021-12-04 12:58:38'),
(1186, 'Delete', 'Permanent Delete the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:58:39', '2021-12-04 12:58:39'),
(1187, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-04 12:58:40', '2021-12-04 12:58:40'),
(1188, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-06 04:56:57', '2021-12-06 04:56:57'),
(1189, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-06 06:09:59', '2021-12-06 06:09:59'),
(1190, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-07 04:53:50', '2021-12-07 04:53:50'),
(1191, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-07 07:13:15', '2021-12-07 07:13:15'),
(1192, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-07 09:59:31', '2021-12-07 09:59:31'),
(1193, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-08 04:46:27', '2021-12-08 04:46:27'),
(1194, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-08 09:53:18', '2021-12-08 09:53:18'),
(1195, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 04:51:12', '2021-12-09 04:51:12'),
(1196, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 07:07:51', '2021-12-09 07:07:51'),
(1197, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 07:54:41', '2021-12-09 07:54:41'),
(1198, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 10:25:23', '2021-12-09 10:25:23'),
(1199, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 10:28:27', '2021-12-09 10:28:27'),
(1200, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 10:28:56', '2021-12-09 10:28:56'),
(1201, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 12:31:53', '2021-12-09 12:31:53'),
(1202, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 12:52:27', '2021-12-09 12:52:27'),
(1203, 'View', 'admin profile', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 12:52:55', '2021-12-09 12:52:55'),
(1204, 'Edit', 'admin profile', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 12:53:03', '2021-12-09 12:53:03'),
(1205, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 12:59:04', '2021-12-09 12:59:04'),
(1206, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-09 13:00:28', '2021-12-09 13:00:28'),
(1207, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-10 04:43:03', '2021-12-10 04:43:03'),
(1208, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-11 04:49:52', '2021-12-11 04:49:52'),
(1209, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-13 06:04:31', '2021-12-13 06:04:31'),
(1210, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-14 04:52:45', '2021-12-14 04:52:45'),
(1211, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-14 10:05:49', '2021-12-14 10:05:49'),
(1212, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-16 05:18:59', '2021-12-16 05:18:59'),
(1213, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-17 05:06:27', '2021-12-17 05:06:27'),
(1214, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-17 08:57:31', '2021-12-17 08:57:31'),
(1215, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-17 09:00:35', '2021-12-17 09:00:35'),
(1216, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-17 09:01:54', '2021-12-17 09:01:54'),
(1217, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-18 05:09:35', '2021-12-18 05:09:35'),
(1218, 'Create', 'New Receipt Added 50003', NULL, NULL, 22, 'App\\User', '[]', '2021-12-18 08:04:32', '2021-12-18 08:04:32'),
(1219, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-18 08:04:40', '2021-12-18 08:04:40'),
(1220, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2021-12-18 08:04:47', '2021-12-18 08:04:47'),
(1221, 'view', 'SMS History', NULL, NULL, 22, 'App\\User', '[]', '2021-12-18 10:57:30', '2021-12-18 10:57:30'),
(1222, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-18 11:58:44', '2021-12-18 11:58:44'),
(1223, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-18 11:58:50', '2021-12-18 11:58:50'),
(1224, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-20 04:57:30', '2021-12-20 04:57:30'),
(1225, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-20 05:15:40', '2021-12-20 05:15:40'),
(1226, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2021-12-20 05:15:48', '2021-12-20 05:15:48'),
(1227, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-20 13:04:00', '2021-12-20 13:04:00'),
(1228, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 06:17:04', '2021-12-21 06:17:04'),
(1229, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 08:06:36', '2021-12-21 08:06:36'),
(1230, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 08:19:36', '2021-12-21 08:19:36'),
(1231, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 08:19:45', '2021-12-21 08:19:45'),
(1232, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 08:29:18', '2021-12-21 08:29:18'),
(1233, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 08:31:43', '2021-12-21 08:31:43'),
(1234, 'Approved', 'Receipt Approved 50003', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 08:32:10', '2021-12-21 08:32:10'),
(1235, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 08:32:10', '2021-12-21 08:32:10'),
(1236, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 11:08:36', '2021-12-21 11:08:36'),
(1237, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 11:17:26', '2021-12-21 11:17:26'),
(1238, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 19:10:11', '2021-12-21 19:10:11'),
(1239, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 19:10:34', '2021-12-21 19:10:34'),
(1240, 'Update', 'Edit Dealer info Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 19:12:35', '2021-12-21 19:12:35'),
(1241, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 19:12:35', '2021-12-21 19:12:35'),
(1242, 'View', 'Dealer detail Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 19:12:46', '2021-12-21 19:12:46'),
(1243, 'View', 'Dealer detail Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 19:13:30', '2021-12-21 19:13:30'),
(1244, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 19:13:42', '2021-12-21 19:13:42'),
(1245, 'Create', 'Dealer Rebate Paid Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 19:38:37', '2021-12-21 19:38:37'),
(1246, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 19:44:45', '2021-12-21 19:44:45'),
(1247, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 23:57:40', '2021-12-21 23:57:40'),
(1248, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 23:57:53', '2021-12-21 23:57:53'),
(1249, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2021-12-21 23:57:58', '2021-12-21 23:57:58'),
(1250, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:22:10', '2021-12-22 22:22:10'),
(1251, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:28:23', '2021-12-22 22:28:23'),
(1252, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:28:45', '2021-12-22 22:28:45'),
(1253, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:29:08', '2021-12-22 22:29:08'),
(1254, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:29:14', '2021-12-22 22:29:14'),
(1255, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:29:22', '2021-12-22 22:29:22'),
(1256, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:29:27', '2021-12-22 22:29:27'),
(1257, 'View', 'Unit Type List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:41:43', '2021-12-22 22:41:43'),
(1258, 'Create', 'New Type added Residential', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:41:57', '2021-12-22 22:41:57'),
(1259, 'View', 'Unit Type List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:41:57', '2021-12-22 22:41:57'),
(1260, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:42:02', '2021-12-22 22:42:02'),
(1261, 'Create', 'New Size added 5', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:42:13', '2021-12-22 22:42:13'),
(1262, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:42:14', '2021-12-22 22:42:14'),
(1263, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:42:22', '2021-12-22 22:42:22'),
(1264, 'Create', 'New Floor added Oversease', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:42:55', '2021-12-22 22:42:55'),
(1265, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:42:55', '2021-12-22 22:42:55'),
(1266, 'Create', 'New inventory added 3456', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:43:52', '2021-12-22 22:43:52'),
(1267, 'View', 'See the inventory Detail 3456', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:43:53', '2021-12-22 22:43:53'),
(1268, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:44:57', '2021-12-22 22:44:57'),
(1269, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:45:24', '2021-12-22 22:45:24'),
(1270, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:47:57', '2021-12-22 22:47:57'),
(1271, 'View', 'Dealer detail Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:48:01', '2021-12-22 22:48:01'),
(1272, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:48:16', '2021-12-22 22:48:16'),
(1273, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:49:43', '2021-12-22 22:49:43'),
(1274, 'View', 'See the customer Detail Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:49:47', '2021-12-22 22:49:47'),
(1275, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:50:31', '2021-12-22 22:50:31'),
(1276, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:50:50', '2021-12-22 22:50:50'),
(1277, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:51:24', '2021-12-22 22:51:24'),
(1278, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:52:27', '2021-12-22 22:52:27'),
(1279, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:53:09', '2021-12-22 22:53:09'),
(1280, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:53:12', '2021-12-22 22:53:12'),
(1281, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:53:43', '2021-12-22 22:53:43'),
(1282, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:54:23', '2021-12-22 22:54:23'),
(1283, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:54:32', '2021-12-22 22:54:32'),
(1284, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:54:50', '2021-12-22 22:54:50'),
(1285, 'Delete', 'Permanent Delete Unit Size 0', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:54:56', '2021-12-22 22:54:56'),
(1286, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-22 22:54:56', '2021-12-22 22:54:56'),
(1287, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 08:29:30', '2021-12-23 08:29:30'),
(1288, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 09:11:22', '2021-12-23 09:11:22'),
(1289, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 09:12:22', '2021-12-23 09:12:22'),
(1290, 'View', 'Dealer detail Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 09:12:30', '2021-12-23 09:12:30'),
(1291, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 09:12:47', '2021-12-23 09:12:47'),
(1292, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 11:10:56', '2021-12-23 11:10:56'),
(1293, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 11:11:15', '2021-12-23 11:11:15'),
(1294, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 11:11:52', '2021-12-23 11:11:52'),
(1295, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 11:12:08', '2021-12-23 11:12:08'),
(1296, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 11:16:16', '2021-12-23 11:16:16'),
(1297, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 11:46:20', '2021-12-23 11:46:20'),
(1298, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 11:46:31', '2021-12-23 11:46:31'),
(1299, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:10:33', '2021-12-23 12:10:33'),
(1300, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:14:30', '2021-12-23 12:14:30'),
(1301, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:15:49', '2021-12-23 12:15:49'),
(1302, 'View', 'Unit Categories List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:18:03', '2021-12-23 12:18:03'),
(1303, 'View', 'Unit Type List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:19:01', '2021-12-23 12:19:01'),
(1304, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:19:27', '2021-12-23 12:19:27'),
(1305, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:21:44', '2021-12-23 12:21:44'),
(1306, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:23:03', '2021-12-23 12:23:03'),
(1307, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:23:27', '2021-12-23 12:23:27'),
(1308, 'View', 'See the customer Detail Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:23:35', '2021-12-23 12:23:35'),
(1309, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:24:57', '2021-12-23 12:24:57'),
(1310, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:29:49', '2021-12-23 12:29:49'),
(1311, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:29:50', '2021-12-23 12:29:50'),
(1312, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:31:49', '2021-12-23 12:31:49'),
(1313, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:32:16', '2021-12-23 12:32:16'),
(1314, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:32:36', '2021-12-23 12:32:36'),
(1315, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:32:36', '2021-12-23 12:32:36'),
(1316, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:33:03', '2021-12-23 12:33:03'),
(1317, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:33:42', '2021-12-23 12:33:42'),
(1318, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:34:28', '2021-12-23 12:34:28'),
(1319, 'Create', 'New Receipt Added 50004', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:35:20', '2021-12-23 12:35:20'),
(1320, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:35:32', '2021-12-23 12:35:32'),
(1321, 'View', 'View Receipt record 50004', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:35:58', '2021-12-23 12:35:58'),
(1322, 'Approved', 'Receipt Approved 50004', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:36:49', '2021-12-23 12:36:49'),
(1323, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:36:51', '2021-12-23 12:36:51'),
(1324, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:37:28', '2021-12-23 12:37:28'),
(1325, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:39:24', '2021-12-23 12:39:24'),
(1326, 'View', 'Dealer detail Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:39:33', '2021-12-23 12:39:33'),
(1327, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:40:00', '2021-12-23 12:40:00'),
(1328, 'view', 'SMS History', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:54:22', '2021-12-23 12:54:22'),
(1329, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:55:20', '2021-12-23 12:55:20'),
(1330, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 12:56:02', '2021-12-23 12:56:02'),
(1331, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 14:38:16', '2021-12-23 14:38:16'),
(1332, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 14:39:28', '2021-12-23 14:39:28'),
(1333, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 14:39:47', '2021-12-23 14:39:47'),
(1334, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 14:44:24', '2021-12-23 14:44:24'),
(1335, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 14:46:23', '2021-12-23 14:46:23'),
(1336, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 15:02:38', '2021-12-23 15:02:38'),
(1337, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 15:04:18', '2021-12-23 15:04:18'),
(1338, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 15:46:36', '2021-12-23 15:46:36'),
(1339, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 16:49:18', '2021-12-23 16:49:18'),
(1340, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-23 17:01:59', '2021-12-23 17:01:59'),
(1341, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 00:09:04', '2021-12-24 00:09:04'),
(1342, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 08:32:32', '2021-12-24 08:32:32'),
(1343, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 14:21:20', '2021-12-24 14:21:20'),
(1344, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 14:52:39', '2021-12-24 14:52:39'),
(1345, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:14:55', '2021-12-24 15:14:55'),
(1346, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:16:53', '2021-12-24 15:16:53'),
(1347, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:16:53', '2021-12-24 15:16:53'),
(1348, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:17:25', '2021-12-24 15:17:25'),
(1349, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:17:25', '2021-12-24 15:17:25'),
(1350, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:18:04', '2021-12-24 15:18:04'),
(1351, 'View', 'View the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:18:05', '2021-12-24 15:18:05'),
(1352, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:18:27', '2021-12-24 15:18:27'),
(1353, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:27:53', '2021-12-24 15:27:53'),
(1354, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:30:48', '2021-12-24 15:30:48'),
(1355, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:32:41', '2021-12-24 15:32:41'),
(1356, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:32:54', '2021-12-24 15:32:54'),
(1357, 'View', 'Unit Categories List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:35:26', '2021-12-24 15:35:26'),
(1358, 'View', 'Unit Type List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:35:52', '2021-12-24 15:35:52'),
(1359, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:36:08', '2021-12-24 15:36:08'),
(1360, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:36:37', '2021-12-24 15:36:37'),
(1361, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:37:59', '2021-12-24 15:37:59'),
(1362, 'View', 'See the customer Detail Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:38:20', '2021-12-24 15:38:20'),
(1363, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:40:05', '2021-12-24 15:40:05'),
(1364, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:44:09', '2021-12-24 15:44:09'),
(1365, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:45:10', '2021-12-24 15:45:10'),
(1366, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:45:16', '2021-12-24 15:45:16'),
(1367, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:47:54', '2021-12-24 15:47:54'),
(1368, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:48:22', '2021-12-24 15:48:22'),
(1369, 'View', 'View Receipt record 50004', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:48:33', '2021-12-24 15:48:33'),
(1370, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:50:54', '2021-12-24 15:50:54'),
(1371, 'View', 'Dealer detail Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:50:59', '2021-12-24 15:50:59'),
(1372, 'View', 'Dealer detail Adnan', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:51:00', '2021-12-24 15:51:00'),
(1373, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:51:26', '2021-12-24 15:51:26'),
(1374, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-24 15:51:29', '2021-12-24 15:51:29'),
(1375, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-25 10:22:10', '2021-12-25 10:22:10'),
(1376, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-25 11:12:42', '2021-12-25 11:12:42'),
(1377, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-25 11:35:12', '2021-12-25 11:35:12'),
(1378, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-25 19:35:54', '2021-12-25 19:35:54'),
(1379, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-25 20:44:40', '2021-12-25 20:44:40'),
(1380, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-25 20:44:57', '2021-12-25 20:44:57'),
(1381, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-25 20:45:17', '2021-12-25 20:45:17'),
(1382, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2021-12-25 20:46:07', '2021-12-25 20:46:07'),
(1383, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-25 20:46:54', '2021-12-25 20:46:54'),
(1384, 'View', 'Dealer List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-25 20:48:11', '2021-12-25 20:48:11'),
(1385, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 08:23:55', '2021-12-27 08:23:55'),
(1386, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 09:06:15', '2021-12-27 09:06:15'),
(1387, 'view', 'SMS History', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 09:27:08', '2021-12-27 09:27:08'),
(1388, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 10:05:12', '2021-12-27 10:05:12'),
(1389, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 10:05:46', '2021-12-27 10:05:46'),
(1390, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 10:32:26', '2021-12-27 10:32:26'),
(1391, 'view', 'SMS History', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 10:58:18', '2021-12-27 10:58:18'),
(1392, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 11:19:13', '2021-12-27 11:19:13'),
(1393, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 11:19:23', '2021-12-27 11:19:23'),
(1394, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 11:29:48', '2021-12-27 11:29:48'),
(1395, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 11:30:01', '2021-12-27 11:30:01'),
(1396, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 11:52:21', '2021-12-27 11:52:21'),
(1397, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 12:17:15', '2021-12-27 12:17:15'),
(1398, 'Create', 'customer Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 12:23:58', '2021-12-27 12:23:58'),
(1399, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 12:23:58', '2021-12-27 12:23:58'),
(1400, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 16:03:03', '2021-12-27 16:03:03'),
(1401, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-27 16:36:21', '2021-12-27 16:36:21'),
(1402, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 09:24:29', '2021-12-28 09:24:29'),
(1403, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 09:38:36', '2021-12-28 09:38:36'),
(1404, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 09:54:27', '2021-12-28 09:54:27'),
(1405, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 10:54:04', '2021-12-28 10:54:04'),
(1406, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 11:15:11', '2021-12-28 11:15:11'),
(1407, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 11:15:49', '2021-12-28 11:15:49'),
(1408, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 11:15:53', '2021-12-28 11:15:53'),
(1409, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 11:16:01', '2021-12-28 11:16:01'),
(1410, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 11:16:21', '2021-12-28 11:16:21'),
(1411, 'Update', 'Edit the Inventory info 345655', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 11:16:48', '2021-12-28 11:16:48'),
(1412, 'View', 'See the inventory Detail 345655', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 11:16:49', '2021-12-28 11:16:49'),
(1413, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 11:17:12', '2021-12-28 11:17:12'),
(1414, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 11:18:03', '2021-12-28 11:18:03'),
(1415, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 11:19:57', '2021-12-28 11:19:57'),
(1416, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-28 13:35:49', '2021-12-28 13:35:49'),
(1417, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 09:36:43', '2021-12-29 09:36:43'),
(1418, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 10:24:09', '2021-12-29 10:24:09'),
(1419, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 10:24:28', '2021-12-29 10:24:28'),
(1420, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 10:25:17', '2021-12-29 10:25:17'),
(1421, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 10:25:48', '2021-12-29 10:25:48'),
(1422, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 11:27:46', '2021-12-29 11:27:46'),
(1423, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 14:03:19', '2021-12-29 14:03:19'),
(1424, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 14:03:34', '2021-12-29 14:03:34'),
(1425, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 14:04:39', '2021-12-29 14:04:39'),
(1426, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 14:07:08', '2021-12-29 14:07:08'),
(1427, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 14:11:27', '2021-12-29 14:11:27'),
(1428, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 14:22:07', '2021-12-29 14:22:07'),
(1429, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 22:49:26', '2021-12-29 22:49:26'),
(1430, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 22:52:15', '2021-12-29 22:52:15'),
(1431, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 23:01:33', '2021-12-29 23:01:33'),
(1432, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 23:26:43', '2021-12-29 23:26:43'),
(1433, 'Create', 'New inventory added G-122', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 23:31:58', '2021-12-29 23:31:58'),
(1434, 'View', 'See the inventory Detail G-122', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 23:31:59', '2021-12-29 23:31:59'),
(1435, 'View', 'See the inventory Detail G-122', NULL, NULL, 22, 'App\\User', '[]', '2021-12-29 23:57:55', '2021-12-29 23:57:55'),
(1436, 'Create', 'New Receipt Added 50005', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 00:01:28', '2021-12-30 00:01:28'),
(1437, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 00:06:28', '2021-12-30 00:06:28'),
(1438, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 00:06:41', '2021-12-30 00:06:41'),
(1439, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 00:07:21', '2021-12-30 00:07:21'),
(1440, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 00:10:05', '2021-12-30 00:10:05'),
(1441, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 00:14:11', '2021-12-30 00:14:11'),
(1442, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 00:14:44', '2021-12-30 00:14:44'),
(1443, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 01:05:40', '2021-12-30 01:05:40'),
(1444, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 08:24:49', '2021-12-30 08:24:49'),
(1445, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 08:27:26', '2021-12-30 08:27:26'),
(1446, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 08:39:37', '2021-12-30 08:39:37'),
(1447, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 08:43:19', '2021-12-30 08:43:19'),
(1448, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 08:51:32', '2021-12-30 08:51:32'),
(1449, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 08:56:55', '2021-12-30 08:56:55'),
(1450, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 09:07:50', '2021-12-30 09:07:50'),
(1451, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 09:26:28', '2021-12-30 09:26:28'),
(1452, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 09:26:40', '2021-12-30 09:26:40'),
(1453, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 09:27:07', '2021-12-30 09:27:07'),
(1454, 'Create', 'New inventory added LG 1099', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 09:27:50', '2021-12-30 09:27:50'),
(1455, 'View', 'See the inventory Detail LG 1099', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 09:27:50', '2021-12-30 09:27:50'),
(1456, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 09:33:01', '2021-12-30 09:33:01'),
(1457, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 09:53:35', '2021-12-30 09:53:35'),
(1458, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 09:53:45', '2021-12-30 09:53:45'),
(1459, 'Create', 'New Property Added  LG 1099', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 10:01:04', '2021-12-30 10:01:04'),
(1460, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 10:01:04', '2021-12-30 10:01:04'),
(1461, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 10:01:31', '2021-12-30 10:01:31'),
(1462, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 10:01:48', '2021-12-30 10:01:48'),
(1463, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 10:01:48', '2021-12-30 10:01:48'),
(1464, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 10:37:06', '2021-12-30 10:37:06'),
(1465, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 10:37:43', '2021-12-30 10:37:43'),
(1466, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 10:37:44', '2021-12-30 10:37:44'),
(1467, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 11:50:29', '2021-12-30 11:50:29'),
(1468, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:10:01', '2021-12-30 12:10:01'),
(1469, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:10:10', '2021-12-30 12:10:10'),
(1470, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:10:21', '2021-12-30 12:10:21'),
(1471, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:16:42', '2021-12-30 12:16:42'),
(1472, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:17:01', '2021-12-30 12:17:01'),
(1473, 'Create', 'New role added Accounts Dept', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:17:21', '2021-12-30 12:17:21'),
(1474, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:17:21', '2021-12-30 12:17:21'),
(1475, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:19:39', '2021-12-30 12:19:39'),
(1476, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:19:58', '2021-12-30 12:19:58'),
(1477, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:31:10', '2021-12-30 12:31:10'),
(1478, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:35:19', '2021-12-30 12:35:19'),
(1479, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:41:14', '2021-12-30 12:41:14'),
(1480, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 14:16:24', '2021-12-30 14:16:24'),
(1481, 'View', 'View Receipt record 50004', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 14:16:30', '2021-12-30 14:16:30'),
(1482, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:09:58', '2021-12-30 12:09:58'),
(1483, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:13:55', '2021-12-30 12:13:55'),
(1484, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:22:56', '2021-12-30 12:22:56'),
(1485, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-30 12:23:33', '2021-12-30 12:23:33'),
(1486, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2021-12-31 05:13:16', '2021-12-31 05:13:16'),
(1487, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-01 06:03:33', '2022-01-01 06:03:33'),
(1488, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-03 05:42:45', '2022-01-03 05:42:45'),
(1489, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-03 05:47:13', '2022-01-03 05:47:13'),
(1490, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-04 05:48:31', '2022-01-04 05:48:31'),
(1491, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-04 09:08:33', '2022-01-04 09:08:33'),
(1492, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-04 09:08:54', '2022-01-04 09:08:54'),
(1493, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-01-04 09:09:05', '2022-01-04 09:09:05'),
(1494, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-01-04 09:09:58', '2022-01-04 09:09:58'),
(1495, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-01-04 12:05:02', '2022-01-04 12:05:02'),
(1496, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-05 05:30:18', '2022-01-05 05:30:18'),
(1497, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-05 05:34:29', '2022-01-05 05:34:29'),
(1498, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-05 06:40:36', '2022-01-05 06:40:36'),
(1499, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-05 06:42:04', '2022-01-05 06:42:04'),
(1500, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 08:37:07', '2022-01-08 08:37:07'),
(1501, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 11:22:16', '2022-01-08 11:22:16'),
(1502, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 11:54:11', '2022-01-08 11:54:11'),
(1503, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 11:57:30', '2022-01-08 11:57:30'),
(1504, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 12:00:11', '2022-01-08 12:00:11'),
(1505, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 12:07:02', '2022-01-08 12:07:02'),
(1506, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 12:27:58', '2022-01-08 12:27:58'),
(1507, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 12:29:06', '2022-01-08 12:29:06'),
(1508, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 12:32:31', '2022-01-08 12:32:31'),
(1509, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 12:49:09', '2022-01-08 12:49:09'),
(1510, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 12:50:56', '2022-01-08 12:50:56'),
(1511, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-08 12:58:51', '2022-01-08 12:58:51'),
(1512, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-10 05:54:26', '2022-01-10 05:54:26'),
(1513, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-10 06:45:29', '2022-01-10 06:45:29'),
(1514, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-10 07:02:07', '2022-01-10 07:02:07'),
(1515, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-01-10 07:02:45', '2022-01-10 07:02:45'),
(1516, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-10 08:07:13', '2022-01-10 08:07:13'),
(1517, 'Create', 'New Receipt Added 50006', NULL, NULL, 22, 'App\\User', '[]', '2022-01-10 11:43:24', '2022-01-10 11:43:24'),
(1518, 'View', 'Unit Categories List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-10 12:04:50', '2022-01-10 12:04:50'),
(1519, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-11 05:34:01', '2022-01-11 05:34:01'),
(1520, 'View', 'Unit Block List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-11 05:35:30', '2022-01-11 05:35:30'),
(1521, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-11 05:35:56', '2022-01-11 05:35:56'),
(1522, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-11 06:39:34', '2022-01-11 06:39:34'),
(1523, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-11 07:50:37', '2022-01-11 07:50:37'),
(1524, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-11 08:05:00', '2022-01-11 08:05:00');
INSERT INTO `activity_log` (`id`, `log_name`, `description`, `subject_id`, `subject_type`, `causer_id`, `causer_type`, `properties`, `created_at`, `updated_at`) VALUES
(1525, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-11 08:05:51', '2022-01-11 08:05:51'),
(1526, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-11 08:18:32', '2022-01-11 08:18:32'),
(1527, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-11 08:18:49', '2022-01-11 08:18:49'),
(1528, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-11 09:08:52', '2022-01-11 09:08:52'),
(1529, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-01-11 09:09:09', '2022-01-11 09:09:09'),
(1530, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-12 05:10:30', '2022-01-12 05:10:30'),
(1531, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-01-12 12:25:12', '2022-01-12 12:25:12'),
(1532, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-01-12 12:25:30', '2022-01-12 12:25:30'),
(1533, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-01-12 12:32:38', '2022-01-12 12:32:38'),
(1534, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-01-12 12:38:31', '2022-01-12 12:38:31'),
(1535, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-13 05:42:47', '2022-01-13 05:42:47'),
(1536, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-14 13:01:55', '2022-01-14 13:01:55'),
(1537, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-15 06:07:59', '2022-01-15 06:07:59'),
(1538, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-15 06:10:10', '2022-01-15 06:10:10'),
(1539, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-15 06:13:08', '2022-01-15 06:13:08'),
(1540, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-15 07:33:43', '2022-01-15 07:33:43'),
(1541, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-15 08:12:29', '2022-01-15 08:12:29'),
(1542, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-15 08:34:37', '2022-01-15 08:34:37'),
(1543, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-17 05:20:01', '2022-01-17 05:20:01'),
(1544, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-17 05:25:27', '2022-01-17 05:25:27'),
(1545, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-17 05:37:28', '2022-01-17 05:37:28'),
(1546, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-17 05:38:12', '2022-01-17 05:38:12'),
(1547, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-17 05:45:06', '2022-01-17 05:45:06'),
(1548, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-17 05:46:02', '2022-01-17 05:46:02'),
(1549, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-17 05:48:42', '2022-01-17 05:48:42'),
(1550, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-17 05:50:09', '2022-01-17 05:50:09'),
(1551, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-17 06:12:25', '2022-01-17 06:12:25'),
(1552, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-18 08:56:30', '2022-01-18 08:56:30'),
(1553, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-18 10:54:22', '2022-01-18 10:54:22'),
(1554, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-18 11:40:28', '2022-01-18 11:40:28'),
(1555, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-19 06:31:49', '2022-01-19 06:31:49'),
(1556, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-20 05:35:02', '2022-01-20 05:35:02'),
(1557, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-21 05:24:30', '2022-01-21 05:24:30'),
(1558, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-21 08:46:04', '2022-01-21 08:46:04'),
(1559, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-24 06:18:30', '2022-01-24 06:18:30'),
(1560, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-25 06:04:49', '2022-01-25 06:04:49'),
(1561, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-25 07:40:17', '2022-01-25 07:40:17'),
(1562, 'Create', 'New Floor added Us002', NULL, NULL, 22, 'App\\User', '[]', '2022-01-25 07:41:46', '2022-01-25 07:41:46'),
(1563, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-25 07:41:46', '2022-01-25 07:41:46'),
(1564, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-25 08:23:13', '2022-01-25 08:23:13'),
(1565, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-25 08:25:58', '2022-01-25 08:25:58'),
(1566, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-25 08:27:11', '2022-01-25 08:27:11'),
(1567, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-25 08:27:33', '2022-01-25 08:27:33'),
(1568, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-25 10:12:32', '2022-01-25 10:12:32'),
(1569, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-25 10:13:05', '2022-01-25 10:13:05'),
(1570, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-26 05:16:29', '2022-01-26 05:16:29'),
(1571, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-27 05:13:42', '2022-01-27 05:13:42'),
(1572, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:04:29', '2022-01-29 06:04:29'),
(1573, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:19:31', '2022-01-29 06:19:31'),
(1574, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:20:27', '2022-01-29 06:20:27'),
(1575, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:21:13', '2022-01-29 06:21:13'),
(1576, 'Update', 'Edit Unit Floor 3rd Floor', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:21:44', '2022-01-29 06:21:44'),
(1577, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:21:44', '2022-01-29 06:21:44'),
(1578, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:24:21', '2022-01-29 06:24:21'),
(1579, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:25:59', '2022-01-29 06:25:59'),
(1580, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:26:33', '2022-01-29 06:26:33'),
(1581, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:26:43', '2022-01-29 06:26:43'),
(1582, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:29:11', '2022-01-29 06:29:11'),
(1583, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:29:52', '2022-01-29 06:29:52'),
(1584, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:30:13', '2022-01-29 06:30:13'),
(1585, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:31:23', '2022-01-29 06:31:23'),
(1586, 'View', 'Unit Block List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:32:27', '2022-01-29 06:32:27'),
(1587, 'Create', 'New Block added Block Xyz', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:33:01', '2022-01-29 06:33:01'),
(1588, 'View', 'Unit Block List.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 06:33:02', '2022-01-29 06:33:02'),
(1589, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 07:35:57', '2022-01-29 07:35:57'),
(1590, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 07:36:19', '2022-01-29 07:36:19'),
(1591, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 07:36:58', '2022-01-29 07:36:58'),
(1592, 'View', 'View Receipt record 50004', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 07:37:13', '2022-01-29 07:37:13'),
(1593, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 07:37:29', '2022-01-29 07:37:29'),
(1594, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 07:39:27', '2022-01-29 07:39:27'),
(1595, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-29 10:21:44', '2022-01-29 10:21:44'),
(1596, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-01-31 05:47:44', '2022-01-31 05:47:44'),
(1597, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-01-31 11:19:40', '2022-01-31 11:19:40'),
(1598, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-01-31 13:01:00', '2022-01-31 13:01:00'),
(1599, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-01 04:54:33', '2022-02-01 04:54:33'),
(1600, 'Create', 'Update Chart of account [ VEHICLES] create. ', NULL, NULL, 22, 'App\\User', '[]', '2022-02-01 10:50:33', '2022-02-01 10:50:33'),
(1601, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 04:41:17', '2022-02-02 04:41:17'),
(1602, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 07:02:35', '2022-02-02 07:02:35'),
(1603, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 07:26:36', '2022-02-02 07:26:36'),
(1604, 'View', 'View Receipt record 50004', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 07:27:14', '2022-02-02 07:27:14'),
(1605, 'View', 'View Allowance Tittle  List ', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 11:56:44', '2022-02-02 11:56:44'),
(1606, 'View', 'View Deduction Title Form', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 11:56:52', '2022-02-02 11:56:52'),
(1607, 'View', 'View Deduction Tittle  List ', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 11:56:57', '2022-02-02 11:56:57'),
(1608, 'View', 'View Employees List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 11:57:24', '2022-02-02 11:57:24'),
(1609, 'Earning Deduction', 'Earning Deduction', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 11:57:39', '2022-02-02 11:57:39'),
(1610, 'Earning Deduction', 'Earning Deduction', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 11:57:45', '2022-02-02 11:57:45'),
(1611, 'Salary List', 'Employees Salary List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 11:58:01', '2022-02-02 11:58:01'),
(1612, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-02 12:02:28', '2022-02-02 12:02:28'),
(1613, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 05:39:32', '2022-02-03 05:39:32'),
(1614, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:04:17', '2022-02-03 12:04:17'),
(1615, 'Create', 'Create Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:04:32', '2022-02-03 12:04:32'),
(1616, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:05:25', '2022-02-03 12:05:25'),
(1617, 'View', 'View Employees List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:05:44', '2022-02-03 12:05:44'),
(1618, 'Edit', 'Edit Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:05:55', '2022-02-03 12:05:55'),
(1619, 'Create', 'Create Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:06:08', '2022-02-03 12:06:08'),
(1620, 'Edit', 'Edit Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:08:05', '2022-02-03 12:08:05'),
(1621, 'Update', 'Update Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:08:15', '2022-02-03 12:08:15'),
(1622, 'View', 'View Employees List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:08:16', '2022-02-03 12:08:16'),
(1623, 'Update', 'Update Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:08:19', '2022-02-03 12:08:19'),
(1624, 'View', 'View Employees List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:08:20', '2022-02-03 12:08:20'),
(1625, 'Edit', 'Edit Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:08:30', '2022-02-03 12:08:30'),
(1626, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:09:28', '2022-02-03 12:09:28'),
(1627, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:13:01', '2022-02-03 12:13:01'),
(1628, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:13:57', '2022-02-03 12:13:57'),
(1629, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:14:35', '2022-02-03 12:14:35'),
(1630, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:15:04', '2022-02-03 12:15:04'),
(1631, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:15:50', '2022-02-03 12:15:50'),
(1632, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:16:13', '2022-02-03 12:16:13'),
(1633, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:16:36', '2022-02-03 12:16:36'),
(1634, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:17:02', '2022-02-03 12:17:02'),
(1635, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-03 12:56:57', '2022-02-03 12:56:57'),
(1636, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:16:32', '2022-02-04 11:16:32'),
(1637, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:17:08', '2022-02-04 11:17:08'),
(1638, 'Update', 'Edit the installment property statement.Umer Shahzad LG383', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:18:39', '2022-02-04 11:18:39'),
(1639, 'View', 'View the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:18:39', '2022-02-04 11:18:39'),
(1640, 'Update', 'Edit the installment property statement.Umer Shahzad LG383', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:23:38', '2022-02-04 11:23:38'),
(1641, 'View', 'View the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:23:38', '2022-02-04 11:23:38'),
(1642, 'Update', 'Edit the installment property statement.Umer Shahzad LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:25:47', '2022-02-04 11:25:47'),
(1643, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:25:47', '2022-02-04 11:25:47'),
(1644, 'Update', 'Edit the installment property statement.Umer Shahzad LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:31:04', '2022-02-04 11:31:04'),
(1645, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:31:04', '2022-02-04 11:31:04'),
(1646, 'Update', 'Edit the installment property statement.Umer Shahzad LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:32:08', '2022-02-04 11:32:08'),
(1647, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:32:08', '2022-02-04 11:32:08'),
(1648, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:33:16', '2022-02-04 11:33:16'),
(1649, 'Update', 'Edit the installment property statement.Umer Shahzad LG8383', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:34:02', '2022-02-04 11:34:02'),
(1650, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 11:34:02', '2022-02-04 11:34:02'),
(1651, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:45:35', '2022-02-04 13:45:35'),
(1652, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:46:34', '2022-02-04 13:46:34'),
(1653, 'Create', 'New Receipt Added 50007', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:47:24', '2022-02-04 13:47:24'),
(1654, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:47:43', '2022-02-04 13:47:43'),
(1655, 'Approved', 'Receipt Approved 50006', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:47:56', '2022-02-04 13:47:56'),
(1656, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:47:57', '2022-02-04 13:47:57'),
(1657, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:48:09', '2022-02-04 13:48:09'),
(1658, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:48:22', '2022-02-04 13:48:22'),
(1659, 'Approved', 'Receipt Approved 50007', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:48:54', '2022-02-04 13:48:54'),
(1660, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:48:56', '2022-02-04 13:48:56'),
(1661, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:49:30', '2022-02-04 13:49:30'),
(1662, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:52:56', '2022-02-04 13:52:56'),
(1663, 'Create', 'New Receipt Added 50008', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:55:46', '2022-02-04 13:55:46'),
(1664, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:55:51', '2022-02-04 13:55:51'),
(1665, 'Approved', 'Receipt Approved 50008', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:55:57', '2022-02-04 13:55:57'),
(1666, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:55:58', '2022-02-04 13:55:58'),
(1667, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:57:10', '2022-02-04 13:57:10'),
(1668, 'Create', 'New Receipt Added 50009', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:58:09', '2022-02-04 13:58:09'),
(1669, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:58:16', '2022-02-04 13:58:16'),
(1670, 'Approved', 'Receipt Approved 50009', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:58:22', '2022-02-04 13:58:22'),
(1671, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 13:58:22', '2022-02-04 13:58:22'),
(1672, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-04 14:15:46', '2022-02-04 14:15:46'),
(1673, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-05 09:30:06', '2022-02-05 09:30:06'),
(1674, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 04:35:16', '2022-02-07 04:35:16'),
(1675, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 04:39:57', '2022-02-07 04:39:57'),
(1676, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 04:41:25', '2022-02-07 04:41:25'),
(1677, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 05:13:25', '2022-02-07 05:13:25'),
(1678, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 05:39:33', '2022-02-07 05:39:33'),
(1679, 'Add', 'Add Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 05:39:59', '2022-02-07 05:39:59'),
(1680, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 05:40:00', '2022-02-07 05:40:00'),
(1681, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 05:40:11', '2022-02-07 05:40:11'),
(1682, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 07:23:47', '2022-02-07 07:23:47'),
(1683, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 07:47:06', '2022-02-07 07:47:06'),
(1684, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 07:48:09', '2022-02-07 07:48:09'),
(1685, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 07:48:25', '2022-02-07 07:48:25'),
(1686, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 07:50:37', '2022-02-07 07:50:37'),
(1687, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 07:51:54', '2022-02-07 07:51:54'),
(1688, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 07:53:29', '2022-02-07 07:53:29'),
(1689, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 08:03:29', '2022-02-07 08:03:29'),
(1690, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 09:33:53', '2022-02-07 09:33:53'),
(1691, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 09:34:14', '2022-02-07 09:34:14'),
(1692, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 09:34:56', '2022-02-07 09:34:56'),
(1693, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 09:39:31', '2022-02-07 09:39:31'),
(1694, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 09:40:25', '2022-02-07 09:40:25'),
(1695, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 09:55:13', '2022-02-07 09:55:13'),
(1696, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:00:13', '2022-02-07 10:00:13'),
(1697, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:01:49', '2022-02-07 10:01:49'),
(1698, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:02:11', '2022-02-07 10:02:11'),
(1699, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:02:44', '2022-02-07 10:02:44'),
(1700, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:11:29', '2022-02-07 10:11:29'),
(1701, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:13:20', '2022-02-07 10:13:20'),
(1702, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:13:47', '2022-02-07 10:13:47'),
(1703, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:14:12', '2022-02-07 10:14:12'),
(1704, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:20:42', '2022-02-07 10:20:42'),
(1705, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:26:48', '2022-02-07 10:26:48'),
(1706, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:40:26', '2022-02-07 10:40:26'),
(1707, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 10:57:19', '2022-02-07 10:57:19'),
(1708, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 11:20:42', '2022-02-07 11:20:42'),
(1709, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 11:22:29', '2022-02-07 11:22:29'),
(1710, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 12:43:16', '2022-02-07 12:43:16'),
(1711, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-07 12:46:48', '2022-02-07 12:46:48'),
(1712, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-16 04:36:25', '2022-02-16 04:36:25'),
(1713, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-17 10:58:16', '2022-02-17 10:58:16'),
(1714, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 06:48:10', '2022-02-18 06:48:10'),
(1715, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 08:40:55', '2022-02-18 08:40:55'),
(1716, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 08:41:54', '2022-02-18 08:41:54'),
(1717, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 08:58:47', '2022-02-18 08:58:47'),
(1718, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 08:59:00', '2022-02-18 08:59:00'),
(1719, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 09:03:38', '2022-02-18 09:03:38'),
(1720, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 09:03:55', '2022-02-18 09:03:55'),
(1721, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 09:04:01', '2022-02-18 09:04:01'),
(1722, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 09:04:56', '2022-02-18 09:04:56'),
(1723, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 09:05:28', '2022-02-18 09:05:28'),
(1724, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 09:07:47', '2022-02-18 09:07:47'),
(1725, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 09:07:58', '2022-02-18 09:07:58'),
(1726, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 09:11:04', '2022-02-18 09:11:04'),
(1727, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 09:16:12', '2022-02-18 09:16:12'),
(1728, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 09:17:27', '2022-02-18 09:17:27'),
(1729, 'Create', 'New Receipt Added 50010', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 10:13:55', '2022-02-18 10:13:55'),
(1730, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 10:14:47', '2022-02-18 10:14:47'),
(1731, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 10:15:08', '2022-02-18 10:15:08'),
(1732, 'Approved', 'Receipt Approved 50010', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 10:15:20', '2022-02-18 10:15:20'),
(1733, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-18 10:15:20', '2022-02-18 10:15:20'),
(1734, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-21 04:45:43', '2022-02-21 04:45:43'),
(1735, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-21 04:47:50', '2022-02-21 04:47:50'),
(1736, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-21 04:48:19', '2022-02-21 04:48:19'),
(1737, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-21 07:06:19', '2022-02-21 07:06:19'),
(1738, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-21 07:40:36', '2022-02-21 07:40:36'),
(1739, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-21 08:27:55', '2022-02-21 08:27:55'),
(1740, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-21 09:47:32', '2022-02-21 09:47:32'),
(1741, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-21 10:48:04', '2022-02-21 10:48:04'),
(1742, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-21 10:48:12', '2022-02-21 10:48:12'),
(1743, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 07:27:01', '2022-02-22 07:27:01'),
(1744, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 07:33:08', '2022-02-22 07:33:08'),
(1745, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 07:37:18', '2022-02-22 07:37:18'),
(1746, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 07:37:32', '2022-02-22 07:37:32'),
(1747, 'Update', 'Edit Receipt info 50005', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 07:37:47', '2022-02-22 07:37:47'),
(1748, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 07:37:48', '2022-02-22 07:37:48'),
(1749, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 07:38:16', '2022-02-22 07:38:16'),
(1750, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 07:38:45', '2022-02-22 07:38:45'),
(1751, 'Update', 'Edit Receipt info 50005', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 07:40:52', '2022-02-22 07:40:52'),
(1752, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 07:40:52', '2022-02-22 07:40:52'),
(1753, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 07:54:44', '2022-02-22 07:54:44'),
(1754, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 08:14:26', '2022-02-22 08:14:26'),
(1755, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 08:14:47', '2022-02-22 08:14:47'),
(1756, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 09:43:53', '2022-02-22 09:43:53'),
(1757, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 12:31:42', '2022-02-22 12:31:42'),
(1758, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 12:35:36', '2022-02-22 12:35:36'),
(1759, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 12:35:44', '2022-02-22 12:35:44'),
(1760, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 12:41:43', '2022-02-22 12:41:43'),
(1761, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-22 12:42:04', '2022-02-22 12:42:04'),
(1762, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 04:58:45', '2022-02-24 04:58:45'),
(1763, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 05:10:13', '2022-02-24 05:10:13'),
(1764, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 05:49:03', '2022-02-24 05:49:03'),
(1765, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 05:49:11', '2022-02-24 05:49:11'),
(1766, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 05:54:29', '2022-02-24 05:54:29'),
(1767, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 05:57:23', '2022-02-24 05:57:23'),
(1768, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 05:58:05', '2022-02-24 05:58:05'),
(1769, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 05:59:13', '2022-02-24 05:59:13'),
(1770, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 06:07:47', '2022-02-24 06:07:47'),
(1771, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 06:08:10', '2022-02-24 06:08:10'),
(1772, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 06:08:18', '2022-02-24 06:08:18'),
(1773, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 06:11:46', '2022-02-24 06:11:46'),
(1774, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 06:14:09', '2022-02-24 06:14:09'),
(1775, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 06:15:05', '2022-02-24 06:15:05'),
(1776, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 06:33:17', '2022-02-24 06:33:17'),
(1777, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 06:33:28', '2022-02-24 06:33:28'),
(1778, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 06:35:38', '2022-02-24 06:35:38'),
(1779, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 06:36:56', '2022-02-24 06:36:56'),
(1780, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:06:37', '2022-02-24 12:06:37'),
(1781, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:21:47', '2022-02-24 12:21:47'),
(1782, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:22:02', '2022-02-24 12:22:02'),
(1783, 'Create', 'New Property Added  LG383', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:23:17', '2022-02-24 12:23:17'),
(1784, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:23:18', '2022-02-24 12:23:18'),
(1785, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:25:17', '2022-02-24 12:25:17'),
(1786, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:25:18', '2022-02-24 12:25:18'),
(1787, 'Create', 'New Receipt Added 50011', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:26:14', '2022-02-24 12:26:14'),
(1788, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:26:28', '2022-02-24 12:26:28'),
(1789, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:26:33', '2022-02-24 12:26:33'),
(1790, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:26:55', '2022-02-24 12:26:55'),
(1791, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:32:28', '2022-02-24 12:32:28'),
(1792, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:35:03', '2022-02-24 12:35:03'),
(1793, 'Update', 'Edit Receipt info 50011', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:35:28', '2022-02-24 12:35:28'),
(1794, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:35:29', '2022-02-24 12:35:29'),
(1795, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:35:39', '2022-02-24 12:35:39'),
(1796, 'Approved', 'Receipt Approved 50011', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:35:44', '2022-02-24 12:35:44'),
(1797, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:35:44', '2022-02-24 12:35:44'),
(1798, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:36:09', '2022-02-24 12:36:09'),
(1799, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:37:40', '2022-02-24 12:37:40'),
(1800, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:43:41', '2022-02-24 12:43:41'),
(1801, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:44:28', '2022-02-24 12:44:28'),
(1802, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:47:57', '2022-02-24 12:47:57'),
(1803, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:52:30', '2022-02-24 12:52:30'),
(1804, 'Delete', 'Delete Receipt info 50011', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:56:24', '2022-02-24 12:56:24'),
(1805, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:56:24', '2022-02-24 12:56:24'),
(1806, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 12:56:32', '2022-02-24 12:56:32'),
(1807, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 13:00:49', '2022-02-24 13:00:49'),
(1808, 'Revert', 'Revert Receipt info 50011', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 13:00:57', '2022-02-24 13:00:57'),
(1809, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 13:00:57', '2022-02-24 13:00:57'),
(1810, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-24 13:04:11', '2022-02-24 13:04:11'),
(1811, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 06:27:16', '2022-02-25 06:27:16'),
(1812, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 06:27:40', '2022-02-25 06:27:40'),
(1813, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 06:27:51', '2022-02-25 06:27:51'),
(1814, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 06:28:20', '2022-02-25 06:28:20'),
(1815, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 06:29:34', '2022-02-25 06:29:34'),
(1816, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 06:29:42', '2022-02-25 06:29:42'),
(1817, 'Revert', 'Revert Receipt info 50011', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 06:30:31', '2022-02-25 06:30:31'),
(1818, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 06:30:31', '2022-02-25 06:30:31'),
(1819, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 06:30:37', '2022-02-25 06:30:37'),
(1820, 'Update', 'Edit Receipt info 50011', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 06:57:50', '2022-02-25 06:57:50'),
(1821, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 06:57:50', '2022-02-25 06:57:50'),
(1822, 'Create', 'New Receipt Added 50012', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 07:14:01', '2022-02-25 07:14:01'),
(1823, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 07:14:09', '2022-02-25 07:14:09'),
(1824, 'Approved', 'Receipt Approved 50012', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 07:14:16', '2022-02-25 07:14:16'),
(1825, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 07:14:17', '2022-02-25 07:14:17'),
(1826, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 07:16:57', '2022-02-25 07:16:57'),
(1827, 'View', 'View Receipt record 50012', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 07:17:05', '2022-02-25 07:17:05'),
(1828, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 08:56:14', '2022-02-25 08:56:14'),
(1829, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 10:36:46', '2022-02-25 10:36:46'),
(1830, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 10:46:08', '2022-02-25 10:46:08'),
(1831, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 10:46:24', '2022-02-25 10:46:24'),
(1832, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 10:46:51', '2022-02-25 10:46:51'),
(1833, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 10:47:28', '2022-02-25 10:47:28'),
(1834, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:10:13', '2022-02-25 11:10:13'),
(1835, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:18:09', '2022-02-25 11:18:09'),
(1836, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:19:43', '2022-02-25 11:19:43'),
(1837, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:20:02', '2022-02-25 11:20:02'),
(1838, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:21:13', '2022-02-25 11:21:13'),
(1839, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:22:13', '2022-02-25 11:22:13'),
(1840, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:22:45', '2022-02-25 11:22:45'),
(1841, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:27:54', '2022-02-25 11:27:54'),
(1842, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:28:55', '2022-02-25 11:28:55'),
(1843, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:30:31', '2022-02-25 11:30:31'),
(1844, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:35:01', '2022-02-25 11:35:01'),
(1845, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:36:15', '2022-02-25 11:36:15'),
(1846, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:36:25', '2022-02-25 11:36:25'),
(1847, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:38:14', '2022-02-25 11:38:14'),
(1848, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:38:23', '2022-02-25 11:38:23'),
(1849, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:40:08', '2022-02-25 11:40:08'),
(1850, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:40:18', '2022-02-25 11:40:18'),
(1851, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:41:34', '2022-02-25 11:41:34'),
(1852, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:41:44', '2022-02-25 11:41:44'),
(1853, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:42:43', '2022-02-25 11:42:43'),
(1854, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:42:56', '2022-02-25 11:42:56'),
(1855, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:43:06', '2022-02-25 11:43:06'),
(1856, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:43:39', '2022-02-25 11:43:39'),
(1857, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:43:48', '2022-02-25 11:43:48'),
(1858, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:44:38', '2022-02-25 11:44:38'),
(1859, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:44:48', '2022-02-25 11:44:48'),
(1860, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:45:18', '2022-02-25 11:45:18'),
(1861, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:45:42', '2022-02-25 11:45:42'),
(1862, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 11:47:00', '2022-02-25 11:47:00'),
(1863, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-25 12:39:01', '2022-02-25 12:39:01'),
(1864, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 04:58:21', '2022-02-28 04:58:21'),
(1865, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 04:58:37', '2022-02-28 04:58:37'),
(1866, 'Create', 'Dealer Rebate Paid Adnan', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 05:29:45', '2022-02-28 05:29:45'),
(1867, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 07:36:32', '2022-02-28 07:36:32'),
(1868, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 07:36:43', '2022-02-28 07:36:43'),
(1869, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 08:08:31', '2022-02-28 08:08:31'),
(1870, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 08:08:38', '2022-02-28 08:08:38'),
(1871, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 08:09:07', '2022-02-28 08:09:07'),
(1872, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:24:06', '2022-02-28 10:24:06'),
(1873, 'Hrm Dashbord', 'View Hrm Dashbord', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:24:27', '2022-02-28 10:24:27'),
(1874, 'Create', 'Create Benevolent Fund', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:24:31', '2022-02-28 10:24:31'),
(1875, 'List', 'Benevolent Fund List ', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:24:34', '2022-02-28 10:24:34'),
(1876, 'View', 'View Allowance Tittle  List ', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:24:41', '2022-02-28 10:24:41'),
(1877, 'View', 'View Deduction Title Form', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:24:43', '2022-02-28 10:24:43'),
(1878, 'View', 'View Deduction Tittle  List ', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:24:47', '2022-02-28 10:24:47'),
(1879, 'Create', 'Create Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:24:52', '2022-02-28 10:24:52'),
(1880, 'View', 'View Employees List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:24:56', '2022-02-28 10:24:56'),
(1881, 'Create', 'Designation ', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:25:00', '2022-02-28 10:25:00'),
(1882, 'List', 'Designation List ', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:25:03', '2022-02-28 10:25:03'),
(1883, 'Pending Payroll', 'Employees Pending Payroll Details', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:25:07', '2022-02-28 10:25:07'),
(1884, 'View', 'View Employees Loan List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:25:10', '2022-02-28 10:25:10'),
(1885, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:25:13', '2022-02-28 10:25:13'),
(1886, 'Edit', 'Hrm Attendance Setting', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:25:17', '2022-02-28 10:25:17'),
(1887, 'List', 'Attendance Scheduale List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:25:20', '2022-02-28 10:25:20'),
(1888, 'Salary List', 'Employees Salary List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:31:27', '2022-02-28 10:31:27'),
(1889, 'Salary List', 'Employees Salary List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:34:47', '2022-02-28 10:34:47'),
(1890, 'Salary List', 'Employees Salary List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:35:38', '2022-02-28 10:35:38'),
(1891, 'Salary List', 'Employees Salary List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:36:39', '2022-02-28 10:36:39'),
(1892, 'Salary List', 'Employees Salary List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:37:21', '2022-02-28 10:37:21'),
(1893, 'Salary List', 'Employees Salary List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:39:23', '2022-02-28 10:39:23'),
(1894, 'Salary List', 'Employees Salary List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:39:27', '2022-02-28 10:39:27'),
(1895, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:40:26', '2022-02-28 10:40:26'),
(1896, 'Report', 'Employees Loan Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:41:07', '2022-02-28 10:41:07'),
(1897, 'Benevolent Fund', 'Benevolent Fund Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:41:10', '2022-02-28 10:41:10'),
(1898, 'Details', 'Employees Salary Details Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:41:12', '2022-02-28 10:41:12'),
(1899, 'Benevolent Fund', 'Benevolent Fund Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:41:21', '2022-02-28 10:41:21'),
(1900, 'Report', 'Employees Loan Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:41:40', '2022-02-28 10:41:40'),
(1901, 'Tax', 'Employees Tax Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:41:47', '2022-02-28 10:41:47'),
(1902, 'Benevolent Fund', 'Benevolent Fund Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:42:07', '2022-02-28 10:42:07'),
(1903, 'Benevolent Fund', 'Benevolent Fund Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:45:51', '2022-02-28 10:45:51'),
(1904, 'Benevolent Fund', 'Benevolent Fund Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:46:34', '2022-02-28 10:46:34'),
(1905, 'Benevolent Fund', 'Benevolent Fund Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:47:17', '2022-02-28 10:47:17'),
(1906, 'Benevolent Fund', 'Benevolent Fund Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:48:13', '2022-02-28 10:48:13'),
(1907, 'Benevolent Fund', 'Benevolent Fund Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:55:16', '2022-02-28 10:55:16'),
(1908, 'Benevolent Fund', 'Benevolent Fund Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:56:34', '2022-02-28 10:56:34'),
(1909, 'Benevolent Fund', 'Benevolent Fund Report', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:57:14', '2022-02-28 10:57:14'),
(1910, 'View', 'View Employees Loan List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:57:27', '2022-02-28 10:57:27'),
(1911, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:57:41', '2022-02-28 10:57:41'),
(1912, 'Voucher', 'Employees Voucher', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:58:10', '2022-02-28 10:58:10'),
(1913, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 10:58:24', '2022-02-28 10:58:24'),
(1914, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:04:30', '2022-02-28 11:04:30'),
(1915, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:05:00', '2022-02-28 11:05:00'),
(1916, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:09:32', '2022-02-28 11:09:32'),
(1917, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:09:46', '2022-02-28 11:09:46'),
(1918, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:10:15', '2022-02-28 11:10:15'),
(1919, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:17:48', '2022-02-28 11:17:48'),
(1920, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:36:15', '2022-02-28 11:36:15'),
(1921, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:47:55', '2022-02-28 11:47:55'),
(1922, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:49:21', '2022-02-28 11:49:21'),
(1923, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:50:19', '2022-02-28 11:50:19'),
(1924, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:51:46', '2022-02-28 11:51:46'),
(1925, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 11:56:46', '2022-02-28 11:56:46'),
(1926, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:29:19', '2022-02-28 12:29:19'),
(1927, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:40:06', '2022-02-28 12:40:06'),
(1928, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:40:20', '2022-02-28 12:40:20'),
(1929, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:40:43', '2022-02-28 12:40:43'),
(1930, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:42:33', '2022-02-28 12:42:33'),
(1931, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:42:54', '2022-02-28 12:42:54'),
(1932, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:43:16', '2022-02-28 12:43:16');
INSERT INTO `activity_log` (`id`, `log_name`, `description`, `subject_id`, `subject_type`, `causer_id`, `causer_type`, `properties`, `created_at`, `updated_at`) VALUES
(1933, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:45:42', '2022-02-28 12:45:42'),
(1934, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:46:34', '2022-02-28 12:46:34'),
(1935, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:48:03', '2022-02-28 12:48:03'),
(1936, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:48:35', '2022-02-28 12:48:35'),
(1937, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 12:49:12', '2022-02-28 12:49:12'),
(1938, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 13:05:24', '2022-02-28 13:05:24'),
(1939, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-02-28 16:16:31', '2022-02-28 16:16:31'),
(1940, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 05:44:43', '2022-03-01 05:44:43'),
(1941, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 05:53:44', '2022-03-01 05:53:44'),
(1942, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 05:58:20', '2022-03-01 05:58:20'),
(1943, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 05:59:08', '2022-03-01 05:59:08'),
(1944, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 05:59:36', '2022-03-01 05:59:36'),
(1945, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 06:01:19', '2022-03-01 06:01:19'),
(1946, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 06:03:59', '2022-03-01 06:03:59'),
(1947, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 06:08:25', '2022-03-01 06:08:25'),
(1948, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 06:10:42', '2022-03-01 06:10:42'),
(1949, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 06:14:43', '2022-03-01 06:14:43'),
(1950, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 06:36:51', '2022-03-01 06:36:51'),
(1951, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 06:42:02', '2022-03-01 06:42:02'),
(1952, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 06:45:47', '2022-03-01 06:45:47'),
(1953, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 06:48:12', '2022-03-01 06:48:12'),
(1954, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 07:07:40', '2022-03-01 07:07:40'),
(1955, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 07:08:44', '2022-03-01 07:08:44'),
(1956, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 07:09:43', '2022-03-01 07:09:43'),
(1957, 'View', 'View Receipt record 50005', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 07:55:02', '2022-03-01 07:55:02'),
(1958, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:27:34', '2022-03-01 08:27:34'),
(1959, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:30:26', '2022-03-01 08:30:26'),
(1960, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:30:37', '2022-03-01 08:30:37'),
(1961, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:31:48', '2022-03-01 08:31:48'),
(1962, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:31:59', '2022-03-01 08:31:59'),
(1963, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:32:29', '2022-03-01 08:32:29'),
(1964, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:33:22', '2022-03-01 08:33:22'),
(1965, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:36:24', '2022-03-01 08:36:24'),
(1966, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:37:28', '2022-03-01 08:37:28'),
(1967, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:38:49', '2022-03-01 08:38:49'),
(1968, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:40:52', '2022-03-01 08:40:52'),
(1969, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:41:19', '2022-03-01 08:41:19'),
(1970, 'Download', 'Download membership form Wurfel IT - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:43:37', '2022-03-01 08:43:37'),
(1971, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:43:43', '2022-03-01 08:43:43'),
(1972, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:46:24', '2022-03-01 08:46:24'),
(1973, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:47:33', '2022-03-01 08:47:33'),
(1974, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:54:04', '2022-03-01 08:54:04'),
(1975, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:55:17', '2022-03-01 08:55:17'),
(1976, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:55:56', '2022-03-01 08:55:56'),
(1977, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:56:20', '2022-03-01 08:56:20'),
(1978, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:56:31', '2022-03-01 08:56:31'),
(1979, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:57:00', '2022-03-01 08:57:00'),
(1980, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:57:27', '2022-03-01 08:57:27'),
(1981, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:57:46', '2022-03-01 08:57:46'),
(1982, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:58:46', '2022-03-01 08:58:46'),
(1983, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:59:07', '2022-03-01 08:59:07'),
(1984, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 08:59:40', '2022-03-01 08:59:40'),
(1985, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:00:30', '2022-03-01 09:00:30'),
(1986, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:01:34', '2022-03-01 09:01:34'),
(1987, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:02:59', '2022-03-01 09:02:59'),
(1988, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:03:29', '2022-03-01 09:03:29'),
(1989, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:03:56', '2022-03-01 09:03:56'),
(1990, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:04:14', '2022-03-01 09:04:14'),
(1991, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:11:15', '2022-03-01 09:11:15'),
(1992, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:11:52', '2022-03-01 09:11:52'),
(1993, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:12:47', '2022-03-01 09:12:47'),
(1994, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:13:37', '2022-03-01 09:13:37'),
(1995, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:14:27', '2022-03-01 09:14:27'),
(1996, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:15:03', '2022-03-01 09:15:03'),
(1997, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:16:00', '2022-03-01 09:16:00'),
(1998, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:16:31', '2022-03-01 09:16:31'),
(1999, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:52:35', '2022-03-01 09:52:35'),
(2000, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:59:30', '2022-03-01 09:59:30'),
(2001, 'Download', 'Download membership form Umer Shahzad - statement', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 09:59:40', '2022-03-01 09:59:40'),
(2002, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 10:04:44', '2022-03-01 10:04:44'),
(2003, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 10:10:38', '2022-03-01 10:10:38'),
(2004, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-01 10:11:37', '2022-03-01 10:11:37'),
(2005, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:15:30', '2022-03-02 05:15:30'),
(2006, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:17:48', '2022-03-02 05:17:48'),
(2007, 'Create', 'New Receipt Added 50013', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:18:52', '2022-03-02 05:18:52'),
(2008, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:19:00', '2022-03-02 05:19:00'),
(2009, 'Approved', 'Receipt Approved 50013', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:19:10', '2022-03-02 05:19:10'),
(2010, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:19:10', '2022-03-02 05:19:10'),
(2011, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:20:27', '2022-03-02 05:20:27'),
(2012, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:28:58', '2022-03-02 05:28:58'),
(2013, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:29:10', '2022-03-02 05:29:10'),
(2014, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:29:28', '2022-03-02 05:29:28'),
(2015, 'Create', 'New Receipt Added 50014', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:30:52', '2022-03-02 05:30:52'),
(2016, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:31:01', '2022-03-02 05:31:01'),
(2017, 'Approved', 'Receipt Approved 50014', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:31:10', '2022-03-02 05:31:10'),
(2018, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:31:10', '2022-03-02 05:31:10'),
(2019, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:33:56', '2022-03-02 05:33:56'),
(2020, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:35:31', '2022-03-02 05:35:31'),
(2021, 'Create', 'New Receipt Added 50015', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:44:49', '2022-03-02 05:44:49'),
(2022, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:46:05', '2022-03-02 05:46:05'),
(2023, 'Delete', 'Delete Receipt info 50015', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:46:15', '2022-03-02 05:46:15'),
(2024, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:46:15', '2022-03-02 05:46:15'),
(2025, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:46:24', '2022-03-02 05:46:24'),
(2026, 'Delete', 'Permanent Delete Receipt info 50002', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:46:34', '2022-03-02 05:46:34'),
(2027, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:46:34', '2022-03-02 05:46:34'),
(2028, 'Delete', 'Permanent Delete Receipt info 50015', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:46:40', '2022-03-02 05:46:40'),
(2029, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:46:40', '2022-03-02 05:46:40'),
(2030, 'Create', 'New Receipt Added 50015', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:47:13', '2022-03-02 05:47:13'),
(2031, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:47:39', '2022-03-02 05:47:39'),
(2032, 'Approved', 'Receipt Approved 50015', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:49:46', '2022-03-02 05:49:46'),
(2033, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:49:46', '2022-03-02 05:49:46'),
(2034, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:50:43', '2022-03-02 05:50:43'),
(2035, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:55:35', '2022-03-02 05:55:35'),
(2036, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:57:55', '2022-03-02 05:57:55'),
(2037, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:58:26', '2022-03-02 05:58:26'),
(2038, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 05:58:48', '2022-03-02 05:58:48'),
(2039, 'Create', 'New Receipt Added 50016', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:00:40', '2022-03-02 06:00:40'),
(2040, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:00:47', '2022-03-02 06:00:47'),
(2041, 'Approved', 'Receipt Approved 50016', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:00:56', '2022-03-02 06:00:56'),
(2042, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:00:57', '2022-03-02 06:00:57'),
(2043, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:01:56', '2022-03-02 06:01:56'),
(2044, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:02:54', '2022-03-02 06:02:54'),
(2045, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:03:06', '2022-03-02 06:03:06'),
(2046, 'View', 'View Receipt record 50008', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:03:29', '2022-03-02 06:03:29'),
(2047, 'View', 'View Receipt record 50008', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:08:22', '2022-03-02 06:08:22'),
(2048, 'View', 'View Receipt record 50016', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:08:48', '2022-03-02 06:08:48'),
(2049, 'View', 'View Receipt record 50016', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:09:44', '2022-03-02 06:09:44'),
(2050, 'View', 'View Receipt record 50016', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:10:26', '2022-03-02 06:10:26'),
(2051, 'View', 'View Receipt record 50016', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:11:23', '2022-03-02 06:11:23'),
(2052, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:11:49', '2022-03-02 06:11:49'),
(2053, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:12:19', '2022-03-02 06:12:19'),
(2054, 'Create', 'New Receipt Added 50017', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:17:03', '2022-03-02 06:17:03'),
(2055, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:17:19', '2022-03-02 06:17:19'),
(2056, 'Approved', 'Receipt Approved 50017', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:17:43', '2022-03-02 06:17:43'),
(2057, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:17:44', '2022-03-02 06:17:44'),
(2058, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:21:14', '2022-03-02 06:21:14'),
(2059, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:22:18', '2022-03-02 06:22:18'),
(2060, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:39:28', '2022-03-02 06:39:28'),
(2061, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:39:45', '2022-03-02 06:39:45'),
(2062, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:40:38', '2022-03-02 06:40:38'),
(2063, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:42:55', '2022-03-02 06:42:55'),
(2064, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:43:05', '2022-03-02 06:43:05'),
(2065, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:43:48', '2022-03-02 06:43:48'),
(2066, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:46:59', '2022-03-02 06:46:59'),
(2067, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 06:50:59', '2022-03-02 06:50:59'),
(2068, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:00:52', '2022-03-02 07:00:52'),
(2069, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:02:46', '2022-03-02 07:02:46'),
(2070, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:07:09', '2022-03-02 07:07:09'),
(2071, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:07:37', '2022-03-02 07:07:37'),
(2072, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:08:20', '2022-03-02 07:08:20'),
(2073, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:10:46', '2022-03-02 07:10:46'),
(2074, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:25:08', '2022-03-02 07:25:08'),
(2075, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:27:13', '2022-03-02 07:27:13'),
(2076, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:35:11', '2022-03-02 07:35:11'),
(2077, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:41:12', '2022-03-02 07:41:12'),
(2078, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:42:25', '2022-03-02 07:42:25'),
(2079, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:44:49', '2022-03-02 07:44:49'),
(2080, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:46:46', '2022-03-02 07:46:46'),
(2081, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:47:33', '2022-03-02 07:47:33'),
(2082, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:48:42', '2022-03-02 07:48:42'),
(2083, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:50:33', '2022-03-02 07:50:33'),
(2084, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 07:50:56', '2022-03-02 07:50:56'),
(2085, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 08:20:51', '2022-03-02 08:20:51'),
(2086, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 08:28:20', '2022-03-02 08:28:20'),
(2087, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 09:39:54', '2022-03-02 09:39:54'),
(2088, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 09:47:30', '2022-03-02 09:47:30'),
(2089, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:13:49', '2022-03-02 10:13:49'),
(2090, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:24:03', '2022-03-02 10:24:03'),
(2091, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:26:45', '2022-03-02 10:26:45'),
(2092, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:27:39', '2022-03-02 10:27:39'),
(2093, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:37:36', '2022-03-02 10:37:36'),
(2094, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:38:09', '2022-03-02 10:38:09'),
(2095, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:39:22', '2022-03-02 10:39:22'),
(2096, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:41:08', '2022-03-02 10:41:08'),
(2097, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:41:34', '2022-03-02 10:41:34'),
(2098, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:43:23', '2022-03-02 10:43:23'),
(2099, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:43:45', '2022-03-02 10:43:45'),
(2100, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:45:20', '2022-03-02 10:45:20'),
(2101, 'View', 'Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:53:08', '2022-03-02 10:53:08'),
(2102, 'View', 'Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:54:04', '2022-03-02 10:54:04'),
(2103, 'View', 'Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:55:12', '2022-03-02 10:55:12'),
(2104, 'View', 'Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:55:33', '2022-03-02 10:55:33'),
(2105, 'View', 'Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:55:48', '2022-03-02 10:55:48'),
(2106, 'View', 'Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 10:56:22', '2022-03-02 10:56:22'),
(2107, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:00:31', '2022-03-02 11:00:31'),
(2108, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:00:41', '2022-03-02 11:00:41'),
(2109, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:04:18', '2022-03-02 11:04:18'),
(2110, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:04:28', '2022-03-02 11:04:28'),
(2111, 'View', 'Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:07:43', '2022-03-02 11:07:43'),
(2112, 'View', 'Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:07:57', '2022-03-02 11:07:57'),
(2113, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:09:55', '2022-03-02 11:09:55'),
(2114, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:10:32', '2022-03-02 11:10:32'),
(2115, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:11:53', '2022-03-02 11:11:53'),
(2116, 'View', 'Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:12:13', '2022-03-02 11:12:13'),
(2117, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:21:20', '2022-03-02 11:21:20'),
(2118, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:21:33', '2022-03-02 11:21:33'),
(2119, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:23:36', '2022-03-02 11:23:36'),
(2120, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:25:01', '2022-03-02 11:25:01'),
(2121, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:25:27', '2022-03-02 11:25:27'),
(2122, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:27:11', '2022-03-02 11:27:11'),
(2123, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:29:48', '2022-03-02 11:29:48'),
(2124, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:30:10', '2022-03-02 11:30:10'),
(2125, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:31:33', '2022-03-02 11:31:33'),
(2126, 'View', 'View Receipt record 50004', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 11:31:42', '2022-03-02 11:31:42'),
(2127, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 12:05:12', '2022-03-02 12:05:12'),
(2128, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 12:06:03', '2022-03-02 12:06:03'),
(2129, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-02 12:35:37', '2022-03-02 12:35:37'),
(2130, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 07:29:24', '2022-03-03 07:29:24'),
(2131, 'Create', 'New Receipt Added 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:08:38', '2022-03-03 08:08:38'),
(2132, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:08:47', '2022-03-03 08:08:47'),
(2133, 'Approved', 'Receipt Approved 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:08:56', '2022-03-03 08:08:56'),
(2134, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:08:57', '2022-03-03 08:08:57'),
(2135, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:10:14', '2022-03-03 08:10:14'),
(2136, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:10:38', '2022-03-03 08:10:38'),
(2137, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:10:49', '2022-03-03 08:10:49'),
(2138, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:14:24', '2022-03-03 08:14:24'),
(2139, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:14:40', '2022-03-03 08:14:40'),
(2140, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:14:54', '2022-03-03 08:14:54'),
(2141, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:15:05', '2022-03-03 08:15:05'),
(2142, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:15:19', '2022-03-03 08:15:19'),
(2143, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:15:57', '2022-03-03 08:15:57'),
(2144, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:16:55', '2022-03-03 08:16:55'),
(2145, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:18:11', '2022-03-03 08:18:11'),
(2146, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:19:37', '2022-03-03 08:19:37'),
(2147, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:20:02', '2022-03-03 08:20:02'),
(2148, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:20:18', '2022-03-03 08:20:18'),
(2149, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:20:28', '2022-03-03 08:20:28'),
(2150, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 08:21:14', '2022-03-03 08:21:14'),
(2151, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 09:44:48', '2022-03-03 09:44:48'),
(2152, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 09:45:03', '2022-03-03 09:45:03'),
(2153, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 09:50:27', '2022-03-03 09:50:27'),
(2154, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 09:54:37', '2022-03-03 09:54:37'),
(2155, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 09:59:15', '2022-03-03 09:59:15'),
(2156, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 09:59:36', '2022-03-03 09:59:36'),
(2157, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:00:46', '2022-03-03 10:00:46'),
(2158, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:02:40', '2022-03-03 10:02:40'),
(2159, 'View', 'View Receipt record 50013', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:03:20', '2022-03-03 10:03:20'),
(2160, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:03:33', '2022-03-03 10:03:33'),
(2161, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:04:07', '2022-03-03 10:04:07'),
(2162, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:06:23', '2022-03-03 10:06:23'),
(2163, 'Create', 'New Receipt Added 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:07:10', '2022-03-03 10:07:10'),
(2164, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:07:18', '2022-03-03 10:07:18'),
(2165, 'Approved', 'Receipt Approved 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:07:31', '2022-03-03 10:07:31'),
(2166, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:07:31', '2022-03-03 10:07:31'),
(2167, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:07:39', '2022-03-03 10:07:39'),
(2168, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:07:43', '2022-03-03 10:07:43'),
(2169, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:07:57', '2022-03-03 10:07:57'),
(2170, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:08:45', '2022-03-03 10:08:45'),
(2171, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:08:57', '2022-03-03 10:08:57'),
(2172, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:10:58', '2022-03-03 10:10:58'),
(2173, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:11:44', '2022-03-03 10:11:44'),
(2174, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:12:01', '2022-03-03 10:12:01'),
(2175, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:12:23', '2022-03-03 10:12:23'),
(2176, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:12:47', '2022-03-03 10:12:47'),
(2177, 'View', 'View Receipt record 50018', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:14:14', '2022-03-03 10:14:14'),
(2178, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:14:25', '2022-03-03 10:14:25'),
(2179, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:16:30', '2022-03-03 10:16:30'),
(2180, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:16:59', '2022-03-03 10:16:59'),
(2181, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:17:37', '2022-03-03 10:17:37'),
(2182, 'View', 'View Receipt record 50008', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:18:44', '2022-03-03 10:18:44'),
(2183, 'Create', 'New Receipt Added 50020', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:54:12', '2022-03-03 10:54:12'),
(2184, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:55:26', '2022-03-03 10:55:26'),
(2185, 'Delete', 'Delete Receipt info 50020', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:55:35', '2022-03-03 10:55:35'),
(2186, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:55:35', '2022-03-03 10:55:35'),
(2187, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:55:50', '2022-03-03 10:55:50'),
(2188, 'Delete', 'Permanent Delete Receipt info 50020', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:55:59', '2022-03-03 10:55:59'),
(2189, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:56:00', '2022-03-03 10:56:00'),
(2190, 'Create', 'New Receipt Added 50020', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 10:59:20', '2022-03-03 10:59:20'),
(2191, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 11:00:31', '2022-03-03 11:00:31'),
(2192, 'Approved', 'Receipt Approved 50020', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 11:00:41', '2022-03-03 11:00:41'),
(2193, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 11:00:42', '2022-03-03 11:00:42'),
(2194, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 11:02:25', '2022-03-03 11:02:25'),
(2195, 'View', 'View Receipt record 50020', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 11:02:38', '2022-03-03 11:02:38'),
(2196, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 11:08:51', '2022-03-03 11:08:51'),
(2197, 'View', 'View Receipt record 50020', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 11:09:06', '2022-03-03 11:09:06'),
(2198, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 11:10:08', '2022-03-03 11:10:08'),
(2199, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 11:11:53', '2022-03-03 11:11:53'),
(2200, 'View', 'View Receipt record 50019', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 11:12:05', '2022-03-03 11:12:05'),
(2201, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-03 11:16:11', '2022-03-03 11:16:11'),
(2202, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 04:32:09', '2022-03-04 04:32:09'),
(2203, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 05:19:30', '2022-03-04 05:19:30'),
(2204, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 05:19:43', '2022-03-04 05:19:43'),
(2205, 'View', 'View the property info Lg348Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 05:19:56', '2022-03-04 05:19:56'),
(2206, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 05:22:50', '2022-03-04 05:22:50'),
(2207, 'Create', 'New Receipt Added 50021', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 05:48:50', '2022-03-04 05:48:50'),
(2208, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 05:48:59', '2022-03-04 05:48:59'),
(2209, 'Approved', 'Receipt Approved 50021', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 05:49:08', '2022-03-04 05:49:08'),
(2210, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 05:49:09', '2022-03-04 05:49:09'),
(2211, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 06:18:20', '2022-03-04 06:18:20'),
(2212, 'View', 'View Receipt record 50004', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 06:18:31', '2022-03-04 06:18:31'),
(2213, 'Create', 'New Receipt Added 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 07:29:34', '2022-03-04 07:29:34'),
(2214, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 08:31:10', '2022-03-04 08:31:10'),
(2215, 'Delete', 'Delete Receipt info 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 08:31:20', '2022-03-04 08:31:20'),
(2216, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 08:31:21', '2022-03-04 08:31:21'),
(2217, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 08:31:34', '2022-03-04 08:31:34'),
(2218, 'Delete', 'Permanent Delete Receipt info 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 08:31:45', '2022-03-04 08:31:45'),
(2219, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 08:31:45', '2022-03-04 08:31:45'),
(2220, 'Create', 'New Receipt Added 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 09:37:14', '2022-03-04 09:37:14'),
(2221, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 09:37:35', '2022-03-04 09:37:35'),
(2222, 'Approved', 'Receipt Approved 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:03:51', '2022-03-04 10:03:51'),
(2223, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:03:52', '2022-03-04 10:03:52'),
(2224, 'Create', 'New Receipt Added 50023', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:09:46', '2022-03-04 10:09:46'),
(2225, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:09:55', '2022-03-04 10:09:55'),
(2226, 'Approved', 'Receipt Approved 50023', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:10:04', '2022-03-04 10:10:04'),
(2227, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:10:05', '2022-03-04 10:10:05'),
(2228, 'Create', 'New Receipt Added 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:25:38', '2022-03-04 10:25:38'),
(2229, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:25:56', '2022-03-04 10:25:56'),
(2230, 'Approved', 'Receipt Approved 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:26:09', '2022-03-04 10:26:09'),
(2231, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:26:10', '2022-03-04 10:26:10'),
(2232, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:27:43', '2022-03-04 10:27:43'),
(2233, 'Create', 'New Receipt Added 50025', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:29:27', '2022-03-04 10:29:27'),
(2234, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:29:50', '2022-03-04 10:29:50'),
(2235, 'Approved', 'Receipt Approved 50025', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:30:00', '2022-03-04 10:30:00'),
(2236, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:30:00', '2022-03-04 10:30:00'),
(2237, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:33:53', '2022-03-04 10:33:53'),
(2238, 'Delete', 'Delete Receipt info 50025', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:38:49', '2022-03-04 10:38:49'),
(2239, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:38:50', '2022-03-04 10:38:50'),
(2240, 'Delete', 'Delete Receipt info 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:41:25', '2022-03-04 10:41:25'),
(2241, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:41:25', '2022-03-04 10:41:25'),
(2242, 'Delete', 'Delete Receipt info 50023', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:42:17', '2022-03-04 10:42:17'),
(2243, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:42:18', '2022-03-04 10:42:18'),
(2244, 'Delete', 'Delete Receipt info 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:45:06', '2022-03-04 10:45:06'),
(2245, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:45:06', '2022-03-04 10:45:06'),
(2246, 'Create', 'New Receipt Added 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 10:49:12', '2022-03-04 10:49:12'),
(2247, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:07:05', '2022-03-04 11:07:05'),
(2248, 'Approved', 'Receipt Approved 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:07:15', '2022-03-04 11:07:15'),
(2249, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:07:15', '2022-03-04 11:07:15'),
(2250, 'Create', 'New Receipt Added 50027', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:12:15', '2022-03-04 11:12:15'),
(2251, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:12:24', '2022-03-04 11:12:24'),
(2252, 'Approved', 'Receipt Approved 50027', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:12:32', '2022-03-04 11:12:32'),
(2253, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:12:32', '2022-03-04 11:12:32'),
(2254, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:12:59', '2022-03-04 11:12:59'),
(2255, 'Delete', 'Delete Receipt info 50027', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:13:12', '2022-03-04 11:13:12'),
(2256, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:13:12', '2022-03-04 11:13:12'),
(2257, 'View', 'View Receipt record 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:13:43', '2022-03-04 11:13:43'),
(2258, 'Delete', 'Delete Receipt info 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:14:12', '2022-03-04 11:14:12'),
(2259, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:14:14', '2022-03-04 11:14:14'),
(2260, 'Create', 'New Receipt Added 50028', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:16:51', '2022-03-04 11:16:51'),
(2261, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:16:59', '2022-03-04 11:16:59'),
(2262, 'Approved', 'Receipt Approved 50028', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:17:07', '2022-03-04 11:17:07'),
(2263, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:17:08', '2022-03-04 11:17:08'),
(2264, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:17:28', '2022-03-04 11:17:28'),
(2265, 'Create', 'New Receipt Added 50029', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:19:52', '2022-03-04 11:19:52'),
(2266, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:20:07', '2022-03-04 11:20:07'),
(2267, 'Approved', 'Receipt Approved 50029', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:20:15', '2022-03-04 11:20:15'),
(2268, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:20:16', '2022-03-04 11:20:16'),
(2269, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:20:45', '2022-03-04 11:20:45'),
(2270, 'Delete', 'Delete Receipt info 50029', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:21:10', '2022-03-04 11:21:10'),
(2271, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:21:10', '2022-03-04 11:21:10'),
(2272, 'Delete', 'Delete Receipt info 50028', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:22:46', '2022-03-04 11:22:46'),
(2273, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:22:46', '2022-03-04 11:22:46'),
(2274, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:23:12', '2022-03-04 11:23:12'),
(2275, 'Delete', 'Permanent Delete Receipt info 50020', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:19', '2022-03-04 11:28:19'),
(2276, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:19', '2022-03-04 11:28:19'),
(2277, 'Delete', 'Permanent Delete Receipt info 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:23', '2022-03-04 11:28:23'),
(2278, 'Delete', 'Permanent Delete Receipt info 50023', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:23', '2022-03-04 11:28:23'),
(2279, 'Delete', 'Permanent Delete Receipt info 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:24', '2022-03-04 11:28:24'),
(2280, 'Delete', 'Permanent Delete Receipt info 50025', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:24', '2022-03-04 11:28:24'),
(2281, 'Delete', 'Permanent Delete Receipt info 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:25', '2022-03-04 11:28:25'),
(2282, 'Delete', 'Permanent Delete Receipt info 50027', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:26', '2022-03-04 11:28:26'),
(2283, 'Delete', 'Permanent Delete Receipt info 50028', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:26', '2022-03-04 11:28:26'),
(2284, 'Delete', 'Permanent Delete Receipt info 50029', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:27', '2022-03-04 11:28:27'),
(2285, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:28', '2022-03-04 11:28:28'),
(2286, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:28:49', '2022-03-04 11:28:49'),
(2287, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:29:02', '2022-03-04 11:29:02'),
(2288, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:30:09', '2022-03-04 11:30:09'),
(2289, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:30:26', '2022-03-04 11:30:26'),
(2290, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:31:31', '2022-03-04 11:31:31'),
(2291, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 11:31:59', '2022-03-04 11:31:59'),
(2292, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 12:33:18', '2022-03-04 12:33:18'),
(2293, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-04 12:33:37', '2022-03-04 12:33:37'),
(2294, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-07 04:40:18', '2022-03-07 04:40:18'),
(2295, 'Tax', 'Employees Tax Report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-07 04:49:17', '2022-03-07 04:49:17'),
(2296, 'Tax', 'Employees Tax Report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-07 04:50:15', '2022-03-07 04:50:15'),
(2297, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 04:35:29', '2022-03-08 04:35:29'),
(2298, 'Create', 'Create Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 09:52:54', '2022-03-08 09:52:54'),
(2299, 'Create', 'Create Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 09:56:12', '2022-03-08 09:56:12'),
(2300, 'Create', 'Create Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 10:07:54', '2022-03-08 10:07:54'),
(2301, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 10:39:47', '2022-03-08 10:39:47'),
(2302, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 10:53:33', '2022-03-08 10:53:33'),
(2303, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:00:13', '2022-03-08 11:00:13'),
(2304, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:00:52', '2022-03-08 11:00:52'),
(2305, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:17:19', '2022-03-08 11:17:19'),
(2306, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:18:31', '2022-03-08 11:18:31'),
(2307, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:19:28', '2022-03-08 11:19:28'),
(2308, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:29:48', '2022-03-08 11:29:48'),
(2309, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:32:02', '2022-03-08 11:32:02'),
(2310, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:36:04', '2022-03-08 11:36:04'),
(2311, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:37:45', '2022-03-08 11:37:45'),
(2312, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:37:57', '2022-03-08 11:37:57'),
(2313, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:39:35', '2022-03-08 11:39:35'),
(2314, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:39:52', '2022-03-08 11:39:52'),
(2315, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:43:45', '2022-03-08 11:43:45'),
(2316, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:44:48', '2022-03-08 11:44:48'),
(2317, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:45:42', '2022-03-08 11:45:42'),
(2318, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:46:15', '2022-03-08 11:46:15'),
(2319, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:46:43', '2022-03-08 11:46:43'),
(2320, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:47:13', '2022-03-08 11:47:13'),
(2321, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:47:31', '2022-03-08 11:47:31'),
(2322, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:47:55', '2022-03-08 11:47:55'),
(2323, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:48:14', '2022-03-08 11:48:14');
INSERT INTO `activity_log` (`id`, `log_name`, `description`, `subject_id`, `subject_type`, `causer_id`, `causer_type`, `properties`, `created_at`, `updated_at`) VALUES
(2324, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:48:36', '2022-03-08 11:48:36'),
(2325, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:48:50', '2022-03-08 11:48:50'),
(2326, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:49:36', '2022-03-08 11:49:36'),
(2327, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:52:00', '2022-03-08 11:52:00'),
(2328, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:52:16', '2022-03-08 11:52:16'),
(2329, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:54:45', '2022-03-08 11:54:45'),
(2330, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:55:02', '2022-03-08 11:55:02'),
(2331, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:57:29', '2022-03-08 11:57:29'),
(2332, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 11:57:45', '2022-03-08 11:57:45'),
(2333, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:00:08', '2022-03-08 12:00:08'),
(2334, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:00:27', '2022-03-08 12:00:27'),
(2335, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:03:48', '2022-03-08 12:03:48'),
(2336, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:04:45', '2022-03-08 12:04:45'),
(2337, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:05:30', '2022-03-08 12:05:30'),
(2338, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:07:25', '2022-03-08 12:07:25'),
(2339, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:08:50', '2022-03-08 12:08:50'),
(2340, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:10:55', '2022-03-08 12:10:55'),
(2341, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:13:12', '2022-03-08 12:13:12'),
(2342, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:13:45', '2022-03-08 12:13:45'),
(2343, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:17:47', '2022-03-08 12:17:47'),
(2344, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:18:26', '2022-03-08 12:18:26'),
(2345, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:19:22', '2022-03-08 12:19:22'),
(2346, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:21:07', '2022-03-08 12:21:07'),
(2347, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:21:24', '2022-03-08 12:21:24'),
(2348, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:39:15', '2022-03-08 12:39:15'),
(2349, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:40:28', '2022-03-08 12:40:28'),
(2350, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:41:07', '2022-03-08 12:41:07'),
(2351, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:41:18', '2022-03-08 12:41:18'),
(2352, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:41:57', '2022-03-08 12:41:57'),
(2353, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:42:28', '2022-03-08 12:42:28'),
(2354, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:42:41', '2022-03-08 12:42:41'),
(2355, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:43:40', '2022-03-08 12:43:40'),
(2356, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:45:14', '2022-03-08 12:45:14'),
(2357, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:49:10', '2022-03-08 12:49:10'),
(2358, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:49:47', '2022-03-08 12:49:47'),
(2359, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:55:40', '2022-03-08 12:55:40'),
(2360, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-08 12:56:17', '2022-03-08 12:56:17'),
(2361, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 04:32:02', '2022-03-09 04:32:02'),
(2362, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 04:37:09', '2022-03-09 04:37:09'),
(2363, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 04:49:48', '2022-03-09 04:49:48'),
(2364, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:09:10', '2022-03-09 05:09:10'),
(2365, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:12:47', '2022-03-09 05:12:47'),
(2366, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:16:29', '2022-03-09 05:16:29'),
(2367, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:19:26', '2022-03-09 05:19:26'),
(2368, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:20:31', '2022-03-09 05:20:31'),
(2369, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:20:58', '2022-03-09 05:20:58'),
(2370, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:21:42', '2022-03-09 05:21:42'),
(2371, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:22:10', '2022-03-09 05:22:10'),
(2372, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:22:44', '2022-03-09 05:22:44'),
(2373, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:23:44', '2022-03-09 05:23:44'),
(2374, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:26:54', '2022-03-09 05:26:54'),
(2375, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:33:06', '2022-03-09 05:33:06'),
(2376, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:34:06', '2022-03-09 05:34:06'),
(2377, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:34:36', '2022-03-09 05:34:36'),
(2378, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:36:17', '2022-03-09 05:36:17'),
(2379, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:39:27', '2022-03-09 05:39:27'),
(2380, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:40:37', '2022-03-09 05:40:37'),
(2381, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:41:44', '2022-03-09 05:41:44'),
(2382, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:44:54', '2022-03-09 05:44:54'),
(2383, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:56:06', '2022-03-09 05:56:06'),
(2384, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:58:59', '2022-03-09 05:58:59'),
(2385, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 05:59:27', '2022-03-09 05:59:27'),
(2386, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:10:57', '2022-03-09 06:10:57'),
(2387, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:14:41', '2022-03-09 06:14:41'),
(2388, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:16:24', '2022-03-09 06:16:24'),
(2389, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:17:13', '2022-03-09 06:17:13'),
(2390, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:21:52', '2022-03-09 06:21:52'),
(2391, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:22:48', '2022-03-09 06:22:48'),
(2392, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:23:19', '2022-03-09 06:23:19'),
(2393, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:24:11', '2022-03-09 06:24:11'),
(2394, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:25:49', '2022-03-09 06:25:49'),
(2395, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:27:07', '2022-03-09 06:27:07'),
(2396, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:27:40', '2022-03-09 06:27:40'),
(2397, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:28:18', '2022-03-09 06:28:18'),
(2398, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:30:43', '2022-03-09 06:30:43'),
(2399, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:31:33', '2022-03-09 06:31:33'),
(2400, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:32:10', '2022-03-09 06:32:10'),
(2401, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:42:23', '2022-03-09 06:42:23'),
(2402, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:43:08', '2022-03-09 06:43:08'),
(2403, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:44:56', '2022-03-09 06:44:56'),
(2404, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:45:55', '2022-03-09 06:45:55'),
(2405, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:47:05', '2022-03-09 06:47:05'),
(2406, 'View', 'View the property info LG2838Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:47:18', '2022-03-09 06:47:18'),
(2407, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:52:04', '2022-03-09 06:52:04'),
(2408, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:54:31', '2022-03-09 06:54:31'),
(2409, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:56:50', '2022-03-09 06:56:50'),
(2410, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:57:23', '2022-03-09 06:57:23'),
(2411, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 06:58:17', '2022-03-09 06:58:17'),
(2412, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:02:38', '2022-03-09 07:02:38'),
(2413, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:05:39', '2022-03-09 07:05:39'),
(2414, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:10:05', '2022-03-09 07:10:05'),
(2415, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:11:16', '2022-03-09 07:11:16'),
(2416, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:11:38', '2022-03-09 07:11:38'),
(2417, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:12:18', '2022-03-09 07:12:18'),
(2418, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:19:38', '2022-03-09 07:19:38'),
(2419, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:20:08', '2022-03-09 07:20:08'),
(2420, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:20:44', '2022-03-09 07:20:44'),
(2421, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:22:05', '2022-03-09 07:22:05'),
(2422, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:24:45', '2022-03-09 07:24:45'),
(2423, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:26:13', '2022-03-09 07:26:13'),
(2424, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:26:44', '2022-03-09 07:26:44'),
(2425, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:30:50', '2022-03-09 07:30:50'),
(2426, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:31:20', '2022-03-09 07:31:20'),
(2427, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:32:22', '2022-03-09 07:32:22'),
(2428, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:33:27', '2022-03-09 07:33:27'),
(2429, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:37:51', '2022-03-09 07:37:51'),
(2430, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:38:54', '2022-03-09 07:38:54'),
(2431, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:39:49', '2022-03-09 07:39:49'),
(2432, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:40:01', '2022-03-09 07:40:01'),
(2433, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:40:54', '2022-03-09 07:40:54'),
(2434, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:44:34', '2022-03-09 07:44:34'),
(2435, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:46:15', '2022-03-09 07:46:15'),
(2436, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:48:00', '2022-03-09 07:48:00'),
(2437, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:50:02', '2022-03-09 07:50:02'),
(2438, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:51:03', '2022-03-09 07:51:03'),
(2439, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:55:27', '2022-03-09 07:55:27'),
(2440, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 07:57:33', '2022-03-09 07:57:33'),
(2441, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:01:36', '2022-03-09 08:01:36'),
(2442, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:03:57', '2022-03-09 08:03:57'),
(2443, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:05:12', '2022-03-09 08:05:12'),
(2444, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:06:24', '2022-03-09 08:06:24'),
(2445, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:07:22', '2022-03-09 08:07:22'),
(2446, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:08:33', '2022-03-09 08:08:33'),
(2447, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:19:20', '2022-03-09 08:19:20'),
(2448, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:19:39', '2022-03-09 08:19:39'),
(2449, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:20:01', '2022-03-09 08:20:01'),
(2450, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:21:23', '2022-03-09 08:21:23'),
(2451, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:23:30', '2022-03-09 08:23:30'),
(2452, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:24:07', '2022-03-09 08:24:07'),
(2453, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:24:42', '2022-03-09 08:24:42'),
(2454, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-09 08:25:58', '2022-03-09 08:25:58'),
(2455, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-10 09:41:39', '2022-03-10 09:41:39'),
(2456, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-10 09:42:00', '2022-03-10 09:42:00'),
(2457, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-11 04:48:08', '2022-03-11 04:48:08'),
(2458, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-11 05:01:37', '2022-03-11 05:01:37'),
(2459, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-11 05:32:33', '2022-03-11 05:32:33'),
(2460, 'View', 'Recovery due report', NULL, NULL, 22, 'App\\User', '[]', '2022-03-11 05:56:46', '2022-03-11 05:56:46'),
(2461, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-11 06:13:44', '2022-03-11 06:13:44'),
(2462, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2022-03-11 06:14:34', '2022-03-11 06:14:34'),
(2463, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 06:25:01', '2022-03-14 06:25:01'),
(2464, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 07:01:02', '2022-03-14 07:01:02'),
(2465, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 10:27:47', '2022-03-14 10:27:47'),
(2466, 'Create', 'customer test', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:17:39', '2022-03-14 11:17:39'),
(2467, 'View', 'See the customer Detail test', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:17:39', '2022-03-14 11:17:39'),
(2468, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:22:16', '2022-03-14 11:22:16'),
(2469, 'View', 'See the customer Detail test', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:27:34', '2022-03-14 11:27:34'),
(2470, 'View', 'See the customer Detail test', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:30:10', '2022-03-14 11:30:10'),
(2471, 'View', 'See the customer Detail test', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:30:27', '2022-03-14 11:30:27'),
(2472, 'View', 'See the customer Detail test', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:30:50', '2022-03-14 11:30:50'),
(2473, 'View', 'See the customer Detail test', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:31:24', '2022-03-14 11:31:24'),
(2474, 'View', 'Unit Block List.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:31:38', '2022-03-14 11:31:38'),
(2475, 'View', 'Unit Block List.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:32:24', '2022-03-14 11:32:24'),
(2476, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:54:51', '2022-03-14 11:54:51'),
(2477, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 11:59:28', '2022-03-14 11:59:28'),
(2478, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 12:08:18', '2022-03-14 12:08:18'),
(2479, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 12:45:20', '2022-03-14 12:45:20'),
(2480, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-14 12:45:48', '2022-03-14 12:45:48'),
(2481, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-15 07:18:15', '2022-03-15 07:18:15'),
(2482, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-15 08:48:07', '2022-03-15 08:48:07'),
(2483, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-15 10:57:58', '2022-03-15 10:57:58'),
(2484, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-15 10:58:39', '2022-03-15 10:58:39'),
(2485, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-15 11:42:38', '2022-03-15 11:42:38'),
(2486, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-15 11:42:44', '2022-03-15 11:42:44'),
(2487, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-15 11:45:34', '2022-03-15 11:45:34'),
(2488, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-15 11:52:59', '2022-03-15 11:52:59'),
(2489, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-16 05:38:46', '2022-03-16 05:38:46'),
(2490, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-16 06:27:39', '2022-03-16 06:27:39'),
(2491, 'Update', 'Edit the Customer info test', NULL, NULL, 22, 'App\\User', '[]', '2022-03-16 06:35:14', '2022-03-16 06:35:14'),
(2492, 'View', 'See the customer Detail test', NULL, NULL, 22, 'App\\User', '[]', '2022-03-16 06:35:15', '2022-03-16 06:35:15'),
(2493, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-16 11:28:14', '2022-03-16 11:28:14'),
(2494, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-17 04:54:13', '2022-03-17 04:54:13'),
(2495, 'Create', 'New Property Added  LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 08:46:56', '2022-03-18 08:46:56'),
(2496, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 08:46:57', '2022-03-18 08:46:57'),
(2497, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 08:58:37', '2022-03-18 08:58:37'),
(2498, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 09:16:21', '2022-03-18 09:16:21'),
(2499, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 09:16:22', '2022-03-18 09:16:22'),
(2500, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 09:17:02', '2022-03-18 09:17:02'),
(2501, 'Delete', 'Delete the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 09:17:17', '2022-03-18 09:17:17'),
(2502, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 09:17:18', '2022-03-18 09:17:18'),
(2503, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 09:17:30', '2022-03-18 09:17:30'),
(2504, 'Delete', 'Permanent Delete the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 09:17:41', '2022-03-18 09:17:41'),
(2505, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 09:17:41', '2022-03-18 09:17:41'),
(2506, 'Create', 'New Property Added  LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 09:30:13', '2022-03-18 09:30:13'),
(2507, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 09:30:14', '2022-03-18 09:30:14'),
(2508, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 10:05:29', '2022-03-18 10:05:29'),
(2509, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 11:33:41', '2022-03-18 11:33:41'),
(2510, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 11:34:56', '2022-03-18 11:34:56'),
(2511, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-18 11:34:57', '2022-03-18 11:34:57'),
(2512, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 04:26:04', '2022-03-21 04:26:04'),
(2513, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 07:14:30', '2022-03-21 07:14:30'),
(2514, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 07:34:15', '2022-03-21 07:34:15'),
(2515, 'Create', 'New Receipt Added 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 07:47:33', '2022-03-21 07:47:33'),
(2516, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 07:48:39', '2022-03-21 07:48:39'),
(2517, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 08:04:10', '2022-03-21 08:04:10'),
(2518, 'Delete', 'Delete Receipt info 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 08:04:28', '2022-03-21 08:04:28'),
(2519, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 08:04:28', '2022-03-21 08:04:28'),
(2520, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 08:04:37', '2022-03-21 08:04:37'),
(2521, 'Delete', 'Permanent Delete Receipt info 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 08:04:49', '2022-03-21 08:04:49'),
(2522, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 08:04:50', '2022-03-21 08:04:50'),
(2523, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 08:05:40', '2022-03-21 08:05:40'),
(2524, 'Create', 'New Receipt Added 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 09:50:02', '2022-03-21 09:50:02'),
(2525, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 09:50:11', '2022-03-21 09:50:11'),
(2526, 'Delete', 'Delete Receipt info 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 09:50:23', '2022-03-21 09:50:23'),
(2527, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 09:50:23', '2022-03-21 09:50:23'),
(2528, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 09:50:32', '2022-03-21 09:50:32'),
(2529, 'Delete', 'Permanent Delete Receipt info 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 09:50:43', '2022-03-21 09:50:43'),
(2530, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 09:50:43', '2022-03-21 09:50:43'),
(2531, 'Create', 'New Receipt Added 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 09:52:05', '2022-03-21 09:52:05'),
(2532, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 09:52:27', '2022-03-21 09:52:27'),
(2533, 'Approved', 'Receipt Approved 50022', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 11:49:11', '2022-03-21 11:49:11'),
(2534, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 11:49:11', '2022-03-21 11:49:11'),
(2535, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 11:49:59', '2022-03-21 11:49:59'),
(2536, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 11:51:00', '2022-03-21 11:51:00'),
(2537, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 11:51:25', '2022-03-21 11:51:25'),
(2538, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 11:54:00', '2022-03-21 11:54:00'),
(2539, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 11:56:36', '2022-03-21 11:56:36'),
(2540, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 11:57:04', '2022-03-21 11:57:04'),
(2541, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 12:01:42', '2022-03-21 12:01:42'),
(2542, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 12:02:17', '2022-03-21 12:02:17'),
(2543, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 12:03:56', '2022-03-21 12:03:56'),
(2544, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-21 12:05:56', '2022-03-21 12:05:56'),
(2545, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 04:46:56', '2022-03-22 04:46:56'),
(2546, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 04:47:47', '2022-03-22 04:47:47'),
(2547, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 04:49:44', '2022-03-22 04:49:44'),
(2548, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 05:02:37', '2022-03-22 05:02:37'),
(2549, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:27:34', '2022-03-22 08:27:34'),
(2550, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:27:35', '2022-03-22 08:27:35'),
(2551, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:29:34', '2022-03-22 08:29:34'),
(2552, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:29:34', '2022-03-22 08:29:34'),
(2553, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:30:02', '2022-03-22 08:30:02'),
(2554, 'Delete', 'Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:30:16', '2022-03-22 08:30:16'),
(2555, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:30:17', '2022-03-22 08:30:17'),
(2556, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:32:16', '2022-03-22 08:32:16'),
(2557, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:32:17', '2022-03-22 08:32:17'),
(2558, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:35:13', '2022-03-22 08:35:13'),
(2559, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:35:14', '2022-03-22 08:35:14'),
(2560, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:35:25', '2022-03-22 08:35:25'),
(2561, 'Delete', 'Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:35:37', '2022-03-22 08:35:37'),
(2562, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:35:37', '2022-03-22 08:35:37'),
(2563, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:35:41', '2022-03-22 08:35:41'),
(2564, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:35:57', '2022-03-22 08:35:57'),
(2565, 'Delete', 'Permanent Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:36:28', '2022-03-22 08:36:28'),
(2566, 'Delete', 'Permanent Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:36:30', '2022-03-22 08:36:30'),
(2567, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:36:31', '2022-03-22 08:36:31'),
(2568, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:37:16', '2022-03-22 08:37:16'),
(2569, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:37:16', '2022-03-22 08:37:16'),
(2570, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:38:04', '2022-03-22 08:38:04'),
(2571, 'Delete', 'Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:38:16', '2022-03-22 08:38:16'),
(2572, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:38:16', '2022-03-22 08:38:16'),
(2573, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:38:30', '2022-03-22 08:38:30'),
(2574, 'Delete', 'Permanent Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:38:41', '2022-03-22 08:38:41'),
(2575, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:38:42', '2022-03-22 08:38:42'),
(2576, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:39:15', '2022-03-22 08:39:15'),
(2577, 'Update', 'Edit the Inventory info LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:39:42', '2022-03-22 08:39:42'),
(2578, 'View', 'See the inventory Detail LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:39:43', '2022-03-22 08:39:43'),
(2579, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:40:26', '2022-03-22 08:40:26'),
(2580, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 08:40:26', '2022-03-22 08:40:26'),
(2581, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:00:02', '2022-03-22 10:00:02'),
(2582, 'Delete', 'Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:00:27', '2022-03-22 10:00:27'),
(2583, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:00:29', '2022-03-22 10:00:29'),
(2584, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:01:02', '2022-03-22 10:01:02'),
(2585, 'Delete', 'Permanent Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:01:26', '2022-03-22 10:01:26'),
(2586, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:01:27', '2022-03-22 10:01:27'),
(2587, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:01:48', '2022-03-22 10:01:48'),
(2588, 'Update', 'Edit the Inventory info LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:02:37', '2022-03-22 10:02:37'),
(2589, 'View', 'See the inventory Detail LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:02:38', '2022-03-22 10:02:38'),
(2590, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:03:54', '2022-03-22 10:03:54'),
(2591, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:03:55', '2022-03-22 10:03:55'),
(2592, 'Update', 'Edit the Inventory info LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:05:15', '2022-03-22 10:05:15'),
(2593, 'View', 'See the inventory Detail LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:05:16', '2022-03-22 10:05:16'),
(2594, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:05:27', '2022-03-22 10:05:27'),
(2595, 'Delete', 'Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:05:41', '2022-03-22 10:05:41'),
(2596, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:05:42', '2022-03-22 10:05:42'),
(2597, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:05:53', '2022-03-22 10:05:53'),
(2598, 'Delete', 'Permanent Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:06:04', '2022-03-22 10:06:04'),
(2599, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:06:04', '2022-03-22 10:06:04'),
(2600, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:07:22', '2022-03-22 10:07:22'),
(2601, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:07:23', '2022-03-22 10:07:23'),
(2602, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:21:06', '2022-03-22 10:21:06'),
(2603, 'Delete', 'Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:26:54', '2022-03-22 10:26:54'),
(2604, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:26:54', '2022-03-22 10:26:54'),
(2605, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:27:16', '2022-03-22 10:27:16'),
(2606, 'Delete', 'Permanent Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:27:37', '2022-03-22 10:27:37'),
(2607, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:27:38', '2022-03-22 10:27:38'),
(2608, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:28:02', '2022-03-22 10:28:02'),
(2609, 'Update', 'Edit the Inventory info LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:28:51', '2022-03-22 10:28:51'),
(2610, 'View', 'See the inventory Detail LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:28:52', '2022-03-22 10:28:52'),
(2611, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:31:25', '2022-03-22 10:31:25'),
(2612, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:31:25', '2022-03-22 10:31:25'),
(2613, 'Update', 'Edit the Inventory info LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:35:30', '2022-03-22 10:35:30'),
(2614, 'View', 'See the inventory Detail LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:35:31', '2022-03-22 10:35:31'),
(2615, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:35:55', '2022-03-22 10:35:55'),
(2616, 'Delete', 'Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:36:23', '2022-03-22 10:36:23'),
(2617, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:36:27', '2022-03-22 10:36:27'),
(2618, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:36:49', '2022-03-22 10:36:49'),
(2619, 'Delete', 'Permanent Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:37:08', '2022-03-22 10:37:08'),
(2620, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:37:10', '2022-03-22 10:37:10'),
(2621, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:38:40', '2022-03-22 10:38:40'),
(2622, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:38:41', '2022-03-22 10:38:41'),
(2623, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:41:13', '2022-03-22 10:41:13'),
(2624, 'Delete', 'Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:41:28', '2022-03-22 10:41:28'),
(2625, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:41:29', '2022-03-22 10:41:29'),
(2626, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:41:53', '2022-03-22 10:41:53'),
(2627, 'Update', 'Edit the Inventory info LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:42:34', '2022-03-22 10:42:34'),
(2628, 'View', 'See the inventory Detail LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:42:35', '2022-03-22 10:42:35'),
(2629, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:42:54', '2022-03-22 10:42:54'),
(2630, 'Delete', 'Permanent Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:43:13', '2022-03-22 10:43:13'),
(2631, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:43:14', '2022-03-22 10:43:14'),
(2632, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:44:20', '2022-03-22 10:44:20'),
(2633, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:44:21', '2022-03-22 10:44:21'),
(2634, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:48:56', '2022-03-22 10:48:56'),
(2635, 'Delete', 'Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:49:11', '2022-03-22 10:49:11'),
(2636, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:49:11', '2022-03-22 10:49:11'),
(2637, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:49:22', '2022-03-22 10:49:22'),
(2638, 'Delete', 'delete the Inventory info LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:49:48', '2022-03-22 10:49:48'),
(2639, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:49:48', '2022-03-22 10:49:48'),
(2640, 'Update', 'Edit the Inventory info G-122', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:50:25', '2022-03-22 10:50:25'),
(2641, 'View', 'See the inventory Detail G-122', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:50:25', '2022-03-22 10:50:25'),
(2642, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:50:31', '2022-03-22 10:50:31'),
(2643, 'Revert', 'Revert the Inventory LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:50:38', '2022-03-22 10:50:38'),
(2644, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:50:39', '2022-03-22 10:50:39'),
(2645, 'Delete', 'Permanent Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:50:46', '2022-03-22 10:50:46'),
(2646, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:50:47', '2022-03-22 10:50:47'),
(2647, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:50:57', '2022-03-22 10:50:57'),
(2648, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:51:10', '2022-03-22 10:51:10'),
(2649, 'Update', 'Edit the Inventory info LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:51:28', '2022-03-22 10:51:28'),
(2650, 'View', 'See the inventory Detail LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 10:51:29', '2022-03-22 10:51:29'),
(2651, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:08:49', '2022-03-22 11:08:49'),
(2652, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:08:49', '2022-03-22 11:08:49'),
(2653, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:10:15', '2022-03-22 11:10:15'),
(2654, 'Update', 'Edit the Inventory info LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:10:34', '2022-03-22 11:10:34'),
(2655, 'View', 'See the inventory Detail LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:10:34', '2022-03-22 11:10:34'),
(2656, 'Delete', 'Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:10:51', '2022-03-22 11:10:51'),
(2657, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:10:51', '2022-03-22 11:10:51'),
(2658, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:10:57', '2022-03-22 11:10:57'),
(2659, 'Delete', 'Permanent Delete the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:11:04', '2022-03-22 11:11:04'),
(2660, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:11:04', '2022-03-22 11:11:04'),
(2661, 'Create', 'New Property Added  LG939', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:50:18', '2022-03-22 11:50:18'),
(2662, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 11:50:19', '2022-03-22 11:50:19'),
(2663, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-22 12:06:44', '2022-03-22 12:06:44'),
(2664, 'View', 'Token Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 07:45:49', '2022-03-23 07:45:49'),
(2665, 'View', 'View Token Receipt record ', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 07:46:01', '2022-03-23 07:46:01'),
(2666, 'View', 'Token Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 07:46:15', '2022-03-23 07:46:15'),
(2667, 'View', 'Token Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 07:46:56', '2022-03-23 07:46:56'),
(2668, 'View', 'Token Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 07:48:07', '2022-03-23 07:48:07'),
(2669, 'View', 'Token Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 07:49:15', '2022-03-23 07:49:15'),
(2670, 'View', 'Pending Token Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 07:49:36', '2022-03-23 07:49:36'),
(2671, 'View', 'Token Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 09:49:04', '2022-03-23 09:49:04'),
(2672, 'Create', 'New inventory added LG839', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 09:50:10', '2022-03-23 09:50:10'),
(2673, 'View', 'See the inventory Detail LG839', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 09:50:11', '2022-03-23 09:50:11'),
(2674, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 09:50:23', '2022-03-23 09:50:23'),
(2675, 'Update', 'Edit the Inventory info LG839', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 09:51:26', '2022-03-23 09:51:26'),
(2676, 'View', 'See the inventory Detail LG839', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 09:51:27', '2022-03-23 09:51:27'),
(2677, 'Create', 'New Receipt Added 50023', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 10:12:24', '2022-03-23 10:12:24'),
(2678, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 10:12:36', '2022-03-23 10:12:36'),
(2679, 'Approved', 'Receipt Approved 50023', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 10:12:45', '2022-03-23 10:12:45'),
(2680, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 10:12:46', '2022-03-23 10:12:46'),
(2681, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 10:13:14', '2022-03-23 10:13:14'),
(2682, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 10:17:24', '2022-03-23 10:17:24'),
(2683, 'View', 'View Receipt record 50023', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 10:17:43', '2022-03-23 10:17:43'),
(2684, 'View', 'View Receipt record 50023', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 10:20:19', '2022-03-23 10:20:19'),
(2685, 'View', 'View Receipt record 50023', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 10:20:58', '2022-03-23 10:20:58'),
(2686, 'View', 'View Receipt record 50023', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 10:27:28', '2022-03-23 10:27:28'),
(2687, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 11:04:40', '2022-03-23 11:04:40'),
(2688, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 11:05:09', '2022-03-23 11:05:09'),
(2689, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 11:07:18', '2022-03-23 11:07:18'),
(2690, 'View', 'Token Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 11:08:07', '2022-03-23 11:08:07'),
(2691, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 12:27:27', '2022-03-23 12:27:27'),
(2692, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 12:47:15', '2022-03-23 12:47:15'),
(2693, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 12:49:22', '2022-03-23 12:49:22'),
(2694, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 12:50:44', '2022-03-23 12:50:44'),
(2695, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-23 12:51:59', '2022-03-23 12:51:59'),
(2696, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-24 05:50:10', '2022-03-24 05:50:10'),
(2697, 'Create', 'New Property Added  G-122', NULL, NULL, 22, 'App\\User', '[]', '2022-03-24 06:44:02', '2022-03-24 06:44:02'),
(2698, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-24 06:44:04', '2022-03-24 06:44:04'),
(2699, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-24 06:46:37', '2022-03-24 06:46:37'),
(2700, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-24 06:47:29', '2022-03-24 06:47:29'),
(2701, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-24 07:25:15', '2022-03-24 07:25:15'),
(2702, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-24 07:25:56', '2022-03-24 07:25:56'),
(2703, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 04:52:25', '2022-03-25 04:52:25'),
(2704, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:06:27', '2022-03-25 06:06:27'),
(2705, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:06:39', '2022-03-25 06:06:39'),
(2706, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:24:48', '2022-03-25 06:24:48'),
(2707, 'View', 'View Receipt record 50006', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:25:00', '2022-03-25 06:25:00'),
(2708, 'View', 'View Receipt record 50006', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:25:40', '2022-03-25 06:25:40'),
(2709, 'Update', 'Edit Receipt info 50006', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:30:29', '2022-03-25 06:30:29'),
(2710, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:30:30', '2022-03-25 06:30:30'),
(2711, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:33:22', '2022-03-25 06:33:22'),
(2712, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:42:03', '2022-03-25 06:42:03'),
(2713, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:42:07', '2022-03-25 06:42:07'),
(2714, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:48:23', '2022-03-25 06:48:23'),
(2715, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:48:46', '2022-03-25 06:48:46'),
(2716, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:53:04', '2022-03-25 06:53:04'),
(2717, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:53:28', '2022-03-25 06:53:28'),
(2718, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:54:04', '2022-03-25 06:54:04'),
(2719, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:54:32', '2022-03-25 06:54:32'),
(2720, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:58:46', '2022-03-25 06:58:46'),
(2721, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 06:58:49', '2022-03-25 06:58:49'),
(2722, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:00:36', '2022-03-25 07:00:36'),
(2723, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:00:49', '2022-03-25 07:00:49'),
(2724, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:00:56', '2022-03-25 07:00:56'),
(2725, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:01:51', '2022-03-25 07:01:51'),
(2726, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:02:43', '2022-03-25 07:02:43'),
(2727, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:04:02', '2022-03-25 07:04:02'),
(2728, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:11:06', '2022-03-25 07:11:06'),
(2729, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:11:40', '2022-03-25 07:11:40');
INSERT INTO `activity_log` (`id`, `log_name`, `description`, `subject_id`, `subject_type`, `causer_id`, `causer_type`, `properties`, `created_at`, `updated_at`) VALUES
(2730, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:22:52', '2022-03-25 07:22:52'),
(2731, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:27:33', '2022-03-25 07:27:33'),
(2732, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:27:46', '2022-03-25 07:27:46'),
(2733, 'View', 'Customer Tax list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 07:30:17', '2022-03-25 07:30:17'),
(2734, 'View', 'Customer Tax list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-25 08:24:25', '2022-03-25 08:24:25'),
(2735, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-28 04:45:25', '2022-03-28 04:45:25'),
(2736, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-28 09:46:09', '2022-03-28 09:46:09'),
(2737, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-28 09:46:19', '2022-03-28 09:46:19'),
(2738, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-28 11:55:49', '2022-03-28 11:55:49'),
(2739, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-28 11:58:31', '2022-03-28 11:58:31'),
(2740, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2022-03-28 11:58:41', '2022-03-28 11:58:41'),
(2741, 'View', 'View Receipt record 50007', NULL, NULL, 22, 'App\\User', '[]', '2022-03-28 11:59:30', '2022-03-28 11:59:30'),
(2742, 'View', 'View Receipt record 50008', NULL, NULL, 22, 'App\\User', '[]', '2022-03-28 11:59:34', '2022-03-28 11:59:34'),
(2743, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-29 04:49:34', '2022-03-29 04:49:34'),
(2744, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-29 05:24:14', '2022-03-29 05:24:14'),
(2745, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-29 05:46:23', '2022-03-29 05:46:23'),
(2746, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-03-30 05:03:24', '2022-03-30 05:03:24'),
(2747, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-30 05:10:13', '2022-03-30 05:10:13'),
(2748, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-30 05:11:16', '2022-03-30 05:11:16'),
(2749, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2022-03-30 05:14:23', '2022-03-30 05:14:23'),
(2750, 'View', 'dashboard', NULL, NULL, 27, 'App\\User', '[]', '2022-03-30 05:14:38', '2022-03-30 05:14:38'),
(2751, 'View', 'dashboard', NULL, NULL, 27, 'App\\User', '[]', '2022-03-30 05:14:42', '2022-03-30 05:14:42'),
(2752, 'View', 'dashboard', NULL, NULL, 27, 'App\\User', '[]', '2022-03-30 05:16:56', '2022-03-30 05:16:56'),
(2753, 'View', 'dashboard', NULL, NULL, 27, 'App\\User', '[]', '2022-03-30 05:17:18', '2022-03-30 05:17:18'),
(2754, 'View', 'admin profile', NULL, NULL, 27, 'App\\User', '[]', '2022-03-30 05:23:59', '2022-03-30 05:23:59'),
(2755, 'Edit', 'admin profile', NULL, NULL, 27, 'App\\User', '[]', '2022-03-30 05:24:02', '2022-03-30 05:24:02'),
(2756, 'Create', 'New Property Added  LG839', NULL, NULL, 22, 'App\\User', '[]', '2022-03-30 10:34:19', '2022-03-30 10:34:19'),
(2757, 'View', 'View the property info LG839Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-03-30 10:34:20', '2022-03-30 10:34:20'),
(2758, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-01 04:39:00', '2022-04-01 04:39:00'),
(2759, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-01 05:22:10', '2022-04-01 05:22:10'),
(2760, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-01 10:17:28', '2022-04-01 10:17:28'),
(2761, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-01 10:39:33', '2022-04-01 10:39:33'),
(2762, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-01 10:42:10', '2022-04-01 10:42:10'),
(2763, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-01 10:44:44', '2022-04-01 10:44:44'),
(2764, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-01 10:45:46', '2022-04-01 10:45:46'),
(2765, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-01 10:47:55', '2022-04-01 10:47:55'),
(2766, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-01 10:48:53', '2022-04-01 10:48:53'),
(2767, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-01 11:40:56', '2022-04-01 11:40:56'),
(2768, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-04 05:40:55', '2022-04-04 05:40:55'),
(2769, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-04 06:13:45', '2022-04-04 06:13:45'),
(2770, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-05 05:37:27', '2022-04-05 05:37:27'),
(2771, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-05 06:09:03', '2022-04-05 06:09:03'),
(2772, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-05 06:30:55', '2022-04-05 06:30:55'),
(2773, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-05 06:35:25', '2022-04-05 06:35:25'),
(2774, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-05 06:36:15', '2022-04-05 06:36:15'),
(2775, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-05 06:36:45', '2022-04-05 06:36:45'),
(2776, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-05 06:37:33', '2022-04-05 06:37:33'),
(2777, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-05 06:38:56', '2022-04-05 06:38:56'),
(2778, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-05 06:39:21', '2022-04-05 06:39:21'),
(2779, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-05 06:41:53', '2022-04-05 06:41:53'),
(2780, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 08:08:32', '2022-04-06 08:08:32'),
(2781, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 08:13:38', '2022-04-06 08:13:38'),
(2782, 'View', 'View the property info LG839Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 08:13:39', '2022-04-06 08:13:39'),
(2783, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 08:14:24', '2022-04-06 08:14:24'),
(2784, 'Delete', 'Delete the property info LG839Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 08:14:53', '2022-04-06 08:14:53'),
(2785, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 08:14:54', '2022-04-06 08:14:54'),
(2786, 'Create', 'New Property Added  LG839', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 08:16:38', '2022-04-06 08:16:38'),
(2787, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 08:16:39', '2022-04-06 08:16:39'),
(2788, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 10:30:37', '2022-04-06 10:30:37'),
(2789, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 10:58:33', '2022-04-06 10:58:33'),
(2790, 'Create', 'New Surcharge Receipt Added 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 11:51:54', '2022-04-06 11:51:54'),
(2791, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 11:53:24', '2022-04-06 11:53:24'),
(2792, 'Delete', 'Delete Receipt info 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 11:53:36', '2022-04-06 11:53:36'),
(2793, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 11:53:37', '2022-04-06 11:53:37'),
(2794, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 11:53:52', '2022-04-06 11:53:52'),
(2795, 'Delete', 'Permanent Delete Receipt info 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 11:54:04', '2022-04-06 11:54:04'),
(2796, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 11:54:05', '2022-04-06 11:54:05'),
(2797, 'Delete', 'Permanent Delete the property info LG839Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 11:54:16', '2022-04-06 11:54:16'),
(2798, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 11:54:17', '2022-04-06 11:54:17'),
(2799, 'Create', 'New Surcharge Receipt Added 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 11:56:19', '2022-04-06 11:56:19'),
(2800, 'Create', 'New Surcharge Receipt Added 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-04-06 11:57:53', '2022-04-06 11:57:53'),
(2801, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:26:28', '2022-04-08 05:26:28'),
(2802, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:40:45', '2022-04-08 05:40:45'),
(2803, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:41:35', '2022-04-08 05:41:35'),
(2804, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:42:42', '2022-04-08 05:42:42'),
(2805, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:43:54', '2022-04-08 05:43:54'),
(2806, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:44:34', '2022-04-08 05:44:34'),
(2807, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:49:07', '2022-04-08 05:49:07'),
(2808, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:53:57', '2022-04-08 05:53:57'),
(2809, 'View', 'View Surcharge Receipt record 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:54:04', '2022-04-08 05:54:04'),
(2810, 'View', 'View Surcharge Receipt record 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:54:29', '2022-04-08 05:54:29'),
(2811, 'View', 'View Surcharge Receipt record 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:56:52', '2022-04-08 05:56:52'),
(2812, 'View', 'View Surcharge Receipt record 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:57:26', '2022-04-08 05:57:26'),
(2813, 'View', 'View Surcharge Receipt record 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:58:10', '2022-04-08 05:58:10'),
(2814, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:58:50', '2022-04-08 05:58:50'),
(2815, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 05:59:33', '2022-04-08 05:59:33'),
(2816, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 06:02:00', '2022-04-08 06:02:00'),
(2817, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 06:04:44', '2022-04-08 06:04:44'),
(2818, 'View', 'View Surcharge Receipt record 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-04-08 06:05:18', '2022-04-08 06:05:18'),
(2819, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-11 08:41:51', '2022-04-11 08:41:51'),
(2820, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-11 08:42:07', '2022-04-11 08:42:07'),
(2821, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-04-11 08:42:32', '2022-04-11 08:42:32'),
(2822, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-11 10:17:46', '2022-04-11 10:17:46'),
(2823, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-11 10:18:20', '2022-04-11 10:18:20'),
(2824, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-04-11 10:20:43', '2022-04-11 10:20:43'),
(2825, 'View', 'View the property info LG383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-11 10:32:41', '2022-04-11 10:32:41'),
(2826, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-15 11:43:36', '2022-04-15 11:43:36'),
(2827, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-18 10:56:20', '2022-04-18 10:56:20'),
(2828, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-04-18 10:57:57', '2022-04-18 10:57:57'),
(2829, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-04-18 10:58:04', '2022-04-18 10:58:04'),
(2830, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-18 11:01:38', '2022-04-18 11:01:38'),
(2831, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-18 11:03:48', '2022-04-18 11:03:48'),
(2832, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-18 11:04:27', '2022-04-18 11:04:27'),
(2833, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-18 11:04:51', '2022-04-18 11:04:51'),
(2834, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-18 11:06:29', '2022-04-18 11:06:29'),
(2835, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-18 11:06:50', '2022-04-18 11:06:50'),
(2836, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-18 11:07:17', '2022-04-18 11:07:17'),
(2837, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-04-18 11:08:02', '2022-04-18 11:08:02'),
(2838, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-19 05:45:22', '2022-04-19 05:45:22'),
(2839, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-19 07:16:15', '2022-04-19 07:16:15'),
(2840, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-25 05:36:15', '2022-04-25 05:36:15'),
(2841, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-26 07:48:11', '2022-04-26 07:48:11'),
(2842, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-26 07:56:33', '2022-04-26 07:56:33'),
(2843, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-04-26 07:56:48', '2022-04-26 07:56:48'),
(2844, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-29 06:49:32', '2022-04-29 06:49:32'),
(2845, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-04-29 07:01:45', '2022-04-29 07:01:45'),
(2846, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-09 10:56:38', '2022-05-09 10:56:38'),
(2847, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-09 11:05:03', '2022-05-09 11:05:03'),
(2848, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-09 11:21:06', '2022-05-09 11:21:06'),
(2849, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-09 11:22:18', '2022-05-09 11:22:18'),
(2850, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-09 11:27:57', '2022-05-09 11:27:57'),
(2851, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-10 06:22:35', '2022-05-10 06:22:35'),
(2852, 'View', 'Customer Tax list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-10 06:36:50', '2022-05-10 06:36:50'),
(2853, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-10 06:40:33', '2022-05-10 06:40:33'),
(2854, 'View', 'Company Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-10 06:44:54', '2022-05-10 06:44:54'),
(2855, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-10 06:45:03', '2022-05-10 06:45:03'),
(2856, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 10:48:20', '2022-05-12 10:48:20'),
(2857, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 10:51:17', '2022-05-12 10:51:17'),
(2858, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 10:52:52', '2022-05-12 10:52:52'),
(2859, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 10:53:11', '2022-05-12 10:53:11'),
(2860, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 10:55:00', '2022-05-12 10:55:00'),
(2861, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 10:57:42', '2022-05-12 10:57:42'),
(2862, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 10:58:44', '2022-05-12 10:58:44'),
(2863, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:00:15', '2022-05-12 11:00:15'),
(2864, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:00:38', '2022-05-12 11:00:38'),
(2865, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:01:21', '2022-05-12 11:01:21'),
(2866, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:02:00', '2022-05-12 11:02:00'),
(2867, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:03:28', '2022-05-12 11:03:28'),
(2868, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:03:53', '2022-05-12 11:03:53'),
(2869, 'View', 'View Receipt record 50004', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:04:10', '2022-05-12 11:04:10'),
(2870, 'View', 'View Receipt record 50003', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:04:40', '2022-05-12 11:04:40'),
(2871, 'Create', 'New Receipt Added 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:05:39', '2022-05-12 11:05:39'),
(2872, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:05:52', '2022-05-12 11:05:52'),
(2873, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:07:52', '2022-05-12 11:07:52'),
(2874, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:08:18', '2022-05-12 11:08:18'),
(2875, 'Approved', 'Receipt Approved 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:08:25', '2022-05-12 11:08:25'),
(2876, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:08:25', '2022-05-12 11:08:25'),
(2877, 'Create', 'New Receipt Added 50025', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:09:11', '2022-05-12 11:09:11'),
(2878, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:09:20', '2022-05-12 11:09:20'),
(2879, 'Approved', 'Receipt Approved 50025', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:09:29', '2022-05-12 11:09:29'),
(2880, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:09:30', '2022-05-12 11:09:30'),
(2881, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:16:09', '2022-05-12 11:16:09'),
(2882, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:17:33', '2022-05-12 11:17:33'),
(2883, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:33:05', '2022-05-12 11:33:05'),
(2884, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 11:34:26', '2022-05-12 11:34:26'),
(2885, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-12 12:48:18', '2022-05-12 12:48:18'),
(2886, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-13 05:06:36', '2022-05-13 05:06:36'),
(2887, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-13 10:02:50', '2022-05-13 10:02:50'),
(2888, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-14 09:31:50', '2022-05-14 09:31:50'),
(2889, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-14 09:32:42', '2022-05-14 09:32:42'),
(2890, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-14 09:33:41', '2022-05-14 09:33:41'),
(2891, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-14 09:34:09', '2022-05-14 09:34:09'),
(2892, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-14 09:35:25', '2022-05-14 09:35:25'),
(2893, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-14 09:39:04', '2022-05-14 09:39:04'),
(2894, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-14 09:49:16', '2022-05-14 09:49:16'),
(2895, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-14 09:49:35', '2022-05-14 09:49:35'),
(2896, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 05:14:48', '2022-05-16 05:14:48'),
(2897, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:12:28', '2022-05-16 07:12:28'),
(2898, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:13:32', '2022-05-16 07:13:32'),
(2899, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:14:10', '2022-05-16 07:14:10'),
(2900, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:14:39', '2022-05-16 07:14:39'),
(2901, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:15:01', '2022-05-16 07:15:01'),
(2902, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:22:35', '2022-05-16 07:22:35'),
(2903, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:23:12', '2022-05-16 07:23:12'),
(2904, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:23:35', '2022-05-16 07:23:35'),
(2905, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:25:39', '2022-05-16 07:25:39'),
(2906, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:26:23', '2022-05-16 07:26:23'),
(2907, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:27:05', '2022-05-16 07:27:05'),
(2908, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:28:02', '2022-05-16 07:28:02'),
(2909, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:28:35', '2022-05-16 07:28:35'),
(2910, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:34:36', '2022-05-16 07:34:36'),
(2911, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:34:58', '2022-05-16 07:34:58'),
(2912, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:39:34', '2022-05-16 07:39:34'),
(2913, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:39:50', '2022-05-16 07:39:50'),
(2914, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:40:07', '2022-05-16 07:40:07'),
(2915, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:42:49', '2022-05-16 07:42:49'),
(2916, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:44:21', '2022-05-16 07:44:21'),
(2917, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:44:47', '2022-05-16 07:44:47'),
(2918, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 07:45:04', '2022-05-16 07:45:04'),
(2919, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-05-16 09:48:19', '2022-05-16 09:48:19'),
(2920, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-17 06:24:30', '2022-05-17 06:24:30'),
(2921, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-17 06:24:58', '2022-05-17 06:24:58'),
(2922, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-17 09:42:48', '2022-05-17 09:42:48'),
(2923, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-17 11:02:29', '2022-05-17 11:02:29'),
(2924, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-17 11:40:25', '2022-05-17 11:40:25'),
(2925, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-17 11:41:38', '2022-05-17 11:41:38'),
(2926, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-17 11:57:50', '2022-05-17 11:57:50'),
(2927, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-17 11:58:03', '2022-05-17 11:58:03'),
(2928, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-17 12:16:47', '2022-05-17 12:16:47'),
(2929, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-17 12:17:05', '2022-05-17 12:17:05'),
(2930, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-17 12:17:56', '2022-05-17 12:17:56'),
(2931, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 06:13:17', '2022-05-18 06:13:17'),
(2932, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 06:21:34', '2022-05-18 06:21:34'),
(2933, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 06:52:14', '2022-05-18 06:52:14'),
(2934, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 07:27:56', '2022-05-18 07:27:56'),
(2935, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 07:56:09', '2022-05-18 07:56:09'),
(2936, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 08:14:41', '2022-05-18 08:14:41'),
(2937, 'Create', 'Create Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 08:19:33', '2022-05-18 08:19:33'),
(2938, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 10:19:57', '2022-05-18 10:19:57'),
(2939, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 10:48:58', '2022-05-18 10:48:58'),
(2940, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 10:49:18', '2022-05-18 10:49:18'),
(2941, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 10:49:22', '2022-05-18 10:49:22'),
(2942, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 10:53:11', '2022-05-18 10:53:11'),
(2943, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 10:53:24', '2022-05-18 10:53:24'),
(2944, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 10:53:35', '2022-05-18 10:53:35'),
(2945, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 10:53:39', '2022-05-18 10:53:39'),
(2946, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 10:54:48', '2022-05-18 10:54:48'),
(2947, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 10:54:59', '2022-05-18 10:54:59'),
(2948, 'Details', 'Details Employee Attendance', NULL, NULL, 22, 'App\\User', '[]', '2022-05-18 10:55:03', '2022-05-18 10:55:03'),
(2949, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-26 11:28:36', '2022-05-26 11:28:36'),
(2950, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-27 06:21:09', '2022-05-27 06:21:09'),
(2951, 'View', 'Roles List.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-27 07:18:27', '2022-05-27 07:18:27'),
(2952, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-27 11:00:53', '2022-05-27 11:00:53'),
(2953, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-27 11:01:41', '2022-05-27 11:01:41'),
(2954, 'View', 'View Surcharge Receipt record 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-05-27 11:01:57', '2022-05-27 11:01:57'),
(2955, 'View', 'View Surcharge Receipt record 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-05-27 11:12:01', '2022-05-27 11:12:01'),
(2956, 'Create', 'New Surcharge Receipt Added 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-05-27 11:28:58', '2022-05-27 11:28:58'),
(2957, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-27 11:29:09', '2022-05-27 11:29:09'),
(2958, 'View', 'View Surcharge Receipt record 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-05-27 11:29:23', '2022-05-27 11:29:23'),
(2959, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 06:24:53', '2022-05-30 06:24:53'),
(2960, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 06:45:14', '2022-05-30 06:45:14'),
(2961, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 06:46:05', '2022-05-30 06:46:05'),
(2962, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 06:47:05', '2022-05-30 06:47:05'),
(2963, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 09:32:01', '2022-05-30 09:32:01'),
(2964, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 09:35:56', '2022-05-30 09:35:56'),
(2965, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 09:36:19', '2022-05-30 09:36:19'),
(2966, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 09:36:24', '2022-05-30 09:36:24'),
(2967, 'Create', 'New inventory added 3713', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 09:37:19', '2022-05-30 09:37:19'),
(2968, 'View', 'See the inventory Detail 3713', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 09:37:20', '2022-05-30 09:37:20'),
(2969, 'Create', 'New Property Added  3713', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 09:38:43', '2022-05-30 09:38:43'),
(2970, 'View', 'View the property info 3713test', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 09:38:44', '2022-05-30 09:38:44'),
(2971, 'View', 'Unit Block List.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 09:39:17', '2022-05-30 09:39:17'),
(2972, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 09:39:23', '2022-05-30 09:39:23'),
(2973, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 10:00:21', '2022-05-30 10:00:21'),
(2974, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 11:34:15', '2022-05-30 11:34:15'),
(2975, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 11:37:17', '2022-05-30 11:37:17'),
(2976, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 11:37:21', '2022-05-30 11:37:21'),
(2977, 'View', 'View the property info 3713test', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 11:38:17', '2022-05-30 11:38:17'),
(2978, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 11:41:31', '2022-05-30 11:41:31'),
(2979, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 11:42:02', '2022-05-30 11:42:02'),
(2980, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 11:42:11', '2022-05-30 11:42:11'),
(2981, 'View', 'See the inventory Detail LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 11:42:50', '2022-05-30 11:42:50'),
(2982, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 11:43:58', '2022-05-30 11:43:58'),
(2983, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 11:45:03', '2022-05-30 11:45:03'),
(2984, 'View', 'View the property info 3713test', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 11:45:10', '2022-05-30 11:45:10'),
(2985, 'View', 'View the property info 3713test', NULL, NULL, 22, 'App\\User', '[]', '2022-05-30 12:09:08', '2022-05-30 12:09:08'),
(2986, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-05-31 07:54:21', '2022-05-31 07:54:21'),
(2987, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 06:23:41', '2022-06-02 06:23:41'),
(2988, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 06:26:21', '2022-06-02 06:26:21'),
(2989, 'Create', 'New Receipt Added 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 06:31:17', '2022-06-02 06:31:17'),
(2990, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 06:32:28', '2022-06-02 06:32:28'),
(2991, 'View', 'View Receipt record 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 06:32:38', '2022-06-02 06:32:38'),
(2992, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 06:45:12', '2022-06-02 06:45:12'),
(2993, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 06:55:09', '2022-06-02 06:55:09'),
(2994, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 06:55:34', '2022-06-02 06:55:34'),
(2995, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:04:20', '2022-06-02 07:04:20'),
(2996, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:05:08', '2022-06-02 07:05:08'),
(2997, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:06:11', '2022-06-02 07:06:11'),
(2998, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:06:42', '2022-06-02 07:06:42'),
(2999, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:08:01', '2022-06-02 07:08:01'),
(3000, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:12:06', '2022-06-02 07:12:06'),
(3001, 'Cancel', 'Receipt Cancelled 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:12:32', '2022-06-02 07:12:32'),
(3002, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:12:33', '2022-06-02 07:12:33'),
(3003, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:13:38', '2022-06-02 07:13:38'),
(3004, 'Cancel', 'Receipt Cancelled 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:13:56', '2022-06-02 07:13:56'),
(3005, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:13:57', '2022-06-02 07:13:57'),
(3006, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:14:55', '2022-06-02 07:14:55'),
(3007, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:21:18', '2022-06-02 07:21:18'),
(3008, 'View', 'Cancel Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:21:48', '2022-06-02 07:21:48'),
(3009, 'View', 'Cancel Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:22:29', '2022-06-02 07:22:29'),
(3010, 'View', 'View Receipt record 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:23:45', '2022-06-02 07:23:45'),
(3011, 'View', 'Cancel Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:23:54', '2022-06-02 07:23:54'),
(3012, 'View', 'Cancel Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:27:45', '2022-06-02 07:27:45'),
(3013, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:28:13', '2022-06-02 07:28:13'),
(3014, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:44:21', '2022-06-02 07:44:21'),
(3015, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:45:27', '2022-06-02 07:45:27'),
(3016, 'View', 'View Receipt record 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:46:03', '2022-06-02 07:46:03'),
(3017, 'View', 'View Receipt record 50025', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:46:12', '2022-06-02 07:46:12'),
(3018, 'View', 'Cancel Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:46:22', '2022-06-02 07:46:22'),
(3019, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:47:18', '2022-06-02 07:47:18'),
(3020, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:48:27', '2022-06-02 07:48:27'),
(3021, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:49:54', '2022-06-02 07:49:54'),
(3022, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:52:27', '2022-06-02 07:52:27'),
(3023, 'View', 'View the property info LG3773Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 07:58:06', '2022-06-02 07:58:06'),
(3024, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-02 08:05:53', '2022-06-02 08:05:53'),
(3025, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-03 09:15:12', '2022-06-03 09:15:12'),
(3026, 'Create', 'New Receipt Added 50027', NULL, NULL, 22, 'App\\User', '[]', '2022-06-03 09:39:34', '2022-06-03 09:39:34'),
(3027, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-03 09:39:55', '2022-06-03 09:39:55'),
(3028, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-03 09:40:29', '2022-06-03 09:40:29'),
(3029, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-03 09:40:46', '2022-06-03 09:40:46'),
(3030, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-03 09:41:17', '2022-06-03 09:41:17'),
(3031, 'View', 'Cancel Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-03 09:44:32', '2022-06-03 09:44:32'),
(3032, 'Approved', 'Receipt Approved 50027', NULL, NULL, 22, 'App\\User', '[]', '2022-06-03 09:48:02', '2022-06-03 09:48:02'),
(3033, 'View', 'View the property info LG 1099Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-03 09:48:03', '2022-06-03 09:48:03'),
(3034, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 10:03:39', '2022-06-06 10:03:39'),
(3035, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 10:03:59', '2022-06-06 10:03:59'),
(3036, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 10:45:58', '2022-06-06 10:45:58'),
(3037, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 10:46:37', '2022-06-06 10:46:37'),
(3038, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 10:46:51', '2022-06-06 10:46:51'),
(3039, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 10:47:00', '2022-06-06 10:47:00'),
(3040, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 10:48:13', '2022-06-06 10:48:13'),
(3041, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 10:49:25', '2022-06-06 10:49:25'),
(3042, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 10:49:43', '2022-06-06 10:49:43'),
(3043, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 12:16:02', '2022-06-06 12:16:02'),
(3044, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 12:16:13', '2022-06-06 12:16:13'),
(3045, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 12:17:32', '2022-06-06 12:17:32'),
(3046, 'View', 'View the property info 3713test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 12:18:11', '2022-06-06 12:18:11'),
(3047, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 12:18:47', '2022-06-06 12:18:47'),
(3048, 'View', 'See the customer Detail test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 12:19:01', '2022-06-06 12:19:01'),
(3049, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-06 12:19:21', '2022-06-06 12:19:21'),
(3050, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 05:08:59', '2022-06-07 05:08:59'),
(3051, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 05:29:28', '2022-06-07 05:29:28'),
(3052, 'View', 'See the customer Detail test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 05:29:52', '2022-06-07 05:29:52'),
(3053, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 05:30:14', '2022-06-07 05:30:14'),
(3054, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 05:39:15', '2022-06-07 05:39:15'),
(3055, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 05:57:12', '2022-06-07 05:57:12'),
(3056, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:02:04', '2022-06-07 06:02:04'),
(3057, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:03:11', '2022-06-07 06:03:11'),
(3058, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:05:18', '2022-06-07 06:05:18'),
(3059, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:06:33', '2022-06-07 06:06:33'),
(3060, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:07:41', '2022-06-07 06:07:41'),
(3061, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:09:58', '2022-06-07 06:09:58'),
(3062, 'View', 'View the property info 3713test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:40:37', '2022-06-07 06:40:37'),
(3063, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:41:05', '2022-06-07 06:41:05'),
(3064, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:43:40', '2022-06-07 06:43:40'),
(3065, 'Update', 'LG 1099 Property Cancel.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:44:31', '2022-06-07 06:44:31'),
(3066, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:44:32', '2022-06-07 06:44:32'),
(3067, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:45:04', '2022-06-07 06:45:04'),
(3068, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:45:27', '2022-06-07 06:45:27'),
(3069, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:45:35', '2022-06-07 06:45:35'),
(3070, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:50:27', '2022-06-07 06:50:27'),
(3071, 'View', 'Cancel Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:51:19', '2022-06-07 06:51:19'),
(3072, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:56:55', '2022-06-07 06:56:55'),
(3073, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:57:28', '2022-06-07 06:57:28'),
(3074, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 06:58:47', '2022-06-07 06:58:47'),
(3075, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:02:15', '2022-06-07 07:02:15'),
(3076, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:02:57', '2022-06-07 07:02:57'),
(3077, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:03:29', '2022-06-07 07:03:29'),
(3078, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:05:58', '2022-06-07 07:05:58'),
(3079, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:06:20', '2022-06-07 07:06:20'),
(3080, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:06:40', '2022-06-07 07:06:40'),
(3081, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:07:35', '2022-06-07 07:07:35'),
(3082, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:09:38', '2022-06-07 07:09:38'),
(3083, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:10:00', '2022-06-07 07:10:00'),
(3084, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:20:33', '2022-06-07 07:20:33'),
(3085, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:20:44', '2022-06-07 07:20:44'),
(3086, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:23:57', '2022-06-07 07:23:57'),
(3087, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:28:32', '2022-06-07 07:28:32'),
(3088, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:31:42', '2022-06-07 07:31:42'),
(3089, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:31:58', '2022-06-07 07:31:58'),
(3090, 'View', 'View Surcharge Receipt record 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:32:05', '2022-06-07 07:32:05'),
(3091, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:44:13', '2022-06-07 07:44:13'),
(3092, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 07:46:50', '2022-06-07 07:46:50'),
(3093, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 09:31:13', '2022-06-07 09:31:13'),
(3094, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 09:41:38', '2022-06-07 09:41:38'),
(3095, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 09:52:16', '2022-06-07 09:52:16'),
(3096, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 09:53:17', '2022-06-07 09:53:17'),
(3097, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 09:53:41', '2022-06-07 09:53:41'),
(3098, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 09:54:10', '2022-06-07 09:54:10'),
(3099, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 09:58:03', '2022-06-07 09:58:03'),
(3100, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 10:00:36', '2022-06-07 10:00:36'),
(3101, 'Update', 'LG 1099 Property Cancel.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 10:00:53', '2022-06-07 10:00:53'),
(3102, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 10:00:54', '2022-06-07 10:00:54'),
(3103, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 10:01:07', '2022-06-07 10:01:07'),
(3104, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 10:01:21', '2022-06-07 10:01:21'),
(3105, 'View', 'Cancel Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 10:06:42', '2022-06-07 10:06:42'),
(3106, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 10:08:22', '2022-06-07 10:08:22'),
(3107, 'View', 'View Receipt record 50026', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 10:14:56', '2022-06-07 10:14:56'),
(3108, 'View', 'See the customer Detail Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 10:30:39', '2022-06-07 10:30:39'),
(3109, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 11:45:56', '2022-06-07 11:45:56'),
(3110, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 11:50:40', '2022-06-07 11:50:40'),
(3111, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 11:55:50', '2022-06-07 11:55:50'),
(3112, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 11:56:37', '2022-06-07 11:56:37'),
(3113, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 11:57:10', '2022-06-07 11:57:10'),
(3114, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 11:57:24', '2022-06-07 11:57:24'),
(3115, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 11:57:36', '2022-06-07 11:57:36'),
(3116, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:05:07', '2022-06-07 12:05:07'),
(3117, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:06:46', '2022-06-07 12:06:46'),
(3118, 'Create', 'New Receipt Added 50028', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:07:23', '2022-06-07 12:07:23'),
(3119, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:07:28', '2022-06-07 12:07:28'),
(3120, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:09:31', '2022-06-07 12:09:31'),
(3121, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:16:39', '2022-06-07 12:16:39'),
(3122, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:17:13', '2022-06-07 12:17:13'),
(3123, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:17:30', '2022-06-07 12:17:30'),
(3124, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:21:06', '2022-06-07 12:21:06'),
(3125, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:22:22', '2022-06-07 12:22:22'),
(3126, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:48:06', '2022-06-07 12:48:06'),
(3127, 'Hrm Dashbord', 'View Hrm Dashbord', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:57:30', '2022-06-07 12:57:30'),
(3128, 'View', 'Cancel Statements list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-07 12:57:46', '2022-06-07 12:57:46'),
(3129, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-09 12:11:42', '2022-06-09 12:11:42'),
(3130, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-10 06:09:33', '2022-06-10 06:09:33'),
(3131, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-10 06:10:21', '2022-06-10 06:10:21'),
(3132, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-10 06:27:21', '2022-06-10 06:27:21');
INSERT INTO `activity_log` (`id`, `log_name`, `description`, `subject_id`, `subject_type`, `causer_id`, `causer_type`, `properties`, `created_at`, `updated_at`) VALUES
(3133, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 06:16:10', '2022-06-13 06:16:10'),
(3134, 'View', 'Pending Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 06:25:42', '2022-06-13 06:25:42'),
(3135, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 06:25:47', '2022-06-13 06:25:47'),
(3136, 'Create', 'New inventory added 6730', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 06:33:17', '2022-06-13 06:33:17'),
(3137, 'View', 'See the inventory Detail 6730', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 06:33:18', '2022-06-13 06:33:18'),
(3138, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 07:16:51', '2022-06-13 07:16:51'),
(3139, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 07:17:51', '2022-06-13 07:17:51'),
(3140, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 07:28:25', '2022-06-13 07:28:25'),
(3141, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:01:09', '2022-06-13 08:01:09'),
(3142, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:01:38', '2022-06-13 08:01:38'),
(3143, 'View', 'View the property info 3713test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:02:10', '2022-06-13 08:02:10'),
(3144, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:02:33', '2022-06-13 08:02:33'),
(3145, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:21:01', '2022-06-13 08:21:01'),
(3146, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:21:26', '2022-06-13 08:21:26'),
(3147, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:21:37', '2022-06-13 08:21:37'),
(3148, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:21:47', '2022-06-13 08:21:47'),
(3149, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:22:25', '2022-06-13 08:22:25'),
(3150, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:23:09', '2022-06-13 08:23:09'),
(3151, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:23:51', '2022-06-13 08:23:51'),
(3152, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:24:17', '2022-06-13 08:24:17'),
(3153, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:52:44', '2022-06-13 08:52:44'),
(3154, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:53:23', '2022-06-13 08:53:23'),
(3155, 'Update', 'Assign client id.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:57:33', '2022-06-13 08:57:33'),
(3156, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 08:57:34', '2022-06-13 08:57:34'),
(3157, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 09:01:16', '2022-06-13 09:01:16'),
(3158, 'View', 'View Receipt record 50027', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 09:01:41', '2022-06-13 09:01:41'),
(3159, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 09:49:47', '2022-06-13 09:49:47'),
(3160, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 09:51:27', '2022-06-13 09:51:27'),
(3161, 'View', 'View Receipt record 50024', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 09:52:56', '2022-06-13 09:52:56'),
(3162, 'Create', 'New Property Added  6730', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:05:50', '2022-06-13 10:05:50'),
(3163, 'View', 'View the property info 6730test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:05:51', '2022-06-13 10:05:51'),
(3164, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:09:38', '2022-06-13 10:09:38'),
(3165, 'Delete', 'Delete the property info 6730test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:10:03', '2022-06-13 10:10:03'),
(3166, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:10:04', '2022-06-13 10:10:04'),
(3167, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:10:19', '2022-06-13 10:10:19'),
(3168, 'Delete', 'Permanent Delete the property info 6730test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:10:33', '2022-06-13 10:10:33'),
(3169, 'View', 'Trash Box.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:10:34', '2022-06-13 10:10:34'),
(3170, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:10:56', '2022-06-13 10:10:56'),
(3171, 'View', 'See the inventory Detail 6730', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:11:13', '2022-06-13 10:11:13'),
(3172, 'Update', 'Edit the Inventory info 6730', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:11:42', '2022-06-13 10:11:42'),
(3173, 'View', 'See the inventory Detail 6730', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:11:43', '2022-06-13 10:11:43'),
(3174, 'Update', 'Edit the Inventory info 6730', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:13:50', '2022-06-13 10:13:50'),
(3175, 'View', 'See the inventory Detail 6730', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:13:51', '2022-06-13 10:13:51'),
(3176, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:18:41', '2022-06-13 10:18:41'),
(3177, 'Create', 'New Property Added  6730', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:30:35', '2022-06-13 10:30:35'),
(3178, 'View', 'View the property info 6730Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-13 10:30:36', '2022-06-13 10:30:36'),
(3179, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-14 06:05:40', '2022-06-14 06:05:40'),
(3180, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-14 11:08:06', '2022-06-14 11:08:06'),
(3181, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-14 11:08:31', '2022-06-14 11:08:31'),
(3182, 'View', 'View the property info 6730Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-14 11:09:02', '2022-06-14 11:09:02'),
(3183, 'View', 'View the property info 6730Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-14 11:09:07', '2022-06-14 11:09:07'),
(3184, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-14 11:09:34', '2022-06-14 11:09:34'),
(3185, 'View', 'View the property info 6730Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-14 11:09:56', '2022-06-14 11:09:56'),
(3186, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-14 12:49:53', '2022-06-14 12:49:53'),
(3187, 'View', 'Unit Block List.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-14 12:50:19', '2022-06-14 12:50:19'),
(3188, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-15 05:27:33', '2022-06-15 05:27:33'),
(3189, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-15 07:24:11', '2022-06-15 07:24:11'),
(3190, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-15 07:59:36', '2022-06-15 07:59:36'),
(3191, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-15 07:59:53', '2022-06-15 07:59:53'),
(3192, 'View', 'Customer Tax  Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-15 10:08:12', '2022-06-15 10:08:12'),
(3193, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-20 07:45:42', '2022-06-20 07:45:42'),
(3194, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-20 08:29:04', '2022-06-20 08:29:04'),
(3195, 'View', 'Dealer Rebate List.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-20 08:37:42', '2022-06-20 08:37:42'),
(3196, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-21 06:46:54', '2022-06-21 06:46:54'),
(3197, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-22 07:48:18', '2022-06-22 07:48:18'),
(3198, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-23 11:25:55', '2022-06-23 11:25:55'),
(3199, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-24 12:32:55', '2022-06-24 12:32:55'),
(3200, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-24 12:34:02', '2022-06-24 12:34:02'),
(3201, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-06-24 12:34:35', '2022-06-24 12:34:35'),
(3202, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-06-24 12:35:18', '2022-06-24 12:35:18'),
(3203, 'View', 'Token Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-24 12:41:14', '2022-06-24 12:41:14'),
(3204, 'View', 'Token Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-24 12:41:23', '2022-06-24 12:41:23'),
(3205, 'View', 'Pending Token Receipt List', NULL, NULL, 22, 'App\\User', '[]', '2022-06-24 12:41:32', '2022-06-24 12:41:32'),
(3206, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-06-24 12:42:41', '2022-06-24 12:42:41'),
(3207, 'View', 'See the inventory Detail LG383', NULL, NULL, 22, 'App\\User', '[]', '2022-06-24 12:42:53', '2022-06-24 12:42:53'),
(3208, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-27 05:27:24', '2022-06-27 05:27:24'),
(3209, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-28 06:46:54', '2022-06-28 06:46:54'),
(3210, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-06-29 12:35:10', '2022-06-29 12:35:10'),
(3211, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-01 10:12:09', '2022-07-01 10:12:09'),
(3212, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-01 11:03:00', '2022-07-01 11:03:00'),
(3213, 'View', 'View the property info LG8383Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-01 11:06:27', '2022-07-01 11:06:27'),
(3214, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:16:14', '2022-07-04 06:16:14'),
(3215, 'Create', 'New inventory added 9065', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:19:13', '2022-07-04 06:19:13'),
(3216, 'View', 'See the inventory Detail 9065', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:19:14', '2022-07-04 06:19:14'),
(3217, 'Create', 'New Property Added  9065', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:20:19', '2022-07-04 06:20:19'),
(3218, 'View', 'View the property info 9065test', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:20:20', '2022-07-04 06:20:20'),
(3219, 'Create', 'customer Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:25:15', '2022-07-04 06:25:15'),
(3220, 'View', 'See the customer Detail Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:25:16', '2022-07-04 06:25:16'),
(3221, 'View', 'See the customer Detail Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:49:58', '2022-07-04 06:49:58'),
(3222, 'View', 'See the customer Detail Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:51:56', '2022-07-04 06:51:56'),
(3223, 'View', 'See the customer Detail Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:53:15', '2022-07-04 06:53:15'),
(3224, 'View', 'See the customer Detail Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:55:28', '2022-07-04 06:55:28'),
(3225, 'View', 'See the customer Detail Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 06:56:51', '2022-07-04 06:56:51'),
(3226, 'View', 'See the customer Detail Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:00:02', '2022-07-04 07:00:02'),
(3227, 'View', 'See the customer Detail Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:05:16', '2022-07-04 07:05:16'),
(3228, 'View', 'See the customer Detail Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:06:06', '2022-07-04 07:06:06'),
(3229, 'Create', 'New inventory added 6251', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:08:00', '2022-07-04 07:08:00'),
(3230, 'View', 'See the inventory Detail 6251', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:08:01', '2022-07-04 07:08:01'),
(3231, 'Create', 'New Property Added  6251', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:08:49', '2022-07-04 07:08:49'),
(3232, 'View', 'View the property info 6251Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:08:50', '2022-07-04 07:08:50'),
(3233, 'View', 'View the property info 6251Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:18:40', '2022-07-04 07:18:40'),
(3234, 'View', 'View the property info 6251Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:21:48', '2022-07-04 07:21:48'),
(3235, 'View', 'View the property info 6251Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:22:29', '2022-07-04 07:22:29'),
(3236, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:22:45', '2022-07-04 07:22:45'),
(3237, 'View', 'View the property info 6730Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:23:02', '2022-07-04 07:23:02'),
(3238, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:23:24', '2022-07-04 07:23:24'),
(3239, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:24:12', '2022-07-04 07:24:12'),
(3240, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:24:49', '2022-07-04 07:24:49'),
(3241, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:25:26', '2022-07-04 07:25:26'),
(3242, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:25:43', '2022-07-04 07:25:43'),
(3243, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:26:17', '2022-07-04 07:26:17'),
(3244, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:26:31', '2022-07-04 07:26:31'),
(3245, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:29:55', '2022-07-04 07:29:55'),
(3246, 'View', 'View the property info G-122Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:30:09', '2022-07-04 07:30:09'),
(3247, 'View', 'View the property info 6251Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:30:20', '2022-07-04 07:30:20'),
(3248, 'View', 'View the property info 6251Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:33:01', '2022-07-04 07:33:01'),
(3249, 'View', 'View the property info 6251Muhammad Usman', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:34:27', '2022-07-04 07:34:27'),
(3250, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:35:34', '2022-07-04 07:35:34'),
(3251, 'View', 'View the property info LG939Umer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 07:35:43', '2022-07-04 07:35:43'),
(3252, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 10:04:29', '2022-07-04 10:04:29'),
(3253, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 10:05:20', '2022-07-04 10:05:20'),
(3254, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 10:22:02', '2022-07-04 10:22:02'),
(3255, 'View', 'View the property info 3713test', NULL, NULL, 22, 'App\\User', '[]', '2022-07-04 11:51:38', '2022-07-04 11:51:38'),
(3256, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-13 06:52:51', '2022-07-13 06:52:51'),
(3257, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-14 07:07:30', '2022-07-14 07:07:30'),
(3258, 'View', 'Unit Categories List.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-14 07:08:03', '2022-07-14 07:08:03'),
(3259, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-14 07:08:29', '2022-07-14 07:08:29'),
(3260, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-14 07:14:53', '2022-07-14 07:14:53'),
(3261, 'View', 'Unit Categories List.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-14 07:15:39', '2022-07-14 07:15:39'),
(3262, 'View', 'Unit Categories List.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-14 07:21:38', '2022-07-14 07:21:38'),
(3263, 'View', 'Unit Floor List.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-14 07:22:06', '2022-07-14 07:22:06'),
(3264, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-18 11:42:48', '2022-07-18 11:42:48'),
(3265, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-07-18 11:43:59', '2022-07-18 11:43:59'),
(3266, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-18 11:54:21', '2022-07-18 11:54:21'),
(3267, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-18 12:16:36', '2022-07-18 12:16:36'),
(3268, 'Update', 'Edit the property statement.Umer Shahzad LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-07-18 12:30:02', '2022-07-18 12:30:02'),
(3269, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-18 12:30:03', '2022-07-18 12:30:03'),
(3270, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-19 06:06:55', '2022-07-19 06:06:55'),
(3271, 'Update', 'Edit the property statement.Umer Shahzad LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-07-19 07:04:30', '2022-07-19 07:04:30'),
(3272, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-19 07:04:30', '2022-07-19 07:04:30'),
(3273, 'Update', 'Edit the property statement.Umer Shahzad LG402S', NULL, NULL, 22, 'App\\User', '[]', '2022-07-19 07:12:09', '2022-07-19 07:12:09'),
(3274, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-07-19 07:12:10', '2022-07-19 07:12:10'),
(3275, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-19 07:21:27', '2022-07-19 07:21:27'),
(3276, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-07-19 07:21:38', '2022-07-19 07:21:38'),
(3277, 'Update', 'Edit the property statement.Wurfel IT LG383', NULL, NULL, 22, 'App\\User', '[]', '2022-07-19 08:14:44', '2022-07-19 08:14:44'),
(3278, 'View', 'View the property info LG383Wurfel IT', NULL, NULL, 22, 'App\\User', '[]', '2022-07-19 08:14:45', '2022-07-19 08:14:45'),
(3279, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-20 05:55:10', '2022-07-20 05:55:10'),
(3280, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-20 06:11:07', '2022-07-20 06:11:07'),
(3281, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-20 06:11:24', '2022-07-20 06:11:24'),
(3282, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-20 06:15:33', '2022-07-20 06:15:33'),
(3283, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-20 10:47:33', '2022-07-20 10:47:33'),
(3284, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-20 10:48:54', '2022-07-20 10:48:54'),
(3285, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-20 11:08:20', '2022-07-20 11:08:20'),
(3286, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-20 12:15:52', '2022-07-20 12:15:52'),
(3287, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-22 06:00:02', '2022-07-22 06:00:02'),
(3288, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 06:12:32', '2022-07-25 06:12:32'),
(3289, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 06:14:14', '2022-07-25 06:14:14'),
(3290, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 06:38:23', '2022-07-25 06:38:23'),
(3291, 'Create', 'Create Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 06:51:04', '2022-07-25 06:51:04'),
(3292, 'Store', 'Store Employee', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 06:52:29', '2022-07-25 06:52:29'),
(3293, 'View', 'View Employees List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 06:52:30', '2022-07-25 06:52:30'),
(3294, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:04:21', '2022-07-25 08:04:21'),
(3295, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:31:23', '2022-07-25 08:31:23'),
(3296, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:31:30', '2022-07-25 08:31:30'),
(3297, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:34:14', '2022-07-25 08:34:14'),
(3298, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:34:31', '2022-07-25 08:34:31'),
(3299, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:35:08', '2022-07-25 08:35:08'),
(3300, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:36:22', '2022-07-25 08:36:22'),
(3301, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:37:25', '2022-07-25 08:37:25'),
(3302, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:38:24', '2022-07-25 08:38:24'),
(3303, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:39:08', '2022-07-25 08:39:08'),
(3304, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:39:51', '2022-07-25 08:39:51'),
(3305, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:43:19', '2022-07-25 08:43:19'),
(3306, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:51:07', '2022-07-25 08:51:07'),
(3307, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:55:55', '2022-07-25 08:55:55'),
(3308, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 08:58:21', '2022-07-25 08:58:21'),
(3309, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 11:33:16', '2022-07-25 11:33:16'),
(3310, 'View', 'View Receipt record 50025', NULL, NULL, 22, 'App\\User', '[]', '2022-07-25 11:34:18', '2022-07-25 11:34:18'),
(3311, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 05:52:33', '2022-08-01 05:52:33'),
(3312, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 05:55:07', '2022-08-01 05:55:07'),
(3313, 'View', 'Surcharge Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 09:16:30', '2022-08-01 09:16:30'),
(3314, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 09:18:31', '2022-08-01 09:18:31'),
(3315, 'View', 'DownPayment Receipt list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 09:28:56', '2022-08-01 09:28:56'),
(3316, 'View', 'View Receipt record 50025', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 09:29:37', '2022-08-01 09:29:37'),
(3317, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 09:29:52', '2022-08-01 09:29:52'),
(3318, 'View', 'View the property info LG839test', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 09:30:32', '2022-08-01 09:30:32'),
(3319, 'View', 'View the property info LG402SUmer Shahzad', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 09:30:44', '2022-08-01 09:30:44'),
(3320, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 09:41:16', '2022-08-01 09:41:16'),
(3321, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 09:42:43', '2022-08-01 09:42:43'),
(3322, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-01 09:56:49', '2022-08-01 09:56:49'),
(3323, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 07:40:42', '2022-08-03 07:40:42'),
(3324, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 07:53:05', '2022-08-03 07:53:05'),
(3325, 'View', 'Unit Size List.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 07:54:40', '2022-08-03 07:54:40'),
(3326, 'Pending Payroll', 'Employees Pending Payroll Details', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 07:56:28', '2022-08-03 07:56:28'),
(3327, 'Salary List', 'Employees Salary List', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 07:56:37', '2022-08-03 07:56:37'),
(3328, 'List', 'Employee Attendance List', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 07:57:54', '2022-08-03 07:57:54'),
(3329, 'View', 'View Employees List', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 07:58:35', '2022-08-03 07:58:35'),
(3330, 'Earning Deduction', 'Earning Deduction', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 07:58:55', '2022-08-03 07:58:55'),
(3331, 'Earning Deduction', 'Earning Deduction', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 07:58:58', '2022-08-03 07:58:58'),
(3332, 'Earning Deduction', 'Earning Deduction', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 07:59:03', '2022-08-03 07:59:03'),
(3333, 'Earning Deduction', 'Earning Deduction', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 07:59:11', '2022-08-03 07:59:11'),
(3334, 'Pending Payroll', 'Employees Pending Payroll Details', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 08:08:34', '2022-08-03 08:08:34'),
(3335, 'View', 'Inventory list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-03 08:43:37', '2022-08-03 08:43:37'),
(3336, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-08-04 07:07:46', '2022-08-04 07:07:46'),
(3337, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-04 08:13:27', '2022-08-04 08:13:27'),
(3338, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-08-05 05:45:45', '2022-08-05 05:45:45'),
(3339, 'View', 'dashboard', NULL, NULL, 22, 'App\\User', '[]', '2022-08-05 11:21:02', '2022-08-05 11:21:02'),
(3340, 'View', 'Property list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-05 11:26:58', '2022-08-05 11:26:58'),
(3341, 'View', 'Customer list.', NULL, NULL, 22, 'App\\User', '[]', '2022-08-05 11:31:50', '2022-08-05 11:31:50');

-- --------------------------------------------------------

--
-- Table structure for table `approvel_roles`
--

CREATE TABLE `approvel_roles` (
  `id` int(10) UNSIGNED NOT NULL,
  `role_name` 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 `approvel_status_comparative_statement`
--

CREATE TABLE `approvel_status_comparative_statement` (
  `id` int(11) NOT NULL,
  `role_id` int(11) NOT NULL DEFAULT '0',
  `purchase_request_id` int(11) NOT NULL DEFAULT '0',
  `purchase_order_id` int(11) NOT NULL DEFAULT '0',
  `approvel_status` int(11) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `approvel_status_purchase_request`
--

CREATE TABLE `approvel_status_purchase_request` (
  `id` int(10) UNSIGNED NOT NULL,
  `role_id` int(11) NOT NULL DEFAULT '0',
  `purchase_request_id` int(11) NOT NULL DEFAULT '0',
  `approvel_status` int(11) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `approvel_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `approvel_status_purchase_request`
--

INSERT INTO `approvel_status_purchase_request` (`id`, `role_id`, `purchase_request_id`, `approvel_status`, `created_at`, `updated_at`, `approvel_order`) VALUES
(1, 1, 1, 1, '2022-01-07 11:21:19', '2022-01-07 11:21:56', 1);

-- --------------------------------------------------------

--
-- Table structure for table `asset_location`
--

CREATE TABLE `asset_location` (
  `id` int(11) NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `asset_location`
--

INSERT INTO `asset_location` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'IT', '2021-11-24 11:57:26', '2021-11-24 11:57:26'),
(2, 'receiption', '2021-11-24 12:00:11', '2021-11-24 12:00:30');

-- --------------------------------------------------------

--
-- Table structure for table `asset_maintainances`
--

CREATE TABLE `asset_maintainances` (
  `id` int(11) NOT NULL,
  `asset_id` int(11) NOT NULL,
  `type` varchar(100) DEFAULT NULL,
  `cost` double DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `asset_maintainances`
--

INSERT INTO `asset_maintainances` (`id`, `asset_id`, `type`, `cost`, `start_date`, `end_date`, `created_at`, `updated_at`) VALUES
(1, 3, 'Upgrade', 12000, '2022-01-19', '2022-01-19', '2022-01-19 10:10:23', '2022-01-19 10:10:23'),
(2, 4, 'Maintenance', 1500, '2022-01-05', '2022-01-20', '2022-01-20 08:03:01', '2022-01-20 08:03:37'),
(3, 2, 'Maintenance', 1500, '2022-01-20', '2022-01-20', '2022-01-20 08:12:20', '2022-01-20 08:12:20');

-- --------------------------------------------------------

--
-- Table structure for table `asset_releases`
--

CREATE TABLE `asset_releases` (
  `id` int(11) NOT NULL,
  `employee_id` int(11) NOT NULL,
  `assign_date` date DEFAULT NULL,
  `till_date` date DEFAULT NULL,
  `asset_id` int(11) NOT NULL,
  `assign_status` int(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `bill_of_quantities`
--

CREATE TABLE `bill_of_quantities` (
  `id` int(11) NOT NULL,
  `task_id` int(11) NOT NULL,
  `item_id` int(11) NOT NULL,
  `quantity` bigint(20) NOT NULL,
  `rate_per_unit` double(8,2) NOT NULL,
  `total_cost` double(8,2) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `buy_back`
--

CREATE TABLE `buy_back` (
  `id` int(11) NOT NULL,
  `ref_no` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
  `date` date DEFAULT NULL,
  `party_code` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL,
  `inventory_id` int(11) DEFAULT NULL,
  `total_amount_invested` double NOT NULL DEFAULT '0',
  `total_amount_received` double NOT NULL DEFAULT '0',
  `if_merging_then_value_of_merging` double NOT NULL DEFAULT '0',
  `buy_back_option` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  `roi_terms` text COLLATE utf8_unicode_ci,
  `sales_agents` text COLLATE utf8_unicode_ci,
  `payment_mode` int(11) NOT NULL,
  `merging_sold` enum('yes','no') COLLATE utf8_unicode_ci NOT NULL,
  `bank_name` int(11) DEFAULT NULL,
  `company_account` int(11) DEFAULT NULL,
  `drawn_date` date DEFAULT NULL,
  `cheque_number` varchar(150) COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_approve` tinyint(1) NOT NULL DEFAULT '0',
  `buy_back_value_requested_by_client` double NOT NULL DEFAULT '0',
  `merging_receipts` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
  `rental_discount_paid_to_customer_for_unit` double NOT NULL DEFAULT '0',
  `loss_or_profit_on_merging` double NOT NULL DEFAULT '0',
  `total_rebate_payable` double NOT NULL DEFAULT '0',
  `rebate_paid` double NOT NULL DEFAULT '0',
  `merging_selling_expenses` double NOT NULL DEFAULT '0',
  `rebate_on_buy_back` double NOT NULL DEFAULT '0',
  `value_of_appreciation_in_pkr` double NOT NULL DEFAULT '0',
  `roi_as_per_customer` text COLLATE utf8_unicode_ci,
  `roi_as_per_company` text COLLATE utf8_unicode_ci,
  `total_amount` double NOT NULL DEFAULT '0',
  `payee_name` text COLLATE utf8_unicode_ci,
  `payee_cnic` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  `payee_address` text COLLATE utf8_unicode_ci,
  `term_and_conditions` text COLLATE utf8_unicode_ci,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `categories`
--

CREATE TABLE `categories` (
  `id` int(10) UNSIGNED NOT NULL,
  `category_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `categories`
--

INSERT INTO `categories` (`id`, `category_name`, `description`, `deleted_at`, `created_at`, `updated_at`, `parent_id`) VALUES
(1, 'Iron', 'test', NULL, '2021-11-06 16:42:16', '2021-11-06 16:42:16', 0),
(2, 'Pipes', NULL, NULL, '2021-11-10 17:07:15', '2021-11-10 17:07:15', 1),
(3, 'CEMENT', NULL, NULL, '2021-11-10 21:36:29', '2021-11-10 21:36:29', 0),
(4, 'ANGLE 1/2', NULL, NULL, '2021-11-10 21:43:41', '2021-11-10 21:43:41', 1);

-- --------------------------------------------------------

--
-- Table structure for table `chart_of_accounts`
--

CREATE TABLE `chart_of_accounts` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `number` text NOT NULL,
  `account_type_id` int(11) NOT NULL,
  `description` text,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `opening_balance` double DEFAULT NULL,
  `sub_account_id` int(11) DEFAULT NULL,
  `closing_balance` double(8,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `chart_of_accounts`
--

INSERT INTO `chart_of_accounts` (`id`, `name`, `number`, `account_type_id`, `description`, `created_at`, `updated_at`, `opening_balance`, `sub_account_id`, `closing_balance`) VALUES
(3, '    TANGIBLE FIXED ASSETS AT COST-OWNED', '11-01', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(4, 'FIXED ASSETS-OFFICE', '11-01-01', 3, NULL, '0000-00-00 00:00:00', '2021-11-12 22:02:19', 0, 3, 0.00),
(5, '        LAND', '11-01-01-0001', 3, '', '0000-00-00 00:00:00', '2022-05-14 12:24:30', 0, 4, 450830.00),
(6, '        BUILDING', '11-01-01-0002', 3, '', '0000-00-00 00:00:00', '2021-12-28 10:44:57', 0, 4, 22500.00),
(7, '        PLANT & MACHINERY', '11-01-01-0003', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 4, 0.00),
(8, '        FURNITURE & FIXTURES', '11-01-01-0004', 3, '', '0000-00-00 00:00:00', '2021-12-14 09:29:29', 0, 4, 30000.00),
(9, '        OFFICE EQUIPMENTS', '11-01-01-0005', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 4, 0.00),
(10, '        ELECTRICAL EQUIPMENTS', '11-01-01-0006', 3, '', '0000-00-00 00:00:00', '2021-12-14 09:26:38', 0, 4, 1200.00),
(11, '        TOOLS & EQUIPMENTS', '11-01-01-0007', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 4, 0.00),
(12, 'VEHICLES', '11-01-01-0008', 3, NULL, '0000-00-00 00:00:00', '2022-02-01 10:50:33', 0, 4, -50000.00),
(13, '        GENERATORS', '11-01-01-0009', 3, '', '0000-00-00 00:00:00', '2021-12-14 09:26:38', 0, 4, 800.00),
(14, '      FIXED ASSETS- SITE', '11-01-02', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 3, 0.00),
(15, '        LAND', '11-01-02-0001', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 0.00),
(16, '        BUILDING', '11-01-02-0002', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 0.00),
(17, '        PLANT & MACHINERY', '11-01-02-0003', 3, '', '0000-00-00 00:00:00', '2021-12-14 09:04:32', 0, 14, 100000.00),
(18, '        FURNITURE & FIXTURES', '11-01-02-0004', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 0.00),
(19, '        OFFICE EQUIPMENTS', '11-01-02-0005', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 0.00),
(20, '        ELECTRICAL EQUIPMENTS', '11-01-02-0006', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 0.00),
(21, '        TOOLS & EQUIPMENTS', '11-01-02-0007', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 0.00),
(22, '        VEHICLES', '11-01-02-0008', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 0.00),
(23, '        GENERATORS', '11-01-02-0009', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 0.00),
(24, '        CONATINERS', '11-01-02-0010', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 14, 0.00),
(25, '    TANGIBLE FIXED ASSETS AT COST-LEASED', '11-02', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(26, '      FIXED ASSETS-OFFICE ', '11-02-01', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 25, 0.00),
(27, '        LAND', '11-02-01-0001', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 26, 0.00),
(28, '        BUILDING', '11-02-01-0002', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 26, 0.00),
(29, '        PLANT & MACHINERY', '11-02-01-0003', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 26, 0.00),
(30, '        FURNITURE & FIXTURES', '11-02-01-0004', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 26, 0.00),
(31, '        OFFICE EQUIPMENTS', '11-02-01-0005', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 26, 0.00),
(32, '        ELECTRICAL EQUIPMENTS', '11-02-01-0006', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 26, 0.00),
(33, '        TOOLS & EQUIPMENTS', '11-02-01-0007', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 26, 0.00),
(34, '        VEHICLES', '11-02-01-0008', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 26, 0.00),
(35, '        GENERATORS', '11-02-01-0009', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 26, 0.00),
(36, '      FIXED ASSETS- SITE', '11-02-02', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 25, 0.00),
(37, '        LAND', '11-02-02-0001', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 36, 0.00),
(38, '        BUILDING', '11-02-02-0002', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 36, 0.00),
(39, '        PLANT & MACHINERY', '11-02-02-0003', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 36, 0.00),
(40, '        FURNITURE & FIXTURES', '11-02-02-0004', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 36, 0.00),
(41, '        OFFICE EQUIPMENTS', '11-02-02-0005', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 36, 0.00),
(42, '        ELECTRICAL EQUIPMENTS', '11-02-02-0006', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 36, 0.00),
(43, '        TOOLS & EQUIPMENTS', '11-02-02-0007', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 36, 0.00),
(44, '        VEHICLES', '11-02-02-0008', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 36, 0.00),
(45, '        GENERATORS', '11-02-02-0009', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 36, 0.00),
(46, '        CONATINERS', '11-02-02-0010', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 36, 0.00),
(47, '    INVESTMENTS', '11-05', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(48, '      INVESTMENT IN PROPERTY', '11-05-02', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 47, 0.00),
(49, '        PROPERTY', '11-05-02-0001', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 48, 0.00),
(50, '    LONG TERM LOANS, DEPOSITS, PREPAYMENTS & OTHER REC', '11-06', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(51, '      LONG TERM SECURITY DEPOSITS', '11-06-02', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 50, 0.00),
(52, '        IESCO', '11-06-02-0001', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 51, 0.00),
(53, ' LONG TERM LOANS', '11-06-02-0002', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 51, 0.00),
(54, ' LONG TERM LOANS', '11-06-02-0003', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 51, 0.00),
(55, ' LONG TERM LOANS', '11-06-02-0004', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 51, 0.00),
(56, ' LONG TERM LOANS', '11-06-02-0005', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 51, 0.00),
(57, ' LONG TERM LOANS', '11-06-02-0006', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 51, 0.00),
(58, ' LONG TERM LOANS', '11-06-02-0007', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 51, 0.00),
(59, '      LEASE SECURITY DEPOSITS', '11-06-03', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 50, 0.00),
(60, '        MEEZAN BANK LTD-LEASE SECURITY DEPOSIT', '11-06-03-0001', 3, '', '0000-00-00 00:00:00', '2021-12-24 15:53:43', 0, 59, -200.00),
(61, '  LEASE SECURITY DEPOSITS', '11-06-03-0002', 3, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 59, 0.00),
(63, '    STORES & SPARES', '12-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(64, '      STORES', '12-01-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 63, 0.00),
(65, '        FGI-STORE', '12-01-01-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 64, 0.00),
(66, '    RAW MATERIAL', '12-02', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(67, '      CONSTRUCTION MATERIAL', '12-02-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 66, 0.00),
(68, '        BRICKS', '12-02-01-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 67, 0.00),
(69, '        CEMENT', '12-02-01-0002', 9, '', '0000-00-00 00:00:00', '2021-12-13 15:46:06', 0, 67, 0.00),
(70, '        CRUSH', '12-02-01-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 67, 0.00),
(71, '        SAND', '12-02-01-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 67, 0.00),
(72, '        STEEL', '12-02-01-0005', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 67, 0.00),
(73, '    PLUMBING MATERIALS', '12-03', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(74, '      PLUMBING MATERIALS', '12-03-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 73, 0.00),
(75, '    ELECTRIC MATERIALS', '12-04', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(76, '      ELECTRIC MATERIALS', '12-04-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 75, 0.00),
(77, '    FINISHING MATERIALS', '12-05', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(78, '      FINISHING MATERIAL', '12-05-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 77, 0.00),
(79, 'TILES', '12-03-01-0001', 9, NULL, '0000-00-00 00:00:00', '2021-12-15 10:33:46', 0, 74, 0.00),
(80, '        TILES', '12-03-01-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 78, 0.00),
(81, '        TILES', '12-03-01-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 78, 0.00),
(82, '        TILES', '12-03-01-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 78, 0.00),
(83, '        TILES', '12-03-01-0005', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 78, 0.00),
(84, '        TILES', '12-03-01-0006', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 78, 0.00),
(85, '        TILES', '12-03-01-0007', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 78, 0.00),
(86, '        TILES', '12-03-01-0008', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 78, 0.00),
(87, '        TILES', '12-03-01-0009', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 78, 0.00),
(88, '        TILES', '12-03-01-0010', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 78, 0.00),
(89, '    TRADE DEBTS / RCEIVABLES', '12-06', 8, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(90, '      RECEIVABLE FROM / PAYABLE TO ASSOCIATED CONCERNS', '12-06-01', 8, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 89, 0.00),
(91, '  RECEIVABLE FROM ', '12-06-01-0001', 8, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 90, 0.00),
(92, '  RECEIVABLE FROM ', '12-06-01-0003', 8, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 90, 0.00),
(93, '  RECEIVABLE FROM ', '12-06-01-0004', 8, '', '0000-00-00 00:00:00', '2021-12-13 15:19:57', 0, 90, 0.00),
(94, '      SUNDRY DEBTORS', '12-06-02', 8, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 89, 0.00),
(95, 'SUNDRY DEBTORS', '12-06-02-0001', 8, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 94, 0.00),
(96, '    ADVANCES', '12-07', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(97, '      ADVANCE TO EMPLOYEES AGAINST SALARY', '12-07-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(98, '          Faheem Ullah Ag. Salary', '12-07-01-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 97, 0.00),
(99, '          Umair Yousaf Ag. Salary', '12-07-01-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 97, 0.00),
(100, '          Zulfiqar Ag. Salary', '12-07-01-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 97, 0.00),
(101, '          Raees Khan Ag. Salary', '12-07-01-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 97, 0.00),
(102, '          Muhammad Irfan Ag. Salary', '12-07-01-0005', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 97, 0.00),
(103, '          Ikhlaq Hussain Ag. Salary', '12-07-01-0006', 9, '', '0000-00-00 00:00:00', '2021-12-13 14:31:45', 0, 97, 0.00),
(104, '          Ikram Zaib Khan Ag. Salary', '12-07-01-0007', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 97, 0.00),
(105, '          M yousaf Ag. Salary', '12-07-01-0009', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 97, 0.00),
(106, '          Irfan Masih Ag. Salary', '12-07-01-0010', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 97, 0.00),
(107, '          Zill-e-Hussnain Sheikh Ag. Salary', '12-07-01-0011', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 97, 0.00),
(108, '          Ali Ahmed Manzoor Ag. Salary', '12-07-01-0012', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 97, 0.00),
(109, '          Osama Bin Nadir Ag. Salary', '12-07-01-0013', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 97, 0.00),
(110, '      ADVANCE TO EMPLOYEES AG. EXPENSES', '12-07-02', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 96, 0.00),
(111, '          Faheem Ullah Ag. Expenses', '12-07-02-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(112, '          Umair Yousaf Ag. Expenses', '12-07-02-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(113, '          Zulfiqar Ag. Expenses', '12-07-02-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(114, '          Raees Khan Ag. Expenses', '12-07-02-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(115, '          Muhammad Irfan Ag. Expenses', '12-07-02-0005', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(116, '          Ikhlaq Hussain Ag. Expenses', '12-07-02-0006', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(117, '          Ikram Zaib Khan Ag. Expenses', '12-07-02-0007', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(118, '          M yousaf Ag. Expenses', '12-07-02-0008', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(119, '          Irfan Masih Ag. Expenses', '12-07-02-0009', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(120, '          Zill-e-Hussnain Sheikh Ag. Expenses', '12-07-02-0010', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(121, '          Ali Ahmed Manzoor Ag. Expenses', '12-07-02-0011', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(122, '          Osama Bin Nadir Ag. Expenses', '12-07-02-0012', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 110, 0.00),
(123, '      MOBILIZATION ADVANCE TO CONTRACTORS - CW', '12-07-03', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 96, 0.00),
(124, 'MOBILIZATION ADVANCE TO CONTRACTORS', '12-07-03-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 123, 0.00),
(125, 'MOBILIZATION ADVANCE TO CONTRACTORS', '12-07-03-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 123, 0.00),
(126, 'MOBILIZATION ADVANCE TO CONTRACTORS', '12-07-03-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 123, 0.00),
(127, '      ADVANCE TO OTHER / SUB CONTRACTORS', '12-07-07', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 96, 0.00),
(128, '   ADVANCE TO OTHER ', '12-07-07-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 127, 0.00),
(129, '   ADVANCE TO OTHER ', '12-07-07-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 127, 0.00),
(130, '   ADVANCE TO OTHER ', '12-07-07-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 127, 0.00),
(131, '   ADVANCE TO OTHER ', '12-07-07-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 127, 0.00),
(132, '   ADVANCE TO OTHER ', '12-07-07-0005', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 127, 0.00),
(133, '   ADVANCE TO OTHER ', '12-07-07-0006', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 127, 0.00),
(134, '   ADVANCE TO OTHER ', '12-07-07-0008', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 127, 0.00),
(135, '   ADVANCE TO OTHER ', '12-07-07-0009', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 127, 0.00),
(136, '      ADVANCES TO SUPPLIERS', '12-07-08', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 96, 0.00),
(137, '        HAYAT NEON SIGN', '12-07-08-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 136, 0.00),
(138, '      ADVANCE INCOME TAX', '12-07-11', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 96, 0.00),
(139, '        ADVANCE INCOME TAX - QUARTERLY', '12-07-11-0001', 9, '', '0000-00-00 00:00:00', '2021-12-09 12:33:21', 0, 138, 0.00),
(140, '        ADVANCE TAX ON PHONE BILLS', '12-07-11-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(141, '        ADVANCE TAX ON MOBILE PHONE BILLS', '12-07-11-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(142, '        ADVANCE TAX ON ELECTRICITY BILL', '12-07-11-0005', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(143, '        ADVANCE TAX ON BANK PROFIT', '12-07-11-0006', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(144, '        TAX CHALLAN RECEIVABLE', '12-07-11-0007', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(145, '        ADVANCE TAX ON CASH WITHDRAWAL', '12-07-11-0008', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(146, '        ADVANCE TAX ON VEHICLES', '12-07-11-0010', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(147, '        ADVANCE TAX ON INTEREST TO ASSOCIATED COMPANIES', '12-07-11-0012', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(148, '        ADVANCE TAX ON LOCAL AIR TRAVEL', '12-07-11-0013', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(149, '        ADVANCE TAX ON SERVICES', '12-07-11-0014', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(150, '        SURCHARGE ON WITH HOLDING TAX', '12-07-11-0020', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(151, '        ADVANCE TAX ON FUNCTIONS/GATHERINGS', '12-07-11-0021', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(152, '        ADVANCE TAX ON LAND', '12-07-11-0022', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 138, 0.00),
(153, '      OTHER ADVANCES', '12-07-12', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 96, 0.00),
(154, 'OTHER ADVANCES', '12-07-12-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 153, 0.00),
(155, '      ADVANCES FOR LAND', '12-07-13', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 96, 0.00),
(156, '   ADVANCES FOR LAND', '12-07-13-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 155, 0.00),
(157, '   ADVANCES FOR LAND', '12-07-13-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 155, 0.00),
(158, '   ADVANCES FOR LAND', '12-07-13-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 155, 0.00),
(159, '    DEPOSITS', '12-08', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(160, '      DEPOSITS', '12-08-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 159, 0.00),
(161, '   DEPOSITS', '12-08-01-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(162, '   DEPOSITS', '12-08-01-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(163, '   DEPOSITS', '12-08-01-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(164, '   DEPOSITS', '12-08-01-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(165, '   DEPOSITS', '12-08-01-0005', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(166, '   DEPOSITS', '12-08-01-0006', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(167, '   DEPOSITS', '12-08-01-0007', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(168, '   DEPOSITS', '12-08-01-0008', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(169, '   DEPOSITS', '12-08-01-0009', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(170, '   DEPOSITS', '12-08-01-0010', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(171, '   DEPOSITS', '12-08-01-0011', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(172, '   DEPOSITS', '12-08-01-0012', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 160, 0.00),
(173, '    PREPAYMENTS', '12-09', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(174, '      PREPAID RENT', '12-09-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 173, 0.00),
(175, '   PREPAID RENT', '12-09-01-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 174, 0.00),
(176, '   PREPAID RENT', '12-09-01-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 174, 0.00),
(177, '   PREPAID RENT', '12-09-01-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 174, 0.00),
(178, '   PREPAID RENT', '12-09-01-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 174, 0.00),
(179, '   PREPAID RENT', '12-09-01-0005', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 174, 0.00),
(180, '   PREPAID RENT', '12-09-01-0006', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 174, 0.00),
(181, '   PREPAID RENT', '12-09-01-0007', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 174, 0.00),
(182, '   PREPAID RENT', '12-09-01-0008', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 174, 0.00),
(183, '   PREPAID RENT', '12-09-01-0009', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 174, 0.00),
(184, '   PREPAID RENT', '12-09-01-0010', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 174, 0.00),
(185, '      PREPAID INSURANCE', '12-09-02', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 173, 0.00),
(186, '      PREPAID INSURANCE', '12-09-02-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 185, 0.00),
(187, '        BUILDING', '12-09-02-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 185, 0.00),
(188, '        PLANT & MACHINERY', '12-09-02-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 185, 0.00),
(189, '        FURNITURE & FIXTURES', '12-09-02-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 185, 0.00),
(190, '        OFFICE EQUIPMENTS', '12-09-02-0005', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 185, 0.00),
(191, '        ELECTRICAL EQUIPMENTS', '12-09-02-0006', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 185, 0.00),
(192, '        TOOLS & EQUIPMENTS', '12-09-02-0007', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 185, 0.00),
(193, '        VEHICLES', '12-09-02-0008', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 185, 0.00),
(194, '        GENERATORS', '12-09-02-0009', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 185, 0.00),
(195, '        CONATINERS', '12-09-02-0010', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 185, 0.00),
(196, '      PREPAID FEES, REGISTRATION & SUBSCRIPTION', '12-09-03', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 173, 0.00),
(197, ' PREPAID FEES, REGISTRATION & SUBSCRIPTION', '12-09-03-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 196, 0.00),
(198, '      OTHER PREPAYMENTS', '12-09-04', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 173, 0.00),
(199, '        INTERNET', '12-09-04-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 198, 0.00),
(200, '    OTHER RECEIVABLES', '12-10', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(201, '      OTHER RECEIVABLES', '12-10-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 200, 0.00),
(202, '        INTEREST RECEIVABLE', '12-10-01-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 201, 0.00),
(203, '        INTEREST RECEIVABLE', '12-10-01-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 201, 0.00),
(204, '        INTEREST RECEIVABLE', '12-10-01-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 201, 0.00),
(205, '        INTEREST RECEIVABLE', '12-10-01-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 201, 0.00),
(206, '      RECEIVABLES FROM CONTRACTORS AG. MATERIALS', '12-10-02', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 200, 0.00),
(207, 'RECEIVABLES FROM CONTRACTORS', '12-10-02-0002', 9, '', '0000-00-00 00:00:00', '2021-12-14 09:22:39', 0, 206, 600.00),
(208, 'RECEIVABLES FROM CONTRACTORS', '12-10-02-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 206, 0.00),
(209, 'RECEIVABLES FROM CONTRACTORS', '12-10-02-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 206, 0.00),
(210, 'RECEIVABLES FROM CONTRACTORS', '12-10-02-0008', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 206, 0.00),
(211, 'RECEIVABLES FROM CONTRACTORS', '12-10-02-0010', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 206, 0.00),
(212, 'RECEIVABLES FROM CONTRACTORS', '12-10-02-0011', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 206, 0.00),
(213, 'RECEIVABLES FROM CONTRACTORS', '12-10-02-0012', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 206, 0.00),
(214, 'RECEIVABLES FROM CONTRACTORS', '12-10-02-0013', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 206, 0.00),
(215, 'RECEIVABLES FROM CONTRACTORS', '12-10-02-0014', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 206, 0.00),
(216, 'RECEIVABLES FROM CONTRACTORS', '12-10-02-0015', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 206, 0.00),
(217, '    LETTERS OF CREDIT', '12-11', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(218, '      LETTERS OF CREDIT', '12-11-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 217, 0.00),
(219, '        LC BANK CHARGES', '12-11-01-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 218, 0.00),
(220, '        LC INSURANCE', '12-11-01-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 218, 0.00),
(221, '        LC COST OF PRODUCT (INVOICE VALUE)', '12-11-01-0003', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 218, 0.00),
(222, '        LC CUSTOM DUTY', '12-11-01-0004', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 218, 0.00),
(223, '        LC CLEARING EXPENSES', '12-11-01-0005', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 218, 0.00),
(224, '        LC OTHER EXPENSES', '12-11-01-0007', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 218, 0.00),
(225, '    CASH & BANK BALANCES', '12-15', 4, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(226, '      CASH BALANCES', '12-15-01', 4, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 225, 0.00),
(227, '        CASH IN HAND - ACCOUNTS DEPT', '12-15-01-0001', 4, '', '0000-00-00 00:00:00', '2021-12-30 15:03:43', 0, 226, 7950.00),
(228, '        CASH IN HAND - IKRAM ZAIB KHAN', '12-15-01-0002', 4, '', '0000-00-00 00:00:00', '2021-12-30 11:37:03', 0, 226, -19500.00),
(229, '        CASH IN HAND - CONTINGENCY S.E.', '12-15-01-0003', 4, '', '0000-00-00 00:00:00', '2021-12-25 11:39:52', 0, 226, 10000.00),
(230, '        CHEQUES IN HAND', '12-15-01-0011', 4, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 226, 0.00),
(231, '      BANK BALANCES', '12-15-02', 4, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 225, 0.00),
(232, '        MEEZAN BANK LTD. SAVING A/C 0302-0104750095', '12-15-02-0001', 4, '', '0000-00-00 00:00:00', '2022-03-30 06:48:32', 0, 231, 994499.99),
(233, '        HABIB METROPOLITAN BANK LTD. CD A/C 20301-714-144661', '12-15-02-0002', 4, '', '0000-00-00 00:00:00', '2021-12-25 12:09:19', 0, 231, -50000.00),
(234, '      TERM DEPOSIT RECEIPTS', '12-15-03', 4, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 225, 0.00),
(235, '        TDR -', '12-15-03-0001', 4, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 234, 0.00),
(236, '        TDR -', '12-15-03-0002', 4, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 234, 0.00),
(237, '    SHORT TERM LOANS', '12-16', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(238, '      SHORT TERM LOANS', '12-16-01', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 237, 0.00),
(239, '  SHORT TERM LOANS', '12-16-01-0001', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 238, 0.00),
(240, '  SHORT TERM LOANS', '12-16-01-0002', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 238, 0.00),
(241, '  CAPITAL WORK IN PROGRESS', '13', 9, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(244, '    LONG TERM FINANCES', '21-01', 13, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(245, 'LONG TERM FINANCES', '21-01-01', 13, NULL, '0000-00-00 00:00:00', '2021-12-15 09:09:55', 0, 244, 0.00),
(246, 'MUSHARAKAH FINANCE - MEEZAN BANK', '21-01-01-0001', 13, NULL, '0000-00-00 00:00:00', '2021-12-15 09:39:55', 0, 245, -276000.00),
(247, 'LONG TERM FINANCE', '21-01-01-0002', 13, '', '0000-00-00 00:00:00', '2021-12-15 10:16:03', 0, 245, 343700.00),
(248, 'LONG TERM FINANCE', '21-01-01-0003', 13, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 245, 0.00),
(249, 'LONG TERM FINANCE', '21-01-01-0004', 13, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 245, 0.00),
(250, '      OBLIGATIONS UNDER FINANCE LEASE', '21-01-02', 13, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 244, 0.00),
(251, '        MEEZAN BANK LTD-FINANCE LEASE', '21-01-02-0001', 13, '', '0000-00-00 00:00:00', '2021-12-14 09:03:36', 0, 250, -150000.00),
(252, 'OBLIGATIONS UNDER FINANCE LEASE', '21-01-02-0002', 13, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 250, 0.00),
(253, '    OTHER LONG TERM LIABILITIES', '21-02', 13, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(254, '      EMPLOYEES BENEFITS', '21-02-01', 13, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 253, 0.00),
(255, '        PROVISION FOR GRATUITY', '21-02-01-0001', 13, '', '0000-00-00 00:00:00', '2021-12-14 09:02:50', 0, 254, 224450.00),
(256, '      DEFERRED TAXATION', '21-02-02', 13, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 253, 0.00),
(257, '        DEFERRED TAXATION', '21-02-02-0001', 13, '', '0000-00-00 00:00:00', '2021-12-15 09:56:33', 0, 256, -3000.00),
(258, '      LONG TERM SECURITY DEPOSITS', '21-02-06', 13, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 253, 0.00),
(259, '        AZ CONTRACTOR', '21-02-06-0002', 13, '', '0000-00-00 00:00:00', '2021-12-14 09:03:36', 0, 258, -250000.00),
(261, '    SHORT TERM FINANCES', '22-01', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(262, '      SHORT TERM FINANCES', '22-01-01', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 261, 0.00),
(263, '        MUSHARAKAH FINANCE - MEEZAN BANK', '22-01-01-0001', 12, '', '0000-00-00 00:00:00', '2021-12-14 09:03:36', 0, 262, -450000.00),
(264, 'SHORT TERM FINANCES', '22-01-01-0002', 12, '', '0000-00-00 00:00:00', '2021-12-14 09:02:50', 0, 262, 126700.00),
(265, 'SHORT TERM FINANCES', '22-01-01-0003', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 262, 0.00),
(266, 'CREDITORS, ACCRUED & OTHER OBLIGATIES', '22-02', 11, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(267, '      PAYABLE TO CONTRACTORS', '22-02-01', 11, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(268, '        AZ CONTRACTOR', '22-02-01-0001', 11, '', '0000-00-00 00:00:00', '2021-12-14 09:29:29', 0, 267, -105800.00),
(269, '      PAYABLE TO CONTRACTORS', '22-02-01-0002', 11, '', '0000-00-00 00:00:00', '2021-12-14 09:29:02', 0, 267, -95000.00),
(270, '      PAYABLE TO CONTRACTORS', '22-02-01-0003', 11, '', '0000-00-00 00:00:00', '2021-12-14 09:23:30', 0, 267, 5000.00),
(271, '      RETENTION MONEY PAYABLE', '22-02-02', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(272, '      RETENTION MONEY PAYABLE', '22-02-02-0001', 12, '', '0000-00-00 00:00:00', '2021-12-14 09:03:36', 0, 271, -125450.00),
(273, '      RETENTION MONEY PAYABLE', '22-02-02-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 271, 0.00),
(274, '      RETENTION MONEY PAYABLE', '22-02-02-0003', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 271, 0.00),
(275, '      PROJECT CREDITORS', '22-02-03', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(276, '        ITTEHAD STEEL INDUSTRIES', '22-02-03-0001', 12, '', '0000-00-00 00:00:00', '2021-12-14 09:03:36', 0, 275, -50000.00),
(277, 'PROJECT CREDITORS', '22-02-03-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 275, 0.00),
(278, 'PROJECT CREDITORS', '22-02-03-0003', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 275, 0.00),
(279, '      OTHER CREDITORS', '22-02-04', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(280, '        TCS (PVT.) LTD.', '22-02-04-0001', 12, '', '0000-00-00 00:00:00', '2021-12-14 09:03:36', 0, 279, -45500.00),
(281, 'OTHER CREDITORS', '22-02-04-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 279, 0.00),
(282, 'OTHER CREDITORS', '22-02-04-0011', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 279, 0.00),
(283, '      THE GARDEN APARTMENT DEPOSITS A/C', '22-02-05', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(284, '        APARTMENT DEPOSITS A/C', '22-02-05-0001', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 283, 0.00),
(285, '        APARTMENT DEPOSITS REFUND A/C', '22-02-05-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 283, 0.00),
(286, '        APARTMENT DEPOSITS SUSPENSE A/C', '22-02-05-0003', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 283, 0.00),
(287, '      PERFORMANCE SECURITY', '22-02-06', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(288, '        AB CONTRACTOR-PERFORMANCE SECURITY', '22-02-06-0001', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 287, 0.00),
(289, '        AZ CONTRACTOR-PERFORMANCE SECURITY', '22-02-06-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 287, 0.00),
(290, '      PERFORMANCE SECURITY', '22-02-06-0003', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 287, 0.00),
(291, '      OTHER DEPOSITS', '22-02-07', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(292, '   OTHER DEPOSITS', '22-02-07-0005', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 291, 0.00),
(293, '      ACCRUED EXPENSES', '22-02-08', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(294, '        ACCRUED EXPENSES - PROJECT', '22-02-08-0001', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 293, 0.00),
(295, '        ACCRUED EXPENSES - ADMIN', '22-02-08-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 293, 0.00),
(296, '        ACCRUED EXPENSES - MARKETING', '22-02-08-0003', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 293, 0.00),
(297, '      WITHOLDING TAX PAYABLE-SUPPLIER', '22-02-09', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(298, '        WITHOLDING TAX ON SUPPLIES', '22-02-09-0001', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 297, 0.00),
(299, '        WITHOLDING TAX ON SERVICES', '22-02-09-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 297, 0.00),
(300, '        WITHOLDING TAX ON CONTRACTS', '22-02-09-0003', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 297, 0.00),
(301, '        SURCHARGE ON WITH HOLDING TAX', '22-02-09-0004', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 297, 0.00),
(302, '        WITHOLDING TAX ON RENT', '22-02-09-0005', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 297, 0.00),
(303, '      WITHOLDING TAX PAYABLE-EMPLOYEES', '22-02-10', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(304, '        WITHOLDING TAX PAYABLE-SALARY', '22-02-10-0001', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 303, 0.00),
(305, '        SURCHARGE ON WITH HOLDING TAX - SALARY', '22-02-10-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 303, 0.00),
(306, '      SALES TAX PAYABLE', '22-02-11', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(307, '        WITHOLDING SALES TAX ON PURCHASES', '22-02-11-0001', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 306, 0.00),
(308, '        PRA SALES TAX- LAND DEVELOPMENT', '22-02-11-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 306, 0.00),
(309, '        PRA SALES TAX-BUILDING CONSTRUCTION', '22-02-11-0003', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 306, 0.00),
(310, '        PRA SALES TAX-CONTRACTOR', '22-02-11-0004', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 306, 0.00),
(311, '        PRA SALES TAX-SERVICES', '22-02-11-0005', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 306, 0.00),
(312, '        WITHOLDING SALES TAX ON SERVICES', '22-02-11-0006', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 306, 0.00),
(313, '        PRA SALES TAX-CONSULTANCY INC', '22-02-11-0007', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 306, 0.00),
(314, '        SRB SALES TAX-SERVICES', '22-02-11-0008', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 306, 0.00),
(315, '      MARKUP PAYABLE-BANK LOANS', '22-02-12', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(316, '        MARK UP PAYABLE - MEEZAN BANK', '22-02-12-0001', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 315, 0.00),
(317, 'MARKUP PAYABLE-BANK LOANS', '22-02-12-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 315, 0.00),
(318, '      OTHER PAYABLES', '22-02-14', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(319, '        EOBI PAYABLE', '22-02-14-0001', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 318, 0.00),
(320, '        SALARIES PAYABLE', '22-02-14-0002', 12, '', '0000-00-00 00:00:00', '2021-12-13 14:46:55', 0, 318, 0.00),
(321, '      PROVISION FOR TAXATION', '22-02-15', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(322, '        PROVISION FOR TAXATION', '22-02-15-0001', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 321, 0.00),
(323, '      OTHER LIABILITIES', '22-02-16', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(324, '        ADVANCE AGAINST EQUITY-OPENING BALANCE', '22-02-16-0001', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 323, 0.00),
(325, '      ADVANCES FROM CUSTOMERS - MAINTENANCE', '22-02-18', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(326, '        ADVANCES FROM CUSTOMERS-MAINTENANCE INCOME', '22-02-18-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 325, 0.00),
(327, '      EMPLOYEES BENEVOLENT FUND', '22-02-19', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 266, 0.00),
(328, '        EMPLOYEES B.F. CONTRIBUTION', '22-02-19-0001', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 327, 0.00),
(329, '        EMPLOYERS B.F. CONTRIBUTION', '22-02-19-0002', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 327, 0.00),
(330, '    UNEARNED REVENUE', '22-03', 12, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(331, 'UNEARNED REVENUE - THE GARDEN', '22-03-01', 12, NULL, '0000-00-00 00:00:00', '2021-12-15 09:15:01', 0, 330, 0.00),
(332, '       APARTMENTS - UNEARNED REVENUE', '22-03-01-0001', 12, '', '0000-00-00 00:00:00', '2021-12-14 09:03:36', 0, 331, -3250.00),
(335, '    PARTNERS\' CAPITAL', '31-01', 7, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(336, 'CAPITAL INJECTION', '31-01-01', 7, NULL, '0000-00-00 00:00:00', '2021-12-15 09:38:33', 0, 335, 0.00),
(337, '        AHMAD NAEEM QAMAR CHAUDHRY', '31-01-01-0001', 7, '', '0000-00-00 00:00:00', '2021-12-13 14:55:47', 0, 336, 0.00),
(338, '        AHMAD NAVEED QAMAR', '31-01-01-0002', 7, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 336, 0.00),
(339, '        KHALIL AHMED NOON', '31-01-01-0003', 7, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 336, 0.00),
(340, '        CH. RASHID ALI NOON', '31-01-01-0004', 7, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 336, 0.00),
(341, '        CH. LIAQAT ALI NOON', '31-01-01-0005', 7, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 336, 0.00),
(342, '        MUHAMMAD AHMAD', '31-01-01-0006', 7, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 336, 0.00),
(343, '        JAMAL JAN', '31-01-01-0007', 7, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 336, 0.00),
(344, '        ADEEL ELLAHI', '31-01-01-0008', 7, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 336, 0.00),
(345, '        MUHAMMAD HAROON MAHMOOD', '31-01-01-0009', 7, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 336, 0.00),
(348, 'PROJECT SALES REVENUE', '41-01', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 15:18:22', 0, NULL, 0.00),
(349, 'PEARL CITY MULTAN', '41-01-01', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 15:18:24', 0, 348, 0.00),
(350, 'SALE OF APARTMENTS', '41-01-01-0001', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 15:18:49', 0, 349, -998999.99),
(353, 'OTHER INCOME', '42-01', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:45:30', 0, NULL, 0.00),
(354, 'RETURN ON BANK DEPOSITS', '42-01-01-0001', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:47:19', 0, 824, 0.00),
(355, 'TRANSFER FEE', '42-01-01-0002', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:48:02', 0, 824, 0.00),
(356, 'LATE PAYMENT SURCHARGE', '42-01-01-0003', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:49:23', 0, 824, 0.00),
(357, 'PROCESSING FEE', '42-01-01-0005', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:49:54', 0, 824, -25500.00),
(358, 'MAINTENANCE INCOME', '42-01-01-0006', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:50:35', 0, 824, -300.00),
(359, 'REGISTRY FEE', '42-01-01-0007', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:51:15', 0, 824, 0.00),
(360, 'SCRAP SALES', '42-01-01-0008', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:51:46', 0, 824, -450.00),
(361, 'EXCHANGE GAIN / LOSS', '42-01-01-0009', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:52:30', 0, 824, 0.00),
(362, 'PROFIT / (LOSS) ON SALE OF FIXED ASSETS', '42-01-01-0010', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:53:20', 0, 824, 0.00),
(363, 'MARK-UP', '42-01-01-0011', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:54:55', 0, 824, 0.00),
(364, 'RENTAL INCOME', '42-01-01-0012', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:55:25', 0, 824, -600.00),
(365, 'MISCELLANEOUS INCOME', '42-01-01-0013', 1, NULL, '0000-00-00 00:00:00', '2021-12-14 14:55:58', 0, 824, 0.00),
(366, '      TENDER FEES', '42-01-02', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 351, 0.00),
(367, 'TENDER FEES', '42-01-02-0001', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 366, 0.00),
(368, 'TENDER FEES', '42-01-02-0002', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 366, 0.00),
(369, '      CONSULTANCY FEE', '42-01-03', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 351, 0.00),
(370, 'CONSULTANCY FEE', '42-01-03-0001', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 369, 0.00),
(371, 'CONSULTANCY FEE', '42-01-03-0002', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 369, 0.00),
(372, '      MARKUP INCOME FROM ASSOCIATED CONCERNS', '42-01-04', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 351, 0.00),
(373, '   MARKUP INCOME FROM ASSOCIATED CONCERNS', '42-01-04-0001', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 372, 0.00),
(374, '   MARKUP INCOME FROM ASSOCIATED CONCERNS', '42-01-04-0002', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 372, 0.00),
(375, '   MARKUP INCOME FROM ASSOCIATED CONCERNS', '42-01-04-0003', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 372, 0.00),
(376, '      BACK CHARGE INCOME', '42-01-05', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 351, 0.00),
(377, ' BACK CHARGE INCOME', '42-01-05-0001', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 376, 0.00),
(378, ' BACK CHARGE INCOME', '42-01-05-0002', 1, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 376, 0.00),
(381, '    DIRECT COST', '52-01', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(382, '      CONSULTANTS & DEPARTMENTAL FEE', '52-01-01', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 381, 0.00),
(383, '       ARCHITECTURAL DESIGN FEE', '52-01-01-0001', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 382, 0.00),
(384, '       DRAWING APPROVAL FEE', '52-01-01-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 382, 0.00),
(385, '       D.W.C', '52-01-01-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 382, 0.00),
(386, '       M.F (Partial)', '52-01-01-0004', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 382, 0.00),
(387, '       STRUCTURE ENGINEER CONSULTANCY', '52-01-01-0005', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 382, 0.00),
(388, '       STRUCTURE VETTING CONSULTANCY', '52-01-01-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 382, 0.00),
(389, '       HVAC CONSULTANCY', '52-01-01-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 382, 0.00),
(390, '       PLUMBING & PUBLIC HEALTH CONSULTANCY', '52-01-01-0008', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 382, 0.00),
(391, '       ELECTRICAL CONSULTANCY ', '52-01-01-0009', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 382, 0.00),
(392, '       FIRE FIGHTING CONSULTANCY ', '52-01-01-0010', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 382, 0.00),
(393, 'Civil Work', '52-01-02', 15, NULL, '0000-00-00 00:00:00', '2021-12-14 15:21:42', 0, 381, 0.00),
(394, '        LAND COST', '52-01-02-0001', 15, '', '0000-00-00 00:00:00', '2021-12-14 11:16:27', 0, 393, 10000.00),
(395, '        BOUNDARY WALL / FENCING', '52-01-02-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(396, '        BASIC SITE DEVELOPMENT', '52-01-02-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(397, '        TEMPORARY SITE OFFICE', '52-01-02-0004', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(398, '        ELECTRIFICATION', '52-01-02-0005', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(399, '        LABOR WAGES-CIVIL WORKS', '52-01-02-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(400, '        CONSTRUCTION MATERIAL', '52-01-02-0007', 15, '', '0000-00-00 00:00:00', '2021-12-14 11:16:27', 0, 393, 10000.00),
(401, '        BLOCKS & BRICKS', '52-01-02-0008', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(402, '        CEMENT', '52-01-02-0009', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(403, '        CRUSH', '52-01-02-0010', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(404, '        SAND', '52-01-02-0011', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(405, '        STEEL & BINDING WIRE', '52-01-02-0012', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(406, '        CONST CHEMICALS & ALLIED MATERIALS', '52-01-02-0013', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(407, '        READY MIX CONCRETE', '52-01-02-0016', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(408, '        FORM WORK & HARDWARE', '52-01-02-0017', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(409, '        PAVERS', '52-01-02-0018', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(410, '        RENT-MACHINERY', '52-01-02-0019', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(411, '        LANDSCAPING', '52-01-02-0020', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(412, '        FREIGHT & TRANSPORTATION', '52-01-02-0021', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(413, '        SUI GAS NETWORK', '52-01-02-0022', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(414, '        WATER DISTRIBUTION SYSTEM', '52-01-02-0023', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(415, '        SEWERAGE SYSYTEM', '52-01-02-0024', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(416, '        TELECOMMUNICATION NETWORK', '52-01-02-0025', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(417, '        TOOLS & EQUIPMENTS', '52-01-02-0026', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(418, '        ELEVATORS', '52-01-02-0027', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 393, 0.00),
(419, '      Civil Work - CONTRACTORS', '52-01-03', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(420, '      Civil Work - SUB CONTRACTORS', '52-01-04', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(421, 'PLUMBING & SANITARY Work', '52-01-05', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:32:21', 0, 381, 0.00),
(422, '        LABOR WAGES-PLUMBING', '52-01-05-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 421, 0.00),
(423, '        PLUMBING MATERIALS', '52-01-05-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 421, 0.00),
(424, '        SANITARY WARE', '52-01-05-0008', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 421, 0.00),
(425, '        SANITARY FITTINGS', '52-01-05-0009', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 421, 0.00),
(426, 'ELECTRICAL WORK', '52-01-06', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:37:19', 0, 381, 0.00),
(427, '        LABOR WAGES-ELECTRICAL', '52-01-06-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 426, 0.00),
(428, '        ELECTRICAL MATERIALS', '52-01-06-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 426, 0.00),
(429, 'TILE WORK', '52-01-07', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:38:17', 0, 381, 0.00),
(430, '        LABOR WAGES-TILE WORK', '52-01-07-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 429, 0.00),
(431, '        TILES', '52-01-07-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 429, 0.00),
(432, 'MARBLE WORK', '52-01-08', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:39:40', 0, 381, 0.00),
(433, '        LABOR WAGES-MARBLE WORK', '52-01-08-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 432, 0.00),
(434, '        MARBLE', '52-01-08-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 432, 0.00),
(435, 'WOOD WORK', '52-01-09', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:45:44', 0, 381, 0.00),
(436, '        LABOR WAGES-WOOD WORK', '52-01-09-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 435, 0.00),
(437, '        MARBLE', '52-01-09-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 435, 0.00),
(438, '      ALUMINIUM WORK', '52-01-10', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(439, 'LABOR WAGES-ALUMINIUM WORK', '52-01-10-0006', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:43:20', 0, 381, 0.00);
INSERT INTO `chart_of_accounts` (`id`, `name`, `number`, `account_type_id`, `description`, `created_at`, `updated_at`, `opening_balance`, `sub_account_id`, `closing_balance`) VALUES
(440, '        ALUMINIUM', '52-01-10-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 439, 0.00),
(441, 'GLASS WORK', '52-01-11', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:41:22', 0, 381, 0.00),
(442, '        LABOR WAGES-GLASS WORK', '52-01-11-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 441, 0.00),
(443, '        GLASS', '52-01-11-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 441, 0.00),
(444, 'PAINT WORK', '52-01-12', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:46:40', 0, 381, 0.00),
(445, '        LABOR WAGES-PAINT WORK', '52-01-12-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 444, 0.00),
(446, '        PAINTS', '52-01-12-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 444, 0.00),
(447, 'SECURITY SYSTEM', '52-01-13', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:46:59', 0, 381, 0.00),
(448, '        LABOR WAGES-SECURITY SYSTEM', '52-01-13-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 447, 0.00),
(449, '        SECURITY CAMERAS', '52-01-13-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 447, 0.00),
(450, 'HVAC SYSTEM', '52-01-14', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:47:35', 0, 381, 0.00),
(451, '        LABOR WAGES-HVAC', '52-01-14-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 450, 0.00),
(452, '        Heating & Cooling Network', '52-01-14-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 450, 0.00),
(453, 'MISCELLANEOUS FINISHES', '52-01-15', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:48:06', 0, 381, 0.00),
(454, '        ROOF TREATMENT', '52-01-15-0001', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 453, 0.00),
(455, '        FALSE CEILING', '52-01-15-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 453, 0.00),
(456, 'Z A/C', '52-01-20', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:48:22', 0, 381, 0.00),
(457, '        LABOR MEAL', '52-01-20-0001', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 456, 0.00),
(458, '        LABOR WELFARE', '52-01-20-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 456, 0.00),
(459, '        LABOR MEDICAL', '52-01-20-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 456, 0.00),
(461, 'SALARIES, WAGES & BENEFITS', '52-02-01', 15, NULL, '0000-00-00 00:00:00', '2021-12-14 15:23:51', 0, 381, 0.00),
(462, '        SALARIES', '52-02-01-0001', 15, '', '0000-00-00 00:00:00', '2021-12-14 09:23:30', 0, 461, 10000.00),
(463, '        OVERTIME', '52-02-01-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(464, '        MEDICAL', '52-02-01-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(465, '        UNIFORMS', '52-02-01-0008', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(466, '        EOBI', '52-02-01-0009', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(467, '        EMPLOYEE TRAINING-LOCAL', '52-02-01-0012', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(468, '        HONORARIUM/EX-GRATIA', '52-02-01-0014', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(469, '        LEAVE ENCASHMENT', '52-02-01-0015', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(470, '        GRATUITY', '52-02-01-0016', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(471, '        UTILITY & MOBILE ALLOWANCES', '52-02-01-0018', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(472, '        CONVEYANCE ALLOWANCE', '52-02-01-0020', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(473, '        STAFF MEAL', '52-02-01-0021', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(474, '        EXECUTIVE MEAL', '52-02-01-0022', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(475, '        HOUSE RENT ALLOWANCE', '52-02-01-0023', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 461, 0.00),
(476, 'TRAVELLING & CONVEYANCE', '52-02-02', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:50:17', 0, 381, 0.00),
(477, '        TRAVELLING-LOCAL', '52-02-02-0001', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 476, 0.00),
(478, '        TRAVELLING-FOREIGN', '52-02-02-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 476, 0.00),
(479, '        ACCOMODATION-LOCAL', '52-02-02-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 476, 0.00),
(480, '        ACCOMODATION-FOREIGN', '52-02-02-0004', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 476, 0.00),
(481, '        DAILY ALLOWANCE-LOCAL', '52-02-02-0005', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 476, 0.00),
(482, '        DAILY ALLOWANCE-FOREIGN', '52-02-02-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 476, 0.00),
(483, '        CONVEYANCE LOCAL', '52-02-02-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 476, 0.00),
(484, 'VEHICLE RUNNING EXPENSES', '52-02-03', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:50:35', 0, 381, 0.00),
(485, '        VEHICLE FUEL', '52-02-03-0001', 15, '', '0000-00-00 00:00:00', '2021-12-15 09:56:33', 0, 484, 1000.00),
(486, '        VEHICLE REPAIR & MAINTENANCE', '52-02-03-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 484, 0.00),
(487, '        VEHICLE OTHER EXPENSES (REG. & TOKEN, TRAKKER ETC)', '52-02-03-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 484, 0.00),
(488, 'UTILITIES', '52-02-04', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:52:07', 0, 381, 0.00),
(489, '        TELEPHONE', '52-02-04-0001', 15, '', '0000-00-00 00:00:00', '2021-12-15 09:56:33', 0, 488, 1000.00),
(490, '        MOBILE', '52-02-04-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 488, 0.00),
(491, '        ELECTRICITY', '52-02-04-0004', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 488, 0.00),
(492, '        WATER & SANITATION CHARGES', '52-02-04-0005', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 488, 0.00),
(493, '        SUI GAS', '52-02-04-0006', 15, '', '0000-00-00 00:00:00', '2021-12-13 15:12:45', 0, 488, 0.00),
(494, '        GENERATOR FUEL', '52-02-04-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 488, 0.00),
(495, '        INTERNET CHARGES', '52-02-04-0008', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 488, 0.00),
(496, '        TELEPHONE-STAFF ACCOMODATION', '52-02-04-0009', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 488, 0.00),
(497, '        ELECTRICITY-STAFF ACCOMODATION', '52-02-04-0012', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 488, 0.00),
(498, '        WATER & SANITATION-STAFF ACCOMODATION', '52-02-04-0013', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 488, 0.00),
(499, '        SUI GAS-STAFF ACCOMODATION', '52-02-04-0014', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 488, 0.00),
(500, 'REPAIR & MAINTENANCE', '52-02-05', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:53:05', 0, 381, 0.00),
(501, '        BUILDING', '52-02-05-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 500, 0.00),
(502, '        FURNITURE & FIXTURE', '52-02-05-0004', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 500, 0.00),
(503, '        OFFICE EQUIPMENT', '52-02-05-0005', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 500, 0.00),
(504, '        ELECTRICAL OFFICE EQUIPMENT', '52-02-05-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 500, 0.00),
(505, '        TOOLS & EQUIPMENT', '52-02-05-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 500, 0.00),
(506, '        GENERATORS', '52-02-05-0009', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 500, 0.00),
(507, '        PHOTOCOPIER', '52-02-05-0012', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 500, 0.00),
(508, '        HOUSE KEEPING', '52-02-05-0013', 15, '', '0000-00-00 00:00:00', '2021-12-15 09:56:33', 0, 500, 1000.00),
(509, '        HOUSE KEEPING-STAFF ACCOMODATION', '52-02-05-0016', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 500, 0.00),
(510, 'INSURANCE', '52-02-06', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:56:16', 0, 381, 0.00),
(511, '        BUILDING', '52-02-06-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 510, 0.00),
(512, '        FURNITURE & FIXTURE', '52-02-06-0004', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 510, 0.00),
(513, '        OFFICE EQUIPMENT', '52-02-06-0005', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 510, 0.00),
(514, '        ELECTRICAL OFFICE EQUIPMENT', '52-02-06-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 510, 0.00),
(515, '        TOOLS & EQUIPMENT', '52-02-06-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 510, 0.00),
(516, '        VEHICLES', '52-02-06-0008', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 510, 0.00),
(517, '        GENERATORS', '52-02-06-0009', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 510, 0.00),
(518, 'PRINTING & STATIONERY', '52-02-07', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 09:00:25', 0, 381, 0.00),
(519, '        PRINTING & STATIONERY', '52-02-07-0001', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 518, 0.00),
(520, '        NEWSPAPERS, BOOKS & PERIODICALS', '52-02-07-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 518, 0.00),
(521, '        PHOTOCOPY EXPENSES', '52-02-07-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 518, 0.00),
(522, 'POSTAGE & COURIER', '52-02-08', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 08:56:21', 0, 381, 0.00),
(523, '        LOCAL POSTAGE & COURIER', '52-02-08-0001', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 522, 0.00),
(524, '        OVERSEAS POSTAGE & COURIER', '52-02-08-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 522, 0.00),
(525, 'RENT,FEES & TAXES', '52-02-09', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 09:01:16', 0, 381, 0.00),
(526, '        RENT-PROJECT DEPARTMENT', '52-02-09-0001', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 525, 0.00),
(527, '        PROFESSIONAL TAX', '52-02-09-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 525, 0.00),
(528, '        FEES , SUBCRIPTION & REGISTRATION', '52-02-09-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 525, 0.00),
(529, '        RENT', '52-02-09-0009', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 525, 0.00),
(530, '        RENT-STAFF ACCOMODATION', '52-02-09-0012', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 525, 0.00),
(531, '      MEALS & ENTERTAINMENT', '52-02-10', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(532, '        BUSINESS ENTERTAINMENT-LOCAL', '52-02-10-0001', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 531, 0.00),
(533, '        BUSINESS ENTERTAINMENT-FOREIGN', '52-02-10-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 531, 0.00),
(534, '        REFRESHMENTS', '52-02-10-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 531, 0.00),
(535, '        STAFF RECREATION', '52-02-10-0004', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 531, 0.00),
(536, '        BOARD MEETING EXPENSE', '52-02-10-0005', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 531, 0.00),
(537, 'LEGAL & PROFESSIONAL EXPENSES', '52-02-11', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 09:01:54', 0, 381, 0.00),
(538, '        LEGAL EXPENSES', '52-02-11-0001', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 537, 0.00),
(539, '        OTHER CONSULTANCY SERVICES', '52-02-11-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 537, 0.00),
(540, '        PROFESSIONAL CHARGES', '52-02-11-0005', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 537, 0.00),
(541, 'MISCELLANEOUS EXPENSES', '52-02-14', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 09:02:10', 0, 381, 0.00),
(542, '        SECURITY SERVICES', '52-02-14-0001', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 541, 0.00),
(543, '        SOFTWARE MAINTENANCE', '52-02-14-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 541, 0.00),
(544, '        TRANSPORTATION, FREIGHT & FORWARDING', '52-02-14-0004', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 541, 0.00),
(545, '        ADVERTISING', '52-02-14-0005', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 541, 0.00),
(546, '        OTHERS', '52-02-14-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 541, 0.00),
(547, 'DEPRECIATION-OWNED ASSETS', '52-02-15', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 09:02:58', 0, 381, 0.00),
(548, '        BUILDING', '52-02-15-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 547, 0.00),
(549, '        PLANT & MACHINERY', '52-02-15-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 547, 0.00),
(550, '        FURNITURE & FIXTURES', '52-02-15-0004', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 547, 0.00),
(551, '        OFFICE EQUIPMENTS', '52-02-15-0005', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 547, 0.00),
(552, '        ELECTRICAL EQUIPMENTS', '52-02-15-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 547, 0.00),
(553, '        TOOLS & EQUIPMENTS', '52-02-15-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 547, 0.00),
(554, '        VEHICLES', '52-02-15-0008', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 547, 0.00),
(555, '        GENERATORS', '52-02-15-0009', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 547, 0.00),
(556, '        CONATINERS', '52-02-15-0010', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 547, 0.00),
(557, 'DEPRECIATION-OWNED ASSETS', '52-02-16', 15, NULL, '0000-00-00 00:00:00', '2021-12-15 09:03:05', 0, 381, 0.00),
(558, '        BUILDING', '52-02-16-0002', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 557, 0.00),
(559, '        PLANT & MACHINERY', '52-02-16-0003', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 557, 0.00),
(560, '        FURNITURE & FIXTURES', '52-02-16-0004', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 557, 0.00),
(561, '        OFFICE EQUIPMENTS', '52-02-16-0005', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 557, 0.00),
(562, '        ELECTRICAL EQUIPMENTS', '52-02-16-0006', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 557, 0.00),
(563, '        TOOLS & EQUIPMENTS', '52-02-16-0007', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 557, 0.00),
(564, '        VEHICLES', '52-02-16-0008', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 557, 0.00),
(565, '        GENERATORS', '52-02-16-0009', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 557, 0.00),
(566, '        CONATINERS', '52-02-16-0010', 15, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 557, 0.00),
(568, 'ADMINISTRATIVE & GENERAL EXPENSES', '53-01', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 09:19:09', 0, NULL, 0.00),
(569, 'SALARIES, WAGES & BENEFITS', '53-01-01', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 09:18:57', 0, 568, 0.00),
(570, 'SALARIES', '53-01-01-0001', 2, NULL, '0000-00-00 00:00:00', '2021-12-14 15:05:36', 0, 569, 0.00),
(571, '        WAGES/CONTRACTUAL EMPLOYEES', '53-01-01-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(572, '        OVERTIME', '53-01-01-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(573, '        PROVIDENT FUND', '53-01-01-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(574, 'BONUS', '53-01-01-0005', 2, NULL, '0000-00-00 00:00:00', '2021-12-16 09:46:49', 0, 569, 5000.00),
(575, '        INCENTIVES/REWARDS', '53-01-01-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(576, '        MEDICAL', '53-01-01-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(577, '        UNIFORMS', '53-01-01-0008', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(578, '        EOBI', '53-01-01-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(579, '        SESSI', '53-01-01-0010', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(580, '        EMPLOYEE TRAINING-LOCAL', '53-01-01-0012', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(581, '        HONORARIUM/EX-GRATIA', '53-01-01-0014', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(582, '        LEAVE ENCASHMENT', '53-01-01-0015', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(583, '        GRATUITY', '53-01-01-0016', 2, '', '0000-00-00 00:00:00', '2021-12-14 11:16:27', 0, 569, 2000.00),
(584, '        CONVEYANCE ALLOWANCE', '53-01-01-0018', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(585, '        STAFF MEAL', '53-01-01-0021', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(586, '        HOUSE RENT ALLOWANCE', '53-01-01-0023', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 569, 0.00),
(587, 'TRAVELLING & CONVEYANCE', '53-01-02', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:32:04', 0, 568, 0.00),
(588, '        TRAVELLING-LOCAL', '53-01-02-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 587, 0.00),
(589, '        TRAVELLING-FOREIGN', '53-01-02-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 587, 0.00),
(590, '        ACCOMODATION-LOCAL', '53-01-02-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 587, 0.00),
(591, '        ACCOMODATION-FOREIGN', '53-01-02-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 587, 0.00),
(592, '        DAILY ALLOWANCE-LOCAL', '53-01-02-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 587, 0.00),
(593, '        DAILY ALLOWANCE-FOREIGN', '53-01-02-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 587, 0.00),
(594, '        CONVEYANCE LOCAL', '53-01-02-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 587, 0.00),
(595, 'VEHICLE RUNNING EXPENSES', '53-01-03', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:32:10', 0, 568, 0.00),
(596, '        VEHICLE FUEL', '53-01-03-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 595, 0.00),
(597, '        VEHICLE REPAIR & MAINTENANCE', '53-01-03-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 595, 0.00),
(598, '        VEHICLE OTHER EXPENSES (REG. & TOKEN, TRACKER ETC.', '53-01-03-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 595, 0.00),
(599, 'UTILITIES', '53-01-04', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:32:17', 0, 568, 0.00),
(600, '        TELEPHONE', '53-01-04-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 599, 0.00),
(601, '        MOBILE', '53-01-04-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 599, 0.00),
(602, '        ELECTRICITY', '53-01-04-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 599, 0.00),
(603, '        WATER & SANITATION CHARGES', '53-01-04-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 599, 0.00),
(604, '        SUI GAS', '53-01-04-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 599, 0.00),
(605, '        GENERATOR FUEL', '53-01-04-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 599, 0.00),
(606, '        INTERNET CHARGES', '53-01-04-0008', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 599, 0.00),
(607, 'REPAIR & MAINTENANCE', '53-01-05', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:37:46', 0, 568, 0.00),
(608, '        BUILDING / PREMISES', '53-01-05-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 607, 0.00),
(609, '        FURNITURE & FIXTURES', '53-01-05-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 607, 0.00),
(610, '        OFFICE EQUIPMENT', '53-01-05-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 607, 0.00),
(611, '        ELECTRICAL OFFICE EQUIPMENT', '53-01-05-0006', 2, '', '0000-00-00 00:00:00', '2021-12-15 10:16:03', 0, 607, 500.00),
(612, '        GENERATORS', '53-01-05-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 607, 0.00),
(613, '        PHOTOCOPIER', '53-01-05-0012', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 607, 0.00),
(614, '        HOUSE KEEPING', '53-01-05-0013', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 607, 0.00),
(615, 'INSURANCE', '53-01-06', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:32:27', 0, 568, 0.00),
(616, '        BUILDING', '53-01-06-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 615, 0.00),
(617, '        FURNITURE & FIXTURES', '53-01-06-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 615, 0.00),
(618, '        OFFICE EQUIPMENT', '53-01-06-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 615, 0.00),
(619, '        ELECTRICAL OFFICE EQUIPMENT', '53-01-06-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 615, 0.00),
(620, '        VEHICLES', '53-01-06-0008', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 615, 0.00),
(621, '        GENERATORS', '53-01-06-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 615, 0.00),
(622, 'PRINTING & STATIONERY', '53-01-07', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:32:31', 0, 568, 0.00),
(623, '        PRINTING & STATIONERY', '53-01-07-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 622, 0.00),
(624, '        NEWSPAPERS, BOOKS & PERIODICALS', '53-01-07-0002', 2, '', '0000-00-00 00:00:00', '2021-12-15 10:16:03', 0, 622, 400.00),
(625, '        PHOTOCOPY EXPENSES', '53-01-07-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 622, 0.00),
(626, 'POSTAGE & COURIER', '53-01-08', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:32:40', 0, 568, 0.00),
(627, '        LOCAL POSTAGE & COURIER', '53-01-08-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 626, 0.00),
(628, '        OVERSEAS POSTAGE & COURIER', '53-01-08-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 626, 0.00),
(629, 'RENT, FEES & TAXES', '53-01-09', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:32:52', 0, 568, 0.00),
(630, '        RENT-FINANCE DEPARTMENT', '53-01-09-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 629, 0.00),
(631, '        PROFESSIONAL TAX', '53-01-09-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 629, 0.00),
(632, '        FEES, SUBSCRIPTION & REGISTRATION', '53-01-09-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 629, 0.00),
(633, 'MEALS & ENTERTAINMENT', '53-01-10', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:32:53', 0, 568, 0.00),
(634, '        BUSINESS ENTERTAINMENT-LOCAL', '53-01-10-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 633, 0.00),
(635, '        REFRESHMENTS', '53-01-10-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 633, 0.00),
(636, '        STAFF RECREATION', '53-01-10-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 633, 0.00),
(637, '        BOARD MEETING', '53-01-10-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 633, 0.00),
(638, 'LEGAL & PROFESSIONAL CHARGES', '53-01-11', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:32:54', 0, 568, 0.00),
(639, '        LEGAL EXPENSES', '53-01-11-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 638, 0.00),
(640, '        TAX CONSULTANCY', '53-01-11-0002', 2, '', '0000-00-00 00:00:00', '2021-12-15 10:16:03', 0, 638, 100.00),
(641, '        PROFESSIONAL CHARGES', '53-01-11-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 638, 0.00),
(642, 'AUDITORS REMUNERATION', '53-01-12', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:32:59', 0, 568, 0.00),
(643, '        AUDIT FEE', '53-01-12-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 642, 0.00),
(644, '        OUT OF POCKET EXPENSES', '53-01-12-0002', 2, '', '0000-00-00 00:00:00', '2021-12-15 10:16:03', 0, 642, 300.00),
(645, 'MISCELLANEOUS EXPENSES', '53-01-14', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:33:04', 0, 568, 0.00),
(646, '        SECURITY SERVICES', '53-01-14-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 645, 0.00),
(647, '        CHARITY / DONATIONS', '53-01-14-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 645, 0.00),
(648, '        SOFTWARE MAINTENANCE', '53-01-14-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 645, 0.00),
(649, '        TRANSPORTATION , FREIGHT & FORWARDING', '53-01-14-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 645, 0.00),
(650, '        ADVERTISING', '53-01-14-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 645, 0.00),
(651, '        OTHERS', '53-01-14-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 645, 0.00),
(652, 'DEPRECIATION - OWNED ASSETS', '53-01-15', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:33:13', 0, 568, 0.00),
(653, '        BUILDING', '53-01-15-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 652, 0.00),
(654, '        PLANT & MACHINERY', '53-01-15-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 652, 0.00),
(655, '        FURNITURE & FIXTURES', '53-01-15-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 652, 0.00),
(656, '        OFFICE EQUIPMENTS', '53-01-15-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 652, 0.00),
(657, '        ELECTRICAL EQUIPMENTS', '53-01-15-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 652, 0.00),
(658, '        TOOLS & EQUIPMENTS', '53-01-15-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 652, 0.00),
(659, '        VEHICLES', '53-01-15-0008', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 652, 0.00),
(660, '        GENERATORS', '53-01-15-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 652, 0.00),
(661, 'DEPRECIATION - LEASED ASSETS', '53-01-16', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:33:32', 0, 568, 0.00),
(662, '        BUILDING', '53-01-16-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 661, 0.00),
(663, '        PLANT & MACHINERY', '53-01-16-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 661, 0.00),
(664, '        FURNITURE & FIXTURES', '53-01-16-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 661, 0.00),
(665, '        OFFICE EQUIPMENTS', '53-01-16-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 661, 0.00),
(666, '        ELECTRICAL EQUIPMENTS', '53-01-16-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 661, 0.00),
(667, '        TOOLS & EQUIPMENTS', '53-01-16-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 661, 0.00),
(668, '        VEHICLES', '53-01-16-0008', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 661, 0.00),
(669, '        GENERATORS', '53-01-16-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 661, 0.00),
(670, '    SELLING & MARKETING EXPENSES', '53-02', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(671, 'SALARIES, WAGES & BENEFITS', '53-02-01', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:42:22', 0, 670, 0.00),
(672, '        SALARIES', '53-02-01-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(673, '        OVERTIME', '53-02-01-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(674, '        PROVIDENT FUND', '53-02-01-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(675, '        INCENTIVES/REWARDS', '53-02-01-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(676, '        MEDICAL', '53-02-01-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(677, '        UNIFORMS', '53-02-01-0008', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(678, '        EOBI', '53-02-01-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(679, '        HONORARIUM/EXGRATIA', '53-02-01-0014', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(680, '        LEAVE ENCASHMENT', '53-02-01-0015', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(681, '        GRATUITY', '53-02-01-0016', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(682, '        VEHICLE RUNNING & MAINTENANCE ALLOWANCE', '53-02-01-0017', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(683, '        CONVEYANCE ALLOWANCE', '53-02-01-0018', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(684, '        HOUSE RENT ALLOWANCE', '53-02-01-0019', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(685, '        GROUP INSURANCE', '53-02-01-0020', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(686, '        STAFF MEAL', '53-02-01-0021', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(687, '        EXECUTIVE MEAL', '53-02-01-0022', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 671, 0.00),
(688, 'TRAVELLING & CONVEYANCE', '53-02-02', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:46:06', 0, 670, 0.00),
(689, 'TRAVELLING-LOCAL', '53-02-02-0001', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:48:41', 0, 688, 0.00),
(690, 'TRAVELLING-FOREIGN', '53-02-02-0002', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:48:27', 0, 688, 0.00),
(691, 'ACCOMODATION-LOCAL', '53-02-02-0003', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:48:14', 0, 688, 0.00),
(692, 'CONVEYANCE LOCAL', '53-02-02-0007', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:48:00', 0, 688, 0.00),
(693, 'VEHICLE RUNNING EXPENSES', '53-02-03', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:49:20', 0, 670, 0.00),
(694, 'VEHICLE FUEL', '53-02-03-0001', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:51:21', 0, 693, 0.00),
(695, 'VEHICLE REPAIR & MAINTENANCE', '53-02-03-0002', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:51:36', 0, 693, 0.00),
(696, 'VEHICLE OTHER EXPENSES (REG. & TOKEN)', '53-02-03-0003', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:51:52', 0, 693, 0.00),
(697, 'UTILITIES', '53-02-04', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:52:29', 0, 670, 0.00),
(698, '        TELEPHONE', '53-02-04-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 697, 0.00),
(699, '        MOBILE', '53-02-04-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 697, 0.00),
(700, '        FAX', '53-02-04-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 697, 0.00),
(701, '        ELECTRICITY', '53-02-04-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 697, 0.00),
(702, '        WATER & SANITATION CHARGES', '53-02-04-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 697, 0.00),
(703, '        SUI GAS', '53-02-04-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 697, 0.00),
(704, '        GENERATOR FUEL - RESIDENCE MULTAN', '53-02-04-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 697, 0.00),
(705, '        INTERNET CHARGES', '53-02-04-0008', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 697, 0.00),
(706, '        GENERATOR FUEL - MARKETING OFFICE MULTAN', '53-02-04-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 697, 0.00),
(707, 'REPAIR & MAINTENANCE', '53-02-05', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:53:47', 0, 670, 0.00),
(708, '        BUILDING', '53-02-05-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 707, 0.00),
(709, '        FURNITURE & FIXTURES', '53-02-05-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 707, 0.00),
(710, '        OFFICE EQUIPMENT', '53-02-05-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 707, 0.00),
(711, '        ELECTRICAL OFFICE EQUIPMENT', '53-02-05-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 707, 0.00),
(712, '        GENERATORS', '53-02-05-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 707, 0.00),
(713, '        PHOTOCOPIER', '53-02-05-0012', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 707, 0.00),
(714, '        HOUSE KEEPING', '53-02-05-0013', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 707, 0.00),
(715, 'INSURANCE', '53-02-06', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:54:30', 0, 670, 0.00),
(716, '        FURNITURE & FIXTURES', '53-02-06-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 715, 0.00),
(717, '        OFFICE EQUIPMENT', '53-02-06-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 715, 0.00),
(718, '        ELECTRICAL OFFICE EQUIPMENT', '53-02-06-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 715, 0.00),
(719, '        VEHICLES', '53-02-06-0008', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 715, 0.00),
(720, '        GENERATORS', '53-02-06-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 715, 0.00),
(721, 'PRINTING & STATIONERY', '53-02-07', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:55:05', 0, 670, 0.00),
(722, '        PRINTING & STATIONERY', '53-02-07-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 721, 0.00),
(723, '        NEWSPAPERS, BOOKS & PERIODICALS', '53-02-07-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 721, 0.00),
(724, '        PHOTOCOPY EXPENSES', '53-02-07-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 721, 0.00),
(725, 'POSTAGE & COURIER', '53-02-08', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:55:39', 0, 670, 0.00),
(726, '        LOCAL POSTAGE & COURIER', '53-02-08-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 725, 0.00),
(727, '        OVERSEAS POSTAGE & COURIER', '53-02-08-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 725, 0.00),
(728, 'RENT, FEES & TAXES', '53-02-09', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:56:20', 0, 670, 0.00),
(729, '        RENT-MARKETING DEPARTMENT', '53-02-09-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 728, 0.00),
(730, '        PROFESSIONAL TAX', '53-02-09-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 728, 0.00),
(731, '        FEES , SUBSCRIPTION & REGISTRATION', '53-02-09-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 728, 0.00),
(732, '        RATES & TAXES', '53-02-09-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 728, 0.00),
(733, '        RENT-SALES OFFICE MULTAN', '53-02-09-0012', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 728, 0.00),
(734, '        RENT - GENERATOR (MARKETING OFFICE)', '53-02-09-0013', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 728, 0.00),
(735, 'MEALS & ENTERTAINEMENT', '53-02-10', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:56:52', 0, 670, 0.00),
(736, '        BUSINESS ENTERTAINMENT-LOCAL', '53-02-10-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 735, 0.00),
(737, '        REFRESHMENTS', '53-02-10-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 735, 0.00),
(738, '        STAFF RECREATION', '53-02-10-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 735, 0.00),
(739, '        BOARD MEETING', '53-02-10-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 735, 0.00),
(740, 'LEGAL & PROFESSIONAL CHARGES', '53-02-11', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:57:28', 0, 670, 0.00),
(741, '        LEGAL EXPENSES', '53-02-11-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 740, 0.00),
(742, '        PROFESSIONAL CHARGES', '53-02-11-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 740, 0.00),
(743, 'MISCELLANEOUS EXPENSES', '53-02-14', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:58:04', 0, 670, 0.00),
(744, '        SECURITY SERVICES', '53-02-14-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 743, 0.00),
(745, '        CHARITY / DONATION', '53-02-14-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 743, 0.00),
(746, '        SOFTWARE MAINTENANCE', '53-02-14-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 743, 0.00),
(747, '        TRANSPORTATION , FREIGHT & FORWARDING', '53-02-14-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 743, 0.00),
(748, '        ADVERTISING', '53-02-14-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 743, 0.00),
(749, '        OTHERS', '53-02-14-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 743, 0.00),
(750, 'DEPRECIATION - OWNED ASSETS', '53-02-15', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:58:41', 0, 670, 0.00),
(751, '        BUILDING', '53-02-15-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 750, 0.00),
(752, '        PLANT & MACHINERY', '53-02-15-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 750, 0.00),
(753, '        FURNITURE & FIXTURES', '53-02-15-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 750, 0.00),
(754, '        OFFICE EQUIPMENTS', '53-02-15-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 750, 0.00),
(755, '        ELECTRICAL EQUIPMENTS', '53-02-15-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 750, 0.00),
(756, '        TOOLS & EQUIPMENTS', '53-02-15-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 750, 0.00),
(757, '        VEHICLES', '53-02-15-0008', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 750, 0.00),
(758, '        GENERATORS', '53-02-15-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 750, 0.00),
(759, 'DEPRECIATION - LEASED ASSETS', '53-02-16', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:59:20', 0, 670, 0.00),
(760, '        BUILDING', '53-02-16-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 759, 0.00),
(761, '        PLANT & MACHINERY', '53-02-16-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 759, 0.00),
(762, '        FURNITURE & FIXTURES', '53-02-16-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 759, 0.00),
(763, '        OFFICE EQUIPMENTS', '53-02-16-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 759, 0.00),
(764, '        ELECTRICAL EQUIPMENTS', '53-02-16-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 759, 0.00),
(765, '        TOOLS & EQUIPMENTS', '53-02-16-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 759, 0.00),
(766, '        VEHICLES', '53-02-16-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 759, 0.00),
(767, '        GENERATORS', '53-02-16-0008', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 759, 0.00),
(768, 'SALES PROMOTION EXPENSE', '53-02-17', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:59:57', 0, 670, 0.00),
(769, '        ADVERTISING - PRINT MEDIA', '53-02-17-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 768, 0.00),
(770, '        ADVERTISING - ELECTRONIC MEDIA', '53-02-17-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 768, 0.00),
(771, '        ADVERTISING - HOARDINGS, SIGN BOARDS, ETC.', '53-02-17-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 768, 0.00),
(772, '        MODEL EXPENSE', '53-02-17-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 768, 0.00),
(773, '        SALE LITERATURE & BROCHURE', '53-02-17-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 768, 0.00),
(774, '        GIFTS & GIVEAWAYS', '53-02-17-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 768, 0.00),
(775, '        BUSINESS PROMOTION', '53-02-17-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 768, 0.00),
(776, '        AGENTS\' COMMISSION', '53-02-17-0008', 2, '', '0000-00-00 00:00:00', '2021-12-09 12:50:24', 0, 768, 0.00),
(777, '        SALES STAFF INCENTIVES', '53-02-17-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 768, 0.00),
(778, '        WEBSITE CHARGES', '53-02-17-0010', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 768, 0.00),
(779, 'LAUNCHING MARKETING EXPENSES', '53-02-19', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 09:00:54', 0, 670, 0.00),
(780, '        EVENTS MANAGEMENT', '53-02-19-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(781, '        TRAVELLING - LOCAL', '53-02-19-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(782, '        ACCOMODATION - LOCAL', '53-02-19-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(783, '        VEHICLE FUEL', '53-02-19-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(784, '        VEHICLE REPAIR & MAINTENANCE', '53-02-19-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(785, '        VEHICLE OTHER EXPENSES (REG. & TOKEN)', '53-02-19-0006', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(786, '        HOUSE KEEPING', '53-02-19-0007', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(787, '        PRINTING & STATIONERY', '53-02-19-0008', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(788, '        NEWSPAPER, BOOKS & PERIODICALS', '53-02-19-0009', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(789, '        PHOTOCOPY EXPENSES', '53-02-19-0010', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(790, '        LOCAL POSTAGE & COURIER', '53-02-19-0011', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(791, '        FEES, SUBSCRIPTION & REGISTRATION', '53-02-19-0013', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(792, '        BUSINESS ENTERTAINMENT - LOCAL', '53-02-19-0014', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(793, '        TRANSPORTATION, FREIGHT & FORWARDING', '53-02-19-0015', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(794, '        OTHERS', '53-02-19-0016', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(795, '        ADVERTISING - HOARDINGS, SIGN BOARDS, BANNERS ETC', '53-02-19-0017', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(796, '        BUSINESS PROMOTION', '53-02-19-0018', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(797, '        CONVEYANCE LOCAL', '53-02-19-0019', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(798, '        GENERATOR FUEL', '53-02-19-0020', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(799, '        GIFTS & GIVEAWAYS', '53-02-19-0021', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 779, 0.00),
(801, '    FINANCIAL CHARGES', '54-01', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(802, 'BANK FINANCIAL CHARGES', '54-01-01', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:36:04', 0, 801, 0.00),
(803, '        BANK CHARGES', '54-01-01-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 802, 0.00),
(804, 'BANK GUARANTEE CHARGES', '54-01-01-0002', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 09:02:36', 0, 802, 0.00),
(805, '        INSURANCE GUARANTEE CHARGES', '54-01-01-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 802, 0.00),
(806, '        BANK COMMISSION', '54-01-01-0004', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 802, 0.00),
(807, '        DOCUMENTATION CHARGES', '54-01-01-0005', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 802, 0.00),
(808, 'LEASE FINANCIAL CHARGES', '54-01-02', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 09:01:51', 0, 801, 0.00),
(809, '        MARK UP- CAR', '54-01-02-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 808, 0.00),
(811, '    TAXATION', '55-01', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, NULL, 0.00),
(812, 'TAXATION', '55-01-01', 2, NULL, '0000-00-00 00:00:00', '2021-12-15 08:38:23', 0, 811, 0.00),
(813, '        CURRENT YEAR', '55-01-01-0001', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 812, 0.00),
(814, '        PRIOR YEARS', '55-01-01-0002', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 812, 0.00),
(815, '        DEFERRED', '55-01-01-0003', 2, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 812, 0.00),
(824, 'OTHER INCOME', '42-01-01', 1, NULL, '2021-12-14 14:46:33', '2021-12-14 14:46:33', NULL, 353, NULL),
(825, 'land hamid', '11-01-01-00010', 3, NULL, '2021-12-14 16:08:34', '2022-03-03 08:25:18', NULL, 4, 256000.00),
(826, 'hamid equity', '31-01-01-0000', 7, NULL, '2021-12-14 16:10:54', '2021-12-24 14:22:03', NULL, 336, -153000.00),
(827, 'SALARIES, WAGES & BENEFITS', '53-01-011', 2, NULL, '2021-12-15 09:57:13', '2021-12-15 09:57:13', NULL, 568, NULL),
(828, 'civil work - contractor', '52-01-03-0001', 15, NULL, '2021-12-16 10:08:21', '2021-12-16 10:08:58', NULL, 419, NULL),
(829, 'civil work - sub contractor', '52-01-04-0001', 15, NULL, '2021-12-16 10:10:30', '2021-12-16 10:10:30', NULL, 420, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `cities`
--

CREATE TABLE `cities` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `country_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cities`
--

INSERT INTO `cities` (`id`, `name`, `country_id`, `created_at`, `updated_at`) VALUES
(1, 'rawalpindi', 165, NULL, NULL),
(2, 'other', 166, NULL, NULL),
(64, 'Karachi', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(65, 'Lahore', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(66, 'Faisalabad', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(67, 'Serai', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(68, 'Rawalpindi', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(69, 'Multan', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(70, 'Gujranwala', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(71, 'Hyderabad City', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(72, 'Peshawar', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(73, 'Abbottabad', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(74, 'Islamabad', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(75, 'Quetta', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(76, 'Bannu', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(77, 'Bahawalpur', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(78, 'Sargodha', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(79, 'Sialkot City', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(80, 'Sukkur', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(81, 'Larkana', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(82, 'Sheikhupura', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(83, 'Marpur Khas', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(84, 'Rahaimyar Khan', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(85, 'Kohat', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(86, 'Jhang Sadr', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(87, 'Gujrat', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(88, 'Bardar', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(89, 'Kasor', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(90, 'Dera Ghazi Khan', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(91, 'Masawala', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(92, 'Nawabshah', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(93, 'Okara', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(94, 'Gilgit', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(95, 'Chiniot', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(96, 'Sadiqabad', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(97, 'Turbat', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(98, 'Dera Ismaail Khan', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(99, 'Chaman', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(100, 'Zhob', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(101, 'Mehra', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(102, 'Parachinar', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(103, 'Gwadar', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(104, 'Kundian', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(105, 'Shahdad Kot', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(106, 'Haraipur', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(107, 'Matiari', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(108, 'Dera Allahyar', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(109, 'Lodhran', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(110, 'Batgram', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(111, 'Thatta', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(112, 'Bagh', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(113, 'Badain', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(114, 'Mansehra', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(116, 'Muzaffargarh', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(117, 'Tando Allahyar', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(118, 'Dera Murad Jamali', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(119, 'Karak', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(120, 'Mardan', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(121, 'Uthal', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(122, 'Nankana Sahib', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(123, 'Barkhan', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(124, 'Hafizabad', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(125, 'Kotli', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(126, 'Loralai', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(127, 'Dera Bugti', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(128, 'Jhang City', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(129, 'Sahaiwal', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(130, 'Sanghar', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(131, 'Pakpattan', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(132, 'Chakwal', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(133, 'Khushab', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(134, 'Ghotki', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(135, 'Kohlu', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(136, 'Khuzdar', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(137, 'Awaran', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(138, 'Nowshera', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(139, 'Charsadda', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(140, 'Qila Abdullah', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(141, 'Bahawalnagar', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(142, 'Dadu', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(143, 'Alaiabad', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(144, 'Lakki Marwat', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(145, 'Chilas', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(146, 'Pishin', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(147, 'Tank', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(148, 'Chitral', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(149, 'Qila Saifullah', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(150, 'Shikarpur', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(151, 'Panjgaer', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(153, 'Kalat', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(154, 'Gandava', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(155, 'Khanewal', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(156, 'Narowal', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(157, 'Khairpur', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(158, 'Malakand', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(159, 'Vihari', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(160, 'Saidu Sharif', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(161, 'Jhelum', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(162, 'Mandi Bahauddin', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(163, 'Bhakkar', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(164, 'Toba Tek Singh', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(165, 'Jamshoro', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(166, 'Kharan', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(167, 'Umarkot', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(168, 'Hangu', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(169, 'Timargara', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(170, 'Gakuch', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(171, 'Jacobabad', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(173, 'Mianwali', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(175, 'Naushahro Faroz', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(176, 'New Marpur', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(177, 'Daggar', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(178, 'Eidgah', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(179, 'Sibi', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(180, 'Dalbandan', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(181, 'Rajanpur', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(182, 'Leiah', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(183, 'Upper Dir', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(184, 'Tando Muhammad Khan', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(185, 'Attock City', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(186, 'Rawala Kot', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(187, 'Swabi', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(188, 'Kandhkot', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(189, 'Dasu', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(190, 'Athmuqam', 165, '0000-00-00 00:00:00', '0000-00-00 00:00:00');

-- --------------------------------------------------------

--
-- Table structure for table `company_banks`
--

CREATE TABLE `company_banks` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `address` text COLLATE utf8mb4_unicode_ci,
  `phone_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `account_number` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `account_title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `opening_balance` double NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `status` tinyint(1) DEFAULT '1',
  `amount` double DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `company_banks`
--

INSERT INTO `company_banks` (`id`, `name`, `address`, `phone_number`, `description`, `account_number`, `account_title`, `opening_balance`, `created_at`, `updated_at`, `status`, `amount`) VALUES
(1, 'ABL', NULL, NULL, NULL, '124569', 'dddd', 0, NULL, NULL, 0, NULL),
(2, 'HBL', 'nadee', '222', 'd', '0528559', 'Business Centre', 0, '2021-10-06 12:27:01', '2021-10-06 12:27:01', 1, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `company_bank_transactions`
--

CREATE TABLE `company_bank_transactions` (
  `id` int(10) UNSIGNED NOT NULL,
  `receipt_id` int(10) UNSIGNED NOT NULL,
  `company_account` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `comparative_statements`
--

CREATE TABLE `comparative_statements` (
  `id` int(10) UNSIGNED NOT NULL,
  `purchase_request_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `vendor_id` int(11) NOT NULL DEFAULT '0',
  `price` double(8,2) NOT NULL DEFAULT '0.00',
  `message` 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 `comparative_statements`
--

INSERT INTO `comparative_statements` (`id`, `purchase_request_id`, `item_id`, `vendor_id`, `price`, `message`, `created_at`, `updated_at`) VALUES
(1, 1, 8, 4, 1000.00, NULL, '2022-01-07 11:21:19', '2022-01-07 11:21:19'),
(2, 1, 2, 3, 1200.00, NULL, '2022-01-07 11:21:20', '2022-01-07 11:21:20'),
(3, 1, 3, 4, 1500.00, NULL, '2022-01-07 11:21:20', '2022-01-07 11:21:20');

-- --------------------------------------------------------

--
-- Table structure for table `comparative_statement_documents`
--

CREATE TABLE `comparative_statement_documents` (
  `id` int(11) NOT NULL,
  `pr_id` int(11) DEFAULT NULL,
  `vendor_id` int(11) DEFAULT NULL,
  `document_name` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `control_accounts`
--

CREATE TABLE `control_accounts` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(100) NOT NULL,
  `rep_name` varchar(100) DEFAULT NULL,
  `description` text,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `type` int(11) DEFAULT NULL,
  `vendor_type` int(11) DEFAULT NULL,
  `file` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `control_accounts`
--

INSERT INTO `control_accounts` (`id`, `name`, `rep_name`, `description`, `created_at`, `updated_at`, `type`, `vendor_type`, `file`) VALUES
(5, 'Hassan', NULL, NULL, '2021-12-30 11:00:02', '2021-12-30 11:00:02', 4, NULL, NULL),
(9, 'Phase 1', NULL, NULL, '2021-11-10 22:51:43', '2021-11-10 22:51:43', 1, NULL, NULL),
(10, 'LG402S', NULL, NULL, '2021-11-12 22:41:25', '2021-11-12 22:41:25', 1, NULL, NULL),
(11, 'test', 'eteeee', NULL, '2022-03-23 13:04:09', '2022-03-23 13:04:09', 3, 1, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `countries`
--

CREATE TABLE `countries` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) 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 `countries`
--

INSERT INTO `countries` (`id`, `name`, `created_at`, `updated_at`) VALUES
(165, 'Pakistan', NULL, NULL),
(166, 'Other', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `customers`
--

CREATE TABLE `customers` (
  `id` int(10) UNSIGNED NOT NULL,
  `membership_no` text COLLATE utf8mb4_unicode_ci,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `father_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `cnic` text COLLATE utf8mb4_unicode_ci,
  `email` text COLLATE utf8mb4_unicode_ci,
  `phone_number` text COLLATE utf8mb4_unicode_ci,
  `total_paid_amount` double NOT NULL DEFAULT '0',
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `img_url` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `nominee_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_so_do_wo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_cnic` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_relation` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_phone_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `passport_no` text COLLATE utf8mb4_unicode_ci,
  `nominee_passport_no` text COLLATE utf8mb4_unicode_ci,
  `res_number` text COLLATE utf8mb4_unicode_ci,
  `mobile_number` text COLLATE utf8mb4_unicode_ci,
  `nominee_res_number` text COLLATE utf8mb4_unicode_ci,
  `nominee_mobile_number` text COLLATE utf8mb4_unicode_ci,
  `dob` text COLLATE utf8mb4_unicode_ci,
  `occupation` text COLLATE utf8mb4_unicode_ci,
  `mailing_address` text COLLATE utf8mb4_unicode_ci,
  `permanent_address` text COLLATE utf8mb4_unicode_ci,
  `nominee_email` text COLLATE utf8mb4_unicode_ci,
  `father_type` int(11) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `cnic_flag` tinyint(4) DEFAULT '1',
  `nominee_cnic_flag` tinyint(4) DEFAULT '1',
  `nominee_father_type` tinyint(4) DEFAULT NULL,
  `password` text COLLATE utf8mb4_unicode_ci,
  `remember_token` text COLLATE utf8mb4_unicode_ci,
  `is_filer` tinyint(1) NOT NULL DEFAULT '0',
  `ntn_number` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` int(11) DEFAULT NULL,
  `nominee_address` text COLLATE utf8mb4_unicode_ci,
  `account_title` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `bank_id` int(11) DEFAULT NULL,
  `iban_number` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `first_owner` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `second_owner` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `first_owner_father` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `second_owner_father` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `first_owner_cnic` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `second_owner_cnic` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `payment_method` int(11) NOT NULL DEFAULT '0',
  `buy_back_total` double NOT NULL DEFAULT '0',
  `roll_over_total` double NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `customers`
--

INSERT INTO `customers` (`id`, `membership_no`, `name`, `father_name`, `cnic`, `email`, `phone_number`, `total_paid_amount`, `status`, `img_url`, `created_at`, `updated_at`, `nominee_name`, `nominee_so_do_wo`, `nominee_cnic`, `nominee_relation`, `nominee_phone_number`, `passport_no`, `nominee_passport_no`, `res_number`, `mobile_number`, `nominee_res_number`, `nominee_mobile_number`, `dob`, `occupation`, `mailing_address`, `permanent_address`, `nominee_email`, `father_type`, `is_deleted`, `cnic_flag`, `nominee_cnic_flag`, `nominee_father_type`, `password`, `remember_token`, `is_filer`, `ntn_number`, `type`, `nominee_address`, `account_title`, `bank_id`, `iban_number`, `first_owner`, `second_owner`, `first_owner_father`, `second_owner_father`, `first_owner_cnic`, `second_owner_cnic`, `payment_method`, `buy_back_total`, `roll_over_total`) VALUES
(1, NULL, 'Wurfel IT', 'null', '9389898______', NULL, NULL, 4579230, 1, '0-22222222222222.png', '2021-12-27 12:23:58', '2022-06-03 09:48:01', 'NA', 'NA', NULL, 'NA', NULL, NULL, NULL, NULL, '93099938998', NULL, NULL, '2021-12-27', 'Pvt LTD', 'islamabad Pakistan', NULL, NULL, NULL, 0, 1, NULL, NULL, '$2y$10$xneYP/8MfJohkCXG8exqe.428h2/MfXFzvW4w8R4vEf.AaWWZht9G', NULL, 1, '89838889', 1, 'Islamabad Rawalpindi', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0),
(29, NULL, 'Umer Shahzad', 'M Wajid', '3740131260975', NULL, NULL, 2931270.9, 1, '29-avatardefault_92824.png', '2021-11-08 16:52:25', '2022-05-12 11:09:29', 'Mustafa', 'M Wajid', NULL, 'Brother', NULL, NULL, NULL, NULL, '03311334441', NULL, NULL, '2021-11-08', NULL, 'hi', 'hi', NULL, 1, 0, 1, NULL, 1, '$2y$10$AMPQnqrVqWuSbJTE8pgSTOBbDYVjECW7AdVvQFH7.b0EQ0pMvunGK', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0),
(30, NULL, 'test', 'testest', '4444444444444', NULL, NULL, 0, 1, '30-download.png', '2022-03-14 11:17:38', '2022-06-13 10:10:33', 'test', 'test', NULL, 'test', NULL, 'deeeeee', NULL, NULL, '444444444444444444', NULL, NULL, '2022-03-14', NULL, 'fggggggggggggggggggggggggggggg', 'fggggggggggggggggggggggggggggg', NULL, 1, 0, NULL, NULL, 1, '$2y$10$FEl70ZLqfqeyvQ8onp/pAegwDqAiCHrbytpWeoHalNLEoZGgvEFXS', NULL, 1, '23333333', 0, 'ffffffffffffffffffffffff', 'usman ali', 23, '3444444444444', 'customer 1', 'customer 2', 'fatehr 21', 'fatehr 2', '34343847374', '34374378483', 2, 0, 0),
(31, NULL, 'Muhammad Usman', 'Nasir Shehzad', '3740542272131', NULL, NULL, 0, 1, NULL, '2022-07-04 06:25:15', '2022-07-04 06:25:15', 'shaheen kalsum', 'lal din', '3133242343423', 'test', NULL, NULL, NULL, NULL, '03105727614', NULL, NULL, '2022-07-04', NULL, 'testing is best practise', 'testing is best practise', NULL, 1, 0, 1, 1, 2, '$2y$10$y7SUAT29TRi/QI/A5rwYT.uqtqlhZfRBDHFjmLAZvxCB1lTFpCuIe', NULL, 1, NULL, 0, 'testing is best example', NULL, NULL, NULL, 'chaudhary sajjad lal din', 'chaudhary Osamaa', 'Lal Din', 'Anser Lal Din', '11-23-33333333-3-3', '21333-33-3333333-3', 0, 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `customer_adjustments`
--

CREATE TABLE `customer_adjustments` (
  `id` int(10) UNSIGNED NOT NULL,
  `receipt_id` int(10) UNSIGNED NOT NULL,
  `type` int(11) DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `merge_amount` double DEFAULT NULL,
  `sold_amount` double DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `customer_adjustments`
--

INSERT INTO `customer_adjustments` (`id`, `receipt_id`, `type`, `description`, `merge_amount`, `sold_amount`, `status`, `created_at`, `updated_at`) VALUES
(1, 19, 2, 'testing adjustment', 25000, NULL, 1, '2022-03-03 08:08:55', '2022-03-03 08:08:55'),
(2, 22, 5, 'wwwwwwwwwwwwww', 9900, NULL, 1, '2022-03-03 11:00:40', '2022-03-03 11:00:40'),
(3, 25, 5, 'wwwwwwwwwwwwwww\r\nwwwwwwwwwwwwwww\r\nwwwwwwwwwwwwwwwwwww\r\nwwwwwwwwwwwwwwwwwwwwww', 200000, NULL, 1, '2022-03-04 10:03:50', '2022-03-04 10:03:50'),
(4, 26, 5, NULL, 5000, NULL, 1, '2022-03-04 10:10:03', '2022-03-04 10:10:03'),
(5, 27, 5, NULL, 20000, NULL, 1, '2022-03-04 10:26:08', '2022-03-04 10:26:08'),
(6, 28, 5, 'ttttttttt', 29400, NULL, 1, '2022-03-04 10:29:59', '2022-03-04 10:29:59'),
(7, 29, 5, NULL, 200000, NULL, 1, '2022-03-04 11:07:14', '2022-03-04 11:07:14'),
(8, 30, 5, NULL, 54400, NULL, 1, '2022-03-04 11:12:31', '2022-03-04 11:12:31'),
(9, 31, 5, NULL, 154400, NULL, 1, '2022-03-04 11:17:07', '2022-03-04 11:17:07'),
(10, 32, 5, NULL, 100000, NULL, 1, '2022-03-04 11:20:15', '2022-03-04 11:20:15'),
(11, 27, 6, NULL, 31388, NULL, 1, '2022-03-23 10:12:44', '2022-03-23 10:12:44');

-- --------------------------------------------------------

--
-- Table structure for table `customer_amounts`
--

CREATE TABLE `customer_amounts` (
  `id` int(11) NOT NULL,
  `type` enum('buy_back','roll_over') NOT NULL,
  `total_amount` double NOT NULL,
  `customer_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL,
  `updated_at` timestamp NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `customer_documents`
--

CREATE TABLE `customer_documents` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED NOT NULL,
  `url` text 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 `customer_documents`
--

INSERT INTO `customer_documents` (`id`, `customer_id`, `url`, `created_at`, `updated_at`) VALUES
(1, 29, '29-avatardefault_92824.png', '2021-11-08 16:52:25', '2021-11-08 16:52:25'),
(2, 30, '30-download.png', '2022-03-14 11:17:39', '2022-03-14 11:17:39');

-- --------------------------------------------------------

--
-- Table structure for table `customer_nominees`
--

CREATE TABLE `customer_nominees` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED NOT NULL,
  `nominee_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_so_do_wo` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_cnic` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_relation` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_contact_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_passport_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_phone_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_res_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `nominee_mobile_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `nominee_cnic_flag` tinyint(4) DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `customer_properties`
--

CREATE TABLE `customer_properties` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED DEFAULT NULL,
  `cost` double NOT NULL,
  `booking_date` date NOT NULL,
  `original_boooking_date` date DEFAULT NULL,
  `discount` double DEFAULT '0',
  `discount_type` int(11) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `down_payment` double NOT NULL DEFAULT '15',
  `possession_fee` double DEFAULT '10',
  `installment` double NOT NULL DEFAULT '50',
  `installment_plan` int(11) NOT NULL DEFAULT '4',
  `application_form_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `plot_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `plot_category` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `dealer_id` int(10) UNSIGNED DEFAULT NULL,
  `net_pay` double DEFAULT NULL,
  `membership_no` text COLLATE utf8mb4_unicode_ci,
  `plot_type` int(10) UNSIGNED DEFAULT NULL,
  `plot_belting` double DEFAULT NULL,
  `schedule_start_date` date DEFAULT NULL,
  `six_installment` double DEFAULT NULL,
  `inventory_id` int(10) UNSIGNED DEFAULT NULL,
  `booking_type` tinyint(1) DEFAULT NULL,
  `schedular_type` int(11) NOT NULL DEFAULT '1',
  `status` tinyint(1) DEFAULT NULL,
  `invoice_number` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `down_payment_note` text COLLATE utf8mb4_unicode_ci,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `sms_alert` tinyint(1) DEFAULT NULL,
  `email_alert` tinyint(1) DEFAULT NULL,
  `down_payment_rebate` float NOT NULL DEFAULT '50',
  `installment_rebate` float NOT NULL DEFAULT '50',
  `paid_installment_rebate` int(11) NOT NULL DEFAULT '8',
  `reminder_text` text COLLATE utf8mb4_unicode_ci,
  `reminder_date` date DEFAULT NULL,
  `print_count_m` int(11) NOT NULL DEFAULT '0',
  `print_count_c` int(11) NOT NULL DEFAULT '0',
  `is_book` tinyint(1) NOT NULL DEFAULT '0',
  `sale_by` int(11) DEFAULT NULL,
  `allotment_date` date DEFAULT NULL,
  `confirmation_date` date DEFAULT NULL,
  `development_date` date DEFAULT NULL,
  `file_processing_date` date DEFAULT NULL,
  `registration_date` date DEFAULT NULL,
  `allotment_fee` double NOT NULL DEFAULT '0',
  `confirmation_fee` double NOT NULL DEFAULT '0',
  `booking_fee` double NOT NULL DEFAULT '0',
  `development_fee` double NOT NULL DEFAULT '0',
  `file_processing_fee` double NOT NULL DEFAULT '0',
  `registration_fee` double NOT NULL DEFAULT '0',
  `access_amount` double DEFAULT '0',
  `cancel_date` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `customer_properties`
--

INSERT INTO `customer_properties` (`id`, `customer_id`, `cost`, `booking_date`, `original_boooking_date`, `discount`, `discount_type`, `created_at`, `updated_at`, `down_payment`, `possession_fee`, `installment`, `installment_plan`, `application_form_no`, `plot_no`, `plot_category`, `dealer_id`, `net_pay`, `membership_no`, `plot_type`, `plot_belting`, `schedule_start_date`, `six_installment`, `inventory_id`, `booking_type`, `schedular_type`, `status`, `invoice_number`, `down_payment_note`, `is_deleted`, `sms_alert`, `email_alert`, `down_payment_rebate`, `installment_rebate`, `paid_installment_rebate`, `reminder_text`, `reminder_date`, `print_count_m`, `print_count_c`, `is_book`, `sale_by`, `allotment_date`, `confirmation_date`, `development_date`, `file_processing_date`, `registration_date`, `allotment_fee`, `confirmation_fee`, `booking_fee`, `development_fee`, `file_processing_fee`, `registration_fee`, `access_amount`, `cancel_date`) VALUES
(29, 29, 4836000, '2021-11-09', NULL, 0, 1, '2021-11-09 20:00:46', '2022-02-04 11:23:38', 725400, 483600, 3627000, 12, NULL, NULL, NULL, 4, 4836000, 'AAA_BC_0029', NULL, NULL, '2022-01-01', NULL, 5, 3, 3, 3, NULL, NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 0, 0, 0, 22, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, '2022-06-07'),
(30, 29, 5622000, '2021-11-10', NULL, 0, 1, '2021-11-09 20:02:41', '2022-05-12 11:08:24', 843300, 562200, 4216500, 6, NULL, NULL, NULL, 4, 5622000, 'AAA_BC_0030', NULL, NULL, NULL, NULL, 6, 1, 4, 2, '50024', NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 2, 0, 0, 22, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL),
(47, 29, 5316000, '2021-11-16', NULL, 0, 1, '2021-11-16 11:16:46', '2022-02-04 11:32:08', 797400, 531600, 3987000, 12, NULL, NULL, NULL, 4, 5316000, 'AAA_BC_0047', NULL, NULL, '2022-01-01', NULL, 7, 3, 7, 3, NULL, NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 0, 0, 0, 22, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, '2022-06-07'),
(48, 29, 5316000, '2021-11-18', '2021-11-17', 5000, 1, '2021-11-17 10:21:46', '2022-02-18 10:15:19', 796650, 531100, 3983256, 12, NULL, NULL, NULL, 4, 5311000, 'LG2838', NULL, NULL, NULL, NULL, 8, 1, 3, 2, '50010', NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 0, 0, 0, 22, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL),
(49, 29, 5622000, '2021-11-19', '2021-11-17', 0, 1, '2021-11-17 10:26:56', '2022-02-04 11:34:02', 843300, 562200, 4216500, 12, NULL, NULL, NULL, 4, 5622000, 'AAA_BC_0049', NULL, NULL, '2022-01-01', NULL, 9, 3, 1, 2, '50004', NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 0, 0, 0, 22, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL),
(50, 29, 5316000, '2021-11-19', '2021-11-17', 0, 1, '2021-11-17 10:29:40', '2022-03-02 06:17:31', 797400, 531600, 3987000, 12, NULL, NULL, NULL, 4, 5316000, 'AAA_BC_0050', NULL, NULL, '2021-11-18', NULL, 10, 1, 3, 2, '50017', NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 3, 0, 0, 22, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL),
(51, 1, 4428000, '2022-01-01', '2021-12-30', 0, 1, '2021-12-30 10:01:04', '2022-06-07 10:00:53', 664200, 442800, 3321000, 36, NULL, NULL, NULL, 4, 4428000, 'AAA_BC_0051', NULL, NULL, '2021-12-30', NULL, 12, 1, 1, 2, '50013', NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 2, 0, 0, 22, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL),
(52, 1, 5440500, '2022-02-24', '2022-02-24', 0, 1, '2022-02-24 12:23:17', '2022-07-19 08:14:43', 819847, 455470, 2732832, 36, NULL, NULL, NULL, 4, 5440500, 'AAA_BC_0052', NULL, NULL, '2022-02-24', 0, 5, 1, 2, 2, '50023', NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 1, 0, 0, 22, '2022-07-19', '2022-07-19', '2022-07-19', '2022-07-19', '2022-07-19', 91094, 91094, 91094, 91094, 91094, 91094, 0, NULL),
(54, 29, 5316000, '2022-03-18', '2022-03-18', 0, 1, '2022-03-18 09:30:13', '2022-07-19 07:12:09', 919742, 510968, 3065796, 36, NULL, NULL, NULL, 4, 5316000, 'AAA_BC_0054', NULL, NULL, '2022-07-18', 0, 4, 3, 2, 2, NULL, NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 0, 0, 0, 22, '2022-07-18', '2022-07-18', '2022-07-19', '2022-07-19', '2022-07-19', 204386, 0, 102194, 102194, 102194, 102194, 0, NULL),
(65, 29, 5980500, '2022-03-22', '2022-03-22', 0, 1, '2022-03-22 11:50:18', '2022-03-22 11:50:18', 1076490, 598050, 3588300, 36, NULL, NULL, NULL, 4, 5980500, NULL, NULL, NULL, '2022-03-22', 107649, 7, 1, 12, 1, NULL, NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 0, 0, 0, 22, '2022-03-22', '2022-03-22', '2022-03-22', '2022-03-22', '2022-03-22', 119610, 119610, 11961, 119610, 119610, 119610, 0, NULL),
(66, 29, 4483080, '2022-03-24', '2022-03-24', 0, 1, '2022-03-24 06:44:01', '2022-03-24 06:44:01', 806954, 448308, 2693448, 36, NULL, NULL, NULL, 4, 4489080, NULL, NULL, NULL, '2022-03-24', -3600, 11, 1, 13, 1, NULL, NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 0, 0, 0, 22, '2022-03-24', '2022-03-24', '2022-03-24', '2022-03-24', '2022-03-24', 89662, 89662, 89662, 89662, 89660, 89662, 6000, NULL),
(68, 30, 4483080, '2022-04-06', '2022-04-06', 0, 1, '2022-04-06 08:16:38', '2022-06-13 08:57:33', 15, 10, 50, 4, NULL, NULL, NULL, 4, 4931388, 'AAA_BC_0068', NULL, NULL, '2022-04-06', NULL, 13, 3, 2, 2, NULL, NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 0, 0, 0, 22, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL),
(69, 30, 1200000, '2022-05-30', '2022-05-30', 0, 1, '2022-05-30 09:38:43', '2022-05-30 09:38:43', 237600, 132000, 792000, 36, NULL, NULL, NULL, 4, 1320000, NULL, NULL, NULL, '2022-05-30', 0, 14, 1, 2, 1, NULL, NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 0, 0, 0, 22, '2022-05-30', '2022-05-30', '2022-05-30', '2022-05-30', '2022-05-30', 26400, 26400, 26400, 26400, 26400, 26400, NULL, NULL),
(71, 29, 60000, '2022-06-13', '2022-06-13', 0, 1, '2022-06-13 10:30:35', '2022-06-13 10:30:35', 11340, 6300, 37800, 36, NULL, NULL, NULL, 4, 63000, NULL, NULL, NULL, '2022-06-13', NULL, 15, 1, 1, 1, NULL, NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 0, 0, 0, 22, '2022-06-13', '2022-06-13', '2022-06-13', '2022-06-13', '2022-06-13', 1260, 1260, 1260, 1260, 1260, 1260, NULL, NULL),
(72, 30, 60000, '2022-07-04', '2022-07-04', 0, 1, '2022-07-04 06:20:19', '2022-07-04 06:20:19', 11880, 6600, 39600, 36, NULL, NULL, NULL, 4, 66000, NULL, NULL, NULL, '2022-07-04', 0, 16, 1, 2, 1, NULL, NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 0, 0, 0, 22, '2022-07-04', '2022-07-04', '2022-07-04', '2022-07-04', '2022-07-04', 1320, 1320, 1320, 1320, 1320, 1320, NULL, NULL),
(73, 31, 60000, '2022-07-04', '2022-07-04', 0, 1, '2022-07-04 07:08:49', '2022-07-04 07:35:12', 11880, 6600, 39600, 36, NULL, NULL, NULL, 4, 66000, NULL, NULL, NULL, '2022-07-04', 0, 17, 1, 2, 1, NULL, NULL, 0, NULL, NULL, 50, 50, 8, NULL, NULL, 1, 0, 0, 22, '2022-07-04', '2022-07-04', '2022-07-04', '2022-07-04', '2022-07-04', 1320, 1320, 1320, 1320, 1320, 1320, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `customer_property_full_payments`
--

CREATE TABLE `customer_property_full_payments` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_property_id` int(10) UNSIGNED NOT NULL,
  `total_amount` double DEFAULT NULL,
  `total_tenure` double DEFAULT NULL,
  `discount_percentage` double DEFAULT NULL,
  `return_tenure` double DEFAULT NULL,
  `discount_amount` double DEFAULT NULL,
  `deduction_amount` double 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 `customer_property_full_payment_statements`
--

CREATE TABLE `customer_property_full_payment_statements` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED NOT NULL,
  `property_id` int(10) UNSIGNED NOT NULL,
  `due_date` date NOT NULL,
  `due` double NOT NULL,
  `received` double DEFAULT '0',
  `balance` double DEFAULT NULL,
  `receipt_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `receipt_date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `payment_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `customer_property_partners`
--

CREATE TABLE `customer_property_partners` (
  `id` int(10) UNSIGNED NOT NULL,
  `property_id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `customer_property_taxes`
--

CREATE TABLE `customer_property_taxes` (
  `id` int(11) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `property_id` int(11) NOT NULL,
  `installment_id` int(11) NOT NULL,
  `tax` int(11) DEFAULT '0',
  `status` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `tax_pay_by` tinyint(1) DEFAULT NULL,
  `tax_payment_received` tinyint(1) DEFAULT NULL,
  `reference` varchar(100) DEFAULT NULL,
  `cpr` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `customer_property_taxes`
--

INSERT INTO `customer_property_taxes` (`id`, `customer_id`, `property_id`, `installment_id`, `tax`, `status`, `created_at`, `updated_at`, `tax_pay_by`, `tax_payment_received`, `reference`, `cpr`) VALUES
(1, 1, 51, 258, NULL, 0, '2022-02-04 13:47:55', '2022-02-04 13:47:55', NULL, NULL, NULL, NULL),
(2, 1, 51, 259, NULL, 0, '2022-02-04 13:47:55', '2022-02-04 13:47:55', NULL, NULL, NULL, NULL),
(3, 1, 51, 260, NULL, 0, '2022-02-04 13:47:55', '2022-02-04 13:47:55', NULL, NULL, NULL, NULL),
(4, 1, 51, 261, NULL, 0, '2022-02-04 13:47:55', '2022-02-04 13:47:55', NULL, NULL, NULL, NULL),
(5, 1, 51, 262, NULL, 0, '2022-02-04 13:47:55', '2022-02-04 13:47:55', NULL, NULL, NULL, NULL),
(6, 1, 51, 257, 0, 0, '2022-02-04 13:48:53', '2022-02-04 13:48:53', NULL, NULL, NULL, NULL),
(7, 1, 51, 323, NULL, 0, '2022-02-04 13:55:57', '2022-02-04 13:55:57', NULL, NULL, NULL, NULL),
(8, 1, 51, 263, NULL, 0, '2022-02-04 13:55:57', '2022-02-04 13:55:57', NULL, NULL, NULL, NULL),
(9, 1, 51, 264, NULL, 0, '2022-02-04 13:55:57', '2022-02-04 13:55:57', NULL, NULL, NULL, NULL),
(10, 1, 51, 265, NULL, 0, '2022-02-04 13:55:57', '2022-02-04 13:55:57', NULL, NULL, NULL, NULL),
(11, 1, 51, 266, NULL, 0, '2022-02-04 13:55:57', '2022-02-04 13:55:57', NULL, NULL, NULL, NULL),
(12, 1, 51, 267, NULL, 0, '2022-02-04 13:55:57', '2022-02-04 13:55:57', NULL, NULL, NULL, NULL),
(13, 1, 51, 268, NULL, 0, '2022-02-04 13:55:57', '2022-02-04 13:55:57', NULL, NULL, NULL, NULL),
(14, 1, 51, 325, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(15, 1, 51, 269, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(16, 1, 51, 270, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(17, 1, 51, 271, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(18, 1, 51, 272, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(19, 1, 51, 273, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(20, 1, 51, 274, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(21, 1, 51, 275, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(22, 1, 51, 276, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(23, 1, 51, 277, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(24, 1, 51, 278, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(25, 1, 51, 279, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(26, 1, 51, 280, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(27, 1, 51, 281, NULL, 0, '2022-02-04 13:58:21', '2022-02-04 13:58:21', NULL, NULL, NULL, NULL),
(28, 29, 48, 214, 0, 0, '2022-02-18 10:15:19', '2022-02-18 10:15:19', NULL, NULL, NULL, NULL),
(29, 1, 52, 329, NULL, 0, '2022-02-24 12:35:43', '2022-02-24 12:35:43', NULL, NULL, NULL, NULL),
(30, 1, 52, 329, NULL, 0, '2022-02-25 07:14:15', '2022-02-25 07:14:15', NULL, NULL, NULL, NULL),
(31, 1, 52, 366, NULL, 0, '2022-02-25 07:14:15', '2022-02-25 07:14:15', NULL, NULL, NULL, NULL),
(32, 1, 52, 330, NULL, 0, '2022-02-25 07:14:15', '2022-02-25 07:14:15', NULL, NULL, NULL, NULL),
(33, 1, 52, 331, NULL, 0, '2022-02-25 07:14:15', '2022-02-25 07:14:15', NULL, NULL, NULL, NULL),
(34, 1, 52, 332, NULL, 0, '2022-02-25 07:14:15', '2022-02-25 07:14:15', NULL, NULL, NULL, NULL),
(35, 1, 51, 324, 0, 1, '2022-03-02 05:19:09', '2022-03-02 05:20:27', NULL, NULL, '908456', '35-download.png'),
(36, 29, 50, 242, 0, 1, '2022-03-02 05:31:09', '2022-03-02 05:35:30', NULL, NULL, '39393', '36-download.png'),
(37, 29, 50, 369, 4000, 1, '2022-03-02 05:49:45', '2022-03-02 05:50:42', 1, 0, '564565', '37-download.png'),
(38, 1, 52, 367, 5000, 1, '2022-03-02 06:00:56', '2022-03-02 06:01:56', 2, 1, '766868', '38-Capture.PNG'),
(39, 29, 50, 370, 2000, 0, '2022-03-02 06:17:31', '2022-03-25 07:01:50', 1, 0, NULL, NULL),
(40, 1, 51, 326, 250, 0, '2022-03-03 08:08:55', '2022-03-25 07:00:35', 1, 0, NULL, NULL),
(41, 29, 30, 140, 871, 0, '2022-03-03 10:07:30', '2022-03-03 10:07:30', 2, 1, NULL, NULL),
(42, 1, 51, 373, 100, 0, '2022-03-03 11:00:41', '2022-03-03 11:00:41', 2, 1, NULL, NULL),
(43, 1, 51, 375, 4000, 0, '2022-03-04 05:49:07', '2022-03-25 07:02:27', 1, 1, NULL, NULL),
(44, 1, 51, 282, 4000, 0, '2022-03-04 05:49:07', '2022-03-04 05:49:07', 1, 0, NULL, NULL),
(45, 1, 51, 283, 4000, 0, '2022-03-04 05:49:07', '2022-03-04 05:49:07', 1, 0, NULL, NULL),
(46, 1, 51, 284, 4000, 0, '2022-03-04 05:49:07', '2022-03-04 05:49:07', 1, 0, NULL, NULL),
(47, 1, 51, 285, 4000, 0, '2022-03-04 05:49:07', '2022-03-04 05:49:07', 1, 0, NULL, NULL),
(48, 1, 51, 286, 4000, 0, '2022-03-04 05:49:07', '2022-03-04 05:49:07', 1, 0, NULL, NULL),
(49, 1, 51, 376, 2000, 0, '2022-03-04 10:03:50', '2022-03-04 10:03:50', 1, 0, NULL, NULL),
(50, 1, 51, 287, 2000, 0, '2022-03-04 10:03:50', '2022-03-04 10:03:50', 1, 0, NULL, NULL),
(51, 1, 51, 288, 2000, 0, '2022-03-04 10:03:50', '2022-03-04 10:03:50', 1, 0, NULL, NULL),
(52, 1, 51, 377, 50, 0, '2022-03-04 10:10:03', '2022-03-04 10:10:03', 1, 0, NULL, NULL),
(53, 1, 51, 378, 200, 0, '2022-03-04 10:26:08', '2022-03-04 10:26:08', 1, 0, NULL, NULL),
(54, 1, 51, 379, 294, 0, '2022-03-04 10:29:59', '2022-03-04 10:29:59', 1, 0, NULL, NULL),
(55, 1, 51, 380, 2000, 0, '2022-03-04 11:07:14', '2022-03-04 11:07:14', 1, 0, NULL, NULL),
(56, 1, 51, 289, 2000, 0, '2022-03-04 11:07:14', '2022-03-04 11:07:14', 1, 0, NULL, NULL),
(57, 1, 51, 290, 2000, 0, '2022-03-04 11:07:14', '2022-03-04 11:07:14', 1, 0, NULL, NULL),
(58, 1, 51, 291, 2000, 0, '2022-03-04 11:07:14', '2022-03-04 11:07:14', 1, 0, NULL, NULL),
(59, 1, 51, 381, 544, 0, '2022-03-04 11:12:31', '2022-03-04 11:12:31', 1, 0, NULL, NULL),
(60, 1, 51, 382, 1544, 0, '2022-03-04 11:17:07', '2022-03-04 11:17:07', 1, 0, NULL, NULL),
(61, 1, 51, 292, 1544, 0, '2022-03-04 11:17:07', '2022-03-04 11:17:07', 1, 0, NULL, NULL),
(62, 1, 51, 293, 1544, 0, '2022-03-04 11:17:07', '2022-03-04 11:17:07', 1, 0, NULL, NULL),
(63, 1, 51, 294, 1000, 0, '2022-03-04 11:20:15', '2022-03-04 11:20:15', 1, 0, NULL, NULL),
(68, 29, 54, 467, 4126, 0, '2022-03-21 11:49:09', '2022-03-21 11:49:09', 1, 0, NULL, NULL),
(69, 29, 54, 468, 4126, 0, '2022-03-21 11:49:09', '2022-03-21 11:49:09', 1, 0, NULL, NULL),
(70, 1, 52, 371, 0, 0, '2022-03-23 10:12:44', '2022-03-23 10:12:44', 1, 0, NULL, NULL),
(71, 29, 30, 374, 16012, 0, '2022-05-12 11:08:24', '2022-05-12 11:08:24', 1, 0, NULL, NULL),
(72, 29, 30, 256, 8133, 0, '2022-05-12 11:09:29', '2022-05-12 11:09:29', 1, 0, NULL, NULL),
(73, 1, 51, 373, 4428, 0, '2022-06-03 09:48:01', '2022-06-03 09:48:01', 2, 1, NULL, NULL),
(74, 1, 51, 376, 4428, 0, '2022-06-03 09:48:01', '2022-06-03 09:48:01', 2, 1, NULL, NULL),
(75, 1, 51, 287, 4428, 0, '2022-06-03 09:48:01', '2022-06-03 09:48:01', 2, 1, NULL, NULL),
(76, 1, 51, 288, 4428, 0, '2022-06-03 09:48:01', '2022-06-03 09:48:01', 2, 1, NULL, NULL),
(77, 1, 51, 377, 4428, 0, '2022-06-03 09:48:01', '2022-06-03 09:48:01', 2, 1, NULL, NULL),
(78, 1, 51, 378, 4428, 0, '2022-06-03 09:48:01', '2022-06-03 09:48:01', 2, 1, NULL, NULL),
(79, 1, 51, 379, 4428, 0, '2022-06-03 09:48:01', '2022-06-03 09:48:01', 2, 1, NULL, NULL),
(80, 1, 51, 380, 4428, 0, '2022-06-03 09:48:01', '2022-06-03 09:48:01', 2, 1, NULL, NULL),
(81, 1, 51, 289, 4428, 0, '2022-06-03 09:48:01', '2022-06-03 09:48:01', 2, 1, NULL, NULL),
(82, 1, 51, 290, 4428, 0, '2022-06-03 09:48:01', '2022-06-03 09:48:01', 2, 1, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `customer_requests`
--

CREATE TABLE `customer_requests` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `size` text COLLATE utf8mb4_unicode_ci,
  `floor` text COLLATE utf8mb4_unicode_ci,
  `approx_bugdet` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) 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 `customer_statements`
--

CREATE TABLE `customer_statements` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED DEFAULT NULL,
  `customer_property_id` int(10) UNSIGNED DEFAULT NULL,
  `payment_head` int(11) NOT NULL DEFAULT '1',
  `inst_no` varchar(11) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `due_date` date DEFAULT NULL,
  `due` double DEFAULT NULL,
  `received` double DEFAULT '0',
  `balance` double DEFAULT '0',
  `rcpt_no` text COLLATE utf8mb4_unicode_ci,
  `ref_no` text COLLATE utf8mb4_unicode_ci,
  `rcpt_date` date DEFAULT NULL,
  `rcpt_amount` double DEFAULT '0',
  `late_days` int(11) DEFAULT NULL,
  `surcharge` double DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `receipt_id` int(10) UNSIGNED DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `customer_statements`
--

INSERT INTO `customer_statements` (`id`, `customer_id`, `customer_property_id`, `payment_head`, `inst_no`, `due_date`, `due`, `received`, `balance`, `rcpt_no`, `ref_no`, `rcpt_date`, `rcpt_amount`, `late_days`, `surcharge`, `created_at`, `updated_at`, `receipt_id`, `is_deleted`) VALUES
(1, 29, 49, 1, '2-b', '2021-11-19', 443300, 0, 443300, NULL, NULL, NULL, 0, 174, 385671, '2021-12-23 12:36:49', '2022-05-12 11:17:16', NULL, 0),
(126, 29, 29, 1, '2', '2021-11-09', 725400, 0, 725400, NULL, NULL, NULL, 0, 184, 667368, '2021-11-09 20:00:46', '2022-05-12 11:17:16', NULL, 0),
(139, 29, 29, 2, '2', '2025-06-01', 483600, 0, 483600, NULL, NULL, NULL, 0, 0, 0, '2021-11-09 20:00:46', '2022-05-14 10:06:41', NULL, 0),
(140, 29, 30, 1, '2-a', '2021-11-10', 42683.9, 42683.9, 0, '50019', 'RC20', '2022-03-03', 42683.9, 113, 24116.4035, '2021-11-09 20:02:41', '2022-05-12 11:17:16', 20, 0),
(141, 29, 30, 3, '1-a', '2021-11-09', 150000, 150000, 0, '50003', 'RC4', '2021-12-18', 150000, 39, 29250, '2021-11-09 20:02:41', '2022-05-12 11:17:16', 4, 0),
(142, 29, 30, 3, '2', '2022-05-09', 702750, 0, 702750, NULL, NULL, NULL, 0, 3, 10541.25, '2021-11-09 20:02:41', '2022-05-12 11:17:16', NULL, 0),
(143, 29, 30, 3, '3', '2022-11-09', 702750, 0, 702750, NULL, NULL, NULL, 0, 0, 0, '2021-11-09 20:02:41', '2022-05-12 11:17:16', NULL, 0),
(144, 29, 30, 3, '4', '2023-05-09', 702750, 0, 702750, NULL, NULL, NULL, 0, 0, 0, '2021-11-09 20:02:41', '2022-05-12 11:17:17', NULL, 0),
(145, 29, 30, 3, '5', '2023-11-09', 702750, 0, 702750, NULL, NULL, NULL, 0, 0, 0, '2021-11-09 20:02:41', '2022-05-12 11:17:17', NULL, 0),
(146, 29, 30, 3, '6', '2024-05-09', 702750, 0, 702750, NULL, NULL, NULL, 0, 0, 0, '2021-11-09 20:02:41', '2022-05-12 11:17:17', NULL, 0),
(147, 29, 30, 2, '2', '2025-06-01', 562200, 0, 562200, NULL, NULL, NULL, 0, 0, 0, '2021-11-09 20:02:41', '2022-05-14 10:06:41', NULL, 0),
(200, 29, 47, 1, '2', '2021-11-16', 797400, 0, 797400, NULL, NULL, NULL, 0, 177, 705699, '2021-11-16 11:16:47', '2022-05-12 11:17:17', NULL, 0),
(213, 29, 47, 2, '2', '2025-06-01', 531600, 0, 531600, NULL, NULL, NULL, 0, 0, 0, '2021-11-16 11:16:47', '2022-05-14 10:06:41', NULL, 0),
(214, 29, 48, 1, '2-a', '2021-11-18', 200000, 200000, 0, '50010', 'RC10', '2022-02-18', 200000, 92, 92000, '2021-11-17 10:21:46', '2022-05-12 11:17:17', 10, 0),
(215, 29, 48, 3, '1', '2021-11-17', 331938, 0, 331938, NULL, NULL, NULL, 0, 176, 292105.44, '2021-11-17 10:21:46', '2022-05-12 11:17:17', NULL, 0),
(216, 29, 48, 3, '2', '2022-02-17', 331938, 0, 331938, NULL, NULL, NULL, 0, 84, 139413.96, '2021-11-17 10:21:46', '2022-05-12 11:17:17', NULL, 0),
(217, 29, 48, 3, '3', '2022-05-17', 331938, 0, 331938, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:21:46', '2022-05-12 11:17:17', NULL, 0),
(218, 29, 48, 3, '4', '2022-08-17', 331938, 0, 331938, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:21:46', '2022-05-12 11:17:17', NULL, 0),
(219, 29, 48, 3, '5', '2022-11-17', 331938, 0, 331938, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:21:46', '2022-05-12 11:17:17', NULL, 0),
(220, 29, 48, 3, '6', '2023-02-17', 331938, 0, 331938, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:21:46', '2022-05-12 11:17:17', NULL, 0),
(221, 29, 48, 3, '7', '2023-05-17', 331938, 0, 331938, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:21:46', '2022-05-12 11:17:17', NULL, 0),
(222, 29, 48, 3, '8', '2023-08-17', 331938, 0, 331938, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:21:46', '2022-05-12 11:17:17', NULL, 0),
(223, 29, 48, 3, '9', '2023-11-17', 331938, 0, 331938, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:21:46', '2022-05-12 11:17:17', NULL, 0),
(224, 29, 48, 3, '10', '2024-02-17', 331938, 0, 331938, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:21:46', '2022-05-12 11:17:17', NULL, 0),
(225, 29, 48, 3, '11', '2024-05-17', 331938, 0, 331938, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:21:46', '2022-05-12 11:17:17', NULL, 0),
(226, 29, 48, 3, '12', '2024-08-17', 331932, 0, 331932, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:21:47', '2022-05-12 11:17:17', NULL, 0),
(227, 29, 48, 2, '2', '2025-06-01', 531100, 0, 531100, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:21:47', '2022-05-14 10:06:41', NULL, 0),
(228, 29, 49, 1, '2-a', '2021-11-19', 400000, 400000, 0, '50004', 'RC0', '2021-12-24', 400000, 35, 70000, '2021-11-17 10:26:56', '2022-05-12 11:17:17', 0, 0),
(241, 29, 49, 2, '2', '2025-06-01', 562200, 0, 562200, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:26:56', '2022-05-14 10:06:41', NULL, 0),
(242, 29, 50, 1, '2-a', '2021-11-19', 400000, 400000, 0, '50014', 'RC14', '2022-03-02', 400000, 103, 206000, '2021-11-17 10:29:40', '2022-05-12 11:17:17', 14, 0),
(243, 29, 50, 3, '1', '2021-11-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 175, 290718.75, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(244, 29, 50, 3, '2', '2022-02-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 83, 137883.75, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(245, 29, 50, 3, '3', '2022-05-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(246, 29, 50, 3, '4', '2022-08-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(247, 29, 50, 3, '5', '2022-11-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(248, 29, 50, 3, '6', '2023-02-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(249, 29, 50, 3, '7', '2023-05-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(250, 29, 50, 3, '8', '2023-08-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(251, 29, 50, 3, '9', '2023-11-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(252, 29, 50, 3, '10', '2024-02-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(253, 29, 50, 3, '11', '2024-05-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(254, 29, 50, 3, '12', '2024-08-18', 332250, 0, 332250, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:29:40', '2022-05-12 11:17:17', NULL, 0),
(255, 29, 50, 2, '2', '2025-06-01', 531600, 0, 531600, NULL, NULL, NULL, 0, 0, 0, '2021-11-17 10:29:40', '2022-05-14 10:06:41', NULL, 0),
(256, 29, 30, 3, '1-b-a', '2021-11-09', 406651, 406651, 0, '50025', 'RC29', '2022-05-12', 406651, 184, 374118.92000000004, '2021-12-21 08:32:09', '2022-05-12 11:17:17', 29, 0),
(257, 1, 51, 1, '2-a', '2022-01-01', 500000, 500000, 0, '50007', 'RC7', '2022-02-04', 500000, 34, 85000, '2021-12-30 10:01:04', '2022-05-12 11:17:17', 7, 0),
(258, 1, 51, 3, '1', '2021-12-30', 92250, 92250, 0, '50006', 'RC6', '2022-01-10', 92250, 11, 5073.75, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 6, 0),
(259, 1, 51, 3, '2', '2022-01-30', 92250, 92250, 0, '50006', 'RC6', '2022-01-10', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 6, 0),
(260, 1, 51, 3, '3', '2022-03-02', 92250, 92250, 0, '50006', 'RC6', '2022-01-10', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 6, 0),
(261, 1, 51, 3, '4', '2022-04-02', 92250, 92250, 0, '50006', 'RC6', '2022-01-10', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 6, 0),
(262, 1, 51, 3, '5-a', '2022-05-02', 59000, 59000, 0, '50006', 'RC6', '2022-01-10', 59000, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 6, 0),
(263, 1, 51, 3, '6', '2022-06-02', 92250, 92250, 0, '50008', 'RC8', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 8, 0),
(264, 1, 51, 3, '7', '2022-07-02', 92250, 92250, 0, '50008', 'RC8', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 8, 0),
(265, 1, 51, 3, '8', '2022-08-02', 92250, 92250, 0, '50008', 'RC8', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 8, 0),
(266, 1, 51, 3, '9', '2022-09-02', 92250, 92250, 0, '50008', 'RC8', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 8, 0),
(267, 1, 51, 3, '10', '2022-10-02', 92250, 92250, 0, '50008', 'RC8', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 8, 0),
(268, 1, 51, 3, '11-a', '2022-11-02', 5500, 5500, 0, '50008', 'RC8', '2022-02-04', 5500, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 8, 0),
(269, 1, 51, 3, '12', '2022-12-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(270, 1, 51, 3, '13', '2023-01-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(271, 1, 51, 3, '14', '2023-02-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(272, 1, 51, 3, '15', '2023-03-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(273, 1, 51, 3, '16', '2023-04-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(274, 1, 51, 3, '17', '2023-05-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(275, 1, 51, 3, '18', '2023-06-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(276, 1, 51, 3, '19', '2023-07-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(277, 1, 51, 3, '20', '2023-08-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(278, 1, 51, 3, '21', '2023-09-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(279, 1, 51, 3, '22', '2023-10-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(280, 1, 51, 3, '23', '2023-11-02', 92250, 92250, 0, '50009', 'RC9', '2022-02-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(281, 1, 51, 3, '24-a', '2023-12-02', 39684, 39684, 0, '50009', 'RC9', '2022-02-04', 39684, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 9, 0),
(282, 1, 51, 3, '25', '2024-01-02', 92250, 92250, 0, '50021', 'RC23', '2022-03-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 23, 0),
(283, 1, 51, 3, '26', '2024-02-02', 92250, 92250, 0, '50021', 'RC23', '2022-03-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 23, 0),
(284, 1, 51, 3, '27', '2024-03-02', 92250, 92250, 0, '50021', 'RC23', '2022-03-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 23, 0),
(285, 1, 51, 3, '28', '2024-04-02', 92250, 92250, 0, '50021', 'RC23', '2022-03-04', 92250, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 23, 0),
(286, 1, 51, 3, '29-a', '2024-05-02', 13334, 13334, 0, '50021', 'RC23', '2022-03-04', 13334, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', 23, 0),
(287, 1, 51, 3, '30', '2024-06-02', 92250, 92250, 0, '50027', 'RC31', '2022-06-03', 92250, 0, 0, '2021-12-30 10:01:04', '2022-06-03 09:48:01', 31, 0),
(288, 1, 51, 3, '31-a', '2024-07-02', 28834, 28834, 0, '50027', 'RC31', '2022-06-03', 28834, 0, 0, '2021-12-30 10:01:04', '2022-06-03 09:48:01', 31, 0),
(289, 1, 51, 3, '32', '2024-08-02', 92250, 92250, 0, '50027', 'RC31', '2022-06-03', 92250, 0, 0, '2021-12-30 10:01:04', '2022-06-03 09:48:01', 31, 0),
(290, 1, 51, 3, '33-a', '2024-09-02', 77234, 77234, 0, '50027', 'RC31', '2022-06-03', 77234, 0, 0, '2021-12-30 10:01:04', '2022-06-03 09:48:01', 31, 0),
(291, 1, 51, 3, '34-a', '2024-10-02', 6484, 0, 6484, NULL, NULL, NULL, 0, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', NULL, 0),
(292, 1, 51, 3, '35', '2024-11-02', 92250, 0, 92250, NULL, NULL, NULL, 0, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', NULL, 0),
(293, 1, 51, 3, '36-a', '2024-12-02', 30784, 0, 30784, NULL, NULL, NULL, 0, 0, 0, '2021-12-30 10:01:04', '2022-05-12 11:17:18', NULL, 0),
(294, 1, 51, 2, '2-a', '2025-06-01', 100000, 0, 100000, NULL, NULL, NULL, 0, 0, 0, '2021-12-30 10:01:04', '2022-05-14 10:06:41', NULL, 0),
(295, 29, 29, 3, '1', '2022-03-01', 342550, 0, 342550, NULL, NULL, NULL, 0, 72, 123318, '2022-02-04 11:23:38', '2022-05-12 11:17:18', NULL, 0),
(296, 29, 29, 3, '2', '2022-06-01', 342550, 0, 342550, NULL, NULL, NULL, 0, 0, 0, '2022-02-04 11:23:38', '2022-05-12 11:17:18', NULL, 0),
(297, 29, 29, 3, '3', '2022-09-01', 342550, 0, 342550, NULL, NULL, NULL, 0, 0, 0, '2022-02-04 11:23:38', '2022-05-12 11:17:19', NULL, 0),
(298, 29, 29, 3, '4', '2022-12-01', 3808350, 0, 3808350, NULL, NULL, NULL, 0, 0, 0, '2022-02-04 11:23:38', '2022-05-12 11:17:19', NULL, 0),
(307, 29, 47, 3, '-1', '2022-01-01', 376550, 0, 376550, NULL, NULL, NULL, 0, 131, 246640.25, '2022-02-04 11:32:08', '2022-05-12 11:17:19', NULL, 0),
(308, 29, 47, 3, '0', '2022-02-01', 3388950, 0, 3388950, NULL, NULL, NULL, 0, 100, 1694475, '2022-02-04 11:32:08', '2022-05-12 11:17:19', NULL, 0),
(309, 29, 47, 3, '1', '2022-03-01', 376550, 0, 376550, NULL, NULL, NULL, 0, 72, 135558, '2022-02-04 11:32:08', '2022-05-12 11:17:19', NULL, 0),
(310, 29, 47, 3, '2', '2022-04-01', 376550, 0, 376550, NULL, NULL, NULL, 0, 41, 77192.75, '2022-02-04 11:32:08', '2022-05-12 11:17:19', NULL, 0),
(311, 29, 49, 3, '1', '2022-01-01', 435167, 0, 435167, NULL, NULL, NULL, 0, 131, 285034.385, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(312, 29, 49, 3, '2', '2022-02-01', 435167, 0, 435167, NULL, NULL, NULL, 0, 100, 217583.5, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(313, 29, 49, 3, '3', '2022-03-01', 435167, 0, 435167, NULL, NULL, NULL, 0, 72, 156660.12, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(314, 29, 49, 3, '4', '2022-04-01', 435167, 0, 435167, NULL, NULL, NULL, 0, 41, 89209.235, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(315, 29, 49, 3, '5', '2022-05-01', 435167, 0, 435167, NULL, NULL, NULL, 0, 11, 23934.185, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(316, 29, 49, 3, '6', '2022-06-01', 435167, 0, 435167, NULL, NULL, NULL, 0, 0, 0, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(317, 29, 49, 3, '7', '2022-07-01', 435167, 0, 435167, NULL, NULL, NULL, 0, 0, 0, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(318, 29, 49, 3, '8', '2022-08-01', 435167, 0, 435167, NULL, NULL, NULL, 0, 0, 0, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(319, 29, 49, 3, '9', '2022-09-01', 435167, 0, 435167, NULL, NULL, NULL, 0, 0, 0, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(320, 29, 49, 3, '10', '2022-10-01', 435167, 0, 435167, NULL, NULL, NULL, 0, 0, 0, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(321, 29, 49, 3, '11', '2022-11-01', 435167, 0, 435167, NULL, NULL, NULL, 0, 0, 0, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(322, 29, 49, 3, '12', '2022-12-01', 435163, 0, 435163, NULL, NULL, NULL, 0, 0, 0, '2022-02-04 11:34:02', '2022-05-12 11:17:19', NULL, 0),
(323, 1, 51, 3, '5-b', '2022-05-02', 33250, 33250, 0, '50008', 'RC8', '2022-02-04', 33250, 0, 0, '2022-02-04 13:47:55', '2022-05-12 11:17:19', 8, 0),
(324, 1, 51, 1, '2-b', '2022-01-01', 164200, 164200, 0, '50013', 'RC13', '2022-03-02', 164200, 60, 49260, '2022-02-04 13:48:53', '2022-05-12 11:17:19', 13, 0),
(325, 1, 51, 3, '11-b', '2022-11-02', 86750, 86750, 0, '50009', 'RC9', '2022-02-04', 86750, 0, 0, '2022-02-04 13:55:57', '2022-05-12 11:17:19', 9, 0),
(326, 1, 51, 3, '24-b-a', '2023-12-02', 25000, 25000, 0, '50018', 'RC19', '2022-03-02', 25000, 0, 0, '2022-02-04 13:58:21', '2022-05-12 11:17:19', 19, 0),
(327, 29, 48, 1, '2-b', '2021-11-18', 596650, 0, 596650, NULL, NULL, NULL, 0, 175, 522068.75, '2022-02-18 10:15:19', '2022-05-12 11:17:19', NULL, 0),
(328, 1, 52, 1, '2-a', '2022-02-24', 16075, 16075, 0, '50011', 'RC11', '2022-02-24', 16075, 0, 0, '2022-02-24 12:23:17', '2022-05-12 11:17:19', 11, 0),
(329, 1, 52, 3, '1-a', '2022-02-24', 16075, 16075, 0, '50012', 'RC12', '2022-02-25', 16075, 1, 80.375, '2022-02-24 12:23:17', '2022-05-12 11:17:19', 12, 0),
(330, 1, 52, 3, '2', '2022-03-24', 96720, 96720, 0, '50012', 'RC12', '2022-02-25', 96720, 0, 0, '2022-02-24 12:23:17', '2022-05-12 11:17:19', 12, 0),
(331, 1, 52, 3, '3', '2022-04-24', 96720, 96720, 0, '50012', 'RC12', '2022-02-25', 96720, 0, 0, '2022-02-24 12:23:17', '2022-05-12 11:17:19', 12, 0),
(332, 1, 52, 3, '4-a', '2022-05-24', 53173, 53173, 0, '50012', 'RC12', '2022-02-25', 53173, 0, 0, '2022-02-24 12:23:17', '2022-05-12 11:17:19', 12, 0),
(366, 1, 52, 3, '1-b', '2022-02-24', 80645, 80645, 0, '50012', 'RC12', '2022-02-25', 80645, 1, 403.225, '2022-02-24 12:35:43', '2022-05-12 11:17:20', 12, 0),
(367, 1, 52, 1, '2-b-a', '2022-02-24', 495000, 495000, 0, '50016', 'RC17', '2022-03-02', 495000, 6, 14850, '2022-02-25 06:57:50', '2022-05-12 11:17:20', 17, 0),
(369, 29, 50, 1, '2-b-a', '2021-11-19', 200000, 200000, 0, '50015', 'RC16', '2022-03-02', 200000, 103, 103000, '2022-03-02 05:31:09', '2022-05-12 11:17:20', 16, 0),
(370, 29, 50, 1, '2-b-b-a', '2021-11-19', 100000, 100000, 0, '50017', 'RC18', '2022-03-02', 100000, 103, 51500, '2022-03-02 05:49:45', '2022-05-12 11:17:20', 18, 0),
(371, 1, 52, 1, '2-b-b-a', '2022-02-24', 31388, 31388, 0, '50023', 'RC27', '2022-03-23', 31388, 27, 4237.38, '2022-03-02 06:00:56', '2022-05-12 11:17:20', 27, 0),
(372, 29, 50, 1, '2-b-b-b', '2021-11-19', 97400, 0, 97400, NULL, NULL, NULL, 0, 174, 84738, '2022-03-02 06:17:31', '2022-05-12 11:17:20', NULL, 0),
(373, 1, 51, 3, '24-b-b-a', '2023-12-02', 9900, 9900, 0, '50027', 'RC31', '2022-06-03', 9900, 0, 0, '2022-03-03 08:08:55', '2022-06-03 09:48:01', 31, 0),
(374, 29, 30, 1, '2-b-a', '2021-11-10', 800616, 800616, 0, '50024', 'RC28', '2022-05-12', 800616, 183, 732563.64, '2022-03-03 10:07:30', '2022-05-12 11:17:20', 28, 0),
(375, 1, 51, 3, '24-b-b-b', '2023-12-02', 17666, 17666, 0, '50021', 'RC23', '2022-03-04', 17666, 0, 0, '2022-03-03 11:00:41', '2022-05-12 11:17:20', 23, 0),
(376, 1, 51, 3, '29-b', '2024-05-02', 78916, 78916, 0, '50027', 'RC31', '2022-06-03', 78916, 0, 0, '2022-03-04 05:49:07', '2022-06-03 09:48:01', 31, 0),
(377, 1, 51, 3, '31-b-a', '2024-07-02', 5000, 5000, 0, '50027', 'RC31', '2022-06-03', 5000, 0, 0, '2022-03-04 10:03:50', '2022-06-03 09:48:01', 31, 0),
(378, 1, 51, 3, '31-b-b-a', '2024-07-02', 20000, 20000, 0, '50027', 'RC31', '2022-06-03', 20000, 0, 0, '2022-03-04 10:10:03', '2022-06-03 09:48:01', 31, 0),
(379, 1, 51, 3, '31-b-b-b-a', '2024-07-02', 29400, 29400, 0, '50027', 'RC31', '2022-06-03', 29400, 0, 0, '2022-03-04 10:26:08', '2022-06-03 09:48:01', 31, 0),
(380, 1, 51, 3, '31-b-b-b-b', '2024-07-02', 9016, 9016, 0, '50027', 'RC31', '2022-06-03', 9016, 0, 0, '2022-03-04 10:29:59', '2022-06-03 09:48:01', 31, 0),
(381, 1, 51, 3, '34-b-a', '2024-10-02', 54400, 0, 54400, NULL, NULL, NULL, 0, 0, 0, '2022-03-04 11:07:14', '2022-05-12 11:17:20', NULL, 0),
(382, 1, 51, 3, '34-b-b', '2024-10-02', 31366, 0, 31366, NULL, NULL, NULL, 0, 0, 0, '2022-03-04 11:12:31', '2022-05-12 11:17:20', NULL, 0),
(383, 1, 51, 3, '36-b', '2024-12-02', 61466, 0, 61466, NULL, NULL, NULL, 0, 0, 0, '2022-03-04 11:17:07', '2022-05-12 11:17:20', NULL, 0),
(384, 1, 51, 2, '2-b', '2025-06-01', 342800, 0, 342800, NULL, NULL, NULL, 0, 0, 0, '2022-03-04 11:20:15', '2022-05-14 10:06:41', NULL, 0),
(467, 29, 54, 8, '1', '2022-03-18', 106320, 106320, 0, '50022', 'RC26', '2022-03-21', 106320, 3, 1594.8000000000002, '2022-03-18 09:30:13', '2022-05-12 11:17:21', 26, 0),
(468, 29, 54, 9, '1-a', '2022-03-18', 100000, 100000, 0, '50022', 'RC26', '2022-03-21', 100000, 3, 1500, '2022-03-18 09:30:13', '2022-05-12 11:17:21', 26, 0),
(953, 29, 65, 1, '2', '2022-03-22', 1076490, 0, 1076490, NULL, NULL, NULL, 0, 51, 274504.95, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(954, 29, 65, 3, '1', '2022-03-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 51, 25417.125, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(955, 29, 65, 3, '2', '2022-04-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 20, 9967.5, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(956, 29, 65, 3, '3', '2022-05-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(957, 29, 65, 3, '4', '2022-06-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(958, 29, 65, 3, '5', '2022-07-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(959, 29, 65, 3, '6', '2022-08-22', 17941.5, 0, 17941.5, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(960, 29, 65, 3, '7', '2022-09-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(961, 29, 65, 3, '8', '2022-10-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(962, 29, 65, 3, '9', '2022-11-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(963, 29, 65, 3, '10', '2022-12-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(964, 29, 65, 3, '11', '2023-01-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(965, 29, 65, 3, '12', '2023-02-22', 17941.5, 0, 17941.5, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(966, 29, 65, 3, '13', '2023-03-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(967, 29, 65, 3, '14', '2023-04-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(968, 29, 65, 3, '15', '2023-05-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(969, 29, 65, 3, '16', '2023-06-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(970, 29, 65, 3, '17', '2023-07-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(971, 29, 65, 3, '18', '2023-08-22', 17941.5, 0, 17941.5, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(972, 29, 65, 3, '19', '2023-09-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(973, 29, 65, 3, '20', '2023-10-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(974, 29, 65, 3, '21', '2023-11-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(975, 29, 65, 3, '22', '2023-12-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(976, 29, 65, 3, '23', '2024-01-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(977, 29, 65, 3, '24', '2024-02-22', 17941.5, 0, 17941.5, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(978, 29, 65, 3, '25', '2024-03-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(979, 29, 65, 3, '26', '2024-04-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(980, 29, 65, 3, '27', '2024-05-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(981, 29, 65, 3, '28', '2024-06-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(982, 29, 65, 3, '29', '2024-07-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(983, 29, 65, 3, '30', '2024-08-22', 17941.5, 0, 17941.5, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(984, 29, 65, 3, '31', '2024-09-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(985, 29, 65, 3, '32', '2024-10-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(986, 29, 65, 3, '33', '2024-11-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(987, 29, 65, 3, '34', '2024-12-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(988, 29, 65, 3, '35', '2025-01-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(989, 29, 65, 3, '36', '2025-02-22', 17941.5, 0, 17941.5, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(990, 29, 65, 3, '37', '2025-03-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:22', NULL, 0),
(991, 29, 65, 3, '38', '2025-04-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:23', NULL, 0),
(992, 29, 65, 3, '39', '2025-05-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:23', NULL, 0),
(993, 29, 65, 3, '40', '2025-06-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:23', NULL, 0),
(994, 29, 65, 3, '41', '2025-07-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:23', NULL, 0),
(995, 29, 65, 3, '42', '2025-08-22', 99675, 0, 99675, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-12 11:17:23', NULL, 0),
(996, 29, 65, 2, '1', '2025-06-01', 598050, 0, 598050, NULL, NULL, NULL, 0, 0, 0, '2022-03-22 11:50:18', '2022-05-14 10:06:41', NULL, 0),
(997, 29, 65, 8, '1', '2022-03-22', 119610, 0, 119610, NULL, NULL, NULL, 0, 51, 30500.550000000003, '2022-03-22 11:50:18', '2022-05-12 11:17:23', NULL, 0),
(998, 29, 65, 9, '1', '2022-03-22', 119610, 0, 119610, NULL, NULL, NULL, 0, 51, 30500.550000000003, '2022-03-22 11:50:18', '2022-05-12 11:17:23', NULL, 0),
(999, 29, 65, 10, '1', '2022-03-22', 11961, 0, 11961, NULL, NULL, NULL, 0, 51, 3050.055, '2022-03-22 11:50:18', '2022-05-12 11:17:23', NULL, 0),
(1000, 29, 65, 11, '1', '2022-03-22', 119610, 0, 119610, NULL, NULL, NULL, 0, 51, 30500.550000000003, '2022-03-22 11:50:18', '2022-05-12 11:17:23', NULL, 0),
(1001, 29, 65, 12, '1', '2022-03-22', 119610, 0, 119610, NULL, NULL, NULL, 0, 51, 30500.550000000003, '2022-03-22 11:50:18', '2022-05-12 11:17:23', NULL, 0),
(1002, 29, 65, 13, '1', '2022-03-22', 119610, 0, 119610, NULL, NULL, NULL, 0, 51, 30500.550000000003, '2022-03-22 11:50:18', '2022-05-12 11:17:23', NULL, 0),
(1004, 29, 66, 1, '2', '2022-03-24', 806954, 0, 806954, NULL, NULL, NULL, 0, 49, 197703.73, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1005, 29, 66, 3, '1', '2022-03-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 49, 18330.41, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1006, 29, 66, 3, '2', '2022-04-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 18, 6733.620000000001, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1007, 29, 66, 3, '3', '2022-05-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1008, 29, 66, 3, '4', '2022-06-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1009, 29, 66, 3, '5', '2022-07-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1010, 29, 66, 3, '6', '2022-08-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1011, 29, 66, 3, '7', '2022-09-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1012, 29, 66, 3, '8', '2022-10-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1013, 29, 66, 3, '9', '2022-11-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1014, 29, 66, 3, '10', '2022-12-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1015, 29, 66, 3, '11', '2023-01-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1016, 29, 66, 3, '12', '2023-02-24', -1200, 0, -1200, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1017, 29, 66, 3, '13', '2023-03-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1018, 29, 66, 3, '14', '2023-04-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1019, 29, 66, 3, '15', '2023-05-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1020, 29, 66, 3, '16', '2023-06-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1021, 29, 66, 3, '17', '2023-07-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1022, 29, 66, 3, '18', '2023-08-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1023, 29, 66, 3, '19', '2023-09-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1024, 29, 66, 3, '20', '2023-10-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1025, 29, 66, 3, '21', '2023-11-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1026, 29, 66, 3, '22', '2023-12-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1027, 29, 66, 3, '23', '2024-01-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1028, 29, 66, 3, '24', '2024-02-24', -1200, 0, -1200, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1029, 29, 66, 3, '25', '2024-03-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:23', NULL, 0),
(1030, 29, 66, 3, '26', '2024-04-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1031, 29, 66, 3, '27', '2024-05-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1032, 29, 66, 3, '28', '2024-06-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1033, 29, 66, 3, '29', '2024-07-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1034, 29, 66, 3, '30', '2024-08-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1035, 29, 66, 3, '31', '2024-09-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1036, 29, 66, 3, '32', '2024-10-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1037, 29, 66, 3, '33', '2024-11-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1038, 29, 66, 3, '34', '2024-12-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1039, 29, 66, 3, '35', '2025-01-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1040, 29, 66, 3, '36', '2025-02-24', 4800, 0, 4800, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1041, 29, 66, 3, '37', '2025-03-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1042, 29, 66, 3, '38', '2025-04-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1043, 29, 66, 3, '39', '2025-05-24', 74818, 0, 74818, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1044, 29, 66, 2, '1', '2025-06-01', 448308, 0, 448308, NULL, NULL, NULL, 0, 0, 0, '2022-03-24 06:44:01', '2022-05-14 10:06:41', NULL, 0),
(1045, 29, 66, 8, '1', '2022-03-24', 89662, 0, 89662, NULL, NULL, NULL, 0, 49, 21967.19, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1046, 29, 66, 9, '1', '2022-03-24', 89662, 0, 89662, NULL, NULL, NULL, 0, 49, 21967.19, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1047, 29, 66, 10, '1', '2022-03-24', 89662, 0, 89662, NULL, NULL, NULL, 0, 49, 21967.19, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1048, 29, 66, 11, '1', '2022-03-24', 89662, 0, 89662, NULL, NULL, NULL, 0, 49, 21967.19, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1049, 29, 66, 12, '1', '2022-03-24', 89660, 0, 89660, NULL, NULL, NULL, 0, 49, 21966.7, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1050, 29, 66, 13, '1', '2022-03-24', 89662, 0, 89662, NULL, NULL, NULL, 0, 49, 21967.19, '2022-03-24 06:44:01', '2022-05-12 11:17:24', NULL, 0),
(1052, 30, 68, 1, '2', '2022-04-06', 4931388, 0, 4931388, NULL, NULL, NULL, 0, 36, 887649.8400000001, '2022-04-06 08:16:38', '2022-05-12 11:17:24', NULL, 0),
(1053, 29, 30, 1, '2-b-b', '2021-11-10', 0.09999999997671694, 0, 0.09999999997671694, NULL, NULL, NULL, 0, 183, 0.091499999978696, '2022-05-12 11:08:24', '2022-05-12 11:17:24', NULL, 0),
(1054, 29, 30, 3, '1-b-b', '2021-11-09', 146099, 0, 146099, NULL, NULL, NULL, 0, 184, 134411.08, '2022-05-12 11:09:29', '2022-05-12 11:17:24', NULL, 0),
(1055, 30, 69, 1, '2', '2022-05-30', 237600, 0, 237600, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1056, 30, 69, 3, '1', '2022-05-30', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1057, 30, 69, 3, '2', '2022-06-30', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1058, 30, 69, 3, '3', '2022-07-30', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1059, 30, 69, 3, '4', '2022-08-30', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1060, 30, 69, 3, '5', '2022-09-30', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1061, 30, 69, 3, '6', '2022-10-30', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1062, 30, 69, 3, '7', '2022-11-30', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1063, 30, 69, 3, '8', '2022-12-30', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1064, 30, 69, 3, '9', '2023-01-30', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1065, 30, 69, 3, '10', '2023-03-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1066, 30, 69, 3, '11', '2023-04-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1067, 30, 69, 3, '12', '2023-05-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1068, 30, 69, 3, '13', '2023-06-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1069, 30, 69, 3, '14', '2023-07-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1070, 30, 69, 3, '15', '2023-08-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1071, 30, 69, 3, '16', '2023-09-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1072, 30, 69, 3, '17', '2023-10-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1073, 30, 69, 3, '18', '2023-11-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1074, 30, 69, 3, '19', '2023-12-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1075, 30, 69, 3, '20', '2024-01-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1076, 30, 69, 3, '21', '2024-02-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1077, 30, 69, 3, '22', '2024-03-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1078, 30, 69, 3, '23', '2024-04-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1079, 30, 69, 3, '24', '2024-05-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1080, 30, 69, 3, '25', '2024-06-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1081, 30, 69, 3, '26', '2024-07-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1082, 30, 69, 3, '27', '2024-08-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1083, 30, 69, 3, '28', '2024-09-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1084, 30, 69, 3, '29', '2024-10-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1085, 30, 69, 3, '30', '2024-11-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1086, 30, 69, 3, '31', '2024-12-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1087, 30, 69, 3, '32', '2025-01-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1088, 30, 69, 3, '33', '2025-02-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1089, 30, 69, 3, '34', '2025-03-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1090, 30, 69, 3, '35', '2025-04-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1091, 30, 69, 3, '36', '2025-05-02', 22000, 0, 22000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1092, 30, 69, 2, '1', '2025-06-01', 132000, 0, 132000, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1093, 30, 69, 8, '1', '2022-05-30', 26400, 0, 26400, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1094, 30, 69, 9, '1', '2022-05-30', 26400, 0, 26400, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1095, 30, 69, 10, '1', '2022-05-30', 26400, 0, 26400, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1096, 30, 69, 11, '1', '2022-05-30', 26400, 0, 26400, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1097, 30, 69, 12, '1', '2022-05-30', 26400, 0, 26400, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1098, 30, 69, 13, '1', '2022-05-30', 26400, 0, 26400, NULL, NULL, NULL, 0, NULL, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', NULL, 0),
(1099, 1, 51, 3, '33-b', '2024-09-02', 15016, 0, 15016, NULL, NULL, NULL, 0, NULL, 0, '2022-06-03 09:48:01', '2022-06-03 09:48:01', NULL, 0),
(1144, 29, 71, 1, '2', '2022-06-13', 11340, 0, 11340, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1145, 29, 71, 3, '1', '2022-06-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1146, 29, 71, 3, '2', '2022-07-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1147, 29, 71, 3, '3', '2022-08-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1148, 29, 71, 3, '4', '2022-09-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1149, 29, 71, 3, '5', '2022-10-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1150, 29, 71, 3, '6', '2022-11-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1151, 29, 71, 3, '7', '2022-12-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1152, 29, 71, 3, '8', '2023-01-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1153, 29, 71, 3, '9', '2023-02-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1154, 29, 71, 3, '10', '2023-03-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1155, 29, 71, 3, '11', '2023-04-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1156, 29, 71, 3, '12', '2023-05-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1157, 29, 71, 3, '13', '2023-06-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1158, 29, 71, 3, '14', '2023-07-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1159, 29, 71, 3, '15', '2023-08-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1160, 29, 71, 3, '16', '2023-09-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1161, 29, 71, 3, '17', '2023-10-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1162, 29, 71, 3, '18', '2023-11-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1163, 29, 71, 3, '19', '2023-12-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1164, 29, 71, 3, '20', '2024-01-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1165, 29, 71, 3, '21', '2024-02-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1166, 29, 71, 3, '22', '2024-03-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1167, 29, 71, 3, '23', '2024-04-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1168, 29, 71, 3, '24', '2024-05-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1169, 29, 71, 3, '25', '2024-06-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1170, 29, 71, 3, '26', '2024-07-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1171, 29, 71, 3, '27', '2024-08-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1172, 29, 71, 3, '28', '2024-09-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1173, 29, 71, 3, '29', '2024-10-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1174, 29, 71, 3, '30', '2024-11-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1175, 29, 71, 3, '31', '2024-12-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1176, 29, 71, 3, '32', '2025-01-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1177, 29, 71, 3, '33', '2025-02-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1178, 29, 71, 3, '34', '2025-03-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1179, 29, 71, 3, '35', '2025-04-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1180, 29, 71, 3, '36', '2025-05-13', 1050, 0, 1050, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1181, 29, 71, 2, '2', '2025-06-01', 6300, 0, 6300, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1182, 29, 71, 8, '1', '2022-06-13', 1260, 0, 1260, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1183, 29, 71, 9, '1', '2022-06-13', 1260, 0, 1260, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1184, 29, 71, 10, '1', '2022-06-13', 1260, 0, 1260, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1185, 29, 71, 11, '1', '2022-06-13', 1260, 0, 1260, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1186, 29, 71, 12, '1', '2022-06-13', 1260, 0, 1260, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1187, 29, 71, 13, '1', '2022-06-13', 1260, 0, 1260, NULL, NULL, NULL, 0, NULL, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', NULL, 0),
(1188, 30, 72, 1, '2', '2022-07-04', 11880, 0, 11880, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1189, 30, 72, 3, '1', '2022-07-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1190, 30, 72, 3, '2', '2022-08-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1191, 30, 72, 3, '3', '2022-09-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1192, 30, 72, 3, '4', '2022-10-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1193, 30, 72, 3, '5', '2022-11-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1194, 30, 72, 3, '6', '2022-12-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1195, 30, 72, 3, '7', '2023-01-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1196, 30, 72, 3, '8', '2023-02-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1197, 30, 72, 3, '9', '2023-03-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1198, 30, 72, 3, '10', '2023-04-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1199, 30, 72, 3, '11', '2023-05-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1200, 30, 72, 3, '12', '2023-06-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1201, 30, 72, 3, '13', '2023-07-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1202, 30, 72, 3, '14', '2023-08-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1203, 30, 72, 3, '15', '2023-09-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1204, 30, 72, 3, '16', '2023-10-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1205, 30, 72, 3, '17', '2023-11-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1206, 30, 72, 3, '18', '2023-12-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1207, 30, 72, 3, '19', '2024-01-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1208, 30, 72, 3, '20', '2024-02-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1209, 30, 72, 3, '21', '2024-03-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1210, 30, 72, 3, '22', '2024-04-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1211, 30, 72, 3, '23', '2024-05-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1212, 30, 72, 3, '24', '2024-06-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1213, 30, 72, 3, '25', '2024-07-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1214, 30, 72, 3, '26', '2024-08-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1215, 30, 72, 3, '27', '2024-09-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1216, 30, 72, 3, '28', '2024-10-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1217, 30, 72, 3, '29', '2024-11-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1218, 30, 72, 3, '30', '2024-12-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1219, 30, 72, 3, '31', '2025-01-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0);
INSERT INTO `customer_statements` (`id`, `customer_id`, `customer_property_id`, `payment_head`, `inst_no`, `due_date`, `due`, `received`, `balance`, `rcpt_no`, `ref_no`, `rcpt_date`, `rcpt_amount`, `late_days`, `surcharge`, `created_at`, `updated_at`, `receipt_id`, `is_deleted`) VALUES
(1220, 30, 72, 3, '32', '2025-02-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1221, 30, 72, 3, '33', '2025-03-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1222, 30, 72, 3, '34', '2025-04-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1223, 30, 72, 3, '35', '2025-05-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1224, 30, 72, 3, '36', '2025-06-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1225, 30, 72, 2, '1', '2025-06-01', 6600, 0, 6600, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1226, 30, 72, 8, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1227, 30, 72, 9, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1228, 30, 72, 10, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1229, 30, 72, 11, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1230, 30, 72, 12, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1231, 30, 72, 13, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', NULL, 0),
(1232, 31, 73, 1, '2', '2022-07-04', 11880, 0, 11880, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1233, 31, 73, 3, '1', '2022-07-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1234, 31, 73, 3, '2', '2022-08-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1235, 31, 73, 3, '3', '2022-09-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1236, 31, 73, 3, '4', '2022-10-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1237, 31, 73, 3, '5', '2022-11-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1238, 31, 73, 3, '6', '2022-12-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1239, 31, 73, 3, '7', '2023-01-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1240, 31, 73, 3, '8', '2023-02-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1241, 31, 73, 3, '9', '2023-03-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1242, 31, 73, 3, '10', '2023-04-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1243, 31, 73, 3, '11', '2023-05-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1244, 31, 73, 3, '12', '2023-06-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1245, 31, 73, 3, '13', '2023-07-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1246, 31, 73, 3, '14', '2023-08-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1247, 31, 73, 3, '15', '2023-09-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1248, 31, 73, 3, '16', '2023-10-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1249, 31, 73, 3, '17', '2023-11-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1250, 31, 73, 3, '18', '2023-12-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1251, 31, 73, 3, '19', '2024-01-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1252, 31, 73, 3, '20', '2024-02-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1253, 31, 73, 3, '21', '2024-03-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1254, 31, 73, 3, '22', '2024-04-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1255, 31, 73, 3, '23', '2024-05-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1256, 31, 73, 3, '24', '2024-06-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1257, 31, 73, 3, '25', '2024-07-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1258, 31, 73, 3, '26', '2024-08-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1259, 31, 73, 3, '27', '2024-09-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1260, 31, 73, 3, '28', '2024-10-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1261, 31, 73, 3, '29', '2024-11-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1262, 31, 73, 3, '30', '2024-12-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1263, 31, 73, 3, '31', '2025-01-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1264, 31, 73, 3, '32', '2025-02-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1265, 31, 73, 3, '33', '2025-03-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1266, 31, 73, 3, '34', '2025-04-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1267, 31, 73, 3, '35', '2025-05-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1268, 31, 73, 3, '36', '2025-06-04', 1100, 0, 1100, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1269, 31, 73, 2, '1', '2025-06-01', 6600, 0, 6600, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1270, 31, 73, 8, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1271, 31, 73, 9, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1272, 31, 73, 10, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1273, 31, 73, 11, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1274, 31, 73, 12, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1275, 31, 73, 13, '1', '2022-07-04', 1320, 0, 1320, NULL, NULL, NULL, 0, NULL, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', NULL, 0),
(1356, 29, 54, 1, '2', '2022-07-19', 919742, 0, 919742, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1357, 29, 54, 3, '1', '2022-07-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1358, 29, 54, 3, '2', '2022-08-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1359, 29, 54, 3, '3', '2022-09-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1360, 29, 54, 3, '4', '2022-10-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1361, 29, 54, 3, '5', '2022-11-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1362, 29, 54, 3, '6', '2022-12-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1363, 29, 54, 3, '7', '2023-01-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1364, 29, 54, 3, '8', '2023-02-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1365, 29, 54, 3, '9', '2023-03-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1366, 29, 54, 3, '10', '2023-04-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1367, 29, 54, 3, '11', '2023-05-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1368, 29, 54, 3, '12', '2023-06-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1369, 29, 54, 3, '13', '2023-07-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1370, 29, 54, 3, '14', '2023-08-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1371, 29, 54, 3, '15', '2023-09-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1372, 29, 54, 3, '16', '2023-10-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1373, 29, 54, 3, '17', '2023-11-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1374, 29, 54, 3, '18', '2023-12-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1375, 29, 54, 3, '19', '2024-01-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1376, 29, 54, 3, '20', '2024-02-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1377, 29, 54, 3, '21', '2024-03-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1378, 29, 54, 3, '22', '2024-04-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1379, 29, 54, 3, '23', '2024-05-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1380, 29, 54, 3, '24', '2024-06-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1381, 29, 54, 3, '25', '2024-07-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1382, 29, 54, 3, '26', '2024-08-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1383, 29, 54, 3, '27', '2024-09-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1384, 29, 54, 3, '28', '2024-10-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1385, 29, 54, 3, '29', '2024-11-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1386, 29, 54, 3, '30', '2024-12-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1387, 29, 54, 3, '31', '2025-01-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1388, 29, 54, 3, '32', '2025-02-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1389, 29, 54, 3, '33', '2025-03-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1390, 29, 54, 3, '34', '2025-04-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1391, 29, 54, 3, '35', '2025-05-18', 85161, 0, 85161, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1392, 29, 54, 3, '36', '2025-06-18', 85173, 0, 85173, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1393, 29, 54, 2, '1', '2022-07-19', 510968, 0, 510968, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1394, 29, 54, 8, '1', '2022-07-18', 204386, 0, 204386, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1395, 29, 54, 9, '1', '2022-07-18', 0, 0, 0, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1396, 29, 54, 10, '1', '2022-07-19', 102194, 0, 102194, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1397, 29, 54, 11, '1', '2022-07-19', 102194, 0, 102194, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1398, 29, 54, 12, '1', '2022-07-19', 102194, 0, 102194, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1399, 29, 54, 13, '1', '2022-07-19', 102194, 0, 102194, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 07:12:09', '2022-07-19 07:12:09', NULL, 0),
(1400, 1, 52, 1, '2', '2022-02-25', 819847, 0, 819847, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1401, 1, 52, 3, '1', '2022-02-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1402, 1, 52, 3, '2', '2022-03-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1403, 1, 52, 3, '3', '2022-04-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1404, 1, 52, 3, '4', '2022-05-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1405, 1, 52, 3, '5', '2022-06-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1406, 1, 52, 3, '6', '2022-07-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1407, 1, 52, 3, '7', '2022-08-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1408, 1, 52, 3, '8', '2022-09-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1409, 1, 52, 3, '9', '2022-10-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1410, 1, 52, 3, '10', '2022-11-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1411, 1, 52, 3, '11', '2022-12-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1412, 1, 52, 3, '12', '2023-01-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1413, 1, 52, 3, '13', '2023-02-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1414, 1, 52, 3, '14', '2023-03-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1415, 1, 52, 3, '15', '2023-04-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1416, 1, 52, 3, '16', '2023-05-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1417, 1, 52, 3, '17', '2023-06-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1418, 1, 52, 3, '18', '2023-07-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:43', '2022-07-19 08:14:43', NULL, 0),
(1419, 1, 52, 3, '19', '2023-08-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1420, 1, 52, 3, '20', '2023-09-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1421, 1, 52, 3, '21', '2023-10-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1422, 1, 52, 3, '22', '2023-11-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1423, 1, 52, 3, '23', '2023-12-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1424, 1, 52, 3, '24', '2024-01-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1425, 1, 52, 3, '25', '2024-02-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1426, 1, 52, 3, '26', '2024-03-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1427, 1, 52, 3, '27', '2024-04-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1428, 1, 52, 3, '28', '2024-05-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1429, 1, 52, 3, '29', '2024-06-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1430, 1, 52, 3, '30', '2024-07-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1431, 1, 52, 3, '31', '2024-08-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1432, 1, 52, 3, '32', '2024-09-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1433, 1, 52, 3, '33', '2024-10-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1434, 1, 52, 3, '34', '2024-11-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1435, 1, 52, 3, '35', '2024-12-25', 75912, 0, 75912, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1436, 1, 52, 3, '36', '2025-01-25', 75903, 0, 75903, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1437, 1, 52, 2, '1', '2025-06-01', 455470, 0, 455470, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1438, 1, 52, 8, '1', '2022-07-19', 91094, 0, 91094, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1439, 1, 52, 9, '1', '2022-07-19', 91094, 0, 91094, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1440, 1, 52, 10, '1', '2022-02-25', 91094, 0, 91094, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1441, 1, 52, 11, '1', '2022-07-19', 91094, 0, 91094, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1442, 1, 52, 12, '1', '2022-07-19', 91094, 0, 91094, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0),
(1443, 1, 52, 13, '1', '2022-07-19', 91094, 0, 91094, NULL, NULL, NULL, 0, NULL, 0, '2022-07-19 08:14:44', '2022-07-19 08:14:44', NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `dealers`
--

CREATE TABLE `dealers` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `cnic` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` text COLLATE utf8mb4_unicode_ci,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `total_sale` double NOT NULL DEFAULT '0',
  `total_rebate` double NOT NULL DEFAULT '0',
  `total_paid_amount` double NOT NULL DEFAULT '0',
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `percentage` double(8,2) NOT NULL DEFAULT '0.00',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `city_id` int(10) UNSIGNED DEFAULT NULL,
  `dealer_type_id` int(10) UNSIGNED DEFAULT NULL,
  `parent_dealer` int(10) UNSIGNED DEFAULT NULL,
  `parent_dealer_percentage` double(8,2) DEFAULT NULL,
  `code` text COLLATE utf8mb4_unicode_ci,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `down_payment_rebate` float NOT NULL DEFAULT '50',
  `installment_rebate` float NOT NULL DEFAULT '50',
  `paid_installment_rebate` int(11) NOT NULL DEFAULT '8',
  `password` varchar(110) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `remember_token` varchar(110) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `rebate_in_percent` tinyint(4) DEFAULT '1',
  `is_filer` tinyint(1) DEFAULT '0',
  `ntn_number` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `dealers`
--

INSERT INTO `dealers` (`id`, `name`, `cnic`, `address`, `email`, `phone_number`, `total_sale`, `total_rebate`, `total_paid_amount`, `status`, `percentage`, `created_at`, `updated_at`, `city_id`, `dealer_type_id`, `parent_dealer`, `parent_dealer_percentage`, `code`, `is_deleted`, `down_payment_rebate`, `installment_rebate`, `paid_installment_rebate`, `password`, `remember_token`, `rebate_in_percent`, `is_filer`, `ntn_number`) VALUES
(4, 'Adnan', '37201-3926654-5', NULL, NULL, NULL, 108899356, 847724, 117683.9, 1, 5.00, '2021-11-09 04:43:02', '2022-07-04 07:08:49', 68, 1, NULL, NULL, '456', 0, 50, 50, 8, '$2y$10$aawhlkjoG.mP.zyJO68FtefcB2VNOroBmdCaE7TyaKnMySnv1XOmq', NULL, 1, 1, 'FG12459');

-- --------------------------------------------------------

--
-- Table structure for table `dealer_paid_rebates`
--

CREATE TABLE `dealer_paid_rebates` (
  `id` int(10) UNSIGNED NOT NULL,
  `dealer_id` int(10) UNSIGNED DEFAULT NULL,
  `amount` double DEFAULT NULL,
  `date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `property_id` int(11) DEFAULT NULL,
  `is_deleted` tinyint(4) NOT NULL DEFAULT '0',
  `account_id` int(11) DEFAULT NULL,
  `payment_method` int(11) DEFAULT NULL,
  `bank_name` text COLLATE utf8mb4_unicode_ci,
  `company_account` int(10) UNSIGNED DEFAULT NULL,
  `drawn_date` date DEFAULT NULL,
  `cheque_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `is_book` tinyint(1) NOT NULL DEFAULT '0',
  `tax_amount` double(8,2) NOT NULL DEFAULT '0.00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `dealer_received_amounts`
--

CREATE TABLE `dealer_received_amounts` (
  `id` int(10) UNSIGNED NOT NULL,
  `dealer_id` int(10) UNSIGNED NOT NULL,
  `customer_property_id` int(10) UNSIGNED NOT NULL,
  `payment_mode` int(11) NOT NULL DEFAULT '1',
  `bank_name` text COLLATE utf8mb4_unicode_ci,
  `cheque_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cheque_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `amount` double NOT NULL,
  `date` date NOT NULL,
  `note` text COLLATE utf8mb4_unicode_ci,
  `adjacement_type` int(11) DEFAULT NULL,
  `adjacement_detail` 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 `dealer_transactions`
--

CREATE TABLE `dealer_transactions` (
  `id` int(10) UNSIGNED NOT NULL,
  `product_id` int(10) UNSIGNED NOT NULL,
  `dealer_id` int(10) UNSIGNED DEFAULT NULL,
  `amount` double NOT NULL DEFAULT '0',
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_book` int(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `dealer_transactions`
--

INSERT INTO `dealer_transactions` (`id`, `product_id`, `dealer_id`, `amount`, `status`, `created_at`, `updated_at`, `is_book`) VALUES
(2, 68, 4, 0, 0, '2022-04-06 08:16:38', '2022-04-06 08:16:38', 0),
(3, 69, 4, 0, 0, '2022-05-30 09:38:43', '2022-05-30 09:38:43', 0),
(5, 71, 4, 3150, 0, '2022-06-13 10:30:35', '2022-06-13 10:30:35', 0),
(6, 72, 4, 0, 0, '2022-07-04 06:20:19', '2022-07-04 06:20:19', 0),
(7, 73, 4, 0, 0, '2022-07-04 07:08:49', '2022-07-04 07:08:49', 0);

-- --------------------------------------------------------

--
-- Table structure for table `dealer_types`
--

CREATE TABLE `dealer_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `dealer_types`
--

INSERT INTO `dealer_types` (`id`, `name`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Agent', 1, '2021-01-27 18:36:34', '2021-01-27 18:36:59'),
(2, 'Associate', 1, '2021-08-11 06:28:36', '2021-08-11 06:28:36');

-- --------------------------------------------------------

--
-- Table structure for table `departments`
--

CREATE TABLE `departments` (
  `id` int(10) UNSIGNED NOT NULL,
  `department_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `deleted_at` int(11) DEFAULT NULL,
  `role_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `departments`
--

INSERT INTO `departments` (`id`, `department_name`, `created_at`, `updated_at`, `status`, `deleted_at`, `role_id`) VALUES
(1, 'Construction', '2021-11-06 16:40:45', '2021-11-06 16:40:45', 1, NULL, 1),
(2, 'Admin', '2021-11-10 17:06:46', '2021-11-10 17:06:46', 1, NULL, 1),
(3, 'testing department', '2021-11-20 10:26:37', '2021-11-20 10:26:37', 1, NULL, 12),
(4, 'Pr Raiser', '2021-12-03 05:35:48', '2021-12-03 05:35:48', 1, NULL, 9),
(5, 'sale department', '2021-12-03 05:35:48', '2021-12-03 05:35:48', 1, NULL, 14);

-- --------------------------------------------------------

--
-- Table structure for table `depositor_banks`
--

CREATE TABLE `depositor_banks` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) 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 `depositor_banks`
--

INSERT INTO `depositor_banks` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'HBL', NULL, NULL),
(2, 'UBL', NULL, NULL),
(3, 'National Bank of Pakistan', NULL, NULL),
(5, 'The Bank of Khyber', NULL, NULL),
(6, 'The Bank of Punjab', NULL, NULL),
(9, 'Sindh Bank Limited', NULL, NULL),
(10, 'Zarai Tarqiati Bank Limited', NULL, NULL),
(11, 'MCB Bank Limited', NULL, NULL),
(16, 'JS Bank Limited', NULL, NULL),
(21, 'SILKBANK Limited', NULL, NULL),
(23, 'Meezan Bank Limited', NULL, NULL),
(24, 'Al-Baraka Bank (Pakistan) Limited', NULL, NULL),
(26, 'MCB Islamic Bank Limited', NULL, NULL),
(32, 'Allied Bank limited', NULL, NULL),
(33, 'Bank Al-Falah Limited', NULL, NULL),
(34, 'Bank Al-Habib Limited', NULL, NULL),
(35, 'Habib Metropolitan Bank Limited', NULL, NULL),
(37, 'Faysal Bank Limited', NULL, NULL),
(38, 'Askari Bank Limited', NULL, NULL),
(39, 'Standard Chartered Bank', NULL, NULL),
(40, 'Soneri Bank Limited', NULL, NULL),
(42, 'Summit Bank Limited', NULL, NULL),
(45, 'Bank Islami Pakistan Limited', NULL, NULL),
(47, 'Dubai Islamic Bank Pakistan', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `designations`
--

CREATE TABLE `designations` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `dnfbp`
--

CREATE TABLE `dnfbp` (
  `id` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `fname` varchar(50) NOT NULL,
  `cnic` varchar(50) NOT NULL,
  `district` varchar(50) NOT NULL,
  `province` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `dnfbp`
--

INSERT INTO `dnfbp` (`id`, `name`, `fname`, `cnic`, `district`, `province`) VALUES
(2, '  Zain Haider', 'Ahmad Nawaz', '3810481580749', 'Punjab', 'BHAKKAR'),
(3, ' Abdul Ghafoor', 'Muhammad Nazir ', '8210350884027', 'AJ&K', 'HAVELI'),
(4, 'Aamir Bilal alias Babu Jhangvee ', 'Muhammad Bilal ', '3640177467701', 'Punjab', 'PAKPATTAN'),
(5, 'Abbas', 'Mohammad Ali. ', '5440044885249', 'Balochistan', 'QUETTA'),
(6, 'Abdar Rehman ', 'Muhammad Yousaf', '3720139466545', 'Punjab', 'CHAKWAL'),
(7, 'Abdul Ahad', 'Muhammad Hussain', '1620223292179', 'KP', 'SWABI'),
(8, 'Abdul Aleem', 'Habib-ur-Rehman', '3230405368119', 'Punjab', 'Muzaffargarh'),
(9, 'Abdul Asghar Aziz ', 'Muhammad Azam Khan ', '3830260632903', 'Punjab', 'MIANWALI'),
(10, 'Abdul Azeem', 'Habib Mulla', '1530293896815', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(11, 'Abdul Aziz', 'Deen Muhammad ', '3310060613503', 'Punjab', 'FAISALABAD'),
(12, 'Abdul Aziz ', 'Abdul Rasheed ', '3810236348825', 'Punjab', 'BHAKKAR'),
(13, 'Abdul Aziz Faisal', 'Muhammad Suleman', '3710303276027', 'Punjab', 'ATTOCK'),
(14, 'Abdul Badi', 'Abdul Hayi', '4540226369835', 'Punjab', 'BAHAWALNAGAR'),
(15, 'Abdul basit ', 'Allah bakhash', '3320353463967', 'Punjab', 'Jhang'),
(16, 'Abdul Basit', 'Ghulam Hussain', '3230391070849', 'Punjab', 'Muzaffargarh'),
(17, 'Abdul Basit ', 'Ain Ullah ', '4240165931273', 'Sindh', 'Karachi'),
(18, 'Abdul Basit Nizami', 'Abdul Wahid', '3110416529505', 'Punjab', 'BAHAWALNAGAR'),
(19, 'Abdul Ghaffar ', 'Ali Muhammad ', '3630275529953', 'Punjab', 'MULTAN'),
(20, 'Abdul Ghaffar ', 'Jameel Ahmad ', '3410185992463', 'Punjab', 'GUJRANWALA'),
(21, 'Abdul Ghaffar', 'Ghullam Sarwer', '3320247438725', 'Punjab', 'Jhang'),
(22, 'Abdul Ghaffar ', 'Ilam Din ', '3410143162069', 'Punjab', 'GUJRANWALA'),
(23, 'Abdul Ghaffar ', 'Muhammad Urus ', '4340203958225', 'Sindh', 'KAMBAR SHAHDADKOT'),
(24, 'Abdul Ghaffar  ', 'Muhammad Mukhtiar', '3120434228149', 'Punjab', 'BAHAWALPUR'),
(25, 'Abdul Ghaffar alias Ghaffri ', 'Sher Shah ', '3310094453975', 'Punjab', 'CHAKWAL'),
(26, 'Abdul Ghafoor', 'Sheikh Noor Muhammad', '3320248734053', 'Punjab', 'Jhang'),
(27, 'Abdul Ghafoor Abid', 'Ali Muhammad', '3220216810765', 'Punjab', 'LAYYAH'),
(28, 'Abdul Ghafoor Haqani', 'Ghulam Shabbir', '3810106878767', 'Punjab', 'BHAKKAR'),
(29, 'Abdul Ghafoor Shah', 'Sahib Shah', '3230166745113', 'Punjab', 'Muzaffargarh'),
(30, 'Abdul Ghafoor Tabani ', 'Muhammad Nazir  ', '8120269022711', 'AJ&K', 'KOTLI'),
(31, 'Abdul Hafeez', 'Mian Alam', '3420103737425', 'Punjab', 'GUJRAT'),
(32, 'Abdul Hafeez', 'Abdul Aziz', '3830187839633', 'Punjab', 'Mianwali'),
(33, 'Abdul Hafeez', 'Muhammad Ibrahim', '3540416062129', 'Punjab', 'Sheikhupura'),
(34, 'Abdul Hafeez Raza ', 'Abdul Rasheed Gujjar ', '3110311500407', 'Punjab', 'BAHAWALNAGAR'),
(35, 'Abdul Hakeem ', 'Ahmed Caste Nasar Zahri Caste Zakri', '5650348384365', 'Balochistan', 'ZHOB'),
(36, 'Abdul Haleem', 'Ilam Din', '3540148953461', 'Punjab', 'Sheikhupura'),
(37, 'Abdul Haleem @ Saifullah ', 'Muhammad Razzaq (Haleem)', '4240184637399', 'Sindh', 'Karachi'),
(38, 'Abdul Hameed ', 'Janan Kashmiri', '', 'Sindh', ''),
(39, 'Abdul Hameed', 'Muhammad Yousaf', '3320308396977', 'Punjab', 'Jhang'),
(40, 'Abdul Hameed', 'Bagh Ali', '3630246141029', 'Punjab', 'MULTAN'),
(41, 'Abdul Hameed', 'Muhammad Nawaz', '4250114449559', 'Punjab', 'RAJANPUR'),
(42, 'Abdul Hameed', 'Haji Tilan ', '3240462832361', 'Punjab', 'RAJANPUR'),
(43, 'Abdul Hameed', 'Hameed Gul', '1430143617655', 'KP', 'KOHAT'),
(44, 'Abdul Hameed ', 'Abdul Ghafoor ', '5160211409965', 'Balochistan', 'QUETTA'),
(45, 'Abdul Hameed alias Abu Dajana', 'ABDUL MAJEED ', '3220390658069', 'Punjab', 'LAYYAH'),
(46, 'Abdul Hameed Bugti', 'Ali Murad Bugti', '0000000000005', 'Sindh', 'KARACHI SOUTH'),
(47, 'Abdul Hameed Khalid', 'Khalil', '3810247160353', 'Punjab', 'BHAKKAR'),
(48, 'Abdul Hameed Khan', 'Rahim Bakhsh ', '3120102813963', 'Punjab', 'BAHAWALPUR'),
(49, 'Abdul Hanan ', 'Muhammad Sardar', '3660128812233', 'Punjab', 'VEHARI'),
(50, 'Abdul Hanan alias Sheikh Hanan', 'Abdul Waheed ', '3230443831503', 'Punjab', 'BAHAWALPUR'),
(51, 'Abdul Hanan Farooqi ', 'Salabit Ali ', '3330394233387', 'Punjab', 'TOBA TEK SINGH'),
(52, 'Abdul Haq', 'Taj Muhammad/Haji', '1730119767069', 'KP', 'PESHAWAR'),
(53, 'Abdul Islam', 'Akhtar Ali', '3110416954291', 'Punjab', 'BAHAWALNAGAR'),
(54, 'Abdul Jabbar', 'Muhammad yousaf', '3460284918843', 'Punjab', 'Sialkot'),
(55, 'Abdul Jabbar ', 'Ahmad Ali ', '3310028671433', 'Punjab', 'FAISALABAD'),
(56, 'Abdul Jabbar', 'Abdul Khaliq', '3610297550021', 'Punjab', 'KHANEWAL'),
(57, 'ABDUL JABBAR', 'MIAN MUHAMMAD HUSSAIN', '3420233630033', 'Punjab', 'GUJRAT'),
(58, 'Abdul Jabbar', 'Hakim Ali Mallah', '4530471615359', 'Sindh', 'N-Feroze'),
(59, 'Abdul Jabbar ', 'Sher Shah ', '3310038471557', 'Punjab', 'CHAKWAL'),
(60, 'Abdul Jabbar', 'Abdul Ghafoor', '3240341783017', 'Punjab', 'RAJANPUR'),
(61, 'Abdul Jalil', 'Kechi Khan', '5440012024887', 'Balochistan', 'QUETTA'),
(62, 'Abdul kabeer', 'Ghullam Shabir', '3320274623087', 'Punjab', 'Jhang'),
(63, 'Abdul Karam ', 'Gul', '1111111111110', 'KP', 'PESHAWAR'),
(64, 'ABDUL KAREEM', 'KHUDA BAKHSH', '3220280631795', 'Punjab', 'Layyah'),
(65, 'Abdul Kareem alias Asad (Chohan)', 'Muhammad Hafeez', '3650169802817', 'Punjab', 'SAHIWAL'),
(66, 'Abdul Kareem alias Bagu ', 'Malik Muhammad Musa ', '3120103552155', 'Punjab', 'BAHAWALPUR'),
(67, 'Abdul karim ', 'Abdul Sattar (late) ', '3240214531357', 'Punjab', 'RAJANPUR'),
(68, 'Abdul Khaliq ', 'Ahmed Khan ', '3310502911799', 'Punjab', 'FAISALABAD'),
(69, 'Abdul Khaliq', 'Mian Muhammad', '6110142161485', 'Punjab', 'ATTOCK'),
(70, 'Abdul Khaliq ', ' Abdul Ur Rehman', '8230107943359', 'AJ&K', 'Kot Kuian Abbaspur, Poonch'),
(71, 'Abdul lateef', 'Chauhdary Muhammad Sidique', '3320268796295', 'Punjab', 'Jhang'),
(72, 'Abdul Lateef Lashari', 'Piyara Khan Lashari', '5340333762323', 'Balochistan', 'JAFFARABAD'),
(73, 'Abdul Latif ', 'Muhammad ', '3110185982115', 'Punjab', 'BAHAWALNAGAR'),
(74, 'Abdul Latif alias Abdul Latif  ', 'Nizam Ul Din', '3630293288803', 'Punjab', 'MULTAN'),
(75, 'Abdul Latif Tariq ', 'Muhammad Din ', '3730122469713', 'Punjab', 'JHELUM'),
(76, 'Abdul Majeed ', 'Lal Khan', '3210209199605', 'Punjab', 'DERA GHAZI KHAN'),
(77, 'ABDUL MAJEED', 'ABDUL RASHEED', '3220209649867', 'Punjab', 'LAYYAH'),
(78, 'Abdul Majeed ', 'Muhammad Yusuf', '1310164241659', 'Punjab', 'Gujrat'),
(79, 'Abdul Majeed ', 'Abdul Salam', '5621038467033', 'Balochistan', 'KILLA SAIFULLAH'),
(80, 'Abdul Majeed ', 'Muhammad Yousaf', '1310164244659', 'Punjab', 'GUJRAT'),
(81, 'Abdul Majeed', 'Allah Ditta', '3810261319559', 'Punjab', 'BHAKKAR'),
(82, 'Abdul Majeed @ Javed ', 'Abdul Malik Brohi', '4330490512693', 'Sindh', 'Shikarpur'),
(83, 'Abdul Majeed Sajid', 'Ghulam Haider', '3320199491083', 'Punjab', 'CHINIOT'),
(84, 'Abdul Majid ', 'Muhammad Hanif Anwar ', '3410352991651', 'Punjab', 'GUJRANWALA'),
(85, 'Abdul Majid alias Saad Ullah', 'Jan Muhammad', '3530232262661', 'Punjab', 'OKARA'),
(86, 'Abdul Manan', 'Muhammad Afzal', '3520247249315', 'Punjab', 'LAHORE'),
(87, 'Abdul Manan', 'Abdul Aziz', '3630269320369', 'Punjab', 'MULTAN'),
(88, 'Abdul Mateen ', 'Abdul Hameed Khan ', '3210227021661', 'Punjab', 'DERA GHAZI KHAN'),
(89, 'Abdul Mateen', 'Gul', '1570444343623', 'KP', 'UPPER DIR (AT DIR)'),
(90, 'Abdul Matin ', 'Abdul Raheem ', '3450247197315', 'Punjab', 'Narowal'),
(91, 'Abdul Maula', 'Syed Sharif', '1540289118247', 'KP', 'MALAKAND P.A.'),
(92, 'Abdul Qadeer ', 'Abdul Rehman ', '4130374333995', 'Sindh', 'Hyderabad'),
(93, 'Abdul Qadeer alias Sheikh ', 'Sheikh Abdullah', '3740579843871', 'Punjab', 'RAWALPINDI'),
(94, 'Abdul Qadeer Khalti ', 'Sher Muhammad', '3240391285837', 'Punjab', 'RAJANPUR'),
(95, 'Abdul Qadoos Nadeem ', ' Ahsan-ul-Haq', '3320313589105', 'Punjab', 'JHANG'),
(96, 'Abdul Qadus', 'Abdul Wahid', '5170103396819', 'Balochistan', 'WASHUK'),
(97, 'Abdul Qayoom', 'Sher jan', '1710103992313', 'Sindh', 'KAMBAR SHAHDADKOT'),
(98, 'Abdul Qayoum ', 'Abdul Haq', 'NIL', 'Sindh', 'Hyderabad'),
(99, 'Abdul Qayum', 'Gul Zada', '1530586034943', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(100, 'Abdul Qayyum', 'Muhammad Siddique', '3720360483793', 'Punjab', 'CHAKWAL'),
(101, 'Abdul Qayyum', 'Muhammad Inayat', '3710407572473', 'Punjab', 'Attock    '),
(102, 'Abdul Qayyum Chohan ', 'Manzoor Ahmed ', '3460297394857', 'Punjab', 'SIALKOT'),
(103, 'Abdul Qayyum Usmani ', 'Imam Bakhsh ', '3810271630553', 'Punjab', 'BHAKKAR'),
(104, 'Abdul Raheem ', 'Abdul Qadir', '3660213853745', 'Punjab', 'VEHARI'),
(105, 'Abdul Rahim', 'Nawaz Mir Wali', '1410191045365', 'KP', 'Hangu'),
(106, 'Abdul Rasheed ', 'Ch. Abdul Latif ', '3410249729783', 'Punjab', 'GUJRANWALA'),
(107, 'Abdul Rasheed alias Kutian Wala ', 'Abdul Rehman ', '3530227979275', 'Punjab', 'OKARA'),
(108, 'Abdul Rasheed alias Peer Jee ', 'Dost Muhammad ', '3130161104227', 'Punjab', 'RAHIM YAR KHAN'),
(109, 'Abdul Rasheed Shah ', 'Abdullah Shah Bukhari', '4550436797357', 'Sindh', 'Sukkur'),
(110, 'ABDUL RAUF', 'MUHAMMAD ALI', '3630266591243', 'Punjab', 'Multan'),
(111, 'Abdul Rauf alias Doctor ', 'Allah Ditta Khan ', '3240368996787', 'Punjab', 'RAJANPUR'),
(112, 'Abdul Rauf alias Rofi ', 'Gull Ahmad Shah ', '3120195572519', 'Punjab', 'BAHAWALPUR'),
(113, 'Abdul Rauf Asghar ', 'Allah Bakhsh Sabir ', '3120267899419', 'Punjab', 'BAHAWALPUR'),
(114, 'Abdul Rauf Nizami ', 'Muhammad Abdullah Nizami', '8220309539299', 'AJ&K', 'MUZAFFARABAD'),
(115, 'Abdul Razaq', 'Abdul Ghafoor', '1540225329295', 'KP', 'MALAKAND P.A.'),
(116, 'Abdul Raziq', 'Abdul Jabbar', '1210111140677', 'KP', 'DERA ISMAIL KHAN'),
(117, 'Abdul Raziq', 'Sikandar Shah', '1610111582481', 'KP', 'MARDAN'),
(118, 'Abdul razzaq', 'Muhammad Hussain', '3320314285209', 'Punjab', 'Jhang'),
(119, 'Abdul Razzaq ', 'Muhammad Ismail Panhwar', '4540135201729', 'Sindh', ''),
(120, 'Abdul Razzaq ', 'Mukhtar Ahmed', '4210115098729', 'Sindh', 'Karachi'),
(121, 'Abdul Razzaq', 'Muhammad Khan', '1540257041987', 'KP', 'MALAKAND P.A.'),
(122, 'Abdul Razzaq ', 'Abdul Rehman ', '3810160651693', 'Punjab', 'BHAKKAR'),
(123, 'Abdul Rehman', 'Wazir Ahmed Tahir', '3840320506127', 'Punjab', 'SARGODHA'),
(124, 'Abdul Rehman ', 'Abdul Hameed ', '3240271987885', 'Punjab', 'RAJANPUR'),
(125, 'Abdul Rehman ', 'Patay Ullah Khan ', '3840177568133', 'Punjab', 'CHAKWAL'),
(126, 'Abdul Rehman', 'Rorai', '1530713681769', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(127, 'Abdul Rehman', 'Badshah Rehman', '1530476050609', 'KP', 'Dir Lower'),
(128, 'Abdul Rehman', 'Bakht Zaib Bacha', '1530787564025', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(129, 'Abdul Rehman', 'Amir Khan', '1620193952989', 'KP', 'SWABI'),
(130, 'Abdul Rehman ', 'Gul Nawaz', '2170556512019', 'Sindh', 'Karachi'),
(131, 'Abdul Rehman ', 'Rasheed Ahmad ', '3320371645081', 'Punjab', 'FAISALABAD'),
(132, 'Abdul Rehman ', 'Abdul Shakoor ', '3310280324005', 'Punjab', 'FAISALABAD'),
(133, 'Abdul Rehman ', 'Muhammad Ramzan ', '3320267483611', 'Punjab', 'RAWALPINDI'),
(134, 'Abdul Rehman ', 'Abdul Hameed ', '3120102903865', 'Punjab', 'BAHAWALPUR'),
(135, 'Abdul Rehman', 'Noor Muhammad', '3540116384153', 'Punjab', 'Sheikhupura'),
(136, 'Abdul Rehman @ Ibrahim ', 'Habib ur Rehman ', 'NIL', 'Sindh', 'Karachi'),
(137, 'Abdul Rehman Abid', 'Muhammad Shareef', '3330120782383', 'Punjab', 'Sheikhupura'),
(138, 'Abdul Rehman alias Manna ', 'Khushi Muhammad', '3120570621759', 'Punjab', 'BAHAWALPUR'),
(139, 'Abdul Rehman alias Rehmani', 'ABDUL SHAKOOR', '3220274638329', 'Punjab', 'LAYYAH'),
(140, 'Abdul Rehman Nasir Caste Raja', 'Raja Nasir Nawaz', '3730156181161', 'Punjab', 'JHELUM'),
(141, 'Abdul Saboor Shakir ', 'Muhammad Aziz ', '3310627363805', 'Punjab', 'TOBA TEK SINGH'),
(142, 'Abdul Saeed', 'Dost Muhammad', '1530585643919', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(143, 'Abdul Salaam', 'Muhib Ullah (Ghareeb Ullah)', '1570174089677', 'KP', 'Dir Upper'),
(144, 'Abdul Salam', 'Muhammad Bakhsh', '3620209196933', 'Punjab', 'LODHRAN'),
(145, 'Abdul Salam', 'Muhammad Yousaf', '3460229127191', 'Punjab', 'Sialkot'),
(146, 'Abdul Salam ', 'Hafiz Muhammad Abu Al-Qasim', '3530183876747', 'Punjab', 'SHEIKHUPURA'),
(147, 'Abdul Salik (alias Abdul Malik)', 'Abdul Hakeem Khan', '8240155815169', 'AJ&K', 'SUDHNOTI'),
(148, 'Abdul Samad', 'Muhammad Amin', '3540453357213', 'Punjab', 'Sheikhupura'),
(149, 'Abdul Samad', 'Abdul Salam', '1330249184593', 'KP', 'HARIPUR'),
(150, 'Abdul Samad alias Abdul Qahar ', 'Mouj Ali', '3420214046047', 'Punjab', 'RAJANPUR'),
(151, 'Abdul Sami', 'Mian Allah Bakhsh', '3230433351699', 'Punjab', 'MUZAFFARGARH'),
(152, 'Abdul Sami @ Abdul Samad ', 'Samiullah', '2170584649159', 'Sindh', 'Karachi'),
(153, 'Abdul Sami Yasir alias Ubaid Caste Thaheem', 'Abdul Rehman', '3120267326787', 'Punjab', 'BAHAWALPUR'),
(154, 'Abdul Sattar', 'Haji Yar Muhammad', '3210380441065', 'Punjab', 'DERA GHAZI KHAN'),
(155, 'Abdul Sattar ', 'Sufi Allah Ditta ', '3460233094959', 'Punjab', 'SIALKOT'),
(156, 'Abdul Sattar', 'Muhammad Ali', '3540416369739', 'Punjab', 'Sheikhupura'),
(157, 'Abdul Sattar', 'Ghullam Rasool', '3320314041115', 'Punjab', 'JHANG'),
(158, 'Abdul Sattar', 'hafiz Ahmed Din', '3320403397933', 'Punjab', 'Jhang'),
(159, 'Abdul Sattar ', 'Muhammad Hussain ', '3210343848541', 'Punjab', 'DERA GHAZI KHAN'),
(160, 'Abdul Sattar alias Pammi', 'Abdul Khaliq', '3610257636161', 'Punjab', 'KHANEWAL'),
(161, 'Abdul Shakoor', 'Muhammad Yousaf', '3610227241803', 'Punjab', 'Khanewal'),
(162, 'Abdul Shakoor ', 'Bashir Ahmed alias Abdul Rehman Malik', '4530172820607', 'Sindh', 'N-Feroze'),
(163, 'Abdul Wahab', 'Muhammad Rahim Khan', '8230301359869', 'AJ&K', 'Khirk Rawalakot'),
(164, 'Abdul Wahab', 'Muhammad Iqbal', '1540297990043', 'KP', 'MALAKAND P.A.'),
(165, 'Abdul Wahab', 'Habib Gul', '', 'KP', 'Peshawar'),
(166, 'ABDUL WAHAB', 'ABDUL JABBAR', '3640189189903', 'Punjab', 'Pakpattan'),
(167, 'Abdul Wahab', 'Akhtar Ali', '3110437468935', 'Punjab', 'BAHAWALNAGAR'),
(168, 'Abdul Wahab', 'Aziz Ullah Khan', '3840392400121', 'Punjab', 'SARGODHA'),
(169, 'Abdul Wahab Alias Sani', 'Haji Ghulam Yasin', '1210148070905', 'KP', 'DERA ISMAIL KHAN'),
(170, 'Abdul Waheed', 'Dost Muhammad', '3320295237309', 'Punjab', 'Jhang'),
(171, 'Abdul Waheed', 'Abdul Aziz ', '3710410063167', 'Punjab', 'ATTOCK'),
(172, 'Abdul Wahid @  Lala Gudu ', 'Ghulam far', '4210172145165', 'Sindh', 'Karachi'),
(173, 'Abdul Wajid Abbasi ', 'Ghulam Mustafa Abbasi ', '3740505649697', 'Punjab', 'RAWALPINDI'),
(174, 'Abdul Wajid Farooqi', 'Ahmad Nawaz', '3710144535183', 'Punjab', 'ATTOCK'),
(175, 'Abdul Wakeel ', 'Qari Abdul Baqi', '1530385841935', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(176, 'Abdul Wali @ Umer Khurasani @ Umer Khalid @ Doctor', 'Hafiz Mohammad Hayat', '2140619730919', 'KP', 'MOHMAND (AT GHALLANAY)'),
(177, 'Abdull Munaf', 'Muhammad Khurshid', '3620166630221', 'Punjab', 'LODHRAN'),
(178, 'Abdullah', 'Muhammad Ishaq', '1510165056449', 'KP', 'BUNER'),
(179, 'Abdullah', 'Ghulam Rasool. ', '5130158091429', 'Balochistan', 'KHARAN'),
(180, 'Abdullah', 'Hazrat Khan', '1530596804711', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(181, 'Abdullah', 'Abdul Ghani', '1570161433997', 'KP', 'UPPER DIR (AT DIR)'),
(182, 'Abdullah', 'Muhammad Akbar', '1530606618893', 'KP', 'Dir Lower'),
(183, 'Abdullah', 'Nimat Ullah', '1530626590421', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(184, 'Abdullah', 'Molana Sufi Muhammad', '1530547480719', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(185, 'Abdullah', 'Fateh Muhammad', '5440021648967', 'Balochistan', 'QUETTA'),
(186, 'Abdullah @ Nangial', 'Rehmatullah', '2260166939911', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(187, 'Abdullah Farooqi ', 'Wali Mohammad', '5120196872547', 'Balochistan', 'KALAT'),
(188, 'Abdullah Jan ', 'Bhai Khan', '5650318423001', 'Balochistan', 'ZHOB'),
(189, 'Abdullah Langove', 'Haji Rasool Bakhsh', '5120135170049', 'Balochistan', 'SOHBATPUR'),
(190, 'Abdullah Noorzai', 'Yaroo Noorzai ', '5160297883601', 'Balochistan', 'LASBELA (AT UTHAL)'),
(191, 'Abdur Rahman', 'Mulana Sufi Muhammad', '1530501509487', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(192, 'Abdur Rehman', 'Ghulam Rasool', '3740102128091', 'Punjab', 'SARGODHA'),
(193, 'Abid Ali', 'Muhammad Amin', '1610101452025', 'KP', 'MARDAN'),
(194, 'Abid Ali', 'Mehr Ameer', '3320245271539', 'Punjab', 'Jhang'),
(195, 'Abid Ali', 'Ali Ahmed', '3460193057529', 'Punjab', 'Sialkot'),
(196, 'Abid Hussain', 'Muhammad Hussain', '3220231230187', 'Punjab', 'LAYYAH'),
(197, 'Abid Hussain alias Farooqi (Wattoo)', 'Muhammad Warsi', '3660290274583', 'Punjab', 'VEHARI'),
(198, 'Abid Hussain alias Moulana Abid Usmani ', 'Mehboob Ahmad Khan ', '3630141685907', 'Punjab', 'BAHAWALPUR'),
(199, 'Abid Hussain Memon', 'Alim Hyder ', '4330405554195', 'Sindh', 'SHIKARPUR'),
(200, 'Abid Mahmood ', 'Abdul Shakoor ', '3120317279125', 'Punjab', 'BAHAWALPUR'),
(201, 'Abid Majeed ', 'Abdul Majeed', '3520122270025', 'Punjab', 'LAHORE'),
(202, 'Abid Mehmood ', 'Noor Deen', '4150404003973', 'Punjab', 'CHAKWAL'),
(203, 'Abid Rasheed Nayyar ', 'Abdul Rasheed ', '3810266585129', 'Punjab', 'BHAKKAR'),
(204, 'Abid Ur Rahman', 'Abdur Rahman', '1720124592465', 'KP', 'NOWSHERA'),
(205, 'Abid-ur-Rehman Asad ', 'Anwar Hussain ', '3840125359841', 'Punjab', 'SARGODHA'),
(206, 'Abu Bakar ', 'Shareef-u-Deen ', '3810106697559', 'Punjab', 'BHAKKAR'),
(207, 'Abu Bakkar', 'Abdul Majeed', '3320211865547', 'Punjab', 'Jhang'),
(208, 'Abu Bakkar', 'Asghar hussain', '3320255369985', 'Punjab', 'Jhang'),
(209, 'Abu Hafza Umaruddin ', 'Muhammad Hanif Malik', 'NIL', 'Sindh', 'Sukkur'),
(210, 'Abu Zar alias Sabir', 'Muhammad Akbar', '3510273314311', 'Punjab', 'KASUR'),
(211, 'Abu Zar Hussain', ' GHULAM NABI', '3220339748931', 'Punjab', 'LAYYAH'),
(212, 'Abubakar', 'Mian Gul', '', 'KP', 'Dir Upper'),
(213, 'Abuzar Hussnain ', 'Mukhtar Hussain ', '3320404927389', 'Punjab', 'JHANG'),
(214, 'Adam Badshah', 'Abdul Wahid', '1530722939941', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(215, 'Adeel Ashiq ', 'Ashiq Hussain ', '3410431749011', 'Punjab', 'GUJRANWALA'),
(216, 'Adeel Raza Kazmi ', 'Shabeer Shah ', '3240412625527', 'Punjab', 'RAJANPUR'),
(217, 'Adil Sher ', 'Muhammad Khalid', '3310493216643', 'Punjab', 'HAFIZABAD'),
(218, 'Adnan Ali Khan', 'Malik Shamroz Khan', '3710342205645', 'Punjab', 'ATTOCK'),
(219, 'Adnan Rasheed', 'Malik Sher', '1620107227227', 'KP', 'SWABI'),
(220, 'Afsar Abbas Alias Moon Shah', 'Jaffar Abbas', '3320117555353', 'Punjab', 'CHINIOT'),
(221, 'Afsar Ali', 'Muhammad Ali', '1110176810783', 'KP', 'BANNU'),
(222, 'Aftab Ahmad ', 'Muhammad Sadiq ', '3630206205607', 'Punjab', 'MULTAN'),
(223, 'Aftab Ahmad ', 'Mashooq Ali ', '3450157955995', 'Punjab', 'NAROWAL'),
(224, 'Aftab Ahmad ', 'Jan Muhammad ', '3320278962823', 'Punjab', 'JHANG'),
(225, 'Aftab Ahmad Saddique ', 'Tariq Ahmad Saddique ', '3630204066803', 'Punjab', 'MULTAN'),
(226, 'Aftab Asghar ', 'Asghar Ali ', '3120375418909', 'Punjab', 'BAHAWALPUR'),
(227, 'Aftab Shafi ', ' M. Shafi', '8230389224517', 'AJ&K', 'Chak Dhamni,District Poonch'),
(228, 'Afzaal Ahmed Jaffery', 'Piran Ditta', '3420317163019', 'Punjab', 'GUJRAT'),
(229, 'Agha Syed Ali Rizvi ', 'Syed Muhammad Ali Shah', '7110371773065', 'Gilgit-Baltistan', 'BALTISTAN (AT SKARDU)'),
(230, 'Agha Yasir Raza', 'Agha Ali Raza', '3810135498515', 'Punjab', 'BHAKKAR'),
(231, 'Ahmad Bakhsh ', 'Rabnawaz', '3810208723177', 'Punjab', 'BHAKKAR'),
(232, 'Ahmad Ghani', 'Shah Jan', '1560205022561', 'KP', 'SWAT (AT MINGORA)'),
(233, 'Ahmad Hassan ', 'Muhammad Amin ', '3130342341941', 'Punjab', 'RAHIM YAR KHAN'),
(234, 'Ahmad Hussain', 'Qari Muhammad Zarib', '1560256586579', 'KP', 'SWAT (AT MINGORA)'),
(235, 'Ahmad Hussain @ Ayeen', 'Akbar Khan', '1510199111729', 'KP', 'BUNER'),
(236, 'Ahmad Hussain @ Ghat Haji', 'Abbas Kheil Meshood', '2170500000000', 'KP', 'DERA ISMAIL KHAN'),
(237, 'Ahmad Idrees alias Butt Sub', 'Muhammad Idrees Butt', '3420107132125', 'Punjab', 'GUJRAT'),
(238, 'Ahmad Khan', 'Tati', '1570481395753', 'KP', 'UPPER DIR (AT DIR)'),
(239, 'Ahmad Noor .', 'Shamim Ahmed', '4240188051059', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(240, 'Ahmad Raza alias Inam Khan ', 'Laiq Raza ', '3420179890337', 'Punjab', 'GUJRAT'),
(241, 'Ahmad Riaz', 'Amin Gul', '1560267702701', 'KP', 'SWAT (AT MINGORA)'),
(242, 'Ahmad Said @ Osama', 'Akbar Khan', '1510125151681', 'KP', 'BUNER'),
(243, 'Ahmad Saood Khan', 'Ameer Ali Khan', '3330120879109', 'Punjab', 'Jhang'),
(244, 'Ahmad Ullah', 'Sher Ahmed', '1530315329475', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(245, 'Ahmad Zada', 'Mohammad Raziq', '1570172473493', 'KP', 'UPPER DIR (AT DIR)'),
(246, 'Ahmed ', '', '4210114146311', 'Sindh', 'Karachi'),
(247, 'Ahmed Saeed ', 'Dil Pazeer ', '3710521783535', 'Punjab', 'ATTOCK'),
(248, 'Ahmed Ullah @ Muhammad Ullah', 'Abdul Qayyum', '2170252272275', 'Sindh', 'Karachi'),
(249, 'Ahmed Umair Saeed Shaik @ Chaoudry Bashir', 'Saeed Ahmed Shaikh', '0000000000001', 'Sindh', 'KARACHI SOUTH'),
(250, 'Ahsan Abbas ', 'Khadam Hussain ', '3610247077201', 'Punjab', 'KHANEWAL'),
(251, 'Ahsan Ishfaq alias Sunny ', 'Muhammad Ishfaq Khalid', '3810189766667', 'Punjab', 'BHAKKAR'),
(252, 'Ahsan Nawaz', 'Muhammad nawaz', '3320404983599', 'Punjab', 'Jhang'),
(253, 'Ahsan Ullah', 'Aman Ullah', '3810233914099', 'Punjab', 'BHAKKAR'),
(254, 'Ahsan Ullah ', 'Malik Saif Ullah ', '3810239286097', 'Punjab', 'BHAKKAR'),
(255, 'Ahsan Ullah ', 'Aman Ullah ', '3810176456113', 'Punjab', 'BHAKKAR'),
(256, 'Ahsan ullah Zia', 'Muahammad Zia ud Din Zia', '3540468920245', 'Punjab', 'Sheikhupura'),
(257, 'Ajab Noor', 'Noor Muhammad ', '5630212379907', 'Balochistan', 'QUETTA'),
(258, 'Ajmal', 'Kamal Caste Mamuzai', '2160479143263', 'KP', 'KOHAT'),
(259, 'Ajmal', 'Gul Shali Khan', '4250120599323', 'KP', 'BAJAUR (AT KHAR BAJAUR)'),
(260, 'Ajmal Abbas ', 'S/o Ghulam Abbas ', '3810106340407', 'Punjab', 'BHAKKAR'),
(261, 'Ajmal Hassan ', 'Abdul Majeed ', '3310007466359', 'Punjab', 'FAISALABAD'),
(262, 'Ajmal Khan ', 'Afsar Khan', '1310181051085', 'Sindh', 'Karachi'),
(263, 'Ajmal Khan', 'Badshah Zaman', '1530702954669', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(264, 'Ajoy Mistry', 'b', '1111111111117', 'KP', 'PESHAWAR'),
(265, 'Akbar @ Haq Dad @ Akoo ', 'Palay Khan.', '5310390719457', 'Balochistan', 'KACHHI (BOLAN) (AT DHADAR)'),
(266, 'Akbar Ali @ Ghulam Akbar ', 'Mehmood Indher', '4550118299895', 'Sindh', 'Sukkur'),
(267, 'Akhtar', 'Bakht Sultan', '1560203445307', 'KP', 'SWAT (AT MINGORA)'),
(268, 'Akhtar Abbas', 'Muhammad Nawaz', '3320362821755', 'Punjab', 'Jhang'),
(269, 'Akhtar Abbas ', 'Haji Muhammad ', '3240294807593', 'Punjab', 'RAJANPUR'),
(270, 'Akhtar Abbas Alias Haidri', 'Mehram Khan', '3320397659969', 'Punjab', 'JHANG'),
(271, 'Akhtar Ali', 'Muhammad Jahangir', '3340104091011', 'Punjab', 'CHINIOT'),
(272, 'Akhtar Ali', 'Mahi Muhammad', '1570108853925', 'KP', 'UPPER DIR (AT DIR)'),
(273, 'Akhtar Ali', 'Muhammad Ali', '1560243412999', 'KP', 'SWAT (AT MINGORA)'),
(274, 'Akhtar Hussain', 'Manzoor Hussain Bhatti ', '3310437048443', 'Punjab', 'FAISALABAD'),
(275, 'Akhtar Hussain', 'Palwan ', '3320313726587', 'Punjab', 'JHANG'),
(276, 'Akhtar Hussain @ Asadullah', 'Khoro Khan Soomro ', '4330448004179', 'Sindh', 'THATTA'),
(277, 'Akhtar Hussain Rajput ', 'Shafi Muhammad', '4530401696277', 'Sindh', 'N-Feroze'),
(278, 'Akhtar Mehmood ', 'Abdul Rehman Khan', '3740175911243', 'Punjab', 'RAWALPINDI'),
(279, 'Akhtar Muhammad Khalil', 'Gul Roz', '1111111111166', 'KP', 'BANNU'),
(280, 'Akhtar Nawaz', 'Muhammad Kamal', '1730157946715', 'KP', 'Peshawar'),
(281, 'Akram ', 'Murtaza Caste Adozai', '5410208203163', 'Balochistan', 'KILLA ABDULLAH'),
(282, 'Alaf Deen', 'Ghulam Mohiuddin', '3710409896487', 'Punjab', 'Attock    '),
(283, 'Alam', 'Amanat Khan', '1530238616821', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(284, 'Alam', 'Aslam', '1120189456693', 'KP', 'LAKKI MARWAT'),
(285, 'Alam Khan', 'Gojar Khan', '4240118048425', 'KP', 'MALAKAND P.A.'),
(286, 'Alam Khan', 'Anat Khan', '1530746231403', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(287, 'Alam Zaib', 'Bahadar', '1570123278203', 'KP', 'UPPER DIR (AT DIR)'),
(288, 'Alamdar Hussain', 'Muhammad Ali', '3840253407905', 'Punjab', 'SARGODHA'),
(289, 'Alamdar Hussain ', 'Manzoor Hussain ', '3630213494405', 'Punjab', 'MUZAFFARGARH'),
(290, 'Aleem Khan ', 'Danya Khan ', '2170709216235', 'Punjab', 'CHAKWAL'),
(291, 'Aleem-ur-Rehman', 'Mubeen Ahmad Khan', '3510377731195', 'Punjab', 'KASUR'),
(292, 'Ali Abbas ', 'Muhammad Siddique ', '3320267668461', 'Punjab', 'JHANG'),
(293, 'Ali Abbas Askari', 'Sajjad Haider', '3520275298239', 'Punjab', 'LAHORE'),
(294, 'Ali Abbas Jafery', 'Ghulam Murtaza Jafery', '1330204725015', 'KP', 'HARIPUR'),
(295, 'Ali Akbar', 'Ali Haidar Jango', '1530798142373', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(296, 'Ali Asghar alias Kala ', 'Muhammad Ali ', '3330140457787', 'Punjab', 'TOBA TEK SINGH'),
(297, 'Ali farhan mehdi', 'Mukhtar Ahmed khan', '3320277545465', 'Punjab', 'Jhang'),
(298, 'Ali haider', 'Anwar ul haq', '3320403843173', 'Punjab', 'Jhang'),
(299, 'Ali Haider ', 'Muhammad Rafique', '3320220897691', 'Punjab', 'JHANG'),
(300, 'Ali Hashir ', 'Muhammad Iqbal ', '3320225440983', 'Punjab', 'JHANG'),
(301, 'Ali Hassan', 'Muhammad Arshad', '3340105649207', 'Punjab', 'CHINIOT'),
(302, 'Ali Hassan MIr', 'Malik Maaz Ullah', '1730143719949', 'KP', 'PESHAWAR'),
(303, 'Ali Javaid ', 'Javaid Zaman', '3410168665457', 'Punjab', 'GUJRANWALA'),
(304, 'Ali Khan alias chota Ali', 'Wali khan', '3650234008823', 'Punjab', 'SAHIWAL'),
(305, 'Ali Muhammad ', 'Nazar Muhammad ', '3650226297459', 'Punjab', 'SAHIWAL'),
(306, 'Ali Muhammad Abu Turab', 'Noor Muhammad ', '5440004591153', 'Balochistan', 'QUETTA'),
(307, 'Ali Muhammad Karimi  ', 'Ali ', '7110254021039', 'Gilgit-Baltistan', 'SHIGAR'),
(308, 'Ali Muhammad Shahzad alias Abu Talha Khawaj (Arain', 'Shah Muhammad ', '3650205829019', 'Punjab', 'SAHIWAL'),
(309, 'Ali raza', 'Muhammad Ameer Abbas', '3320403698615', 'Punjab', 'Jhang'),
(310, 'Ali Raza ', 'Muhammad Shafi ', '3320148071297', 'Punjab', 'CHINIOT'),
(311, 'Allah Bachaya ', 'Muhammad Abdullah ', '3120117718427', 'Punjab', 'BAHAWALPUR'),
(312, 'Allah Bakhsh ', 'Abdul Rehman ', '3240216058007', 'Punjab', 'RAJANPUR'),
(313, 'Allah Dad', 'Ghulam Farid', '1210155445769', 'KP', 'DERA ISMAIL KHAN'),
(314, 'Allah dino', 'Loung Sheedi', '4410121654937', 'Sindh', 'Mirpurkhas'),
(315, 'Allah Dino Bhutto ', 'Muhammad Ali Bhutto', '4320596930267', 'Sindh', 'Larkana'),
(316, 'Allah Ditta', 'Muhammad Ali', '3530368588839', 'Punjab', 'Okara'),
(317, 'Allah Ditta', 'Ghulam Fareed', '3540415832313', 'Punjab', 'Sheikhupura'),
(318, 'Allah Ditta', 'Muhammad Ali', '3320213288535', 'Punjab', 'Jhang'),
(319, 'Allah Ditta Farooqi ', 'Haji Qadir Bakhsh ', '3210233461749', 'Punjab', 'DERA GHAZI KHAN'),
(320, 'Allah Ditta Nadeem', 'Qasim Ali', '3320248746839', 'Punjab', 'Jhang'),
(321, 'Allah Mehar alias Fani ', 'Shafi Muhammad ', '3530204431051', 'Punjab', 'OKARA'),
(322, 'Allah Rakha ', 'Allah Yar', '3660284987167', 'Punjab', 'VEHARI'),
(323, 'ALLAH RAKHA ', 'MUHAMMAD YASIN ', '3640248361679', 'Punjab', 'Pakpattan'),
(324, 'Allah Wasaya ', 'Budha Khan ', '3210224817425', 'Punjab', 'DERA GHAZI KHAN'),
(325, 'Allama Sabtain Sherazi', 'Syed Muhammad Hussain Sherazi', '6110119226849', 'ICT', 'ISLAMABAD\r\n'),
(326, 'Altaf Ahmed Shaikh @ Abu Bilal', 'Sagheer Ahmed Shaikh', '4130427463747', 'Sindh', 'Hyderabad'),
(327, 'Altaf Hussain', 'Ameer Shah', '3320363672497', 'Punjab', 'Jhang'),
(328, 'Aman Ullah', 'Rehman Ullah', '1510180625279', 'KP', 'BUNER'),
(329, 'Aman Ullah', 'Hassan Khan', '1530661268781', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(330, 'Aman Ullah alias Muhammad Asif ', 'Muhammad Qasim ', '3120298607481', 'Punjab', 'BAHAWALPUR'),
(331, 'Amanullah Maheri ', 'Muhammad Ramzan Maheri ', '4110210122367', 'Sindh', ' Badin '),
(332, 'Ameer Hamza', 'Ghulam Hassan', '3810261534751', 'Punjab', 'BHAKKAR'),
(333, 'Ameer Hamza', 'Muhammad Munir', '3460340324413', 'Punjab', 'SIALKOT'),
(334, 'Ameer hamza Bhatti Aajiz', 'Abdull Ali', '3320142080461', 'Punjab', 'Jhang'),
(335, 'Ameer Umar Alvi', 'Ali Muhammad Alvi', '3810287063097', 'Punjab', 'BHAKKAR'),
(336, 'Amin Khan', 'Ayub Khan', '1720128473711', 'KP', 'NOWSHERA'),
(337, 'Amin Khan', 'Khan Sahib', '1620247488649', 'KP', 'HARIPUR'),
(338, 'Amin Zada', 'Amin ul Haq', '1530632452905', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(339, 'Amir', 'Said Ghafoor', '1620297556809', 'KP', 'SWABI'),
(340, 'Amir ', 'Sher Muhammad ', '3340103463037', 'Punjab', 'CHINIOT'),
(341, 'Amir Abdullah', 'Purdul Khan', '1510103318287', 'KP', 'BUNER'),
(342, 'Amir Afzal', 'Sabir Khan', '1510185515245', 'KP', 'BUNER'),
(343, 'Amir Alam', 'Muhammad Rahim', '1550117115775', 'KP', 'SHANGLA (AT ALPURI)'),
(344, 'Amir Ali @ Chanda.', 'Ameer Jan', '5440014383039', 'Balochistan', 'QUETTA'),
(345, 'Amir Hatam', 'Bakht Biland', '4240116703549', 'KP', 'SWAT (AT MINGORA)'),
(346, 'Amir Khan', 'Khuni Jan', '1530504191429', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(347, 'Amir Nawab', 'Fazal Khaliq', '1530209612699', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(348, 'Amir Nawab', 'Ziarat Gul', '1540237413415', 'KP', 'MALAKAND P.A.'),
(349, 'Amir Rasheed', 'Abdul Rasheed', '3420104993935', 'Punjab', 'GUJRAT'),
(350, 'Amir Rehman', 'Jawdar', '1530503894475', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(351, 'Amir Sadiq', 'Muhammad Sadiq', '1310103106557', 'KP', 'ABBOTTABAD'),
(352, 'Amir Shah', 'Ghulam Rasool', '1570112316231', 'KP', 'Dir Upper'),
(353, 'Amir Shehzad', 'Shrafat Ali', '3720136252477', 'Punjab', 'CHAKWAL'),
(354, 'Amir Zaib', 'Muhammad Zaib ', '1530209090389', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(355, 'Amjad', 'Jan Said', '1530190778619', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(356, 'Amjad', 'Sadiqu Akhunzada', '1530182384037', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(357, 'Amjad Abbas ', 'Ghulam Abbas ', '3810106268201', 'Punjab', 'BHAKKAR'),
(358, 'Amjad Abbas', 'Khaliq Dad Khan', '3310556561329', 'Punjab', 'FAISALABAD'),
(359, 'Amjad Ali', 'Munawar Khan (Mansoor)', '4240102485641', 'KP', 'ABBOTTABAD'),
(360, 'Amjad Ali alias Rana Sahab ', 'Manzoor Hussain', '3630270548553', 'Punjab', 'MULTAN'),
(361, 'Amjad Iqbal Abbasi ', 'Khaliqdad Khan ', '3740444348381', 'Punjab', 'RAWALPINDI'),
(362, 'Amjad Madni ', 'Dost Muhamamd Madni', '4540209577021', 'Sindh', 'Shaeed Benizrabad'),
(363, 'Amjad Nawaz', 'Nawaz Khan', '1120178731929', 'KP', 'LAKKI MARWAT'),
(364, 'Amjid Ali', 'Nizam-ud-Din', '3810107483009', 'Punjab', 'BHAKKAR'),
(365, 'Amjid Hussain', 'Saeed Gul', '1540226744145', 'KP', 'MALAKAND P.A.'),
(366, 'Anayat Abbas ', 'Talib Hussain ', '3310425711181', 'Punjab', 'FAISALABAD'),
(367, 'Anees Ahmed', 'Muhammad Yousaf', '3320403746801', 'Punjab', 'Jhang'),
(368, 'Anees ur Rehman ', 'Muhammad Asif ', 'NIL', 'Sindh', 'Karachi'),
(369, 'Anees-ur-Rehman ', 'Fateh Muhammad', '3460140556597', 'Punjab', 'SIALKOT'),
(370, 'Angara Appaji', 'c', '1111111111118', 'KP', 'PESHAWAR'),
(371, 'Ansar', 'Mir Azam', 'Gx11038176371', 'KP', 'Dir Lower'),
(372, 'Ansar Abbas', 'Dost Muhammad Khan ', '3240367775393', 'Punjab', 'RAJANPUR'),
(373, 'Ansar Abbas Caste Baloch', 'Rajab Ali', '3330239078627', 'Punjab', 'TOBA TEK SINGH'),
(374, 'Ansar Ali ', 'Mandost', '5320308783967', 'Balochistan', 'SOHBATPUR'),
(375, 'Ansar Altaf ', 'M. Altaf', '8210137454477', 'AJ&K', 'Rawli Dhokan, Hari Gehl Bagh'),
(376, 'Ansar Manzoor ', 'Ch. Manzoor Akhtar ', '3740588497693', 'Punjab', 'RAWALPINDI'),
(377, 'Ansir', 'Muhammad Sadiq', '', 'KP', 'Haripur'),
(378, 'Anwaar Haider ', 'Ghulam Haider ', '3201322619067', 'Punjab', 'DERA GHAZI KHAN'),
(379, 'Anwar', 'Said ul Zaman', '1560212806411', 'KP', 'SWAT (AT MINGORA)'),
(380, 'Anwar', 'Fateh Muhammad', '1530511905561', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(381, 'Anwar Ali Shah', 'Bakht Shahzada', '1530605105979', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(382, 'Anwar Bahadar', 'Sher Malik', '1620303635569', 'KP', 'SWABI'),
(383, 'Anwar Khan', 'Khair Ullah', '1530526980147', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(384, 'Anwar Said', 'Muhammad Said', '1560203474515', 'KP', 'SWAT (AT MINGORA)'),
(385, 'Anwar Zamin', 'Shah Tamaz Khan', '1530651006617', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(386, 'Anwar Zeb', 'Badesh', '1510126697083', 'KP', 'BUNER'),
(387, 'Anyat Ullah ', 'Allah Yar', '3210347594491', 'Punjab', 'DERA GHAZI KHAN'),
(388, 'Aoun Ali Shahbaz ', 'Shahbaz Ahmad ', '3230329274927', 'Punjab', 'MUZAFFARGARH'),
(389, 'Aqeel Ahmad', 'Raees Ahmad', '3840181114869', 'Punjab', 'SARGODHA'),
(390, 'Aqeel Raza ', 'Mukhtiar Ahmad ', '3230381333737', 'Punjab', 'MUZAFFARGARH'),
(391, 'Arib Hussain Umrani', ' Din Mohammad', '5340407951215', 'Balochistan', 'JAFFARABAD'),
(392, 'Arif Hussain', 'Khadim Hussain', '3810240280197', 'Punjab', 'BHAKKAR'),
(393, 'Arif Saeed ', 'Khan Muhammad ', '3630242864813', 'Punjab', 'MULTAN'),
(394, 'Arman Waseem Dar (Daar)', 'Shahzad Waseem Dar', '3730158197451', 'Punjab', 'JHELUM'),
(395, 'Arshad @ Megay', 'Ali Bakhash', '1730154475917', 'KP', 'PESHAWAR'),
(396, 'Arshad Ali', 'Alamgir', '1560289874745', 'KP', 'SWAT (AT MINGORA)'),
(397, 'Arshad Ali Ansari ', 'Ghulam Nabi ', '3630263129055', 'Punjab', 'MULTAN'),
(398, 'Arshad Hussain Shah', 'Asghar Ali Shah', '3420111493837', 'Punjab', 'GUJRAT'),
(399, 'Arshad Mehmood Qadri', 'Noor Ahmad Awan', '3710181081809', 'Punjab', 'Attock    '),
(400, 'Arslan Saeed ', 'Malik Mohsin Saeed', '3510129693037', 'Sindh', 'Karachi'),
(401, 'Asad Aftab', 'Aftab Ahmad', '3520285902911', 'Punjab', 'LAHORE'),
(402, 'Asad Ali', 'Muhammad Din Chishti', '3330109759423', 'Punjab', 'T.T.Singh'),
(403, 'Asad Ali @ Bhai jan @ Kaleem @ Rafiullah', 'Usman Zada ', '4220165489197', 'Sindh', 'Karachi'),
(404, 'Asad Ali Naqvi ', 'Syed Asghar Ali Naqvi ', '4410304971639', 'Sindh', 'Mirpurkhas'),
(405, 'Asad Iqbal ', 'Shah Muhammad', '3720357352773', 'Punjab', 'CHAKWAL'),
(406, 'Asad Rehman ', 'Habib Ur Rehman ', '3520229953613', 'Punjab', 'LAHORE'),
(407, 'Asad ul Zaman ', 'Muzahir Ali', '4250107663255', 'Sindh', 'Karachi'),
(408, 'Asad Ullah', 'Abdul Razaq', '1530298536945', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(409, 'Asad Zia', 'Fawad Khan', '1620109773719', 'KP', 'NOWSHERA'),
(410, 'Asghar', 'Anwar Khan', '1620232549879', 'KP', 'SWABI'),
(411, 'Asghar Ali', 'Abdul Qasim', '1560240159739', 'KP', 'SWAT (AT MINGORA)'),
(412, 'Asghar Ali ', 'Mirza ', '3430212314921', 'Punjab', 'HAFIZABAD'),
(413, 'Asghar Ali alias Rana  ', 'BABU', '3310389971127', 'Punjab', 'FAISALABAD'),
(414, 'Asghar Ali Anwar ', 'Shafi Muhammad ', '3410324922635', 'Punjab', 'GUJRANWALA'),
(415, 'Asghar Ali Farooqi', 'Haji Khan ', '5440023344523', 'Balochistan', 'KACHHI (BOLAN) (AT DHADAR)'),
(416, 'Asghar Nadeem ', 'Muhammad Ashraf ', '3830309887809', 'Punjab', 'MIANWALI'),
(417, 'Ashfaq Ahmad ', 'Masood Ahmad ', '3630272738047', 'Punjab', 'MULTAN'),
(418, 'Ashfaq Ahmad', 'Nazeer Ahmad', '3610225668081', 'Punjab', 'KHANEWAL'),
(419, 'Ashraf @ Khan', 'Said Karim', '1760206461915', 'KP', 'SWAT (AT MINGORA)'),
(420, 'Ashraf Ali', 'Adam Khan', '1220140997151', 'KP', 'TANK'),
(421, 'Ashraf Ali', 'Muhammad Abas', '1560281152751', 'KP', 'SWAT (AT MINGORA)'),
(422, 'Ashraf Ali ', 'Khadim Hussain ', '3240413955069', 'Punjab', 'RAJANPUR'),
(423, 'Asif @ Kashi @ Muhavia', 'Abdul Khaliq', '1350365301455', 'KP', 'MANSEHRA'),
(424, 'Asif Ameer ', 'Muhammad Ameer', '3530172921413', 'Punjab', 'OKARA'),
(425, 'Asif Iqbal ', 'Sibghat ullah', '3820212868699', 'Punjab', 'KHUSHAB'),
(426, 'Asif Kamal', 'Muhammad Shafi (Late)', '3720232574743', 'Punjab', 'CHAKWAL'),
(427, 'Asif Masood ', 'Mazhar Hussain', '3720120856801', 'Punjab', 'CHAKWAL'),
(428, 'Asif Mehmood', 'Ghulam Muhammad', '3710428305905', 'Punjab', 'Attock    '),
(429, 'Asif Mehmood', 'Muhammad Akbar', '3810209164813', 'Punjab', 'BHAKKAR'),
(430, 'Asif Naseer alias Asif Raza Alvi ', 'Naseer Ahmed Alvi ', '3310009725171', 'Punjab', 'FAISALABAD'),
(431, 'Asif Rasheed Alias Dumba ', 'Haroon Rasheed', '4240144145585', 'Sindh', 'Karachi'),
(432, 'Asif Raza', 'Muhammad Hussain', '3320403470925', 'Punjab', 'Jhang'),
(433, 'Asif Ullah', 'Ghulam Muhammad', '1730115516979', 'KP', 'PESHAWAR'),
(434, 'Asif Zaheer ', 'Zaheer uddin ', '4220104149639', 'Sindh', 'Karachi'),
(435, 'Asim Ali', 'Muhammad Afzal', '3320183969497', 'Punjab', 'CHINIOT'),
(436, 'Asim Irfan ', 'Muhammad Sharif ', '3630250378733', 'Punjab', 'MULTAN'),
(437, 'Askar Yaqoob', 'Muhammad Yaqoob', '1720122467297', 'KP', 'NOWSHERA'),
(438, 'Aslam', 'Muhammad Hanif Shaikh', 'NIL', 'Sindh', 'Hyderabad'),
(439, 'Aslam Aziz', 'Mian Gul', '1530574005701', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(440, 'Asmat Ali', 'Bunair Gul', '1560253062881', 'KP', 'SWAT (AT MINGORA)'),
(441, 'Asmat Ullah', 'Muhammad Darwaish', '1530538235703', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(442, 'Asmat Ullah ', 'Muhammad Tufail ', '3120576204987', 'Punjab', 'BAHAWALPUR'),
(443, 'Asmat Ullah Mauvia ', 'Buta Khan', 'Resident of Pakistan', 'Punjab', 'Mian Channu Lahore'),
(444, 'Asmatullah', 'Rasool Muhammad ', '2170575217405', 'Sindh', 'Karachi'),
(445, 'Ateeq-ur-Rehman @ Attique Ahme Mavia', 'Sher Mohammad ', '5150371467909', 'Balochistan', 'LASBELA (AT UTHAL)'),
(446, 'Atiq ur Rehman Chohan', 'Ghulam Rasool', '1730174908381', 'KP', 'Haripur'),
(447, 'Atiq-ur-Rehman', 'Molvi Abdul Manan.', '5630210140695', 'Balochistan', 'LORALAI'),
(448, 'Atta Ullah', 'Jani Khan.', '5310279083799', 'Balochistan', 'KACHHI (BOLAN) (AT DHADAR)'),
(449, 'Atta Ullah', 'Muhammad Jan', '1530569495197', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(450, 'Atta Ullah', 'Ajab Khan', '1730182370993', 'KP', 'PESHAWAR'),
(451, 'Atta Ullah @ Shakir ', 'Maulana Anwar Ullah ', '3330377211755', 'Punjab', 'TOBA TEK SINGH'),
(452, 'Atta Ullah Khan ', 'Ghulam Rasool ', '3210209767755', 'Punjab', 'DERA GHAZI KHAN'),
(453, 'Atta-ul-Mohsin Sial ', 'Khurshed Ahmad Sial ', '3530119399601', 'Punjab', 'OKARA'),
(454, 'Atta-ur-Rehman  ', 'Faqeer Muhammad', '502089745974', 'Sindh', 'Karachi'),
(455, 'Attaullah Miraji Mengal ', 'Ghulam Rasool.', '5140311955911', 'Balochistan', 'KHUZDAR'),
(456, 'Attique-ur-Rehman ', 'Muhammad Adil ', '3520261780013', 'Punjab', 'FAISALABAD'),
(457, 'Attique-ur-Rehman ', 'Ali Muhammad', '3660389010509', 'Punjab', 'VEHARI'),
(458, 'Attique-ur-Rehman ', 'Ghulam Ali', '3410250740943', 'Punjab', 'GUJRANWALA'),
(459, 'Au Zain Ghumma', 'Muhammad Akram', '3840365129869', 'Punjab', 'SARGODHA'),
(460, 'Aurangzaib Khan', 'Zarq Khan', '3320266743811', 'Punjab', 'JHANG'),
(461, 'Aurangzeb ', 'Noor-ul-Deen Zangi ', '3240487430423', 'Punjab', 'RAJANPUR'),
(462, 'Aurangzeb', 'Zakha', '1111111111135', 'KP', 'PESHAWAR'),
(463, 'Aurangzeb ', 'Muhammad Haleem ', '3440348268749', 'Punjab', 'MANDI BAHAUDDIN'),
(464, 'Aurangzeb ', 'Mohd.Aslam', '5650318468639', 'Balochistan', 'ZHOB'),
(465, 'Awais Akram ', 'Muhammad Akram', '3320131884127', 'Punjab', 'CHINIOT'),
(466, 'Awais Latif ', 'Muhammad Latif Khokhar ', '3410425172835', 'Punjab', 'GUJRANWALA'),
(467, 'Awais Mustafa ', 'Muhammad Younas Aasi ', '3650245795535', 'Punjab', 'SAHIWAL'),
(468, 'Ayaz Akhtar ', 'Muhammad Akhtar Bhatti ', '3420148381773', 'Punjab', 'GUJRAT'),
(469, 'Ayaz Ali ', 'Wadal Khan ', '4150604072717', 'Sindh', 'JAMSHORO'),
(470, 'Ayaz Khan Jadoon', 'Muhammad Akram Khan Jadoon', '1310110055521', 'KP', 'ABBOTTABAD'),
(471, 'Ayaz Rasool Aslam ', 'Rasool Bakhsh Khan ', '3230146791155', 'Punjab', 'RAJANPUR'),
(472, 'Ayub', 'Sher Mohammad', '1570150039913', 'KP', 'UPPER DIR (AT DIR)'),
(473, 'Ayub Siyal ', 'Sagheer Ahmad', '3630418967929', 'Punjab', 'MULTAN'),
(474, 'Azam Ali ', 'Anayat Ali Cheema ', '3460155155493', 'Punjab', 'SIALKOT'),
(475, 'Azeem-ul-Shan Haider', 'Muhammad Basit Taqi', '3520201002433', 'Punjab', 'LAHORE'),
(476, 'Azhar Abbas', 'Khuda bakhash', '3320371007991', 'Punjab', 'JHANG'),
(477, 'Azhar Ali ', 'Muhammad Suleman ', '3310463546405', 'Punjab', 'FAISALABAD'),
(478, 'Azhar Hussain ', 'Manzoor-ul-Hassan ', '3310217719021', 'Punjab', 'FAISALABAD'),
(479, 'Azhar Hussain ', 'Noshad Hussain ', '4210184835425', 'Sindh', 'Karachi'),
(480, 'Azhar Iqbal', ' Sardar Khan ', '3440216985677', 'Punjab', 'MANDI BAHAUDDIN'),
(481, 'Azhar IQbal ', 'Jaam Allah Diwayia ', '3620216688633', 'Punjab', 'LODHRAN'),
(482, 'Aziz Khan', 'Yar Muhammad', '3410481307105', 'Punjab', 'Mianwali'),
(483, 'Aziz Muhammad', 'Abdul Qahar', '1530136318559', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(484, 'Aziz Muhammad', 'Abdul Qahar', '1530209269703', 'KP', 'Dir Lower'),
(485, 'Aziz ul Hamid', 'Noor Hamid', '1510194004035', 'KP', 'BUNER'),
(486, 'Aziz Ullah', 'Soran', '1120130116515', 'KP', 'LAKKI MARWAT'),
(487, 'Aziz Ullah', 'Fazal Khaliq', '1560703582133', 'KP', 'SWAT (AT MINGORA)'),
(488, 'Aziz Ullah', 'Malik Peer Rehman', '2170627693479', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(489, 'Aziz Ullah ', 'Behrul Wahab', '1320123475291', 'KP', 'BATAGRAM (AT BANA)'),
(490, 'Aziz Ullah', 'Imam Bux Bhutto', '4320385664149', 'Sindh', 'LARKANA'),
(491, 'Aziz ur Rehman', 'Nasib Dad', '1550451459241', 'KP', 'SHANGLA (AT ALPURI)'),
(492, 'Aziz ur Rehman', 'Ismail Darwesh', '1730154717511', 'KP', 'PESHAWAR'),
(493, 'Aziz ur Rehman', 'Ghulam Muhammad', '3720391090051', 'Punjab', 'CHAKWAL'),
(494, 'Aziz-ul-Haq alias Asad', 'Ghulam Fareed', '3710189685061', 'Punjab', 'ATTOCK'),
(495, 'Aziz-ur-Rehman ', 'Abdul Rasheed', '3410113988863', 'Sindh', 'Karachi'),
(496, 'Azizur Rahman', 'Kachkol Muhammad', '2110320410683', 'KP', 'BAJAUR (AT KHAR BAJAUR)'),
(497, 'Azmat', 'Mian Gul', '1570147583333', 'KP', 'UPPER DIR (AT DIR)'),
(498, 'Azmat Ali Abid', 'Haji Manzoor', '3520014256365', 'Punjab', 'Vehari'),
(499, 'Azmat Ali Khan', 'Mehboob Ali Khan', '3710484595891', 'Punjab', 'Attock    '),
(500, 'Azmat Khan  ', ' Hurmat Khan ', '7150138209291', 'Gilgit-Baltistan', 'GILGIT'),
(501, 'Baa Khan', 'Gul Wazir', '1111111111112', 'KP', 'PESHAWAR'),
(502, 'Babar Abbas Naqvi', 'Syed Irshad Hussain Naqvi', '3540416219889', 'Punjab', 'Sheikhupura'),
(503, 'Babar Haider Malhi ', 'Azmat Javed Malhi ', '3450119869289', 'Punjab', 'NAROWAL'),
(504, 'Babar Shehzad ', 'Abdul Sattar ', '3320503409985', 'Punjab', 'JHANG'),
(505, 'Bacha Hussain', 'Zarin Engar', '1570175378823', 'KP', 'UPPER DIR (AT DIR)'),
(506, 'Bacha Islam', 'Jabar', '1530160497777', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(507, 'Bacha Said', 'Muhammad Hakim', '1570157595421', 'KP', 'UPPER DIR (AT DIR)'),
(508, 'Bacha Sardar Khan', 'Abdul Rehman', '1530605221311', 'KP', 'Dir Lower'),
(509, 'Bacha Sher', 'Mulla Jan', '1530552729957', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(510, 'BAdar ul Islam', 'Mubashar Hussain', '3520291021387', 'Punjab', 'Lahore'),
(511, 'Badshah Gul', 'Amin Gul', '1530281248123', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(512, 'Bahadar Ali Shah ', 'Sadiq Hussain Shah ', '3440239470395', 'Punjab', 'MANDI BAHAUDDIN'),
(513, 'Bahadar Khan', 'Shah Murad', '1530571265269', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(514, 'Bahadar Khan', 'Fazal Ghafoor', '1530571265263', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(515, 'Bahadar Khan', 'Toghan Shah', '1530232829065', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(516, 'Bakhsh Ali ', 'Shahi ', '3240460504987', 'Punjab', 'RAJANPUR'),
(517, 'Bakht Alam', 'Muhammad Ali', '1720196738227', 'KP', 'NOWSHERA'),
(518, 'Bakht Munir', 'Abdul  Sadiq', '1530516750605', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(519, 'Bakht Rawan', 'Abdul Jalal @ Muhammad Jamal', '1560279839173', 'KP', 'Toorghar'),
(520, 'Bakht Roz', 'Khan Roz', '1570224957141', 'KP', 'Dir Upper'),
(521, 'Bakht Shah Zaib', 'Bahadar Khan', '1530542410561', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(522, 'Bakht Ullah ', 'Gulab Khan', '2170598779473', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(523, 'Bakht Zada', 'Muhammad Sadeeq', '1510165723675', 'KP', 'BUNER'),
(524, 'Bakht Zamin', 'Muhib Ullah', '1560109908375', 'KP', 'SWAT (AT MINGORA)'),
(525, 'Bakht Zamin @ Bakht', 'Abdul Matin / Abdul Mat Khan', '1530604514935', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(526, 'Bakht Zarin', 'Faiz Talab', '1530119323935', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(527, 'Bakht zeb', 'Khan Zeb', '1530749935305', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(528, 'Bakht Zubair @ Zubair', 'Niamat Ullah', '1530209885367', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(529, 'Bakhtaji Gul ', 'Ahmad Gul ', '1510149759947', 'KP', 'BUNER'),
(530, 'Bakhti Rahman', 'Aziz-ur-Rehman', '1510170241559', 'KP', 'BUNER'),
(531, 'Bakhzar Jan', 'Fateh Muhammad', '1530209691765', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(532, 'Balach Khan alias Balash ', 'Nabi Bakhsh ', '3240498707885', 'Punjab', 'RAJANPUR'),
(533, 'Baloch Khan Ramdanzai Mengal', 'Mohammad Ibrahim.', '5140368396841', 'Balochistan', 'KHUZDAR'),
(534, 'Baqir Ali', 'Ahmed Bakhash', '3320392008553', 'Punjab', 'Jhang'),
(535, 'Baqir Raza', 'Fazal Khan ', '3720115483095', 'Punjab', 'CHAKWAL'),
(536, 'Barkat Ullah ', 'Sher Bahadur Khan ', '4250102654929', 'Sindh', 'Karachi'),
(537, 'Basharat Khan ', 'Jumma Khan ', '3320220946855', 'Punjab', 'JHANG'),
(538, 'Bashir', 'Rahman Ghani', '1570142885995', 'KP', 'UPPER DIR (AT DIR)'),
(539, 'Bashir Ahmad', 'Kashmir Khan', '1560205336831', 'KP', 'SWAT (AT MINGORA)'),
(540, 'Bashir Ahmad ', 'Peer Bakhsh ', '3210259156469', 'Punjab', 'DERA GHAZI KHAN'),
(541, 'Bashir Ahmad ', 'Ameer Nawaz ', '1610177969819', 'KP', 'MOHMAND (AT GHALLANAY)'),
(542, 'Bashir Ahmed ', 'Gul Muhammad Caste Mengal', '5410254828875', 'Balochistan', 'NUSHKI'),
(543, 'Bashir Ahmed', 'Niaz Ahmad', '3230415852241', 'Punjab', 'Muzaffargarh'),
(544, 'Bashir Ahmed', 'Shahamand', '3320282763927', 'Punjab', 'Jhang'),
(545, 'Behram Shah', 'Yaqoob Shah', '1510151614917', 'KP', 'BUNER'),
(546, 'Behram Zai', 'Dawlat Zai', '1510146902801', 'KP', 'BUNER'),
(547, 'Behroz Khan', 'Umar Daraz Khan', '1530209397715', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(548, 'Bilal', 'Gul Taj', '1730182282709', 'KP', 'PESHAWAR'),
(549, 'Bilal', 'Haji Ashraf', '1310149989869', 'KP', 'MANSEHRA'),
(550, 'Bilal Ahmad alias Abdullah ', 'Muhammad Ismail ', '3210212847827', 'Punjab', 'DERA GHAZI KHAN'),
(551, 'Bilal Ahmad Bhatti ', 'Mian Abdul Rahim Bhatti ', '3120317329555', 'Punjab', 'BAHAWALPUR'),
(552, 'Bilal Ahmed', 'Khuda Bakhash', '3320214039653', 'Punjab', 'Jhang'),
(553, 'Bilal Akbar', 'Sana Ullah', '3540456621859', 'Punjab', 'Sheikhupura'),
(554, 'Bilal Alias Bilawal', 'zz', '1111111111129', 'KP', 'PESHAWAR'),
(555, 'Bilal Hussain', 'Nazar Hussain', '3840315130095', 'Punjab', 'LAYYAH'),
(556, 'Bilal Riaz ', 'Muhammad Riaz ', '3420310898269', 'Punjab', 'DERA GHAZI KHAN'),
(557, 'Bisham Khan', 'Abdul Qadir Caste Rind', '5440182594347', 'Balochistan', 'QUETTA'),
(558, 'Burhan', 'Jumat Khan', '1510114045883', 'KP', 'BUNER'),
(559, 'Burhan Ullah', 'Ibrar Ullah', '1510103935211', 'KP', 'BUNER'),
(560, 'Captain Murad Ali. ', 'Barkat Ali', '5440042242371', 'Balochistan', 'QUETTA'),
(561, 'Ch. Babar Hussain Gujjar ', 'Ch. Ghulam Rasool Gujjar ', '3410126757933', 'Punjab', 'GUJRANWALA'),
(562, 'Ch. Mudassar', 'Muhammad Nazar', '6110166838979', 'ICT', 'ISLAMABAD\r\n'),
(563, 'Ch. Muhammad Ejaz Ahmad ', 'Ch. Muhammad Aslam ', '3220247826311', 'Punjab', 'LAYYAH'),
(564, 'Ch. Razzaq Ahmad ', 'Ch. Mushtaq Ahmad ', '3410216060509', 'Punjab', 'GUJRANWALA'),
(565, 'Chauhdary Muhammad Aslam', 'Chauhdary Imam Din', '3320265353189', 'Punjab', 'Jhang'),
(566, 'Col (Rtd) Nadir ', 'Hassan Khan', '6110125684243', 'Gilgit-Baltistan', 'GILGIT'),
(567, 'Danial Ali', 'Agha Hussain', '3810152935345', 'Punjab', 'BHAKKAR'),
(568, 'Daud', 'Mehmood', '1510146070497', 'KP', 'BUNER'),
(569, 'Dawod Nazir Alias Shoukat Sufi Asad', 'Nazir Ahmed ', '3430129195915', 'Punjab', 'HAFIZABAD'),
(570, 'Deen Muhammad', 'Hazrat Muhammad', '1730115243617', 'KP', 'Charsada'),
(571, 'Didar Ali ', ' Mehar Ali (Ex-MLA)', '7150185121501', 'Gilgit-Baltistan', 'GILGIT'),
(572, 'Dilawar', 'Mian Khan', '1350355305507', 'KP', 'MANSEHRA'),
(573, 'Dilshad Khan', 'Muhammad Tufail ', '3410358463385', 'Punjab', 'GUJRANWALA'),
(574, 'Doctor Gul Alam', 'Abdul Latif', '2150158730831', 'KP', 'BANNU'),
(575, 'Dost Muhammad', 'Muhammad Akbar', '1550124862277', 'KP', 'SHANGLA (AT ALPURI)'),
(576, 'Dost Muhammad', 'Unknown', '1530521720035', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(577, 'Dr. Habib ur Rehman ', 'Ghulam Muhammad', '3720181812097', 'Punjab', 'CHAKWAL'),
(578, 'Dr. Iftikhar Ahmed alias Dr. Wajid ', 'Muhammad Din ', '3520122232701', 'Punjab', 'LAHORE'),
(579, 'Dr. Inam Ullah', 'Muhammad Khursheed', '3710156091261', 'Punjab', 'ATTOCK'),
(580, 'Dr. M. Rasool', 'Muhammad Jan', '1530209278477', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(581, 'Dr. Muhammad Ismail Shaikh ', 'Ahmed Ismail Shaikh ', '4220171929847', 'Sindh', 'Karachi'),
(582, 'Dur Muhammad ', 'Muhammad Panah Rind', '4310224585901', 'Sindh', 'Jacobabad'),
(583, 'Ehsan Ullah ', 'Muhammad Yaqoob ', '3410199954205', 'Punjab', 'GUJRANWALA'),
(584, 'Ehsan Ullah Khan ', 'Haji Atta Ullah Khan ', '3830203624573', 'Punjab', 'MIANWALI'),
(585, 'Ehsan-ul-Haq Shad', 'Pehelwan Khan', '3420206433815', 'Punjab', 'GUJRAT'),
(586, 'Ehtesham Ali alias Shani', 'Muhammad Aslam ', '3720138428497', 'Punjab', 'CHAKWAL'),
(587, 'Ejaz  Ahmad Dar', 'Muhammad Khan', '3730122623861', 'Punjab', 'JHELUM'),
(588, 'Enzar Gul', 'Noor Ahmad Shah', '1620211012471', 'KP', 'SWABI'),
(589, 'Essa', 'Muhammad Sidique', '1310182213209', 'KP', 'Abbotabad'),
(590, 'Fahad Mehmood', 'Aurangzeb', '1310111802363', 'KP', 'ABBOTTABAD'),
(591, 'Fahad Munir', 'Munir Ahmad', '3840484680627', 'Punjab', 'SARGODHA'),
(592, 'Fahad Naseem', 'Syed Naseem Ahmed', '4220103244499', 'Sindh', 'KARACHI EAST'),
(593, 'Fahim Nawaz', 'Muhammad Nawaz', '3660238604351', 'Punjab', 'Vehari'),
(594, 'Faiq Ahmed Memon ', 'Saadullah Memon', '4520347439039', 'Sindh', 'Khairpur'),
(595, 'Faisal ', 'Muhammad Akram ', '3820115859827', 'Punjab', 'KHUSHAB'),
(596, 'Faisal Ahmad Khan', 'Sher Ahmad Khan', '3840342656657', 'Punjab', 'BHAKKAR'),
(597, 'Faisal Baber Hussain', 'Iftikhar Ahmed', '3420171494633', 'Punjab', 'GUJRAT'),
(598, 'Faisal Riaz ', 'Noor Muhammad ', '3710502827363', 'Punjab', 'Attock    '),
(599, 'Faiz', 'Gul Faraz Khan', '1570195807975', 'KP', 'UPPER DIR (AT DIR)'),
(600, 'Faiz Rasool', 'BASHIR AHMED', '3420104012705', 'Punjab', 'GUJRAT'),
(601, 'Faiz ul Wahid', 'Molana Abdul Wahid', '1540232203325', 'KP', 'MALAKAND P.A.'),
(602, 'Faiz Ullah', 'Hamza Khan', '1570290083489', 'KP', 'UPPER DIR (AT DIR)'),
(603, 'faiz Ullah Khan sial', 'Nawab Aziz ullah khan', '3320242061135', 'Punjab', 'Jhang'),
(604, 'Faiz ur Rehman @ Abdul Rehman ', 'Aziz ur Rehman ', '4240112749335', 'Sindh', 'Karachi'),
(605, 'Faizan Ul Haq ', ' Javid Iqbal ', '7150159727273', 'Gilgit-Baltistan', 'GILGIT'),
(606, 'Fakhar Abbas ', 'Mohammad Ashraf ', '3430266237369', 'Punjab', 'HAFIZABAD'),
(607, 'Fakhre Alam', 'Fazal Raheem', '1620212284295', 'KP', 'SWABI'),
(608, 'Falak Niaz', 'Waris Khan', '1730104109115', 'KP', 'PESHAWAR'),
(609, 'Falak Sher ', 'Muhammad Inayat ', '3420131134533', 'Punjab', 'GUJRAT'),
(610, 'Faqeer Hussain ', 'Abdul Hameed ', '3410324721375', 'Punjab', 'GUJRANWALA'),
(611, 'Faqir Mohammad @ Faqira', 'Shah Gul', '5610123696367', 'Balochistan', 'BARKHAN'),
(612, 'Faqir Muhammad @ Ganjaey', 'Shah Rahman', '1620296568463', 'KP', 'SWABI'),
(613, 'Faramosh', 'Feroz', '1560204147715', 'KP', 'SWAT (AT MINGORA)'),
(614, 'Faraz Sultan alias Abdullah', 'Muhammad Nawaz', '3840159344977', 'Punjab', 'SARGODHA'),
(615, 'Farhan Siddique ', 'Muhammad Yameen Siddique ', '3410165822589', 'Punjab', 'GUJRANWALA'),
(616, 'Farhat', 'Fazal Wazir', '1530585554389', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(617, 'Farman', 'Bacha Hussain', '3520268010863', 'KP', 'UPPER DIR (AT DIR)'),
(618, 'Farman @ Nawaly', 'Sikandar', '1560267796427', 'KP', 'TORGHAR (AT OGHI)');
INSERT INTO `dnfbp` (`id`, `name`, `fname`, `cnic`, `district`, `province`) VALUES
(619, 'Farman Ullah', 'Safeer Gul', '1430163746661', 'KP', 'KOHAT'),
(620, 'Farman Ullah Khan', 'Habib ul Hassan', '1530555094295', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(621, 'Farooq', 'Aala Gul (Afghan National)', '1530211394809', 'KP', 'Dir Lower'),
(622, 'Farooq', 'Shehbaz', '1570170469863', 'KP', 'UPPER DIR (AT DIR)'),
(623, 'Farooq', 'Hassan Akbar', '1620303449497', 'KP', 'SWABI'),
(624, 'Farooq', 'Khadim', '1560403465681', 'KP', 'SWAT (AT MINGORA)'),
(625, 'Farooq /Farooq Haider', 'Sufi Farid', '1310156198729', 'KP', 'ABBOTTABAD'),
(626, 'Farooq Ahmad Kha', 'Gulaya Khan', '3810336154049', 'Punjab', 'BHAKKAR'),
(627, 'Farooq Azam Bhatti @ Talib ', 'Abdul Rasheed ', '4230142523581', 'Sindh', 'Karachi'),
(628, 'Farooq Haider', 'Ghulam Rabani', '3840343494055', 'Punjab', 'SARGODHA'),
(629, 'Farrukh Abbas ', 'Muhammad Bashir Jaffari ', '3110475998761', 'Punjab', 'BAHAWALNAGAR'),
(630, 'Fateh Mohammad s/o  caste Khetran', 'Sahiban', '5610122314867', 'Balochistan', 'BARKHAN'),
(631, 'Fateh Muhammad caste Nasar', 'Jalat Khan', '5420334497405', 'Balochistan', 'KILLA ABDULLAH'),
(632, 'Fawad Habib Ullah', 'Maqsood Alam Sawati ', '3520224601703', 'Punjab', 'LAHORE'),
(633, 'Fawad Khan', 'Sher Khan', '1510131284683', 'KP', 'BUNER'),
(634, 'Fayyaz Elahi ', 'Nabi Bakhsh ', '3210381305135', 'Punjab', 'MANDI BAHAUDDIN'),
(635, 'Fayyaz Hussain', 'Abdal Ghafoor', '3720315029465', 'Punjab', 'CHAKWAL'),
(636, 'Fayyaz Hussain ', 'Muhammad Nawaz', '1220177495949', 'Punjab', 'BHAKKAR'),
(637, 'Fazal Ahad', 'Muhammad Hussain', '1620205485861', 'KP', 'SWABI'),
(638, 'Fazal Akbar', 'Malik Said Akbar', '1520105845663', 'KP', 'CHITRAL'),
(639, 'Fazal Amin', 'Noor ul Qamar', '1620251843667', 'KP', 'SWABI'),
(640, 'Fazal Azim', 'Gul Azeem', '1570122638049', 'KP', 'BATAGRAM (AT BANA)'),
(641, 'Fazal Elahi ab r/o Moh: Malakpora Swabi', 'Fazal Wahab', '', 'KP', 'Swabi'),
(642, 'Fazal Ghafoor', 'Abdul Sattar', '1530627759291', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(643, 'Fazal Ghafur', 'Juma Khan', '1610159463673', 'KP', 'MARDAN'),
(644, 'Fazal Hakim', 'Gul Azim', '1530427203009', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(645, 'Fazal Hameed', 'Shah Tamas', '1530209222871', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(646, 'Fazal Hayat', 'Umar Zada', '1570179947331', 'KP', 'UPPER DIR (AT DIR)'),
(647, 'Fazal Hussain Shah', 'Nazar Hussain Shah', '1330281224573', 'KP', 'HARIPUR'),
(648, 'Fazal Karim', 'Abdur Rahim', '1510148849237', 'KP', 'BUNER'),
(649, 'Fazal Nawab', 'Haji Nawab', '4140116039379', 'KP', 'MALAKAND P.A.'),
(650, 'Fazal Qadir', 'Gulbar Said', '1530536044925', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(651, 'Fazal Qadir', 'Inayat Ellahi ', '3710109428067', 'Punjab', 'ATTOCK'),
(652, 'Fazal Qayum @ Qayyum', 'Abdul Rehman', '1530323244151', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(653, 'Fazal Raheem', 'Said Ahmad', '1620223597417', 'KP', 'SWABI'),
(654, 'Fazal Rehman', 'Fazal Manan', '1530649884249', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(655, 'Fazal Subhan', 'Shah Zaman', '1570111738333', 'KP', 'UPPER DIR (AT DIR)'),
(656, 'Fazal ur Rehman ', 'Gul Janan ', 'NIL', 'Sindh', 'Karachi'),
(657, 'Fazal Wahab', 'Gul Mehmood', '1510104041867', 'KP', 'BUNER'),
(658, 'Fazal Wahid', 'Shan Mohammad', '1570191667271', 'KP', 'UPPER DIR (AT DIR)'),
(659, 'Fazal-e-Raziq', 'Abdul Waheed', '1550366981369', 'KP', 'CHARSADDA'),
(660, 'Fazal-ul-Allah alias Khalid ', 'Mehmood Asad ', '3130366224053', 'Punjab', 'RAHIM YAR KHAN'),
(661, 'Fazal-ur-Rehman', 'Azeem Khan', '2104032137369', 'KP', 'MOHMAND (AT GHALLANAY)'),
(662, 'Fazal-Ur-Rehman', 'Azeem Khan', '2140321373699', 'KP', 'MOHMAND (AT GHALLANAY)'),
(663, 'Fazal-ur-Rehman ', 'Muhammad Yousaf   ', '3120597002619', 'Punjab', 'BAHAWALPUR'),
(664, 'Fazal-ur-Rehman ', 'Abdul Rehman ', '3830174336111', 'Punjab', 'MIANWALI'),
(665, 'Fazal-ur-Rehman.', 'Gul Baran', '5440039771865', 'Balochistan', 'QUETTA'),
(666, 'Ferhat Kavakli', '', 'P00033721', 'ICT', 'Islamabad'),
(667, 'Fiaz Ahmad', 'Muhammad Khursheed', '3640277903213', 'Punjab', 'PAKPATTAN'),
(668, 'Fiaz Ahmad ', 'Rehmat Ullah ', '3310476932543', 'Punjab', 'FAISALABAD'),
(669, 'Fiaz Hussain Shah alias Riaz ', 'Syed Maqsood Hussain Shah ', '3460323187649', 'Punjab', 'SIALKOT'),
(670, 'Fida Hussain', 'Ishaq Ali. ', '5440023875115', 'Balochistan', 'QUETTA'),
(671, 'Fida Hussain', 'Fazal Rahman', '1570180500479', 'KP', 'UPPER DIR (AT DIR)'),
(672, 'Fida Hussain @ Baccho ', 'Zafar Ali', '5440005093579', 'Balochistan', 'QUETTA'),
(673, 'Fida Shah', 'Syed Abdul Ghaffar Shah', '5130146472045', 'Balochistan', 'KHARAN'),
(674, 'Fiyyaz Hussain Khan ', 'Mumtaz Ali Khan ', '3810106665299', 'Punjab', 'BHAKKAR'),
(675, 'Furqan Ahmed Awan ', 'Mir Afzal Awan', '4240142624931', 'Sindh', 'Karachi'),
(676, 'Furqan Qadri ', 'Habibullah ', '4210140196251', 'Sindh', 'Karachi'),
(677, 'Furqan Tariq ', 'Tariq Zubair ', '3410139310259', 'Punjab', 'GUJRANWALA'),
(678, 'Ghafar Ul Haq', 'Abbas Ali', '3540432566369', 'Punjab', 'Sheikhupura'),
(679, 'Ghaffar Ali', 'Nazeer', '1710168512557', 'KP', 'CHARSADDA'),
(680, 'Ghani Rehman', 'Fazla Rehman', '1560204475951', 'KP', 'SWAT (AT MINGORA)'),
(681, 'Ghazi Tanveer Ahmed ', 'Rasheed Khan', '4240155009179', 'Sindh', 'Karachi'),
(682, 'Ghufran Sajid ', 'Abdul Hayee Awan ', '3410131489395', 'Punjab', 'GUJRANWALA'),
(683, 'Ghulam Abass', 'Muhammad Nazeer', '3620209178771', 'Punjab', 'LODHRAN'),
(684, 'Ghulam Abbas ', 'Irshad Hussain ', '3410408347591', 'Punjab', 'GUJRANWALA'),
(685, 'Ghulam Abbas ', 'Bashir Ahmad ', '3610213159809', 'Punjab', 'KHANEWAL'),
(686, 'Ghulam Abbas', 'Mian Muhammad', '3820136040333', 'Punjab', 'KHUSHAB'),
(687, 'Ghulam Abbas ', 'Abdul Ghani ', '3830394276167', 'Punjab', 'MIANWALI'),
(688, 'Ghulam Abbas', 'Muhammad Bashir', '3410174505535', 'Punjab', 'GUJRANWALA'),
(689, 'Ghulam Abbas', 'Ghulam Akbar', '1220145131523', 'Punjab', 'BHAKKAR'),
(690, 'Ghulam Abbas', 'Abdul Haq', '3420104253797', 'Punjab', 'GUJRAT'),
(691, 'Ghulam Abbas ', 'Muhammad Sardar ', '3310091290915', 'Punjab', 'FAISALABAD'),
(692, 'Ghulam Abbas', 'Manzoor Hussain', '3310446480449', 'Punjab', 'FAISALABAD'),
(693, 'Ghulam Abbas ', 'Gul Muhammad ', '3330266934343', 'Punjab', 'TOBA TEK SINGH'),
(694, 'Ghulam Abbas Ulro', 'Sadhoro Khan Ulro', '4520415488435', 'Sindh', 'Khairpur'),
(695, 'Ghulam Akbar ', 'Ghulam Safdar ', '3710170658487', 'Punjab', 'Attock    '),
(696, 'Ghulam Akbar alias Aoun Abbas', 'Ghulam Shabbir', '3220228146727', 'Punjab', 'LAYYAH'),
(697, 'Ghulam ALi @ Sultan Haider', 'Abdul Rehman', '3840242666131', 'Punjab', 'SARGODHA'),
(698, 'Ghulam Ali Shah', 'Ali Nawaz Shah ', '5330409814649', 'Balochistan', 'NASIRABAD  (AT D.M.JAMALI)'),
(699, 'Ghulam Baqir alias Bani ', 'Ghulam Hussain Jafferi ', '3230101255655', 'Punjab', 'MUZAFFARGARH'),
(700, 'Ghulam Bheek alias Abu Bakar', 'Maqbool Ahmad', '3660356720721', 'Punjab', 'VEHARI'),
(701, 'Ghulam Dastageer Hamid ', 'Ghulam Nabi Khan ', '3520223979731', 'Punjab', 'LAHORE'),
(702, 'Ghulam Farid', 'Rasool Niaz', '1110165796486', 'KP', 'BANNU'),
(703, 'Ghulam Haider alias Mehrab Hussain ', 'Jind Wadda ', '3120141908709', 'Punjab', 'BAHAWALPUR'),
(704, 'Ghulam Haider Tonsvi', 'Ghulam Hassan', '3630423441727', 'Punjab', 'Multan'),
(705, 'Ghulam Hussain ', 'Muhamma Shafi ', '3620382470073', 'Punjab', 'LODHRAN'),
(706, 'Ghulam Hussain', 'Rahim Bakhs Dad Sumalani.', '5140155438121', 'Balochistan', 'KHUZDAR'),
(707, 'Ghulam Hussain ', 'Raheem Bakhsh ', '3320338695803', 'Punjab', 'JHANG'),
(708, 'Ghulam Hussain', 'Sain Ditta ', '3310017811273', 'Punjab', 'FAISALABAD'),
(709, 'Ghulam Hussain ', 'Gul Hassan', '3320347592005', 'Punjab', 'JHANG'),
(710, 'Ghulam Hussain', 'Muhammad Aslam', '3310032934585', 'Punjab', 'FAISALABAD'),
(711, 'Ghulam Hussain alias Talibaan ', 'Allah Ditta ', '3120472814565', 'Punjab', 'BAHAWALPUR'),
(712, 'Ghulam Hussain Bhidwal', ' Malik Allah Bakhsh Zawar ', '3810224720705', 'Punjab', 'BHAKKAR'),
(713, 'Ghulam Mohammad @ Umar ', 'M. Iqbal (Late)', '4230108649365', 'Sindh', 'Karachi'),
(714, 'Ghulam Muhammad', 'Niamat Khan', '4210114307513', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(715, 'Ghulam Muhammad @ Umer ', 'M.Iqbal (Late) ', '4230108649365', 'Sindh', 'Karachi'),
(716, 'Ghulam Murtaza ', 'Sana Ullah ', '3130402162613', 'Punjab', 'RAHIM YAR KHAN'),
(717, 'Ghulam Murtaza ', 'Muhammad Ali ', '3320187311567', 'Punjab', 'CHINIOT'),
(718, 'Ghulam Mustafa ', 'Muhammad Saleem ', '3810266393517', 'Punjab', 'BHAKKAR'),
(719, 'Ghulam Mustafa', 'Muhammad Nazir ', '3740206496395', 'Punjab', 'RAWALPINDI'),
(720, 'Ghulam Mustafa ', 'Ashiq Hussain', '3210224847397', 'Punjab', 'DERA GHAZI KHAN'),
(721, 'Ghulam Mustafa ', 'M. Hanif', '8210255715723', 'AJ&K', 'Pidhar Mato Khan , Dhirkot Bagh'),
(722, 'Ghulam Mustafa alias Haji Iqbal ', 'Qadir Dad Khan ', '3210253241489', 'Punjab', 'DERA GHAZI KHAN'),
(723, 'Ghulam Mustafa alias Nanna ', 'Mehndi Hassan ', '3120256251067', 'Punjab', 'BAHAWALPUR'),
(724, 'Ghulam Mustafa Jadoon', 'Zardad Khan', '1310155033549', 'KP', 'ABBOTTABAD'),
(725, 'Ghulam Mustafa Tabasum', 'Abdul Rasheed', '3660337970545', 'Punjab', 'Vehari'),
(726, 'Ghulam Nabi', 'Bashir Ahmad ', '3310083404117', 'Punjab', 'FAISALABAD'),
(727, 'Ghulam Nabi ', 'Muhammad Usman', 'NIL', 'Sindh', 'Sanghar'),
(728, 'Ghulam Nabi Keti ', 'Muhammad Umar Keti ', '4140136088111', 'Sindh', 'THATTA'),
(729, 'Ghulam Nazik ', 'Noor Muhammad ', '3630406900473', 'Punjab', 'MULTAN'),
(730, 'Ghulam Qadir', 'Ghulam Hussan', '1730114145583', 'KP', 'CHARSADDA'),
(731, 'Ghulam Qadir', 'Muhammad Ibraheem Sona ', '3810223515331', 'Punjab', 'BHAKKAR'),
(732, 'Ghulam Qasim', 'Nazar Hussain', '3720116611905', 'Punjab', 'CHAKWAL'),
(733, 'Ghulam Rasool', 'Abdullah Khan', '1530511231577', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(734, 'Ghulam Raza', 'Ghulam Rasool Arfati', '3240443770413', 'Punjab', 'Rahim Yar Khan'),
(735, 'Ghulam Raza', 'Muhammad Shamla ', '3240225604921', 'Punjab', 'RAJANPUR'),
(736, 'Ghulam Raza @ Raza Tayyab', 'Muhammad Hussain', '3720113321295', 'Punjab', 'CHAKWAL'),
(737, 'Ghulam Safdar Khan ', 'Ghulam Mustafa Khan ', '3430250756599', 'Punjab', 'HAFIZABAD'),
(738, 'Ghulam Said', 'Yasin Khan', '1530531151849', 'KP', 'Dir Lower'),
(739, 'Ghulam Sarwar ', 'Muhammad Bux Chachar', '4550118641583', 'Sindh', 'Sukkur'),
(740, 'Ghulam Sarwar ', 'Lal Deen', '3410117914387', 'Punjab', 'GUJRANWALA'),
(741, 'Ghulam Sarwar Abro ', 'Rajab Ali ', '4320395420793', 'Sindh', 'Karachi'),
(742, 'Ghulam Shabbar', 'Ghulam Hussain', '3540443204775', 'Punjab', 'Sheikhupura'),
(743, 'Ghulam Shabbir ', 'Haitam ', '3610235275773', 'Punjab', 'KHANEWAL'),
(744, 'Ghulam Shabbir ', 'Haji Rahim Bakhsh ', '3130233127423', 'Punjab', 'RAHIM YAR KHAN'),
(745, 'Ghulam Shabbir ', 'Ghulam Rasool ', '3120495820877', 'Punjab', 'BAHAWALPUR'),
(746, 'Ghulam Shabbir', 'Ghulam Sarwar', '3240239954065', 'Punjab', 'RAJANPUR'),
(747, 'Ghulam Shabbir Ahmad', 'Noor Muhammad', '3710587862233', 'Punjab', 'ATTOCK'),
(748, 'Ghulam Shahbaz Ali', 'Ghulam Nabi', '6110119436773', 'Punjab', 'FAISALABAD'),
(749, 'Ghulam Shehzad ', 'Jaffar', '7110383536731', 'Gilgit-Baltistan', 'BALTISTAN (AT SKARDU)'),
(750, 'Ghulam Yaseen alias Abu Masood, Kulhara ', 'Ghulam Rasool ', '3120456485327', 'Punjab', 'DERA GHAZI KHAN'),
(751, 'GHULAM YASIM MUAVIA', 'KAREEM BAKHSH', '3630117463523', 'Punjab', 'SARGODHA'),
(752, 'Ghullam Abbas', 'Riaz Hussain', '3320404104429', 'Punjab', 'Jhang'),
(753, 'Ghullam nabi', 'Ghullam Akbar', '3320314732498', 'Punjab', 'Jhang'),
(754, 'Ghullam Qasim Ali', 'Muhammad Yousaf', '3320344110085', 'Punjab', 'Jhang'),
(755, 'Ghullam Raza', 'Muhammad nawaz', '3320213617489', 'Punjab', 'Jhang'),
(756, 'Ghullam Shabbir', 'Kamal Din Late', '3320383832623', 'Punjab', 'Jhang'),
(757, 'Ghuncha Gul', 'Umar Gul', '1710177743631', 'KP', 'Charsada'),
(758, 'Ghuncha Gul', 'Sherin Jan', '1530592094631', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(759, 'Gohar Murtaza Khan Lodhi ', 'Murtaza Khan Lodhi ', '3440264524687', 'Punjab', 'MANDI BAHAUDDIN'),
(760, 'Gran Malik', 'Abdul Momin', '1530579645659', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(761, 'Gul Bar Said', 'Bacha Said', '1530565155697', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(762, 'Gul Faraz', 'Saaz Karim', '1530405449341', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(763, 'Gul Jahan alias Abu Noman  ', 'Muhammad Ramzan', '3840370333777', 'Punjab', 'SARGODHA'),
(764, 'Gul Muhammad', 'Sargand Khan (Late)', '1530119576559', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(765, 'Gul Raiz', 'Javed', '1210163995509', 'KP', 'DERA ISMAIL KHAN'),
(766, 'Gul Sharif', 'Muhammad Amin', '1530259281097', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(767, 'Gul Sher', 'Umar Din / Samar Din', '4230176580405', 'KP', 'BUNER'),
(768, 'Gul Sher @ Kara', 'Sadbar', '1510104173717', 'KP', 'BUNER'),
(769, 'Gul Yousaf', 'Shahmir Khan @ Toor', '2170525717401', 'KP', 'DERA ISMAIL KHAN'),
(770, 'Gul Zada', 'Shah Gul', '1730114229371', 'KP', 'PESHAWAR'),
(771, 'Gul Zada', 'Rahim', '1570169853355', 'KP', 'UPPER DIR (AT DIR)'),
(772, 'Gulab Noor', 'Raz Muhammad', '', 'KP', 'SWA'),
(773, 'Gulab Said', 'Anat @ Lalat', '', 'KP', 'Dir Lower'),
(774, 'Gulfam Khan alias Abu Akasha ', 'Khan Akbar Hameed ', '3460372910123', 'Punjab', 'SIALKOT'),
(775, 'Gulim', 's/o Aman', '1570117971737', 'KP', 'UPPER DIR (AT DIR)'),
(776, 'Gulraiz Ahmed', 'Maqsood Ahmed', '3520210331455', 'Punjab', 'LAHORE'),
(777, 'Gulzar Ahmed Waseem', 'Khuda Bhaksh', '4210189077825', 'Punjab', 'Vehari'),
(778, 'Gulzar Alam', 'Gul Ahmad', '1570112256391', 'KP', 'UPPER DIR (AT DIR)'),
(779, 'Gulzar Hussain ', 'Feroz Hussain ', '3330222436961', 'Punjab', 'TOBA TEK SINGH'),
(780, 'Gulzar Hussain alias Gulzari', 'Muhammad Zaman ', '3810406351913', 'Punjab', 'BHAKKAR'),
(781, 'Habeeb Ullah', 'Abdul Hameed', '3330390848519', 'Punjab', 'T.T.Singh'),
(782, 'Habib Mullah', 'Muhammad Habib', '1530232889065', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(783, 'Habib Said', 'Said Baqar', '1530516777985', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(784, 'Habib Ul Hassan', 'Ismail a', '1530552556293', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(785, 'Habib Ullah', 'Amin Ullah', '1530209161181', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(786, 'Habib Ullah', 'Muhammad Shareef', '3320294840701', 'Punjab', 'JHANG'),
(787, 'Habib ur Rehman', 'Akhun Muhammad', '1530209695693', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(788, 'Habib Ur Rehman ', 'Abdul Rehman ', '3120112348393', 'Punjab', 'BAHAWALPUR'),
(789, 'Habib Ur Rehman ', 'Fazal Ur Rehman ', '3310603440643', 'Punjab', 'FAISALABAD'),
(790, 'Habib Ur Rehman', 'Khuda bukhsh', '3210324466355', 'Punjab', 'DERA GHAZI KHAN'),
(791, 'Habib-ur-Rehman', ' Haji Noor Jahan ', '5650318529899', 'Balochistan', 'ZHOB'),
(792, 'Habib-ur-Rehman ', 'Inayet Ullah ', '3410148877251', 'Punjab', 'GUJRANWALA'),
(793, 'Hadayat-ur-Rehman', 'Malang', '5210170289203', 'Balochistan', 'GWADAR'),
(794, 'Hadi Khan', 'Muzafar Khan', '1530745992867', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(795, 'Hafeez ', 'Habib Dhoobi', '4220116906419', 'Sindh', 'Karachi'),
(796, 'Hafeez Ullah ', 'Ghulam Muhammad ', '3810208887459', 'Punjab', 'BHAKKAR'),
(797, 'Hafeez Ullah', 'Aziz-ur-Rahman', '1710165658563', 'KP', 'Charsada'),
(798, 'Hafeez ur Rehman', 'Asghar Ali', '3460254113995', 'Punjab', 'Sialkot'),
(799, 'Hafeez-ur-Rehman alias Hammad', 'Asghar Ali', '3460251986133', 'Punjab', 'SIALKOT'),
(800, 'Hafeezullah   ', 'Din Mohammad', '5530236414071', 'Balochistan', 'SIBI'),
(801, 'Hafiq ul Haq ', 'Saro Zarin', '1320291716463', 'KP', 'BATAGRAM (AT BANA)'),
(802, 'Hafiz  Adul  Shakoor  Mengal', 'Essa', '5140323954205', 'Balochistan', 'LASBELA (AT UTHAL)'),
(803, 'Hafiz Abdul Ghaffar', 'Ahsam-ud-Din', '5421058072627', 'Balochistan', 'QUETTA'),
(804, 'Hafiz Abdul Ghaffar alias Ghaffari ', 'Haji Muhammad Ashraf ', '3640132020031', 'Punjab', 'PAKPATTAN'),
(805, 'Hafiz Abdul Hayee ', 'Hafiz Haji Muhammad Azeem ', '3120121703077', 'Punjab', 'BAHAWALPUR'),
(806, 'Hafiz Abdul Rauf', 'Sana Ullah', '3410104510339', 'Punjab', 'GUJRANWALA'),
(807, 'Hafiz Abdul Samad ', 'Hakeem Ahmad Hassan  ', '3120129895687', 'Punjab', 'BAHAWALPUR'),
(808, 'Hafiz Ali MUhammad', 'Faiz Muhammad', '1720122432817', 'Punjab', 'JHELUM'),
(809, 'Hafiz Asmat Ullah ', 'Matho Khan', '3520094250227', 'Punjab', 'DERA GHAZI KHAN'),
(810, 'Hafiz Attahullah', 'Haji Yaseen', '5410187678593', 'Balochistan', 'CHAGAI (AT DALBANDIN)'),
(811, 'Hafiz Attaullah ', 'Muhammad Aslam Shaikh', '441031188513', 'Sindh', 'Mirpurkhas'),
(812, 'Hafiz Attique Rehman ', 'Abdul Rehman ', '3520263533563', 'Punjab', 'LAHORE'),
(813, 'Hafiz Aziz Ullah', 'Soran', '1102130116515', 'KP', 'Toorghar'),
(814, 'Hafiz Dost Kohsa,', 'Lashkran', '5320163384499', 'Balochistan', 'JAFFARABAD'),
(815, 'Hafiz Farooq Ahmad alias Rajanpuri ', 'Molvi Abdul Haq ', '3110380968241', 'Punjab', 'BAHAWALNAGAR'),
(816, 'Hafiz Fiaz Ahmad', 'Ghulam Hassan', '3620359665643', 'Punjab', 'Lodhran'),
(817, 'Hafiz Ghulam Mustafa', 'Hafiz Muhammad Waraym', '3610245411477', 'Punjab', 'KHANEWAL'),
(818, 'Hafiz Gulzar Ahmed Umer', 'Ghulam Muhammad', '3730144818619', 'Punjab', 'JHELUM'),
(819, 'Hafiz Habibullah', 'Maulvi Abdul Ghafoor', '1610145584693', 'KP', 'MARDAN'),
(820, 'Hafiz Hafeez Ahmed', 'Muhammad Anwar', '1330298828313', 'KP', 'Haripur'),
(821, 'Hafiz Imam @ Hafiz Imran ', 'Shah Muhammad', '5440004802391', 'Balochistan', 'QUETTA'),
(822, 'Hafiz Imran ', 'Muhammad Yousaf ', '3410470089823', 'Punjab', 'GUJRANWALA'),
(823, 'Hafiz Kashif ', 'M. Hanif', '8230314430013', 'AJ&K', 'Datoot Rawalakot'),
(824, 'Hafiz Khalid Mehmood', 'Haji Muhammad Moosa', '3320228120135', 'Punjab', 'Jhang'),
(825, 'Hafiz Mehmood Anwar', 'Sahib Noor', '1120118596627', 'KP', 'LAKKI MARWAT'),
(826, 'Hafiz Mehmood-ul-Hassan ', 'Tufail Ahmed ', '3530236433369', 'Punjab', 'OKARA'),
(827, 'Hafiz Mohd. Alam Tariq  ', 'Mohammad Hashim Jatak', '4250112033079', 'Balochistan', 'KALAT'),
(828, 'Hafiz Muhammad ', 'Abdullah Indher', 'NIL', 'Sindh', 'Sukkur'),
(829, 'Hafiz Muhammad Abubakar alias Al Hussaini ', 'Hafiz Muhammad Idrees ', '4240118435861', 'Punjab', 'BAHAWALPUR'),
(830, 'Hafiz Muhammad Ahmad', 'Abdul Qayyum', '3110101474671', 'Punjab', 'BAHAWALNAGAR'),
(831, 'Hafiz Muhammad Ammar alias Muaz Muavia (Rajpoot)', 'Tariq Pervaiz', '3650218255643', 'Punjab', 'SAHIWAL'),
(832, 'Hafiz Muhammad Ashiq', 'Malik Muhammad Boota', '3540465939315', 'Punjab', 'Sheikhupura'),
(833, 'Hafiz Muhammad Ashraf', 'Ch. Farzand Ali', '3110116162161', 'Punjab', 'BAHAWALNAGAR'),
(834, 'HAFIZ MUHAMMAD HAFEEZ UR REHMAN', 'MUHAMMAD SAJJAD UR REHMAN', '3820199043021', 'Punjab', 'Khushab'),
(835, 'Hafiz Muhammad Ishaq ', 'Muhammad Sadiq', '3320139402529', 'Punjab', 'Chiniot'),
(836, 'Hafiz Muhammad Ishfaq alias Ishtiaq ', 'Noor Muhammad ', '3130380315857', 'Punjab', 'RAHIM YAR KHAN'),
(837, 'Hafiz Muhammad Junaid-ur-Rehman ', 'Muhammad Mehfooz-ur-Rehman ', '3610264841381', 'Punjab', 'KHANEWAL'),
(838, 'Hafiz Muhammad Naveed ', 'Shabbir Ahmed ', '353016256925', 'Sindh', '26'),
(839, 'Hafiz Muhammad Noor', 'Abdul Qayyum Caste Alizai', '5440066280927', 'Balochistan', 'QUETTA'),
(840, 'Hafiz Muhammad Qasim', 'Raheem Bakhsh', '3620105685639', 'Punjab', 'LODHRAN'),
(841, 'Hafiz Muhammad Rafi Mustafa ', 'Muhammad Sharif Shaikh', '4130350573211', 'Sindh', 'Hyderabad'),
(842, 'Hafiz Muhammad Rafique alias Tunda ', 'Pir Bakhsh ', '3130328114607', 'Punjab', 'RAHIM YAR KHAN'),
(843, 'Hafiz Muhammad Raheel', 'Muhammad Anwar', '3520256763255', 'Punjab', 'LAHORE'),
(844, 'Hafiz Muhammad Ramzan ', 'Allah Bakhsh ', '3310091296847', 'Punjab', 'FAISALABAD'),
(845, 'Hafiz Muhammad Ramzan', 'Bashir Ahmad', '3530154145751', 'Punjab', 'OKARA'),
(846, 'Hafiz Muhammad Saeed', 'Kamal Din', '3520255098427', 'Punjab', 'LAHORE'),
(847, 'Hafiz Muhammad Shakir', 'Muhammad Sifarish', '3710403885115', 'Punjab', 'Attock    '),
(848, 'Hafiz Muhammad Sohail', 'Muhammad Akram', '3710114063511', 'Punjab', 'Attock    '),
(849, 'Hafiz Muhammad Tayyab alias Faheem ', 'Ghulam Sarwar ', '3120206866265', 'Punjab', 'BAHAWALPUR'),
(850, 'Hafiz Muhammad Ubaid Ullah ', 'Muhammad Umar Khan ', '3650118267407', 'Punjab', 'GUJRANWALA'),
(851, 'Hafiz Muhammad Usman ', 'Hafiz Muhammad Ishaq ', '3650213747215', 'Punjab', 'SAHIWAL'),
(852, 'Hafiz Muhammad Usman Jami ', 'Muhammad Rafiq Jami ', '3310002298647', 'Punjab', 'FAISALABAD'),
(853, 'Hafiz Muhammad Yousaf alias Al Hussaini ', 'Hafiz Muhammad Idrees Sabir ', '3120202579483', 'Punjab', 'BAHAWALPUR'),
(854, 'Hafiz Naimat Ullah', 'Rahim Dad', '5160243981695', 'Balochistan', 'MASTUNG'),
(855, 'Hafiz Naveed Saddiqi alias Saddiqi ', 'Abdul Latif ', '3320240131841', 'Punjab', 'JHANG'),
(856, 'Hafiz Nazir Ahmed ', 'Daim Din Samejo', '4550105730689', 'Sindh', 'Sukkur'),
(857, 'Hafiz Noman Tariq ', 'Tariq Mehmood ', '3460397390433', 'Punjab', 'SIALKOT'),
(858, 'Hafiz Numan Zia Farooqi ', 'Maulana Zia-ur-Rehman Farooqi ', '3310531408271', 'Punjab', 'FAISALABAD'),
(859, 'Hafiz Saeed Akbar', 'Shafi Akbar', '1620230321640', 'KP', 'HARIPUR'),
(860, 'Hafiz Sanaullah ', 'Abdul Khaliq Zehri.', '5140167012819', 'Balochistan', 'KHUZDAR'),
(861, 'Hafiz Sibghat Ullah', 'Muhammad Ali', '1120107204267', 'KP', 'LAKKI MARWAT'),
(862, 'Hafiz Ullah', 'Zoor Mast', '1570143523109', 'KP', 'UPPER DIR (AT DIR)'),
(863, 'Hafiz Ullah', 'Bakht Biland', '1530520976675', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(864, 'Hafiz ullah', 'Hamza Khan', '', 'KP', 'Dir Lower'),
(865, 'Hafiz Ur Rehman @ Pakhan@Muhsin', 'Palo Din @ Aamir Din', '2220117502041', 'KP', 'BANNU'),
(866, 'Haidar Ali', 'Adil', '1560253170809', 'KP', 'SWAT (AT MINGORA)'),
(867, 'Haider Ali @ Shan', 'Khursheed Haider ', '4230109954729', 'Sindh', 'Karachi'),
(868, 'Haider Ali Raza ', 'Mohsin Ali Raza Jafri', '3130155469165', 'Punjab', 'RAHIM YAR KHAN'),
(869, 'Hajat Ali', 'Maqbali Khan', '1730102379621', 'KP', 'CHARSADDA'),
(870, 'Haji Abbas ', 'Haji Qasim ', '5440083115339', 'Balochistan', 'QUETTA'),
(871, 'Haji Aman ullah caste Adozai', 'Sheikh Muhammad', '5420124393955', 'Balochistan', 'KILLA ABDULLAH'),
(872, 'Haji Bashir Ahmed', 'Ali Mohammad Qabdani.', '5410101212811', 'Balochistan', 'CHAGAI (AT DALBANDIN)'),
(873, 'Haji Faizullah Haidri ', 'Shah Muhammad', '5440027705199', 'Balochistan', 'QUETTA'),
(874, 'haji jind wada', 'ghulam fareed', '3120477393625', 'Punjab', 'Bahawalpur'),
(875, 'Haji Majed Caste Reki', 'Muhammad Hayat', '5130224061527', 'Balochistan', 'WASHUK'),
(876, 'Haji Muhammad Hanif', 'Habib Jan', '1530208521885', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(877, 'Haji Muhammad Nawaz', 'Mian Abdul Hafeez', '3620294324561', 'Punjab', 'LODHRAN'),
(878, 'Haji Muhammad Qasim', 'Abdul Nabi Caste Kurd', '5440044636131', 'Balochistan', 'QUETTA'),
(879, 'Haji Rahim Said', 'Sher Muhammad', '1570595601085', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(880, 'Haji Yar Muhammad ', 'Hafiz Allah Bakhsh ', '3201302876153', 'Punjab', 'DERA GHAZI KHAN'),
(881, 'Haji Zarin', 'Noor Ahmed', '1530513726873', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(882, 'Hakeem Ullah', 'Said Sher', '1730104883589', 'KP', 'CHARSADDA'),
(883, 'Hakim Ali', 'Zulifqar Ali', '3320279668301', 'Punjab', 'Jhang'),
(884, 'Hakim Khan', 'Gul Sabdar Tazagram', '1530209569635', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(885, 'Hakim Khan', 'Pasand', '1510106734331', 'KP', 'BUNER'),
(886, 'Haleem Said', 'Rahim Said', '1530670293987', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(887, 'Hamadullah', 'Muhammad Sadiq Shaikh', '4520365331601', 'Sindh', 'Khairpur'),
(888, 'Hamayun', 'Habib Khan', '1570169390269', 'KP', 'UPPER DIR (AT DIR)'),
(889, 'Hameed Sajjid', 'Gui Muhammad', '3840321279511', 'Punjab', 'SARGODHA'),
(890, 'Hamid Ali ', 'Allah Yar ', '3520203676575', 'Punjab', 'LAHORE'),
(891, 'Hamid Ali Qureshi ', 'Muhammad Bashir ', '3120258249117', 'Punjab', 'BAHAWALPUR'),
(892, 'Hamid Khan', 'Lachi Khan', '1720122409487', 'KP', 'NOWSHERA'),
(893, 'Hamid Mehmood', 'Mohsin Agha', '5420107428505', 'Balochistan', 'QUETTA'),
(894, 'Hamid Rahman', 'Jamshed Rahman', '1530552560819', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(895, 'Hamid Ullah', 'Salah Uddin', '1530525823583', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(896, 'Hamidullah @ Gohar', 'Hakim Khan', '2150314250019', 'KP', 'N.WAZIRISTAN (AT MIRAN SHAH)'),
(897, 'Hamza Imtiaz Yousaf Butt ', 'Imtiaz Yousaf ', '3460194833955', 'Punjab', 'SIALKOT'),
(898, 'Hamza Jhangir ', 'Muhammad Jhangir ', '3740178595225', 'Punjab', 'RAWALPINDI'),
(899, 'Hanif', 'Aqal Wazir', '1530634496083', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(900, 'HANIF-UL-HAQ ', 'ABDUL KHALIQ', '3420248971691', 'Punjab', 'GUJRAT'),
(901, 'HANIF-UR-REHMAN', 'MUHAMMAD RIAZ', '3840538032919', 'Punjab', 'SARGODHA'),
(902, 'Haq Nawaz ', 'Zahid Iqbal ', '3520239995477', 'Punjab', 'LAHORE'),
(903, 'Haq Nawaz', 'Feroz Din', '3130356915183', 'Punjab', 'Rahim Yar Khan'),
(904, 'Haq Nawaz', 'Arif Khan', '1610112397797', 'KP', 'UPPER DIR (AT DIR)'),
(905, 'Haq Nawaz ', 'Shehbaz Khan', '8220391703707', 'AJ&K', 'Dral Naka Gojra Muzaffarabad'),
(906, 'Haq Nawaz ', 'Noor Muhammad Anwar ', '3520196108711', 'Punjab', 'LAHORE'),
(907, 'Haq Nawaz Khan Alias Dr. Haq Nawaz', 'Muhammad Ayoub Khan', '3620296596629', 'Punjab', 'LODHRAN'),
(908, 'Haroon Rasheed ', 'Maraj-u-Din', '3740148490093', 'Punjab', 'RAWALPINDI'),
(909, 'Haroonur Rasheed', 'Halim', '1560287903175', 'KP', 'SWAT (AT MINGORA)'),
(910, 'hashim Ali', 'faiz Ahmed', '3320344015085', 'Punjab', 'Jhang'),
(911, 'Hashim Ali Shah', 'Farhan Ali Shah', '3320165382423', 'Punjab', 'CHINIOT'),
(912, 'Hashim Hussain', 'Jan Muhammad ', '3810160723733', 'Punjab', 'BHAKKAR'),
(913, 'Hashmat Ali ', 'Bashir Ahmad ', '3410422355053', 'Punjab', 'GUJRANWALA'),
(914, 'Hasnain Muavia', 'Maulana haq Nawaz', '3320233541725', 'Punjab', 'Jhang'),
(915, 'Hassan', 'Khair Muhammad', '', 'KP', 'Dir Lower'),
(916, 'Hassan Abbas', 'Syed Hasnain Shah', '4520374051455', 'Sindh', 'KHAIRPUR'),
(917, 'Hassan Ahmed Qureshi ', 'Ovais Ahmed Qureshi ', '3630287304519', 'Punjab', 'MULTAN'),
(918, 'Hassan Ali Shah ', 'Peer Zada Sarwar Hussain ', '3520226024461', 'Punjab', 'LAHORE'),
(919, 'Hassan Mir @ Nana ', 'Ghulam Meer Kashmiri ', '4210199592873', 'Sindh', 'Karachi'),
(920, 'Hassan Raza ', 'Ali Ashraf ', '3320212521059', 'Punjab', 'JHANG'),
(921, 'Hassan Shah', 'Arman Shah', '2120212941041', 'KP', 'KHYBER (AT PESHAWAR)'),
(922, 'Hassan Tariq alias Tari', 'Muhammad Iqbal ', '3310038803979', 'Punjab', 'FAISALABAD'),
(923, 'Hayat', 'Saeed Ullah', '1530574096007', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(924, 'Hayat Khan s/ocaste Mochi ', ' Juma Khan ', '5610174860057', 'Balochistan', 'BARKHAN'),
(925, 'Hayat Ullah', 'Sadaat', '1110182640121', 'KP', 'BANNU'),
(926, 'Hayat Ullah', 'Muhammad Nawaz', '1220171946541', 'KP', 'TANK'),
(927, 'Hayat Ullah', 'Muhammad Darwaish', '1530225279201', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(928, 'Hayat Ullah', 'Zoor Mast', '1570196807539', 'KP', 'UPPER DIR (AT DIR)'),
(929, 'Haziq Ullah', 'Gul Ahmad', '1511022731261', 'KP', 'CHITRAL'),
(930, 'Hazrat', 'Noor Ullah', '1410171966359', 'KP', 'HANGU'),
(931, 'Hazrat Ali', 'Muhammad Zeb Khan', '1560403845735', 'KP', 'SWAT (AT MINGORA)'),
(932, 'Hazrat Ali', 'Ali Jan @ Ulfat Khan', '1570532400663', 'KP', 'UPPER DIR (AT DIR)'),
(933, 'Hazrat Anees Khan @ Jawad ', 'Mian Gul Akhon Khel', '4240163085831', 'Sindh', 'Karachi'),
(934, 'Hazrat Islam', 'Haji Rehman Shah', '1560247918129', 'KP', 'SWAT (AT MINGORA)'),
(935, 'Hazrat Muhammad @ Babu Mavia', 'Yousaf', '1730115938643', 'KP', 'PESHAWAR'),
(936, 'Hazrat Ullah', 'Mashkoor', '1570115828175', 'KP', 'UPPER DIR (AT DIR)'),
(937, 'Hazrat Umar', 'Khaista Gul', '1560205317243', 'KP', 'SWAT (AT MINGORA)'),
(938, 'Hazrat Younas', 'Muhammad Rahim', '1550144837819', 'KP', 'SHANGLA (AT ALPURI)'),
(939, 'Hidayat ullah', 'Mohd Sadaf', '1530209918557', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(940, 'Hikmat Roshan Alias Hikamat Yar', 'Maulivi Amal Khan', '2150542735343', 'KP', 'N.WAZIRISTAN (AT MIRAN SHAH)'),
(941, 'Hubdar Hussain Malik ', 'Beram Khan ', '6110175635685', 'Punjab', 'CHAKWAL'),
(942, 'Humayum Kabir ', 'Sultan Ahmed ', '4210113750723', 'Sindh', 'Karachi'),
(943, 'Humd@Khan Madak ', 'Bahadar Shah', '1410120181669', 'KP', 'HANGU'),
(944, 'Hussain Ahmad', 'Muhammad Zaman', '3710443730723', 'Punjab', 'ATTOCK'),
(945, 'Hussain Ahmad Saddiquee', 'Shah Muhammad ', '3710228649787', 'Punjab', 'ATTOCK'),
(946, 'Hussain Akbar', 'Gul Bar Shah', '1620209911047', 'KP', 'SWABI'),
(947, 'Hussain Ali', 'Ali Rahim', '1560403567235', 'KP', 'SWAT (AT MINGORA)'),
(948, 'Hussain Ali ', 'Muhammad Shah ', '3810171591023', 'Punjab', 'BHAKKAR'),
(949, 'Hussain Bakhsh alias Bagga Reesh ', 'Phairan', '3240485805497', 'Punjab', 'RAJANPUR'),
(950, 'Hussain Shah', 'Fateh Muhammad', '1530598005495', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(951, 'Hussain Zada', 'Kaki', '1510198358047', 'KP', 'BUNER'),
(952, 'Ibrahim', 'Jahanzeb', '1610284206061', 'KP', 'NOWSHERA'),
(953, 'Ibrahim', 'Mohammad Hakim .', '1570177504887', 'KP', 'UPPER DIR (AT DIR)'),
(954, 'Ibrahim Said', 'Sultan', '1570177495311', 'KP', 'UPPER DIR (AT DIR)'),
(955, 'Ibrar', 'Hassan Faroosh', '1560242270065', 'KP', 'SWAT (AT MINGORA)'),
(956, 'Ibrar Hussain', 'Muhammad Hussain', '1530508833149', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(957, 'Ibrar Hussain alias Shahid ', 'Zakar Hussain ', '3530291379081', 'Punjab', 'OKARA'),
(958, 'Ibrar Ul Momin', 'Sher Ahmed', '1570156276089', 'KP', 'UPPER DIR (AT DIR)'),
(959, 'Idrees', 'Shah Dawran', '1560261350803', 'KP', 'SWAT (AT MINGORA)'),
(960, 'Iftakhar Molivi', ' M. Shafi ', '8230389224517', 'AJ&K', 'Chak Dhamni, Rawalakot'),
(961, 'Iftekhar Ahmad Farooqi alias Farooqi', 'Noor Muhammad ', '3710523460767', 'Punjab', 'ATTOCK'),
(962, 'Iftikahar Majeed ', 'Ab. Majeed', '3740531620355', 'AJ&K', 'Bhathal Gunjari Balooch, Sudhnoti'),
(963, 'Iftikhar', 'Siraj', '1560274888873', 'KP', 'SWAT (AT MINGORA)'),
(964, 'Iftikhar Ahmad ', 'Muhammad Tufail ', '3410340964309', 'Punjab', 'GUJRANWALA'),
(965, 'Iftikhar Ahmad', 'Bashir Ahmad', '3130361906579', 'Punjab', 'Vehari'),
(966, 'Iftikhar Ahmad', 'Muhammad Safdar', '3710387496901', 'Punjab', 'Attock    '),
(967, 'Iftikhar Ahmed', 'Muhammad Bashir', '3460161186635', 'Punjab', 'SIALKOT'),
(968, 'Iftikhar Ahmed ', 'Muhammad Ibrahim', '7150147226933', 'Gilgit-Baltistan', 'GILGIT'),
(969, 'Iftikhar Khan', 'Shakir Khan', '1720121945907', 'KP', 'NOWSHERA'),
(970, 'Iftikhar ud Din', 'Qayum ud Din', '1111111111111', 'KP', 'MALAKAND P.A.'),
(971, 'Ihsan Ullah', '. Qalandar', '1570111649907', 'KP', 'UPPER DIR (AT DIR)'),
(972, 'Ihsan Ullah', 'Said Rahman', '1570111603495', 'KP', 'UPPER DIR (AT DIR)'),
(973, 'Ijaz', 'Shamus Ur Rahman', '1570154969719', 'KP', 'UPPER DIR (AT DIR)'),
(974, 'Ijaz Ahmad ', 'Abdul Karim ', '3130332056305', 'Punjab', 'RAHIM YAR KHAN'),
(975, 'Ijaz Ahmed alias Saddique ', 'Mian Saddique ', '3620279690915', 'Punjab', 'LODHRAN'),
(976, 'Ijaz Amin Alias Ijaz Pashteen', 'Muhammad Amin', '2170643131533', 'KP', 'DERA ISMAIL KHAN'),
(977, 'Ijaz Hussain', 'Mumtaz Ali', '3810120848135', 'Punjab', 'BHAKKAR'),
(978, 'Ijazul Haq ', 'Abdul Manan', '1350209456035', 'KP', 'TORGHAR (AT OGHI)'),
(979, 'Ikhlaq Ahmed', 'Shahab u Din', '3320314435723', 'Punjab', 'Jhang'),
(980, 'Ikram @ Khurasani @ Ajmal Qasab', 'Yar Mohammad', '0000000000006', 'KP', 'MOHMAND (AT GHALLANAY)'),
(981, 'Ikram Rabbani (Caste Awan)', 'Ghulam Rabbani', '3840331820995', 'Punjab', 'SARGODHA'),
(982, 'Ikram ul Haq', 'Hafiz Sher Ali', '1560204791021', 'KP', 'SWAT (AT MINGORA)'),
(983, 'Ikram Ullah ', 'Abdul Qayoum Khan ', '2170266814335', 'Sindh', 'Karachi'),
(984, 'Ikram Ullah', 'Umar Badshah', '1570158481203', 'KP', 'UPPER DIR (AT DIR)'),
(985, 'Ikram Ullah', 'Abdullah', '1520118136319', 'KP', 'CHITRAL'),
(986, 'Ikram Ullah', 'Sardar Bacha', '1530427775309', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(987, 'Ikram Ullah', 'Sarzameen', '1111111111113', 'KP', 'PESHAWAR'),
(988, 'Ikram Ullah', 'Muhammad Sher', '1120181219307', 'KP', 'LAKKI MARWAT'),
(989, 'Ilyas', 'Hazrat Ali', '1110162302169', 'KP', 'BANNU'),
(990, 'Iman Ullah ', 'Haji Dawai Khan ', '4240152242911', 'Sindh', 'Karachi'),
(991, 'Imdad Ali ', 'Zahri Caste Zakri', '5110239271863', 'Balochistan', 'KHUZDAR'),
(992, 'Imdad Hussain ', 'Sabir Hussain ', '1210117771905', 'Punjab', 'BHAKKAR'),
(993, 'Imdad Hussain Khamisani ', 'Sher Muhammad Khamisani', '4520319085757', 'Sindh', 'Khairpur'),
(994, 'Imdad Hussain Malhi', 'Chaudry Allah Rakha', '9100501055965', 'Punjab', 'Nankana Sahib'),
(995, 'Imdad Hussain Qureshi alias Dadu ', 'Haji Mehmood Qureshi ', '3320292906903', 'Punjab', 'JHANG'),
(996, 'Imdad Ullah', 'Abdul Razaq', '3240389943291', 'Punjab', 'RAJANPUR'),
(997, 'Imdad Ullah ', 'Ahmed', '4240111671213', 'Sindh', 'Karachi'),
(998, 'Imdad ullah', 'Abdul Wahab', '1530210024997', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(999, 'Imdad Ullah', 'Anwar Zeb', '1550422278671', 'KP', 'SHANGLA (AT ALPURI)'),
(1000, 'Imran', 'Ayub', '1570149483479', 'KP', 'UPPER DIR (AT DIR)'),
(1001, 'Imran', 'Iqbal', '1570124889045', 'KP', 'UPPER DIR (AT DIR)'),
(1002, 'Imran', 'Badshah Muhammad', '1530535924777', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1003, 'Imran Abbas ', 'Ghulam Abbas ', '3810257129018', 'Punjab', 'BHAKKAR'),
(1004, 'Imran Abbas ', 'Maqsood Hussain Shah ', '8130218016215', 'Punjab', 'MANDI BAHAUDDIN'),
(1005, 'Imran Ahmed @ Noman', 'Allah Bakhsh', '5440037301685', 'Balochistan', 'QUETTA'),
(1006, 'Imran Ahmed Sagar', 'Suleman Khan', '3460145724099', 'Punjab', 'Sialkot'),
(1007, 'Imran Ahsan alias Mithoo ', 'Muhammad Hussain Ahmed ', '3640185488941', 'Punjab', 'PAKPATTAN'),
(1008, 'Imran Ali Alias Chamman', 'Basheer Ahmad', '3320317918009', 'Punjab', 'JHANG'),
(1009, 'Imran Ali Khan ', 'Saif Ullah Khan ', '3810156366893', 'Punjab', 'BHAKKAR'),
(1010, 'Imran Ashraf ', 'Muhammad Ashraf ', '3120352395277', 'Punjab', 'BAHAWALPUR'),
(1011, 'Imran Hameed ', 'Abdul Hameed ', '4220160574467', 'Sindh', 'Karachi'),
(1012, 'Imran Hussain Shah Alias Mano Shah', 'Mulazim Hussain Shah', '3810262233333', 'Punjab', 'BHAKKAR'),
(1013, 'Imran Rasheed ', 'Abdul Rasheed Arshad ', '3410172365647', 'Punjab', 'GUJRANWALA'),
(1014, 'Imran Said', 'Muhammad Said', '1620257384465', 'KP', 'SWABI'),
(1015, 'Imran Shabbir alias Imran Jani ', 'Ghulam Shabbir ', '3610233425145', 'Punjab', 'KHANEWAL'),
(1016, 'Imran shah', 'Hafiz Abul Aziz', '3650128620595', 'Punjab', 'SAHIWAL'),
(1017, 'Imran Siddique ', 'Muhammad Bakhsh', '3120248884793', 'Punjab', 'BAHAWALPUR'),
(1018, 'Imran Ullah', 'Khushal Khan', '1530651930543', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1019, 'Imran Yousaf alias Dr. Imran ', 'Muhammad Yousaf ', '3320202762571', 'Punjab', 'JHANG'),
(1020, 'Imtiaz', 'Dost Muhammad', '3340105313663', 'Punjab', 'CHINIOT'),
(1021, 'Imtiaz', 'Muhammad Shareef', '8230158716657', 'AJ&K', 'POONCH'),
(1022, 'Imtiaz Ahmad', 'Mian Khan ', '3440105735317', 'Punjab', 'MANDI BAHAUDDIN'),
(1023, 'Imtiaz Ali Khokhar alias Taji Khokhar', 'Allah Ditta', '6110173392477', 'Punjab', 'RAWALPINDI'),
(1024, 'Inam Ali', 'Obaid Ali Khan', '1610174198851', 'KP', 'MARDAN'),
(1025, 'Inam ul Haq', 'Mehboob Elahi', '3520272054445', 'Punjab', 'LAHORE'),
(1026, 'Inam Ullah', 'Muhammad Ramzan', '1210318920555', 'KP', 'Dikhan'),
(1027, 'Inam Ullah alias Abdullah', 'Hafiz Muhammad Hussain Arshad ', '3210325031507', 'Punjab', 'DERA GHAZI KHAN'),
(1028, 'Inam-Ul-Haq', 'Muhammad Ashraf', '3110177365769', 'Punjab', 'BAHAWALNAGAR'),
(1029, 'Inam-ul-Haq', 'Hafiz Abdul Haq', '3240388098665', 'Punjab', 'RAJANPUR'),
(1030, 'Inam-ur-Rehman alias Abdullah, Talha, Zubair Siyaf', 'Abdul Sattar ', '3120508819733', 'Punjab', 'BAHAWALPUR'),
(1031, 'Inamullah', 'Ali Hussain  ', '4240194603027', 'Sindh', 'Karachi'),
(1032, 'Inayat Khan @ Amir Sahib', 'Khaista Khan', '1530314360939', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1033, 'Inayat ul Haq', 'Muhammad Saleh', '1510125566963', 'KP', 'BUNER'),
(1034, 'Inayat Ullah', 'Muhib ullah', '1510103247437', 'KP', 'BUNER'),
(1035, 'Inayat Ullah ', 'Aman Ullah  ', '3810148041789', 'Punjab', 'BHAKKAR'),
(1036, 'Inayat ur Rehman', 'Sher Gul', '1530209252979', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1037, 'Intazar Ahmad', 'Muhammad Riaz', '3650164604315', 'Punjab', 'SAHIWAL'),
(1038, 'Intisar Shah ', 'Iftikhar Hussain Shah', '4550150026473', 'Sindh', 'Sukkur'),
(1039, 'Intizar Hussain', 'Muhammad Hussain ', '3720146635205', 'Punjab', 'CHAKWAL'),
(1040, 'Iqbal Haider ', 'Ghulam Hyder ', '4210118261697', 'Sindh', 'Karachi'),
(1041, 'Iqbal Hassan', 'Ahmad Habib', '1530771122411', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1042, 'Iqbal Hussain', 'Nasrullah', '1730112313639', 'KP', 'PESHAWAR'),
(1043, 'Iqbal Khan', 'Abdul Rauf @ Talib', '1510149042131', 'KP', 'BUNER'),
(1044, 'Iqrar', '. Umar Zada', '157018949617', 'KP', 'Dir Upper'),
(1045, 'Irfan', 'Biban Raziq', '1570118858959', 'KP', 'UPPER DIR (AT DIR)'),
(1046, 'Irfan Anjum ', 'Muhammad Ishaq ', '3430117814927', 'Punjab', 'HAFIZABAD'),
(1047, 'Irfan Khan @ Chota ', 'Muhammad Ibrar Khan', '4240134296935', 'Sindh', 'Karachi'),
(1048, 'Irfan Khan Alias Irfan Sanwal', 'Muhammad Nawaz', '3320233127405', 'Punjab', 'JHANG'),
(1049, 'Irfan Raza ', 'Ali Raza', '3120558723015', 'Punjab', 'BAHAWALPUR'),
(1050, 'Irshad', 'Mubarak Shah', '1570171583451', 'KP', 'UPPER DIR (AT DIR)'),
(1051, 'Irshad', 'Taj Mohammad', '1570142606577', 'KP', 'UPPER DIR (AT DIR)'),
(1052, 'Irshad Ahmed Shamsi ', 'Mukhtar Ahmed', '4520343456295', 'Sindh', 'Khairpur'),
(1053, 'Irshadul Haq', 'Alah Dhand', '1540262456795', 'KP', 'MALAKAND P.A.'),
(1054, 'Isar ul Haq', 'Saeed ul Haq', '', 'KP', 'Haripur'),
(1055, 'Ishaq', 'Sher Zada', '1530512686223', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1056, 'Ishfaq Ahmad alias Ishfaq Moavia, Ishfaq Khair Pur', 'Ghulam Muhammad ', '3120465509839', 'Punjab', 'BAHAWALPUR'),
(1057, 'Islam', 'Gul Rehman', '1530209550925', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1058, 'Islam', 'Bahadar', '1570425096957', 'KP', 'UPPER DIR (AT DIR)'),
(1059, 'Islam', 'Muhammad Amin', '', 'KP', 'Peshawar'),
(1060, 'Ismail', 'Gul Nawaz', '1110168060461', 'KP', 'BANNU'),
(1061, 'Ismail', 'Ziarat Gul', '1531056607331', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1062, 'Israr ', ' Munir', '8210134003249', 'AJ&K', 'Hari Gehl, District Bagh'),
(1063, 'Israr Ahamd @ Jangi Commander', 'Abdul Rahim', '1560262824993', 'KP', 'SWAT (AT MINGORA)'),
(1064, 'Israr Hussain ', 'Manzoor Hussain', '3330391817125', 'Punjab', 'TOBA TEK SINGH'),
(1065, 'Israr Hussain Shah', 'Syed Kifayat Hussain Shah', '1330205343219', 'KP', 'Haripur'),
(1066, 'Israr Muhammad', 'Farid Khan', '1610165935727', 'KP', 'MARDAN'),
(1067, 'Israr ul Haq', 'Mula Buzarg', '1530209189489', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1068, 'Izat Ullah', 'Shakir Ullah', '1530555391737', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1069, 'Izhar', 'Gul Dad', '1530746631749', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1070, 'Jafar Ali ', 'Sher Muhammad ', '3310060103695', 'Punjab', 'FAISALABAD'),
(1071, 'Jafar Ali Shah', 'Muhammad Shah', '3320116288729', 'Punjab', 'CHINIOT'),
(1072, 'Jaffar Tayiar', 'Rabnawaz', '3210307637313', 'Punjab', 'DERA GHAZI KHAN'),
(1073, 'Jahan Badshah', 'Hamesh Gul', '1530746013283', 'KP', 'Dir Lower'),
(1074, 'Jahangir', 'Dost Muhammad', '1540108276103', 'KP', 'MALAKAND P.A.'),
(1075, 'Jahangir', 'Firdous', '1720173411233', 'KP', 'NOWSHERA'),
(1076, 'Jahanzaib Raisani', 'Orangzaib Raisani.', '5440010072083', 'Balochistan', 'QUETTA'),
(1077, 'Jahanzeb', 'Juma Khan', '1610192688697', 'KP', 'MARDAN'),
(1078, 'Jalees Ahmad Khan', 'Manzoor Ahmad', '3810145920009', 'Punjab', 'BHAKKAR'),
(1079, 'Jalil', 'Shams-ur-Rahim', '1530229102229', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1080, 'Jamal Abdul Nasir', 'Nisar Ahmad Bhatti', '3130316687395', 'Punjab', 'Rahim Yar Khan'),
(1081, 'Jamaldin', 'Ghulam Nabi Manjhoto ', '4540123845255', 'Sindh', 'SHAHEED BENAZIRABAD'),
(1082, 'Jameel Ahmad', 'Islam Din', '3450114959279', 'Punjab', 'NAROWAL'),
(1083, 'Jameel Ahmed Yousafzai. ', 'Naseer Ahmed', '5150384845519', 'Balochistan', 'LASBELA (AT UTHAL)'),
(1084, 'Jamil Shah', 'Zareen Shah', '1620296615049', 'KP', 'SWABI'),
(1085, 'Jamshaid Iqbal', 'Hafiz Muhammad Ismail', '3310312268665', 'Punjab', 'Vehari'),
(1086, 'Jamshaid Khan Tabassum alias Bamboo', 'Abdul Jabbar ', '4200035490057', 'Punjab', 'HAFIZABAD'),
(1087, 'Jamshed', 'Pam Jan', '1560202768569', 'KP', 'SWAT (AT MINGORA)'),
(1088, 'Jamshid', 'Said Zaman', '1530737150495', 'KP', 'Dir Lower'),
(1089, 'Jan Alam', 'Bakhtiyar', '1570165000347', 'KP', 'UPPER DIR (AT DIR)'),
(1090, 'Jan Dost', 'Hamid Khan', '1530210070991', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1091, 'Jan said Qasab', 'Aman Khan', '1530751107695', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1092, 'Jan Wali', 'Muhammad Ramzan', '1730193988257', 'KP', 'PESHAWAR'),
(1093, 'Jan Zada', 'Chamnay', '1570111677329', 'KP', 'UPPER DIR (AT DIR)'),
(1094, 'Javaid ', '  Nusrat.', '7150122093939', 'Gilgit-Baltistan', 'GILGIT'),
(1095, 'Javaid Akhtar ', 'Muhammad Sadiq ', '3310424720253', 'Punjab', 'FAISALABAD'),
(1096, 'Javed', 'Nawab Uddin ', '4210177522715', 'Sindh', 'Karachi'),
(1097, 'Javed', 'Said Ahmed', '1720188032917', 'KP', 'NOWSHERA'),
(1098, 'Javed Akhtar ', 'Muhammad Ramzan ', '3130179161685', 'Punjab', 'RAHIM YAR KHAN'),
(1099, 'Javed Iqbal', 'Khuda Bakhsh', '3710116847535', 'Punjab', 'Attock    '),
(1100, 'Javed Iqbal', 'Sultan Ahmad', '3430169460225', 'Punjab', 'HAFIZABAD'),
(1101, 'Javed Iqbal', 'Noor Muhammad', '3530197814987', 'Punjab', 'Okara'),
(1102, 'Javed Iqbal', 'Karam Din', '4240145386423', 'Punjab', 'JHELUM'),
(1103, 'Javed Khan', 'Dawai Khan', '2240145714133', 'KP', 'KOHAT'),
(1104, 'Javeed Iqbal ', 'Muhammad Iqbal', '3740569277289', 'Punjab', 'CHAKWAL'),
(1105, 'Javeed Iqbal ', 'Atta Muhammad ', '3320216558373', 'Punjab', 'JHANG'),
(1106, 'Javid', 'Khan Shehzada', '1530208643661', 'KP', 'Dir Lower'),
(1107, 'Jawad', 'Falak Sher', '1720109452747', 'KP', 'NOWSHERA'),
(1108, 'Jawad', 'Islam Gul', '1111111111128', 'KP', 'PESHAWAR'),
(1109, 'Jawad Habib Ullah Sawati', 'Maqsood Alam ', '3740555997789', 'Punjab', 'LAHORE'),
(1110, 'Jawad Hadi ul Hassan', 'Ahmad Shah', '2130322599447', 'KP', 'PESHAWAR'),
(1111, 'Jawad Khan', 'M. Nisar', '1530722360759', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1112, 'Jawad Ur Rehman ', 'Mazkoor Ahmed Rao ', '3520135147631', 'Punjab', 'LAHORE'),
(1113, 'Jehanzeb', 'Saeed Khan', '1730118214071', 'KP', 'PESHAWAR'),
(1114, 'Jihanzaib ', 'Abdul Qayuum', '1350415460841', 'KP', 'TORGHAR (AT OGHI)'),
(1115, 'Juma Khan', 'Saffar Mohammad ', '5620117445527', 'Balochistan', 'KILLA SAIFULLAH'),
(1116, 'Junaid Ahmad  ', 'Irshad Ahmad', '3630231547585', 'Punjab', 'MULTAN'),
(1117, 'Kabeer', 'Sagheer /Zafeer Ahmad r/o', '1310173965521', 'KP', 'ABBOTTABAD'),
(1118, 'Kabir Ahmad', 'Haji Allah Yar', '3620165391257', 'Punjab', 'LODHRAN'),
(1119, 'Kacholl Muhammad', 'Shah Jamal', '2110323066011', 'KP', 'BAJAUR (AT KHAR BAJAUR)'),
(1120, 'Kaleem Ullah ', 'Haji Abdul Rehman ', '3210209217481', 'Punjab', 'DERA GHAZI KHAN'),
(1121, 'Kaleem Ullah ', 'Fateh Muhammad', '3410190271821', 'Punjab', 'GUJRANWALA'),
(1122, 'Kaleem Ullah', 'Gul Aman', '1570117917379', 'KP', 'UPPER DIR (AT DIR)'),
(1123, 'KALEEM ULLAH AZIZ', 'ABDUL AZIZ', '3420207270801', 'Punjab', 'GUJRAT'),
(1124, 'Kaleem Ullah Muavia ', 'Taj Muhammad', '3540271581657', 'Punjab', 'NANKANA SAHIB'),
(1125, 'Kaleem ur Rehman', 'Fazal ur Rehman', '1330205228099', 'KP', 'HARIPUR'),
(1126, 'Kamal ud Din', 'Dilbar Hussain', '1530742146253', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1127, 'Kamran Ahmed alias Kami', 'Muhammad Razaq', '3420207718289', 'Punjab', 'GUJRAT'),
(1128, 'Kamran Khan ', 'Mohammad Khan ', 'NIL', 'Sindh', 'Karachi'),
(1129, 'Kamran Raza alias Goga Shah ', 'Syed Tajamul Hussain Shah ', '3230349528059', 'Punjab', 'MUZAFFARGARH'),
(1130, 'Kamran Waheed', 'Sheikh Abdul Waheed', '3520194659407', 'Punjab', 'LAHORE'),
(1131, 'Karam Ellahi', 'Khan Zaman ', '3710565844721', 'Punjab', 'ATTOCK'),
(1132, 'Karbalai  Rajab  Ali. ', 'Abbas Counsilor', '5440063852795', 'Balochistan', 'QUETTA'),
(1133, 'Karim Bux ', 'Babal @ Baran @ Bahram Brohi', '4330289985805', 'Sindh', 'Shikarpur'),
(1134, 'Kashif', 'Muhammad Zaman @ Mir Ali', '', 'KP', 'Bannu'),
(1135, 'Kashif Hassan @ Hamza ', 'Gul Hassan Samo', '4130326548181', 'Sindh', 'Hyderabad'),
(1136, 'Kashif Husain Attari Qadri ', 'Mubarak Ali ', '3310471281225', 'Punjab', 'FAISALABAD'),
(1137, 'KASHIF mUSHTAQ', 'MUSHTAQ AHMAD', '3420123906473', 'Punjab', 'Gujrat'),
(1138, 'Kashif Nizam alias Kashi ', 'Nizam Din ', '3130326735007', 'Punjab', 'RAHIM YAR KHAN'),
(1139, 'Khadim Hussain', 'Shamoo Khan', '3620105750631', 'Punjab', 'MUZAFFARGARH'),
(1140, 'Khadim Hussain ', 'Nazir Hussain ', '3410341589899', 'Punjab', 'GUJRANWALA'),
(1141, 'Khadim Hussain Badshah', 'Bashir Hussain Akhtar', '3320305952497', 'Punjab', 'Jhang'),
(1142, 'Khadim Hussain Magsi ', 'Dolat Khan', '4220111254569', 'Sindh', 'Karachi'),
(1143, 'Khair', 's/o Said Aman', '1570159169195', 'KP', 'UPPER DIR (AT DIR)'),
(1144, 'Khair Abba', 'Muhammad Zareef', '3740198226305', 'Punjab', 'RAWALPINDI'),
(1145, 'Khair Muhammad', 'Gul Azam caste Gian khel', '', 'KP', 'Bannu'),
(1146, 'Khaista Rahim', 'Rehmat Ullah', '1530585845697', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1147, 'Khaista Rahim', 'Feroz', '1530539900205', 'KP', 'Dir Lower'),
(1148, 'Khalid Imran ', 'Muhammad Hanif ', '4210195806221', 'Sindh', 'Karachi'),
(1149, 'Khalid Iqbal ', 'Haji Ahmed ', '4250120451719', 'Punjab', 'JHELUM'),
(1150, 'Khalid Mehmood ', 'Abdul Razzaq ', '3120189158345', 'Punjab', 'BAHAWALPUR'),
(1151, 'Khalid Mehmood ', 'Tariq Mehmood ', '3310007741865', 'Punjab', 'FAISALABAD'),
(1152, 'Khalid Mehmood (Malik Awan)', 'Abdul Ghafoor', '3730347986761', 'Punjab', 'JHELUM'),
(1153, 'Khalid Mehmood @ Khalid ', 'Fareed Khan Brohi', '4330415192839', 'Sindh', 'Shikarpur'),
(1154, 'Khalid Mehmood alias Bilal Naqshbandi ', 'Sher Muhammad', '3710502620181', 'Punjab', 'ATTOCK'),
(1155, 'Khalid Mehmood alias Mooda ', 'Tayyab Khan ', '3720397048597', 'Punjab', 'CHAKWAL'),
(1156, 'Khalid Mehmood S/o Muhammad Subhan  ', 'Muhammad Subhan Khan ', '3520114139885', 'Punjab', 'LAHORE'),
(1157, 'Khalid Saifullah', 'Mir Muhammad Abbasi', '4530452125863', 'Sindh', 'N-Feroze'),
(1158, 'Khalid Usman', 'Manzoor Ahmad', '3840604185101', 'Punjab', 'SARGODHA'),
(1159, 'Khalid Yousaf Bari ', 'Muhammad Yousuf ', '422012833555', 'Sindh', 'Karachi'),
(1160, 'Khalid Zaman ', 'Mehar Zaman', '2170245755545', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(1161, 'Khalil', 'Mian Sultan Zeb', '1510161206939', 'KP', 'BUNER'),
(1162, 'Khalil Ahmad', 'Noor Muhammad', '3710502443313', 'Punjab', 'Attock    '),
(1163, 'Khalil Ahmad', 'Mubarak Ali', '3230448572037', 'Punjab', 'Muzaffargarh'),
(1164, 'Khalil Ahmed ', 'Ghulam Muhamm', '3630190228403', 'Punjab', 'MULTAN'),
(1165, 'Khalil Ahmed', 'Buland Khan. ', '4310133650289', 'Balochistan', 'LASBELA (AT UTHAL)'),
(1166, 'Khalil Ahmed', 'Haji Ghulam Hussain', '3220210265433', 'Punjab', 'LAYYAH'),
(1167, 'Khalil Ahmed Butt', 'Abdul Majeed', '3450128903017', 'Punjab', 'Narowal'),
(1168, 'Khalil Ur Rehman', 'Fazal Rehman', '1730115640465', 'KP', 'PESHAWAR'),
(1169, 'Khalil-ur-Rehman ', 'Muhammad Rafique', '3660314576027', 'Punjab', 'VEHARI'),
(1170, 'Khan Bacha', 'Shams ul Haq', '2140624056109', 'KP', 'NOWSHERA'),
(1171, 'Khan Muhammad', 'Muhammad Sahib', '1510116177747', 'KP', 'BUNER'),
(1172, 'Khan Sahib', 'Abdullah Khan', '1110151334755', 'KP', 'BANNU'),
(1173, 'Khan Shehzada', 'Zarawar Khan', '1530367979011', 'KP', 'Dir Lower'),
(1174, 'Khanzala ', 'Zarmal Khan', '2170569769949', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(1175, 'Khawaja Muhammad Ishaq ', 'Muhammad Bux', '4410303580085', 'Sindh', 'Mirpurkhas'),
(1176, 'Khawaja Muhammad Sadiq ', 'Seraj Ahmad     ', '3120218272807', 'Punjab', 'BAHAWALPUR'),
(1177, 'Khawaja Muhammad Saqib ', 'Muhammad Saleem Shehryar ', '3440261771371', 'Punjab', 'MANDI BAHAUDDIN'),
(1178, 'Khawar Abbas ', 'Muhammad Latif ', '3410319277395', 'Punjab', 'GUJRANWALA'),
(1179, 'Khawar Shahzad', 'Manzoor Ellahi', '3710339462825', 'Punjab', 'ATTOCK'),
(1180, 'Khawar Walayat', 'Walayat Khan', '3410438356791', 'Punjab', 'GUJRAT'),
(1181, 'Khizar Abbas Shah ', 'Syed Bahar Hussain Shah', '3660252113475', 'Punjab', 'Vehari'),
(1182, 'Khizar Hayat', 'Mir Asad (Hassan)', '1720132967133', 'KP', 'NOWSHERA'),
(1183, 'Khizar Hayat ', 'Talib Hussain ', '3320306775179', 'Punjab', 'JHANG'),
(1184, 'Khuda Bakhsh ', 'Muhammad Noor Caste Marra', '5530244332533', 'Balochistan', 'SIBI'),
(1185, 'Khuda Baksh alias Manoo', 'Ghulam Mehmood', '3310432565415', 'Punjab', 'FAISALABAD'),
(1186, 'Khuda-e-Rahim', 'Muhammad Azam Caste Kasi', '5440175207773', 'Balochistan', 'QUETTA'),
(1187, 'Khurram Iqbal', 'Syed Iqbal Hussain', '3520230386923', 'Punjab', 'LAHORE'),
(1188, 'Khurram Shahzad ', 'Muhammad Taj ', '3710287232327', 'Punjab', 'Attock    '),
(1189, 'Khurram Shehzad ', 'Salah-ud-Din', '3520223049407', 'Punjab', 'LAHORE'),
(1190, 'Khurram Shehzad ', 'Lal Khan ', '3440370871051', 'Punjab', 'MANDI BAHAUDDIN'),
(1191, 'Khurshid ', 'Haji Sawab', '2140691998923', 'KP', 'KHYBER (AT PESHAWAR)'),
(1192, 'Khurshid', 'Haq Dad', '1720109873735', 'KP', 'NOWSHERA'),
(1193, 'Khurshid Alam @ Musa', 'Sahib Zada', '1510198895597', 'KP', 'BUNER'),
(1194, 'Khurshid Anwar', 'Molvi Fazal', '1330204546397', 'KP', 'HARIPUR'),
(1195, 'Khurshid Anwar Jowadi', 'Tahir Azmi', '1410107645431', 'KP', 'HANGU'),
(1196, 'Khushal Khan', 'Abdul Qaddar', '1570224997833', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1197, 'Kifayat Ullah', 'Ghulam Haider', '2250105952553', 'KP', 'PESHAWAR'),
(1198, 'Kin Khab Shah', 'Masheer', '1550454154816', 'KP', 'SHANGLA (AT ALPURI)'),
(1199, 'Konain Abbas ', 'Jaffar Hussain', '3410403386079', 'Punjab', 'GUJRANWALA'),
(1200, 'Laeq Ahmed alias Danish', 'Muhammad Rafique', '3720334974839', 'Punjab', 'CHAKWAL'),
(1201, 'Laiq Zaman', 'Gul Khan', '1720119479291', 'KP', 'NOWSHERA'),
(1202, 'Laiqat Ali', 'bhageel khan', '3540219903151', 'Punjab', 'Nankana Sahib'),
(1203, 'Lajbar Khan', 'Noor Jamal', '1610112089253', 'KP', 'MARDAN'),
(1204, 'Lakhano Rind ', 'Yar Muhammad', '4410432155535', 'Sindh', 'Umerkot'),
(1205, 'Lal Jan  ', ' Noor Bakhsh', '5630356503403', 'Balochistan', 'BARKHAN'),
(1206, 'Lal Shah', 'Rokhan', '2140149710583', 'KP', 'BAJAUR (AT KHAR BAJAUR)'),
(1207, 'Lal Zada', 'Gul Zada', '1510103524341', 'KP', 'BUNER'),
(1208, 'Lal Zaman @ Qari', 'Abdul Khaliq (Haq)', '1530209302937', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1209, 'Lal Zarin', 'Zarawar Khan', '1530466200051', 'KP', 'Dir Lower'),
(1210, 'Latif', 'Ayub', '1570477737909', 'KP', 'UPPER DIR (AT DIR)'),
(1211, 'Latif Ullah', 'Hafiz Ullah', '1570133190207', 'KP', 'UPPER DIR (AT DIR)'),
(1212, 'Latif ur Rehman', 'Shah Yousaf', '1620209342625', 'KP', 'SWABI'),
(1213, 'Lawang Khan @ Ghulam Farooq', 'Shah Jahan ', '5410275668651', 'Balochistan', 'NUSHKI'),
(1214, 'lftikhar Ahmad', 'Malik Manzoor Hussain', '3660335810017', 'Punjab', 'VEHARI'),
(1215, 'Liaqat Ali ', 'Wazir Ahmad Khan ', '3210396838915', 'Punjab', 'DERA GHAZI KHAN'),
(1216, 'Liaqat Ali ', 'Noor Muhammad ', '3410143365277', 'Punjab', 'GUJRANWALA'),
(1217, 'Liaqat Ali', 'Hasan Khan', '3320371235105', 'Punjab', 'Jhang'),
(1218, 'Liaqat Ali', 'Qaim-ud-Din', '1730118833735', 'KP', 'PESHAWAR'),
(1219, 'Liaqat Ali ', 'Barkat Ali ', '3330283086177', 'Punjab', 'TOBA TEK SINGH'),
(1220, 'Liaqat Ali ', 'Muhammad Faiz ', '3320385834031', 'Punjab', 'JHANG'),
(1221, 'Liaqat Hussain Abbasi ', 'Muhammad Faris ', '3740402378785', 'Punjab', 'RAWALPINDI');
INSERT INTO `dnfbp` (`id`, `name`, `fname`, `cnic`, `district`, `province`) VALUES
(1222, 'Liaqat Ullah', 'Ashiq Hussain', '1210117629777', 'KP', 'DERA ISMAIL KHAN'),
(1223, 'Liaquat Ali Sasoli.', 'Khuda Bakhsh', '5140232184241', 'Balochistan', 'KHUZDAR'),
(1224, 'lnayat-ur-Rehman', 'Muhammad Rafiq', '3840401550671', 'Punjab', 'SARGODHA'),
(1225, 'lrfan Shafi', 'Muhammad Shafi', '3740183404581', 'Punjab', 'RAWALPINDI'),
(1226, 'Lutuf Ali', 'Ghulam Nabi Abro', '4120578428549', 'Sindh', 'Dadu'),
(1227, 'M. Arshad', 'M. Younis', '9040301052649', 'AJ&K', 'Rawli Dhokan, Hari Gehl Bagh'),
(1228, 'M. Asghar', 'Imam Baksh', '3660265568769', 'Punjab', 'Vehari'),
(1229, 'M. Ibraheem ', 'Moulvi Abdul Haq Badeni Brohi', '4310220061203', 'Sindh', 'Jacobabad'),
(1230, 'M. Irshad', 'M. Yaqoob', '3660294083195', 'Punjab', 'Vehari'),
(1231, 'M. Ishfaq', 'Gul Zaman', '8220317559233', 'AJ&K', 'Seryian Muzaffarabad'),
(1232, 'M. Iyaz ', 'Fazal Hussain', '8240184124969', 'AJ&K', 'Nakar Dana Sudhnoti '),
(1233, 'M. Kashif ', 'M Iqbal', '8230314430013', 'AJ&K', 'Barian Pachiot Rawalakot'),
(1234, 'M. Naeem ', ' Abdul Qadeer', '8220334242213', 'AJ&K', 'Lower Plate Muzaffarabad'),
(1235, 'M. Rashid', 'M. Younis', '8210141721701', 'AJ&K', 'Rawli Dhokan, Hari Gehl Bagh'),
(1236, 'M. Umair', 'M. Ajmal', '3660266701349', 'Punjab', 'Vehari'),
(1237, 'M. Yasir ', 'M Yaqoob', '4210114616863', 'AJ&K', 'Makri Muzaffarabad'),
(1238, 'M: Basir @ Zarqavi', 'Muhammad Yaqoob', '1530599017209', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1239, 'Maaz uddin', 'Izzat Gul', '1530725773781', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1240, 'Mahmood', 'Baz Mahammad', '1570178575415', 'KP', 'UPPER DIR (AT DIR)'),
(1241, 'Mahmood Ahmed alias Muavia ', 'Abdul Majeed', '3640299289999', 'Punjab', 'PAKPATTAN'),
(1242, 'Mahmood Iqbal ', 'Abdul Khaliq Saeed ', '3120332337205', 'Punjab', 'BAHAWALPUR'),
(1243, 'Mahrab', 'Umar Zada', '1570150014965', 'KP', 'UPPER DIR (AT DIR)'),
(1244, 'Mahran Gul', 'Haji Manzoor Ahmad', '3320214266645', 'Punjab', 'JHANG'),
(1245, 'Mairaj Din ', 'Noor Din ', '3120231167261', 'Punjab', 'BAHAWALPUR'),
(1246, 'Majeebullah', 'Naeemullah  ', '5430320110389', 'Balochistan', 'PISHIN'),
(1247, 'Majid Ali', 'Ahmed Shakoor', '3130350492987', 'Punjab', 'Rahim Yar Khan'),
(1248, 'MAJID HUSSAIN', 'MUHAMMAD NAZIR', '3420187028515', 'Punjab', 'Gujrat'),
(1249, 'Majid Imran ', 'Abdul Hameed ', '3450161919463', 'Punjab', 'NAROWAL'),
(1250, 'Major (R) Ch. Zaheer ud Din', 'Ch. Miraj Din', '3520175184001', 'Punjab', 'Lahore'),
(1251, 'Malang Jan', 'Arsh Ullah', '1610148584879', 'KP', 'UPPER DIR (AT DIR)'),
(1252, 'Malik Abid Farooqi ', 'khan Muhammad', '3120103284735', 'Punjab', 'Bahawalpur'),
(1253, 'Malik Amjad Ali alias Amjad Ali ', 'Ghulam Muhammad ', '3430139851275', 'Punjab', 'HAFIZABAD'),
(1254, 'Malik Fiyyaz Haider ', 'Malik Mohib Hussain ', '3810277634257', 'Punjab', 'BHAKKAR'),
(1255, 'Malik Haq Nawaz ', 'Malik Falak Sher ', '3810341814757', 'Punjab', 'BHAKKAR'),
(1256, 'Malik Hassan Abbas', 'Malik Muhammad Waris', '3320158473283', 'Punjab', 'CHINIOT'),
(1257, 'Malik Jalal Ud Din ', 'Hassan Muhammad ', '3810209106205', 'Punjab', 'BHAKKAR'),
(1258, 'Malik Khizar Hayat', ' Malik Ghulam Hussain ', '3520231505723', 'Punjab', 'LAHORE'),
(1259, 'Malik Muhammad Arslan ', 'Malik Muhammad Baqir ', '3520278370683', 'Punjab', 'LAHORE'),
(1260, 'Malik Muhammad Faisal alias Malik Bloch', 'Muhammad Anwar', '3310603219877', 'Punjab', 'FAISALABAD'),
(1261, 'Malik Muhammad Rizwan ', 'Muhammad Aslam ', '3120117036223', 'Punjab', 'BAHAWALPUR'),
(1262, 'Malik Muhammad yaqoob', 'Muhammad Rafique', '3130114988953', 'Punjab', 'Rahim Yar Khan'),
(1263, 'Malik Rashid Mehmood ', 'Malik Manzoor Ahmed', '3130221304207', 'Punjab', 'RAHIM YAR KHAN'),
(1264, 'Malik Sajjad Hussain ', 'Malik Barkhurdar Khan ', '3210307694481', 'Punjab', 'DERA GHAZI KHAN'),
(1265, 'Malik Shah Nawaz Khalil ', 'Khalil Ahmed ', '3810209190155', 'Punjab', 'BHAKKAR'),
(1266, 'Malik Shahzad Nadeem', 'Malik Sadar ud Din', '3710528475287', 'Punjab', 'Attock    '),
(1267, 'Malik Zafar Iqbal Shahbaz ', 'Malik Sardar Ali ', '3520241359487', 'Punjab', 'SHEIKHUPURA'),
(1268, 'Malki Khan', 'Subati', '1510108115443', 'KP', 'BUNER'),
(1269, 'Malook', 'Khanam Roz', '1570244404541', 'KP', 'UPPER DIR (AT DIR)'),
(1270, 'Mamu Khan ', 'Abdullah Khan (Late)', '4210116480767', 'Sindh', 'Karachi'),
(1271, 'Mansoor Ahmad', 'Muhammad Haleem', '1530284565499', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1272, 'MANSOOR AHMED', 'MOLANA SHEIKH AHMED', '3730182785469', 'Punjab', 'Gujranwala'),
(1273, 'Mansoor Lehri', 'Ghulam Sarwar', '5440078672139', 'Balochistan', 'QUETTA'),
(1274, 'Manzar Abbas ', 'Ghulam Abbas', '3820193589305', 'Punjab', 'KHUSHAB'),
(1275, 'Manzar Abbas', 'Abid Hussain', '3320116602795', 'Punjab', 'CHINIOT'),
(1276, 'Manzoor', 'Muhammad Ramzan ', '3310426584229', 'Punjab', 'FAISALABAD'),
(1277, 'Manzoor Ahmad Alias Akasha', 'Ameer Ahmad', '3810208848485', 'Punjab', 'BHAKKAR'),
(1278, 'MANZOOR AHMAD Alias Saif-ur-Rehman', 'KHUSHI MUHAMMAD', '3530138305925', 'Punjab', 'OKARA'),
(1279, 'Manzoor Ahmed Lehri', 'Ghulam Sarwar', '5440083411531', 'Balochistan', 'QUETTA'),
(1280, 'Manzoor Hussain ', 'Charagh Din ', '3310006492889', 'Punjab', 'FAISALABAD'),
(1281, 'Manzoor Parwana ex president BSF ', ' Muhammad Hussain', '4220105394855', 'Gilgit-Baltistan', 'BALTISTAN (AT SKARDU)'),
(1282, 'Maqbool Ahmed', 'Ghulam Nabi', '3460101515667', 'Punjab', 'Sialkot'),
(1283, 'Maqbool Ahmed ', 'Abdul Rasheed ', '3130321209785', 'Punjab', 'RAHIM YAR KHAN'),
(1284, 'Maqbool Hussain', 'Muhammad Shafi', '3410160638027', 'Punjab', 'GUJRANWALA'),
(1285, 'Maqbool Raisani @ Chotay', 'Saleh Muhammad', '5440154050121', 'Balochistan', 'QUETTA'),
(1286, 'Maqsood Ahmad alias Javeed Ahmad', 'Sardar Muhammad ', '3650221226503', 'Punjab', 'BAHAWALPUR'),
(1287, 'Maqsood Ahmed', 'Rehmat Ali', '3640230446095', 'Punjab', 'PAKPATTAN'),
(1288, 'Maqsood Ahmed', 'Muhammad yaqoob', '3320312793043', 'Punjab', 'Jhang'),
(1289, 'Maqsood Ahmed ', 'Mohd. Ishaq ', '5440156191045', 'Balochistan', 'QUETTA'),
(1290, 'Maqsood Ali Khan ', 'Muhammad Ali', '1520189454643', 'KP', 'CHITRAL'),
(1291, 'Maqsood Yameen ', 'Naik Muhammad ', '3630256516931', 'Punjab', 'MULTAN'),
(1292, 'Marham Ullah @ Rahim Ullah', 'Muhammad Amin Ullah', '1510103733083', 'KP', 'BUNER'),
(1293, 'Maroof Ahmad Mirza alias Hafiz Gee (Mughal)', 'Mirza Nizam ud Din', '3730109541207', 'Punjab', 'JHELUM'),
(1294, 'Mashkoor Hussain ', 'Mian Safdar Hussain ', '3230360067747', 'Punjab', 'MUZAFFARGARH'),
(1295, 'Masjood Ahmad', 'Ghulam Mustafa', '3130135216813', 'Punjab', 'Rahim Yar Khan'),
(1296, 'Masood', 'Abdul Jabar', '1730114661543', 'KP', 'PESHAWAR'),
(1297, 'MASOOD-UL-HASSAN', 'GHULAM RASOOL', '3840553299185', 'Punjab', 'SARGODHA'),
(1298, 'Masroor Nawaz', 'Maulana Haq Nawaz', '3320231521181', 'Punjab', 'Jhang'),
(1299, 'Master Hafeez-ur-Rehman ', 'Hafiz Abdul Rehman ', '3210333588211', 'Punjab', 'DERA GHAZI KHAN'),
(1300, 'Master Sher Afzal', 'Abdul Hameed', '1310128367385', 'KP', 'ABBOTTABAD'),
(1301, 'Master Syed Qaisar Abbass', 'Mazhar/ (Syed Nazar Hussain) Nazeer Hussain', '1430126633381', 'KP', 'Kohat'),
(1302, 'Mateh Ul Haq', 's/o Akbar Khan r/o Shaore', '1570173890185', 'KP', 'UPPER DIR (AT DIR)'),
(1303, 'Mati ullah', 'Sazullah', '1530552804979', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1304, 'Mati Ullah', 'Attiqur Rehman', '1560161525815', 'KP', 'SWAT (AT MINGORA)'),
(1305, 'Mati Ullah ', 'Anwar Ullah ', '3330388788075', 'Punjab', 'TOBA TEK SINGH'),
(1306, 'Mati Ullah ', 'Said Hassan', '1730176533499', 'KP', 'PESHAWAR'),
(1307, 'Matloob ur Rehman @ Salah ud Din', 'Maqsood ur Rehman', '3740589186211', 'KP', 'ABBOTTABAD'),
(1308, 'Maulana Abdul Aziz', 'Muhammad Abdullah', '6110119576777', 'ICT', 'ISLAMABAD\r\n'),
(1309, 'Maulana Abdul Hakeem Mengal', 'Mohammad Noor. ', '5340219589301', 'Balochistan', 'NASIRABAD  (AT D.M.JAMALI)'),
(1310, 'Maulana Abdul Wakeel', 'Sham ur Rehman', '1620208963955', 'KP', 'SWABI'),
(1311, 'Maulana Aziz Ahmad', 'Ameen ul Haq r', '1620209855373', 'KP', 'SWABI'),
(1312, 'Maulana Faraz Ahmed ', ' Walayat Khan.', '7150129104315', 'Gilgit-Baltistan', 'GILGIT'),
(1313, 'Maulana Hafiz Muhammad Awais ', 'Muhammad Saddique ', '3330303885767', 'Punjab', 'TOBA TEK SINGH'),
(1314, 'Maulana Khalil Ahmed @ Sadi ', 'Hazoor Bakhsh', '5440166298135', 'Balochistan', 'QUETTA'),
(1315, 'Maulana Masood Azhar ', 'Allah Bakhsh Sabir', '0000123456789', 'Punjab', 'BAHAWALPUR'),
(1316, 'Maulana Nazir Ahmad', 'Amir Muhammad', '1350331400083', 'KP', 'MANSEHRA'),
(1317, 'Maulana Sahib Ali Tunio @ Haideri', 'Gul Mohammad. ', '5340212417687', 'Balochistan', 'NASIRABAD  (AT D.M.JAMALI)'),
(1318, 'Maulana Shah Abdul Aziz', 'Maulana Shaheed Ahmad', '6110167944045', 'KP', 'KARAK'),
(1319, 'Maulana Waheed Abbas', 'Abbas Ali Shah', '1330234890923', 'KP', 'HARIPUR'),
(1320, 'Maulvi Mohammad Hanif  ', 'Jallai', '5410130066363', 'Balochistan', 'CHAGAI (AT DALBANDIN)'),
(1321, 'Maulvi Sadiq Ullah Daur Alias Sadique', 'Malik Khanam Shah ', '2150661482869', 'KP', 'N.WAZIRISTAN (AT MIRAN SHAH)'),
(1322, 'Maveez Khan Alia Maveezgai ', 'Zangay', '2150180828031', 'KP', 'N.WAZIRISTAN (AT MIRAN SHAH)'),
(1323, 'Maysam Timar', 'Ashiq Hussain', '3320327157301', 'Punjab', 'Jhang'),
(1324, 'Mazhar Abbas', 'Ghazanfar Abbas', '3330386080257', 'Punjab', 'SAHIWAL'),
(1325, 'Mazhar Abbas Khan ', 'Riaz Hussain Khan ', '3320290147945', 'Punjab', 'JHANG'),
(1326, 'Mazhar Ali', 'Malik Muhammad Shafi', '3320403578099', 'Punjab', 'Jhang'),
(1327, 'Mazhar Hussain ', 'Muhammad Ali ', '3310098608225', 'Punjab', 'FAISALABAD'),
(1328, 'Mazhar Mukhtar', 'Mukhtar Ahmed ', '3460123298241', 'Punjab', 'SIALKOT'),
(1329, 'Meeran Bakhsh alias Meero Caste Syedani Bugti', 'Niaz Muhammad', '3240459803991', 'Punjab', 'RAJANPUR'),
(1330, 'Mehar Dad @ Bola', 'Shahbaz Khan', '1610160194329', 'KP', 'MARDAN'),
(1331, 'Mehboob Ahmad ', 'Muhammad Munir ', '3410262064795', 'Punjab', 'GUJRANWALA'),
(1332, 'Mehboob Ali', 'Shama Khel', '1560276992619', 'KP', 'SWAT (AT MINGORA)'),
(1333, 'Mehboob Ali', 'Noor ul Wahab', '1550448773551', 'KP', 'SHANGLA (AT ALPURI)'),
(1334, 'Mehboob Ali ', 'Muhammad Shareef', '3810384795737', 'Punjab', 'BHAKKAR'),
(1335, 'Mehboob Hussain ', 'Hukamdad Khan ', '4220176078953', 'Punjab', 'RAWALPINDI'),
(1336, 'Mehfooz-ul-Haq ', 'Ghulam Fareed', '3520272835703', 'Punjab', 'VEHARI'),
(1337, 'Mehmood alias Babi  ', 'Imam Bakhsh', '3610316332171', 'Punjab', 'KHANEWAL'),
(1338, 'Mehmood Aslam', 'Muhammad Aslam Javed', '3110420268965', 'Punjab', 'BAHAWALNAGAR'),
(1339, 'Mehmood Babar @ Durkey Shah ', 'Sagheer Ahmed ', '3410305393313', 'Sindh', 'Karachi'),
(1340, 'Mehmood Jhangir', 'Muhammad Jhangir', '3640108810663', 'Punjab', 'Pakpattan'),
(1341, 'Mehmood ul Hassan', 'Sher Muhammad', '1430155938109', 'KP', 'KOHAT'),
(1342, 'Mehmood Yaseen', 'Ghulam Yaseen', '3120481563199', 'Punjab', 'DERA GHAZI KHAN'),
(1343, 'Mehmood-ul-Hassan ', 'Abdul Haq ', '3110394345761', 'Punjab', 'BAHAWALNAGAR'),
(1344, 'Mehmood-ul-Hassan Awan ', 'Muhammad Khan Awan ', '3410411539695', 'Punjab', 'GUJRANWALA'),
(1345, 'Mehmood-Ur-Rehman Siddiqi ', 'Hafiz Muhammad Sadiq Siddiqi ', '3120218041619', 'Punjab', 'BAHAWALPUR'),
(1346, 'Mehr Muhammad Ali khan', 'Ghullam Hussain', '3320240377943', 'Punjab', 'Jhang'),
(1347, 'Mehrban Ali Sultan', 'nasib u Din', '3320279399295', 'Punjab', 'Jhang'),
(1348, 'Memboob shah', 'Bachal Shah Caste Kehri', '5340144936799', 'Balochistan', 'NASIRABAD  (AT D.M.JAMALI)'),
(1349, 'Mian Amir Hasnain ', 'Mian Mushtaq Ahmad ', '3230307866779', 'Punjab', 'MUZAFFARGARH'),
(1350, 'Mian Bali Shah', 'Bakht Biland', '1560292341351', 'KP', 'SWAT (AT MINGORA)'),
(1351, 'Mian Mehmood ul Hassan ', 'Mian Ghulam Muhammad ', '3520294520255', 'Punjab', 'LAHORE'),
(1352, 'Mian Miraj Uddin ', 'Lali Mian ', '1530208617161', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1353, 'Mian Muhammad Naeem', 'Muhammad Abdullah', '3540415657827', 'Punjab', 'Sheikhupura'),
(1354, 'Mian Munib Malak', 'Mian Muhammad Malak', '3460206541565', 'Punjab', 'Sialkot'),
(1355, 'Minhas Adrees caste Abbasi', 'Muhammad Adrees', '3740435795255', 'Punjab', 'RAWALPINDI'),
(1356, 'Mir Anwar Talpur ', 'Mir Hyder Bux', '4550202405193', 'Sindh', 'Sukkur'),
(1357, 'Mir Fida Ahmed  Qalandrani. ', 'Muhammad Ishaq', '5140169726759', 'Balochistan', 'KHUZDAR'),
(1358, 'Mir Khatim @ Faqir', ' Badshah', '2150983707077', 'KP', 'N.WAZIRISTAN (AT MIRAN SHAH)'),
(1359, 'Mir Nasir Hasnain Ramal ', ' Mir Aman', '7150403936959', 'Gilgit-Baltistan', 'HUNZA'),
(1360, 'Mirza', 'Zareen Khan', '1570163901657', 'KP', 'UPPER DIR (AT DIR)'),
(1361, 'Mirza', 's/o Zareen Khan', '', 'KP', 'Toorghar'),
(1362, 'Mirza Ghafoor Baig ', 'Mirza Abdul Khaliq Baig ', '3740527603587', 'Punjab', 'RAWALPINDI'),
(1363, 'Mirza Khan ', 'unknown', 'Resident of Pakistan', 'Punjab', 'Mian Channu Lahore'),
(1364, 'Mirza Khan ', 'Naik Mohammad', '5630259445761', 'Balochistan', 'LORALAI'),
(1365, 'Mirza Khan caste Qutabzai', 'Saleh Muhammad', '5420398789613', 'Balochistan', 'KILLA ABDULLAH'),
(1366, 'Mirza Maqsood Amir ', 'Mirza Shafique Baig ', '3520207676565', 'Punjab', 'LAHORE'),
(1367, 'Mirza Muhammad Luqman', 'Niaz Muhammad', '3630204561851', 'Punjab', 'Multan'),
(1368, 'Mirza Qadeer Baig', 'Mirza Abdul Rehman Baig', '3730172591697', 'Punjab', 'JHELUM'),
(1369, 'Mirza Saleem Baig ', 'Mirza Abdul Khaliq Baig ', '3740535357267', 'Punjab', 'RAWALPINDI'),
(1370, 'Mirza Yousif  Hussain ', 'Shaikh Ghulam Muhammad', '4210130570895', 'Sindh', 'Karachi'),
(1371, 'Moazam Hayat ', 'Rehmat Ali ', '3460178863169', 'Punjab', 'SIALKOT'),
(1372, 'Mobeen Ahmed alias Shaqat', 'Muhammad Yaqoob', '3510113055839', 'Punjab', 'KASUR'),
(1373, 'Mobeen Rehmat Ullah ', 'Muhammad Jameel ', '3640221494669', 'Punjab', 'PAKPATTAN'),
(1374, 'Mohammad', 'Iqbal', '', 'KP', 'Dikhan'),
(1375, 'Mohammad Afzal @ Murri', 'Naik Mohammad', '5630193171613', 'Balochistan', 'LORALAI'),
(1376, 'Mohammad Ali Lehri', 'Mohammad Hussain ', '5160286105913', 'Balochistan', 'MASTUNG'),
(1377, 'Mohammad Asif', 'Raheem Bakhsh', '5210140095521', 'Balochistan', 'GWADAR'),
(1378, 'Mohammad Awaz ', 'Zarif Khan.', '5330539863591', 'Balochistan', 'KACHHI (BOLAN) (AT DHADAR)'),
(1379, 'Mohammad Ayub', 'Mohammad Akbar', '1570488716283', 'KP', 'Dir Upper'),
(1380, 'Mohammad Azam Nosherwani ', 'Haji  Mohd. Usman.', '5140112108159', 'Balochistan', 'Khuzdar'),
(1381, 'Mohammad Azeem Miraji Mengal ', 'Mohammad Rahim.', '5140386901321', 'Balochistan', 'KHUZDAR'),
(1382, 'Mohammad Bakhsh ', 'Sher Mohammad Kori.', '5140144142221', 'Balochistan', 'KHUZDAR'),
(1383, 'Mohammad Hassan ', 'Mohammad Ismail', '5140345000707', 'Balochistan', 'KHUZDAR'),
(1384, 'Mohammad Hotman Sasoli.', 'Gul Muhammad', '5140198708487', 'Balochistan', 'KHUZDAR'),
(1385, 'Mohammad Hussain', 'Umar Khan', '1570193901657', 'KP', 'UPPER DIR (AT DIR)'),
(1386, 'Mohammad Ibrahim', 'Mohd.Afzal ', '5440047618725', 'Balochistan', 'QUETTA'),
(1387, 'Mohammad Ishaq', 'Abdul Karim. ', '5230180645381', 'Balochistan', 'PANJGUR'),
(1388, 'Mohammad Mehdi @ Capt: Hadi ', 'Faqir Hussain ', '4250153335415', 'Balochistan', 'QUETTA'),
(1389, 'Mohammad Nadeem @ Burger @ Nadeem Mulla', 'Mohammad Saleem Patel', 'NIL', 'Sindh', 'Karachi'),
(1390, 'Mohammad Shahid @ Sani ', 'Abdul Hakim ', 'NIL', 'Sindh', 'Karachi'),
(1391, 'Mohammad Shaid Sultan. ', 'Saifullah', '5630273907807', 'Balochistan', 'LORALAI'),
(1392, 'Mohammad Shakir', 'Sheikh Mohammad Yaseen ', '3740565359881', 'Punjab', 'RAWALPINDI'),
(1393, 'Mohammad Shareef Rind ', 'Gahi Khan', '5320295931005', 'Balochistan', 'JAFFARABAD'),
(1394, 'Mohee Uddin Shah Holding ', 'Syed Hassan-ul-wahab', '4250130209779', 'Sindh', 'Karachi'),
(1395, 'Mohib Ullah', 'Nowshad', '4220104136545', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1396, 'Mohsin', 'Masood Kaimkhani', 'NIL', 'Sindh', ''),
(1397, 'Mohsin Abbas ', 'Muhammad Nawaz ', '3820104668569', 'Punjab', 'KHUSHAB'),
(1398, 'Mohsin Abbas', 'Riaz Hussain', '3720152726917', 'Punjab', 'CHAKWAL'),
(1399, 'Mohsin Ali ', 'Ibrar Hussain ', '3740569672241', 'Punjab', 'RAWALPINDI'),
(1400, 'Mohsin Mehmood ', 'Taj Mehmood ', '3240244179059', 'Punjab', 'RAJANPUR'),
(1401, 'Mokamil @ Kamil', 'Gul Said', '1610233276407', 'KP', 'MARDAN'),
(1402, 'Molan Abdul Razzaq', 'Abdul Manan Afghan National', '1530702478977', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1403, 'Molana Abdul Raheem Sajid. ', 'Ali Sher', '5440156763025', 'Balochistan', 'QUETTA'),
(1404, 'Molana Abdul Wahid', 'Abdullah', '1540263100385', 'KP', 'MALAKAND P.A.'),
(1405, 'Molana Agha Jehanzeb', 'Hanif Ghulam Bangash,', '1410165593455', 'KP', 'ABBOTTABAD'),
(1406, 'Molana Aurangzaib Farooqi ', 'Misri Khan', '4250124740951', 'Sindh', 'Karachi'),
(1407, 'Molana Gul Feroz', 'Gul Shereen', '1350478060903', 'KP', 'MANSEHRA'),
(1408, 'Molana Maqbool Mir .', 'Muhammad Ayaz.', '7150124765381', 'Gilgit-Baltistan', 'GILGIT'),
(1409, 'Molana Mati ul Haq', 'Molana Sufi Muhammad', '1530765657133', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1410, 'Molana Muhammad Ayub', 'Gul Roz', '1530482115155', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1411, 'Molana Muhammad Fayaz ', 'Muhammad Razi', '4250122144801', 'Sindh', 'Karachi'),
(1412, 'Molana Muhammad Ghulam @ Ahmad Raza ', 'Pir Ghulam ', '1120197387465', 'KP', 'TANK'),
(1413, 'Molana Muhammad Iqbal', 'Muhammad Ayub', '1510114364229', 'KP', 'BUNER'),
(1414, 'Molana Muhammad Sadiq Khan', 'Kala Khan', '1330288129237', 'KP', 'Haripur'),
(1415, 'Molana Said Raziq @ Haji Sahib', 'Fazal Raziq', '1530210029677', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1416, 'Molana Toheed ur Rehman Tohidi @ Toheed', 'Sher Bahadar', '1330251966375', 'KP', 'Haripur'),
(1417, 'Molvi Ab.Ghafoor ', 'Ab.Aziz', '8230301761657', 'AJ&K', 'Tarar, District Poonch'),
(1418, 'Molvi Abdul Hakim', 'Mohammad Bacha', '1570405255175', 'KP', 'UPPER DIR (AT DIR)'),
(1419, 'Molvi Abdullah Phulpoto', 'Sono Khan Phulpoto', '4520463990149', 'Sindh', 'Khairpur'),
(1420, 'Molvi Abul Rehman ', 'Muhammad Bashir', '3330321904873', 'Punjab', 'TOBA TEK SINGH'),
(1421, 'Molvi Asghar Ali @ Allah Nawaz Kharos', 'Abdul Rehman alias Humar Khan ', '4520468825911', 'Sindh', 'Khairpur'),
(1422, 'Molvi Badshah Zaib', 'Abdul Jalil', '1570179609727', 'KP', 'UPPER DIR (AT DIR)'),
(1423, 'Molvi Bakh Sher ', 'Abdul Wahab.', '7120221823245', 'Gilgit-Baltistan', 'DIAMIR (AT CHILAS)'),
(1424, 'Molvi Bashir Ahmad', 'Zoor Talab', '1570107684923', 'KP', 'UPPER DIR (AT DIR)'),
(1425, 'Molvi Jahangir', 'Muqadar', '1510103353079', 'KP', 'BUNER'),
(1426, 'Molvi Muhammad Hayat Shaikh', '', '4330495158989', 'Sindh', 'Shikarpur'),
(1427, 'Molvi Muhammad Umar', 'Allah Din alias Allah Dino Bhayo', '4510160453751', 'Sindh', 'Khairpur'),
(1428, 'Molvi Munir Ahmed ', 'Gul Muhammad Indher', '4550118896027', 'Sindh', 'Sukkur'),
(1429, 'Molvi Nabi', 'Muhammad Shafiq', '1410181177655', 'KP', 'HANGU'),
(1430, 'Molvi Nazir Ahmed Chotai', ' Kher Muhammad Jan (Pesh Imam)', '5330660140507', 'Balochistan', 'KACHHI (BOLAN) (AT DHADAR)'),
(1431, 'Molvi Salar', 'Sardar', '1510126494599', 'KP', 'Toorghar'),
(1432, 'Molvi Ubeedullah ', 'Ghulam Ullah Korai', '4530367063159', 'Sindh', 'N-Feroze'),
(1433, 'Molvi Usman', 'Sher Mohammad', '1570111224613', 'KP', 'UPPER DIR (AT DIR)'),
(1434, 'Molvi Waheed ur Rehman ', 'Ahmed Bux Shar ', '4520344375885', 'Sindh', 'Khairpur'),
(1435, 'Molvi Zafar', 'Sayal Khan', '1410146707791', 'KP', 'HANGU'),
(1436, 'Mondar Ahmed', 'Haiwa Sasoli./ Maiwa Khan', '5140122973995', 'Balochistan', 'KHUZDAR'),
(1437, 'Mosa Raza', 'Ghulam Sarwar', '3240337305601', 'Punjab', 'RAJANPUR'),
(1438, 'Moulana Abdul Hameed @ Abdul Majeed', 'Abdul Qadir. ', '5140101889545', 'Balochistan', 'KHUZDAR'),
(1439, 'Moulana Abdul Kabir Shakir', 'Inayat Ullah', '5410204082165', 'Balochistan', 'QUETTA'),
(1440, 'Moulana Abdul Rauf alias Yazdani caste Bhatti', 'Abdul Ghafoor', '3410155070167', 'Punjab', 'GUJRANWALA'),
(1441, 'Moulana Abdul Razzaq Haideri', 'Abdul Rehman', '6110187652727', 'ICT', 'ISLAMABAD\r\n'),
(1442, 'Moulana Attaullah ', 'Moulana Muhammad Essa', '4550429730549', 'Sindh', 'Sukkur'),
(1443, 'Moulana Faiz Muhammad Sikanderi', 'Muhammad Nawaz Bughio', '4540348120297', 'Sindh', 'Shaeed Benizrabad'),
(1444, 'Moulana Farooque Azad ', 'Master Abdul Razzak Marwari Rajput', '4210176048347', 'Sindh', 'Hyderabad'),
(1445, 'Moulana Hafiz Abdul Salam ', 'Abdul Manan ', '4120578428549', 'Sindh', 'Karachi'),
(1446, 'Moulana Imadadullah ', 'Abdullah Ibe-e-Azad Bhutto', '4550118595781', 'Sindh', 'Sukkur'),
(1447, 'Moulana Mohammad Akram ', 'Khuda Nazar. ', '5410215546579', 'Balochistan', 'NUSHKI'),
(1448, 'Moulana Mohd. Ramzan Mengal', 'Abdul Qayum', '5440004114699', 'Balochistan', 'QUETTA'),
(1449, 'Moulana Muhammad Nadeem Iqbal ', 'Bashir Ahmed ', '3110377248087', 'Sindh', 'Karachi'),
(1450, 'Moulana Nazir Ahmed ', 'Arbab Ali Mirbahar', '4310247889841', 'Sindh', 'Jacobabad'),
(1451, 'Moulana Saeed Jadoon ', 'Muhammad Sadiq Jadoon', '4130326110345', 'Sindh', 'Hyderabad'),
(1452, 'Moulana Saiful-ul-Islam ', 'Saifur Rahim', '4130360457229', 'Sindh', 'Hyderabad'),
(1453, 'Moulana Sher Ghazi Malik ', 'Abdul Ghafoor Malik ', '4210164122633', 'Sindh', 'Karachi'),
(1454, 'Moulana Syed Paral Shah ', 'Muhammad Ali Shah', '4520375472513', 'Sindh', 'Khairpur'),
(1455, 'Moulvi Abdul Baqi ', 'Moulana Mohammad Alam', '5440004281409', 'Balochistan', 'QUETTA'),
(1456, 'Moulvi Abdul Wali Khan Farooqi ', 'Abdul Sattar', '5440012375111', 'Balochistan', 'QUETTA'),
(1457, 'Moulvi Jamil', 'Khari Mula', '', 'KP', 'Dir Upper'),
(1458, 'Moulvi Naseem Ahmed ', 'Ghulam Qadir Tagar', '4320536379383', 'Sindh', 'Larkana'),
(1459, 'Movli Abdul Qayoum Janwri ', 'Faqir Jam Khan', '4520301416703', 'Sindh', 'Khairpur'),
(1460, 'Movli Shoukat Ali Farooqui ', 'Karimullah Arain', '4420670726309', 'Sindh', 'Sanghar'),
(1461, 'Mst. Porada', 'W/O Abdul Kabir @ Musa', '2110320997194', 'KP', 'BAJAUR (AT KHAR BAJAUR)'),
(1462, 'Muasab Zubair ', 'Abdul Khaliq ', '3330327655319', 'Punjab', 'TOBA TEK SINGH'),
(1463, 'Muavia', 'Khadim Hussain', '3810386182331', 'Punjab', 'SAHIWAL'),
(1464, 'Muavia Hassan ', 'Sana Ullah Rabani', '3410258160433', 'Punjab', 'GUJRANWALA'),
(1465, 'Mubarik Sher', 'Bakhtawar Sher', '1730154666573', 'KP', 'PESHAWAR'),
(1466, 'Mubashar Miraj ', 'Muhammad Hussain ', '3540187926373', 'Punjab', 'SHEIKHUPURA'),
(1467, 'Mubasher Ali Khan ', 'Ghulam Muhammad ', '3320202680739', 'Punjab', 'JHANG'),
(1468, 'Mubashir', 'Yar Mula', '1570150063545', 'KP', 'Dir Upper'),
(1469, 'Mubashir Rahman ', 'Muhammad Arshad Saeed ', '3310012715251', 'Punjab', 'FAISALABAD'),
(1470, 'Mubashir Ullah', 'Attaullah', '7120204287201', 'Gilgit-Baltistan', 'DIAMIR (AT CHILAS)'),
(1471, 'Mubeen Ali', 'Saif Ali', '3420106052133', 'Punjab', 'GUJRAT'),
(1472, 'Mubeen Shehzad alias Doctor ', 'Muhammad Arshad', '3460316147409', 'Punjab', 'SIALKOT'),
(1473, 'Mudasar Ali Shah', 'Zahir Shah', '1610182104277', 'KP', 'MARDAN'),
(1474, 'Mudassar  Hussain', 'Ghulam Hussain', '3720197234227', 'Punjab', 'CHAKWAL'),
(1475, 'Mudassar Akhtar ', 'Muhammad Akhtar Bhatti ', '3420138407457', 'Punjab', 'GUJRAT'),
(1476, 'MUDASSAR HUSSAIN', 'NAZAR HUSSAIN', '3420271654751', 'Punjab', 'GUJRAT'),
(1477, 'Mudassar Mehmood', 'Hakim Khan', '3710510172165', 'Punjab', 'Attock    '),
(1478, 'Mudassir Hussain ', 'Mazhar Hussain ', 'NIL', 'Sindh', 'Karachi'),
(1479, 'Muddasir Shafique ', 'Muhammad Shafique ', '3520286405451', 'Punjab', 'LAHORE'),
(1480, 'Mufti Abdul Rehman Khalid ', 'Ghulam Farid ', '3210363674511', 'Punjab', 'DERA GHAZI KHAN'),
(1481, 'Mufti Abdul Wakeel', 'z', '1111111111127', 'KP', 'PESHAWAR'),
(1482, 'Mufti Imran', 'Muhammad Afzal', '1410103984441', 'KP', 'Peshawar'),
(1483, 'Mufti Kafayatullah', 'Maulana Muhammad Rafique', '1350391443715', 'KP', 'MANSEHRA'),
(1484, 'Mufti Muhammad Ali ', ' Abdul Ghafoor.', '4250118985979', 'Gilgit-Baltistan', 'GHANCHE (AT KHAPLU)'),
(1485, 'Mufti Muhammad Shah', 'Naik Muhammad', '5440011412529', 'Balochistan', 'QUETTA'),
(1486, 'Mufti Munir Shakir', 'Rehmat Khan', '1410195675099', 'KP', 'HANGU'),
(1487, 'Mufti Najeebullah Farooqi', 'Abdullah', '1730142298491', 'KP', 'PESHAWAR'),
(1488, 'Mufti Nasir Mehmood', 'Abdul Rehman', '3710533543411', 'Punjab', 'Attock    '),
(1489, 'Mufti Zakir Hussain Siddqui ', 'Siddique Rehman ', '4210176048347', 'Sindh', 'Karachi'),
(1490, 'Muhammad', 'Ghulam Muhammad', '1530598420169', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1491, 'Muhammad Aamir Usman ', 'Muhammad Iqbal ', '3830211599561', 'Punjab', 'CHAKWAL'),
(1492, 'Muhammad Abbas ', 'Nazir Ahmad', '3130415009801', 'Punjab', 'GUJRANWALA'),
(1493, 'Muhammad Abbas', 'Muhammad Siddique', '3220344890141', 'Punjab', 'LAYYAH'),
(1494, 'Muhammad Abbas ', 'Zafar', '3320404868747', 'Punjab', 'JHANG'),
(1495, 'Muhammad Abbas', 'Faqir Muhammad', '1111111111111', 'KP', 'MALAKAND P.A.'),
(1496, 'Muhammad Abbas Nasir ', 'Hakim Ali ', '3640195939873', 'Punjab', 'PAKPATTAN'),
(1497, 'Muhammad Abdul Malik', 'Muhammad Hashim', '3660318647061', 'Punjab', 'Vehari'),
(1498, 'Muhammad Abdul Rehman Baig alias Hafiz Abdul Rehma', 'Shafique Ahmed Baig ', '3420193050021', 'Punjab', 'GUJRAT'),
(1499, 'Muhammad Abdul Shakoor ', 'Abdul Wahid ', '3130276743997', 'Punjab', 'BAHAWALPUR'),
(1500, 'Muhammad Abdulbaki ', 'Molvi Muhammad Haneef ', '3630262385575', 'Punjab', 'Multan'),
(1501, 'Muhammad Abdullah ', 'Allah Ditta', '3640103467653', 'Punjab', 'PAKPATTAN'),
(1502, 'Muhammad Abdullah', 'Muhammad Riaz', '3320248228133', 'Punjab', 'Jhang'),
(1503, 'Muhammad Abdullah', 'Abdul Rehman', '3520115108583', 'Punjab', 'LAHORE'),
(1504, 'Muhammad Abdullah ', 'Muhammad Saddique', '3660242150717', 'Punjab', 'VEHARI'),
(1505, 'Muhammad Abdullah', 'Muhammad Munir', '3110170169751', 'Punjab', 'BAHAWALNAGAR'),
(1506, 'Muhammad Abdullah ', 'Molvi Ghulam Kibrya ', '3130323795707', 'Punjab', 'RAHIM YAR KHAN'),
(1507, 'Muhammad Abdullah', 'Khuda-e-Dad Caste Kakar', '5540167445041', 'Balochistan', 'ZIARAT'),
(1508, 'Muhammad Abid ', 'Muhammad Hanif ', '3810294466463', 'Punjab', 'BHAKKAR'),
(1509, 'Muhammad Abid', 'Aulia Khan', '3710525935331', 'Punjab', 'Attock    '),
(1510, 'Muhammad Abid Farooq ', 'Hafiz Muhammad Aslam ', '3810207347061', 'Punjab', 'BHAKKAR'),
(1511, 'MUHAMMAD ABID SHAHZAD', 'Sheikh Muhammad Rafi ', '3220268085477', 'Punjab', 'LAYYAH'),
(1512, 'Muhammad Abu Bakar alias Ali ', 'Muhammad Babar', '3460311595221', 'Punjab', 'SIALKOT'),
(1513, 'Muhammad Abu Bakar Saddique ', 'Abdul Latif ', '3630410639175', 'Punjab', 'MULTAN'),
(1514, 'Muhammad Abu Bakar Siddiq', 'Allah Bakhsh', '3220296595069', 'Punjab', 'LAYYAH'),
(1515, 'Muhammad Abu Bakar Siddique', 'Muhammad Sadiq', '3510379229753', 'Punjab', 'KASUR'),
(1516, 'Muhammad Abu Sufiyan ', 'Muhammad Idrees ', '3310257065541', 'Punjab', 'FAISALABAD'),
(1517, 'Muhammad Abu Zar', 'Hafiz Muhammad Tayyab', '3650283079519', 'Punjab', 'BAHAWALNAGAR'),
(1518, 'Muhammad Abubakar', 'Ghulam Rabani', '3840336017685', 'Punjab', 'SARGODHA'),
(1519, 'Muhammad Adil ', 'Ghulam Mustafa ', '3310044722639', 'Punjab', 'FAISALABAD'),
(1520, 'Muhammad Afzal', 'Gulzar Ahmad', '3540218283775', 'Punjab', 'Nankana Sahib'),
(1521, 'Muhammad Afzal', 'Muhammad Irshad', '3630234611243', 'Punjab', 'Multan'),
(1522, 'Muhammad Afzal ', 'Muhammad Amin ', '3120151337389', 'Punjab', 'BAHAWALPUR'),
(1523, 'Muhammad Afzal', 'Mehmood Khan', '3620209245569', 'Punjab', 'LODHRAN'),
(1524, 'Muhammad Afzal ', 'Muhammad Aslam ', '3330264534351', 'Punjab', 'TOBA TEK SINGH'),
(1525, 'Muhammad Afzal', 'Muh: Rasool', '1530767827105', 'KP', 'Dir Lower'),
(1526, 'Muhammad Afzal ', 'Irshad Ali ', '3640213236239', 'Punjab', 'PAKPATTAN'),
(1527, 'Muhammad Afzal ', 'Muhammad Munir ', '3460346616875', 'Punjab', 'SIALKOT'),
(1528, 'Muhammad Afzal alias Afzal Ratta ', 'Rahim Bakhsh ', '3120138252793', 'Punjab', 'BAHAWALPUR'),
(1529, 'Muhammad Afzal alias Mansoor ', 'Abdul Ghani ', '3130423656549', 'Punjab', 'RAHIM YAR KHAN'),
(1530, 'Muhammad Afzal Almaroof Muhammad Afzaal', 'Muhammad Shareef', '3320252944287', 'Punjab', 'Jhang'),
(1531, 'Muhammad Ahmad ', 'Muhammad Hussain ', '3130466967979', 'Punjab', 'RAHIM YAR KHAN'),
(1532, 'Muhammad Ahmad Khalid ', 'Atta Muhammad', '3110195254353', 'Punjab', 'BAHAWALNAGAR'),
(1533, 'Muhammad Ahsan Ullah Barki ', 'Misal khan Barki', '2170201962915', 'Sindh', 'Karachi'),
(1534, 'Muhammad Ajmal ', 'Muhammad Bux ', '4220129436363', 'Sindh', 'Karachi'),
(1535, 'Muhammad Ajmal', 'Ghulam Hussain ', '3120321121639', 'Punjab', 'BAHAWALPUR'),
(1536, 'Muhammad Ajmal ', 'Deen Muhammad ', '3320212843985', 'Punjab', 'JHANG'),
(1537, 'Muhammad Ajmal caste Jutt', 'Khan Muhammad', '3620178198493', 'Punjab', 'LODHRAN'),
(1538, 'Muhammad Ajmal Chohan ', 'Nawab Deen ', '3120399759405', 'Punjab', 'BAHAWALPUR'),
(1539, 'Muhammad Akbar ', 'Muhammad Jameel ', '3240397743869', 'Punjab', 'RAWALPINDI'),
(1540, 'Muhammad Akhtar', 'Muhammas Saddique', '3840320972807', 'Punjab', 'SARGODHA'),
(1541, 'Muhammad Akhtar ', 'Edu Khan ', '3120103687049', 'Punjab', 'BAHAWALPUR'),
(1542, 'Muhammad Akhtar ', 'Ghulam Ahmad @ Ghulam Muhammad', '3130323636907', 'Punjab', 'RAHIM YAR KHAN'),
(1543, 'Muhammad Akhter ', 'Farooq Ahmed ', '3210405914783', 'Punjab', 'DERA GHAZI KHAN'),
(1544, 'Muhammad Akmal', 'Saleem Khan', '1720121016509', 'KP', 'Nowshera'),
(1545, 'Muhammad Akmal Haidri ', 'Muhammad Nawaz ', '3320370847087', 'Punjab', 'JHANG'),
(1546, 'MUHAMMAD AKRAM ', 'MUHAMMAD ASLAM ', '3220237329919', 'Punjab', 'LAYYAH'),
(1547, 'Muhammad Akram', 'Umer Hayat', '3440347781771', 'Punjab', 'MANDI BAHAUDDIN'),
(1548, 'Muhammad Akram', 'Aleem u Din ', '3320213900077', 'Punjab', 'Jhang'),
(1549, 'Muhammad Akram ', 'Muhammad Sadiq ', '3640256555393', 'Punjab', 'PAKPATTAN'),
(1550, 'Muhammad Akram', ' Ahmad Bakhsh ', '3120481551407', 'Punjab', 'BAHAWALPUR'),
(1551, 'Muhammad Akram ', 'Khuda Bakhsh ', '3630180671487', 'Punjab', 'MULTAN'),
(1552, 'Muhammad Akram Farooqi ', 'Mureed Hussain ', '3210209505971', 'Punjab', 'DERA GHAZI KHAN'),
(1553, 'Muhammad Alamgir ', 'Bashir Ahmad ', '3810232952669', 'Punjab', 'BHAKKAR'),
(1554, 'Muhammad Aleem ', 'Mehar Din', '3666022299132', 'Punjab', 'VEHARI'),
(1555, 'Muhammad Ali', 'Basit Ali', '3320332425983', 'Punjab', 'Jhang'),
(1556, 'Muhammad Ali', 'Nizam-ud-Din', '3810192503159', 'Punjab', 'BHAKKAR'),
(1557, 'Muhammad Ali ', 'Ikram-ul-Haq ', '3740502257721', 'Punjab', 'RAWALPINDI'),
(1558, 'Muhammad Ali', 'Haji Muhammad Fayyaz ', '3310217664619', 'Punjab', 'FAISALABAD'),
(1559, 'Muhammad Ali alias Mamdo ', 'Intezar Mehdi ', '3230189207375', 'Punjab', 'MUZAFFARGARH'),
(1560, 'Muhammad Ali Irfan', 'Ali jaan', '3840388486059', 'Punjab', 'Jhang'),
(1561, 'Muhammad Aman Ullah Arif ', 'Taj Muhammad ', '3230306916875', 'Punjab', 'MUZAFFARGARH'),
(1562, 'Muhammad Ameen', 'Muhammad Ilam Din', '3320272224789', 'Punjab', 'Jhang'),
(1563, 'Muhammad Ameen ', 'Allah Ditta', '4240119676935', 'Sindh', 'Karachi'),
(1564, 'Muhammad Ameen Sadiq ', 'Kaly Khan ', '3530119954611', 'Punjab', 'OKARA'),
(1565, 'Muhammad Ameen Talha ', 'Allah Ditta ', '3640258223025', 'Punjab', 'PAKPATTAN'),
(1566, 'Muhammad Amin ', 'Bahadur Khan ', '3520191251587', 'Punjab', 'LAHORE'),
(1567, 'Muhammad Amin ', 'Ch Sardar Muhammad', '3130401058601', 'Punjab', 'Rahim Yar Khan'),
(1568, 'Muhammad Amin ', 'Peer Bakhsh', '3210208992133', 'Punjab', 'DERA GHAZI KHAN'),
(1569, 'Muhammad Amin', 'Ghulam Farid', '3110118717517', 'Punjab', 'BAHAWALNAGAR'),
(1570, 'MUHAMMAD AMIN ', 'MUHAMMAD RAFI', '3220201799857', 'Punjab', 'LAYYAH'),
(1571, 'Muhammad Amir Makki ', 'Muhammad Sadiq', '3120260436399', 'Punjab', 'BAHAWALPUR'),
(1572, 'Muhammad Amir Shahzad alias Amir ', 'Muhammad Anwar ', '3330146760051', 'Punjab', 'TOBA TEK SINGH'),
(1573, 'Muhammad Amjad Awan', 'Malik Iman', '3520126607103', 'Punjab', 'LAHORE'),
(1574, 'Muhammad Amjad Ishaq', 'Muhammad Ishaaq ', '3630267214547', 'Punjab', 'Multan'),
(1575, 'Muhammad Ammar Raza ', 'Muhammad Hanif Basharat ', '3320220403127', 'Punjab', 'JHANG'),
(1576, 'Muhammad Ammar Yasir ', 'Ghulam Murtaza', '3630276631589', 'Punjab', 'MULTAN'),
(1577, 'Muhammad Anees ', 'Lal Din ', '3630204563349', 'Punjab', 'MULTAN'),
(1578, 'Muhammad Anwar ', 'Abdul Sattar ', '3410350353999', 'Punjab', 'GUJRANWALA'),
(1579, 'Muhammad Anwar', 'Miraj Din', '3310093015559', 'Punjab', 'FAISALABAD'),
(1580, 'Muhammad Anwar ', 'Mahiwal ', '3740618755703', 'Punjab', 'RAWALPINDI'),
(1581, 'Muhammad Anwar Caste Reki', 'Abdul Ghani', '5130204524527', 'Balochistan', 'WASHUK'),
(1582, 'Muhammad Aqib', 'Muhammad Ameen', '3550201708187', 'Punjab', 'NANKANA SAHIB'),
(1583, 'Muhammad Arib Soomro', 'Khameso Soomro ', '4110144846267', 'Sindh', 'BADIN'),
(1584, 'Muhammad Arif ', 'Muhammad Murad ', '3130149781467', 'Punjab', 'RAHIM YAR KHAN'),
(1585, 'Muhammad Arif', 'Muhammad Ramzan', '3810222475331', 'Punjab', 'BHAKKAR'),
(1586, 'Muhammad Arif', 'Mushtaq Hussain', '3320403697465', 'Punjab', 'Jhang'),
(1587, 'Muhammad Arif', 'Muhammad hussain', '3320217002721', 'Punjab', 'Jhang'),
(1588, 'Muhammad Arif  Qasmani ', 'Muhammad Umar Qasmani', '4220123932869', 'Sindh', 'Karachi'),
(1589, 'Muhammad Arif Alias Muhammad Moavia', 'Faqeer Muhammad', '3610398031009', 'Punjab', 'KHANEWAL'),
(1590, 'Muhammad Arshad', 'Muhammad Khan', '3840345860625', 'Punjab', 'SARGODHA'),
(1591, 'Muhammad Arshad', 'Umer Din', '3330193624735', 'Punjab', 'TOBA TEK SINGH'),
(1592, 'Muhammad Arshad ', 'Muhammad Munshi ', '3410204284077', 'Punjab', 'GUJRANWALA'),
(1593, 'Muhammad Arshad alias Acha ', 'Abdul Khaliq', '3640193353083', 'Punjab', 'PAKPATTAN'),
(1594, 'Muhammad Arslan alias Muhammad', 'Muhammad Suleman', '3510117924701', 'Punjab', 'KASUR'),
(1595, 'Muhammad Asad ', 'Fayyaz Hussain   ', '3120132652727', 'Punjab', 'BAHAWALPUR'),
(1596, 'Muhammad Asad ', 'Shoukat Ali ', '3520214555407', 'Punjab', 'LAHORE'),
(1597, 'Muhammad Asad Khan ', 'Khan Akbar Hameed ', '3450219062425', 'Punjab', 'SIALKOT'),
(1598, 'Muhammad Asghar', 'Naseer ud din', '3820111560049', 'Punjab', 'KHUSHAB'),
(1599, 'Muhammad Asghar ', 'Abdul Rehman ', '3240220202389', 'Punjab', 'RAJANPUR'),
(1600, 'Muhammad Asghar Ali Qadri', 'Muhammad Sadiq', '3660295424267', 'Punjab', 'Vehari'),
(1601, 'Muhammad Asghar Hussain ', 'Zawar Hussain Shah ', '3230465061505', 'Punjab', 'MUZAFFARGARH'),
(1602, 'Muhammad Ashfaq', 'Muhammad Ishaq', '3710116420849', 'Punjab', 'Attock    '),
(1603, 'Muhammad Ashfaq alias Saleem ', 'SALEEM', '3310422595279', 'Punjab', 'FAISALABAD'),
(1604, 'Muhammad Ashfaq Aslam', 'Muhammad Aslam', '3310404100277', 'Punjab', 'FAISALABAD'),
(1605, 'Muhammad Ashfaq Hussain Nadeem', 'Muhammad Sarwar Khan', '3610360296557', 'Punjab', 'Khanewal'),
(1606, 'Muhammad Ashraf ', 'Allaha Ditta ', '3540403938403', 'Punjab', 'Sheikhupura'),
(1607, 'Muhammad Ashraf ', 'Muhammad Sharif ', '3630217530383', 'Punjab', 'MULTAN'),
(1608, 'Muhammad Ashraf ', 'Fakhar-ul-Din ', '3630217894367', 'Punjab', 'MULTAN'),
(1609, 'Muhammad Ashraf', 'Muhammad Amin', '3110503954867', 'Punjab', 'BAHAWALNAGAR'),
(1610, 'MUHAMMAD ASHRAF', 'MUHAMMAD ASLAM', '3650167663955', 'Punjab', 'SAHIWAL'),
(1611, 'Muhammad Ashraf ', 'Muhammad Panah ', '3320295603169', 'Punjab', 'JHANG'),
(1612, 'Muhammad Ashraf @ Ashraf Memon ', 'M Siddiqu ', '4210169942729', 'Sindh', 'Karachi'),
(1613, 'Muhammad Ashraf Ali ', 'Haji Muhammad Hussain ', '3130413587023', 'Punjab', 'RAHIM YAR KHAN'),
(1614, 'Muhammad Ashraf Asif Jalali', 'Ghulam Sarwar', '3440216955139', 'Punjab', 'LAHORE'),
(1615, 'Muhammad Ashraf Iqbal alias Mam Safdar', 'Muhammad Iqbal', '3120286385175', 'Punjab', 'LODHRAN'),
(1616, 'Muhammad Ashraf Shahid ', 'Gulzar Ahmad ', '3120525442089', 'Punjab', 'BAHAWALPUR'),
(1617, 'Muhammad Ashraf Zahid ', 'Shah Muhammad', '3120501937839', 'Punjab', 'BAHAWALPUR'),
(1618, 'Muhammad Asif ', 'Malik Fooaj Ali ', '3130334089869', 'Punjab', 'RAHIM YAR KHAN'),
(1619, 'Muhammad Asif  ', 'm. qasim', '3458645947300', 'Punjab', 'Bahawalpur'),
(1620, 'Muhammad Asif', 'Muhammad Yousaf ', '3410433046899', 'Punjab', 'GUJRANWALA'),
(1621, 'Muhammad Asif ', 'Muhammad Iftikhar ', '3520285022735', 'Punjab', 'LAHORE'),
(1622, 'MUHAMMAD ASIF', 'MUHAMMAD AKRAM', '3650143322963', 'Punjab', 'SAHIWAL'),
(1623, 'Muhammad Asif', 'Muhammad Riaz', '3720341564055', 'Punjab', 'CHAKWAL'),
(1624, 'Muhammad Asif ', 'Muhammad Ali ', 'NIL', 'Sindh', 'Karachi'),
(1625, 'Muhammad Asif ', 'Muhammad Hussain ', 'NIL', 'Sindh', 'Karachi'),
(1626, 'Muhammad Asif ', 'Muhammad Hussain', '4210141062777', 'Sindh', 'Karachi'),
(1627, 'Muhammad Asif', 'Abdullah', '1410159552549', 'KP', 'HANGU'),
(1628, 'Muhammad Asif ', 'Muhammad Iqbal ', '3320404915939', 'Punjab', 'JHANG'),
(1629, 'Muhammad Asif ', 'Manzoor Hussain ', '3320404055717', 'Punjab', 'JHANG'),
(1630, 'Muhammad Asif alias Muzamil ', 'Jewan Khan ', '3210368529489', 'Punjab', 'DERA GHAZI KHAN'),
(1631, 'Muhammad Asif Caste Arian', 'Maqsood Ahmad', '3330386375891', 'Punjab', 'TOBA TEK SINGH'),
(1632, 'Muhammad Asif Javeed alias Dr. Asif Javed ', 'Bashir Ahmad ', '3640177170075', 'Punjab', 'PAKPATTAN'),
(1633, 'Muhammad Asif Nadeem ', 'Abdul Ghafar ', '3320265729427', 'Punjab', 'JHANG'),
(1634, 'Muhammad Asif Naveed ', 'Naveed Iqbal ', '3120317313985', 'Punjab', 'BAHAWALPUR'),
(1635, 'Muhammad Asif Shah', 'Baksh Shah', '3840414462873', 'Punjab', 'SARGODHA'),
(1636, 'Muhammad Asif Sheikh ', 'Gulraiz Akhtar ', '3520274524799', 'Punjab', 'LAHORE'),
(1637, 'Muhammad Asim ', 'Muhamamd Ismail ', '3340203969451', 'Punjab', 'CHINIOT'),
(1638, 'Muhammad Asim @ Tipu Sultan ', 'Muhammad Hakeem', '4230111111451', 'Sindh', 'Karachi'),
(1639, 'Muhammad Asim alias Jawad ', 'Abdul Rasheed', '3610255303731', 'Punjab', 'KHANEWAL'),
(1640, 'Muhammad Asim Nawaz', 'Master Muhammad Nawaz', '3660217308693', 'Punjab', 'Vehari'),
(1641, 'Muhammad Aslam ', 'Allah Dad', '3310049400649', 'Punjab', 'FAISALABAD'),
(1642, 'Muhammad Aslam ', 'Haji Allah Bakhsh ', '3210267506361', 'Punjab', 'DERA GHAZI KHAN'),
(1643, 'Muhammad Aslam ', 'Ahmad Din ', '3330244751147', 'Punjab', 'TOBA TEK SINGH'),
(1644, 'Muhammad Aslam', 'Mola Bakhsh', '3620141756449', 'Punjab', 'LODHRAN'),
(1645, 'Muhammad Aslam ', 'Ghulam Muhammad', '3620349734531', 'Punjab', 'LODHRAN'),
(1646, 'Muhammad Aslam ', 'Haji Muhammad Ramzan ', '3120428183059', 'Punjab', 'BAHAWALPUR'),
(1647, 'Muhammad Aslam ', 'Muhammad Bakhsh ', '3120425762981', 'Punjab', 'BAHAWALPUR'),
(1648, 'Muhammad Aslam ', 'Karam Din ', '3130435201295', 'Punjab', 'RAHIM YAR KHAN'),
(1649, 'Muhammad Aslam', 'Ghulam Akbar', '1210175951973', 'KP', 'DERA ISMAIL KHAN'),
(1650, 'Muhammad Aslam ', 'Abdul Malik ', '3120163721915', 'Punjab', 'BAHAWALPUR'),
(1651, 'Muhammad Aslam alias Tariq ', 'Faiz Bakhsh ', '3230419190231', 'Punjab', 'MUZAFFARGARH'),
(1652, 'Muhammad Aslam Asim Bhatti alias Asim caste Bhatti', 'Ghulam Rasool', '3620252109217', 'Punjab', 'LODHRAN'),
(1653, 'Muhammad Aslam Farooqi', 'Khusi  Muhammad', '3330217746481', 'Punjab', 'TOBA TEK SINGH'),
(1654, 'Muhammad Aslam Khan', 'Akhtar Jan', '1720196452435', 'KP', 'KURRAM (AT PARACHINAR)'),
(1655, 'Muhammad Aslam Saddiqui ', 'Malik Daim Khan ', '3120151406907', 'Punjab', 'BAHAWALPUR'),
(1656, 'Muhammad Aslam Sheikh ', 'Sher Gull ', '3740658524009', 'Punjab', 'RAWALPINDI'),
(1657, 'Muhammad Aslam Siddiqui ', 'Muhammad Siddiqui ', '3640222172265', 'Punjab', 'PAKPATTAN'),
(1658, 'Muhammad Aslam Usmani alias Usmani', 'Abdul latif ', '3710547731959', 'Punjab', 'ATTOCK'),
(1659, 'Muhammad Ata Ullah Usmani', 'Asghar Ali', '3520203727387', 'Punjab', 'LAHORE'),
(1660, 'Muhammad Atif Iqbal ', 'Muhammad Iqbal', '4210160766311', 'Sindh', 'Karachi'),
(1661, 'Muhammad Awais ', 'Mehdi Hassan ', '3330353532031', 'Punjab', 'TOBA TEK SINGH'),
(1662, 'Muhammad Awais ', 'Muhammad Yaqoob ', '3320257852207', 'Punjab', 'JHANG'),
(1663, 'Muhammad Ayaz', 'Mehtab', '4240120156871', 'KP', 'BUNER'),
(1664, 'Muhammad Ayaz @ Ayaz', 'Akbar Khan', '1510175558063', 'KP', 'BUNER'),
(1665, 'Muhammad Ayub Abid ', 'Abdul Hafeez ', '3810209092975', 'Punjab', 'BHAKKAR'),
(1666, 'Muhammad Azam', 'Rehmat Ali ', '3460141552239', 'Punjab', 'Sialkot'),
(1667, 'Muhammad Azam ', 'Muhammad Idrees ', '3520153090825', 'Punjab', 'LAHORE'),
(1668, 'Muhammad Azam ', 'Ameer Ali ', '3310492633589', 'Punjab', 'FAISALABAD'),
(1669, 'Muhammad Azam alias Azam Tariq ', 'Abdul Kareem ', '3640201596349', 'Punjab', 'OKARA'),
(1670, 'Muhammad Azam Tariq ', 'Atta Muhammad ', '3320258860599', 'Punjab', 'JHANG'),
(1671, 'Muhammad Azhar Farooq', 'Zahoor-ul-Din', '3230471011973', 'Punjab', 'Muzaffargarh'),
(1672, 'Muhammad Azmat Cheena', 'Abdul Ghani ', '3410126185961', 'Punjab', 'GUJRANWALA'),
(1673, 'Muhammad Bachal ', 'Muhammad Ishaque Maheri ', '411020150627', 'Sindh', 'Badin'),
(1674, 'Muhammad Bashir', 'Muhammad Yaqoob', '3110158533911', 'Punjab', 'Bahawalnagar   '),
(1675, 'Muhammad Bashir', 'Muhammad Saddique ', '3820154183459', 'Punjab', 'KHUSHAB'),
(1676, 'Muhammad Bilal', 'Abdul Aziz', '3520241942631', 'Punjab', 'LAHORE'),
(1677, 'Muhammad Bilal ', 'Manzoor Ahmad ', '3120131844095', 'Punjab', 'BAHAWALPUR'),
(1678, 'Muhammad Bilal ', 'Muhammad Panah ', '3120401859557', 'Punjab', 'BAHAWALPUR'),
(1679, 'Muhammad Bilal ', 'Ashiq Hussain ', '3120185478355', 'Punjab', 'BAHAWALPUR'),
(1680, 'Muhammad Bilal ', 'Abdul Rashid ', '3710208581917', 'Punjab', 'Attock    '),
(1681, 'Muhammad Bilal ', 'Shareef Gul ', 'NIL', 'Sindh', 'Karachi'),
(1682, 'Muhammad Bilal ', 'Shareef Gul', '4250196705091', 'Sindh', 'Karachi'),
(1683, 'Muhammad Bilal', 'Muhammad Qasim', '5160206164631', 'Balochistan', 'QUETTA'),
(1684, 'Muhammad Bilal ', 'Islam Ud Din', '3120202062791', 'Punjab', 'BAHAWALPUR'),
(1685, 'Muhammad Bilal Ahmad ', 'Jind Wada ', '3120401823283', 'Punjab', 'BAHAWALPUR'),
(1686, 'Muhammad Bilal alias Annas ', 'Irshad Ahmed ', '3320404881283', 'Punjab', 'JHANG'),
(1687, 'Muhammad Bilal Makwal ', 'Fareed Bakhsh', '3240349431711', 'Punjab', 'RAJANPUR'),
(1688, 'Muhammad Bilal Waseem', 'Muhammad Sarwar (late) ', '3120186482863', 'Punjab', 'BAHAWALPUR'),
(1689, 'Muhammad Danyal', 'Nasir Shaheed ', '3520256320527', 'Punjab', 'LAHORE'),
(1690, 'Muhammad Daood ', 'Muhammad Yaqoob', '3740559906489', 'Punjab', 'RAWALPINDI'),
(1691, 'Muhammad Din', 'Muhammad Rasheed', '3520137953617', 'Punjab', 'LAHORE'),
(1692, 'Muhammad Ejaz ', 'Muhammad Nawaz ', '3630272616439', 'Punjab', 'MULTAN'),
(1693, 'Muhammad Fahad Ali ', 'Bashir Ahmad ', '3120158192257', 'Punjab', 'BAHAWALPUR'),
(1694, 'Muhammad Faisal Farooq ', 'Muhammad Idrees ', '3520150335325', 'Punjab', 'GUJRANWALA'),
(1695, 'Muhammad Farhan alias Hafiz ', 'Muhammad Asghar ', '3320234254497', 'Punjab', 'JHANG'),
(1696, 'Muhammad Farhan Rehman alias Farhan Qadri ', 'Fazal Ur Rehman Raja  ', '3420374178617', 'Punjab', 'GUJRAT'),
(1697, 'Muhammad Farooq', 'Manzoor Hussain', '3610415468249', 'Punjab', 'Khanewal'),
(1698, 'Muhammad farooq', 'Allah Din', '3320301680109', 'Punjab', 'Jhang'),
(1699, 'Muhammad Farooq', 'Abdul Rehman', '3710320690231', 'Punjab', 'Attock    '),
(1700, 'Muhammad Farooq ', 'Ahmad Bakhsh ', '3120401794641', 'Punjab', 'BAHAWALPUR'),
(1701, 'Muhammad Farooq', 'Muhammad Hussain', '1530570859533', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1702, 'Muhammad Farooq alias Umar Farooq', 'Rana Muhammad Ishaq', '3620316538575', 'Punjab', 'BAHAWALPUR'),
(1703, 'Muhammad Fayaz Haideri', '(Tahir Gul) Muhammad Tahir', '1430119712219', 'KP', 'KOHAT'),
(1704, 'Muhammad Fayyaz ', 'Haji Ahmad Bakhsh ', '3120197542019', 'Punjab', 'BAHAWALPUR'),
(1705, 'Muhammad Fiaz ', 'Muhammad Akram ', '3130354933857', 'Punjab', 'RAHIM YAR KHAN'),
(1706, 'Muhammad Furqan ', 'Abdul Wahab ', '1320189837693', 'KP', 'BATAGRAM (AT BANA)'),
(1707, 'Muhammad Ghayoor Sabir ', 'Sabir Hussain ', '3810110399743', 'Punjab', 'BHAKKAR'),
(1708, 'Muhammad Gulraiz', 'Muhammad Parvaiz', '3520220980589', 'Punjab', 'LAHORE'),
(1709, 'Muhammad Habib', 'Muhammad Azam ', '3630259869605', 'Punjab', 'Multan'),
(1710, 'Muhammad Haleem ', 'Muhammad Saleem', '3120598651665', 'Punjab', 'BAHAWALPUR'),
(1711, 'Muhammad Hameed ', 'Muhammad Tufail', '3220225385519', 'Punjab', 'LAYYAH'),
(1712, 'Muhammad Hanif ', 'Haji Nazir Ahmad', '3120103422887', 'Punjab', 'BAHAWALPUR'),
(1713, 'Muhammad Hanif', 'Muhammad Sharif', '3520136619713', 'Punjab', 'LAHORE'),
(1714, 'Muhammad Hanif', 'Muhammad Bukhsh', '3120211107319', 'Punjab', 'BAHAWALPUR'),
(1715, 'Muhammad Hanif ', 'Shafi Muhammad Khoso, ', 'NIL', 'Sindh', 'Karachi'),
(1716, 'Muhammad Hanif alias Moavia ', 'Imam Bakhsh ', '3210272314013', 'Punjab', 'DERA GHAZI KHAN'),
(1717, 'Muhammad Hanif Tayyeb', 'Ahmad Bux', '3230197205031', 'Punjab', 'Muzaffargarh'),
(1718, 'Muhammad Hashim', 'Gehwar Khan Caste Rind Kloi', '5440133688023', 'Balochistan', 'QUETTA'),
(1719, 'Muhammad Hashim alias Nazeer Ahmed ', 'Muhammad Qasim ', '3120520766355', 'Punjab', 'RAHIM YAR KHAN'),
(1720, 'Muhammad Hassaan Talha ', 'Abdul Ghafoor ', '3240299415915', 'Punjab', 'RAJANPUR'),
(1721, 'Muhammad Hassan Aqai Mubbaligh ', 'Ali Yawar', '5440004649659', 'Balochistan', 'QUETTA'),
(1722, 'Muhammad Hayat Siddiqui', 'Noor Muhammad', '3710531174915', 'Punjab', 'ATTOCK'),
(1723, 'MUHAMMAD HUSSAIN', 'JAN MUHAMMAD', '3640133776849', 'Punjab', 'Pakpattan'),
(1724, 'Muhammad Hussain', 'Muhammad Ramzan', '5420356271857', 'Balochistan', 'KILLA ABDULLAH'),
(1725, 'Muhammad Hussain alias Pervaiz', 'Muhammad Saddique ', '3310098704667', 'Punjab', 'FAISALABAD'),
(1726, 'Muhammad Hussain Moavia ', 'Haji Jindwada (late) ', '3120168535127', 'Punjab', 'BAHAWALPUR'),
(1727, 'Muhammad Ibraheem ', 'Ghulam Muhammad Khan ', '3201209767887', 'Punjab', 'DERA GHAZI KHAN'),
(1728, 'MUHAMMAD IBRAHEEM ', 'KHUSHI MUHAMMAD', '3640280842741', 'Punjab', 'Pakpattan'),
(1729, 'Muhammad Ibraheem Akhtar', 'Mian Allah bakhash', '3320214206951', 'Punjab', 'Jhang'),
(1730, 'Muhammad Ibrahim ', 'Haji Rasool Bakhsh ', '3120287433587', 'Punjab', 'BAHAWALPUR'),
(1731, 'Muhammad Ibrahim ', 'Ghulam Muhammad ', '4230147036323', 'Sindh', 'Karachi'),
(1732, 'Muhammad Ibrahim ', 'Haji Musafir Khan', '4210118435787', 'Sindh', 'Karachi'),
(1733, 'Muhammad Ibrahim', 'Muhammad Hanif', '3730183521941', 'Punjab', 'JHELUM'),
(1734, 'Muhammad Ibrahim ', 'Khadim Hussain', '3620265015125', 'Punjab', 'LODHRAN'),
(1735, 'Muhammad Ibrahim Qasmi ', 'Abdul Hameed ', '3120133383019', 'Punjab', 'BAHAWALPUR'),
(1736, 'Muhammad Ibrar', 'Muhammad Siddique', '1540299193827', 'KP', 'MALAKAND P.A.'),
(1737, 'Muhammad Idrees', 'Ahmad Khan(Late)', '3450168533067', 'Punjab', 'Narowal'),
(1738, 'Muhammad Idrees ', 'Muhammad Abdul Haee ', '3130362856581', 'Punjab', 'RAHIM YAR KHAN'),
(1739, 'Muhammad Idrees', 'Muhammad Alam', '1220197535929', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(1740, 'Muhammad Idrees Nawaz', 'Rab Nawaz', '3340304969317', 'Punjab', 'CHINIOT'),
(1741, 'Muhammad Idress Rajput ', 'Noor Muhammad Rajput', '4320325321341', 'Sindh', 'Larkana'),
(1742, 'Muhammad Ijaz', 'Riaz Ul Haq', '3710457735741', 'Punjab', 'Attock    '),
(1743, 'Muhammad Ijaz ', 'Muhammad Ismail ', '3410124433207', 'Punjab', 'GUJRANWALA'),
(1744, 'Muhammad Ijaz ', 'Muhammad Riaz ', '3740504885435', 'Punjab', 'RAWALPINDI'),
(1745, 'Muhammad Ijaz ', 'Muhammad Taj ', '3740605395839', 'Punjab', 'RAWALPINDI'),
(1746, 'Muhammad Ijaz', 'Muhammad Bakash', '3630322998991', 'Punjab', 'MULTAN'),
(1747, 'Muhammad Ijaz /Ahmed', 'Mian Dad', '1310157494019', 'KP', 'ABBOTTABAD'),
(1748, 'Muhammad Ijaz Ahmad Alias Abu Muhammad', 'Muhammad Rafique ', '3530197549889', 'Punjab', 'OKARA'),
(1749, 'Muhammad Ikhlaq', 'Noor Muhammad', '3710501977879', 'Punjab', 'ATTOCK'),
(1750, 'Muhammad Ikram ', 'Mian Muhammad Aslam ', '3420202782547', 'Punjab', 'GUJRAT'),
(1751, 'Muhammad Ikram ', 'Ali Sher ', '3640292310871', 'Punjab', 'PAKPATTAN'),
(1752, 'Muhammad Ikram ', 'Muhammad Yousaf ', '3720116448637', 'Punjab', 'CHAKWAL'),
(1753, 'MUHAMMAD IKRAM KHAN', 'IRAN KHAN', '3640207767887', 'Punjab', 'Pakpattan'),
(1754, 'Muhammad Ilyas', 'Muhabbat Khan', '3710140263965', 'Punjab', 'Attock    '),
(1755, 'Muhammad Ilyas ', 'Sher Muhammad ', '3810115397865', 'Punjab', 'BHAKKAR'),
(1756, 'Muhammad Ilyas Hamdani', 'Khalid Javed', '3710117660019', 'Punjab', 'ATTOCK'),
(1757, 'Muhammad Imdad Ullah Makki ', 'Muhammad Ubaid Ullah ', '3120238757499', 'Punjab', 'BAHAWALPUR'),
(1758, 'Muhammad Imran ', 'Nazir Ahmad ', '3410394636565', 'Punjab', 'GUJRANWALA'),
(1759, 'Muhammad Imran', 'Muhammad Aslam', '3520204688293', 'Punjab', 'LAHORE'),
(1760, 'Muhammad Imran', 'Imamuddin Arain', '4220179645691', 'Sindh', 'Hyderabad'),
(1761, 'Muhammad Imran', 'Pir Muhammad ', '1570188695371', 'KP', 'UPPER DIR (AT DIR)'),
(1762, 'Muhammad Imran', 'Hazrat Umar', '1560270533823', 'KP', 'SWAT (AT MINGORA)'),
(1763, 'Muhammad Imran', 'Muhammad Aslam', '3110453153877', 'Punjab', 'BAHAWALNAGAR'),
(1764, 'Muhammad Imran alias Imran Warraich ', 'Ghulam Rasool ', '3120203415067', 'Punjab', 'BAHAWALPUR'),
(1765, 'Muhammad Imran case Hajjaam', 'Muhammad Aslam', '3330373091999', 'Punjab', 'TOBA TEK SINGH'),
(1766, 'Muhammad Imran Cheema ', 'Chaudhry Muhammad Ilyas ', '3410464137099', 'Punjab', 'GUJRANWALA'),
(1767, 'Muhammad Imran Iqbal', 'Muhammad Aslam', '3710135140869', 'Punjab', 'ATTOCK'),
(1768, 'Muhammad Imran Khan Farooqi alias Noora Sheikh ', 'Sheikh Muhammad Iqbal ', '3460120065723', 'Punjab', 'SIALKOT'),
(1769, 'Muhammad Imran Saeed Alias Chand', 'Saeed Hussain', '3730295460793', 'Punjab', 'JHELUM'),
(1770, 'Muhammad Imran Saqib', 'Sher Muhammad', '3650162054075', 'Punjab', 'SAHIWAL'),
(1771, 'Muhammad Inaam Hanif Memon', 'Hanif Qasim ', '4220137390113', 'KP', 'CHITRAL'),
(1772, 'Muhammad Inaam Hanif Memon', 'Hanif  Qasim', '4220137390139', 'KP', 'CHITRAL'),
(1773, 'Muhammad Inam', 'Sher Zaman ', '1610189002333', 'KP', 'MARDAN'),
(1774, 'Muhammad Inam', 'Sher Zaman', '1560202959325', 'KP', 'SWAT (AT MINGORA)'),
(1775, 'Muhammad Iqbal', 'Kareem Bakhash', '3810157409583', 'Punjab', 'BHAKKAR'),
(1776, 'Muhammad Iqbal', 'Muhammad Riaz', '3320313594963', 'Punjab', 'Jhang'),
(1777, 'Muhammad Iqbal', 'Bahshir Ahmad ', '3650226943923', 'Punjab', 'SAHIWAL'),
(1778, 'Muhammad Iqbal', 'Abdul Ghani', '3810137510999', 'Punjab', 'BHAKKAR'),
(1779, 'Muhammad Iqbal (Mishori)', 'Ahmed Khan', '3220320696685', 'Punjab', 'DERA GHAZI KHAN'),
(1780, 'Muhammad Iqbal @khalid Irshad', 'Muhammad Latif', '3840525954395', 'Punjab', 'SARGODHA'),
(1781, 'Muhammad Iqbal alias Maali ', 'Allah Yar ', '3320313385007', 'Punjab', 'JHANG'),
(1782, 'Muhammad Irfan ', 'Muhammad Nawaz ', '3320316203847', 'Punjab', 'JHANG'),
(1783, 'Muhammad Irfan ', 'Muhammad Yaqoob ', '3440105635147', 'Punjab', 'MANDI BAHAUDDIN'),
(1784, 'Muhammad Irfan', 'Sultan Muhammad', '', 'KP', 'Dir Lower'),
(1785, 'Muhammad Irfan ', 'Muhammad Tariq ', '3650269511429', 'Punjab', 'SAHIWAL'),
(1786, 'Muhammad Irfan', 'Sabir Ali', '3320403402201', 'Punjab', 'Jhang'),
(1787, 'Muhammad Irfan ', 'Muhammad Hayat ', '3120256562499', 'Punjab', 'BAHAWALPUR'),
(1788, 'Muhammad Irfan', 'Muhammad Ashraf', '3110521536721', 'Punjab', 'BAHAWALNAGAR'),
(1789, 'MUHAMMAD IRFAN ALVI', 'Abdul Latif Alvi', '3420119832725', 'Punjab', 'GUJRAT'),
(1790, 'Muhammad Irfan Anwar', 'Muhammad Anwar', '3720116254815', 'Punjab', 'CHAKWAL'),
(1791, 'Muhammad Irfan Ashraf ', 'Muhammad Ashraf ', '3120319172041', 'Punjab', 'BAHAWALPUR'),
(1792, 'Muhammad Irfan Farooq ', 'Umar Farooq Azam ', '3310007119333', 'Punjab', 'FAISALABAD'),
(1793, 'Muhammad Irfan Khan', 'Nazir Ahmad (', '3840605828419', 'Punjab', 'SARGODHA');
INSERT INTO `dnfbp` (`id`, `name`, `fname`, `cnic`, `district`, `province`) VALUES
(1794, 'Muhammad Irfan Zafar ', 'Muhammad Zafar ', '3410423675903', 'Punjab', 'GUJRANWALA'),
(1795, 'Muhammad Irshad', 'Muhammad Hayyat', '3230446091731', 'Punjab', 'Muzaffargarh'),
(1796, 'Muhammad Ishaq', 'Muhammad Ismaeel', '3710507605919', 'Punjab', 'ATTOCK'),
(1797, 'Muhammad Ishaq', 'Hayat Muhammad', '1530698465095', 'KP', 'Dir Lower'),
(1798, 'Muhammad Ishaq alias Ghazi ', 'Muhammad Ibraheem ', '3530218774187', 'Punjab', 'OKARA'),
(1799, 'Muhammad Ishfaq', 'Sher Muhammad', '3540416250669', 'Punjab', 'Sheikhupura'),
(1800, 'Muhammad Ishtiaq ', 'Mukhtiar Ahmad ', '3320404211673', 'Punjab', 'JHANG'),
(1801, 'Muhammad Islam ', 'Allah Yar ', '3320381221015', 'Punjab', 'JHANG'),
(1802, 'Muhammad Islam', 'Nazir Khan', '1110104721605', 'KP', 'BANNU'),
(1803, 'Muhammad ismaeel Khalil alias Abu Saif', 'Ghulam Mustafa', '3630270028115', 'Punjab', 'MULTAN'),
(1804, 'Muhammad Ismail ', 'Abdul Karim ', '3201219514911', 'Punjab', 'DERA GHAZI KHAN'),
(1805, 'Muhammad Ismail ', 'Noor Muhammad ', '3120249217323', 'Punjab', 'BAHAWALPUR'),
(1806, 'Muhammad Ismail ', 'Abdul Karim ', '3130420394201', 'Punjab', 'RAHIM YAR KHAN'),
(1807, 'Muhammad Ismail', 'Bahaudar Khan', '3710147723419', 'Punjab', 'Attock    '),
(1808, 'Muhammad Ismail', 'Toor Jan', '1530505497031', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1809, 'Muhammad Ismail', 'Subhani Gul', '1530659748397', 'KP', 'UPPER DIR (AT DIR)'),
(1810, 'Muhammad Ismail', 'Muhammad Hashim Notkani', '4110265185301', 'Sindh', 'Badin'),
(1811, 'Muhammad Ismail Muavia ', 'Muhammad Shareef', '4230137468647', 'Sindh', 'Karachi'),
(1812, 'Muhammad Ismail Riffat ', 'Molvi Abdul Malik (late)', '3120103598713', 'Punjab', 'BAHAWALPUR'),
(1813, 'Muhammad Israr', 'Allah Ditta', '3320221944589', 'Punjab', 'Jhang'),
(1814, 'Muhammad Israr', 'Abdul Hameed', '1530209605873', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1815, 'Muhammad Israr Abbasi ', 'Muhammad Ishaq Abbasi ', '6110171557777', 'Punjab', 'RAWALPINDI'),
(1816, 'Muhammad Jafar alias Jhangvi, Abu Muhammad ', 'Bashir Ahmed ', '3520253303605', 'Punjab', 'LAHORE'),
(1817, 'Muhammad Jaffar ', 'Ajar Din ', '3320343400195', 'Punjab', 'JHANG'),
(1818, 'Muhammad Jahangir ', 'Bashir Ahmad ', '3810242380303', 'Punjab', 'BHAKKAR'),
(1819, 'Muhammad Jahangir Alias Jhanga', 'Abdul Waheed', '3810252988469', 'Punjab', 'BHAKKAR'),
(1820, 'Muhammad Jamal Qasmi alias Ihtisham ', 'Qari Ubaid Ullah ', '3210277959707', 'Punjab', 'DERA GHAZI KHAN'),
(1821, 'Muhammad Jameel', 'Faqir Hussain', '1730114068569', 'KP', 'PESHAWAR'),
(1822, 'Muhammad Jameel', 'Sher Zaman', '3710467839555', 'Punjab', 'ATTOCK'),
(1823, 'Muhammad Jameel alias Soba Bhatti ', 'Ghulam Nabi', '3660106657271', 'Punjab', 'VEHARI'),
(1824, 'Muhammad Jamil ', 'Muhammad Saddique ', '3540406442027', 'Punjab', 'LAHORE'),
(1825, 'Muhammad Jamil', 'Muhammad Ibrahim', '1530576579685', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1826, 'Muhammad Jamil ', 'Muhammad Sharif ', '3120266652539', 'Punjab', 'BAHAWALPUR'),
(1827, 'Muhammad Jamshed Aliaz', 'Zumurrad Khan', '3710102175939', 'Punjab', 'ATTOCK'),
(1828, 'Muhammad Javaid ', 'Muhammad Iqbal', '3720115683531', 'Punjab', 'CHAKWAL'),
(1829, 'Muhammad Javed', 'Mushtaq Ahamad', '3130351090485', 'Punjab', 'Rahim Yar Khan'),
(1830, 'Muhammad Javed', 'Abdul Majeed', '3130388106735', 'Punjab', 'Rahim Yar Khan'),
(1831, 'Muhammad Javed alias Saeed ', 'Manzoor Ahmad', '3630109586325', 'Punjab', 'MULTAN'),
(1832, 'Muhammad Javed Anwer', 'Muhammad Anwer', '3330125522825', 'Punjab', 'TOBA TEK SINGH'),
(1833, 'Muhammad Javed Farooqi ', 'Ahmad Ali ', '3120155776627', 'Punjab', 'BAHAWALPUR'),
(1834, 'Muhammad Javed Iqbal ', 'Muhammad Ramzan ', '3810261037215', 'Punjab', 'BHAKKAR'),
(1835, 'Muhammad Javed Manzoor ', 'Manzoor Hussain ', '3120236093055', 'Punjab', 'BAHAWALPUR'),
(1836, 'Muhammad Javid', 'Hamid ur Rehman', '1530683621841', 'KP', 'Dir Lower'),
(1837, 'Muhammad Junain', 'Abdul Raheem', '3510124991753', 'Punjab', 'KASUR'),
(1838, 'Muhammad Kabir', 'Sher Muhammad ', '4250195022263', 'Punjab', 'CHAKWAL'),
(1839, 'Muhammad Kaleem ', 'Unknown', '', 'AJ&K', 'Kafl Garh Bagh'),
(1840, 'Muhammad Kamran alias Hafiz', 'Abdul Rehman', '3720199164675', 'Punjab', 'CHAKWAL'),
(1841, 'Muhammad Karim', 'Sadbar', '1560110096207', 'KP', 'Swat'),
(1842, 'Muhammad Kashif', 'Rehmat Ullah', '1530771126411', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1843, 'Muhammad Kashif ', 'Abdul Rehman ', '4240153853109', 'Punjab', 'BHAKKAR'),
(1844, 'Muhammad Kashif', 'Ashiq Hussain', '3810107022691', 'Punjab', 'BHAKKAR'),
(1845, 'Muhammad Kazim Raza Madni ', 'Mehar Ullah', '3210209775631', 'Punjab', 'DERA GHAZI KHAN'),
(1846, 'Muhammad Khair', 'Haji Abdul Qadir', '5160203918527', 'Balochistan', 'MASTUNG'),
(1847, 'Muhammad Khalid', 'Habib Ahmed', '3320268703629', 'Punjab', 'Jhang'),
(1848, 'Muhammad Khalid Javed ', 'Ali Hassan ', '3410355463313', 'Punjab', 'GUJRANWALA'),
(1849, 'Muhammad Khalid Loan ', 'Abdul Latif', '3410440983167', 'Punjab', 'GUJRANWALA'),
(1850, 'Muhammad Khalil', 'Chuadhry Muhammad Latif', '3540416372815', 'Punjab', 'Sheikhupura'),
(1851, 'Muhammad Khalil ', 'Fazal Hussain', '8130213554989', 'AJ&K', 'POONCH'),
(1852, 'Muhammad Khan', 'Fazal Haleem', '1530743446831', 'KP', 'Dir Lower'),
(1853, 'Muhammad Khan', 'Pir Muhammad', '1310188238613', 'KP', 'ABBOTTABAD'),
(1854, 'Muhammad Khan', 'Shad Muhammad Khan', '1510104171347', 'KP', 'BUNER'),
(1855, 'Muhammad Khursheed ', 'Muhammad Bakhsh ', '3120168314617', 'Punjab', 'BAHAWALPUR'),
(1856, 'Muhammad Latif ', 'Muhammad Iqbal', '3720313935747', 'Punjab', 'Chakwal'),
(1857, 'Muhammad Liaqat Ali', 'Muhammad Asghar', '3110545662719', 'Punjab', 'BAHAWALNAGAR'),
(1858, 'Muhammad lnaam Shah ', 'Ali Akhtar Shah', '3660132141323', 'Punjab', 'VEHARI'),
(1859, 'MUHAMMAD LUQMAN', 'MUZAFFAR HUSSAIN', '3420292148861', 'Punjab', 'Gujrat'),
(1860, 'Muhammad Luqman ', 'Muhammad Ikram ', '3120316931663', 'Punjab', 'BAHAWALPUR'),
(1861, 'Muhammad Luqman', 'Muhammad Ali', '3450140916197', 'Punjab', 'NAROWAL'),
(1862, 'Muhammad Madni ', 'Khuda Bakhsh ', '3120175454557', 'Punjab', 'BAHAWALPUR'),
(1863, 'Muhammad Mahfooz ', 'Muhammad Syed Khan', '8230246859983', 'Punjab', 'LAHORE'),
(1864, 'Muhammad Majeed Mavia', 'Qari Abdul Manan', '3630201620069', 'Punjab', 'MULTAN'),
(1865, 'Muhammad Makki (Jam.Jhabali)', 'Kareem Buksh', '3620308533923', 'Punjab', 'LODHRAN'),
(1866, 'Muhammad Makki alias Abbas, Haris, Abdullah ', 'Muhammad Shafi ', '3120109402609', 'Punjab', 'BAHAWALPUR'),
(1867, 'Muhammad Mansha', 'Khushaal', '3340304141445', 'Punjab', 'CHINIOT'),
(1868, 'Muhammad Mansha ', 'Fazal Muhammad ', '3320293904933', 'Punjab', 'JHANG'),
(1869, 'Muhammad Masood alias Pasha ', 'Sakhi Muhammad ', '3720156349311', 'Punjab', 'CHAKWAL'),
(1870, 'Muhammad Mazhar', 'Muhammad Nawaz ', '3630268404809', 'Punjab', 'MULTAN'),
(1871, 'Muhammad Mehboob Alam ', 'Muhammad Zikriya ', '3320315076191', 'Punjab', 'JHANG'),
(1872, 'Muhammad Moavia ', 'Muhammad Azam Tariq ', '3320280604999', 'Punjab', 'JHANG'),
(1873, 'Muhammad Mohsin', 'Ghulam Muhammad', '3320138415369', 'Punjab', 'CHINIOT'),
(1874, 'Muhammad Moosa ', 'Ummed Ali Malik', '4530423942345', 'Sindh', 'N-Feroze'),
(1875, 'Muhammad Muavia alias Muavia', 'Muhammad Habib Ullah Muavia ', '3310062592795', 'Punjab', 'FAISALABAD'),
(1876, 'Muhammad Mudasar Baig ', 'Ghulam Abbas Baig ', '3460257756349', 'Punjab', 'SIALKOT'),
(1877, 'Muhammad Mudassar ', 'Muhammad Yaqoob ', '3330325162467', 'Punjab', 'TOBA TEK SINGH'),
(1878, 'Muhammad Mudassar Nadeem ', 'Muhammad Ishaq ', '3610281764173', 'Punjab', 'KHANEWAL'),
(1879, 'Muhammad Mujahid ', 'Ghulam Ali', '3120399647227', 'Punjab', 'BAHAWALPUR'),
(1880, 'Muhammad Mumtaz Ahmad ', 'Jafran ', '3310421568831', 'Punjab', 'FAISALABAD'),
(1881, 'Muhammad Munawar ', 'Muhammad Wakeel Qamar ', '3330120884987', 'Punjab', 'FAISALABAD'),
(1882, 'Muhammad Munawar lqbal ', 'Allah Wasaya', '3830376288117', 'Punjab', 'MIANWALI'),
(1883, 'Muhammad Murtaza Usmani', 'Ghaus Muhammad', '3320403524929', 'Punjab', 'Jhang'),
(1884, 'Muhammad Mustafa Latif ', 'Hafiz Muhammad Latif Abid', '3660164386543', 'Punjab', 'VEHARI'),
(1885, 'Muhammad Muzamil @ Mehboob @ Chacha', 'Muhammad', '4220106257911', 'Sindh', 'Karachi'),
(1886, 'Muhammad Muzammal ', 'abdul Kareem', '3230416384111', 'Punjab', 'Muzaffargarh'),
(1887, 'Muhammad Nadeem', 'Taaj Deen', '3520014923411', 'Punjab', 'LAHORE'),
(1888, 'Muhammad Nadeem', 'Wazir Ali', '3460368334591', 'Punjab', 'SIALKOT'),
(1889, 'Muhammad Nadeem', 'Liaqat Ali ', '3810258584801', 'Punjab', 'BHAKKAR'),
(1890, 'Muhammad nadeem', 'Muhammad yameen', '3320212236023', 'Punjab', 'Jhang'),
(1891, 'Muhammad Nadeem', 'Qasim Ali', '3810158592129', 'Punjab', 'BHAKKAR'),
(1892, 'Muhammad Naeem ', 'Muhammad Naseem ', '3120148769581', 'Punjab', 'BAHAWALPUR'),
(1893, 'Muhammad Naeem ', 'Muhammad Akram ', '3310031788013', 'Punjab', 'FAISALABAD'),
(1894, 'Muhammad naeem', 'Ghullam fareed', '3320224407543', 'Punjab', 'Jhang'),
(1895, 'Muhammad Naeem', 'Abdul Qayyum', '1560110305883', 'KP', 'SWAT (AT MINGORA)'),
(1896, 'Muhammad Naeem Akhtar', 'Muhammad Sidique', '3320216506655', 'Punjab', 'Jhang'),
(1897, 'Muhammad Naqi Abbas ', 'Ghulam Abbas ', '3720115988891', 'Punjab', 'CHAKWAL'),
(1898, 'Muhammad Nasir', 'Muhammad Latif', '3710206678135', 'Punjab', 'ATTOCK'),
(1899, 'Muhammad Nasir', 'Muhammad Bashir', '1720168142729', 'KP', 'NOWSHERA'),
(1900, 'Muhammad Nasir alias Nasir Muavia ', 'Muhammad Iqbal ', '3320250641933', 'Punjab', 'JHANG'),
(1901, 'Muhammad Naveed ', 'Muhammad Sharif ', '3130330294895', 'Punjab', 'RAHIM YAR KHAN'),
(1902, 'Muhammad Naveed ', 'Zaheer-u-Din ', '3410238243417', 'Punjab', 'GUJRANWALA'),
(1903, 'Muhammad Naveed ', 'Muhammad Bakhsh ', '3220366603935', 'Punjab', 'LAYYAH'),
(1904, 'Muhammad Naveed Afzal ', 'Afzal Abbasi ', '3130142174283', 'Punjab', 'RAHIM YAR KHAN'),
(1905, 'Muhammad Naveed alias Mian ', 'Javeed Iqbal ', '3310116893859', 'Punjab', 'FAISALABAD'),
(1906, 'Muhammad Naveed Aslam', 'Muhammad Aslam', '3460271094221', 'Punjab', 'SIALKOT'),
(1907, 'Muhammad Nawaz', 'Muhammad Ibraheem ', '3210278761077', 'Punjab', 'DERA GHAZI KHAN'),
(1908, 'Muhammad Nawaz', 'Ghullam fareed', '3320299206467', 'Punjab', 'Jhang'),
(1909, 'Muhammad Nawaz ', 'Muhammad Yar Brohi ', '4310204208507', 'Sindh', 'Jacobabad'),
(1910, 'Muhammad Nawaz', 'Muhammad Ameer', '3840603715071', 'Punjab', 'SARGODHA'),
(1911, 'Muhammad Nawaz', 'Sher jan', '1710103992339', 'Sindh', 'KAMBAR SHAHDADKOT'),
(1912, 'Muhammad Nawaz Khan ', 'Muhammad Shareen Khan', '4230146041093', 'Sindh', 'Karachi'),
(1913, 'Muhammad Nazeer ', 'Mian Muhammad', '3710192308993', 'Punjab', 'Attock    '),
(1914, 'Muhammad Nisar', 'Abdur Razaq', '1530210056111', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1915, 'Muhammad Noor ', 'Wali Khan', '2170218316201', 'Sindh', 'Karachi'),
(1916, 'Muhammad Nouman alias Nomi ', 'Ghulam Rasool ', '3240301545539', 'Punjab', 'RAJANPUR'),
(1917, 'Muhammad Numan Anwar alias Zain', 'Ubaid Ullah Anwar', '3510249368475', 'Punjab', 'KASUR'),
(1918, 'Muhammad Owais Raheel ', 'Muhammad Sohail Raheel ', 'NIL', 'Sindh', 'Karachi'),
(1919, 'Muhammad Qaisar Abbas ', 'Peer Chan Shah (late)', '3810287678057', 'Punjab', 'BHAKKAR'),
(1920, 'Muhammad Qamar Zaman', 'M. Ismail', '3230395760831', 'Punjab', 'Vehari'),
(1921, 'Muhammad Qasim ', 'Fazla-e-Rabi ', '3740574591985', 'Punjab', 'RAWALPINDI'),
(1922, 'Muhammad Qasim ', 'Molvi Abdul Malik ', '3410182226831', 'Punjab', 'GUJRANWALA'),
(1923, 'Muhammad Qasim Moavia', 'Abdul Razzaq ', '3710187827653', 'Punjab', 'Attock    '),
(1924, 'Muhammad Qasim Siddiqi ', 'Nazir Ahmed Caste Kashmiri ', '3450119953031', 'Punjab', 'NAROWAL'),
(1925, 'Muhammad Rafaqat', 'Abdul Sattar', '3320313591049', 'Punjab', 'Jhang'),
(1926, 'Muhammad Rafiq alias Feeka', 'Abdul Ghafoor ', '3540394840473', 'Punjab', 'NANKANA SAHIB'),
(1927, 'Muhammad Rafiq Anjam ', 'Muhammad Shafi ', '3650299799047', 'Punjab', 'SAHIWAL'),
(1928, 'Muhammad Rafique ', 'Allah Bakhsh ', '3630281948725', 'Punjab', 'MULTAN'),
(1929, 'Muhammad Rafique', 'Muhammad Arshad', '3710102176579', 'Punjab', 'Attock    '),
(1930, 'Muhammad Rafique', 'Hashmat Ali', '3660158170233', 'Punjab', 'VEHARI'),
(1931, 'Muhammad Rafique Bhutta', 'Ghulam Rasool Bhutta', '3620269143399', 'Punjab', 'BAHAWALPUR'),
(1932, 'Muhammad Rafique Qasmi', 'Muhammad Din', '3460250200161', 'Punjab', 'Sialkot'),
(1933, 'Muhammad Ramzan', 'Wali Muhammad', '3320393260537', 'Punjab', 'Jhang'),
(1934, 'Muhammad Ramzan', 'Ghulam Abbas', '3130328424995', 'Punjab', 'Rahim Yar Khan'),
(1935, 'Muhammad Ramzan', 'Muhammad Ashiq ', '3120215115443', 'Punjab', 'BAHAWALPUR'),
(1936, 'Muhammad Ramzan ', 'Ghulam Qadir ', '3120223894545', 'Punjab', 'BAHAWALPUR'),
(1937, 'Muhammad Ramzan', 'Noor Muhammad ', '3320213853353', 'Punjab', 'Jhang'),
(1938, 'Muhammad Ramzan', 'kareem u din', '3320249282093', 'Punjab', 'Jhang'),
(1939, 'Muhammad Ramzan', 'Muhammad Shaban', '3530265653251', 'Punjab', 'Okara'),
(1940, 'Muhammad Ramzan alias Papu', 'Abdul Majeed ', '3310225354495', 'Punjab', 'FAISALABAD'),
(1941, 'Muhammad Ramzan Khan @ Naveed-Ur-Rehman', 'Ghulam Muhammad', '3110491352529', 'Punjab', 'BAHAWALNAGAR'),
(1942, 'Muhammad Ramzan Shakir', 'Abdul Islam', '3320117010329', 'Punjab', 'CHINIOT'),
(1943, 'Muhammad Rashid ', 'Muhammad Ashraf ', '3810229162133', 'Punjab', 'BHAKKAR'),
(1944, 'Muhammad Rashid', 'Muhammad Sarwar', '3530176688023', 'Punjab', 'OKARA'),
(1945, 'Muhammad Rashid', 'Irshad Ali', '3840312767441', 'Punjab', 'SARGODHA'),
(1946, 'Muhammad Rashid', 'Muhammad Afsar', '8230174343285', 'AJ&K', 'POONCH'),
(1947, 'Muhammad Rashid Khan', 'Muhammad Ashraf Khan', '8230333285127', 'AJ&K', 'POONCH'),
(1948, 'Muhammad Rashid Nadeem alias Naeem Ullah urf Abdul', 'Latif Ahmad', '3620144651093', 'Punjab', 'LODHRAN'),
(1949, 'Muhammad Rauf', 'Mera Gul', '2160189120637', 'KP', 'ORAKZAI (AT KALAYA)'),
(1950, 'Muhammad Raza Konain', 'Nawab Din (', '3520222008393', 'Punjab', 'LAHORE'),
(1951, 'Muhammad Raziq', 'Saif Ur Rehman', '1530572580727', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(1952, 'Muhammad Rehan Haider ', 'Muhammad Iqbal Mungla ', '3450157915211', 'Punjab', 'NAROWAL'),
(1953, 'Muhammad Rehman', 'Abdur  Rahim', '1560221898393', 'KP', 'SWAT (AT MINGORA)'),
(1954, 'Muhammad Rehmat Ullah Khan', 'Sher Muhammad', '3320212897511', 'Punjab', 'JHANG'),
(1955, 'Muhammad Riaz ', 'Bashir Ahmad ', '3120102666987', 'Punjab', 'BAHAWALPUR'),
(1956, 'Muhammad Riaz ', 'Sultan Mahmood ', '3320211671997', 'Punjab', 'TOBA TEK SINGH'),
(1957, 'Muhammad Riaz', 'Muzaffar', '1310109180015', 'KP', 'ABBOTTABAD'),
(1958, 'Muhammad Riaz', 'Rana Muhammad Yaseen', '3840373070863', 'Punjab', 'SARGODHA'),
(1959, 'Muhammad Riaz @ Riaz Moulai  ', 'Nawab Ali ', '4220156118631', 'Sindh', 'Karachi'),
(1960, 'Muhammad Rizwan ', 'Javed Akhtar ', '3810203834433', 'Punjab', 'BHAKKAR'),
(1961, 'Muhammad Rizwan ', 'Abdul Ghafoor ', '3650298156953', 'Punjab', 'SAHIWAL'),
(1962, 'Muhammad Rizwan ', 'Muhammad Shareef ', '3320214378797', 'Punjab', 'JHANG'),
(1963, 'Muhammad Rizwan Ali alias Muhammad Ali ', 'Sher Ali ', '3720374807749', 'Punjab', 'CHAKWAL'),
(1964, 'Muhammad Rizwan alias Zakir', 'Muhammad Ramzan', '3840396428479', 'Punjab', 'SARGODHA'),
(1965, 'Muhammad Roshan', 'Muhammad Roshan', '1560202263959', 'KP', 'SWAT (AT MINGORA)'),
(1966, 'MUHAMMAD SABTAIN', 'AZHAR HUSSAIN', '3840220210033', 'Punjab', 'Sargodha'),
(1967, 'Muhammad Sabtain', 'Malik Azher Hussain', '3840220210633', 'Punjab', 'SARGODHA'),
(1968, 'Muhammad Sabtain Jaffari ', 'Allah Ditta ', '3210317094513', 'Punjab', 'DERA GHAZI KHAN'),
(1969, 'Muhammad Saddique ', 'Hafiz Mahar Din ', '3130353107517', 'Punjab', 'RAHIM YAR KHAN'),
(1970, 'Muhammad Saddique ', 'Allah Ditta', '3330331685335', 'Punjab', 'TOBA TEK SINGH'),
(1971, 'Muhammad Sadiq', 'Sanab Gul', '1430115868521', 'KP', 'KOHAT'),
(1972, 'Muhammad Sadiq', 'Muhammad Akbar Caste Rind', '5440198455299', 'Balochistan', 'QUETTA'),
(1973, 'Muhammad Sadiq ', 'Nabi Bakhsh ', '3130270556877', 'Punjab', 'RAHIM YAR KHAN'),
(1974, 'Muhammad Sadiq Hussain alias Hassnain ', 'Abdul Rehman ', '3210219980069', 'Punjab', 'DERA GHAZI KHAN'),
(1975, 'Muhammad Sadiq Khan', 'Khadim Hussain ', '3630110467563', 'Punjab', 'BAHAWALPUR'),
(1976, 'Muhammad Sadique alias Madni', 'Abdul Majeed', '5630238816165', 'Punjab', 'LAYYAH'),
(1977, 'Muhammad Saeed', 'Dilawar Khan', '1730143807325', 'KP', 'PESHAWAR'),
(1978, 'Muhammad Saeed', 'Noor Muhammad', '3710416767743', 'Punjab', 'Attock    '),
(1979, 'Muhammad Saeed ', 'Muhammad Lateef ', '3540311237095', 'Punjab', 'Nankana Sahib'),
(1980, 'Muhammad Saeed ', 'Manzoor Ahmed', '3640126396665', 'Punjab', 'VEHARI'),
(1981, 'Muhammad Safdar ', 'Hafiz Ghulam Fareed ', '3120173488087', 'Punjab', 'BAHAWALPUR'),
(1982, 'Muhammad Safdar ', 'Molvi Siraj Din ', '3120177710063', 'Punjab', 'BAHAWALPUR'),
(1983, 'Muhammad Sagheer', 'Bashir Ahmed', '3660212653547', 'Punjab', 'Vehari'),
(1984, 'Muhammad Saghir Alias Mouvia', 'Muhammad Saleem', '3730161169783', 'Punjab', 'JHELUM'),
(1985, 'Muhammad Saif Ullah ', 'Muhammad Iqbal ', '3120293419395', 'Punjab', 'BAHAWALPUR'),
(1986, 'Muhammad Sajid', 'Saad mir', '3710580232807', 'Punjab', 'Attock    '),
(1987, 'Muhammad Sajid Farooqi ', 'Haji Sikandar Ali', '3310483914603', 'Punjab', 'FAISALABAD'),
(1988, 'Muhammad Sajjad', 'Nasir Ali', '3230388045283', 'Punjab', 'Muzaffargarh'),
(1989, 'Muhammad Sajjad /Sajid', 'Malik Wazir', '1310109440407', 'KP', 'ABBOTTABAD'),
(1990, 'Muhammad Salam ', 'Abdul Aziz', '4210180699489', 'Sindh', 'Karachi'),
(1991, 'MUHAMMAD SALEEM', 'MUHAMMAD SHABIR', '3220302976601', 'Punjab', 'LAYYAH'),
(1992, 'Muhammad Saleem ', 'Noor Hassan ', '3410184311807', 'Punjab', 'GUJRANWALA'),
(1993, 'Muhammad Saleem Akhtar', 'Abdul Rasheed', '3320213913531', 'Punjab', 'Jhang'),
(1994, 'Muhammad Saleem Moavia ', 'Muhammad Sharif ', '3630207751189', 'Punjab', 'MULTAN'),
(1995, 'Muhammad Saleem Shahzad ', 'Muhammad Latif ', '3520108723737', 'Punjab', 'LAHORE'),
(1996, 'Muhammad Salman Riaz ', 'Riaz Ahmad ', '4220150177951', 'Punjab', 'BAHAWALPUR'),
(1997, 'Muhammad Samer Abbas ', 'Muhammad Sultan ', '3610295262251', 'Punjab', 'KHANEWAL'),
(1998, 'Muhammad Saqib Saeed ', 'Saeed Ahmad ', '3310534173233', 'Punjab', 'FAISALABAD'),
(1999, 'Muhammad Saqlain', 'Ghulam Ali Rehan', '3430212608589', 'Punjab', 'CHINIOT'),
(2000, 'Muhammad Sarfraz ', 'Muhammad Yar ', '3820122795699', 'Punjab', 'FAISALABAD'),
(2001, 'Muhammad Sarwar ', 'Muhammad Yousaf', '3660397314611', 'Punjab', 'BHAKKAR'),
(2002, 'Muhammad Shaban ', 'Wahid Bakhsh', '3130161451385', 'Punjab', 'RAHIM YAR KHAN'),
(2003, 'Muhammad Shabbir alias Hanzila, Ali ', 'Hafeez Ullah ', '3120103414763', 'Punjab', 'BAHAWALPUR'),
(2004, 'Muhammad Shabir ', 'Ghulam Muhammad', '3610322157799', 'Punjab', 'Khanewal'),
(2005, 'Muhammad Shafi ', 'Hafeez Ullah', '3130333588645', 'Punjab', 'RAHIM YAR KHAN'),
(2006, 'Muhammad Shafiq ', 'Muhammad Rafiq ', '3810242216647', 'Punjab', 'BHAKKAR'),
(2007, 'Muhammad Shafiq  ', 'Safiullah', '4210160328249', 'Sindh', 'Karachi'),
(2008, 'Muhammad Shafique', 'Ghulam Qadir', '3130420289477', 'Punjab', 'Rahim Yar Khan'),
(2009, 'Muhammad Shafique @ Abu Haris ', 'Muhammad Bashir', '4210184592979', 'Sindh', 'Karachi'),
(2010, 'Muhammad Shafique alias Moavia ', 'Rasheed Ahmad ', '3120109885111', 'Punjab', 'BAHAWALPUR'),
(2011, 'Muhammad Shah', 'Dilaram Khan', '1530537039897', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2012, 'Muhammad Shah @ Soor', 'Muhammad Zarin', '1560203794053', 'KP', 'SWAT (AT MINGORA)'),
(2013, 'Muhammad Shah Zaman', 'Shahik Khan', '5320128731391', 'Balochistan', 'JAFFARABAD'),
(2014, 'Muhammad Shahbaz ', 'Muhammad Ishfaaq ', '3410351589947', 'Punjab', 'GUJRANWALA'),
(2015, 'Muhammad Shahbaz ', 'Zulfiqar Ahmad ', '3310064622541', 'Punjab', 'FAISALABAD'),
(2016, 'Muhammad Shahbaz ', 'Muhammad Zakria ', '3410127105467', 'Punjab', 'GUJRANWALA'),
(2017, 'Muhammad Shahbaz Anwar ', 'Muhammad Anwar Shah ', '3120286095827', 'Punjab', 'BAHAWALPUR'),
(2018, 'Muhammad Shahbaz Nawaz alias Shahbaz Muavia ', 'Muhammad Nawaz ', '3440318866619', 'Punjab', 'GUJRAT'),
(2019, 'Muhammad Shahid ', 'Muhammad Zubair ', '3820163748735', 'Punjab', 'KHUSHAB'),
(2020, 'Muhammad Shahid', ' Sardar Muhammad (late) ', '3410204716673', 'Punjab', 'GUJRANWALA'),
(2021, 'Muhammad Shahid', 'Muhammad lqbal', '3840373625859', 'Punjab', 'SARGODHA'),
(2022, 'Muhammad Shahid alias Shahid Khalil Inkalabi  ', 'Qari Khalil Ahmad', '3120173879381', 'Punjab', 'BAHAWALPUR'),
(2023, 'Muhammad Shahid Iqbal ', 'Muhammad Iqbal ', '3120144991257', 'Punjab', 'BAHAWALPUR'),
(2024, 'Muhammad Shahid Nafees', 'Muhammad Sharif', '3650223912529', 'Punjab', 'SAHIWAL'),
(2025, 'Muhammad Shahzad', ' Abdul Hadi ', '3130199945479', 'Punjab', 'RAHIM YAR KHAN'),
(2026, 'Muhammad Shahzad Hanif (Dhodi)', 'Muhammad Hanif', '3640249381375', 'Punjab', 'PAKPATTAN'),
(2027, 'Muhammad Shakeel ', 'Abdul Ghani Khanzada @ Natho', '4540318693531', 'Sindh', 'Sanghar'),
(2028, 'Muhammad Shakeel ', 'Raheem Uddin ', '4240142614367', 'Sindh', 'Karachi'),
(2029, 'Muhammad Shakeel ', 'Nazir Ahmad ', '3130124569585', 'Punjab', 'RAHIM YAR KHAN'),
(2030, 'Muhammad Shakil alias Fahim ', 'Taaj Deen', '3520244235375', 'Punjab', 'LAHORE'),
(2031, 'Muhammad Shakir', 'Qabil Khan', '', 'KP', 'Hangu'),
(2032, 'Muhammad Shakirullah @ Mufti Shakir', 'Haji Fazal Karim', '4240116761181', 'Sindh', 'Karachi'),
(2033, 'Muhammad Shamim Alias Farooqi', 'Rustam Ali', '3730138171473', 'Punjab', 'JHELUM'),
(2034, 'Muhammad Shamsher @ Qari Umar', 'Syed Uddin', '4240171776369', 'Sindh', 'Karachi'),
(2035, 'Muhammad Sharif ', 'Noor Khan ', '3720116688813', 'Punjab', 'CHAKWAL'),
(2036, 'Muhammad Sharif ', 'Imam Din ', '3630247480215', 'Punjab', 'MULTAN'),
(2037, 'Muhammad Shehbaz', 'Muhammad Ameen(Late)', '3130447041071', 'Punjab', 'Rahim Yar Khan'),
(2038, 'Muhammad Shehzad ', 'Abdul Sattar', '3130307324231', 'Punjab', 'Rahim Yar Khan'),
(2039, 'Muhammad Shireen', 'Said Farraz r', '1570590006611', 'KP', 'Dir Upper'),
(2040, 'Muhammad Shoaib', 'Abdul Raheem', '3710492343071', 'Punjab', 'ATTOCK'),
(2041, 'Muhammad Shoaib', 'Meer Muhammad Akbar', '3410101178013', 'Punjab', 'GUJRANWALA'),
(2042, 'Muhammad Shoaib ', 'Molvi Abdul Rasheed', '3410132861183', 'Punjab', 'GUJRANWALA'),
(2043, 'Muhammad Shoaib alias Abu Saeed', 'Iqbal Ahmad', '3840322037761', 'Punjab', 'KHUSHAB'),
(2044, 'Muhammad Shoaib alias Muavia ', 'Muhammad Nawaz ', '3640208027905', 'Punjab', 'PAKPATTAN'),
(2045, 'Muhammad Shoaib Khan alias Ahmed Shoaib ', 'Abdul Rauf Khan', '1210180719427', 'Punjab', 'MIANWALI'),
(2046, 'Muhammad Siddique', 'Ghulam Farid', '3110116121823', 'Punjab', 'BAHAWALNAGAR'),
(2047, 'Muhammad Siddique', 'Ghulam Farid', '3110116121813', 'Punjab', 'Bahawalnagar   '),
(2048, 'Muhammad Siddique', 'Haji Allah Wasaya (late) ', '3120265934239', 'Punjab', 'BAHAWALPUR'),
(2049, 'Muhammad Siddique', 'Muhammad Sharif', '3320214395843', 'Punjab', 'Jhang'),
(2050, 'Muhammad Siddique Gurchani ', 'Muhammad Ghazi ', '3240273805889', 'Punjab', 'RAJANPUR'),
(2051, 'Muhammad Sidique Sajid', 'Gehna Khan', '3320275434905', 'Punjab', 'Jhang'),
(2052, 'Muhammad Sohail', 'Kala Khan', '3710251062581', 'Punjab', 'Attock    '),
(2053, 'Muhammad Sohail ', 'Noor Muhammad', '4210164924561', 'Sindh', 'Karachi'),
(2054, 'Muhammad Sohail ', 'Islam Gul', '1111111111137', 'KP', 'PESHAWAR'),
(2055, 'Muhammad Sufyan', 'Noor Ahmad', '3630295194665', 'Punjab', 'MULTAN'),
(2056, 'Muhammad Sufyan Bashir alias Saifi Butt ', 'Muhammad Abdullah Bashir ', '3420286454973', 'Punjab', 'GUJRAT'),
(2057, 'Muhammad Suleman ', 'Abdul Malik ', '3310037921415', 'Punjab', 'FAISALABAD'),
(2058, 'Muhammad Suleman', 'Abdul Rasheed', '3520193450527', 'Punjab', 'LAHORE'),
(2059, 'Muhammad Suleman ', 'Ghulam Fareed ', '3120185427781', 'Punjab', 'BAHAWALPUR'),
(2060, 'Muhammad Suleman', 'Muhammad Jan', '2110511198041', 'KP', 'PESHAWAR'),
(2061, 'Muhammad Suleman Saeed ', 'Muhammad Saeed ', '4220164577327', 'Sindh', 'Karachi'),
(2062, 'Muhammad Sultan', 'Muhammad yaseen', '3320212075001', 'Punjab', 'Jhang'),
(2063, 'Muhammad Tahir ', 'Allah Nawaz ', '3210379217795', 'Punjab', 'DERA GHAZI KHAN'),
(2064, 'Muhammad Tahir', 'Raham Dil', '1530210077107', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2065, 'Muhammad Tahir', 'Abdul Hussain', '5440062728443', 'Balochistan', 'QUETTA'),
(2066, 'Muhammad Tahir ', 'Muhammad Yousaf ', '3810242513243', 'Punjab', 'BHAKKAR'),
(2067, 'Muhammad Tahir Shah', 'Mohammad Hayat / Syed Abdul Nasir', '1570144557137', 'KP', 'UPPER DIR (AT DIR)'),
(2068, 'Muhammad Tahir Siddique alias Tahir Rashidi (Gujja', 'Muhammad Siddique', '3650294662231', 'Punjab', 'SAHIWAL'),
(2069, 'Muhammad Taj   ', 'Mahiwal', '3740615549173', 'Punjab', 'RAWALPINDI'),
(2070, 'Muhammad Talha', 'Muhammad Shajeh', '3520209198185', 'Punjab', 'LAHORE'),
(2071, 'Muhammad Talib', 'Suleman', '3110116458147', 'Punjab', 'BAHAWALNAGAR'),
(2072, 'Muhammad Tanveer ', 'Abdul Majeed ', '3320287523031', 'Punjab', 'FAISALABAD'),
(2073, 'Muhammad Taqi Shah ', 'Ghulam Shabbir Shah ', '3230381930861', 'Punjab', 'MUZAFFARGARH'),
(2074, 'Muhammad Tariq ', 'Jahangir ', '3810173386493', 'Punjab', 'BHAKKAR'),
(2075, 'Muhammad Tariq', ' Shabbir Ahmad ', '3120116440323', 'Punjab', 'BAHAWALPUR'),
(2076, 'Muhammad Tariq ', 'Ghualm Shabbir Khan ', '3210239995085', 'Punjab', 'DERA GHAZI KHAN'),
(2077, 'Muhammad Tariq', 'Ali Ahmad ', '3660358400213', 'Punjab', 'VEHARI'),
(2078, 'Muhammad Tariq', 'Muhammad Younis', '3540406252411', 'Punjab', 'Sheikhupura'),
(2079, 'Muhammad Tariq ', 'Kareem Deen ', '3810244343411', 'Punjab', 'BHAKKAR'),
(2080, 'Muhammad Tariq ', 'Muhammad Ishaq ', '3120203500683', 'Punjab', 'BAHAWALPUR'),
(2081, 'Muhammad Tariq', 'Rizwan Shah', '1620274706317', 'KP', 'SWABI'),
(2082, 'Muhammad Tariq alias Shahid', 'Muhammad Iqbal', '3510133280053', 'Punjab', 'KASUR'),
(2083, 'Muhammad Tariq Shah', 'Gul Muhammad', '1530624567011', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2084, 'Muhammad Tayyab', 'Habib Mullah', '1530296101547', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2085, 'Muhammad Tayyab', 'Muslim Khan', '1530558899399', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2086, 'Muhammad Tayyab ', 'Qari Muhammad Ashiq ', '3630139975775', 'Punjab', 'MULTAN'),
(2087, 'MUHAMMAD TAYYAB', 'MUHAMMAD ASLAM', '3650109080441', 'Punjab', 'SAHIWAL'),
(2088, 'Muhammad Tayyab ', 'Inayyat Ullah ', '3810144546553', 'Punjab', 'BHAKKAR'),
(2089, 'Muhammad Tayyab (Bagra)', 'Muhammad Hafeez ur Rehman', '3620317747589', 'Punjab', 'LODHRAN'),
(2090, 'Muhammad Tayyab Qasmi ', 'Muhammad Ahsan ', '3320108941077', 'Punjab', 'MULTAN'),
(2091, 'Muhammad Tufail', 'Azmat Ali', '3220225350037', 'Punjab', 'LAYYAH'),
(2092, 'Muhammad Tufail alias Master', 'Sardar Ali', '3110148911961', 'Punjab', 'BAHAWALNAGAR'),
(2093, 'Muhammad Ubaid Ullah', 'Muhammad Rafique', '3620223449509', 'Punjab', 'LODHRAN'),
(2094, 'Muhammad Ubaid Ullah', 'Hafiz Ghulam Muhammad ', '3130324438279', 'Punjab', 'Rahim Yar Khan'),
(2095, 'Muhammad Ubaid Ullah ', 'Ghulam Muhammad ', '3130324438479', 'Punjab', 'RAHIM YAR KHAN'),
(2096, 'Muhammad Umair @ Sardar ', 'Zareef Khan ', 'NIL', 'Sindh', 'Karachi'),
(2097, 'Muhammad Umair Chheena', 'Muhammad Ismail', '3410172506245', 'Punjab', 'GUJRANWALA'),
(2098, 'Muhammad Umar ', 'Habib-Ur-Rehman Shahid ', '3120272921297', 'Punjab', 'BAHAWALPUR'),
(2099, 'MUHAMMAD UMAR', 'NOOR MUHAMMAD', '3220278465879', 'Punjab', 'LAYYAH'),
(2100, 'Muhammad Umar', 'Ghullam Shabbir', '3320314577585', 'Punjab', 'Jhang'),
(2101, 'Muhammad Umar ', 'Ghulam Farid ', '3210217320129', 'Punjab', 'DERA GHAZI KHAN'),
(2102, 'Muhammad Umar ', 'Abdul Kareem ', '3120184077879', 'Punjab', 'BAHAWALPUR'),
(2103, 'Muhammad Umar @ Sohrab ', 'Haji Bazed Khan', '4250113185987', 'Sindh', 'Karachi'),
(2104, 'Muhammad Umar Farooq ', 'Abdul Haq ', '3120120565219', 'Punjab', 'BAHAWALPUR'),
(2105, 'Muhammad Umar Farooq', 'Muhammad Ilyas', '3410358044261', 'Punjab', 'GUJRANWALA'),
(2106, 'Muhammad Umar Farooq ', 'Bashir Ahmad ', '3630407032381', 'Punjab', 'MULTAN'),
(2107, 'Muhammad Umar Tahir alias Umar Haidri ', 'Muhammad Yaseen ', '4210193411765', 'Punjab', 'JHANG'),
(2108, 'Muhammad Umer farooq', 'Muhammad Riaz', '3320288535773', 'Punjab', 'Jhang'),
(2109, 'Muhammad Usman', 'Khaista Rahman', '1530543890503', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2110, 'Muhammad Usman ', 'Muhammad Anwar', '3410104371427', 'Punjab', 'GUJRANWALA'),
(2111, 'Muhammad Usman ', 'Muhammad Ameer Farooqi ', '3320346806181', 'Punjab', 'JHANG'),
(2112, 'Muhammad Usman Alias Kala', 'Muhammad Sabir', '3810213878061', 'Punjab', 'BHAKKAR'),
(2113, 'Muhammad Usman alias Muhammad Ismail, Abdul Qudos ', 'Muhammad Javed', '3740624711673', 'Punjab', 'RAWALPINDI'),
(2114, 'Muhammad Usman Haider ', 'Hafiz Muhammad Ashraf ', '3320225228917', 'Punjab', 'SAHIWAL'),
(2115, 'Muhammad Usman Haider', 'Nimat Ullah ', '3210351127973', 'Punjab', 'DERA GHAZI KHAN'),
(2116, 'Muhammad Usman Zia ', 'Muhammad Bashir Zia ', '3740572376539', 'Punjab', 'RAWALPINDI'),
(2117, 'Muhammad Uzair ', 'Talib Hussain ', '3410112095661', 'Punjab', 'GUJRANWALA'),
(2118, 'Muhammad Uzair', 'Mahmood', '3120114631603', 'Punjab', 'BAHAWALPUR'),
(2119, 'Muhammad Waheed ', 'Abdul Ghafoor ', '3120175387359', 'Punjab', 'BAHAWALPUR'),
(2120, 'Muhammad Waheed Khan Niazi ', 'Haji Kashmir Khan Niazi', '4230128676807', 'Sindh', 'Karachi'),
(2121, 'Muhammad Wajid Ali ', 'Muhammad Iqbal ', '3410358748927', 'Punjab', 'GUJRANWALA'),
(2122, 'Muhammad Wajid alias Qari Wajid', 'Muhammad Sharif', '3510403953487', 'Punjab', 'KASUR'),
(2123, 'Muhammad Waqar Amir alias Azeem', 'Muhammad Younis', '3720117584485', 'Punjab', 'CHAKWAL'),
(2124, 'Muhammad Waqas', 'Shah Nawaz', '3610336692887', 'Punjab', 'Khanewal'),
(2125, 'Muhammad Waqas', 'Muhammad Rasheed', '3320404150381', 'Punjab', 'Jhang'),
(2126, 'Muhammad Waseem Ahmad Shahzad', 'Zafar Ahmad', '3660179389171', 'Punjab', 'VEHARI'),
(2127, 'Muhammad Waseem Butt', 'Muhammad Sharif Butt', '3460207237427', 'Punjab', 'Sialkot'),
(2128, 'Muhammad Waseem Nawaz ', 'Muhammad Nawaz ', '3330326030243', 'Punjab', 'TOBA TEK SINGH'),
(2129, 'Muhammad Wazeer ', 'Taj Muhammad ', '3120182779613', 'Punjab', 'BAHAWALPUR'),
(2130, 'Muhammad Yahya ', 'Muhammad Arshad ', '3310063442677', 'Punjab', 'FAISALABAD'),
(2131, 'Muhammad Yahya Aziz ', 'Ch. Ilam Din ', '3540415773099', 'Punjab', 'SHEIKHUPURA'),
(2132, 'Muhammad Yameen ', 'Ghulam Shabeer ', '3210246015897', 'Punjab', 'DERA GHAZI KHAN'),
(2133, 'Muhammad Yamin ', 'Ghulam Muhammad ', '3230477996197', 'Punjab', 'Muzaffargarh'),
(2134, 'Muhammad Yaqoob ', 'Muhammad Ishaq ', '3820135259827', 'Punjab', 'KHUSHAB'),
(2135, 'Muhammad Yaqoob', 'Muhammad Hanif', '3540415807189', 'Punjab', 'Sheikhupura'),
(2136, 'Muhammad Yaqoob', 'Ghullam Abbas', '3710520019369', 'Punjab', 'ATTOCK'),
(2137, 'Muhammad Yaqoob ', 'Haji Muhammad Ramzan ', '3810219431943', 'Punjab', 'BHAKKAR'),
(2138, 'Muhammad Yaqoob ', 'Muhammad Ishaq ', '3120349251293', 'Punjab', 'BAHAWALPUR'),
(2139, 'Muhammad Yaqoob Qasmi', 'Noor Muhammad Marhoom', '3540117362225', 'Punjab', 'Sheikhupura'),
(2140, 'Muhammad Yaqoob Qasmi ', 'Muhammad Farzand Ali ', '3630296569393', 'Punjab', 'MULTAN'),
(2141, 'Muhammad Yaseen', 'Muhammad Ramzan', '3320383590735', 'Punjab', 'Jhang'),
(2142, 'Muhammad Yasin ', 'Muhammad Younas ', '3330222617871', 'Punjab', 'TOBA TEK SINGH'),
(2143, 'Muhammad Yasin ', 'Rahmat Ali', '3530175346017', 'Punjab', 'OKARA'),
(2144, 'Muhammad Yasin ', 'Muhammad Shafi ', '3310071896451', 'Punjab', 'FAISALABAD'),
(2145, 'Muhammad Yasin', 'AHMAD BAKHSH', '3220291521429', 'Punjab', 'LAYYAH'),
(2146, 'Muhammad Yasin Farooqi ', 'Muhammad Ibrahim', '3520124888573', 'Punjab', 'LAHORE'),
(2147, 'Muhammad Younas', 'Ghullam Qasim', '3320285953253', 'Punjab', 'Jhang'),
(2148, 'Muhammad Younas', 'Mian Sultan Zeb', '1510163229829', 'KP', 'BUNER'),
(2149, 'Muhammad Younas', 'Ghulam Hussain', '3520014313453', 'Punjab', 'LAHORE'),
(2150, 'Muhammad Younas Ali ', 'Ghulam Shahbaz Ali ', '6110168715079', 'Punjab', 'FAISALABAD'),
(2151, 'Muhammad Younas alias Master ', 'Sher Muhammad ', '3110116398931', 'Punjab', 'BAHAWALNAGAR'),
(2152, 'Muhammad Younis', 'Sultan Ali', '3420250967819', 'Punjab', 'GUJRAT'),
(2153, 'Muhammad Younis Khan ', 'Saeed Ahmad ', '3220294954073', 'Punjab', 'LAYYAH'),
(2154, 'Muhammad Yousaf', 'Atta Muhammad ', '3620204919429', 'Punjab', 'LODHRAN'),
(2155, 'Muhammad Yousaf', 'Aleem Ud Din', '3330201485759', 'Punjab', 'T.T.Singh'),
(2156, 'Muhammad Yousaf', 'Bundu', '3320297299163', 'Punjab', 'Jhang'),
(2157, 'Muhammad Yousaf ', 'karamat Ali', '3410106829997', 'Punjab', 'GUJRANWALA'),
(2158, 'Muhammad Yousaf Bodla ', 'Shafqat Rasool Bodla ', '3630477582301', 'Punjab', 'MULTAN'),
(2159, 'Muhammad Yousaf Raheemi ', 'Muhammad Hanif ', '3530120286859', 'Punjab', 'OKARA'),
(2160, 'Muhammad Zahid ', 'Jinnah Khan', '2170460059317', 'Sindh', 'Karachi'),
(2161, 'Muhammad Zahid', 'Muqadas Shah', '1550442852365', 'KP', 'SHANGLA (AT ALPURI)'),
(2162, 'Muhammad Zahid', 'Muhammad Farooq', '4220160369519', 'Punjab', 'BAHAWALNAGAR'),
(2163, 'Muhammad Zahid ', 'Rafiq Ahmad', '3130130799865', 'Punjab', 'RAHIM YAR KHAN'),
(2164, 'Muhammad Zahid ', 'Abdul Hadi ', '3130343054163', 'Punjab', 'RAHIM YAR KHAN'),
(2165, 'Muhammad Zahid Mahmood', 'Abdul Aziz', '3660314330883', 'Punjab', 'Vehari'),
(2166, 'Muhammad Zahoor ', 'Aurangzaib ', '3740402703285', 'Punjab', 'RAWALPINDI'),
(2167, 'Muhammad Zakiria Azam ', 'Muhammad Azam ', '3120164057263', 'Punjab', 'BAHAWALPUR'),
(2168, 'Muhammad Zaman', 'Fateh Khan', '1530210071239', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2169, 'Muhammad Zaman', 'Gul Zaman', '1571010108372', 'KP', 'UPPER DIR (AT DIR)'),
(2170, 'Muhammad Zikriya ', 'Abdul Rehman ', '3640109019893', 'Punjab', 'PAKPATTAN'),
(2171, 'Muhammad Zohaib Arif  ', 'Muhammad Arif ', '3230372625089', 'Punjab', 'MUZAFFARGARH'),
(2172, 'Muhammad Zubair', 'Kifayat Ur Rahman', '1710259544467', 'KP', 'CHARSADDA'),
(2173, 'Muhammad Zubair ', 'Muhammad Rasheed ', '3310007341293', 'Punjab', 'FAISALABAD'),
(2174, 'Muhammad Zubair', 'Afzal', '3810170583659', 'Punjab', 'BHAKKAR'),
(2175, 'Muhammad Zubair Ahmad', 'Muhammad Bakhsh alias Muhammad Khan ', '3120104312507', 'Punjab', 'BAHAWALPUR'),
(2176, 'Muhammad Zubair Khan ', 'Qaisar Hussain Khan ', '3630405704545', 'Punjab', 'MULTAN'),
(2177, 'Muhammad Zulfiqar', 'Kameer ', '3840598603451', 'Punjab', 'SARGODHA'),
(2178, 'MuhammadJaved Akhtar(Gujjar)', 'Nazir Ahmad', '3650206923833', 'Punjab', 'SAHIWAL'),
(2179, 'Muhib', 'Manjawar', '1560258507251', 'KP', 'SWAT (AT MINGORA)'),
(2180, 'Muhib Ullah', 'Muhammad Darwaish', '1530575185121', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2181, 'Muhmmad Asghar @ Commando ', 'Muhammad Ibrahim ', '4210131338615', 'Sindh', 'Karachi'),
(2182, 'Mujahid', 'Hidayat ullah (Alias)', '1530737452823', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2183, 'Mujahid Abbas ', 'Mazhar Hussain ', '3320227340671', 'Punjab', 'JHANG'),
(2184, 'Mujahid Ahmad', 'Muhammad Ramzan', '3610219151977', 'Punjab', 'GUJRAT'),
(2185, 'Mujahid Iqbal alias Muja, Sufiyan, Bugti ', 'Allah Bakhsh ', '3210302788277', 'Punjab', 'DERA GHAZI KHAN'),
(2186, 'Mujahid Islam', 'Rehmatullah', '3650253079021', 'Punjab', 'SAHIWAL'),
(2187, 'Mujtaba', 'Manazar Abbas ', '3340104006671', 'Punjab', 'Chiniot'),
(2188, 'Mukaram', 'Bahram', '1570140511671', 'KP', 'UPPER DIR (AT DIR)'),
(2189, 'Mukhtar Hussain Malik', 'Zawar Ullah Dad', '3220225024151', 'Punjab', 'LAYYAH'),
(2190, 'Mukhtiar', 'Aqil', '1510166735363', 'KP', 'BUNER'),
(2191, 'Mukhtiar Ahmad ', 'Ghulam Ali ', '3120197294659', 'Punjab', 'BAHAWALPUR'),
(2192, 'Mukhtiar Hussain ', 'Lashkar Ali', '3810105848449', 'Punjab', 'BHAKKAR'),
(2193, 'Mukhtiar Hussain ', 'Allah Diwaya ', '3230369197887', 'Punjab', 'MUZAFFARGARH'),
(2194, 'Mulana Abdullah Shah Mazhar ', 'Mazhar Muhammad Saeed', '4220105583081', 'Sindh', 'Karachi'),
(2195, 'Mulana Hafiz Abdul Ghani ', 'Mian Ghulam Fareed ', '3120396281245', 'Punjab', 'BAHAWALPUR'),
(2196, 'Mulana Taj Muhammad Hanfi ', 'Nasir Ahmed', '1520206574661', 'Sindh', 'Karachi'),
(2197, 'Mulvi Abdur Raziq', 'Fazal Raziq', '', 'KP', 'Toorghar'),
(2198, 'Mulvi Shah Imran', 'Bakht Zamin', '1560277646943', 'KP', 'SWAT (AT MINGORA)'),
(2199, 'Mumtaz Ahmed @ Pehewlan', 'Abdul Khaliq (late)', '5160211314771', 'Balochistan', 'MASTUNG'),
(2200, 'Mumtaz Ali ', 'Muhammad Hussain Brohi', '4200044779397', 'Sindh', 'KARACHI EAST'),
(2201, 'Mumtaz Hussain', 'Imam bakhash', '3320307801685', 'Punjab', 'Jhang'),
(2202, 'Munawar ', 'Sultan', '4210188511481', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(2203, 'MUNAWAR ABBAS', 'MULAZIM HUSSAIN', '3220279450031', 'Punjab', 'LAYYAH'),
(2204, 'Munawar Hussain  ', 'Malik Ghulam Hussain ', '3120119578217', 'Punjab', 'BAHAWALPUR'),
(2205, 'Munawar Hussain', 'Muhammad Suleman Khan', '3410372566685', 'Punjab', 'GUJRANWALA'),
(2206, 'Munawar Khan', 'Bahadar Khan', '1110141395079', 'KP', 'Bannu'),
(2207, 'Munazzam Ali alias Usama, Shaka, Muhammad, Ali ', 'Muhammad Mushtaq ', '3460356591441', 'Punjab', 'SIALKOT'),
(2208, 'Munir', 'Habib Ullah', '1530209859715', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2209, 'Munir Ahmad ', 'Khalil Ahmad ', '3810290521757', 'Punjab', 'BHAKKAR'),
(2210, 'Munir Ahmed', 'Ali Muhammad', '3320211359485', 'Punjab', 'Jhang'),
(2211, 'Munir Ahmed ', 'Muhammad Nawaz', '1310197990043', 'Sindh', 'Karachi'),
(2212, 'Munir Ahmed Shahid', 'Muhammad Ismail', '3320212324569', 'Punjab', 'Jhang'),
(2213, 'Muntazir Abbas', 'Nasir Abbas', '3720175635605', 'Punjab', 'CHAKWAL'),
(2214, 'Muqadar Shah', 'Maqbool Shah', '1730144604435', 'KP', 'PESHAWAR'),
(2215, 'Mureed Abbas alias Yazdani ', 'Fateh Sher ', '3810105938007', 'Punjab', 'BHAKKAR'),
(2216, 'Mureed Hussain ', 'Fida Hussain ', '3120194926579', 'Punjab', 'BAHAWALPUR'),
(2217, 'Mursaleen @ Paya', 'Abdul Qadir ', '4210152597851', 'Sindh', 'Karachi'),
(2218, 'Murtaza Ali @ Sajid ', 'Risat Ali ', '4210131852275', 'Sindh', 'Karachi'),
(2219, 'Musa Khan', '.Haje Nawab', '1560258048423', 'KP', 'SWAT (AT MINGORA)'),
(2220, 'Mushtaq Ahmad ', 'Muhammad Yousaf ', '3410147987259', 'Punjab', 'GUJRANWALA'),
(2221, 'Mushtaq Ahmad alias Mullan Rocketee ', 'Sher Muhammad ', '3610285963085', 'Punjab', 'KHANEWAL'),
(2222, 'Mushtaq Ahmad alias Saqi ', 'Muhammad Yar', '3660209825725', 'Punjab', 'VEHARI'),
(2223, 'Mushtaq Ahmad Tabasum', 'Sufi Lal Khan', '3710406757519', 'Punjab', 'ATTOCK'),
(2224, 'Muslim', 'Amer Zaman', '1560204686455', 'KP', 'SWAT (AT MINGORA)'),
(2225, 'Muslim Shah', 'Dilawar Shah', '1510140187063', 'KP', 'BUNER'),
(2226, 'Mustafa Kamal', 'Farid Khan', '1610141371611', 'KP', 'MARDAN'),
(2227, 'Muzafar Hussain Shah ', 'Anwar Hussain Shah ', '3310082420037', 'Punjab', 'FAISALABAD'),
(2228, 'Muzaffar Hussain', 'Mukhtiar  Hussain Nangraj ', '4530218782389', 'Sindh', 'NAUSHAHRO FEROZE'),
(2229, 'Muzam Rasheed', 'Abdul Rasheed', '3520224237911', 'Punjab', 'Lahore'),
(2230, 'Muzamal Hussain ', 'Khan Muhammad ', '3460328393021', 'Punjab', 'SIALKOT'),
(2231, 'N.A', 'N.A', '1530280457455', 'KP', 'Dir Lower'),
(2232, 'Nadeem', 'Mehboob Ali', '4220193729715', 'Sindh', 'Karachi'),
(2233, 'Nadeem Abbas alias Kaka/Jaun Abbas', 'Ghulam Hussain', '3220231924243', 'Punjab', 'LAYYAH'),
(2234, 'Nadeem Ahmad', 'Abdul Rasheed', '3660184783525', 'Punjab', 'VEHARI'),
(2235, 'Nadeem Ahmad ', 'Hakim Abdul Waheed ', '3520290601999', 'Punjab', 'LAHORE'),
(2236, 'Nadeem Iqbal ', 'Kareem Bakhsh ', '3120425244337', 'Punjab', 'BAHAWALPUR'),
(2237, 'Nadeem Iqbal', 'Noor Ahmad', '3110536504931', 'Punjab', 'BAHAWALNAGAR'),
(2238, 'Nadeem Iqbal alias Abu Anus ', 'BASHIR AHMAD', '3220283281607', 'Punjab', 'LAYYAH'),
(2239, 'Nadeem Qureshi ', 'Saeed Ahmed', 'NIL', 'Sindh', 'Hyderabad'),
(2240, 'Nadeem Yaqoob', 'Muhammad Yaqoob', '3720172752037', 'Punjab', 'CHAKWAL'),
(2241, 'Nadir Khan', 'Raza Khan', '1560204960083', 'KP', 'SWAT (AT MINGORA)'),
(2242, 'Naeem Akhtar alias Munna ', 'Ghulam Fareed ', '3320360619411', 'Punjab', 'JHANG'),
(2243, 'Naeem Arshad', 'Nazar Muhammad', '3420120469623', 'Punjab', 'GUJRAT'),
(2244, 'Naeem Ullah Khan ', 'Abdul Munaf Khan ', '3450246603757', 'Punjab', 'GUJRAT'),
(2245, 'Nafees Abbas ', 'Muhammad Ahmed', '42301.91590795', 'Sindh', 'Karachi'),
(2246, 'Nafees Akbar', 'Muhammad Akbar', '3710409455447', 'Punjab', 'Attock    '),
(2247, 'Naimat Khan', 'Abdul Malik', '1560203869399', 'KP', 'SWAT (AT MINGORA)'),
(2248, 'Najam Abbass', 'Ashiq Hussain Shah', '3840122255639', 'Punjab', 'SARGODHA'),
(2249, 'Najam Din @ Mujahid S/o Mujahid', 'Muhammad Qasim Leghari ', '4120279794021', 'Sindh', 'Dadu'),
(2250, 'Najam-ul-Hassan ', 'Muhammad Hassan ', '3130326233803', 'Punjab', 'FAISALABAD'),
(2251, 'Najam-ul-Hassan ', 'Syed Muhammad Ali Kazmi ', '3460321763961', 'Punjab', 'SIALKOT'),
(2252, 'Najamul Haq alias Najoo', 'Hakeem ', '4520111080389', 'Sindh', 'Khairpur'),
(2253, 'Najeeb Ullah', 'Hafeez Ullah', '3420286791739', 'Punjab', 'GUJRAT'),
(2254, 'Najeeb Ullah', ' Akbar', '2170524036809', 'KP', 'DERA ISMAIL KHAN'),
(2255, 'Najeeb Ullah', 'Wasam Khan', '2120219822589', 'KP', 'KHYBER (AT PESHAWAR)'),
(2256, 'Najeebullah Jamaldini', 'Mohammad Arif.', '5140122162129', 'Balochistan', 'KHUZDAR'),
(2257, 'Naqeeb Ullah', 'Abdul Wahid (Late)', '5440109815107', 'Balochistan', 'QUETTA'),
(2258, 'Naqeeb Ullah', 'Wasim Khan', '1111111111114', 'KP', 'PESHAWAR'),
(2259, 'Nasar Khan', 'Bakht Rawan', '1560240711583', 'KP', 'SWAT (AT MINGORA)'),
(2260, 'Naseeb Shah', 'Aman Khan', '1560403439823', 'KP', 'SWAT (AT MINGORA)'),
(2261, 'Naseem', 'Khaista War Khan', '', 'KP', 'Dir Lower'),
(2262, 'Naseem', 'Hameed Khan Caste Akhel Tappa Mohsin Khel', '1410154030499', 'KP', 'KOHAT'),
(2263, 'Naseem Abbas ', 'Ghulam Abbas ', '3810106815773', 'Punjab', 'BHAKKAR'),
(2264, 'Naseem Hajjaz ', 'Manzoor Ahmad ', '3130338678395', 'Punjab', 'RAHIM YAR KHAN'),
(2265, 'NASEER UL RAZA SAFDAR', 'Ghazanfar Ali Khan', '3650176753493', 'Punjab', 'SAHIWAL'),
(2266, 'Nasib Ullah (Nasib Zada)', 'Qashqaray', '1550551258573', 'KP', 'SHANGLA (AT ALPURI)'),
(2267, 'Nasir Abbas', 'Zahoor Hussain (Late)', '3660209374013', 'Punjab', 'Vehari'),
(2268, 'Nasir Ahmad', 'Amir', '1530232394011', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2269, 'Nasir Ali', 'Dalmeer Khan', '3320227802425', 'Punjab', 'Jhang'),
(2270, 'Nasir Ali ', 'Rehmat Ali ', '3410262143683', 'Punjab', 'GUJRANWALA'),
(2271, 'Nasir Hussain alias Haji ', 'Altaf Hussain ', '3630280079795', 'Punjab', 'MULTAN'),
(2272, 'Nasir Iqabal @ Saifullah ', 'Muhammad Habib', '4240185033473', 'Sindh', 'Karachi'),
(2273, 'Nasir Iqbal @ Saifullh ', 'Muhammad Habib ', '4240185033473', 'Sindh', 'Karachi'),
(2274, 'Nasir Javed ', 'Allah Bakhsh ', '3320313886495', 'Punjab', 'JHANG'),
(2275, 'Nasir Khan', 'Hakim Khan', '1330204275003', 'KP', 'HARIPUR'),
(2276, 'Nasir Mahmood ', 'Shabbir Ahmad ', '3320259804593', 'Punjab', 'JHANG'),
(2277, 'Nasir Mehmood ', 'Mehndi Hassan ', '3620112376613', 'Punjab', 'LODHRAN'),
(2278, 'Nasir Mehmood Abbasi ', 'Muhammad Abbas Abbasi ', '3740402704627', 'Punjab', 'RAWALPINDI'),
(2279, 'Nasrullah ', 'Abdul Habib', '5430384615179', 'Balochistan', 'PISHIN'),
(2280, 'Naveed Ahmad', 'Muhammad Sharif', '3430132976723', 'Punjab', 'HAFIZABAD'),
(2281, 'Naveed Hussain', 'Ghani ur Rehman', '1620404289607', 'KP', 'SWABI'),
(2282, 'Naveed Majeed ', 'Abdul Majeed', '3420220471919', 'Punjab', 'GUJRAT'),
(2283, 'Naveed Ur Rehman ', 'Abdul Rehman ', '3520205814569', 'Punjab', 'LAHORE'),
(2284, 'Nawab', 'Shahzada Undak', '1530269021577', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2285, 'Nawab Zada', 'Mohammad Zada', '1570121144463', 'KP', 'UPPER DIR (AT DIR)'),
(2286, 'Nawaz Ali Shah ', 'Murad Ali Shah ', '4140104866681', 'Sindh', 'THATTA'),
(2287, 'Nawaz Khan', 'Sher Zaman', '1310172360777', 'KP', 'ABBOTTABAD'),
(2288, 'Nawaz Khan', 'Iqrar Khan', '3320162318467', 'Punjab', 'CHINIOT'),
(2289, 'Nayyar Abbas Jafery', 'Ghulam Murtaza Jafery', '1330251140773', 'KP', 'HARIPUR'),
(2290, 'Nayyer Abbas ', 'Zulfiqar Khan ', '3320266843559', 'Punjab', 'JHANG'),
(2291, 'Nazakat Ali', 'Dilawar Khan', '3710601302815', 'Punjab', 'Attock    '),
(2292, 'Nazakat Ali alias Khalid Joiya', 'Liaqat Ali', '3530306789993', 'Punjab', 'OKARA'),
(2293, 'Nazakat Ali Usmani', 'Raja Bagh Ali (Late)', '3740559184471', 'Punjab', 'CHAKWAL'),
(2294, 'Nazamin khan', 'Abdul Ghaffar', '', 'KP', 'Dir Lower'),
(2295, 'Nazamin Khan', 'Khaista War Khan', '1530566908913', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2296, 'Nazar Abbas ', 'Hafeez Ahmad ', '3810106235223', 'Punjab', 'BHAKKAR'),
(2297, 'Nazar Abbas ', 'Mehmood Ahmed Bhatti ', '3450144314899', 'Punjab', 'NAROWAL'),
(2298, 'Nazar Abbas ', 'Inayat Ali ', '3450119927897', 'Punjab', 'NAROWAL'),
(2299, 'Nazar Hussain', 'Khan Muhammad', '3710516819677', 'Punjab', 'Attock    '),
(2300, 'Nazar Ul Hassan ', ' Zahoor Ul Hassan ', '3310009746437', 'Punjab', 'TOBA TEK SINGH'),
(2301, 'Nazeem', 'Zaman Khan', '2110140384323', 'KP', 'BAJAUR (AT KHAR BAJAUR)'),
(2302, 'Nazeer Ahmad alias Nazeer Ghamb', 'Haji Rasool Bakhsh', '3120133069401', 'Punjab', 'BAHAWALPUR'),
(2303, 'Nazeer Ahmed @ Nazeer ', 'Abdul Rahim.', '4240142297085', 'Balochistan', 'LASBELA (AT UTHAL)'),
(2304, 'Nazeer Hussain Shah', 'Rahmat Shah Kazmi', '1330296476411', 'KP', 'HARIPUR'),
(2305, 'Nazir Ahmad', 'Shah Muhammad', '3120450393369', 'Punjab', 'Bahawalpur'),
(2306, 'NAZIR AHMAD ', 'JAN MUHAMMAD ', '3650130073367', 'Punjab', 'SAHIWAL'),
(2307, 'Nazir Ahmad ', 'Muhammad Subhan ', '3120198836595', 'Punjab', 'BAHAWALPUR'),
(2308, 'Nazir Ahmad Asad alias Asad ', 'Noor Ahmad', '3450167784081', 'Punjab', 'NAROWAL'),
(2309, 'Nazir Ahmad Bukhari ', 'Hussain Shah ', '3310008488157', 'Punjab', 'FAISALABAD'),
(2310, 'Nazir Khan', 'Naik Khan', '4220123694443', 'KP', 'KOHAT'),
(2311, 'Nazir ul Salam', 'Altaf', '8230377735949', 'AJ&K', 'Chinatt, District Bagh'),
(2312, 'Niaz Ali', 'Wazir Gul', '1310199827493', 'KP', 'ABBOTTABAD'),
(2313, 'Niaz Hussain', 'Mumtaz Ali', '3810157456471', 'Punjab', 'BHAKKAR'),
(2314, 'Niaz Muhammad', 'Man dad', '1620107360459', 'KP', 'SWABI'),
(2315, 'Niaz Muhammad ', 'Syed Muhammad', '1111111111126', 'KP', 'PESHAWAR'),
(2316, 'Niazullah', 'Shahnawaz Banglani', '4330353976235', 'Sindh', 'Shikarpur'),
(2317, 'Nisar Ahmad Alias Haider, Khalid, Abdul Rehman', 'Muhammad Rafique', '3820111669313', 'Punjab', 'KHUSHAB'),
(2318, 'Nisar Ahmed ', 'Hakim Ali Simair', '4550186332497', 'Sindh', 'Sukkur'),
(2319, 'Nisar Ahmed', 'Abdul Shakoor', '3410254751635', 'Punjab', 'GUJRANWALA'),
(2320, 'Nisar Caste Baloch', 'Meeran', '5220364859599', 'Balochistan', 'KECH (AT TURBAT)'),
(2321, 'Nisar Khan', 'Muhammad Zahir Shah', '1530767582317', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2322, 'Nisar Ullah', 'Mohammad Essa Khan', '1570111781637', 'KP', 'UPPER DIR (AT DIR)'),
(2323, 'Nizam .', 's/o Kashar Khan', '1570197457995', 'KP', 'UPPER DIR (AT DIR)'),
(2324, 'Noor Ahmad', 'Muhammad Mansha ', '3430117449393', 'Punjab', 'HAFIZABAD'),
(2325, 'Noor Ahmad Farooqi ', 'Rehmat Ali ', '3640226565491', 'Punjab', 'PAKPATTAN'),
(2326, 'Noor Alam Khan', 'Hazrat Gulab', '1530331867853', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2327, 'Noor Khan @ Zarqqavi ', 'Shahjjahan', '1320260821673', 'KP', 'BATAGRAM (AT BANA)'),
(2328, 'Noor Muhammad', 'Haji Muhamad', '1540126130021', 'KP', 'MALAKAND P.A.'),
(2329, 'Noor Muhammad Caste Adozai', 'Abdul Nabi', '5420124582889', 'Balochistan', 'KILLA ABDULLAH'),
(2330, 'Noor ul Ameen', 'Yaqoob Khan', '1620283938319', 'KP', 'SWABI'),
(2331, 'Noor Wali', 'Haji Atlas', '', 'KP', 'Bannu'),
(2332, 'Noor-ul-Akbar', 'Malik Shah', '1620206665671', 'KP', 'SWABI'),
(2333, 'Noor-ul-Ameen', 'Abdul Haleem ', '5440058424177', 'Balochistan', 'QUETTA'),
(2334, 'Noor-ul-Haq', 'Abdul Bari', '5650304872141', 'Balochistan', 'ZHOB'),
(2335, 'Nooran Gul ', 'Bakht Jan', '4240118161829', 'Sindh', 'Karachi'),
(2336, 'Noroz', 'Bahadar Khan', '1730108377605', 'KP', 'CHARSADDA'),
(2337, 'Nouman Abbas alias Nomi ', 'Ghulam Akbar', '3720108053605', 'Punjab', 'CHAKWAL'),
(2338, 'Nowroz', 'Sikandar Shah', '1610195175753', 'KP', 'MARDAN'),
(2339, 'Obaid ur Rehman', 'Abdul Sattar', '1120199877447', 'KP', 'LAKKI MARWAT'),
(2340, 'Parvez', 'Hakim Khan', '1570144315991', 'KP', 'UPPER DIR (AT DIR)'),
(2341, 'Peer Rehman ', 'Muhammad Deen ', '2170504458077', 'Sindh', 'Karachi'),
(2342, 'Pir Fareed Ali Shah ', 'Farhad Ali Shah', '4510287757121', 'Sindh', 'Khairpur'),
(2343, 'Pir Hujat Ullah', 'Abdul Kabir', '1730159666493', 'KP', 'PESHAWAR'),
(2344, 'Pir Muhammad', 'Shah Madar', '1570224955787', 'KP', 'UPPER DIR (AT DIR)'),
(2345, 'Professor Qaim Ahmad', 'Salar Khan', '1620285491877', 'KP', 'Swabi'),
(2346, 'Qaimoos Khan', 'Behroz', '1560254408499', 'KP', 'SWAT (AT MINGORA)'),
(2347, 'Qaisar Abbas ', 'Bashir Hussain Khan ', '3810192853905', 'Punjab', 'BHAKKAR'),
(2348, 'Qaisar Abbas ', 'Fida Hussain Khan', '3320238530985', 'Punjab', 'JHANG'),
(2349, 'Qaisar Abbas ', 'Zulfiqar Khan', '3320356562855', 'Punjab', 'JHANG'),
(2350, 'Qaisar Abbas alias Bhalla ', 'Riaz Ahmad ', '3320244629349', 'Punjab', 'JHANG'),
(2351, 'Qaiser Abbas ', ' Muhammad Ramzan ', '3320372108369', 'Punjab', 'JHANG'),
(2352, 'Qaiser Abbas ', 'Pervaiz ', '3610288741215', 'Punjab', 'KHANEWAL'),
(2353, 'Qaiser Hanif ', 'Muhammad Hanif ', '3310090063365', 'Punjab', 'FAISALABAD'),
(2354, 'Qalab Abbas ', 'Muhammad Iqbal Jafri ', '3310007175091', 'Punjab', 'FAISALABAD'),
(2355, 'Qamar Abbas ', 'Ghulam Abbas ', '4250137409469', 'Punjab', 'TOBA TEK SINGH'),
(2356, 'Qamar Raza', 'Ghullam Raza', '3320204275587', 'Punjab', 'Jhang'),
(2357, 'Qamar Shah', 'Umar Khan', '1530572377971', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2358, 'Qamar Ul Haq', 's/o Lajbar', '1570591341305', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2359, 'QAMAR-U-ZAMAN', 'MUHAMMAD YOUNAS', '3420208509871', 'Punjab', 'GUJRAT'),
(2360, 'Qari  Naeem Ullah ', 'Ghulam Rasool Khan ', '3210397964625', 'Punjab', 'DERA GHAZI KHAN'),
(2361, 'Qari Abdul Ghaffar Shakir ', 'Muhammad Sharif  Rajput @ Sipla Rajput ', '4130245228313', 'Sindh', 'Hyderabad'),
(2362, 'Qari Abdul Hameed', 'Muhammad Yaqoob', '1330204912025', 'KP', 'Haripur'),
(2363, 'Qari Abdul Nasir', 'Ahmed Shah ', '5430320194553', 'Balochistan', 'PISHIN'),
(2364, 'Qari Abdul Samad', 'Abdullah  ', '5430337503511', 'Balochistan', 'PISHIN'),
(2365, 'Qari Abdul Shakir ', 'Wazeer', '', 'Sindh', 'Hyderabad'),
(2366, 'Qari Abdur Rashid', 'Muhammad Zaman', '1350422318467', 'KP', 'MANSEHRA'),
(2367, 'Qari Abdur Rehman', 'Kohistani Mola', '1570196088795', 'KP', 'UPPER DIR (AT DIR)'),
(2368, 'Qari Abdur Rehman', 'Abdur Razaq', '1310160074033', 'KP', 'ABBOTTABAD'),
(2369, 'Qari Akhtar Hussain', 'Fateh Muhammad', '3730187987891', 'Punjab', 'JHELUM'),
(2370, 'Qari Allah Wasaya ', 'Ghulam Muhammad ', '3120202526065', 'Punjab', 'BAHAWALPUR'),
(2371, 'Qari Anwar Sher', 'Muhammad Rashad', '1560232525555', 'KP', 'SWAT (AT MINGORA)'),
(2372, 'Qari Anwar-ul-Hassan', 'Imam Din', '3320214242311', 'Punjab', 'JHANG'),
(2373, 'Qari Asad Irfan', 'Shafa Khan (Late)', '3720122698987', 'Punjab', 'CHAKWAL'),
(2374, 'Qari Ayub', 'Haq Nawaz Khan', '1110114753469', 'KP', 'BANNU'),
(2375, 'Qari Bilal Qasmi @ Farooqi', 'Muhib Ullah', '1730102394707', 'KP', 'PESHAWAR'),
(2376, 'Qari Hammad Ullah alias Madni ', 'Abdul Raheem ', '3130358990001', 'Punjab', 'RAHIM YAR KHAN'),
(2377, 'Qari Ikram Ullah', 'Amin Gul', '1610299601005', 'Punjab', 'Attock    ');
INSERT INTO `dnfbp` (`id`, `name`, `fname`, `cnic`, `district`, `province`) VALUES
(2378, 'Qari Ikramullah ', 'Amanullah.', '7150101251555', 'Gilgit-Baltistan', 'GILGIT'),
(2379, 'Qari Imtiaz ', 'Mustajab', '4220124331376', 'Sindh', 'Karachi'),
(2380, 'Qari inayatullah ', 'Allah Yar', '3210347694491', 'Punjab', 'D.G.Khan'),
(2381, 'Qari Iqbal', 'Hamid Gul', '1550176941211', 'KP', 'SHANGLA (AT ALPURI)'),
(2382, 'Qari Iqrar Abbassi', 'Abdul Razaq Abbassi', '1310108475041', 'KP', 'ABBOTTABAD'),
(2383, 'Qari Khalid Hussain Rehmani ', 'Nooral Solangi', '4530183389021', 'Sindh', 'N-Feroze'),
(2384, 'Qari Khalil', 'Mohammad Saeed', '1570174453053', 'KP', 'UPPER DIR (AT DIR)'),
(2385, 'Qari Masood ur Rehman', 'Abdul Mehboob', '1234567891011', 'Punjab', 'Lahore'),
(2386, 'Qari Muhamamd Imran', 'Bashir Ahmad', '3610290731261', 'Punjab', 'Khanewal'),
(2387, 'Qari Muhammad Ajmal', 'Hafiz Jaan Muhammad', '3660221667605', 'Punjab', 'Vehari'),
(2388, 'Qari Muhammad Asghar Ali', 'Chirag Din', '3660259625953', 'Punjab', 'Vehari'),
(2389, 'Qari Muhammad Aslam Farooqi', 'Khushi Muhammad', '3330217746461', 'Punjab', 'T.T.Singh'),
(2390, 'Qari Muhammad Ayoub', 'Hafiz Abdul Rauf', '6110117665251', 'Punjab', 'Attock    '),
(2391, 'Qari Muhammad Faisal', 'Bahadur khan', '3210274965399', 'Punjab', 'DERA GHAZI KHAN'),
(2392, 'Qari Muhammad Hayyat', 'MUHAMMAD ALI', '3220201040319', 'Punjab', 'LAYYAH'),
(2393, 'Qari Muhammad Imran', 'Bashir Ahmad', '3610290731561', 'Punjab', 'KHANEWAL'),
(2394, 'Qari Muhammad Iqbal', 'Shabbir Ahmad @ Shabbira Foji', '3610310973191', 'Punjab', 'KHANEWAL'),
(2395, 'qari muhammad naseer', 'khadim hussain joyia', '3120103594339', 'Punjab', 'Bahawalpur'),
(2396, 'Qari Muhammad Ramzan', 'Muhammad Sultan', '1330217674451', 'KP', 'ABBOTTABAD'),
(2397, 'Qari Muhammad Rasheed', 'Mehtab Khan ', '3630240797463', 'Punjab', 'MULTAN'),
(2398, 'Qari Muhammad Riaz', 'Muhammad Aslam', '3710113104499', 'Punjab', 'Attock    '),
(2399, 'Qari Muhammad Sajjad ', 'Bashir Ahmad ', '3120111590817', 'Punjab', 'BAHAWALPUR'),
(2400, 'Qari Muhammad Sharif', 'Hazoor Muhammad', '3710111217179', 'Punjab', 'Attock    '),
(2401, 'Qari Muhammad Suleman', 'Muhammad Azam', '3710533689825', 'Punjab', 'Attock    '),
(2402, 'Qari Mukhtar Ahmed alias (Rajpoot)', 'Gulzar Ahmed ', '3730211750289', 'Punjab', 'GUJRAT'),
(2403, 'Qari Naveed ur Rehman alias Sufi Nasir', 'Muhammad Saleem', '3630213812411', 'Punjab', 'MULTAN'),
(2404, 'Qari Rafiq', 'Abdul Jalil', '1620255741529', 'KP', 'SWABI'),
(2405, 'Qari Raqib ', 'Hafiz Nadeem', 'NIL', 'Sindh', 'Hyderabad'),
(2406, 'Qari Rooh-ul-Amin', 'Rehmat Ullah', '1530618253019', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2407, 'Qari Saif Ullah', 'az', '1111111111133', 'KP', 'PESHAWAR'),
(2408, 'Qari Sakhawat Ali', 'Allah Rakha', '3460362295053', 'Punjab', 'Sialkot'),
(2409, 'Qari Sami Ullah', 'Taj Muhammad', '1570199767571', 'KP', 'UPPER DIR (AT DIR)'),
(2410, 'Qari Sher Zaman ', 'Syed Zaman', '1111111111134', 'KP', 'PESHAWAR'),
(2411, 'Qari Ubaid Ur Rehman', 'Abdur Rehman', '3740605376079', 'KP', 'ABBOTTABAD'),
(2412, 'Qari Umar Farooq', 'Qari Asgar Ali', '3660247306581', 'Punjab', 'Vehari'),
(2413, 'Qari Yaseen ', 'M. Nazeer', '4210114005961', 'Sindh', 'Karachi'),
(2414, 'Qasim', 'Mian Sher', '1530209306169', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2415, 'Qasim Ali ', ' Allah Ditta Khan ', '3320282279599', 'Punjab', 'JHANG'),
(2416, 'Qasim Din', 'Malik Fazil ', '3130323655249', 'Punjab', 'RAHIM YAR KHAN'),
(2417, 'Qasim Shah', 'Abdullah Shah', '1330257195869', 'KP', 'Haripur'),
(2418, 'Qasim-ul-Hassan ', 'Shooqeen Ali ', '3740283026507', 'Punjab', 'RAWALPINDI'),
(2419, 'Qayum Khan ', 'Karim Jan', '1520123405687', 'KP', 'CHITRAL'),
(2420, 'Qazi Fakhar Hussain', 'Qazi Muhammad Hussain', '3710499182837', 'Punjab', 'Attock    '),
(2421, 'Qazi Kashif Hussain', 'Qazi Bashir Ahmed', '3520015781271', 'Punjab', 'LAHORE'),
(2422, 'Raaz Muhammad @ Kakai ', 'Sher Khan', '4230191499763', 'Sindh', 'Karachi'),
(2423, 'Rab Nawaz ', 'Barkat Ali ', '3210241458403', 'Punjab', 'DERA GHAZI KHAN'),
(2424, 'Rab Nawaz', 'Ghulam Qasim Khan', '3810106962449', 'Punjab', 'BHAKKAR'),
(2425, 'Rab Nawaz Khan ', 'Mahiwal ', '3740616221651', 'Punjab', 'RAWALPINDI'),
(2426, 'Rabnawaz ', 'Ghulam Fareed ', '3120183163833', 'Punjab', 'BAHAWALPUR'),
(2427, 'Raees', 'Abdul Mateen', '1570440344701', 'KP', 'UPPER DIR (AT DIR)'),
(2428, 'Raees Khan', 'Muhammad Ramzan', '3710163280653', 'Punjab', 'ATTOCK'),
(2429, 'Rafaqat Ali ', 'Ghulam Ali ', '3320396548651', 'Punjab', 'JHANG'),
(2430, 'Rafeeq Jan', 'Saz Mir', '1710232013827', 'KP', 'CHARSADDA'),
(2431, 'Rafi ullah', 'Said ullah', '1530799633855', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2432, 'Rafi Ullah', 'Muhammad Raziq', '1570135812881', 'KP', 'UPPER DIR (AT DIR)'),
(2433, 'Rafi Ullah', 'Habib ur Rehman', '1550549283001', 'KP', 'SHANGLA (AT ALPURI)'),
(2434, 'Rafi Ullah', 'Hamid Ullah', '4200004091683', 'KP', 'MALAKAND P.A.'),
(2435, 'Rafiullah', 'Saleem @ Rabbani', '1560603550541', 'KP', 'SWAT (AT MINGORA)'),
(2436, 'Rafiullah ', 'Khalil ur Rehman', '1550546318275', 'KP', 'SHANGLA (AT ALPURI)'),
(2437, 'Raghib Hussain', 'Mian Ghullam Shabbir', '3320313669495', 'Punjab', 'Jhang'),
(2438, 'Raham Ali ', 'Phairan Khan', '3240453115377', 'Punjab', 'RAJANPUR'),
(2439, 'Raham Ghani', 'Abdul Ghani', '1570141125343', 'KP', 'UPPER DIR (AT DIR)'),
(2440, 'Rahamd Ullah', 'Rizwan Ullah', '1510112828857', 'KP', 'BUNER'),
(2441, 'Rahamdullah', 'Rizwan Ullah', '1510112828851', 'KP', 'SWAT (AT MINGORA)'),
(2442, 'Rahat Ullah', 'Hayat Ullah', '1570104454517', 'KP', 'UPPER DIR (AT DIR)'),
(2443, 'Raheem Javed', 'Javed lqbal', '3420182270339', 'Punjab', 'GUJRAT'),
(2444, 'Rahim Bakhsh', 'Naik Muhammad', '1510173020549', 'KP', 'BUNER'),
(2445, 'Rahim Gul', 'Khusamand Khan', '1560202448247', 'KP', 'SWAT (AT MINGORA)'),
(2446, 'Rahim Jaffari ', 'Ahmed Ali', '5440003952627', 'Balochistan', 'QUETTA'),
(2447, 'Rahim Khan', 'Razi Mand Khan', '1530799288963', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2448, 'Rahim Said', 'Ghulam Said', '4220104606489', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2449, 'Rahim Ullah s/o', 'Sahib Jan', '1560257795981', 'KP', 'Swat'),
(2450, 'Rahman Hakim', 'Sultanat .', '1570181660301', 'KP', 'UPPER DIR (AT DIR)'),
(2451, 'Rahmat Ali s/o', 'Akbar Ali', '1560298181407', 'KP', 'SWAT (AT MINGORA)'),
(2452, 'Rai Nadeem Abbas ', 'Arshad Muhammad ', '3330297591905', 'Punjab', 'TOBA TEK SINGH'),
(2453, 'Raj Wali', 'Shakir', '1730115543091', 'KP', 'PESHAWAR'),
(2454, 'Raja Habib Ur Rehman ', 'Raja Muhammad Akram ', '3710489573121', 'Punjab', 'ATTOCK'),
(2455, 'Raja Hamid Nawaz', 'Rab Nawaz', '3840194239133', 'Punjab', 'SARGODHA'),
(2456, 'Raja Khawar ', 'Walayat Khan', '3420204567807', 'Punjab', 'Gujrat'),
(2457, 'Raja Muhammad Nazuk', 'Kala Khan', '6110154782069', 'ICT', 'ISLAMABAD\r\n'),
(2458, 'Raja Nasir  ', 'Shah Sultan', '7150116332281', 'Gilgit-Baltistan', 'GILGIT'),
(2459, 'Raja Shahzad Mehmood ', 'Raja Khushhal Khan ', '3730357323935', 'Punjab', 'MANDI BAHAUDDIN'),
(2460, 'Raja Tahir Abbas ', 'Raja Muhammad Khan ', '3740505466131', 'Punjab', 'RAWALPINDI'),
(2461, 'Raja Waqas Khalid', 'Khalid Mehmood', '3840603404233', 'Punjab', 'SARGODHA'),
(2462, 'Rajab Ali', 'Lal Hussain', '3810105698199', 'Punjab', 'BHAKKAR'),
(2463, 'Ramzan Farooqi ', 'Syed Mohammad Naseem.', '5430379899223', 'Balochistan', 'PISHIN'),
(2464, 'Ramzan Khan ', 'Zangi Khan Rind', '4330466651793', 'Sindh', ' Sanghar '),
(2465, 'Rana Abdur Rehman alias Khushi ', 'Rana Farzand Ali ', '3130154828875', 'Punjab', 'RAHIM YAR KHAN'),
(2466, 'Rana Allah Yar', 'Muhammad Bakhsh', '3620224795333', 'Punjab', 'LODHRAN'),
(2467, 'Rana Amjad Ali ', 'Muhammad Afzal ', '3810236536235', 'Punjab', 'BHAKKAR'),
(2468, 'Rana Fakhar-ul-Islam Hamza  ', 'Rana Muhammad Yousaf', '3320370678363', 'Punjab', 'JHANG'),
(2469, 'Rana Muhammad Akram ', 'Rasheed Ahmad ', '3810209019197', 'Punjab', 'BHAKKAR'),
(2470, 'Rana Muhammad Asghar', 'Ali Muhammad ', '3310006161097', 'Punjab', 'Faisalabad'),
(2471, 'Rana Muhammad Khalil alias Nanha ', 'Muhammad Khan ', '3520246891245', 'Punjab', 'LAHORE'),
(2472, 'Rana Muhammad Mubeen alias Danial ', 'Muhammad Sana Ullah @ Mahar Caste Rajput', '3230104834137', 'Punjab', 'MUZAFFARGARH'),
(2473, 'Rana Naeem Abbas', 'Ghanzfar Ali', '3330351412725', 'Punjab', 'TOBA TEK SINGH'),
(2474, 'Rana Tufail', 'Abdul Shakoor', '3810127835229', 'Punjab', 'BHAKKAR'),
(2475, 'Rana Umar Farooq alias Umar Jhangbi ', 'Rana Habib Ullah ', '3640136096903', 'Punjab', 'PAKPATTAN'),
(2476, 'Rao Habib ur Rehman', 'Abdul Qayum', '3660151767603', 'Punjab', 'Vehari'),
(2477, 'Rao Karamat Ali ', 'Rao Liaqat Ali', '3130290742031', 'Punjab', 'RAHIM YAR KHAN'),
(2478, 'Rao Muhammad Javed Iqbal ', 'Rao Muhammad Iqbal', '3120393388081', 'Punjab', 'BAHAWALPUR'),
(2479, 'Rao Nadeem-ur-Rehman', 'Rao Aziz-ur-Rehman', '3660130365265', 'Punjab', 'Vehari'),
(2480, 'Rasheed Abbass', 'Muhammad Khan', '3840145671369', 'Punjab', 'SARGODHA'),
(2481, 'Rasheed Ahmad', 'Abdul Aziz', '3110585689199', 'Punjab', 'BAHAWALNAGAR'),
(2482, 'Rasheed Ahmad ', 'Ghulam Hussain ', '3120378844111', 'Punjab', 'BAHAWALPUR'),
(2483, 'Rasheed Ahmad ', 'Jumma Khan ', '3210330321849', 'Punjab', 'GUJRANWALA'),
(2484, 'Rasheed Ahmad Soomro ', 'Haji Ahmad Soomro ', '3130422511179', 'Punjab', 'RAHIM YAR KHAN'),
(2485, 'Rasheed Ahmed Alias Abdul Rasheed @Maovia @Ghalib', 'Muhammad Adrees (CNIC Father)', '3620293340885', 'Punjab', 'LODHRAN'),
(2486, 'Rashid', 'Shatamas', '1530515707775', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2487, 'Rashid Ahmad', 'Rasool Ahmad', '1530210004607', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2488, 'Rashid Javed ', 'Javed Iqbal', '3640250048463', 'Punjab', 'PAKPATTAN'),
(2489, 'Rashid khan', 'Sultani Room', '1530770996653', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2490, 'Rashid Mehmood Farooqi', 'Mian Muhammad', '3710115917505', 'Punjab', 'Attock    '),
(2491, 'Rasool Bakhsh ', 'Muhammad Noor', '5440172248025', 'Balochistan', 'QUETTA'),
(2492, 'Raz Muhammad ', 'Syed Muhammad', '1111111111125', 'KP', 'PESHAWAR'),
(2493, 'Raza Khan', 'Abdul Khaliq', '1730115706367', 'KP', 'PESHAWAR'),
(2494, 'Razzaq ', ' Muhammad Musa', '7150110011149', 'Gilgit-Baltistan', 'GILGIT'),
(2495, 'Reema', 'Tariq', '1111111111123', 'KP', 'PESHAWAR'),
(2496, 'Rehan Iqbal', 'Mohammad Iqbal ', '5440091003235', 'Balochistan', 'QUETTA'),
(2497, 'Rehan Mehmood Zia ', 'Zia Ul Rehman ', '3310503571377', 'Punjab', 'FAISALABAD'),
(2498, 'Rehan Waseem ', 'Sibqhat Ullah ', '3320226990159', 'Punjab', 'JHANG'),
(2499, 'Rehman Gul', 'Noor Ahmad Shah', '1620228270331', 'KP', 'SWABI'),
(2500, 'Rehman Shah', 'Faqeer', '1560153165223', 'KP', 'SWAT (AT MINGORA)'),
(2501, 'Rehman ud Din', 'Noor Muhammad Din', '1530209002855', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2502, 'Rehman ullah', 'Ghulam Qadar', '1530757432097', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2503, 'Rehman Ullah ', 'Malak Jan', '2120120135199', 'KP', 'KHYBER (AT PESHAWAR)'),
(2504, 'Rehmat Din', 'Nizam-ud-Din', '1520208109033', 'KP', 'CHITRAL'),
(2505, 'Rehmat Ullah ', 'Metho Khan ', '3520050897483', 'Punjab', 'LAHORE'),
(2506, 'Rehmatullah', 'Ghulam Rasool Rakshani.', '5140221972915', 'Balochistan', 'KHUZDAR'),
(2507, 'Riaz', 'Shams', '1530208493273', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2508, 'Riaz', 'Gulambar Khan', '1560220796305', 'KP', 'SWAT (AT MINGORA)'),
(2509, 'Riaz Ahmad ', 'Allah Bakhsh ', '3210209479895', 'Punjab', 'FAISALABAD'),
(2510, 'Riaz Ahmad', 'Bashir Ahmad', '3650252340279', 'Punjab', 'VEHARI'),
(2511, 'Riaz Ahmad', 'Muhammad Aslam', '3620298756881', 'Punjab', 'LODHRAN'),
(2512, 'Riaz Ahmad ', 'Ashiq Hussain ', '3310021723125', 'Punjab', 'FAISALABAD'),
(2513, 'Riaz Ali', 'Ali Sher', '3610476453251', 'Punjab', 'KHANEWAL'),
(2514, 'Riaz Ali Chandio', 'Rasool Bux Chandio ', '4250145802529', 'Sindh', 'KARACHI EAST'),
(2515, 'Riaz Hussain ', 'Allah Ditta ', '3230435819421', 'Punjab', 'MUZAFFARGARH'),
(2516, 'Riaz Hussain ', 'Muhammad Nawaz ', '1220168572741', 'Punjab', 'BHAKKAR'),
(2517, 'Riaz Hussain alias Saeed Hussain', 'Haq Nawaz', '3220286796525', 'Punjab', 'LAYYAH'),
(2518, 'Riaz Khan', 'Ayub', '1720136669179', 'KP', 'NOWSHERA'),
(2519, 'Riaz Shahid ', 'Ghuolam Jillani ', '3640108810443', 'Punjab', 'PAKPATTAN'),
(2520, 'Riaz-ul-Haq Haidri', 'Muhammad Ramzan', '3660209151929', 'Punjab', 'Vehari'),
(2521, 'Rifaqatullah', 'Muhammad Suleman Jarwar ', '4110442059149', 'Sindh', 'BADIN'),
(2522, 'Rizwan', 'Abdul Razzaq ', '4210179736049', 'Sindh', 'Karachi'),
(2523, 'Rizwan Ahmed @ Jimmy', 'Rasheed ', 'NIL', 'Sindh', 'Karachi'),
(2524, 'Rizwan Akbar', 'Muhammad Akbar', '3420103573139', 'Punjab', 'Gujrat'),
(2525, 'Rizwan Akbar ', 'Muhammad Akbar', '3420103573131', 'Punjab', 'GUJRAT'),
(2526, 'Rizwan Haider ', 'Taqi Hussain ', '3320213709795', 'Punjab', 'JHANG'),
(2527, 'Rizwan Haider ', 'Iqbal Hussain Gohar ', '3330339993907', 'Punjab', 'TOBA TEK SINGH'),
(2528, 'Rizwan Haider ', 'Muhammad Nawaz', '3340103609195', 'Punjab', 'CHINIOT'),
(2529, 'Rizwan Iqbal', 'Muhammad Iqbal', '3810261069009', 'Punjab', 'BHAKKAR'),
(2530, 'Rizwan Shah', 'Noorwas Sha', '1620210205793', 'KP', 'SWABI'),
(2531, 'Rizwan ullah', 'Abdul Wahab', '1530780978741', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2532, 'Rizwan ullah', 'Sofi Muahmmad', '1530585476359', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2533, 'Rizwan Ullah', 'Taj Mer', '1550544537391', 'KP', 'SHANGLA (AT ALPURI)'),
(2534, 'Rooh ul Wahab Alias Rooh Ullah', 'Said Rasool', '1620167244435', 'KP', 'SWABI'),
(2535, 'S. Kashif  Hussain Rizvi ', 'S.Salman Bahadur Rizvi', '4210116488299', 'Sindh', 'Karachi'),
(2536, 'Saad Abdur Rehman Jagranvi', 'Habib ur Rehman Jagranvi', '3520206393769', 'Punjab', 'LAHORE'),
(2537, 'Sabir', '. Kashar Khan', '1570113364881', 'KP', 'UPPER DIR (AT DIR)'),
(2538, 'Sabir Gul', 'Ghareeb Gul', '6110113309311', 'KP', 'KOHAT'),
(2539, 'sabir hussain ', 'Noor Muhammad', '3540311008321', 'Punjab', 'Nankana Sahib'),
(2540, 'Sabir Hussain Alvi ', 'Barkat Ali ', '3410116815721', 'Punjab', 'GUJRANWALA'),
(2541, 'Sabir Jamshaid ', 'Mushtaq Ahmad ', '3310007768889', 'Punjab', 'FAISALABAD'),
(2542, 'Sabir Rahman', 'Abdul Rehman', '1530119427053', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2543, 'Sabir Raza ', 'Zafar Au', '3660125602495', 'Punjab', 'VEHARI'),
(2544, 'Sadaf Ali Khan', 'Nasir Ali Khan', '3320385891081', 'Punjab', 'JHANG'),
(2545, 'Sadar Ahmad', 'Gul Mast', '1570474795779', 'KP', 'UPPER DIR (AT DIR)'),
(2546, 'Saddam Ahmed ', ' Gul Baz.', '7150198126527', 'Gilgit-Baltistan', 'GILGIT'),
(2547, 'Saddam Hussain', 'Bakht Biland', '1530579241269', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2548, 'Saddam Hussain', 'Noor Zada', '1710303784691', 'KP', 'CHARSADDA'),
(2549, 'Saddar Hayat @ Abu Sofyan', 'Wakeel Khan', '2220123854619', 'KP', 'BANNU'),
(2550, 'Sadiq Azeem ', 'Qaseemuddin', '', 'Sindh', 'Karachi'),
(2551, 'Sadique-u-Rehman ', 'Muhammad Bakhsh ', '3210208759717', 'Punjab', 'DERA GHAZI KHAN'),
(2552, 'Saeed', 'Mohammad Kareem', '1570119654189', 'KP', 'UPPER DIR (AT DIR)'),
(2553, 'Saeed Ahmad', 'Abdul Ghani', '3540143823989', 'Punjab', 'Sheikhupura'),
(2554, 'Saeed Ahmad ', 'Ameer Muhammad ', '3210399321467', 'Punjab', 'DERA GHAZI KHAN'),
(2555, 'Saeed Akhtar ', 'Munir Akhtar', '3410356804879', 'Punjab', 'GUJRANWALA'),
(2556, 'Saeed Ullah ', 'Muhammad Nawaz', '1220197975257', 'Punjab', 'BHAKKAR'),
(2557, 'Saeed Ullah', 'Amir Khan', '1620274555669', 'KP', 'SWABI'),
(2558, 'Saeed Ur Rehman', 'Nawab Khan', '3710465879401', 'Punjab', 'ATTOCK'),
(2559, 'Saeed-ur-Rehman', 'Habib Ur Rehman', '8220339201911', 'AJ&K', 'Haryala Danna Kacheli Muzaffarabad'),
(2560, 'Safdar Ali ', 'Muhammad Ilyas ', '3810256867375', 'Punjab', 'BHAKKAR'),
(2561, 'Safdar Ali', 'Sultan Ali ', '5440004380837', 'Punjab', 'FAISALABAD'),
(2562, 'Safdar Mehmood', 'Mian Muhammad ', '4220104427257', 'Punjab', 'SARGODHA'),
(2563, 'Safeer Hussain ', 'Muhammad Ali ', '3310525767523', 'Punjab', 'FAISALABAD'),
(2564, 'Safi Ud Din', 'Haq Nawaz', '6110198221913', 'Punjab', 'ATTOCK'),
(2565, 'Sagheer Hussain ', 'Muhammad Hussain', '9040601546103', 'Punjab', 'GUJRAT'),
(2566, 'Saghir Ahmad', 'Safeer Ahmed', '6110126779977', 'KP', 'KOHAT'),
(2567, 'Sahib Gul', 'Mian Gul', '1530751940941', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2568, 'Sahib Khan', 'Haji Ameenullah Caste Barrach', '5450120943947', 'Balochistan', 'NUSHKI'),
(2569, 'Sahib Ullah ', 'Saro Zarin', '4240199695019', 'KP', 'BATAGRAM (AT BANA)'),
(2570, 'Sahib Zada', 'Muhammad Umar', '1570199375663', 'KP', 'UPPER DIR (AT DIR)'),
(2571, 'Sahib Zada (Alias) Batangary', 'Muhammad', '1530209128167', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2572, 'Sahib Zada @ Sheena', 'Amir Muhammad', '1560277948585', 'KP', 'SWAT (AT MINGORA)'),
(2573, 'Sahib-ur-Rehman ', 'o Abdul Rehman', '4210180358277', 'Sindh', 'Karachi'),
(2574, 'Saib shah', 'Rasool Said', '1530513225251', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2575, 'Said Ahmad', 'Muhammad Yar', '3840172727149', 'Punjab', 'SARGODHA'),
(2576, 'Said Ahmad Shah', 'Said Laiq Shah', '1510105920629', 'KP', 'BUNER'),
(2577, 'Said Amil Shah', 'Said Mahboob Shah', '1550454849569', 'KP', 'SHANGLA (AT ALPURI)'),
(2578, 'Said Amin', 'Said Haroon', '1530208516967', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2579, 'Said Awal Shah', 'Said Qabil Shah', '1550428564779', 'KP', 'SHANGLA (AT ALPURI)'),
(2580, 'Said Bacha', 'Jalat', '1530729659505', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2581, 'Said Bayan Shah', 'Muhammad Tahir Shah', '1550564959223', 'KP', 'Shangla'),
(2582, 'Said Bayan Shah', 'Qabil Shah', '1550567959223', 'KP', 'SHANGLA (AT ALPURI)'),
(2583, 'Said Ghani', 'Said Ali', '1510154790233', 'KP', 'BUNER'),
(2584, 'Said Hayat Shah', 'Said Raghib Shah Shah', '1550502126531', 'KP', 'SHANGLA (AT ALPURI)'),
(2585, 'Said Ishfaq Ali Shah', 'Said Rasool Shah', '1720105101071', 'KP', 'NOWSHERA'),
(2586, 'Said Karim', 'Abdur Rahim', '1510108414789', 'KP', 'BUNER'),
(2587, 'Said Khan', 'Mohd: Akbar', '1570247575031', 'KP', 'UPPER DIR (AT DIR)'),
(2588, 'Said Muhammad', 'Umar Muhammad', '1530575015103', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2589, 'Said Muhammad .', 'Gul', '1570185526887', 'KP', 'UPPER DIR (AT DIR)'),
(2590, 'Said Nadeem Shah', 'Said Bakht Naeem Shah', '1540260050637', 'KP', 'MALAKAND P.A.'),
(2591, 'Said Qavi Shah', 'Said Ghazi', '3520212840309', 'KP', 'SHANGLA (AT ALPURI)'),
(2592, 'Said Ullah', 'Sher Mohammad', '1570184033539', 'KP', 'UPPER DIR (AT DIR)'),
(2593, 'Said Zaman', 'Shams ur Rahman', '1530560958803', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2594, 'Said Zubair Shah', 'Said Qabil Shah', '1550463499715', 'KP', 'SHANGLA (AT ALPURI)'),
(2595, 'Saif Ullah Khalid ', 'Abdul Hameed ', '3120103648911', 'Punjab', 'BAHAWALPUR'),
(2596, 'Saif ur Rehan ', 'Ghulam Mustafa ', '4210181033229', 'Sindh', 'Karachi'),
(2597, 'Saif ur Rehman', 'Abdur Rehman', '1310168133853', 'KP', 'ABBOTTABAD'),
(2598, 'Saif ur Rehman', 'Abdur Razzaq', '1210109696187', 'KP', 'DERA ISMAIL KHAN'),
(2599, 'SAIF UR REHMAN ', 'MUHAMMAD RAMZAN', '3640227061739', 'Punjab', 'Pakpattan'),
(2600, 'Saif ur Rehman ', 'Ghulam Rasool ', '3120340044351', 'Punjab', 'BAHAWALPUR'),
(2601, 'Saif-Ul-Islam', 'Muhammad Bux', '3240271753071', 'Punjab', 'RAJANPUR'),
(2602, 'Saif-ur-Rehman ', 'Haji Allah Dewaye ', '3630109733611', 'Punjab', 'MULTAN'),
(2603, 'Saif-ur-Rehman ', 'Bahadar Khan ', '3320280372813', 'Punjab', 'JHANG'),
(2604, 'Saifullah', 'Muhammad Hassan', '4240184637399', 'Sindh', 'Karachi'),
(2605, 'Sajawal Khan', 'Faiz Muhammad', '3810133031951', 'Punjab', 'BHAKKAR'),
(2606, 'Sajeel-ur-Rehman ', 'Ch. Abdul Rehman ', '3630247770751', 'Punjab', 'MULTAN'),
(2607, 'Sajid ', 'Ghuffar Awan', '8240163271087', 'AJ&K', 'Bhettik Baloch, Sudhnoti'),
(2608, 'Sajid', 'Abdul Ghafoor', '1570158916481', 'KP', 'UPPER DIR (AT DIR)'),
(2609, 'Sajid Ali', 'Allah Yar', '3320181620969', 'Punjab', 'CHINIOT'),
(2610, 'Sajid Hussain  ', 'Nazar Hussain', '3820147597939', 'Punjab', 'KHUSHAB'),
(2611, 'Sajid Hussain', 'Muhammad Ayub', '1330222007633', 'KP', 'ABBOTTABAD'),
(2612, 'Sajid Mehmood ', 'Muhammad Jamil ', '3440324266557', 'Punjab', 'MANDI BAHAUDDIN'),
(2613, 'Sajid Mehmood', 'Mehmood Ahmed', '3510262012995', 'Punjab', 'KASUR'),
(2614, 'Sajjad', 'Gulab', '1530689185497', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2615, 'Sajjad Ahmad', 'Jabin', '1510139873293', 'KP', 'BUNER'),
(2616, 'Sajjad Ahmed ', 'Muhammad Yar', '3640255387821', 'Punjab', 'PAKPATTAN'),
(2617, 'Sajjad Ahmed alias Sufi ', 'Muhammad Sharif ', '3420206850549', 'Punjab', 'GUJRAT'),
(2618, 'Sajjad Hussain ', 'Shah Muhammad ', '3120289391433', 'Punjab', 'BAHAWALPUR'),
(2619, 'Sajjad Hussain ', 'Rahim Bakhsh ', '3120373987757', 'Punjab', 'BAHAWALPUR'),
(2620, 'Sajjad Hussain alias Sajju ', 'Muhammad Nawaz ', '3230417441351', 'Punjab', 'MUZAFFARGARH'),
(2621, 'Sajjad Khan', 'Hayat Noor', '2120188095235', 'KP', 'KURRAM (AT PARACHINAR)'),
(2622, 'Sakhi', 'Lal Jan', '1570122659553', 'KP', 'HARIPUR'),
(2623, 'Saleem', 'Aman Khan', '1570470908673', 'KP', 'UPPER DIR (AT DIR)'),
(2624, 'Saleem Ahmed ', 'Feroz Ahmed', '4220190929621', 'Sindh', 'Karachi'),
(2625, 'Saleem Akhtar', 'Suleman', '3320360450997', 'Punjab', 'Jhang'),
(2626, 'Saleem Ilyas ', 'Muhammad Ilyas', '1310181860779', 'Sindh', 'Karachi'),
(2627, 'Saleem Khan', 'Umar Muhammad', '1540176176157', 'KP', 'MALAKAND P.A.'),
(2628, 'Saleem Ullah ', 'Abdul Salam  Rakhshani ', '5130191574263', 'Balochistan', 'KHARAN'),
(2629, 'Saleemullah Khan ', 'Mirdad Khan ', '4220175641963', 'Sindh', 'Karachi'),
(2630, 'Saleh Hayat', 'Perveez', '1610126401411', 'KP', 'MARDAN'),
(2631, 'Saleh Muhammad', 'Abdul Qadir', '1530119451045', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2632, 'Salim Ullah', 'Abdullah', '1530249246233', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2633, 'Salman Ahmad ', 'Muhammad Sharif ', '3630245223725', 'Punjab', 'MULTAN'),
(2634, 'Samad Siddique ', 'Shakeel Siddqiue', 'NIL', 'Sindh', 'Karachi'),
(2635, 'Sami uddin @ Pupo ', 'Qaiymuddin', '4230196049641', 'Sindh', 'Karachi'),
(2636, 'Sami Ullah', 'Bazir Khan', '1530651095573', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2637, 'Sami Ullah', 'Muhammad Riaz Khan', '1530550370633', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2638, 'Sami Ullah', 'Muhammad Ullah @ Saad Ullah', '1730135059893', 'KP', 'PESHAWAR'),
(2639, 'Sami Ullah', 'Abdul Ghafoor', '3610371949191', 'Punjab', 'Khanewal'),
(2640, 'Sami Ullah @ Sami Pashteen', 'Nawal Khan', '2170286105081', 'KP', 'DERA ISMAIL KHAN'),
(2641, 'Sami-ur-Rehman', 'Said ur Rahman', '1710109181355', 'KP', 'Charsada'),
(2642, 'Samiullah', 'Aurangzaib ', '5440172482085', 'Balochistan', 'QUETTA'),
(2643, 'Sammar Abbas ', 'Haq Nawaz', '3220243936385', 'Punjab', 'LAYYAH'),
(2644, 'Sammar Abbas Shah alias Shah G ', 'Mureed Kazim Shah ', '3810408731191', 'Punjab', 'BHAKKAR'),
(2645, 'Samra Jabeen', 'Muhammad Mehboob', '9040301403286', 'AJ&K', 'KOTLI'),
(2646, 'Sana ullah ', 'Muhammad Zareef', '5440134907123', 'Balochistan', 'QUETTA'),
(2647, 'Sana Ullah', 'GHULAM RASOOL ', '3220362100533', 'Punjab', 'LAYYAH'),
(2648, 'Sanaullah', 'Shahi Room', '1560258860721', 'KP', 'SWAT (AT MINGORA)'),
(2649, 'Saqlain Abu Bakar Saddiqi ', 'Saddique Ahmed Saddiqi ', '3320404343037', 'Punjab', 'JHANG'),
(2650, 'Saqlian Abbas', 'Muhammad Shafique ', '3310444100453', 'Punjab', 'FAISALABAD'),
(2651, 'Sar Zamin Khan', 'Syed Quresh', '1510150930811', 'KP', 'BUNER'),
(2652, 'Sardar Ahmad', 'Gul Ahmad', '1570144795779', 'KP', 'UPPER DIR (AT DIR)'),
(2653, 'SARDAR AHMAD', 'GHULAM HAIDER', '3640207542613', 'Punjab', 'PAKPATTAN'),
(2654, 'Sardar Ahmed @ Abu Mashab ', 'Ashiq Hussain Arain', 'NIL', 'Sindh', ''),
(2655, 'Sardar Hussain', 'Iqbal Hussain', '1560239606921', 'KP', 'SWAT (AT MINGORA)'),
(2656, 'Sardar Iqbal', 'Muhib ullah', '1510103248865', 'KP', 'BUNER'),
(2657, 'Sardar Khan', 'Ishaq', '1430179984529', 'KP', 'KOHAT'),
(2658, 'Sardar Munir Hussain Khan Dreshak ', 'Fazal Hussain Khan Dreshak ', '3240316205891', 'Punjab', 'RAJANPUR'),
(2659, 'Sardar ud Din', 'Nizam ud Din', '1530753862257', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2660, 'Sarfraz', 'Muhammad Raza', '5440091541489', 'Balochistan', 'QUETTA'),
(2661, 'Sarfraz Khan ', 'Ghulam Ali Khan ', '3520251029355', 'Punjab', 'RAJANPUR'),
(2662, 'Sarfraz Shamoon Khan', 'Muhammad Shamoon Khan', '3520014771073', 'Punjab', 'LAHORE'),
(2663, 'Sarmast Khan Alias Haji', 'Purdil', '1620125713139', 'KP', 'SWABI'),
(2664, 'Sarwat Ijaz Qadri President Pakistan Sunni Tehreek', '', 'NIL', 'Sindh', 'Karachi'),
(2665, 'Sayed Khawar Hussain', 'Sayed Nazar Hussain Shah', '3320281013327', 'Punjab', 'Jhang'),
(2666, 'Sayed Mohsin Raza Ali shah', 'Sayed Dubeer Hussain shah', '3320218426975', 'Punjab', 'Jhang'),
(2667, 'Sayed Qaisar Abbas Shah', 'Mazhar Hussain Hussain', '3320209375865', 'Punjab', 'Jhang'),
(2668, 'Sayed Zain ul Abdin Shah', 'Sayed Zulifqar Ali Shah', '3320295626403', 'Punjab', 'Jhang'),
(2669, 'Saz Mohammad', 'Qalandar', '1570151116369', 'KP', 'UPPER DIR (AT DIR)'),
(2670, 'Serajullah @ Zeshan ', 'Gulzaer Syed ', '4240117147061', 'Sindh', 'Karachi'),
(2671, 'Serajullah @ zeshan ', 'Gulzer Syed', '4240117147061', 'Sindh', 'Karachi'),
(2672, 'Shabbir Afzal ', 'Din Muhammad', '3330375499571', 'Punjab', 'TOBA TEK SINGH'),
(2673, 'Shabbir Ahmad ', 'Jamal Din ', '3130350519417', 'Punjab', 'RAHIM YAR KHAN'),
(2674, 'Shabbir Hussain ', 'Talib Hussain  ', '3410176573231', 'Punjab', 'GUJRANWALA'),
(2675, 'Shabbir Hussain ', 'Ghulam Muhammad', '4250132767623', 'Gilgit-Baltistan', 'KHARMANG'),
(2676, 'Shabeer Ahmad', 'Muhammad Shoaib', '1530781144709', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2677, 'Shabir', 'Jamshid', '1610105770315', 'KP', 'MARDAN'),
(2678, 'Shabir Husain Shah ', 'Manzoor Husain Shah ', '3310051248683', 'Punjab', 'FAISALABAD'),
(2679, 'Shafaqat Ali ', 'Muhammad Arshad ', '3310021330983', 'Punjab', 'FAISALABAD'),
(2680, 'Shafi Ullah', 'Abdul Malik', '1530487641015', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2681, 'Shafi Ullah', 'Muhammad Hayat', '1530233180909', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2682, 'Shafi Ullah alias Shafo Shah ', 'Pehlwan Khan ', '3210372307451', 'Punjab', 'DERA GHAZI KHAN'),
(2683, 'Shafi ur Rehman @ Shafi', 'Patang', '1110102960141', 'KP', 'Bannu'),
(2684, 'Shafiq', 'Mir Zafar', '1510131747359', 'KP', 'BUNER'),
(2685, 'Shafiq Ahmad Khan ', 'Misri Khan ', '3610496434845', 'Punjab', 'KHANEWAL'),
(2686, 'Shafiq Ur Rehman ', 'Nawab Deen ', '3320172793763', 'Punjab', 'CHINIOT'),
(2687, 'Shafiq(Shafi Mauvia)  ', 'M. Latif', '8230386910217', 'AJ&K', 'Jandali, District Poonch'),
(2688, 'Shafiq-ur-Rehman', 'Muhammad Sarwar', '6110158395265', 'ICT', 'ISLAMABAD\r\n'),
(2689, 'Shafiq-ur-Rehman ', 'Fateh Muhammad', '3460169024913', 'Punjab', 'SIALKOT'),
(2690, 'Shafique Ur Rehman', 'Muhammad Ismail', '3610201519125', 'Punjab', 'Khanewal'),
(2691, 'Shafique-ur-Rehman ', 'Bahadur Sher', '4240137590021', 'Sindh', 'Karachi'),
(2692, 'Shafqat Abbas', ' Riaz Hussian', '3660352286499', 'Punjab', 'Vehari'),
(2693, 'Shafqat Hussain', 'Muhammad Yar', '3840103738839', 'Punjab', 'SARGODHA'),
(2694, 'Shafqat Ullah', 'Awal Khan', '1120104120273', 'KP', 'LAKKI MARWAT'),
(2695, 'Shah Akbar Khan', 'Mir Jaffar', '4250113704981', 'KP', 'Swabi'),
(2696, 'Shah Alam', 'Noor Alam ', '4220196919445', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(2697, 'Shah Fahad', 'Kishwar', '1620297061453', 'KP', 'SWABI'),
(2698, 'Shah Faisal @ Ganderi ', 'Abdul Raheem', '4210197790347', 'Sindh', 'Karachi'),
(2699, 'Shah Faisal Ghazi', 'Mehmood Sultan', '2170566866147', 'KP', 'DERA ISMAIL KHAN'),
(2700, 'Shah Hakeem', 'Zakir Khan', '1540261517423', 'KP', 'MALAKAND P.A.'),
(2701, 'Shah Hussain', 'Shah Sawar', '1720119715335', 'KP', 'NOWSHERA'),
(2702, 'Shah Jehan', 'Shereen', '1620107286609', 'KP', 'SWABI'),
(2703, 'Shah Karam', 'Sher Zaman', '1530208817829', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2704, 'Shah Khalid', 'Subhani  Gul', '1530633797267', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2705, 'Shah Khalid', 'Palas', '1510132437031', 'KP', 'BUNER'),
(2706, 'Shah Meer alias Shahzad ', 'Jannat Khan ', '3420183126613', 'Punjab', 'GUJRAT'),
(2707, 'Shah Muhammad', 'Gul Muhammad', '1111111111111', 'KP', 'MALAKAND P.A.'),
(2708, 'Shah Muhammad caste Khiazai bugti', 'Abdul Rehman', '3240368107749', 'Punjab', 'RAJANPUR'),
(2709, 'Shah Saood', 'Yar Gul', '', 'KP', 'Dir Lower'),
(2710, 'Shah Saood', 'Fateh Gul', '1530578848769', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2711, 'Shah Sawar', 'Muhammad Ali', '3640235683489', 'Punjab', 'PAKPATTAN'),
(2712, 'Shah Wazir', 'Mian Gul Khan', '1530553999345', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2713, 'Shah Zamin', 'Sher Alam', '1570111944517', 'KP', 'UPPER DIR (AT DIR)'),
(2714, 'Shah Zeb', 'Nasrai', '1530790778619', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2715, 'Shahab-ud-Din', 'Muhammad Shah', '1520157373571', 'KP', 'CHITRAL'),
(2716, 'SHAHAB-UD-DIN', 'MOBEEN ALI', '3630218674695', 'Punjab', 'Multan'),
(2717, 'Shahbaz Ahmad ', 'Fajru Khan ', '3520195567177', 'Punjab', 'LAHORE'),
(2718, 'Shahbaz Ali', 'Rafiq Ahmed Jokhio', '4530447698721', 'Sindh', 'N-Feroze'),
(2719, 'Shahbaz Ali ', 'Mushtaq Ahmed ', '3120103368739', 'Punjab', 'BAHAWALPUR'),
(2720, 'Shahbaz Khaliq ', 'Abdul Khaliq ', '3330337405817', 'Punjab', 'TOBA TEK SINGH'),
(2721, 'Shaheen Ahmed Talbani ', 'Shafiq Iqbal', '8240124623183', 'AJ&K', 'Danna Papa Nar, Sudhnoti'),
(2722, 'Shaheer Hassan alias Mustaqeem', 'Bashir Ahmed', '3220221738455', 'Punjab', 'LAYYAH'),
(2723, 'Shahen Shah', 'Tota', '1560224918157', 'KP', 'SWAT (AT MINGORA)'),
(2724, 'Shahid', 'Shams ul Haq', '1720170674137', 'KP', 'NOWSHERA'),
(2725, 'Shahid @ Karela', 'Abdur Raheem', '1210177939617', 'KP', 'DERA ISMAIL KHAN'),
(2726, 'Shahid Ali Haidri @ Muhammad Ramzan ', 'Muhammad Suleman Butt', '41201195932095', 'Sindh', 'Dadu'),
(2727, 'Shahid Ali Khan ', 'Shah Zaman', '1560138978621', 'KP', 'SWAT (AT MINGORA)'),
(2728, 'Shahid Bibkik ', 'Khair Muhammad', '4210135880469', 'Sindh', 'Karachi'),
(2729, 'Shahid Hussain ', 'Mayoon Shah', '7150129682969', 'Gilgit-Baltistan', 'GILGIT'),
(2730, 'Shahid Hussain ', 'Mulazim Hussain ', '3120485422041', 'Punjab', 'BAHAWALPUR'),
(2731, 'Shahid Hussain ', 'Nazar Hussain', '3630203404239', 'Punjab', 'MULTAN'),
(2732, 'Shahid Imran alias Ramzan Shahdi ', 'Muhammad Sharif ', '3330178347857', 'Punjab', 'TOBA TEK SINGH'),
(2733, 'Shahid Iqbal ', 'Allah Ditta ', '3740698007765', 'Punjab', 'MUZAFFARGARH'),
(2734, 'Shahid Irfan', 'Nayamat Ali ', '3520229749001', 'Punjab', 'LAHORE'),
(2735, 'Shahid Khan', 'Abdul Azeem', '1530774335517', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2736, 'Shahid Khan @ Khalifa Muhammad ', 'Saib Khan', '2170467394459', 'Sindh', 'Karachi'),
(2737, 'Shahid Khan Shirani', 'Ibrahim Shirani', '1210179898793', 'KP', 'DERA ISMAIL KHAN'),
(2738, 'Shahid Mahmood', 'Muhammad Aslam', '3310008176211', 'Punjab', 'FAISALABAD'),
(2739, 'Shahid Mehmood', 'Khalid Iqbal ', '3130395390483', 'Punjab', 'RAHIM YAR KHAN'),
(2740, 'Shahid Munir ', 'Muhammad Younas ', '3520116940403', 'Punjab', 'LAHORE'),
(2741, 'Shahid Raza ', 'Ziaullah', '4420327785751', 'Sindh', 'SANGHAR'),
(2742, 'Shahid Zarin', 'Khan Zarin', '1530501300727', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2743, 'Shahnoor Rehman ', 'Asal Jan', '2170657146759', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(2744, 'Shahzad ', ' Baba Jan.', '7150141341369', 'Gilgit-Baltistan', 'GILGIT'),
(2745, 'SHAHZAD AHMAD', 'MUHAMMAD ASLAM', '3420104235505', 'Punjab', 'Gujrat'),
(2746, 'SHAHZAD AKRAM', 'MUHAMMAD AKRAM', '3420275585861', 'Punjab', 'Gujrat'),
(2747, 'Shahzad Shafique ', 'Muhammad Shafique', '3520230251397', 'Punjab', 'LAHORE'),
(2748, 'Shahzada Ghulam Hussain', 'Inayat Hussain', '3520201358705', 'Punjab', 'LAHORE'),
(2749, 'Shaikh Izhar @ Imran ', 'Shaikh Ansar Ahmed', '4240119988075', 'Sindh', 'Karachi'),
(2750, 'Shaikh Muhammad Adeel', 'Abdul Shakoor', '0000000000004', 'Sindh', 'KARACHI SOUTH'),
(2751, 'Shair Muhammad (Caste Rajpoot Bhatti)', 'Noor Hassan', '3620110008829', 'Punjab', 'LODHRAN'),
(2752, 'Shakeel', 'Gul Mohammad', '1610163687437', 'KP', 'UPPER DIR (AT DIR)'),
(2753, 'Shakeel', 'Faqir Hussain', '1730146224531', 'KP', 'PESHAWAR'),
(2754, 'Shakeel', 'Janat Khan', '6110163560317', 'KP', 'KOHAT'),
(2755, 'Shakeel Afridi', 'as', '1111111111136', 'KP', 'PESHAWAR'),
(2756, 'Shakeel Ahmad ', 'Abdul Jabbar', '3530136948373', 'Punjab', 'OKARA'),
(2757, 'Shakeel Ahmad Rashid ', 'Huji Muhammad Sharif', '3660116095911', 'Punjab', 'VEHARI'),
(2758, 'Shakeel Ahmed', 'Muhammad Aslam', '3740681977161', 'Punjab', 'RAWALPINDI'),
(2759, 'Shakeel Ahmed ', 'Abdul Hameed.', '7150190255983', 'Gilgit-Baltistan', 'GILGIT'),
(2760, 'Shakeel Ahmed ', 'Shabir Ahmed Ghangro ', '4530243635019', 'Sindh', 'NAUSHAHRO FEROZE'),
(2761, 'Shakeel Ahmed @ Hanzala ', 'Imam Bux', '4240123841233', 'Sindh', 'Karachi'),
(2762, 'Shakeel Ahmed Alias Ali', 'Abid Hussain', '3320169843199', 'Punjab', 'CHINIOT'),
(2763, 'Shakeel Haider', 'Zawar Hussain', '3810235456245', 'Punjab', 'Bhakkar   '),
(2764, 'Shakeel Shahzad ', 'Muhammad Sharif', '3420103444669', 'Punjab', 'GUJRAT'),
(2765, 'Shakir', 'Habib Khan', '1570109558327', 'KP', 'UPPER DIR (AT DIR)'),
(2766, 'Shakir', 'Mohammad Rahim', '3520227550973', 'KP', 'UPPER DIR (AT DIR)'),
(2767, 'Shakir Hussain', 'Muhammad Hussain', '3220378907493', 'Punjab', 'LAYYAH'),
(2768, 'Shakir Hussain Naqvi', 'Nazar Husain Shah Naqvi', '3710160565093', 'Punjab', 'Attock    '),
(2769, 'Shakir Hussain s', 'Muhammad Hussain', '1620265032377', 'KP', 'SWABI'),
(2770, 'Shalyar', 'Muhammad Arif', '1570142187285', 'KP', 'UPPER DIR (AT DIR)'),
(2771, 'Shamas Ul Haq ', 'Abdul Hameed ', '3710557304823', 'Punjab', 'Attock    '),
(2772, 'Shams ul Hadi', 'Fazal Rabi @ Koka', '1510196288183', 'KP', 'BUNER'),
(2773, 'Shams ul Nabi Moavia', 'Chashti Khan', '1520214818923', 'KP', 'PESHAWAR'),
(2774, 'Shams ul Qamar', 'Ismail', '1620209835511', 'KP', 'SWABI'),
(2775, 'Shams-ud-Din', 'Mohammad Usman Nothani.', '5410122945281', 'Balochistan', 'Khuzdar'),
(2776, 'Shamshad Ahmad alias Abu Hanzala', 'Muhammad Sakhi', '3810106165847', 'Punjab', 'BHAKKAR'),
(2777, 'Shamsher', 'Rahman Zarin', '1570154586681', 'KP', 'UPPER DIR (AT DIR)'),
(2778, 'Shamsher', 'Faiz Ali', '1570176838991', 'KP', 'UPPER DIR (AT DIR)'),
(2779, 'Shan Hussain ', 'Amjad Hussain ', '3630234100255', 'Punjab', 'MULTAN'),
(2780, 'Shaukat Abbas ', 'Muhammad Afzal ', '3320213382031', 'Punjab', 'JHANG'),
(2781, 'Shaukat Ali ', 'Kazim Ali', '3320342479557', 'Punjab', 'JHANG'),
(2782, 'Shaukat Ali', 'Habib Ullah', '1560218332633', 'KP', 'SWAT (AT MINGORA)'),
(2783, 'Shaukat Hussain', 'Sakhawat Hussain', '3320285157663', 'Punjab', 'Jhang'),
(2784, 'Shedi Khan', 'Muhammad Shareef', '3710421371565', 'Punjab', 'Attock    '),
(2785, 'Shehbaz Khan', 'Muhammad Arif', '1570111684067', 'KP', 'UPPER DIR (AT DIR)'),
(2786, 'Shehriyar', 'Alamgir', '1220127170239', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(2787, 'Shehzad', 'Sher Dil Khan', '1310163266011', 'KP', 'ABBOTTABAD'),
(2788, 'Shehzad Haider Danish ', 'Laal Khan ', '3230347726953', 'Punjab', 'MUZAFFARGARH'),
(2789, 'Shehzad Hussain ', 'Miraj Din ', '3310226563357', 'Punjab', 'FAISALABAD'),
(2790, 'Shehzada', 'Said Haleem', '1530522234017', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2791, 'Sheikh Mirza Ali ', 'Mohsin Ali.', '7150311820071', 'Gilgit-Baltistan', 'GILGIT'),
(2792, 'Sheikh Qaisar ', 'Hussain', '4220140089625', 'Gilgit-Baltistan', 'GILGIT'),
(2793, 'Sheikh Sarwar Hussain ', 'Muhammad Deen', '4240170662981', 'Sindh', 'Karachi'),
(2794, 'Sher Afzal', 'Qari @ Kakoray', '1510146844485', 'KP', 'BUNER'),
(2795, 'Sher Afzal ', 'Rehman ', '3740114570373', 'Punjab', 'MANDI BAHAUDDIN'),
(2796, 'Sher Afzal Khan', 'Abdul Majeed', '1310128377385', 'KP', 'Abbottabad'),
(2797, 'Sher Alam', 'Siraj', '1730141777157', 'KP', 'PESHAWAR'),
(2798, 'Sher Ali', 'Gul Zaman @ Sher Zaman', '2110654122273', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2799, 'Sher Ali', 'Gul Sher', '4220125018053', 'KP', 'BUNER'),
(2800, 'Sher Ali Khan ', 'Lateef Khan ', '4240161566557', 'Sindh', 'Karachi'),
(2801, 'Sher Azim', 'Zarawar', '1570111738409', 'KP', 'UPPER DIR (AT DIR)'),
(2802, 'Sher Gul', 'Ghani @ Essa', '1510144592919', 'KP', 'BUNER'),
(2803, 'Sher Jan ', 'Khalid Jan ', '7150175592917', 'Gilgit-Baltistan', 'GILGIT'),
(2804, 'Sher Muhammad', 'Muhammad Yousuf', '1430177160505', 'KP', 'KOHAT'),
(2805, 'Sher Muhammad', 'Taj Muhammad', '1530209454465', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2806, 'Sher Ullah', 'Khyber', '1570174717787', 'KP', 'UPPER DIR (AT DIR)'),
(2807, 'Sher Zada', 'Shams ur Rahman', '1570155482317', 'KP', 'UPPER DIR (AT DIR)'),
(2808, 'Shezan Rasheed ', 'M. Rasheed', '8240138335533', 'AJ&K', 'Sudhnoti'),
(2809, 'Shiekh Bilal Sumairi ', ' Dayood.', '4220175653929', 'Gilgit-Baltistan', 'NAGAR'),
(2810, 'Shifa Ullah', 'Allah Bakhsh', '3610207831387', 'Punjab', 'BHAKKAR'),
(2811, 'Shoaib', 'Habib Ur Rehman', '2110420690813', 'KP', 'BAJAUR (AT KHAR BAJAUR)'),
(2812, 'Shoaib ', 'Ibadat.', '7150149549911', 'Gilgit-Baltistan', 'GILGIT'),
(2813, 'Shoaib ', 'Aqal Khan', '1410203707447', 'KP', 'HANGU'),
(2814, 'Shoaib', 'Shamraiz, Caste Pathan', '1310151908115', 'KP', 'ABBOTTABAD'),
(2815, 'Shoaib', 'Nazir', '1730171737825', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2816, 'Shoaib', 'Gul Rehman', '1560276759643', 'KP', 'SWAT (AT MINGORA)'),
(2817, 'Shoaib Dawood Sheikh ', 'Sheikh Ahmed Dawood ', '3520257370559', 'Punjab', 'LAHORE'),
(2818, 'Shoaib Nadeem ', 'Abdul Ghafoor Nadeem', '4210103361935', 'Sindh', 'Karachi'),
(2819, 'Shoukat Ali ', 'Syed Muhammad Shafi Shah ', '3540375391147', 'Punjab', 'FAISALABAD'),
(2820, 'SHOUKAT HAYAT', 'SIRAJ GULL', '1620159932941', 'Punjab', 'Okara'),
(2821, 'Shoukat Naz ', 'Murad Ali Sumalani.', '5410157303397', 'Balochistan', 'CHAGAI (AT DALBANDIN)'),
(2822, 'Siddique Akbar @ Babu ', 'Muhammad Asghar Ali', '4210118310725', 'Sindh', 'Karachi'),
(2823, 'Sifat Ullah', 'Umar Gul', '1111111111115', 'KP', 'PESHAWAR'),
(2824, 'Sijjad Bajwa ', 'Muhammad Ismaeel', '3430118002045', 'Punjab', 'HAFIZABAD'),
(2825, 'Sikandar Hayat (Caste Awan)', 'Muhammad Hayat', '3840475600881', 'Punjab', 'SARGODHA'),
(2826, 'Sikander Raza ', 'Muhammad Raza', '421015256349', 'Sindh', 'Karachi'),
(2827, 'Sikander Shah ', 'Mir Muhammad Shah', '4130155987365', 'Sindh', 'Matiari'),
(2828, 'Sir Zamin', 'Majeed Khan', '1570111861509', 'KP', 'UPPER DIR (AT DIR)'),
(2829, 'Siraj Ahmad', 'Mukhtar Ahmad', '1620214324313', 'KP', 'SWABI'),
(2830, 'Siraj Uddin', 'Muhib Mohammad .', '1570105812563', 'KP', 'UPPER DIR (AT DIR)'),
(2831, 'Siraj Ullah @ Qari Siraj', 'Gulzar Saeed ', 'NIL', 'Sindh', 'Karachi'),
(2832, 'Sohail', 'Azat Khan', '1530606754415', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2833, 'Sohail Anjum ', 'Muhammad Yasin ', '3440268253395', 'Punjab', 'MANDI BAHAUDDIN'),
(2834, 'Sohail Aslam alias Zakki ', 'Haq Nawaz ', '3320244641633', 'Punjab', 'JHANG'),
(2835, 'Sohail Ijaz ', 'Ijaz Hussain ', '3810138302127', 'Punjab', 'BHAKKAR'),
(2836, 'Sohail Imran ', 'Muhammad Shafi', '3320246267483', 'Punjab', 'JHANG'),
(2837, 'Subhan Ullah', 'Abdul Hamid', '1570196175309', 'KP', 'UPPER DIR (AT DIR)'),
(2838, 'Subhan Ullah', 'Yousaf Khan', '', 'KP', 'Dir Lower'),
(2839, 'Subhan-e-Mulk', 'Dilawar Khan', '1530572587017', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2840, 'Suleman', 'Jahanzeb', '1720166178189', 'KP', 'NOWSHERA'),
(2841, 'Sultan @ Sultany', 'Mehmood', '1530209228939', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2842, 'Sultan Ahmed Alias Bahoo', 'Noor Muhammad', '3710503775065', 'Punjab', 'ATTOCK'),
(2843, 'Sultan Mehmood', 'Shaukat Ali', '3320313831623', 'Punjab', 'Jhang'),
(2844, 'Sultan Mehmood Buneri @ Saifullah ', 'Syed Talib ', '4210116892587', 'Sindh', 'Karachi'),
(2845, 'Sultan Mohammad', 'Rahman Gul', '1570128335385', 'KP', 'Dir Upper'),
(2846, 'Sultan Rahman', 'Yousif', '1570111654285', 'KP', 'UPPER DIR (AT DIR)'),
(2847, 'Sultan Wali', 'Ghulam Farooq', '1520187900597', 'KP', 'CHITRAL'),
(2848, 'Sultan Zeb', 'Walab', '1510182019287', 'KP', 'BUNER'),
(2849, 'Syed Abbas Ali', 'Syed Ibrahim Shah', '5440005528697', 'Balochistan', 'QUETTA'),
(2850, 'Syed Abbas Hamdani Aka Abbas Mohsin', 'Syed Mohsin Raza', '3410101290695', 'Punjab', 'GUJRANWALA'),
(2851, 'Syed Abbas Hussain ', 'Syed Bashir Hussain Shah ', '3810255655789', 'Punjab', 'BHAKKAR'),
(2852, 'Syed Afzaal Hussain Shah ', 'Syed Sajjad Hussain Shah', '3520228170497', 'Punjab', 'LAHORE'),
(2853, 'Syed Agha Imran Mohsan Naqvi', 'Syed Agha Zameer-ul-Hassan Naqvi ', '3220225363711', 'Punjab', 'LAYYAH'),
(2854, 'Syed Ahmed Abbas', 'Syed Muhammad Askar', '1430194472011', 'KP', 'KOHAT'),
(2855, 'Syed Ahmed Ali Shah', 'Syed Abid Hussain Shah (Late)', '3720117584191', 'Punjab', 'CHAKWAL'),
(2856, 'Syed Ahmed Raza @ Hunzala ', 'Syed Shabbir Hussain ', 'NIL', 'Sindh', 'Karachi'),
(2857, 'Syed Ali Muhammad Naqvi ', 'Taswar Hussain ', '4230118350235', 'Sindh', 'Karachi'),
(2858, 'Syed Ali Raza ', 'Manzoor Hussain ', '3460321551227', 'Punjab', 'SIALKOT'),
(2859, 'Syed Ali Zain-ul-Abideen ', 'Syed Ajaib Ali', '3820151773203', 'Punjab', 'KHUSHAB'),
(2860, 'Syed All Abbas Shah', 'Riaz Hussain', '3330243338965', 'Punjab', 'TOBA TEK SINGH'),
(2861, 'Syed Ameer Haider Sherazi ', 'Syed Mureed Hussain Sherazi ', '3820112111743', 'Punjab', 'KHUSHAB'),
(2862, 'Syed Amjad Ali Naqvi', 'Syed Shabbir Hussain Naqvi', '3630262265457', 'Punjab', 'LODHRAN'),
(2863, 'Syed Anees Abbas Zaidi', 'Syed Zaigham Abbas Zaidi', '3320110886811', 'Punjab', 'CHINIOT'),
(2864, 'Syed Anjum Abbas Naqvi ', 'Syed Ikram Ali Shah ', '3520232234577', 'Punjab', 'LAHORE'),
(2865, 'Syed Anjum Hussain Bukhari', 'Intazar Hussain Shah Bukhari ', '3420225647729', 'Punjab', 'GUJRAT'),
(2866, 'Syed Anwar Ali Shah', 'Syed Atta Hussain Shah', '3630297579901', 'Punjab', 'Multan'),
(2867, 'Syed Anwar Hussain Shamsi ', 'Syed Nazar Hussain Shamsi ', '3130254392477', 'Punjab', 'RAHIM YAR KHAN'),
(2868, 'Syed Asad Abbas', 'Syed Manzoor Hussain', '3440114227999', 'Punjab', 'MANDI BAHAUDDIN'),
(2869, 'Syed Asad Ali', 'Ghulam Haider', '3840118930469', 'Punjab', 'SARGODHA'),
(2870, 'Syed Asad Ullah ', 'Syed Atta Ullah ', '3460379753823', 'Punjab', 'SIALKOT'),
(2871, 'Syed Asghar Abbas Naqvi', 'Karam Hussain Shah', '6110135552347', 'ICT', 'ISLAMABAD\r\n'),
(2872, 'Syed Ashiq Hussain Bukhari ', 'Manzoor Hussain  Shah', '3320108872477', 'Punjab', 'CHINIOT'),
(2873, 'Syed Atif Raza ', 'Syed Rehmat Ali Naqvi Bukhari ', '3520227179359', 'Punjab', 'LAHORE'),
(2874, 'Syed Azhar Hussain Rizvi @ Major ', 'Syed Shabbir Hussain ', '4210177692623', 'Sindh', 'Karachi'),
(2875, 'Syed Bakht Bedar  Hussain ', 'Syed Nazar Hussain Shah', '3320115927903', 'Punjab', 'CHINIOT'),
(2876, 'Syed Baqir Hussain', 'Syed Bashir Hussain ', '3810190871031', 'Punjab', 'BHAKKAR'),
(2877, 'Syed Chan Peer ', 'Syed Sardar Shah ', '3120372292503', 'Punjab', 'BAHAWALPUR'),
(2878, 'Syed Ejaz Haider ', 'Syed Shabbir Hussain Shah ', '3740649728261', 'Punjab', 'RAWALPINDI'),
(2879, 'Syed Faisal Ali Shah ', 'Ghulam Akbar Shah ', '3320201949857', 'Punjab', 'JHANG'),
(2880, 'Syed Farooq Shah ', 'Mehmood Shah', '4520488797481', 'Sindh', 'Khairpur'),
(2881, 'Syed Fazal Hussain Shah', 'Syed Atta Hussain Shah', '3130324357097', 'Punjab', 'Rahim Yar Khan'),
(2882, 'Syed Ghulam Kazim Shah ', 'Syed Raham Ali Shah ', '3120317331497', 'Punjab', 'BAHAWALPUR'),
(2883, 'Syed Haider Abbas Naqvi ', 'Syed Imtiaz Hussain Shah ', '3320259902051', 'Punjab', 'JHANG'),
(2884, 'Syed Haider Ali Shah ', 'Syed Sakhawat Hussain Shah ', '1350330802289', 'Punjab', 'RAWALPINDI'),
(2885, 'Syed Hasnain Raza ', 'Syed Ghulam Murtaza ', '3130315478367', 'Punjab', 'RAHIM YAR KHAN'),
(2886, 'Syed Hassan Mahndi Zaidi ', 'Syed Zahoor Hussain Zaidi ', '3640157935349', 'Punjab', 'PAKPATTAN'),
(2887, 'Syed Hassan Shah Kazmi ', ' Abdullah Shah', '7150185529413', 'Gilgit-Baltistan', 'GILGIT'),
(2888, 'Syed Ibrar Ali Shah', 'Mushtaq Ali Shah', '1730149756553', 'KP', 'PESHAWAR'),
(2889, 'Syed Iftikhar Hussain Shah ', 'Syed Khadim Hussain Shah ', '3810223323935', 'Punjab', 'BHAKKAR'),
(2890, 'Syed Ijaz Hussain Shah ', 'Syed Ashiq Hussain ', '3730242063889', 'Punjab', 'MANDI BAHAUDDIN'),
(2891, 'Syed Ikhlaq Hussain Shah ', 'Syed Ghulam Murtaza Shah ', '3320110442523', 'Punjab', 'CHINIOT'),
(2892, 'Syed Imran Ali Gillani Caste Syed', 'Syed Sajjad Haider ', '3420198520763', 'Punjab', 'GUJRAT'),
(2893, 'Syed Imtiaz Husssain Shah ', 'Syed Zamir Hussain Shah', '4520331220391', 'Sindh', 'Khairpur'),
(2894, 'Syed Intizar Hussain Shah ', 'Syed Bashir Hussain Shah ', '3450119625579', 'Punjab', 'NAROWAL'),
(2895, 'Syed Irfan Ali ', 'Haji Syed Dilbar Hussain ', '3410361133333', 'Punjab', 'GUJRANWALA'),
(2896, 'Syed Ittehad Shah ', 'Muhammad Rafiq', '4220169774089', 'Sindh', 'Karachi'),
(2897, 'Syed Khadim Hussain ', 'Syed Gulzar Hussain Shah ', '3110295801613', 'Punjab', 'BAHAWALNAGAR'),
(2898, 'Syed lmran Hussain', 'Syed Munawar Hussain Shah', '3840103140261', 'Punjab', 'SARGODHA'),
(2899, 'Syed Mazhar Abbas alis Shah G ', 'Sher Muhammad ', '3310097789521', 'Punjab', 'FAISALABAD'),
(2900, 'Syed Mehmood Haider Shah Bukhari (CAste Syed Bukha', 'Javed Haider Shah', '3460207253937', 'Punjab', 'SIALKOT'),
(2901, 'Syed Mohib Ullah', 'Syed Haji Ahmed Ullah', '5440090472801', 'Balochistan', 'QUETTA'),
(2902, 'Syed Mudassir Abbas', 'Syed Abid Hussain Shah', '3710116818387', 'Punjab', 'Attock    '),
(2903, 'Syed Muhammad ', 'Naik Muhammad / yar Muhammad', '5440042981825', 'Balochistan', 'QUETTA'),
(2904, 'Syed Muhammad Arif Rizvi', 'Syed Muhammad Anwar ', 'NIL', 'Sindh', 'Karachi'),
(2905, 'Syed Muhammad Athar Jillani', 'Munawar Hussain Jillani', '3240389190513', 'Punjab', 'KHANEWAL'),
(2906, 'Syed Muhammad Hashim ', 'Syed Abdul Qadeer ', '3120101067329', 'Punjab', 'BAHAWALPUR'),
(2907, 'Syed Muhammad Hassan Zaidi ', 'Syed Zulfiqar Hussain Zaidi', '3230183985181', 'Punjab', 'MUZAFFARGARH'),
(2908, 'Syed Muhammad Raza Kazmi ', 'Syed Ashraf Hussain ', '3130310646765', 'Punjab', 'RAHIM YAR KHAN'),
(2909, 'Syed Muhammad Siddique Jillani', 'Munawar Hussain Jillani', '3240377346453', 'Punjab', 'KHANEWAL'),
(2910, 'Syed Mujahid Ali Shah ', 'Syed Habdar Hussain Shah ', '6110198887559', 'Punjab', 'RAWALPINDI'),
(2911, 'Syed Mujtaba Haider ', 'Syed Walayat Ali Shah ', '3440179120985', 'Punjab', 'MANDI BAHAUDDIN'),
(2912, 'Syed Munir Hussain Shah ', 'Syed Mukhtar Hussain Shah ', '3740631948723', 'Punjab', 'RAWALPINDI'),
(2913, 'Syed Musarrat Hussain.', 'Syed Agha Hussain', '5440019018569', 'Balochistan', 'QUETTA'),
(2914, 'Syed Mussarat Shah', 'Syed Kewan Shah ', '1430125130731', 'KP', 'KOHAT'),
(2915, 'Syed Naeem Hyder Najfi @ Bara', 'Syed Najaf Hussan ', '4210161885766', 'Sindh', 'Karachi'),
(2916, 'Syed Nasir Abbas ', 'Taqi Abbas ', '3440318355285', 'Punjab', 'MANDI BAHAUDDIN'),
(2917, 'Syed Naveed Akhtar ', 'Syed Akhtar Ali ', '3810210423881', 'Punjab', 'BHAKKAR'),
(2918, 'Syed Nazar Abbas ', 'Syed Riaz Hussain', '3660376863621', 'Punjab', 'VEHARI'),
(2919, 'Syed Niaz Rahim', 'Syed Sharif Hakim', '1111111111111', 'KP', 'MALAKAND P.A.'),
(2920, 'Syed Nizar Shah ', 'Syed Ghuldan Shah', '1520248675603', 'KP', 'CHITRAL'),
(2921, 'Syed Qaim Raza ', 'Syed Muhammad Ishati', '4210163460605', 'Sindh', 'Karachi'),
(2922, 'Syed Qamar Hussain Zaidi ', 'Syed Razi Shah ', '3130377940757', 'Punjab', 'RAHIM YAR KHAN'),
(2923, 'Syed Qasim Raza ', 'Imam Ali Shah ', '3440129115003', 'Punjab', 'MANDI BAHAUDDIN'),
(2924, 'Syed Qasir Ameer', 'Syed Ameer Hussain Shah', '3120268141949', 'Punjab', 'BAHAWALPUR'),
(2925, 'Syed Qayim  Ali Shah Kazmi ', 'Syed Ibrahim Shah Kazmi', '4220198699569', 'Gilgit-Baltistan', 'GILGIT'),
(2926, 'Syed Rashid Ali Shah ', 'Syed Zeeshan Ali Shah ', '3340103638973', 'Punjab', 'Chiniot'),
(2927, 'Syed Raza Abbas Hamdani', 'Syed Shafqat Ali Shah Hamdani', '3650274842975', 'Punjab', 'SAHIWAL'),
(2928, 'Syed Raza Hussain Shah', 'Safdar Ali Shah ', '3310010252441', 'Punjab', 'FAISALABAD'),
(2929, 'Syed Rizwan Haider', 'Syed Safdar Hussain ', '3440186174087', 'Punjab', 'MANDI BAHAUDDIN'),
(2930, 'Syed Saim Ali ', 'Syed Asim Ali', '4220163257639', 'Sindh', 'Karachi'),
(2931, 'Syed Sajawal Munir', 'Munir Hussain Shah', '3420294963761', 'Punjab', 'GUJRAT'),
(2932, 'Syed SAJID ALI ', 'Syed ZAWAR HUSSAIN Shah', '3320114468689', 'Punjab', 'CHINIOT'),
(2933, 'Syed Sajid Ali Naqvi ', 'Muhammad Ali ', '3460321416923', 'Punjab', 'SIALKOT'),
(2934, 'Syed Samar Abbas ', 'Syed Alamdar Hussain', '3110116580213', 'Sindh', 'Karachi'),
(2935, 'Syed Sardar Shah ', 'Syed Zameer Haider Shah ', '3120482138481', 'Punjab', 'BAHAWALPUR'),
(2936, 'SYED SHAFQAT HUSSAIN SHAH', 'SYED QAISAR ALI SHAH', '3420195217969', 'Punjab', 'GUJRAT'),
(2937, 'Syed Shahid Hussain alias Shade Shah ', 'Inayat Ali ', '3520151609455', 'Punjab', 'LAHORE'),
(2938, 'Syed Shakeel Ali Raza Naqvi ', 'Syed Sajjad Hussain Shah Naqvi ', '3740698217259', 'Punjab', 'RAWALPINDI'),
(2939, 'Syed Shakir Hussain ', 'Syed Abbas Ali Shah ', '3120273022183', 'Punjab', 'BAHAWALPUR'),
(2940, 'Syed Suleman Saqib @ Ali Junaid', 'Abdul Rauf', '4250110488289', 'Sindh', 'KARACHI SOUTH'),
(2941, 'Syed Tahir Ali ', 'Syed Riaz Hussain ', '3240480410739', 'Punjab', 'RAJANPUR'),
(2942, 'Syed Wasim Abbas Shah ', 'Syed Ahmad Ali Shah ', '3120429629767', 'Punjab', 'BAHAWALPUR'),
(2943, 'Syed Yasir Abbas', 'Syed Azmat Ali  Shah', '3740681015857', 'Punjab', 'RAWALPINDI'),
(2944, 'Syed Zafar Ali Shah ', 'Syed Said Ali Shah   ', '3120219646999', 'Punjab', 'BAHAWALPUR'),
(2945, 'Syed Zahid Alisha', 'Khadim Hussain', '1730107107977', 'KP', 'PESHAWAR'),
(2946, 'Syed Zaigham Abbas Kazmi', 'Syed Nisar Hussain Kazmi', '3420174547993', 'Punjab', 'GUJRAT'),
(2947, 'Syed Zakir Hussain', 'Juma', '5440020019573', 'Balochistan', 'QUETTA'),
(2948, 'Syed Zeeshan Abbas Shah Hamdani', 'Syed Ghulam Abbas Shah ', '3310577112099', 'Punjab', 'FAISALABAD'),
(2949, 'Syed Zia Hussain Shah ', 'Khalid Hussain Shah', '4240118747173', 'Sindh', 'Karachi'),
(2950, 'Tabasam Sibtain Ali ', 'Nazeer Hussain Shah ', '1210187015741', 'Punjab', 'BHAKKAR'),
(2951, 'Tabassum Raza', 'Nayyar Hussain Zaidi', '3320116104761', 'Punjab', 'CHINIOT'),
(2952, 'Tabbasum Abbas', 'Ejaz Hussain', '3720178576793', 'ICT', 'ISLAMABAD\r\n'),
(2953, 'Taha @ Viki ', 'Badar Ahmed', '42101878012883', 'Sindh', 'Karachi'),
(2954, 'Tahir', 'Juma Khan', '1610159777359', 'KP', 'MARDAN'),
(2955, 'Tahir Abbas @ Bawa', 'Zameer Hussain Shah @ Hubdar Hussain', '1330277071443', 'KP', 'HARIPUR'),
(2956, 'Tahir Abdullah', 'Nawab Din', '3320355349181', 'Punjab', 'JHANG'),
(2957, 'Tahir Hayat Abbasi ', 'Hafiz Abdul Kareem Abbasi ', '3120215825655', 'Punjab', 'BAHAWALPUR'),
(2958, 'Tahir Mehmood Haidri ', 'Muhammad Tufail Haidri ', '3740271084931', 'Punjab', 'RAWALPINDI'),
(2959, 'Tahir Sardar alias Baksha', 'Sardar Ahmad', '3840125063031', 'Punjab', 'SARGODHA'),
(2960, 'Taj Ali @ Taju', 'Sayada Khan', '4240132428657', 'Sindh', 'Karachi'),
(2961, 'Taj Mohammad', 'Khan Mohammad', '5210357794367', 'Balochistan', 'GWADAR'),
(2962, 'Taj Muhammad', 'Noor Muhammad', '1720182258065', 'KP', 'NOWSHERA'),
(2963, 'Taj Muhammad alias Qari Taj Muhammad Saqib ', 'Fateh Muhammad', '3230341159945', 'Punjab', 'MUZAFFARGARH'),
(2964, 'Taj Muhammad Hanfi ', 'Nazeer Khan ', '1520206574661', 'Sindh', 'Karachi'),
(2965, 'Talib Hussain', 'Shafi Muhammad ', '3110339801651', 'Punjab', 'BAHAWALNAGAR'),
(2966, 'Talib Hussain', 'Malik Mahir', '3240354939993', 'Punjab', 'Rajanpur'),
(2967, 'Talib Hussain', 'Imam Din Mamoo', '3320220373535', 'Punjab', 'Jhang'),
(2968, 'Talib Hussain ', 'Muhammad Nawaz ', '3120369561757', 'Punjab', 'BAHAWALPUR');
INSERT INTO `dnfbp` (`id`, `name`, `fname`, `cnic`, `district`, `province`) VALUES
(2969, 'Talib Hussain ', 'Abdul Hakeem ', '3130324206841', 'Punjab', 'RAHIM YAR KHAN'),
(2970, 'Talib Hussain alias Fani ', 'Muhammad Sadiq', '3660313217187', 'Punjab', 'VEHARI'),
(2971, 'Talimand', 'Hasham', '1510146414061', 'KP', 'BUNER'),
(2972, 'TANVEER ABBAS', 'GHULAM AKBAR', '3220395473941', 'Punjab', 'LAYYAH'),
(2973, 'Tanveer Ahmad ', 'Abdul Shakoor ', '3660388741951', 'Punjab', 'BAHAWALPUR'),
(2974, 'Tanveer Ahmad @ Jarrar', 'Basheer Ahmad', '1220140166615', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(2975, 'Tanveer Ahmed ', 'Bashir Ahmed ', '3710198143981', 'Punjab', 'CHAKWAL'),
(2976, 'Tanveer Anwar ', 'Muhammad  Anwar', '4210163501569', 'Sindh', 'Karachi'),
(2977, 'Tanveer Hussain ', 'Muhammad Hussain ', '3460156037073', 'Punjab', 'SIALKOT'),
(2978, 'Tanvir Sajjad ', 'Muhammad Inayat alias Maroofia ', '3420108530829', 'Punjab', 'GUJRAT'),
(2979, 'Taqi Ullah', 'Ahmad Shah ', '3310277864651', 'Punjab', 'FAISALABAD'),
(2980, 'Taraj Ahmed', 'Rahmat Gul', '1710103684801', 'KP', 'CHARSADDA'),
(2981, 'Tariq', 'Ashraf', '1111111111122', 'KP', 'PESHAWAR'),
(2982, 'Tariq Abbas ', 'Basheer Hussain Khan ', '3810113718663', 'Punjab', 'BHAKKAR'),
(2983, 'Tariq Abbas', 'Muhammad Rafiq', '3220176987201', 'Punjab', 'LAYYAH'),
(2984, 'Tariq Aziz', 'Fazal Aziz', '1710104024287', 'KP', 'Charsada'),
(2985, 'Tariq Bilal ', 'Muhammad Iqbal ', '3210357909465', 'Punjab', 'DERA GHAZI KHAN'),
(2986, 'Tariq Jafari.', 'Sher Ahmed', '5440016979471', 'Balochistan', 'QUETTA'),
(2987, 'Tariq Khan', 'Naik Rehman', '1560168937581', 'KP', 'SWAT (AT MINGORA)'),
(2988, 'Tariq Mahmood ', 'Ghous Bakhsh ', '3240327639833', 'Punjab', 'RAJANPUR'),
(2989, 'Tariq Mahmood', ' Noor Muhammad ', '3460111729761', 'Punjab', 'SIALKOT'),
(2990, 'Tariq Mahmood ', 'Abdul Majeed Khan ', '3120327032265', 'Punjab', 'BAHAWALPUR'),
(2991, 'Tariq Mehmood ', 'Shadi khan ', '3540218497577', 'Punjab', 'Nankana Sahib'),
(2992, 'Tariq Mehmood ', 'Hazoor Ahmad      ', '3120545082295', 'Punjab', 'BAHAWALPUR'),
(2993, 'Tariq Mehmood Abbasi ', 'Abdul Ghafoor Abbasi ', '3740418854013', 'Punjab', 'RAWALPINDI'),
(2994, 'Tasawar Ameen Caste Awan', 'Muhammad Ameen', '3840393193701', 'Punjab', 'KHUSHAB'),
(2995, 'Tasawar Hussain ', 'Ghulam Shabeer ', '3810106261119', 'Punjab', 'BHAKKAR'),
(2996, 'Tasawar Hussain ', 'Muhammad Riaz ', '3330386659219', 'Punjab', 'TOBA TEK SINGH'),
(2997, 'Tayyab Hussain Shah ', 'Muhammad Sarwar ', '3630223387701', 'Punjab', 'MULTAN'),
(2998, 'Taz Meen', 'Fazal Qadar', '1530589970533', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(2999, 'Tehseen Askari', 'Munir Hussain Sethi', '3420290110159', 'Punjab', 'GUJRAT'),
(3000, 'Tila Muhammad', 'Babrak Khan', '', 'KP', 'SWA'),
(3001, 'Toor Khan', 's/o Abdul Majeed .', '1570111877141', 'KP', 'UPPER DIR (AT DIR)'),
(3002, 'Toor Mohammad', 'Qabil', '1570141141867', 'KP', 'UPPER DIR (AT DIR)'),
(3003, 'Toti', 'Sadbar', '1560204170823', 'KP', 'SWAT (AT MINGORA)'),
(3004, 'Touqeer Abbas ', 'Muhammad Ramzan ', '3810215745385', 'Punjab', 'BHAKKAR'),
(3005, 'Touqeer Abbas alias Taqi Shah ', 'Akhtar Abbas ', '3320352473055', 'Punjab', 'JHANG'),
(3006, 'Touqeer Abbasi ', 'Syed Akbar', '8230313949867', 'AJ&K', 'Jhandala, Rawalakot'),
(3007, 'Touseef Ishtiaq', 'Ishtiaq Hussain ', '3720181042391', 'Punjab', 'CHAKWAL'),
(3008, 'Touseef Khan code name Molvi  Akhter ', 'Talib Hussain', '3740569368513', 'AJ&K', 'Harna Mera Rawalakot'),
(3009, 'TS Commander Molvi Azmat Ullah @ Lala', 'Rabistan', '2170603746263', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(3010, 'Ubaid Ullah', 'Muhammad Ashraf Ali', '3110491349377', 'Punjab', 'BAHAWALNAGAR'),
(3011, 'UBAID ULLAH ANWAR', 'Khalil Ahmad ', '3220238480119', 'Punjab', 'LAYYAH'),
(3012, 'Ubaid ur Rehman Qamar ', 'Abdul Hakeem ', '3120538922375', 'Punjab', 'BAHAWALPUR'),
(3013, 'Ubaid Ur Rehman Siddiqui ', 'Abdul Rehman Siddiqui ', '3220320331645', 'Punjab', 'LAYYAH'),
(3014, 'Ubaid-Ur-Rehman', 'Ghulam Sarwar', '3110416908913', 'Punjab', 'BAHAWALNAGAR'),
(3015, 'UBAIDULLAH', 'MUHAMMAD ZAHID', '3640223527319', 'Punjab', 'Pakpattan'),
(3016, 'Ubeedullah @ Hussain @ Sajad @ Oragzai ', 'Abdullah Oragzai Pathan ', '4410391607759', 'Sindh', 'Mirpurkhas'),
(3017, 'ulla', '0', '', 'KP', 'Dir Upper'),
(3018, 'Umair Sajjad', 'Sajjad Akhtar ', '3740665328515', 'Punjab', 'RAWALPINDI'),
(3019, 'Umar Ali  ', 'Muhammad Ramzan', '3320204452845', 'Punjab', 'JHANG'),
(3020, 'Umar Badshah', 'Shams ul Hamid', '1530203841383', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3021, 'Umar Farooq', 'Mushtaq ahmad', '3710502003135', 'Punjab', 'Attock    '),
(3022, 'Umar Farooq', 'Dost Muhammad', '3740559815317', 'Punjab', 'Attock    '),
(3023, 'UMAR FAROOQ', 'MUHAMMAD SIDDIQUE', '3650179875579', 'Punjab', 'SAHIWAL'),
(3024, 'Umar Farooq', 'Hafiz Habib Ellahi Mansoor', '3710117650237', 'Punjab', 'Attock    '),
(3025, 'Umar Farooq', 'Moulana Abdu-ur-Rauf Nomani', '3660147229181', 'Punjab', 'Vehari'),
(3026, 'Umar Farooq', 'Muhammad Maqbool', '3320166698975', 'Punjab', 'CHINIOT'),
(3027, 'Umar Farooq', 'Sajid Mehmood ', '3740659168477', 'Punjab', 'RAWALPINDI'),
(3028, 'Umar Farooq @ Umer', 'Allah Wasaya ', '4220186421355', 'Sindh', 'Karachi'),
(3029, 'Umar Farooq alias Sardar Mithu', 'Muhammad Sabir', '3840376092279', 'Punjab', 'SARGODHA'),
(3030, 'Umar Hayat', 'Mustafa', '1530680328165', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3031, 'Umar Rehman', 'Fazal Rehamn', '1530222357105', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3032, 'Umar Rehman', 'Ghazi Khan', '1570349317955', 'KP', 'UPPER DIR (AT DIR)'),
(3033, 'Umar Said', 'Momin', '1570168837797', 'KP', 'UPPER DIR (AT DIR)'),
(3034, 'Umar Wahid', 'Haji Wali', '1530625392565', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3035, 'Umer Farooq', 'Muhammad Siddique', '3230429340769', 'Punjab', 'Muzaffargarh'),
(3036, 'Umer Farooq ', 'Noor Hassan', '3130328660949', 'Punjab', 'RAHIM YAR KHAN'),
(3037, 'Umer Khayam ', 'Sulah-ud-Din ', '3520271182373', 'Punjab', 'LAHORE'),
(3038, 'Umer Saeed ', 'Syed Muhammad ', '5440007615239', 'Balochistan', 'QUETTA'),
(3039, 'Umer Zada Alias Dildar', 'Bacha Gul', '1560154038675', 'KP', 'SWAT (AT MINGORA)'),
(3040, 'Ummar Zada ', 'Zainullah ', '1560224505681', 'Sindh', 'Karachi'),
(3041, 'Usama Hamid', 'Bashir Ahmed Hamid', '3130371492117', 'Punjab', 'RAHIM YAR KHAN'),
(3042, 'Usma Ali Qureshi', 'Noor Bazz', '7120235749015', 'Gilgit-Baltistan', 'DIAMIR (AT CHILAS)'),
(3043, 'Usman', 'Nazir', '1730115726037', 'KP', 'PESHAWAR'),
(3044, 'Usman Ghani', 'Abdul Ghani', '1530208619253', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3045, 'Usman Ghani', 'Abdul Shakoor ', '3310058860369', 'Punjab', 'FAISALABAD'),
(3046, 'Usman Haider', 'Ghulam Haider', '3710440263707', 'Punjab', 'ATTOCK'),
(3047, 'Usman Hanif ', 'Muhammad Hanif', '3540505249301', 'Sindh', 'Karachi'),
(3048, 'Usman Sabir alias Tayyab Pehlwan', 'Muhammad Sabir ', '3310266636469', 'Punjab', 'FAISALABAD'),
(3049, 'Venumdhave Dongara', 'a', '1111111111116', 'KP', 'PESHAWAR'),
(3050, 'Waheed Ahmad alias Kashi ', 'Nazir Ahmad ', '3330304044809', 'Punjab', 'TOBA TEK SINGH'),
(3051, 'Waheed Ahmed', 'Zahoor Ahmed', '3440106413719', 'Punjab', 'MANDI BAHAUDDIN'),
(3052, 'Waheed Ullah Khan', 'Sher Gul', '1111111111111', 'KP', 'MALAKAND P.A.'),
(3053, 'Wahid ullah', 'Mian Gul', '1530554884653', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3054, 'Wajahat Hussain Farooqi ', 'Sakhawat Hussain Caste Malik ', '3240474614841', 'Punjab', 'RAJANPUR'),
(3055, 'Wakeel Ahmad', 'Muhammad Talib', '3430170446681', 'Punjab', 'HAFIZABAD'),
(3056, 'Walayat Ullah ', 'Muhammad Ishaq ', '3410166843847', 'Punjab', 'GUJRANWALA'),
(3057, 'Wali Mohammad', 'Mir Dost', '1570179616169', 'KP', 'UPPER DIR (AT DIR)'),
(3058, 'Wali Muhammad', 'Haji Sharif', '1730166139621', 'KP', 'Peshawar'),
(3059, 'Wali Muhammad', 'Haji Sharif', '1730163513319', 'KP', 'PESHAWAR'),
(3060, 'Wali Muhammad', 'Muhammad Ali Chandio', '4410402418245', 'Sindh', 'Umerkot'),
(3061, 'Wali Rahman', 'Badshah Khan', '1570147919103', 'KP', 'UPPER DIR (AT DIR)'),
(3062, 'Wali Ullah', 'Rafi Ullah', 'Gx 11058463721', 'KP', 'Dir Lower'),
(3063, 'Wali Ullah Awan ', 'Ahsanullah Awan', '4240135443717', 'Sindh', 'Karachi'),
(3064, 'Waliullah', 'Rafiq Ahmad', '1550595767695', 'KP', 'SHANGLA (AT ALPURI)'),
(3065, 'Waqar Ahmed alias Qari ', 'Muhammad Sardar ', '3640243242929', 'Punjab', 'PAKPATTAN'),
(3066, 'Waqas Abid ', 'Malik Abid Hussain Awan ', '3460398708497', 'Punjab', 'SIALKOT'),
(3067, 'Waqas Ahmad', 'Muhammad Ibrahim', '3410186986503', 'Punjab', 'GUJRANWALA'),
(3068, 'Waqas Ahmed ', 'M. Shafi', '8230310126233', 'AJ&K', 'Chak Dhamni,District Poonch'),
(3069, 'Waqas Ahmed ', 'Dilawar Khan.', '7150112539873', 'Gilgit-Baltistan', 'GILGIT'),
(3070, 'Waqas Haider', 'Waris Ali', '3810399921625', 'Punjab', 'BHAKKAR'),
(3071, 'Waqas Hussain ', 'Nazar Hussain', '3810107733825', 'Punjab', 'BHAKKAR'),
(3072, 'Waqas Shafique Ghuncha', 'Shafique Ahmad Ghuncha ', '3220225266197', 'Punjab', 'LAYYAH'),
(3073, 'Wasal', 'Syed Muhammad', '1111111111124', 'KP', 'PESHAWAR'),
(3074, 'Waseem Abbas ', 'Ghulam Ali ', '3440309982317', 'Punjab', 'MANDI BAHAUDDIN'),
(3075, 'Waseem Abbas ', 'Manzoor Hussain ', '3740503412049', 'Punjab', 'RAWALPINDI'),
(3076, 'Waseem Abbas ', 'Zahoor u Din ', '3320385261729', 'Punjab', 'JHANG'),
(3077, 'Waseem Ahmed Baroodi ', 'Sami Ahmed ', '50472189844', 'Sindh', 'Karachi'),
(3078, 'Waseem Hashmi ', 'Muhammad Sadiq ', '3120204596727', 'Punjab', 'BAHAWALPUR'),
(3079, 'Waseem Sajjad Shah ', 'Sajjad Hussain Shah ', '3810209058013', 'Punjab', 'BHAKKAR'),
(3080, 'Wasif Raza ', 'Mulazim Hussain ', '3320279246369', 'Punjab', 'JHANG'),
(3081, 'Wazir Ahmad ', 'Sawan Khan ', '3210208042123', 'Punjab', 'DERA GHAZI KHAN'),
(3082, 'WAZIR AHMED', 'ALLAH DAWAYA', '3630308059541', 'Punjab', 'Multan'),
(3083, 'Wazir Zada', 'Bakhat Zada', '1710184006171', 'KP', 'CHARSADDA'),
(3084, 'Yaeen @ Khalid Bugti ', 'Ghulam Nabi. ', '5440004500301', 'Balochistan', 'QUETTA'),
(3085, 'Yahya Khan', 'Khudai Rahim', '5310312708051', 'Balochistan', 'KACHHI (BOLAN) (AT DHADAR)'),
(3086, 'Yasir', 'Muhammad Ijaz caste Awan', '1310118805783', 'KP', 'ABBOTTABAD'),
(3087, 'Yasir Akhlas ', 'Muhammad Akhlas ', '4220177827007', 'Sindh', 'Karachi'),
(3088, 'Yasir Ali ', 'Saif Ullah Khan ', '3810104980707', 'Punjab', 'BHAKKAR'),
(3089, 'Yasir Irfat', 'Fazal-e-Wadood', '1530360895297', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3090, 'Yasir Rehman Jaghranvi', 'Abdul Rehman Jughranvi ', '3520228865045', 'Punjab', 'LAHORE'),
(3091, 'Yawar Abbas ', ' Bakht Ali', '7170403481273', 'Gilgit-Baltistan', 'NAGAR'),
(3092, 'Yousaf', 'Munir', '1730117791609', 'KP', 'PESHAWAR'),
(3093, 'Yousaf Khan', 'Abdul Hakim', '1710203777111', 'KP', 'CHARSADDA'),
(3094, 'Yousaf Shah', 'Ibrahim Shah', '1510103731543', 'KP', 'SWAT (AT MINGORA)'),
(3095, 'Yousaf Shah', 'Ibrahim Shah', '1510103731541', 'KP', 'BUNER'),
(3096, 'Zabeeh Ullah', 'Abdullah', '', 'KP', 'Dir Lower'),
(3097, 'Zafar', 'Mohammad Arif', '1570137511501', 'KP', 'UPPER DIR (AT DIR)'),
(3098, 'Zafar Ali Khan', 'Jamil Ahmad', '1530209178981', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3099, 'Zafar Ali Shah', 'Zamin Shah', '1530517487375', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3100, 'Zafar All', 'Ghulam Haider', '3840156288469', 'Punjab', 'SARGODHA'),
(3101, 'Zafar Iqbal', 'Pir Muhammad Khan', '1560232171003', 'KP', 'SWAT (AT MINGORA)'),
(3102, 'Zafar Iqbal ', 'Ahmed Iqbal', '', 'Sindh', 'Hyderabad'),
(3103, 'Zafar Iqbal', 'Muhammad Ejaz', '3710230263867', 'Punjab', 'ATTOCK'),
(3104, 'Zafar Iqbal alias Fauji ', 'Ahmad Ali ', '3420182268963', 'Punjab', 'GUJRAT'),
(3105, 'Zafar Iqbal alias Zafar Farooqi ', 'Nazar Muhammad ', '3440303019551', 'Punjab', 'MANDI BAHAUDDIN'),
(3106, 'Zafar Khursheed', 'Dil Khursheed', '3710485359485', 'Punjab', 'ATTOCK'),
(3107, 'Zafar Mehmood', 'Abdul Ghani', '6110186086381', 'ICT', 'ISLAMABAD\r\n'),
(3108, 'Zafeer Ahmad ', 'Muhammad Fazal-ul-Haq ', '3130152770757', 'Punjab', 'RAHIM YAR KHAN'),
(3109, 'Zafran Khan caste Kakozai ', 'Haji Wazir Khan', '5420311723221', 'Balochistan', 'KILLA ABDULLAH'),
(3110, 'Zahid Abbas ', 'Muhammad Afzal ', '3630247231969', 'Punjab', 'MULTAN'),
(3111, 'Zahid Akram', 'Allah Bakhsh', '3660209892337', 'Punjab', 'Vehari'),
(3112, 'Zahid Anwar Niazi', 'Muhammad Anwar (Late)', '3630203357751', 'Punjab', 'Multan'),
(3113, 'Zahid Bacha', 'Anwar Khan', '1570139257941', 'KP', 'UPPER DIR (AT DIR)'),
(3114, 'Zahid Gul', 'Mera Khan', '1720121248483', 'KP', 'NOWSHERA'),
(3115, 'Zahid Gul @ Hamza ', 'Ghulam Fareed ', '', 'Sindh', 'Karachi'),
(3116, 'Zahid Hussain ', 'Ashiq Hussain ', '4230196085917', 'Sindh', 'Karachi'),
(3117, 'Zahid iqbal', 'Zafar iqbal', '3320403917323', 'Punjab', 'Jhang'),
(3118, 'Zahid Khan', 'Master Abdul Aziz', '1330204930211', 'KP', 'ABBOTTABAD'),
(3119, 'Zahid Mehmood', 'Feroz din', '3460290675373', 'Punjab', 'Sialkot'),
(3120, 'Zahid Mushtaq ', 'Muhammad Mushtaq ', '3410182806289', 'Punjab', 'GUJRANWALA'),
(3121, 'Zahid Shah', 'Javed', '1210197974691', 'KP', 'DERA ISMAIL KHAN'),
(3122, 'Zahid Ullah', 'Abdul Wahab', '', 'KP', 'Dir Lower'),
(3123, 'Zahoor Abbass', 'Muhammad Yousaf.', '7150127558615', 'Gilgit-Baltistan', 'GILGIT'),
(3124, 'Zahoor Ahmad', 'Rehmat Ali', '3640215737891', 'Punjab', 'PAKPATTAN'),
(3125, 'Zahoor Ahmad Gorsi ', 'Ubaid Ul Haq ', '3520099233617', 'Punjab', 'LAHORE'),
(3126, 'Zahoor Ahmed', 'Mehr Mapal', '3320403875181', 'Punjab', 'Jhang'),
(3127, 'Zahoor Hashmi ', 'Mohiuddin Pathan', '4240101084685', 'Sindh', 'Karachi'),
(3128, 'Zahoor Khan', 'Malook Taj', '1720108772038', 'KP', 'NOWSHERA'),
(3129, 'Zahoor-ul-Ameen Hashmi', 'Muhammad Amin Hashmi', '3420216712671', 'Punjab', 'GUJRAT'),
(3130, 'Zaid Mustafa', 'Ghulam Rabbani', '3840396112325', 'Punjab', 'SARGODHA'),
(3131, 'Zaigham Naeem', 'Muhammad Naeem', '3240253074761', 'Punjab', 'RAJANPUR'),
(3132, 'Zain Shahid ', 'Shahid Kamal ', '4210189312781', 'Sindh', 'Karachi'),
(3133, 'Zain-ul-Abdin ', 'Abdul Muneen.', '7150123839137', 'Gilgit-Baltistan', 'GILGIT'),
(3134, 'Zain-ul-Abideen', 'Mirza Zafar Iqbal', '3320404474885', 'Punjab', 'JHANG'),
(3135, 'Zaki Raza ', 'Raja Muhammad Saddique', '3740107057871', 'Punjab', 'RAWALPINDI'),
(3136, 'Zakir Ullah', 'Ihsan Ullah', '1530773159715', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3137, 'Zakir Ullah', 'Nowsher Rawan', '1540232969029', 'KP', 'UPPER DIR (AT DIR)'),
(3138, 'Zakria Kalim Ullah', 'Molana Atta Ullah ', '3710409673177', 'Punjab', 'ATTOCK'),
(3139, 'Zameer / Zahir Ahmad / Kabeer Ahmad', 'Sagheer/ Zafeer Ahmad', '1310161837275', 'KP', 'ABBOTTABAD'),
(3140, 'Zamin Khan', 'Afridi', '1510103657877', 'KP', 'BUNER'),
(3141, 'Zar Mehmood', 'Sarfaraz', '1530630429395', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3142, 'Zar Muhammad', 'Yar Muhammad', '1730104724633', 'KP', 'PESHAWAR'),
(3143, 'Zarawar', 'Khalid Khan', '1570108051207', 'KP', 'UPPER DIR (AT DIR)'),
(3144, 'Zardad Khan @ Fateh Gul ', 'Sher Adat Khan', '4130325893919', 'Sindh', 'Hyderabad'),
(3145, 'Zareen Abbas', 'Kazam Ali', '3320393709645', 'Punjab', 'JHANG'),
(3146, 'Zarizadgei @ Perveen ', 'Mewa Khan', '1111111111119', 'KP', 'PESHAWAR'),
(3147, 'Zarmeen Said', 'Amanat Khan', '1620216144887', 'KP', 'SWABI'),
(3148, 'Zawar Hussain Jaffari ', 'Riaz Hussain ', '3320382607307', 'Punjab', 'JHANG'),
(3149, 'Zayed Ahmed Zubair', 'Zubair Ahmed', '4220148251407', 'Punjab', 'Rahim Yar Khan'),
(3150, 'Zeeshan Haider', 'Matloob Hussain Jafri ', '3720198784075', 'Punjab', 'CHAKWAL'),
(3151, 'Zeeshan Haider alias Shani ', 'Khawaja Zahid ', '3440278053295', 'Punjab', 'MANDI BAHAUDDIN'),
(3152, 'Zeeshan Mauvia', 'Hafiz Mehboob', '1330281054861', 'KP', 'HARIPUR'),
(3153, 'Zewar Ahmad', 'Shahir Habib', '1610162397115', 'KP', 'MARDAN'),
(3154, 'Zia Hussain', 'Fida Hussain ', '3820126019459', 'Punjab', 'KHUSHAB'),
(3155, 'Zia Mairaj', 'Mairaj Ud Din Ahmad ', '3520229219367', 'Punjab', 'LAHORE'),
(3156, 'Zia Ud Din', 'Mian Said Laiq', '', 'KP', 'Swat'),
(3157, 'Zia Ullah Shah', 'Sultan Ghani', '1610175854667', 'KP', 'MARDAN'),
(3158, 'Zia ur Raheem ', 'Shams ul Zareen ', '1320151902609', 'KP', 'BATAGRAM (AT BANA)'),
(3159, 'Zia ur Rehman', 'Noor Muhammad', '3710403562369', 'Punjab', 'Attock    '),
(3160, 'Zil E Hussnain Zaidi ', 'Muhammad Ashraf Shah ', '3330221947753', 'Punjab', 'TOBA TEK SINGH'),
(3161, 'Zohaib', 'Muhammad Kareem', '5220329733335', 'Balochistan', 'KECH (AT TURBAT)'),
(3162, 'Zohaib Fiaz', 'Muhammad Fiaz', '3840191009013', 'Punjab', 'SARGODHA'),
(3163, 'Zohaib Hassan Khan @ Pashteen', 'Muhammad Qaddafi', '1220148083689', 'KP', 'S.WAZIRISTAN (AT WANA)'),
(3164, 'Zor Zamin Khan', 'Ferdos Khan', '1530209694525', 'KP', 'LOWER DIR (AT TEMERGARA)'),
(3165, 'Zubair Ahmad ', 'Zahoor Ahmad ', '3340105584919', 'Punjab', 'CHINIOT'),
(3166, 'Zubair Shaheen', 'Abdul Sattar', '1210109109629', 'KP', 'DERA ISMAIL KHAN'),
(3167, 'Zulfiqar Ahmad ', 'Ghulam Rasool ', '3410423343787', 'Punjab', 'GUJRANWALA'),
(3168, 'Zulfiqar Ali ', 'Talib Hussain ', '3310088810677', 'Punjab', 'FAISALABAD'),
(3169, 'Zulfiqar Ali ', 'Mansab Ali ', '3310456127699', 'Punjab', 'FAISALABAD'),
(3170, 'Zulfiqar Ali ', 'Ghulam Akbar ', '3810106697029', 'Punjab', 'BHAKKAR'),
(3171, 'Zulfiqar Au Muavia alias Muavia', 'Taj Muhammad', '3840594928377', 'Punjab', 'SARGODHA'),
(3172, 'Zulfiqar Sasoli ', 'Mir Hassan Khan.', '5140193123225', 'Balochistan', 'KHUZDAR');

-- --------------------------------------------------------

--
-- Table structure for table `employees`
--

CREATE TABLE `employees` (
  `id` int(10) UNSIGNED NOT NULL,
  `basic_salary` double NOT NULL DEFAULT '0',
  `employee_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `manager_id` int(10) UNSIGNED DEFAULT NULL,
  `department_id` int(10) UNSIGNED DEFAULT NULL,
  `designation_id` int(10) UNSIGNED DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `employee_type` int(11) NOT NULL DEFAULT '1',
  `working_hours` int(11) NOT NULL,
  `working_days` int(11) NOT NULL DEFAULT '5',
  `bank_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `account_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `account_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `gender` tinyint(1) NOT NULL DEFAULT '1',
  `dob` date DEFAULT NULL,
  `emer_person` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `emer_relation` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `emer_phone_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `emer_email` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `reference` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `employee_documents`
--

CREATE TABLE `employee_documents` (
  `employee_id` int(11) NOT NULL,
  `url` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `employee_policies`
--

CREATE TABLE `employee_policies` (
  `id` int(10) UNSIGNED NOT NULL,
  `employee_id` int(10) UNSIGNED NOT NULL,
  `policy_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `expenses`
--

CREATE TABLE `expenses` (
  `id` int(10) UNSIGNED NOT NULL,
  `category_id` int(11) NOT NULL,
  `vendor_id` int(11) DEFAULT NULL,
  `amount` double DEFAULT NULL,
  `bill_number` int(11) DEFAULT NULL,
  `billed_at` date DEFAULT NULL,
  `due_at` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `image_url` text COLLATE utf8mb4_unicode_ci,
  `status` tinyint(1) NOT NULL,
  `notes` text COLLATE utf8mb4_unicode_ci,
  `expense_type` int(11) DEFAULT NULL,
  `is_book` tinyint(1) DEFAULT '0',
  `entry_no` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `expense_categories`
--

CREATE TABLE `expense_categories` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `status` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `expense_payments`
--

CREATE TABLE `expense_payments` (
  `id` int(11) NOT NULL,
  `bill_id` int(11) NOT NULL,
  `amount` double NOT NULL,
  `account_id` int(11) NOT NULL,
  `date` date NOT NULL,
  `notes` text,
  `reference` text,
  `payment_method` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `approval_status` tinyint(1) DEFAULT NULL,
  `file` text,
  `is_reconciled` tinyint(1) DEFAULT '1',
  `is_book` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `fixed_assets`
--

CREATE TABLE `fixed_assets` (
  `id` int(11) NOT NULL,
  `name` varchar(50) DEFAULT NULL,
  `asset_tag` varchar(50) DEFAULT NULL,
  `item_id` int(10) DEFAULT NULL,
  `warranty` int(10) DEFAULT NULL,
  `asset_location` int(11) DEFAULT NULL,
  `status` enum('in_use','in_storage') NOT NULL DEFAULT 'in_storage',
  `serial` varchar(100) DEFAULT NULL,
  `cost` double DEFAULT NULL,
  `purchase_date` date DEFAULT NULL,
  `description` text,
  `asset_type` varchar(50) DEFAULT NULL,
  `physical_status` enum('in_use','sold') NOT NULL DEFAULT 'in_use',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `fixed_assets`
--

INSERT INTO `fixed_assets` (`id`, `name`, `asset_tag`, `item_id`, `warranty`, `asset_location`, `status`, `serial`, `cost`, `purchase_date`, `description`, `asset_type`, `physical_status`, `created_at`, `updated_at`) VALUES
(1, 'LG2001', 'AST640902', 7, 12, 1, 'in_storage', '3453545', 1500000, '2022-01-01', 'testtstt', '1', 'sold', '2022-01-18 11:00:07', '2022-01-20 05:35:54'),
(2, 'LG2002', 'AST852897', 7, 24, 1, 'in_storage', '4646546', 100000, '2022-01-05', 'ttttttttttttttttttt', '1', 'in_use', '2022-01-18 11:00:39', '2022-01-21 05:53:39'),
(3, 'LG2003', 'AST259266', 7, 12, 2, 'in_storage', '3243244', 200000, '2022-01-17', 'test', '2', 'in_use', '2022-01-18 11:01:21', '2022-01-21 05:53:39'),
(4, 'Lg6653', 'AST679491', 7, 12, 1, 'in_storage', '454656', 145000, '2021-12-03', NULL, '1', 'in_use', '2022-01-20 06:43:11', '2022-01-21 05:53:39'),
(5, 'LG6737', 'AST682609', 7, 34, 1, 'in_storage', '23435345', 123000, '2022-01-05', NULL, '1', 'in_use', '2022-01-20 06:43:47', '2022-01-21 05:53:39');

-- --------------------------------------------------------

--
-- Table structure for table `fixed_asset_accounts`
--

CREATE TABLE `fixed_asset_accounts` (
  `id` int(11) NOT NULL,
  `asset_type_id` int(11) NOT NULL,
  `ftp` double NOT NULL DEFAULT '0' COMMENT 'For The Period',
  `wdv` double NOT NULL DEFAULT '0' COMMENT 'Writen Down Value',
  `maint` double NOT NULL COMMENT 'Maintainance',
  `type` enum('depreciation','sold') NOT NULL,
  `is_book` int(1) NOT NULL DEFAULT '0',
  `from_date` date NOT NULL,
  `to_date` date NOT NULL,
  `created_at` timestamp NOT NULL,
  `updated_at` timestamp NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `fixed_asset_accounts`
--

INSERT INTO `fixed_asset_accounts` (`id`, `asset_type_id`, `ftp`, `wdv`, `maint`, `type`, `is_book`, `from_date`, `to_date`, `created_at`, `updated_at`) VALUES
(1, 2, 7500, 0, 12000, 'depreciation', 0, '2022-01-01', '2022-03-31', '2022-01-24 12:01:56', '2022-01-24 12:01:56');

-- --------------------------------------------------------

--
-- Table structure for table `fixed_asset_for_sales`
--

CREATE TABLE `fixed_asset_for_sales` (
  `id` int(11) NOT NULL,
  `maintainance_cost` double NOT NULL DEFAULT '0',
  `writen_down_value` double NOT NULL DEFAULT '0',
  `asset_id` int(11) NOT NULL,
  `sold_date` date NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL,
  `updated_at` timestamp NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `fixed_asset_for_sales`
--

INSERT INTO `fixed_asset_for_sales` (`id`, `maintainance_cost`, `writen_down_value`, `asset_id`, `sold_date`, `status`, `created_at`, `updated_at`) VALUES
(2, 0, 1458750, 1, '2022-01-20', 0, '2022-01-20 05:35:54', '2022-01-20 05:35:54');

-- --------------------------------------------------------

--
-- Table structure for table `fixed_asset_types`
--

CREATE TABLE `fixed_asset_types` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `depreciation_policy` enum('straight_line_method','reducing_balance_method') NOT NULL,
  `depreciation_rate` int(10) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `fixed_asset_types`
--

INSERT INTO `fixed_asset_types` (`id`, `name`, `depreciation_policy`, `depreciation_rate`, `created_at`, `updated_at`) VALUES
(1, 'Computer Equipment', 'straight_line_method', 33, '2022-01-18 10:58:58', '2022-01-18 10:58:58'),
(2, 'Generator', 'reducing_balance_method', 15, '2022-01-18 10:59:22', '2022-01-18 10:59:22');

-- --------------------------------------------------------

--
-- Table structure for table `general_journal_entries`
--

CREATE TABLE `general_journal_entries` (
  `id` int(11) UNSIGNED NOT NULL,
  `date` date NOT NULL,
  `entry_no` int(11) NOT NULL,
  `adjusting_entry` tinyint(1) DEFAULT NULL,
  `account_id` int(10) UNSIGNED NOT NULL,
  `amount` double NOT NULL,
  `memo` text,
  `name` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `name_type` int(11) DEFAULT NULL,
  `type` varchar(100) DEFAULT NULL,
  `is_approved` tinyint(1) DEFAULT '1',
  `voucher_type` int(11) DEFAULT NULL,
  `transaction_type` int(100) DEFAULT NULL,
  `transaction_id` int(11) DEFAULT NULL,
  `is_check` tinyint(1) NOT NULL DEFAULT '0',
  `is_post` tinyint(1) NOT NULL DEFAULT '0',
  `check_by` tinyint(1) NOT NULL DEFAULT '0',
  `post_by` tinyint(1) NOT NULL DEFAULT '0',
  `prepare_by` int(11) DEFAULT NULL,
  `voucher_no` text,
  `is_cleared` tinyint(1) NOT NULL DEFAULT '1',
  `bank_name` text,
  `cheaque_no` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `general_journal_entries`
--

INSERT INTO `general_journal_entries` (`id`, `date`, `entry_no`, `adjusting_entry`, `account_id`, `amount`, `memo`, `name`, `created_at`, `updated_at`, `name_type`, `type`, `is_approved`, `voucher_type`, `transaction_type`, `transaction_id`, `is_check`, `is_post`, `check_by`, `post_by`, `prepare_by`, `voucher_no`, `is_cleared`, `bank_name`, `cheaque_no`) VALUES
(13, '2021-12-14', 1, 0, 227, 75950, '', 0, '2021-12-14 08:43:45', '2021-12-14 09:04:32', NULL, NULL, 1, 1, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(14, '2021-12-14', 1, 0, 350, -1350000, '', 10, '2021-12-14 08:43:45', '2021-12-14 09:04:32', NULL, NULL, 1, 1, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(15, '2021-12-14', 1, 0, 357, -25500, '', 9, '2021-12-14 08:43:45', '2021-12-14 09:04:32', NULL, NULL, 1, 1, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(16, '2021-12-14', 1, 0, 360, -450, '', 0, '2021-12-14 08:43:45', '2021-12-14 09:04:32', NULL, NULL, 1, 1, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(17, '2021-12-14', 1, 0, 5, 1200000, '', 0, '2021-12-14 08:43:45', '2021-12-14 09:04:32', NULL, NULL, 1, 1, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(18, '2021-12-14', 1, 0, 17, 100000, '', 0, '2021-12-14 08:43:45', '2021-12-14 09:04:32', NULL, NULL, 1, 1, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(19, '2021-12-14', 2, 0, 227, 1000000, '', 0, '2021-12-14 08:45:27', '2021-12-14 08:45:27', NULL, NULL, 1, 1, NULL, NULL, 0, 0, 0, 0, 22, '2-1221', 1, NULL, NULL),
(20, '2021-12-14', 2, 0, 337, -1000000, '', 0, '2021-12-14 08:45:27', '2021-12-14 08:45:27', NULL, NULL, 1, 1, NULL, NULL, 0, 0, 0, 0, 22, '2-1221', 1, NULL, NULL),
(21, '2021-12-14', 3, 0, 6, 20000, '', 0, '2021-12-14 08:51:44', '2021-12-14 09:29:28', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(22, '2021-12-14', 3, 0, 5, 50000, '', 0, '2021-12-14 08:51:44', '2021-12-14 09:29:28', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(23, '2021-12-14', 3, 0, 8, 30000, '', 0, '2021-12-14 08:51:44', '2021-12-14 09:29:28', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(24, '2021-12-14', 3, 0, 227, -20000, '', 0, '2021-12-14 08:51:44', '2021-12-14 09:29:28', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(25, '2021-12-14', 3, 0, 268, -80000, '', 0, '2021-12-14 08:51:44', '2021-12-14 09:29:28', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(26, '2021-12-14', 4, 0, 12, 100000, '', 0, '2021-12-14 08:55:29', '2021-12-14 09:29:02', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '2-1221', 1, NULL, NULL),
(27, '2021-12-14', 4, 0, 269, -100000, '', 0, '2021-12-14 08:55:29', '2021-12-14 09:29:02', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '2-1221', 1, NULL, NULL),
(28, '2021-12-14', 5, 0, 232, 1376000, '', 0, '2021-12-14 08:56:46', '2021-12-14 09:03:36', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 0, NULL, NULL),
(29, '2021-12-14', 5, 0, 246, -276000, '', 0, '2021-12-14 08:56:46', '2021-12-14 09:03:36', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 0, NULL, NULL),
(30, '2021-12-14', 5, 0, 251, -150000, '', 0, '2021-12-14 08:56:46', '2021-12-14 09:03:36', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 0, NULL, NULL),
(31, '2021-12-14', 5, 0, 259, -250000, '', 0, '2021-12-14 08:56:46', '2021-12-14 09:03:36', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 0, NULL, NULL),
(32, '2021-12-14', 5, 0, 263, -450000, '', 0, '2021-12-14 08:56:46', '2021-12-14 09:03:36', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 0, NULL, NULL),
(33, '2021-12-14', 5, 0, 268, -25800, '', 12, '2021-12-14 08:56:46', '2021-12-14 09:03:36', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 0, NULL, NULL),
(34, '2021-12-14', 5, 0, 280, -45500, '', 0, '2021-12-14 08:56:46', '2021-12-14 09:03:36', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 0, NULL, NULL),
(35, '2021-12-14', 5, 0, 272, -125450, '', 16, '2021-12-14 08:56:46', '2021-12-14 09:03:36', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 0, NULL, NULL),
(36, '2021-12-14', 5, 0, 276, -50000, '', 14, '2021-12-14 08:56:46', '2021-12-14 09:03:36', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 0, NULL, NULL),
(37, '2021-12-14', 5, 0, 332, -3250, '', 10, '2021-12-14 08:56:46', '2021-12-14 09:03:36', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 0, NULL, NULL),
(38, '2021-12-14', 6, 0, 543, 500, '', 0, '2021-12-14 08:58:30', '2021-12-14 08:59:29', NULL, NULL, 1, 3, NULL, NULL, 1, 0, 22, 0, 22, '3-1221', 1, NULL, NULL),
(39, '2021-12-14', 6, 0, 545, 600, '', 0, '2021-12-14 08:58:30', '2021-12-14 08:59:29', NULL, NULL, 1, 3, NULL, NULL, 1, 0, 22, 0, 22, '3-1221', 1, NULL, NULL),
(40, '2021-12-14', 6, 0, 227, -1100, '', 0, '2021-12-14 08:58:30', '2021-12-14 08:59:29', NULL, NULL, 1, 3, NULL, NULL, 1, 0, 22, 0, 22, '3-1221', 1, NULL, NULL),
(45, '2021-12-14', 7, 0, 247, 345000, '', 12, '2021-12-14 09:02:20', '2021-12-14 09:02:50', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(46, '2021-12-14', 7, 0, 255, 224450, '', 12, '2021-12-14 09:02:20', '2021-12-14 09:02:50', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(47, '2021-12-14', 7, 0, 264, 126700, '', 14, '2021-12-14 09:02:20', '2021-12-14 09:02:50', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(48, '2021-12-14', 7, 0, 5, -696150, '', 0, '2021-12-14 09:02:20', '2021-12-14 09:02:50', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '1-1221', 1, NULL, NULL),
(49, '2021-12-14', 8, 0, 232, 150000, '', 0, '2021-12-14 09:03:06', '2021-12-14 09:27:30', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '2-1221', 0, 'mezan bank', '111223344'),
(50, '2021-12-14', 8, 0, 12, -150000, '', 0, '2021-12-14 09:03:06', '2021-12-14 09:27:30', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '2-1221', 0, 'mezan bank', '111223344'),
(51, '2021-12-14', 9, 0, 13, 800, '', 0, '2021-12-14 09:06:19', '2021-12-14 09:26:38', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '4-1221', 1, NULL, NULL),
(52, '2021-12-14', 9, 0, 10, 1200, '', 0, '2021-12-14 09:06:19', '2021-12-14 09:26:38', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '4-1221', 1, NULL, NULL),
(53, '2021-12-14', 9, 0, 228, -2000, '', 0, '2021-12-14 09:06:19', '2021-12-14 09:26:38', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '4-1221', 1, NULL, NULL),
(54, '2021-12-14', 10, 0, 350, 1000, '', 0, '2021-12-14 09:11:16', '2021-12-14 09:25:14', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '3-1221', 0, NULL, NULL),
(55, '2021-12-14', 10, 0, 60, -1000, '', 0, '2021-12-14 09:11:16', '2021-12-14 09:25:14', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '3-1221', 0, NULL, NULL),
(56, '2021-12-14', 11, 0, 462, 10000, '', 17, '2021-12-14 09:16:41', '2021-12-14 09:23:30', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '2-1221', 1, NULL, NULL),
(57, '2021-12-14', 11, 0, 270, 5000, '', 12, '2021-12-14 09:16:41', '2021-12-14 09:23:30', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '2-1221', 1, NULL, NULL),
(58, '2021-12-14', 11, 0, 269, 5000, '', 15, '2021-12-14 09:16:41', '2021-12-14 09:23:30', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '2-1221', 1, NULL, NULL),
(59, '2021-12-14', 11, 0, 227, -20000, '', 0, '2021-12-14 09:16:41', '2021-12-14 09:23:30', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '2-1221', 1, NULL, NULL),
(60, '2021-12-14', 12, 0, 60, 300, '', 0, '2021-12-14 09:21:54', '2021-12-14 09:22:39', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '3-1221', 1, NULL, NULL),
(61, '2021-12-14', 12, 0, 207, 600, '', 0, '2021-12-14 09:21:54', '2021-12-14 09:22:39', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '3-1221', 1, NULL, NULL),
(62, '2021-12-14', 12, 0, 364, -600, '', 0, '2021-12-14 09:21:54', '2021-12-14 09:22:39', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '3-1221', 1, NULL, NULL),
(63, '2021-12-14', 12, 0, 358, -300, '', 0, '2021-12-14 09:21:54', '2021-12-14 09:22:39', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '3-1221', 1, NULL, NULL),
(64, '2021-12-14', 13, 0, 394, 10000, '', 0, '2021-12-14 11:16:17', '2021-12-14 11:16:27', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '5-1221', 1, NULL, NULL),
(65, '2021-12-14', 13, 0, 400, 10000, '', 0, '2021-12-14 11:16:17', '2021-12-14 11:16:27', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '5-1221', 1, NULL, NULL),
(66, '2021-12-14', 13, 0, 574, 5000, '', 0, '2021-12-14 11:16:17', '2021-12-14 11:16:27', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '5-1221', 1, NULL, NULL),
(67, '2021-12-14', 13, 0, 583, 2000, '', 0, '2021-12-14 11:16:17', '2021-12-14 11:16:27', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '5-1221', 1, NULL, NULL),
(68, '2021-12-14', 13, 0, 227, -27000, '', 0, '2021-12-14 11:16:17', '2021-12-14 11:16:27', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '5-1221', 1, NULL, NULL),
(69, '2021-12-14', 14, 0, 227, 32500, '', 0, '2021-12-14 15:45:25', '2021-12-14 15:49:07', NULL, NULL, 1, 1, 2, 4, 1, 0, 22, 0, 22, '3-1221', 1, NULL, NULL),
(70, '2021-12-14', 14, 0, 350, -32500, '', 10, '2021-12-14 15:45:25', '2021-12-14 15:49:07', NULL, NULL, 1, 1, 2, 4, 1, 0, 22, 0, 22, '3-1221', 1, NULL, NULL),
(71, '2021-12-14', 15, 0, 776, 500000, '', 14, '2021-12-14 15:48:49', '2021-12-14 15:49:00', NULL, NULL, 1, 3, 6, 14, 1, 0, 22, 0, 22, '6-1221', 1, NULL, NULL),
(72, '2021-12-14', 15, 0, 227, -500000, '', 0, '2021-12-14 15:48:49', '2021-12-14 15:49:00', NULL, NULL, 1, 3, 6, 14, 1, 0, 22, 0, 22, '6-1221', 1, NULL, NULL),
(73, '2021-12-14', 16, 0, 825, 150000, '', 0, '2021-12-14 16:14:13', '2021-12-14 16:14:21', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '4-1221', 1, NULL, NULL),
(74, '2021-12-14', 16, 0, 826, -150000, '', 0, '2021-12-14 16:14:13', '2021-12-14 16:14:21', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '4-1221', 1, NULL, NULL),
(75, '2021-12-15', 17, 0, 485, 1000, '', 0, '2021-12-15 09:56:19', '2021-12-15 09:56:33', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '7-1221', 1, NULL, NULL),
(76, '2021-12-15', 17, 0, 489, 1000, '', 0, '2021-12-15 09:56:19', '2021-12-15 09:56:33', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '7-1221', 1, NULL, NULL),
(77, '2021-12-15', 17, 0, 508, 1000, '', 0, '2021-12-15 09:56:19', '2021-12-15 09:56:33', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '7-1221', 1, NULL, NULL),
(78, '2021-12-15', 17, 0, 257, -3000, '', 0, '2021-12-15 09:56:19', '2021-12-15 09:56:33', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '7-1221', 1, NULL, NULL),
(79, '2021-12-15', 18, 0, 644, 300, '', 0, '2021-12-15 10:15:01', '2021-12-15 10:16:03', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '5-1221', 1, NULL, NULL),
(80, '2021-12-15', 18, 0, 611, 500, '', 0, '2021-12-15 10:15:01', '2021-12-15 10:16:03', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '5-1221', 1, NULL, NULL),
(81, '2021-12-15', 18, 0, 624, 400, '', 0, '2021-12-15 10:15:01', '2021-12-15 10:16:03', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '5-1221', 1, NULL, NULL),
(82, '2021-12-15', 18, 0, 640, 100, '', 0, '2021-12-15 10:15:01', '2021-12-15 10:16:03', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '5-1221', 1, NULL, NULL),
(83, '2021-12-15', 18, 0, 247, -1300, '', 0, '2021-12-15 10:15:01', '2021-12-15 10:16:03', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '5-1221', 1, NULL, NULL),
(84, '2021-12-19', 19, 0, 60, 500, '', 10, '2021-12-19 12:49:30', '2021-12-24 15:53:43', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '8-1221', 1, NULL, NULL),
(85, '2021-12-19', 19, 0, 227, -500, '', 0, '2021-12-19 12:49:30', '2021-12-24 15:53:43', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '8-1221', 1, NULL, NULL),
(86, '2021-12-19', 20, 0, 227, 5000, '', 0, '2021-12-19 13:06:40', '2021-12-24 14:22:03', NULL, NULL, 1, 1, NULL, NULL, 1, 1, 22, 22, 22, '4-1221', 1, NULL, NULL),
(87, '2021-12-19', 20, 0, 826, -3000, '', 12, '2021-12-19 13:06:40', '2021-12-24 14:22:03', NULL, NULL, 1, 1, NULL, NULL, 1, 1, 22, 22, 22, '4-1221', 1, NULL, NULL),
(88, '2021-12-19', 20, 0, 825, -2000, '', 9, '2021-12-19 13:06:40', '2021-12-24 14:22:03', NULL, NULL, 1, 1, NULL, NULL, 1, 1, 22, 22, 22, '4-1221', 1, NULL, NULL),
(89, '2021-12-25', 21, 0, 227, 2500, 'CASH FROM Fee', 0, '2021-12-25 11:39:01', '2021-12-25 11:39:52', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '6-1221', 1, NULL, NULL),
(90, '2021-12-25', 21, 0, 228, -12500, 'CASH WiTHDRAWAL', 0, '2021-12-25 11:39:01', '2021-12-25 11:39:52', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '6-1221', 1, NULL, NULL),
(91, '2021-12-25', 21, 0, 229, 10000, 'CASH iNFLOW', 0, '2021-12-25 11:39:01', '2021-12-25 11:39:52', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '6-1221', 1, NULL, NULL),
(92, '2021-12-25', 22, 0, 232, 45000, 'CASH DEPOSCASH DEPOSiTEDTED', 0, '2021-12-25 12:07:38', '2021-12-25 12:09:19', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '7-1221', 1, NULL, NULL),
(93, '2021-12-25', 22, 0, 233, -50000, 'CASH WTHDRAWWAL', 0, '2021-12-25 12:07:38', '2021-12-25 12:09:19', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '7-1221', 1, NULL, NULL),
(94, '2021-12-25', 22, 0, 227, 5000, 'CASH DEPOSCASH DEPOSiTED TO MEEZAN BANK ACCOUNT . ACCOUNT NO. 45000, CHE NO. 364565', 0, '2021-12-25 12:07:38', '2021-12-25 12:09:19', NULL, NULL, 1, 5, NULL, NULL, 1, 1, 22, 22, 22, '7-1221', 1, NULL, NULL),
(95, '2021-12-28', 23, 0, 5, 5000, '', 0, '2021-12-28 10:44:44', '2021-12-28 10:44:57', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '9-1221', 1, NULL, NULL),
(96, '2021-12-28', 23, 0, 6, 2500, '', 0, '2021-12-28 10:44:44', '2021-12-28 10:44:57', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '9-1221', 1, NULL, NULL),
(97, '2021-12-28', 23, 0, 227, -7500, '', 0, '2021-12-28 10:44:44', '2021-12-28 10:44:57', NULL, NULL, 1, 3, NULL, NULL, 1, 1, 22, 22, 22, '9-1221', 1, NULL, NULL),
(98, '2021-12-30', 24, 0, 827, 50000, '', 0, '2021-12-30 11:01:10', '2021-12-30 11:01:10', NULL, NULL, 1, 3, NULL, NULL, 0, 0, 0, 0, 22, '10-1221', 1, NULL, NULL),
(99, '2021-12-30', 24, 0, 227, -50000, '', 0, '2021-12-30 11:01:10', '2021-12-30 11:01:10', NULL, NULL, 1, 3, NULL, NULL, 0, 0, 0, 0, 22, '10-1221', 1, NULL, NULL),
(100, '2021-12-30', 25, 0, 232, 5000, 'cash depost', 0, '2021-12-30 11:36:49', '2021-12-30 11:37:03', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '4-1221', 0, 'meezan', '125678'),
(101, '2021-12-30', 25, 0, 228, -5000, '', 0, '2021-12-30 11:36:49', '2021-12-30 11:37:03', NULL, NULL, 1, 2, NULL, NULL, 1, 1, 22, 22, 22, '4-1221', 0, 'meezan', '125678'),
(102, '2021-12-30', 26, 0, 227, 25000, '', 0, '2021-12-30 11:42:26', '2021-12-30 11:42:26', NULL, NULL, 1, 4, NULL, NULL, 0, 0, 0, 0, 22, '1-1221', 0, NULL, '1589'),
(103, '2021-12-30', 26, 0, 232, -25000, '', 0, '2021-12-30 11:42:26', '2021-12-30 11:42:26', NULL, NULL, 1, 4, NULL, NULL, 0, 0, 0, 0, 22, '1-1221', 0, NULL, '1589'),
(108, '2021-12-30', 27, 0, 5, 25000, '', 9, '2022-04-04 08:16:09', '2022-04-04 08:16:10', NULL, NULL, 1, 4, NULL, NULL, 0, 0, 0, 0, 22, '2-1221', 0, 'Meezan Bank', '69487483'),
(109, '2021-12-30', 27, 0, 825, -25000, '', 0, '2022-04-04 08:16:10', '2022-04-04 08:16:10', NULL, NULL, 1, 4, NULL, NULL, 0, 0, 0, 0, 22, '2-1221', 0, 'Meezan Bank', '69487483'),
(118, '2022-05-14', 28, 0, 5, 10, '', 0, '2022-05-16 06:18:30', '2022-05-16 06:18:30', NULL, NULL, 1, 5, NULL, NULL, 0, 0, 0, 0, 22, '8-0522', 1, NULL, NULL),
(119, '2022-05-14', 28, 0, 825, -10, '    ', 0, '2022-05-16 06:18:30', '2022-05-16 06:18:30', NULL, NULL, 1, 5, NULL, NULL, 0, 0, 0, 0, 22, '8-0522', 1, NULL, NULL),
(120, '2022-05-18', 29, 0, 5, 10, '', 0, '2022-06-29 12:40:17', '2022-06-29 12:40:17', NULL, NULL, 1, 5, NULL, NULL, 0, 0, 0, 0, 22, '01-062022', 1, NULL, NULL),
(121, '2022-05-18', 29, 0, 825, -10, '', 0, '2022-06-29 12:40:17', '2022-06-29 12:40:17', NULL, NULL, 1, 5, NULL, NULL, 0, 0, 0, 0, 22, '01-062022', 1, NULL, NULL),
(122, '2022-05-18', 30, 0, 5, 10, '', 0, '2022-06-29 12:55:47', '2022-06-29 12:55:47', NULL, NULL, 1, 5, NULL, NULL, 0, 0, 0, 0, 22, '09-052022', 1, NULL, NULL),
(123, '2022-05-18', 30, 0, 825, -10, '', 0, '2022-06-29 12:55:47', '2022-06-29 12:55:47', NULL, NULL, 1, 5, NULL, NULL, 0, 0, 0, 0, 22, '09-052022', 1, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `hrm_attendances`
--

CREATE TABLE `hrm_attendances` (
  `id` int(10) UNSIGNED NOT NULL,
  `employ_id` int(10) NOT NULL,
  `present_absent` int(10) NOT NULL COMMENT '1-present\r\n2-leave\r\n0-absent',
  `date` date NOT NULL,
  `user_id` int(11) NOT NULL,
  `checkin` time DEFAULT NULL,
  `checkout` time DEFAULT NULL,
  `status` int(11) NOT NULL,
  `leave_type` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_attendances`
--

INSERT INTO `hrm_attendances` (`id`, `employ_id`, `present_absent`, `date`, `user_id`, `checkin`, `checkout`, `status`, `leave_type`, `created_at`, `updated_at`) VALUES
(38, 2, 1, '2022-02-22', 22, '09:00:00', '18:00:00', 1, NULL, '2022-02-28 07:36:17', '2022-02-28 12:36:17'),
(39, 1, 1, '2022-02-22', 22, '09:00:00', '18:00:00', 1, NULL, '2022-02-28 07:36:17', '2022-02-28 12:36:17'),
(40, 3, 1, '2022-02-28', 22, '09:00:00', '18:00:00', 1, NULL, '2022-02-28 07:41:48', '2022-02-28 12:41:48'),
(41, 4, 1, '2022-02-28', 22, '09:00:00', '18:00:00', 1, NULL, '2022-02-28 07:41:48', '2022-02-28 12:41:48'),
(50, 3, 1, '2022-05-03', 22, '09:00:00', '18:00:00', 1, NULL, '2022-05-18 10:54:47', '2022-05-18 15:54:47'),
(51, 2, 0, '2022-05-03', 22, '00:00:00', '00:00:00', 1, NULL, '2022-05-18 10:54:47', '2022-05-18 15:54:47'),
(52, 3, 2, '2022-05-02', 22, '00:00:00', '00:00:00', 1, 0, '2022-05-18 10:54:47', '2022-05-18 15:54:47'),
(53, 2, 1, '2022-05-02', 22, '09:00:00', '18:00:00', 1, NULL, '2022-05-18 10:54:47', '2022-05-18 15:54:47');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_bank_account_details`
--

CREATE TABLE `hrm_bank_account_details` (
  `id` int(10) NOT NULL,
  `account_holder_name` varchar(156) DEFAULT NULL,
  `bank_name` text,
  `branch_location` varchar(156) DEFAULT NULL,
  `account_no` varchar(36) DEFAULT NULL,
  `bank_code` varchar(35) DEFAULT NULL,
  `employ_id` bigint(20) UNSIGNED NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_bank_account_details`
--

INSERT INTO `hrm_bank_account_details` (`id`, `account_holder_name`, `bank_name`, `branch_location`, `account_no`, `bank_code`, `employ_id`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, 'Aitazaz', 'Meezan', 'Saddar Rawalpindi', '123456789', '1221', 1, NULL, '2022-02-12 06:50:02', '2022-02-25 20:02:19'),
(2, 'Rahman', 'Allied', 'Sawat', '3457234987', '2324', 2, NULL, '2022-02-12 07:00:49', '2022-02-25 15:39:02'),
(3, 'usman', 'HBL', 'swat', '12345', '111', 3, NULL, '2022-02-25 21:05:57', '2022-02-25 21:30:28'),
(4, 'hanza', 'national bank', 'phase 7', '43456', '543', 4, NULL, '2022-02-26 04:51:11', '2022-02-26 05:24:21'),
(5, 'umer sir', 'National Bank', 'Islamabad', '353654345', '123432', 5, NULL, '2022-02-26 20:24:52', '2022-02-26 20:24:52');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_company_detail`
--

CREATE TABLE `hrm_company_detail` (
  `id` int(10) UNSIGNED NOT NULL,
  `employee_code` varchar(60) DEFAULT NULL,
  `department` int(156) DEFAULT NULL,
  `country` varchar(156) DEFAULT NULL,
  `city` varchar(25) DEFAULT NULL,
  `employ_id` int(11) DEFAULT NULL,
  `date_of_joining` date DEFAULT NULL,
  `monthly_salary` double(8,2) DEFAULT NULL,
  `salary_method` enum('cheque','bank','cash','') NOT NULL,
  `designation` int(35) DEFAULT NULL,
  `contract_type` enum('full_time','contract') DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_company_detail`
--

INSERT INTO `hrm_company_detail` (`id`, `employee_code`, `department`, `country`, `city`, `employ_id`, `date_of_joining`, `monthly_salary`, `salary_method`, `designation`, `contract_type`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, '122', 5, '165', '173', 1, '2022-01-01', 25000.00, 'bank', 6, 'full_time', NULL, '2022-02-12 06:50:02', '2022-02-25 20:02:19'),
(2, '3222', 3, '165', '178', 2, '2022-02-01', 30000.00, 'bank', 3, 'contract', NULL, '2022-02-12 07:00:49', '2022-02-25 15:39:02'),
(3, '123', 5, '165', '188', 3, '2022-02-25', 50000.00, 'cheque', 6, 'full_time', NULL, '2022-02-25 21:05:57', '2022-02-25 21:30:28'),
(4, '12321', 3, '165', '169', 4, '2022-02-25', 70000.00, 'bank', 3, 'full_time', NULL, '2022-02-26 04:51:11', '2022-02-26 05:24:21'),
(5, '1234', 2, '165', '74', 5, '2022-02-26', 100000.00, 'bank', 1, 'full_time', NULL, '2022-02-26 20:24:52', '2022-02-26 20:24:52'),
(6, '34545', 5, '165', '120', 6, NULL, 150000.00, 'cash', 5, 'full_time', NULL, '2022-07-25 06:52:29', '2022-07-25 06:52:29');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employees`
--

CREATE TABLE `hrm_employees` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `email` varchar(191) NOT NULL,
  `password` varchar(191) DEFAULT NULL,
  `cnic` varchar(30) NOT NULL,
  `gender` enum('Male','Female') NOT NULL,
  `dob` date NOT NULL,
  `phone_no` varchar(25) NOT NULL,
  `residential_address` varchar(156) NOT NULL,
  `pemanent_address` varchar(191) NOT NULL,
  `status` int(11) NOT NULL DEFAULT '1' COMMENT '1=>for active employee\r\n0=>for in active\r\n2=>for terminate',
  `user_id` int(10) NOT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_employees`
--

INSERT INTO `hrm_employees` (`id`, `name`, `email`, `password`, `cnic`, `gender`, `dob`, `phone_no`, `residential_address`, `pemanent_address`, `status`, `user_id`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, 'Aitazaz Ellahi', 'aitzaz@demo.com', NULL, '38303-4306966-1', 'Male', '1998-01-28', '0301-7809669', 'kundian', 'Mianwali', 1, 15, NULL, '2022-02-12 06:50:02', '2022-02-25 20:02:19'),
(2, 'Rahman ullah', 'sapna@gmail.com', NULL, '32456-7325688-1', 'Male', '1995-12-11', '0348-9454010', 'maidan', 'maidan', 1, 15, NULL, '2022-02-12 07:00:49', '2022-02-25 15:39:02'),
(3, 'Usaman', 'usman@gmail.com', NULL, '11111-11111__-_', 'Male', '2022-02-25', '0399-9999999', 'swat', 'swat', 1, 1, NULL, '2022-02-25 21:05:57', '2022-02-25 21:30:28'),
(4, 'hamza shahi', 'hamza@gmail.com', NULL, '79645-6868476-5', 'Male', '2022-02-25', '0348-9451111', 'phase 7', 'phase 7', 1, 1, NULL, '2022-02-26 04:51:11', '2022-02-26 05:24:21'),
(5, 'Umer sir', 'umer@gmail.com', NULL, '45604356340856', 'Male', '2000-02-26', '564534576357', 'islamabad', 'islamabad', 1, 1, NULL, '2022-02-26 20:24:52', '2022-02-26 20:24:52'),
(6, 'usman', 'uali21453@gmail.com', NULL, '333333333333333', 'Male', '2022-07-25', '031032844', 'test', 'tset', 1, 9, NULL, '2022-07-25 06:52:29', '2022-07-25 06:52:29');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employees_benevolent_funds`
--

CREATE TABLE `hrm_employees_benevolent_funds` (
  `id` int(11) NOT NULL,
  `employ_id` int(11) NOT NULL,
  `month` int(11) DEFAULT NULL,
  `year` int(11) DEFAULT NULL,
  `bf_fund` double(8,2) DEFAULT NULL,
  `bf_fund_company_con` double(8,2) DEFAULT NULL,
  `status` int(11) DEFAULT '1' COMMENT '1 => not received bf\r\n , 0 => received bf',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `is_approved` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_employees_benevolent_funds`
--

INSERT INTO `hrm_employees_benevolent_funds` (`id`, `employ_id`, `month`, `year`, `bf_fund`, `bf_fund_company_con`, `status`, `created_at`, `updated_at`, `is_approved`) VALUES
(13, 1, 2, 2022, 3000.00, 3000.00, 1, '2022-02-25 14:41:55', '2022-02-26 05:27:56', 1),
(14, 2, 2, 2022, 800.00, 800.00, 1, '2022-02-25 14:43:08', '2022-02-26 05:49:29', 1),
(15, 3, 2, 2022, 3000.00, 3000.00, 1, '2022-02-25 21:07:34', '2022-02-26 06:24:42', 1),
(16, 4, 2, 2022, 3000.00, 3000.00, 1, '2022-02-26 04:53:04', '2022-02-26 20:17:34', 1),
(17, 5, 2, 2022, 4500.00, 4500.00, 1, '2022-02-26 20:27:31', '2022-02-26 21:01:31', 1);

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employees_benevolent_fund_settings`
--

CREATE TABLE `hrm_employees_benevolent_fund_settings` (
  `id` int(11) NOT NULL,
  `bf_fund` double(8,0) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_employees_benevolent_fund_settings`
--

INSERT INTO `hrm_employees_benevolent_fund_settings` (`id`, `bf_fund`, `created_at`, `updated_at`) VALUES
(1, 5, '2021-12-29 04:35:59', '2022-01-19 06:41:36');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employees_deductions`
--

CREATE TABLE `hrm_employees_deductions` (
  `id` int(11) NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `hrm_employees_deductions`
--

INSERT INTO `hrm_employees_deductions` (`id`, `name`, `created_at`, `updated_at`) VALUES
(5, 'EOBI (Employee Cont)', '2022-02-01 05:07:46', '2022-02-01 05:07:46'),
(6, 'SESSI', '2022-02-01 05:08:11', '2022-02-01 05:08:11');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employees_documents`
--

CREATE TABLE `hrm_employees_documents` (
  `id` int(11) NOT NULL,
  `employ_id` bigint(20) UNSIGNED NOT NULL,
  `certificate` varchar(156) DEFAULT NULL,
  `resume` varchar(156) DEFAULT NULL,
  `photo` varchar(156) DEFAULT NULL,
  `deleted_at` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_employees_documents`
--

INSERT INTO `hrm_employees_documents` (`id`, `employ_id`, `certificate`, `resume`, `photo`, `deleted_at`, `created_at`, `updated_at`) VALUES
(1, 1, NULL, NULL, NULL, NULL, '2022-02-12 06:50:02', '2022-02-25 20:02:19'),
(2, 2, NULL, NULL, NULL, NULL, '2022-02-12 07:00:49', '2022-02-25 15:39:02'),
(3, 3, NULL, NULL, NULL, NULL, '2022-02-25 21:05:57', '2022-02-25 21:30:28'),
(4, 4, NULL, NULL, NULL, NULL, '2022-02-26 04:51:11', '2022-02-26 05:24:21'),
(5, 5, NULL, NULL, NULL, NULL, '2022-02-26 20:24:53', '2022-02-26 20:24:53'),
(6, 6, NULL, NULL, NULL, NULL, '2022-07-25 06:52:29', '2022-07-25 06:52:29');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employees_loans`
--

CREATE TABLE `hrm_employees_loans` (
  `id` int(10) UNSIGNED NOT NULL,
  `employ_id` int(11) NOT NULL,
  `type` varchar(156) DEFAULT NULL,
  `loan_amount` double(8,2) DEFAULT NULL,
  `remaning` double(8,2) DEFAULT NULL,
  `date` date DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_sent` int(11) NOT NULL DEFAULT '1' COMMENT '1-sent to accounts 2-voucher created',
  `is_book` int(11) NOT NULL DEFAULT '0',
  `payment_method` varchar(156) DEFAULT NULL,
  `receipt_no` varchar(156) DEFAULT NULL,
  `notes` varchar(156) DEFAULT NULL,
  `instrument_no` int(11) DEFAULT NULL,
  `is_approved` int(10) NOT NULL DEFAULT '0' COMMENT 'is_approved=>1,loan/advanve is approved\r\n''is_approved''=>1, not approved\r\n'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_employees_loans`
--

INSERT INTO `hrm_employees_loans` (`id`, `employ_id`, `type`, `loan_amount`, `remaning`, `date`, `created_at`, `updated_at`, `is_sent`, `is_book`, `payment_method`, `receipt_no`, `notes`, `instrument_no`, `is_approved`) VALUES
(6, 2, 'Advance', 60000.00, 54000.00, '2022-02-17', '2022-02-18 04:56:34', '2022-02-25 14:43:09', 1, 0, 'Cash', 'REC157279', 'loan', NULL, 1),
(7, 2, 'Loan', 12000.00, 12000.00, '2022-02-19', '2022-02-18 19:22:30', '2022-02-18 20:26:07', 1, 0, 'Cheque', 'REC816777', 'Rahman Ullah Take Loan 12000 date 02/19/2022', 123321, 0),
(8, 1, 'Advance', 50000.00, 45000.00, '2022-02-24', '2022-02-24 04:56:01', '2022-02-25 14:41:55', 1, 0, 'Cash', 'REC455401', 'test', 1234, 1);

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employees_overtimes`
--

CREATE TABLE `hrm_employees_overtimes` (
  `id` int(10) UNSIGNED NOT NULL,
  `employ_id` int(10) NOT NULL,
  `month` int(10) NOT NULL,
  `title` varchar(191) NOT NULL,
  `hourse` int(11) NOT NULL,
  `rate` double(8,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employee_adjustment_loan`
--

CREATE TABLE `hrm_employee_adjustment_loan` (
  `id` int(11) UNSIGNED NOT NULL,
  `date` date DEFAULT NULL,
  `employ_id` int(11) DEFAULT NULL,
  `loan_id` int(11) DEFAULT NULL,
  `type` varchar(11) DEFAULT NULL,
  `adjustment_amount` double(8,2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_approved` int(10) NOT NULL DEFAULT '0' COMMENT '0=>not approved,1=>approved'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_employee_adjustment_loan`
--

INSERT INTO `hrm_employee_adjustment_loan` (`id`, `date`, `employ_id`, `loan_id`, `type`, `adjustment_amount`, `created_at`, `updated_at`, `is_approved`) VALUES
(13, '2022-02-25', 1, 8, 'Advance', 5000.00, '2022-02-25 14:41:55', '2022-02-25 14:41:55', 1),
(14, '2022-02-25', 2, 6, 'Advance', 6000.00, '2022-02-25 14:43:09', '2022-02-26 05:49:29', 1);

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employee_allownces`
--

CREATE TABLE `hrm_employee_allownces` (
  `id` int(11) NOT NULL,
  `name` varchar(100) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `hrm_employee_allownces`
--

INSERT INTO `hrm_employee_allownces` (`id`, `name`, `created_at`, `updated_at`) VALUES
(11, 'House Rent Allownace', '2022-02-01 05:04:06', '2022-02-01 05:04:06'),
(12, 'Medical Allowance', '2022-02-01 05:04:33', '2022-02-01 05:04:33'),
(13, 'Utility Allowance', '2022-02-01 05:05:02', '2022-02-01 05:05:02'),
(14, 'Arears, if any.', '2022-02-01 05:05:55', '2022-02-01 05:05:55'),
(15, 'Others / Allowances', '2022-02-01 05:06:24', '2022-02-01 05:06:24');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employee_attendance_scheduales`
--

CREATE TABLE `hrm_employee_attendance_scheduales` (
  `id` int(10) NOT NULL,
  `medical_leave` int(10) DEFAULT NULL,
  `anual_leave` int(11) DEFAULT NULL,
  `other_leave` int(11) DEFAULT NULL,
  `special_leave` int(11) DEFAULT NULL,
  `weekend` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_employee_attendance_scheduales`
--

INSERT INTO `hrm_employee_attendance_scheduales` (`id`, `medical_leave`, `anual_leave`, `other_leave`, `special_leave`, `weekend`, `created_at`, `updated_at`) VALUES
(1, 12, 24, 48, 18, NULL, '2021-11-27 09:37:05', '2022-01-25 16:47:26');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employee_commissions`
--

CREATE TABLE `hrm_employee_commissions` (
  `id` int(10) UNSIGNED NOT NULL,
  `employ_id` int(10) NOT NULL,
  `commission_month` int(10) NOT NULL,
  `commission_title` varchar(191) NOT NULL,
  `commission_amount` double(8,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employee_deductions`
--

CREATE TABLE `hrm_employee_deductions` (
  `id` int(10) UNSIGNED NOT NULL,
  `employ_id` int(10) NOT NULL,
  `deduction_title` varchar(191) NOT NULL,
  `deduction_amount` double(8,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_employee_deductions`
--

INSERT INTO `hrm_employee_deductions` (`id`, `employ_id`, `deduction_title`, `deduction_amount`, `created_at`, `updated_at`) VALUES
(1, 1, 'EOBI (Employee Cont)', 1000.00, '2022-02-12 06:55:30', '2022-02-12 06:55:30'),
(3, 2, 'EOBI (Employee Cont)', 4000.00, '2022-02-14 07:57:08', '2022-02-14 07:57:08'),
(4, 2, 'SESSI', 2000.00, '2022-02-14 07:57:08', '2022-02-14 07:57:08'),
(5, 3, 'EOBI (Employee Cont)', 5000.00, '2022-02-25 21:07:07', '2022-02-25 21:07:07'),
(6, 4, 'EOBI (Employee Cont)', 5000.00, '2022-02-26 04:52:24', '2022-02-26 04:52:24'),
(7, 5, 'SESSI', 10000.00, '2022-02-26 20:26:11', '2022-02-26 20:26:11');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employee_designations`
--

CREATE TABLE `hrm_employee_designations` (
  `id` int(11) NOT NULL,
  `name` varchar(156) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_employee_designations`
--

INSERT INTO `hrm_employee_designations` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'Teacher', '2021-12-23 07:25:05', '2021-12-23 08:14:45'),
(3, 'Developer', '2021-12-23 08:27:10', '2021-12-23 08:27:10'),
(5, 'Accountant', '2022-01-25 10:31:35', '2022-01-25 10:35:46'),
(6, 'Acoount Manager', '2022-02-12 06:19:33', '2022-02-12 06:19:33');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employee_expences`
--

CREATE TABLE `hrm_employee_expences` (
  `id` int(10) UNSIGNED NOT NULL,
  `employ_id` int(10) NOT NULL,
  `allownace_title` varchar(191) NOT NULL,
  `allownace_amount` double(8,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_employee_expences`
--

INSERT INTO `hrm_employee_expences` (`id`, `employ_id`, `allownace_title`, `allownace_amount`, `created_at`, `updated_at`) VALUES
(1, 1, 'House Rent Allownace', 10000.00, '2022-02-12 06:51:28', '2022-02-12 06:51:28'),
(3, 1, 'Medical Allowance', 50000.00, '2022-02-12 06:52:59', '2022-02-12 06:52:59'),
(4, 2, 'House Rent Allownace', 5000.00, '2022-02-12 07:01:29', '2022-02-12 07:01:29'),
(5, 2, 'Arears, if any.', 2000.00, '2022-02-14 07:51:58', '2022-02-14 07:51:58'),
(7, 2, 'Medical Allowance', 6000.00, '2022-02-14 07:54:09', '2022-02-14 07:54:09'),
(8, 2, 'Utility Allowance', 3000.00, '2022-02-14 07:54:09', '2022-02-14 07:54:09'),
(9, 3, 'Medical Allowance', 60000.00, '2022-02-25 21:06:50', '2022-02-25 21:06:50'),
(10, 4, 'House Rent Allownace', 40000.00, '2022-02-26 04:51:45', '2022-02-26 04:51:45'),
(11, 4, 'Medical Allowance', 20000.00, '2022-02-26 04:52:07', '2022-02-26 04:52:07'),
(12, 5, 'House Rent Allownace', 65000.00, '2022-02-26 20:25:17', '2022-02-26 20:25:17'),
(13, 5, 'Medical Allowance', 25000.00, '2022-02-26 20:25:34', '2022-02-26 20:25:34');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employee_loan_advance_documents`
--

CREATE TABLE `hrm_employee_loan_advance_documents` (
  `id` int(11) UNSIGNED NOT NULL,
  `employ_id` int(11) NOT NULL,
  `document_url` varchar(156) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_employee_loan_advance_documents`
--

INSERT INTO `hrm_employee_loan_advance_documents` (`id`, `employ_id`, `document_url`, `created_at`, `updated_at`) VALUES
(1, 2, '2-1644649508-Loan & Advance Letter _ Rehman.pdf', '2022-02-12 07:05:08', '2022-02-12 07:05:08');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_employee_salaries`
--

CREATE TABLE `hrm_employee_salaries` (
  `id` int(11) NOT NULL,
  `employ_id` int(11) NOT NULL,
  `month` int(11) DEFAULT NULL,
  `year` int(10) DEFAULT NULL,
  `total_deduction` double(8,2) DEFAULT NULL,
  `total_earning` double(8,2) DEFAULT NULL,
  `net_salary` double(8,2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `hrm_monthly_earning_deductions`
--

CREATE TABLE `hrm_monthly_earning_deductions` (
  `id` int(10) UNSIGNED NOT NULL,
  `employ_id` int(10) NOT NULL,
  `year` int(11) DEFAULT NULL,
  `month` int(11) DEFAULT NULL,
  `basic_salary` double(8,2) DEFAULT NULL,
  `title` varchar(156) DEFAULT NULL,
  `tax` double(8,2) DEFAULT NULL,
  `amount` double(8,2) DEFAULT NULL,
  `type` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_sent` int(1) NOT NULL DEFAULT '1' COMMENT '1-sent to accounts\r\n2-voucher created',
  `is_book` int(1) NOT NULL DEFAULT '0',
  `is_approved` int(10) DEFAULT '0' COMMENT '0 => not approved\r\n1=>approved\r\n'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_monthly_earning_deductions`
--

INSERT INTO `hrm_monthly_earning_deductions` (`id`, `employ_id`, `year`, `month`, `basic_salary`, `title`, `tax`, `amount`, `type`, `created_at`, `updated_at`, `is_sent`, `is_book`, `is_approved`) VALUES
(165, 1, 2022, 2, NULL, 'Monthly Salary', NULL, 0.00, 1, '2022-02-25 14:41:54', '2022-02-26 05:27:56', 1, 0, 1),
(166, 1, 2022, 2, NULL, 'House Rent Allownace', NULL, 10000.00, 1, '2022-02-25 14:41:54', '2022-02-26 05:27:56', 1, 0, 1),
(167, 1, 2022, 2, NULL, 'Medical Allowance', NULL, 50000.00, 1, '2022-02-25 14:41:54', '2022-02-26 05:27:56', 1, 0, 1),
(168, 1, 2022, 2, NULL, 'Tax', NULL, 0.00, 0, '2022-02-25 14:41:54', '2022-02-26 05:27:56', 1, 0, 1),
(169, 1, 2022, 2, NULL, 'Late Fine', NULL, 0.00, 0, '2022-02-25 14:41:55', '2022-02-26 05:27:56', 1, 0, 1),
(170, 1, 2022, 2, NULL, 'Absent Fine', NULL, 0.00, 0, '2022-02-25 14:41:55', '2022-02-26 05:27:56', 1, 0, 1),
(171, 1, 2022, 2, NULL, 'EOBI (Employee Cont)', NULL, 1000.00, 0, '2022-02-25 14:41:55', '2022-02-26 05:27:56', 1, 0, 1),
(172, 1, 2022, 2, NULL, NULL, 500.00, NULL, 2, '2022-02-25 14:41:55', '2022-02-26 05:27:56', 1, 0, 1),
(173, 2, 2022, 2, NULL, 'Monthly Salary', NULL, 0.00, 1, '2022-02-25 14:43:08', '2022-02-26 05:49:28', 1, 0, 1),
(174, 2, 2022, 2, NULL, 'House Rent Allownace', NULL, 5000.00, 1, '2022-02-25 14:43:08', '2022-02-26 05:49:28', 1, 0, 1),
(175, 2, 2022, 2, NULL, 'Arears, if any.', NULL, 2000.00, 1, '2022-02-25 14:43:08', '2022-02-26 05:49:28', 1, 0, 1),
(176, 2, 2022, 2, NULL, 'Medical Allowance', NULL, 6000.00, 1, '2022-02-25 14:43:08', '2022-02-26 05:49:28', 1, 0, 1),
(177, 2, 2022, 2, NULL, 'Utility Allowance', NULL, 3000.00, 1, '2022-02-25 14:43:08', '2022-02-26 05:49:28', 1, 0, 1),
(178, 2, 2022, 2, NULL, 'Tax', NULL, 0.00, 0, '2022-02-25 14:43:08', '2022-02-26 05:49:28', 1, 0, 1),
(179, 2, 2022, 2, NULL, 'Late Fine', NULL, 0.00, 0, '2022-02-25 14:43:08', '2022-02-26 05:49:28', 1, 0, 1),
(180, 2, 2022, 2, NULL, 'Absent Fine', NULL, 0.00, 0, '2022-02-25 14:43:08', '2022-02-26 05:49:28', 1, 0, 1),
(181, 2, 2022, 2, NULL, 'EOBI (Employee Cont)', NULL, 4000.00, 0, '2022-02-25 14:43:08', '2022-02-26 05:49:28', 1, 0, 1),
(182, 2, 2022, 2, NULL, 'SESSI', NULL, 2000.00, 0, '2022-02-25 14:43:08', '2022-02-26 05:49:28', 1, 0, 1),
(183, 2, 2022, 2, NULL, NULL, 0.00, NULL, 2, '2022-02-25 14:43:08', '2022-02-26 05:49:28', 1, 0, 1),
(184, 3, 2022, 2, NULL, 'Monthly Salary', NULL, 0.00, 1, '2022-02-25 21:07:34', '2022-02-26 06:24:42', 1, 0, 1),
(185, 3, 2022, 2, NULL, 'Medical Allowance', NULL, 60000.00, 1, '2022-02-25 21:07:34', '2022-02-26 06:24:42', 1, 0, 1),
(186, 3, 2022, 2, NULL, 'Tax', NULL, 0.00, 0, '2022-02-25 21:07:34', '2022-02-26 06:24:42', 1, 0, 1),
(187, 3, 2022, 2, NULL, 'Late Fine', NULL, 0.00, 0, '2022-02-25 21:07:34', '2022-02-26 06:24:42', 1, 0, 1),
(188, 3, 2022, 2, NULL, 'Absent Fine', NULL, 0.00, 0, '2022-02-25 21:07:34', '2022-02-26 06:24:42', 1, 0, 1),
(189, 3, 2022, 2, NULL, 'EOBI (Employee Cont)', NULL, 5000.00, 0, '2022-02-25 21:07:34', '2022-02-26 06:24:42', 1, 0, 1),
(190, 3, 2022, 2, NULL, NULL, 500.00, NULL, 2, '2022-02-25 21:07:34', '2022-02-26 06:24:42', 1, 0, 1),
(191, 4, 2022, 2, NULL, 'Monthly Salary', NULL, 0.00, 1, '2022-02-26 04:53:04', '2022-02-26 20:17:34', 1, 0, 1),
(192, 4, 2022, 2, NULL, 'House Rent Allownace', NULL, 40000.00, 1, '2022-02-26 04:53:04', '2022-02-26 20:17:34', 1, 0, 1),
(193, 4, 2022, 2, NULL, 'Medical Allowance', NULL, 20000.00, 1, '2022-02-26 04:53:04', '2022-02-26 20:17:34', 1, 0, 1),
(194, 4, 2022, 2, NULL, 'Tax', NULL, 0.00, 0, '2022-02-26 04:53:04', '2022-02-26 20:17:34', 1, 0, 1),
(195, 4, 2022, 2, NULL, 'Late Fine', NULL, 0.00, 0, '2022-02-26 04:53:04', '2022-02-26 20:17:34', 1, 0, 1),
(196, 4, 2022, 2, NULL, 'Absent Fine', NULL, 0.00, 0, '2022-02-26 04:53:04', '2022-02-26 20:17:34', 1, 0, 1),
(197, 4, 2022, 2, NULL, 'EOBI (Employee Cont)', NULL, 5000.00, 0, '2022-02-26 04:53:04', '2022-02-26 20:17:34', 1, 0, 1),
(198, 4, 2022, 2, NULL, NULL, 500.00, NULL, 2, '2022-02-26 04:53:05', '2022-02-26 20:17:34', 1, 0, 1),
(199, 5, 2022, 2, NULL, 'Monthly Salary', NULL, 0.00, 1, '2022-02-26 20:27:30', '2022-02-26 21:01:31', 1, 0, 1),
(200, 5, 2022, 2, NULL, 'House Rent Allownace', NULL, 65000.00, 1, '2022-02-26 20:27:30', '2022-02-26 21:01:31', 1, 0, 1),
(201, 5, 2022, 2, NULL, 'Medical Allowance', NULL, 25000.00, 1, '2022-02-26 20:27:30', '2022-02-26 21:01:31', 1, 0, 1),
(202, 5, 2022, 2, NULL, 'Tax', NULL, 0.00, 0, '2022-02-26 20:27:31', '2022-02-26 21:01:31', 1, 0, 1),
(203, 5, 2022, 2, NULL, 'Late Fine', NULL, 0.00, 0, '2022-02-26 20:27:31', '2022-02-26 21:01:31', 1, 0, 1),
(204, 5, 2022, 2, NULL, 'Absent Fine', NULL, 0.00, 0, '2022-02-26 20:27:31', '2022-02-26 21:01:31', 1, 0, 1),
(205, 5, 2022, 2, NULL, 'SESSI', NULL, 10000.00, 0, '2022-02-26 20:27:31', '2022-02-26 21:01:31', 1, 0, 1),
(206, 5, 2022, 2, NULL, NULL, 2000.00, NULL, 2, '2022-02-26 20:27:31', '2022-02-26 21:01:31', 1, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `hrm_settings`
--

CREATE TABLE `hrm_settings` (
  `id` int(10) UNSIGNED NOT NULL,
  `checkin` time NOT NULL,
  `checkout` time NOT NULL,
  `late_fine` double(8,2) DEFAULT NULL,
  `weekend_day` varchar(156) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_settings`
--

INSERT INTO `hrm_settings` (`id`, `checkin`, `checkout`, `late_fine`, `weekend_day`, `created_at`, `updated_at`) VALUES
(1, '10:00:00', '06:00:00', 200.00, 'Sun,Sat', '2021-11-21 16:42:25', '2021-12-13 05:36:50');

-- --------------------------------------------------------

--
-- Table structure for table `hrm_taxcitions`
--

CREATE TABLE `hrm_taxcitions` (
  `id` int(10) NOT NULL,
  `minimum` double DEFAULT NULL,
  `no` int(10) NOT NULL,
  `maximum` double DEFAULT NULL,
  `deduct_amount` double DEFAULT NULL,
  `deduct_percentage` double DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `hrm_taxcitions`
--

INSERT INTO `hrm_taxcitions` (`id`, `minimum`, `no`, `maximum`, `deduct_amount`, `deduct_percentage`, `created_at`, `updated_at`) VALUES
(1, 0, 1, 600000, 0, 0, '2021-12-18 05:40:55', '2021-12-19 08:20:39'),
(2, 600000, 2, 1200000, 0, 5, '2021-12-18 05:42:45', '2021-12-20 05:50:14'),
(3, 1200000, 3, 1800000, 30000, 10, '2021-12-18 05:42:45', '2021-12-18 05:42:45'),
(4, 1800000, 4, 2500000, 90000, 15, '2021-12-18 05:42:45', '2021-12-18 05:42:45'),
(5, 2500000, 5, 3500000, 195000, 17.5, '2021-12-18 05:42:45', '2021-12-18 05:42:45'),
(6, 3500000, 6, 5000000, 370000, 20, '2021-12-18 05:42:45', '2021-12-18 05:42:45'),
(7, 5000000, 7, 8000000, 670000, 22.5, '2021-12-18 05:42:45', '2021-12-18 05:42:45');

-- --------------------------------------------------------

--
-- Table structure for table `installment_plans`
--

CREATE TABLE `installment_plans` (
  `id` int(10) UNSIGNED NOT NULL,
  `plot_type` int(10) UNSIGNED NOT NULL,
  `plot_size` int(10) UNSIGNED NOT NULL,
  `cost_amount` double NOT NULL,
  `down_payment` double NOT NULL,
  `confirmation_fee` double NOT NULL,
  `plot_belting_fee` double DEFAULT NULL,
  `possession_fee` double NOT NULL,
  `installment` double NOT NULL,
  `total_months` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `six_installment` double DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `installment_plan_attributes`
--

CREATE TABLE `installment_plan_attributes` (
  `id` int(10) UNSIGNED NOT NULL,
  `installment_plan_id` int(10) UNSIGNED NOT NULL,
  `payment_head_id` int(10) UNSIGNED NOT NULL,
  `value` double(8,2) 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 `inventories`
--

CREATE TABLE `inventories` (
  `id` int(10) UNSIGNED NOT NULL,
  `unit_category_id` int(10) UNSIGNED DEFAULT NULL,
  `unit_size_id` int(10) UNSIGNED NOT NULL,
  `unit_number` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `total_price` double NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `status` tinyint(1) NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `extra_amount_description` text COLLATE utf8mb4_unicode_ci,
  `extra_amount` double DEFAULT NULL,
  `unit_type_id` int(10) UNSIGNED NOT NULL,
  `unit_floor_id` int(10) UNSIGNED DEFAULT NULL,
  `name` text COLLATE utf8mb4_unicode_ci,
  `cnic` text COLLATE utf8mb4_unicode_ci,
  `email` text COLLATE utf8mb4_unicode_ci,
  `phone_number` text COLLATE utf8mb4_unicode_ci,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `dealer_id` int(11) DEFAULT NULL,
  `area` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `token_amount` int(11) DEFAULT NULL,
  `inventory_type` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `inventories`
--

INSERT INTO `inventories` (`id`, `unit_category_id`, `unit_size_id`, `unit_number`, `total_price`, `created_at`, `updated_at`, `status`, `description`, `extra_amount_description`, `extra_amount`, `unit_type_id`, `unit_floor_id`, `name`, `cnic`, `email`, `phone_number`, `is_deleted`, `dealer_id`, `area`, `token_amount`, `inventory_type`) VALUES
(4, NULL, 15, 'LG402S', 5316000, '2021-11-09 04:42:16', '2022-07-19 07:12:09', 2, NULL, NULL, 0, 2, 8, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0),
(5, NULL, 30, 'LG383', 5440500, '2021-11-09 19:20:48', '2022-07-19 08:14:44', 2, NULL, NULL, 0, 1, 1, '', '', '', '', 0, NULL, NULL, NULL, 0),
(6, NULL, 3, 'LG3773', 5622000, '2021-11-09 20:02:05', '2021-11-09 20:02:41', 2, NULL, NULL, 0, 1, 1, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0),
(7, NULL, 15, 'LG939', 5980500, '2021-11-16 11:00:07', '2022-03-22 11:50:18', 2, NULL, NULL, 0, 1, 1, '', '', '', '', 0, NULL, NULL, NULL, 0),
(8, NULL, 15, 'LG2838', 5316000, '2021-11-17 06:40:40', '2021-11-17 10:21:47', 2, NULL, NULL, 0, 1, 4, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0),
(9, NULL, 3, 'LG8383', 5622000, '2021-11-17 10:26:05', '2021-11-17 10:26:56', 2, NULL, NULL, 0, 1, 1, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0),
(10, NULL, 15, 'Lg348', 5316000, '2021-11-17 10:28:32', '2021-11-17 10:29:40', 2, NULL, NULL, 0, 1, 3, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0),
(11, NULL, 36, 'G-122', 4483080, '2021-12-29 23:31:58', '2022-03-24 06:44:01', 2, NULL, NULL, 0, 1, 1, '', '', '', '', 0, NULL, NULL, NULL, 0),
(12, NULL, 20, 'LG 1099', 4428000, '2021-12-30 09:27:50', '2022-06-07 10:00:53', 2, NULL, NULL, 0, 1, 1, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0),
(13, NULL, 36, 'LG839', 4931388, '2022-03-23 09:50:10', '2022-04-06 08:16:38', 2, NULL, NULL, 448308, 1, 1, 'usman', '43343-343223-2', NULL, '030549929933', 0, 4, NULL, 31388, 0),
(14, NULL, 17, '3713', 1320000, '2022-05-30 09:37:19', '2022-05-30 09:38:43', 2, NULL, NULL, 120000, 1, 17, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 1),
(15, NULL, 1, '6730', 63000, '2022-06-13 06:33:17', '2022-06-13 10:30:35', 2, NULL, NULL, 3000, 1, 1, '', '', '', '', 0, NULL, NULL, NULL, 0),
(16, NULL, 1, '9065', 66000, '2022-07-04 06:19:13', '2022-07-04 06:20:19', 2, NULL, NULL, 6000, 1, 1, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0),
(17, NULL, 1, '6251', 66000, '2022-07-04 07:08:00', '2022-07-04 07:08:49', 2, NULL, NULL, 6000, 1, 1, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `inventory_categories`
--

CREATE TABLE `inventory_categories` (
  `id` int(10) UNSIGNED NOT NULL,
  `inventory_id` int(10) UNSIGNED NOT NULL,
  `unit_category_id` int(10) UNSIGNED NOT NULL,
  `amount` 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 `inventory_categories`
--

INSERT INTO `inventory_categories` (`id`, `inventory_id`, `unit_category_id`, `amount`, `created_at`, `updated_at`) VALUES
(2, 11, 2, NULL, '2022-03-22 10:50:24', '2022-03-22 10:50:24'),
(4, 13, 1, NULL, '2022-03-23 09:51:26', '2022-03-23 09:51:26'),
(5, 14, 1, NULL, '2022-05-30 09:37:19', '2022-05-30 09:37:19'),
(6, 15, 2, NULL, '2022-06-13 10:13:50', '2022-06-13 10:13:50'),
(7, 16, 1, NULL, '2022-07-04 06:19:13', '2022-07-04 06:19:13'),
(8, 17, 1, NULL, '2022-07-04 07:08:00', '2022-07-04 07:08:00');

-- --------------------------------------------------------

--
-- Table structure for table `inventory_old_names`
--

CREATE TABLE `inventory_old_names` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `inventory_id` int(11) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `inventory_old_names`
--

INSERT INTO `inventory_old_names` (`id`, `name`, `inventory_id`, `created_at`, `updated_at`) VALUES
(1, '3456', 0, '2021-12-28 11:16:48', '2021-12-28 11:16:48');

-- --------------------------------------------------------

--
-- Table structure for table `items`
--

CREATE TABLE `items` (
  `id` int(10) UNSIGNED NOT NULL,
  `item_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `item_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `type` enum('consumable','tools','direct_material') COLLATE utf8mb4_unicode_ci NOT NULL,
  `risk_type` enum('critical','non_critical') COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'critical or non critical items mean how much risk we take on item',
  `manufacture_id` text COLLATE utf8mb4_unicode_ci,
  `category_id` int(11) NOT NULL DEFAULT '0',
  `quantity` double NOT NULL DEFAULT '0',
  `size` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `unit` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `minqty` int(11) NOT NULL DEFAULT '0',
  `maxqty` int(11) NOT NULL DEFAULT '0',
  `created_by` int(11) NOT NULL DEFAULT '0',
  `description` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `available_quantity` int(11) NOT NULL DEFAULT '0',
  `fixed_asset_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `depreciation_policy` enum('straight_line_method','reading_balance_method') COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `depreciation_rate` int(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `items`
--

INSERT INTO `items` (`id`, `item_code`, `item_name`, `type`, `risk_type`, `manufacture_id`, `category_id`, `quantity`, `size`, `unit`, `minqty`, `maxqty`, `created_by`, `description`, `created_at`, `updated_at`, `deleted_at`, `available_quantity`, `fixed_asset_type`, `depreciation_policy`, `depreciation_rate`) VALUES
(1, '0098', 'Steel_2', 'consumable', 'critical', '1', 1, 349, NULL, 'Ton', 30, 1000, 0, NULL, '2021-11-10 17:11:00', '2022-03-08 08:20:54', NULL, 0, NULL, NULL, 0),
(2, '0099', 'Steel', 'consumable', 'critical', '1', 1, 254, NULL, 'Ton', 30, 1000, 0, NULL, '2021-11-10 17:11:00', '2022-03-08 08:20:54', NULL, 0, NULL, NULL, 0),
(3, '0077', 'PIPE', 'consumable', 'critical', '3', 4, 291, NULL, 'Kg', 5, 100, 0, NULL, '2021-11-10 21:48:56', '2022-03-08 08:20:54', NULL, 0, NULL, NULL, 0),
(7, '2036', 'Laptops', 'tools', 'critical', '4', 4, 316, NULL, 'Kg', 1, 450, 0, 'testing', '2021-11-23 06:51:38', '2021-12-16 10:16:22', NULL, 0, '2', 'straight_line_method', 25),
(8, '464793', 'windows', 'consumable', 'critical', '2', 4, 355, NULL, 'Kg', 4, 500, 0, 'testing', '2021-12-10 05:25:49', '2022-03-08 08:20:54', NULL, 0, NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `item_manufactures`
--

CREATE TABLE `item_manufactures` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `item_manufactures`
--

INSERT INTO `item_manufactures` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'PAK-STEEL', '2021-11-06 16:48:37', '2021-11-06 16:48:37'),
(2, 'Adzal Steel', '2021-11-10 17:07:34', '2021-11-10 17:07:34'),
(3, 'FAZAL STEEL', '2021-11-10 21:44:54', '2021-11-10 21:44:54'),
(4, 'Lenove', '2021-11-22 09:59:24', '2021-11-22 09:59:24');

-- --------------------------------------------------------

--
-- Table structure for table `item_purchase_order`
--

CREATE TABLE `item_purchase_order` (
  `id` int(10) UNSIGNED NOT NULL,
  `purchase_order_id` int(11) NOT NULL DEFAULT '0',
  `purchase_request_id` int(11) NOT NULL DEFAULT '0',
  `total_quantity` double(8,2) NOT NULL DEFAULT '0.00',
  `demand_quantity` double(8,2) NOT NULL DEFAULT '0.00',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `price` double(8,2) NOT NULL DEFAULT '0.00',
  `received_quantity` double(8,2) NOT NULL DEFAULT '0.00',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `remaining_quantity` float NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `item_purchase_order`
--

INSERT INTO `item_purchase_order` (`id`, `purchase_order_id`, `purchase_request_id`, `total_quantity`, `demand_quantity`, `item_id`, `price`, `received_quantity`, `created_at`, `updated_at`, `remaining_quantity`) VALUES
(1, 1, 1, 60.00, 60.00, 8, 1000.00, 60.00, '2022-01-07 11:21:20', '2022-01-07 11:23:18', 0),
(2, 2, 1, 212.00, 212.00, 2, 1200.00, 212.00, '2022-01-07 11:21:20', '2022-01-07 12:22:11', 0),
(3, 1, 1, 32.00, 32.00, 3, 1500.00, -28.00, '2022-01-07 11:21:20', '2022-01-07 11:23:45', 0);

-- --------------------------------------------------------

--
-- Table structure for table `item_purchase_request`
--

CREATE TABLE `item_purchase_request` (
  `id` int(10) UNSIGNED NOT NULL,
  `purchase_request_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `quantity` double(8,2) NOT NULL DEFAULT '0.00',
  `remaining_quantity` double(8,2) NOT NULL DEFAULT '0.00',
  `receive_quantity` double(8,2) NOT NULL DEFAULT '0.00',
  `price` double(8,2) NOT NULL DEFAULT '0.00',
  `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 `item_purchase_request`
--

INSERT INTO `item_purchase_request` (`id`, `purchase_request_id`, `item_id`, `quantity`, `remaining_quantity`, `receive_quantity`, `price`, `description`, `created_at`, `updated_at`) VALUES
(1, 1, 8, 60.00, 0.00, 0.00, 1000.00, NULL, '2022-01-07 11:21:19', '2022-01-07 11:21:20'),
(2, 1, 2, 212.00, 0.00, 0.00, 1200.00, NULL, '2022-01-07 11:21:19', '2022-01-07 11:21:20'),
(3, 1, 3, 32.00, 0.00, 0.00, 1500.00, NULL, '2022-01-07 11:21:19', '2022-01-07 11:21:20');

-- --------------------------------------------------------

--
-- Table structure for table `item_purchase_request_vendor`
--

CREATE TABLE `item_purchase_request_vendor` (
  `id` int(10) UNSIGNED NOT NULL,
  `purchase_request_vendor_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) 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 `item_purchase_request_vendor`
--

INSERT INTO `item_purchase_request_vendor` (`id`, `purchase_request_vendor_id`, `item_id`, `created_at`, `updated_at`) VALUES
(9, 5, 7, NULL, NULL),
(10, 5, 3, NULL, NULL),
(11, 5, 2, NULL, NULL),
(12, 4, 7, NULL, NULL),
(13, 4, 3, NULL, NULL),
(14, 4, 2, NULL, NULL),
(17, 3, 8, NULL, NULL),
(18, 3, 7, NULL, NULL),
(19, 3, 3, NULL, NULL),
(20, 3, 2, NULL, NULL),
(21, 3, 1, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `item_releasings`
--

CREATE TABLE `item_releasings` (
  `id` int(10) UNSIGNED NOT NULL,
  `project_id` int(11) NOT NULL DEFAULT '0',
  `department_id` int(11) NOT NULL DEFAULT '0',
  `releaser_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `releasing_date` datetime DEFAULT NULL,
  `receiver_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `purchase_request_id` int(11) DEFAULT NULL,
  `mir_id` int(11) DEFAULT NULL,
  `returning_name` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `return_date` date DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `item_releasings`
--

INSERT INTO `item_releasings` (`id`, `project_id`, `department_id`, `releaser_name`, `releasing_date`, `receiver_name`, `purchase_request_id`, `mir_id`, `returning_name`, `return_date`) VALUES
(1, 0, 4, 'Nadeem Akhter', '2022-03-07 00:00:00', 'test', 1, 3, NULL, NULL),
(4, 0, 4, 'Nadeem Akhter', '2022-03-07 00:00:00', 'test', 1, 4, NULL, NULL),
(5, 0, 2, 'Nadeem Akhter', '2022-03-08 00:00:00', 'test', 0, 5, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `item_releasing_data`
--

CREATE TABLE `item_releasing_data` (
  `id` int(11) NOT NULL,
  `item_releasing_id` int(11) NOT NULL,
  `item_id` int(11) NOT NULL,
  `item_quantity` int(11) NOT NULL,
  `return_quantity` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `item_releasing_data`
--

INSERT INTO `item_releasing_data` (`id`, `item_releasing_id`, `item_id`, `item_quantity`, `return_quantity`) VALUES
(1, 1, 2, 90, 0),
(2, 1, 3, 6, 0),
(3, 4, 2, 22, 0),
(4, 4, 3, 6, 0),
(5, 5, 3, 10, 0),
(6, 5, 2, 5, 0),
(7, 5, 1, 5, 0),
(8, 5, 8, 5, 0);

-- --------------------------------------------------------

--
-- Table structure for table `item_units`
--

CREATE TABLE `item_units` (
  `id` int(11) NOT NULL,
  `name` varchar(30) DEFAULT NULL,
  `description` text,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `item_units`
--

INSERT INTO `item_units` (`id`, `name`, `description`, `created_at`, `updated_at`) VALUES
(2, 'Ton', 'testing', '2021-11-13 16:56:45', '2021-11-13 17:05:03'),
(3, 'Kg', 'testing', '2021-11-13 17:16:54', '2021-11-13 17:16:54');

-- --------------------------------------------------------

--
-- Table structure for table `links`
--

CREATE TABLE `links` (
  `id` int(10) UNSIGNED NOT NULL,
  `type` int(11) NOT NULL,
  `source` int(11) NOT NULL,
  `target` int(11) 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 `material_issue_requests`
--

CREATE TABLE `material_issue_requests` (
  `id` int(11) NOT NULL,
  `pr_id` int(11) DEFAULT NULL,
  `department_id` int(11) DEFAULT NULL,
  `request_person_name` varchar(20) DEFAULT NULL,
  `request_date` date DEFAULT NULL,
  `status` enum('release','pending','partial_release') NOT NULL DEFAULT 'pending',
  `mir_type` tinyint(1) NOT NULL DEFAULT '0',
  `description` text,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `material_issue_requests`
--

INSERT INTO `material_issue_requests` (`id`, `pr_id`, `department_id`, `request_person_name`, `request_date`, `status`, `mir_type`, `description`, `created_at`, `updated_at`) VALUES
(3, 1, 4, 'Nadeem Akhter', '2022-03-07', 'release', 0, ' Excepteur sint occaecat cupidatat non\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.', '2022-03-07 08:44:31', '2022-03-07 08:45:20'),
(4, 1, 4, 'Nadeem Akhter', '2022-03-07', 'release', 0, ' Excepteur sint occaecat cupidatat non\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.', '2022-03-07 08:46:18', '2022-03-07 08:47:04'),
(5, 0, 2, 'Nadeem Akhter', '2022-03-08', 'release', 1, ' Excepteur sint occaecat cupidatat non\nproident, sunt in culpa qui officia deserunt mollit anim id est laborum.', '2022-03-08 05:27:36', '2022-03-08 08:20:54'),
(6, 0, 2, 'Nadeem Akhter', '2022-03-08', 'pending', 1, NULL, '2022-03-08 08:21:38', '2022-03-08 08:21:38'),
(7, 1, 4, 'Nadeem Akhter', '2022-03-08', 'pending', 0, NULL, '2022-03-08 09:37:37', '2022-03-08 09:37:37'),
(14, 0, 2, 'Mir Creater', '2022-03-30', 'pending', 1, NULL, '2022-03-30 05:37:51', '2022-03-30 05:37:51');

-- --------------------------------------------------------

--
-- Table structure for table `material_issue_request_data`
--

CREATE TABLE `material_issue_request_data` (
  `id` int(11) NOT NULL,
  `mir_id` int(11) DEFAULT NULL,
  `item_id` int(11) DEFAULT NULL,
  `item_requesting_quantity` int(11) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `material_issue_request_data`
--

INSERT INTO `material_issue_request_data` (`id`, `mir_id`, `item_id`, `item_requesting_quantity`, `created_at`, `updated_at`) VALUES
(2, 3, 2, 90, '2022-03-07 08:44:31', '2022-03-07 08:45:20'),
(3, 3, 3, 6, '2022-03-07 08:44:31', '2022-03-07 08:45:20'),
(4, 4, 2, 22, '2022-03-07 08:46:18', '2022-03-07 08:47:04'),
(5, 4, 3, 6, '2022-03-07 08:46:18', '2022-03-07 08:47:04'),
(6, 5, 3, 10, '2022-03-08 05:27:36', '2022-03-08 08:20:54'),
(7, 5, 2, 5, '2022-03-08 05:27:36', '2022-03-08 08:20:54'),
(8, 5, 1, 5, '2022-03-08 05:27:36', '2022-03-08 08:20:54'),
(9, 5, 8, 5, '2022-03-08 05:27:36', '2022-03-08 08:20:54'),
(10, 6, 3, 20, '2022-03-08 08:21:38', '2022-03-08 08:21:38'),
(11, 6, 2, 25, '2022-03-08 08:21:38', '2022-03-08 08:21:38'),
(12, 7, 2, 50, '2022-03-08 09:37:37', '2022-03-08 09:37:37'),
(13, 7, 3, 20, '2022-03-08 09:37:37', '2022-03-08 09:37:37'),
(16, 14, 3, 23, '2022-03-30 05:37:51', '2022-03-30 05:37:51'),
(17, 14, 1, 23, '2022-03-30 05:37:51', '2022-03-30 05:37:51');

-- --------------------------------------------------------

--
-- Table structure for table `material_request_approvals`
--

CREATE TABLE `material_request_approvals` (
  `id` int(11) NOT NULL,
  `approval_id` int(11) DEFAULT NULL,
  `mir_id` int(11) DEFAULT NULL,
  `is_approve` tinyint(1) DEFAULT NULL,
  `created_at` timestamp NOT NULL,
  `updated_at` timestamp NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `material_request_approvals`
--

INSERT INTO `material_request_approvals` (`id`, `approval_id`, `mir_id`, `is_approve`, `created_at`, `updated_at`) VALUES
(1, 1, 5, 1, '2022-03-08 05:27:36', '2022-03-08 07:57:17'),
(2, 1, 6, 1, '2022-03-08 08:21:38', '2022-03-08 08:22:13'),
(3, 13, 13, 0, '2022-03-30 05:35:51', '2022-03-30 05:35:51'),
(4, 15, 14, 0, '2022-03-30 05:37:51', '2022-03-30 05:37:51');

-- --------------------------------------------------------

--
-- Table structure for table `merging_properties`
--

CREATE TABLE `merging_properties` (
  `id` int(11) NOT NULL,
  `mrf_no` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
  `maf_no` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
  `property_code` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
  `requested_by` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
  `contact_no` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
  `sale_agent_name` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL,
  `city` int(11) NOT NULL,
  `street` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  `phase` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  `area` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL,
  `address` text COLLATE utf8_unicode_ci,
  `demand_for_property` double NOT NULL DEFAULT '0',
  `details` text COLLATE utf8_unicode_ci,
  `merging_value` double NOT NULL DEFAULT '0',
  `merging_assessed_value` double NOT NULL DEFAULT '0',
  `appraised_by` text COLLATE utf8_unicode_ci,
  `appraised_by_sale_agent` enum('yes','no') COLLATE utf8_unicode_ci NOT NULL,
  `assessment_amount` double NOT NULL DEFAULT '0',
  `assessment_adjusted_against` enum('rebate','cash') COLLATE utf8_unicode_ci NOT NULL,
  `employee_id` int(11) DEFAULT '0',
  `visit_time` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
  `contact_person_at_location` varchar(150) COLLATE utf8_unicode_ci DEFAULT NULL,
  `contact_person_no` varchar(15) COLLATE utf8_unicode_ci DEFAULT NULL,
  `requestor_accompanied` enum('yes','no') COLLATE utf8_unicode_ci DEFAULT NULL,
  `is_approve` tinyint(1) NOT NULL DEFAULT '0' COMMENT '1-approve , 2-disapprove , 0-pending',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_04_23_054422_create_customers_table', 1),
(4, '2019_04_24_052527_create_customer_properties_table', 1),
(5, '2019_04_24_052640_create_customer_statements_table', 1),
(6, '2019_04_24_065638_create_product_sizes_table', 1),
(7, '2019_04_24_070836_create_dealers_table', 1),
(8, '2019_04_24_072354_create_dealer_transactions_table', 1),
(9, '2019_04_24_104939_create_installment_plans_table', 2),
(10, '2019_05_02_052748_create_purchases_table', 3),
(11, '2019_05_02_053005_create_expenses_table', 3),
(12, '2019_05_02_064913_update_customer_property_schedular', 4),
(13, '2019_05_06_055828_create_employees_table', 5),
(14, '2019_05_06_061220_create_departments_table', 5),
(15, '2019_05_06_061258_create_designations_table', 5),
(16, '2019_05_06_061519_update_employee_desgination_department', 5),
(17, '2019_05_08_055313_update_department_status', 6),
(18, '2019_05_08_055440_update_designation_status', 6),
(19, '2019_05_09_072613_create_policies_table', 7),
(20, '2019_05_09_074302_update_custoemr_property', 7),
(21, '2019_05_10_060843_create_employee_policies_table', 8),
(22, '2019_05_13_072306_create_payrolls_table', 9),
(23, '2019_05_14_102747_create_payment_heads_table', 10),
(24, '2019_05_14_105550_create_installment_plan_attributes_table', 11),
(25, '2019_05_15_094740_create_receipts_table', 12),
(26, '2019_05_20_055914_update_customer_property_dealer', 13),
(27, '2019_05_20_064006_update_customer_property_netpay', 14),
(28, '2019_05_20_065133_create_plot_categories_table', 15),
(29, '2019_05_21_074213_create_dealer_paid_rebates_table', 16),
(31, '2019_05_23_121053_create_product_types_table', 17),
(32, '2019_05_24_062029_update_customer_propert_membership', 18),
(33, '2019_05_29_092204_update_customer_statement_receipt', 19),
(34, '2019_06_25_063006_update_customer_properties', 20),
(35, '2019_06_26_070342_create_depositor_banks_table', 21),
(36, '2019_07_02_051704_update_installmment_plans_new', 22),
(37, '2019_07_03_061340_update_customer_properties__schedule_start_date', 23),
(38, '2019_07_03_063328_update_customer_nominee_information', 24),
(39, '2019_07_05_055903_update_customer_properties', 25),
(40, '2019_07_05_061614_update_installmnet_plan_six_installment', 26),
(41, '2019_07_08_060734_create_countries_table', 27),
(42, '2019_07_08_060839_create_cities_table', 27),
(43, '2019_07_08_061203_update_customer_address', 28),
(44, '2019_07_08_071241_update_dealer_address', 29),
(45, '2019_07_08_074714_create_customer_property_partners_table', 30),
(46, '2019_07_09_052614_create_company_banks_table', 31),
(47, '2019_07_09_095954_update_receipts_company_account', 32),
(48, '2019_07_09_104518_create_company_bank_transactions_table', 33),
(49, '2019_07_25_065653_create_transfer_properties_table', 34),
(50, '2019_10_15_072619_create_inventories_table', 35),
(51, '2019_10_16_071117_create_dealer_types_table', 36),
(52, '2019_10_16_075046_update_dealer_type', 37),
(53, '2019_10_17_071607_update_customer_property_inventory', 38),
(54, '2019_10_18_052343_create_schedule_plans_table', 39),
(55, '2019_10_18_065524_update_inventory_description', 40),
(56, '2019_10_18_190459_create_project_accounts_table', 41),
(57, '2019_10_18_191711_update_project_amount', 42),
(58, '2019_10_19_125553_create_customer_property_buy_backs_table', 43),
(59, '2019_10_22_080322_update_inventory_extra_charges', 44),
(60, '2019_10_22_082921_update_expense_image', 45),
(61, '2019_10_22_104716_update_dealer_parent', 46),
(62, '2019_10_24_054426_update_project_account_type', 47),
(63, '2019_10_24_060517_create_project_account_files_table', 48),
(64, '2019_10_24_074225_update_project_account', 49),
(65, '2019_10_30_045130_create_customer_property_buy_back_statements_table', 50),
(66, '2019_11_11_101635_update_inventories_type', 51),
(67, '2019_11_13_091926_create_unit_floors_table', 52),
(68, '2019_11_13_092016_create_unit_floor_categories_table', 52),
(69, '2019_11_13_120415_update_inventory_unit_floor', 53),
(70, '2019_11_18_052303_update_receipt_adjacement', 54),
(71, '2019_11_18_124654_update_scheduler_type', 55),
(72, '2019_11_27_155121_create_customer_property_full_payments_table', 56),
(73, '2019_11_27_155400_create_customer_property_full_payment_statements_table', 57),
(74, '2019_11_27_213725_create_customer_adjustments_table', 58),
(75, '2019_11_28_064448_create_payments_table', 59),
(76, '2019_12_20_182748_create_plot_types_table', 60),
(77, '2020_01_15_110148_create_registration_nos_table', 61),
(78, '2020_01_15_125923_create_customer_registrations_table', 62),
(79, '2020_01_27_110203_create_inventory_categories_table', 63),
(80, '2020_01_27_194610_create_customer_documents_table', 63),
(81, '2020_01_28_052239_update_block_sizes_add_reg', 63),
(82, '2020_01_28_064115_update_customer_registration_add_registration', 63),
(83, '2020_02_08_113134_create_dealer_registrations_table', 63),
(84, '2020_03_19_062052_update_dealer_code', 63),
(85, '2020_03_19_065448_create_customer_nominees_table', 63),
(86, '2020_05_08_194445_create_activity_log_table', 64),
(87, '2020_07_15_164649_entrust_setup_tables', 64),
(88, '2020_07_21_114147_create_dealer_received_amounts_table', 65),
(89, '2020_07_25_155038_update_registration_booking', 66),
(90, '2020_07_25_184725_update_registration_printcount', 67),
(91, '2020_07_25_184754_update_membership_printcount', 67),
(92, '2020_09_12_124300_create_customer_requests_table', 68),
(93, '2021_03_04_162515_create_property_chat_histories_table', 69),
(94, '2021_03_23_184033_create_investors_table', 70),
(95, '2021_03_23_185237_create_investor_documents_table', 71),
(96, '2021_03_23_185932_update_investor', 71),
(97, '2021_03_23_191020_update_investor_is_delete', 72),
(98, '2021_03_23_202226_create_investor_files_table', 73);

-- --------------------------------------------------------

--
-- Table structure for table `otps`
--

CREATE TABLE `otps` (
  `id` int(10) UNSIGNED NOT NULL,
  `phone_number` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `otp` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `reason` 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 `password_resets`
--

CREATE TABLE `password_resets` (
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(191) 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` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED NOT NULL,
  `property_id` int(10) UNSIGNED NOT NULL,
  `payment_type` int(11) NOT NULL DEFAULT '1',
  `payment_mode` int(11) NOT NULL DEFAULT '1',
  `bank_name` text COLLATE utf8mb4_unicode_ci,
  `cheque_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cheque_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `amount` double NOT NULL,
  `receipt_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reference_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `receipt_date` date 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 `payment_heads`
--

CREATE TABLE `payment_heads` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) 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 `payment_head_priorities`
--

CREATE TABLE `payment_head_priorities` (
  `id` int(11) NOT NULL,
  `payment_head` int(11) NOT NULL DEFAULT '0',
  `priority` int(11) NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL,
  `updated_at` timestamp NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `payment_head_priorities`
--

INSERT INTO `payment_head_priorities` (`id`, `payment_head`, `priority`, `created_at`, `updated_at`) VALUES
(1, 1, 1, '2022-05-14 10:06:41', '2022-05-14 10:06:41'),
(2, 2, 3, '2022-05-14 10:06:41', '2022-05-14 10:06:41'),
(3, 3, 2, '2022-05-14 10:06:42', '2022-05-14 10:06:42'),
(4, 8, 4, '2022-05-14 10:06:42', '2022-05-14 10:06:42'),
(5, 9, 5, '2022-05-14 10:06:42', '2022-05-14 10:06:42'),
(6, 10, 6, '2022-05-14 10:06:42', '2022-05-14 10:06:42'),
(7, 11, 7, '2022-05-14 10:06:42', '2022-05-14 10:06:42'),
(8, 12, 8, '2022-05-14 10:06:42', '2022-05-14 10:06:42'),
(9, 13, 9, '2022-05-14 10:06:42', '2022-05-14 10:06:42');

-- --------------------------------------------------------

--
-- Table structure for table `payrolls`
--

CREATE TABLE `payrolls` (
  `id` int(10) UNSIGNED NOT NULL,
  `employee_id` int(10) UNSIGNED DEFAULT NULL,
  `benefits` double DEFAULT NULL,
  `deductions` double DEFAULT NULL,
  `net_pay` double NOT NULL,
  `date` date 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 `permissions`
--

CREATE TABLE `permissions` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `department` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `permissions`
--

INSERT INTO `permissions` (`id`, `name`, `display_name`, `description`, `created_at`, `updated_at`, `department`) VALUES
(1, 'create-customer', 'Create Customers', 'Create New Customer', NULL, NULL, 1),
(2, 'view-customer', 'View Customers', NULL, NULL, NULL, 1),
(3, 'edit-customer', 'Edit Customers', NULL, NULL, NULL, 1),
(4, 'delete-customer', 'Delete Customers', NULL, NULL, NULL, 1),
(5, 'create-inventory', 'Create Inventories', 'Create New Inventory', NULL, NULL, 1),
(6, 'view-inventory', 'View Inventories', NULL, NULL, NULL, 1),
(7, 'edit-inventory', 'Edit Inventories', NULL, NULL, NULL, 1),
(8, 'delete-inventory', 'Delete Inventories', NULL, NULL, NULL, 1),
(9, 'create-registration', 'Create Registrations', 'Create New Registration', NULL, NULL, 1),
(10, 'print-registration', 'Print Registrations', NULL, NULL, NULL, 1),
(11, 'edit-registration', 'Edit Registrations', NULL, NULL, NULL, 1),
(12, 'delete-registration', 'Delete Registrations', NULL, NULL, NULL, 1),
(13, 'download-registration', 'Download Registrations', NULL, NULL, NULL, 1),
(14, 'create-membership', 'Create Memberships', 'Create New Membership', NULL, NULL, 1),
(15, 'view-membership', 'View Memberships', NULL, NULL, NULL, 1),
(16, 'print-membership', 'Print Memberships', NULL, NULL, NULL, 1),
(17, 'edit-membership', 'Edit Memberships', NULL, NULL, NULL, 1),
(18, 'create-schedule', 'Create Schedules', NULL, NULL, NULL, 1),
(19, 'delete-membership', 'Delete Memberships', NULL, NULL, NULL, 1),
(20, 'download-membership', 'Download Memberships', NULL, NULL, NULL, 1),
(21, 'sms-membership', 'Sms Memberships', NULL, NULL, NULL, 1),
(22, 'reminder-membership', 'Reminder Memberships', NULL, NULL, NULL, 1),
(23, 'approve-membership', 'Approve Memberships', 'Approve New Membership', NULL, NULL, 1),
(24, 'create-receipt', 'Create Receipts', 'Create New Receipt', NULL, NULL, 1),
(25, 'view-receipt', 'View receipts', NULL, NULL, NULL, 1),
(26, 'print-receipt', 'Print Receipts', NULL, NULL, NULL, 1),
(27, 'edit-receipt', 'Edit Receipts', NULL, NULL, NULL, 1),
(28, 'delete-receipt', 'Delete Receipts', NULL, NULL, NULL, 1),
(29, 'download-receipt', 'Download Receipts', NULL, NULL, NULL, 1),
(30, 'create-dealer', 'Create Dealers', 'Create New Dealer', NULL, NULL, 1),
(31, 'view-dealer', 'View Dealers', NULL, NULL, NULL, 1),
(32, 'edit-dealer', 'Edit Dealers', NULL, NULL, NULL, 1),
(33, 'delete-dealer', 'Delete Dealers', NULL, NULL, NULL, 1),
(34, 'sms-dealer', 'Sms Dealer Clients', NULL, NULL, NULL, 1),
(35, 'create-bank-account', 'Create Bank Account', NULL, NULL, NULL, 2),
(36, 'view-bank-account', 'View Bank Account', NULL, NULL, NULL, 2),
(37, 'edit-bank-account', 'Edit Bank Account', NULL, NULL, NULL, 2),
(38, 'delete-bank-account', 'Delete Bank Account', NULL, NULL, NULL, 2),
(39, 'create-dealer-rebate', 'Create Dealer Rebate', NULL, NULL, NULL, 1),
(40, 'view-dealer-rebate', 'View Dealer Rebate', NULL, NULL, NULL, 1),
(41, 'edit-dealer-rebate', 'Edit Dealer Rebate', NULL, NULL, NULL, 1),
(42, 'delete-dealer-rebate', 'Delete Dealer Rebate', NULL, NULL, NULL, 1),
(43, 'create-customer-adjustment', 'Create Customer Adjustment', NULL, NULL, NULL, NULL),
(44, 'view-customer-adjustment', 'View Customer Adjustment', NULL, NULL, NULL, NULL),
(45, 'edit-customer-adjustment', 'Edit Customer Adjustment', NULL, NULL, NULL, NULL),
(46, 'delete-customer-adjustment', 'Delete Customer Adjustment', NULL, NULL, NULL, NULL),
(47, 'create-expense', 'Create Expense', NULL, NULL, NULL, NULL),
(48, 'view-expense', 'View Expense', NULL, NULL, NULL, NULL),
(49, 'edit-expense', 'Edit Expense', NULL, NULL, NULL, NULL),
(50, 'delete-expense', 'Delete Expense', NULL, NULL, NULL, NULL),
(51, 'create-employee', 'Create Emplpoyee', NULL, NULL, NULL, 2),
(52, 'view-employee', 'View Employee', NULL, NULL, NULL, 2),
(53, 'edit-employee', 'Edit Employee', NULL, NULL, NULL, 2),
(54, 'delete-employee', 'Delete Employee', NULL, NULL, NULL, 2),
(55, 'manage-payroll', 'Manage Payroll', NULL, NULL, NULL, 1),
(56, 'manage-policy', 'Manage Policy', NULL, NULL, NULL, 1),
(57, 'view-recovery-report', 'View Recovery Report', NULL, NULL, NULL, 1),
(58, 'view-profit-loss-report', 'view Profit loss Report', NULL, NULL, NULL, 2),
(59, 'view-rebate-report', 'View Rebate Report', NULL, NULL, NULL, 1),
(60, 'manage-messages', 'Manage Customer Messages', NULL, NULL, NULL, 1),
(61, 'view-activity-log', 'view Activity Logs', NULL, NULL, NULL, 1),
(62, 'view-activity-download-log', 'View Activity Download Logs', NULL, NULL, NULL, 1),
(63, 'manage-trashbox', 'Manage Trash Box', NULL, NULL, NULL, 1),
(64, 'create-department', 'Create Department', NULL, NULL, NULL, 3),
(65, 'view-department', 'View Department', NULL, NULL, NULL, 3),
(66, 'edit-department', 'Edit Department', NULL, NULL, NULL, 3),
(67, 'delete-department', 'Delete Department', NULL, NULL, NULL, 3),
(68, 'create-designation', 'Create Designation', NULL, NULL, NULL, NULL),
(69, 'view-designation', 'View Designation', NULL, NULL, NULL, NULL),
(70, 'edit-designation', 'Edit Designation', NULL, NULL, NULL, NULL),
(71, 'delete-designation', 'Delete Designation', NULL, NULL, NULL, NULL),
(72, 'create-account', 'Create Account', NULL, NULL, NULL, 2),
(73, 'view-account', 'View Account', NULL, NULL, NULL, 2),
(74, 'edit-account', 'Edit Account', NULL, NULL, NULL, 2),
(75, 'delete-account', 'Delete Account', NULL, NULL, NULL, 2),
(76, 'create-dealer-type', 'Create Dealer Type', NULL, NULL, NULL, 1),
(77, 'view-dealer-type', 'View Dealer Type', NULL, NULL, NULL, 1),
(78, 'edit-dealer-type', 'Edit Dealer Type', NULL, NULL, NULL, 1),
(79, 'delete-dealer-type', 'Delete Dealer Type', NULL, NULL, NULL, 1),
(80, 'create-reg-no', 'Create Registration No.', NULL, NULL, NULL, NULL),
(81, 'view-reg-no', 'View Registration No.', NULL, NULL, NULL, NULL),
(82, 'edit-reg-no', 'Edit Registration No.', NULL, NULL, NULL, NULL),
(83, 'delete-reg-no', 'Delete Registration No.', NULL, NULL, NULL, NULL),
(84, 'create-unit-category', 'Create Unit Category', NULL, NULL, NULL, 1),
(85, 'view-unit-category', 'View Unit Category', NULL, NULL, NULL, 1),
(86, 'edit-unit-category', 'Edit Unit Category', NULL, NULL, NULL, 1),
(87, 'delete-unit-category', 'Delete Unit Category', NULL, NULL, NULL, 1),
(88, 'create-unit-type', 'Create Unit Type', NULL, NULL, NULL, 1),
(89, 'view-unit-type', 'View Unit Type', NULL, NULL, NULL, 1),
(90, 'edit-unit-type', 'Edit Unit Type', NULL, NULL, NULL, 1),
(91, 'delete-unit-type', 'Delete Unit Type', NULL, NULL, NULL, 1),
(92, 'create-unit-size', 'Create Unit Size', NULL, NULL, NULL, 1),
(93, 'view-unit-size', 'View Unit Size', NULL, NULL, NULL, 1),
(94, 'edit-unit-size', 'Edit Unit Size', NULL, NULL, NULL, 1),
(95, 'delete-unit-size', 'Delete Unit Size', NULL, NULL, NULL, 1),
(96, 'create-unit-floor', 'Create Unit Floor', NULL, NULL, NULL, 1),
(97, 'view-unit-floor', 'View Unit Floor', NULL, NULL, NULL, 1),
(98, 'edit-unit-floor', 'Edit Unit floor', NULL, NULL, NULL, 1),
(99, 'delete-unit-floor', 'Delete Unit Floor', NULL, NULL, NULL, 1),
(100, 'list-customer', 'List of Customers', NULL, NULL, NULL, 1),
(101, 'list-inventory', 'List of Inventories', NULL, NULL, NULL, 1),
(102, 'list-registration', 'List of Registrations', NULL, NULL, NULL, 1),
(103, 'list-membership', 'List of Memberships', NULL, NULL, NULL, 1),
(104, 'list-receipt', 'List of Receipts', NULL, NULL, NULL, 1),
(105, 'list-dealer', 'List of Dealers', NULL, NULL, NULL, 1),
(106, 'list-bank-account', 'List of Bank Accounts', NULL, NULL, NULL, 2),
(107, 'list-dealer-rebate', 'List of Dealer Rebates', NULL, NULL, NULL, 2),
(108, 'list-customer-adjustment', 'List of Customer Adjustment', NULL, NULL, NULL, 2),
(109, 'list-expense', 'List of Expenses', NULL, NULL, NULL, 2),
(110, 'list-employee', 'List of Employees', NULL, NULL, NULL, 1),
(111, 'dealer-payment', 'Manage Dealer Payment', NULL, NULL, NULL, 2),
(112, 'due-payments', 'Manage Due Payment Clients', NULL, NULL, NULL, 1),
(113, 'create-vendor', 'Create Vendor', NULL, NULL, NULL, 3),
(114, 'view-vendor', 'View Vendor', NULL, NULL, NULL, 3),
(115, 'edit-vendor', 'Edit Vendor', NULL, NULL, NULL, 3),
(116, 'delete-vendor', 'Delete Vendor', NULL, NULL, NULL, 3),
(117, 'view-aging-report', 'View Aging Report', NULL, NULL, NULL, 1),
(118, 'view-balance-sheet', 'View Balance Sheet', NULL, NULL, NULL, 2),
(119, 'view-chart-of-account', 'View Chart of Account', NULL, NULL, NULL, 2),
(120, 'create-chart-of-account', 'Create Chart of Account', NULL, NULL, NULL, 2),
(121, 'edit-chart-of-account', 'Edit Chart of Account', NULL, NULL, NULL, 2),
(122, 'delete-chart-of-account', 'Delete Chart of Account', NULL, NULL, NULL, 2),
(123, 'list-chart-of-account', 'List Chart of Account', NULL, NULL, NULL, 2),
(124, 'follow-up', 'Manage Follow up', NULL, NULL, NULL, 1),
(125, 'create-item-category', 'Create Item Category', NULL, NULL, NULL, 3),
(126, 'list-item-category', 'List Item Category', NULL, NULL, NULL, 3),
(127, 'edit-item-category', 'Edit Item Category', NULL, NULL, NULL, 3),
(128, 'delete-item-category', 'Delete Item Category', NULL, NULL, NULL, 3),
(129, 'list-item', 'List Item', NULL, NULL, NULL, 3),
(130, 'create-item', 'Create Item', NULL, NULL, NULL, 3),
(131, 'edit-item', 'Edit Item', NULL, NULL, NULL, 3),
(132, 'view-item', 'View Item', NULL, NULL, NULL, 3),
(133, 'delete-item', 'Delete Item', NULL, NULL, NULL, 3),
(134, 'releasing-item', 'Releasing Item', NULL, NULL, NULL, 3),
(135, 'list-purchase-request', 'List Purchase Request', NULL, NULL, NULL, 3),
(136, 'create-purchase-request', 'Create Purchase Request', NULL, NULL, NULL, 3),
(137, 'view-purchase-request', 'View Purchase Request', NULL, NULL, NULL, 3),
(138, 'edit-purchase-request', 'Edit Purchase Request', NULL, NULL, NULL, 3),
(139, 'delete-purchase-request', 'Delete Purchase Request', NULL, NULL, NULL, 3),
(140, 'list-request-for-quotation', 'List Request For Quotation', NULL, NULL, NULL, 3),
(141, 'create-request-for-quotation', 'Create Request For Quotation', NULL, NULL, NULL, 3),
(142, 'view-request-for-quotation', 'View Request For Quotation', NULL, NULL, NULL, 3),
(143, 'edit-request-for-quotation', 'Edit Request For Quotation', NULL, NULL, NULL, 3),
(144, 'delete-request-for-quotation', 'Delete Request For Quotation', NULL, NULL, NULL, 3),
(145, 'send-request-for-quotation', 'Send Request For Quotation', NULL, NULL, NULL, 3),
(146, 'list-comparative-statement', 'List Comparative Statement', NULL, NULL, NULL, 3),
(147, 'view-comparative-statement', 'View Comparative Statement', NULL, NULL, NULL, 3),
(148, 'send-comparative-statement', 'Send Comparative Statement', NULL, NULL, NULL, 3),
(149, 'list-purchase-order', 'List Purchase Order', NULL, NULL, NULL, 3),
(150, 'create-purchase-order', 'Create Purchase Order', NULL, NULL, NULL, 3),
(151, 'view-purchase-order', 'View Purchase Order', NULL, NULL, NULL, 3),
(152, 'edit-purchase-order', 'Edit Purchase Order', NULL, NULL, NULL, 3),
(153, 'delete-purchase-order', 'Delete Purchase Order', NULL, NULL, NULL, 3),
(154, 'list-po-receipt', 'List PO Receipt', NULL, NULL, NULL, 3),
(155, 'view-po-receipt', 'View PO Receipt', NULL, NULL, NULL, 3),
(156, 'pay-po-receipt', 'Pay PO Receipt', NULL, NULL, NULL, 3),
(157, 'manage-procurement-dashboard', 'Manage Procurement Dashboard', NULL, NULL, NULL, 3),
(158, 'manage-department-dashboard', 'Manage Department Dashboard', NULL, NULL, NULL, 3),
(159, 'item-in-out-report', 'Item Int/Out Report', NULL, NULL, NULL, 3),
(160, 'item-valuation-report', 'Item Valuation Report', NULL, NULL, NULL, 3),
(161, 'manage-sales-dashboard', 'Manage Sales Dashboard', NULL, NULL, NULL, 1),
(162, 'create-customer-discount-payment', 'Create Customer Discount Payment', NULL, NULL, NULL, 1),
(163, 'edit-customer-discount-payment', 'Edit Customer Discount Payment', NULL, NULL, NULL, 1),
(164, 'delete-customer-discount-payment', 'Delete Customer Discount Payment', NULL, NULL, NULL, 1),
(165, 'view-customer-discount-payment', 'View Customer Discount Payment', NULL, NULL, NULL, 1),
(166, 'releasing-item-view', 'Releasing Item View', NULL, NULL, NULL, 3),
(167, 'item-aging-report', 'Item Aging Report', NULL, NULL, NULL, 3),
(168, 'approval-pending-comparative-statement', 'Approval Pending Comparative Statement', NULL, NULL, NULL, 3),
(169, 'approve-po', 'Approve PO', NULL, NULL, NULL, 3),
(170, 'voucher-check', 'Voucher Check', NULL, NULL, NULL, 2),
(171, 'voucher-post', 'Voucher Post', NULL, NULL, NULL, 2),
(172, 'manage-account-dashboard', 'Manage Account Dashboard', NULL, NULL, NULL, 2),
(173, 'create-voucher', 'Create Voucher', NULL, NULL, NULL, 2),
(174, 'view-voucher', 'View Voucher', NULL, NULL, NULL, 2),
(175, 'delete-voucher', 'Delete Voucher', NULL, NULL, NULL, 2),
(176, 'edit-voucher', 'Edit Voucher', NULL, NULL, NULL, 2),
(177, 'list-voucher', 'List Voucher', NULL, NULL, NULL, 2),
(178, 'reversal-voucher', 'Reversal Voucher', NULL, NULL, NULL, 2),
(179, 'print-voucher', 'Print Voucher', NULL, NULL, NULL, 2),
(180, 'manage-customer-voucher', 'Manage Customer Voucher', NULL, NULL, NULL, 2),
(181, 'manage-vendor-voucher', 'Manage Vendor Voucher', NULL, NULL, NULL, 2),
(182, 'manage-dealer-voucher', 'Manage Dealer Voucher', NULL, NULL, NULL, 2),
(183, 'manage-employee-voucher', 'Manage Employee Voucher', NULL, NULL, NULL, 2),
(184, 'manage-reconciliation', 'Manage Bank Reconciliation', NULL, NULL, NULL, 2),
(185, 'view-trial-balance', 'View Trial Balance Report', NULL, NULL, NULL, 2),
(186, 'view-cash-flow-statement', 'View Cash Flow Statement', NULL, NULL, NULL, 2),
(187, 'view-dealer-commission', 'View Dealer Commission Report', NULL, NULL, NULL, 1),
(188, 'view-sold-inventory', 'View Sold Inventory Report', NULL, NULL, NULL, 1),
(189, 'view-received-amount', 'View Received Amount Report', NULL, NULL, NULL, 1),
(190, 'view-general-ledger', 'View General Ledger', NULL, NULL, NULL, 2),
(191, 'edit-item-manufacture', 'Edit Item Manufacture', 'edit Item Manufacture', NULL, NULL, 3),
(192, 'delete-item-manufacture', 'Delete Item Manufacture', 'delete Item Manufacture', NULL, NULL, 3),
(193, 'create-item-manufacture', 'Create Item Manufacture', 'Create New Item Manufacture', NULL, NULL, 3),
(194, 'item-manufacture', 'Item Manufacture', 'Create New Item Manufacture', NULL, NULL, 3),
(195, 'work-order', 'Work Order', 'Work Order', NULL, NULL, 3),
(196, 'return-item', 'Return Item', 'Return Item', NULL, NULL, 1),
(197, 'returning-item-view', 'Returning Item View', 'Returning Item View', NULL, NULL, 1),
(198, 'item-variance-report', 'Item Variance Report', 'Item Variance Report', NULL, NULL, 1),
(199, 'item-unit', 'Item Unit', 'Item Unit', NULL, NULL, 1),
(200, 'store-keeper', 'Store Keeper', 'Store Keeper', NULL, NULL, 1),
(201, 'store-keeper-view-item-list', 'Store Keeper View Item List', 'Store Keeper View Item List', NULL, NULL, 1),
(202, 'fixed-assets', 'Fixed Assets', 'Fixed Assets', NULL, NULL, 1),
(203, 'fixed-asset-types', 'Fixed Asset Types', 'Fixed Asset Types', NULL, NULL, 1),
(204, 'asset-location', 'Asset Location', 'Asset Location', NULL, NULL, 1),
(205, 'fixed-assets-maintainance', 'Fixed Assets Maintainance', 'Fixed Assets Maintainance', NULL, NULL, 1),
(206, 'hrm', 'HRM', 'HRM', NULL, NULL, 1),
(207, 'approve-receipt', 'Approve Receipt', 'Approve Receipt', NULL, NULL, 1),
(208, 'mir', 'Material Issue Request', 'Material Issue Request (MIR)', NULL, NULL, 1),
(209, 'voucher-valid-date', 'Voucher Valid Date', 'Voucher Valid Date', NULL, NULL, 1),
(210, 'inventory-report', 'Inventory Report', 'Inventory Report', NULL, NULL, 1),
(211, 'merging-properties-approval', 'Merging Properties Approval', 'Merging Properties Approval', NULL, NULL, 1),
(212, 'merging-properties-requisition', 'Merging Properties Requisition', 'Merging Properties Requisition', NULL, NULL, 1),
(213, 'merging-properties', 'Merging Properties', 'Merging Properties', NULL, NULL, 1),
(214, 'buyback-payment', 'Buy Back Payment', 'Buy Back Payment', NULL, NULL, 1),
(215, 'buyback-properties', 'Buy Back Properties', 'Buy Back Properties', NULL, NULL, 1),
(216, 'buy-back-approval', 'Buy Back Approval', 'Buy Back Approval', NULL, NULL, 1),
(217, 'buy-back-requisition', 'Buy Back Requisition', 'Buy Back Requisition', NULL, NULL, 1),
(218, 'reopen-membership', 'Reopen Membership', 'Reopen Membership', NULL, NULL, 1),
(219, 'roll-over-requisition', 'Roll Over Requisition', 'Roll Over Requisition', NULL, NULL, 1),
(220, 'roll-over-approval', 'Roll Over Approval', 'Roll Over Approval', NULL, NULL, 1),
(221, 'roll-over-properties', 'Roll Over Properties', 'Roll Over Properties', NULL, NULL, 1),
(222, 'roll-over-payment', 'Roll Over Payment', 'Roll Over Payment', NULL, NULL, 1);

-- --------------------------------------------------------

--
-- Table structure for table `permission_role`
--

CREATE TABLE `permission_role` (
  `permission_id` int(10) UNSIGNED NOT NULL,
  `role_id` int(10) UNSIGNED NOT NULL,
  `id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `permission_role`
--

INSERT INTO `permission_role` (`permission_id`, `role_id`, `id`) VALUES
(1, 1, 1),
(1, 6, 2),
(1, 7, 3),
(2, 1, 4),
(2, 7, 5),
(3, 1, 6),
(3, 7, 7),
(4, 1, 8),
(5, 1, 9),
(5, 7, 10),
(6, 1, 11),
(6, 6, 12),
(6, 7, 13),
(7, 1, 14),
(7, 7, 15),
(8, 1, 16),
(9, 1, 17),
(9, 6, 18),
(9, 7, 19),
(10, 1, 21),
(10, 7, 22),
(11, 1, 23),
(11, 7, 24),
(12, 1, 25),
(13, 1, 26),
(13, 7, 27),
(14, 1, 28),
(14, 6, 29),
(14, 7, 30),
(15, 1, 32),
(15, 7, 33),
(16, 1, 34),
(16, 7, 35),
(17, 1, 36),
(17, 7, 37),
(18, 1, 39),
(18, 7, 40),
(19, 1, 41),
(20, 1, 42),
(20, 7, 43),
(21, 1, 44),
(21, 8, 45),
(22, 1, 46),
(22, 8, 47),
(23, 1, 48),
(24, 1, 49),
(24, 7, 50),
(24, 8, 51),
(25, 1, 53),
(25, 7, 54),
(26, 1, 55),
(26, 7, 56),
(27, 1, 57),
(27, 7, 58),
(28, 1, 59),
(29, 1, 60),
(29, 7, 61),
(30, 1, 62),
(31, 1, 63),
(31, 7, 64),
(32, 1, 65),
(33, 1, 66),
(34, 1, 67),
(35, 1, 68),
(35, 7, 69),
(36, 1, 70),
(36, 7, 71),
(37, 1, 72),
(38, 1, 73),
(39, 1, 74),
(40, 1, 75),
(41, 1, 76),
(42, 1, 77),
(51, 1, 78),
(52, 1, 79),
(53, 1, 80),
(54, 1, 81),
(55, 1, 82),
(56, 1, 83),
(57, 1, 84),
(58, 1, 85),
(59, 1, 86),
(60, 1, 87),
(61, 1, 88),
(62, 1, 89),
(63, 1, 90),
(64, 1, 91),
(65, 1, 92),
(66, 1, 93),
(67, 1, 94),
(72, 1, 95),
(73, 1, 96),
(74, 1, 97),
(75, 1, 98),
(76, 1, 99),
(77, 1, 100),
(78, 1, 101),
(79, 1, 102),
(84, 1, 103),
(85, 1, 104),
(86, 1, 105),
(87, 1, 106),
(88, 1, 107),
(89, 1, 108),
(90, 1, 109),
(91, 1, 110),
(92, 1, 111),
(93, 1, 112),
(94, 1, 113),
(95, 1, 114),
(96, 1, 115),
(97, 1, 116),
(98, 1, 117),
(99, 1, 118),
(100, 1, 119),
(100, 7, 120),
(101, 1, 121),
(101, 7, 122),
(102, 1, 123),
(102, 7, 124),
(103, 1, 125),
(103, 7, 126),
(104, 1, 127),
(105, 1, 128),
(106, 1, 129),
(107, 1, 130),
(108, 1, 131),
(109, 1, 132),
(110, 1, 133),
(111, 1, 134),
(112, 1, 135),
(112, 8, 136),
(113, 1, 137),
(114, 1, 138),
(115, 1, 139),
(116, 1, 140),
(117, 1, 141),
(118, 1, 142),
(119, 1, 143),
(120, 1, 144),
(121, 1, 145),
(122, 1, 146),
(123, 1, 147),
(124, 1, 148),
(125, 1, 149),
(126, 1, 151),
(127, 1, 153),
(128, 1, 155),
(129, 1, 157),
(130, 1, 159),
(131, 1, 161),
(132, 1, 163),
(133, 1, 165),
(134, 1, 167),
(135, 1, 169),
(136, 1, 171),
(137, 1, 173),
(138, 1, 175),
(139, 1, 177),
(140, 1, 179),
(141, 1, 181),
(142, 1, 183),
(143, 1, 185),
(144, 1, 187),
(145, 1, 189),
(146, 1, 191),
(147, 1, 193),
(148, 1, 195),
(149, 1, 197),
(150, 1, 199),
(151, 1, 201),
(152, 1, 203),
(153, 1, 205),
(154, 1, 207),
(155, 1, 209),
(156, 1, 211),
(159, 1, 214),
(160, 1, 216),
(161, 1, 218),
(162, 1, 219),
(163, 1, 220),
(164, 1, 221),
(165, 1, 222),
(166, 1, 223),
(167, 1, 225),
(168, 1, 227),
(169, 1, 229),
(170, 1, 231),
(171, 1, 232),
(172, 1, 233),
(173, 1, 234),
(174, 1, 235),
(175, 1, 236),
(176, 1, 237),
(177, 1, 238),
(178, 1, 239),
(179, 1, 240),
(180, 1, 241),
(181, 1, 242),
(182, 1, 243),
(183, 1, 244),
(184, 1, 245),
(185, 1, 246),
(186, 1, 247),
(187, 1, 248),
(188, 1, 249),
(189, 1, 250),
(190, 1, 251),
(191, 1, 252),
(192, 1, 253),
(193, 1, 254),
(194, 1, 255),
(195, 1, 256),
(196, 1, 257),
(197, 1, 258),
(198, 1, 259),
(199, 1, 260),
(200, 1, 261),
(201, 1, 262),
(202, 1, 470),
(203, 1, 471),
(204, 1, 472),
(205, 1, 473),
(206, 1, 474),
(196, 13, 543),
(197, 13, 544),
(198, 13, 545),
(199, 13, 546),
(200, 13, 547),
(201, 13, 548),
(202, 13, 549),
(203, 13, 550),
(204, 13, 551),
(205, 13, 552),
(206, 13, 553),
(64, 13, 554),
(65, 13, 555),
(66, 13, 556),
(67, 13, 557),
(113, 13, 558),
(114, 13, 559),
(115, 13, 560),
(116, 13, 561),
(125, 13, 562),
(126, 13, 563),
(127, 13, 564),
(128, 13, 565),
(129, 13, 566),
(130, 13, 567),
(131, 13, 568),
(132, 13, 569),
(133, 13, 570),
(134, 13, 571),
(135, 13, 572),
(136, 13, 573),
(137, 13, 574),
(138, 13, 575),
(139, 13, 576),
(140, 13, 577),
(141, 13, 578),
(142, 13, 579),
(143, 13, 580),
(144, 13, 581),
(145, 13, 582),
(146, 13, 583),
(147, 13, 584),
(148, 13, 585),
(149, 13, 586),
(150, 13, 587),
(151, 13, 588),
(152, 13, 589),
(153, 13, 590),
(154, 13, 591),
(155, 13, 592),
(156, 13, 593),
(157, 13, 594),
(158, 13, 595),
(159, 13, 596),
(160, 13, 597),
(166, 13, 598),
(167, 13, 599),
(168, 13, 600),
(169, 13, 601),
(191, 13, 602),
(192, 13, 603),
(193, 13, 604),
(194, 13, 605),
(195, 13, 606),
(135, 9, 607),
(136, 9, 608),
(137, 9, 609),
(138, 9, 610),
(139, 9, 611),
(135, 14, 635),
(136, 14, 636),
(137, 14, 637),
(140, 14, 638),
(141, 14, 639),
(142, 14, 640),
(143, 14, 641),
(144, 14, 642),
(145, 14, 643),
(146, 14, 644),
(147, 14, 645),
(148, 14, 646),
(149, 14, 647),
(150, 14, 648),
(151, 14, 649),
(152, 14, 650),
(153, 14, 651),
(154, 14, 652),
(155, 14, 653),
(156, 14, 654),
(157, 14, 655),
(159, 14, 656),
(160, 14, 657),
(1, 0, 673),
(2, 0, 674),
(3, 0, 675),
(4, 0, 676),
(5, 0, 677),
(6, 0, 678),
(7, 0, 679),
(8, 0, 680),
(9, 0, 681),
(10, 0, 682),
(11, 0, 683),
(12, 0, 684),
(13, 0, 685),
(14, 0, 686),
(15, 0, 687),
(16, 0, 688),
(17, 0, 689),
(18, 0, 690),
(19, 0, 691),
(20, 0, 692),
(21, 0, 693),
(22, 0, 694),
(23, 0, 695),
(24, 0, 696),
(25, 0, 697),
(26, 0, 698),
(27, 0, 699),
(28, 0, 700),
(29, 0, 701),
(30, 0, 702),
(31, 0, 703),
(32, 0, 704),
(33, 0, 705),
(34, 0, 706),
(39, 0, 707),
(40, 0, 708),
(41, 0, 709),
(42, 0, 710),
(55, 0, 711),
(56, 0, 712),
(57, 0, 713),
(59, 0, 714),
(60, 0, 715),
(61, 0, 716),
(62, 0, 717),
(63, 0, 718),
(76, 0, 719),
(77, 0, 720),
(78, 0, 721),
(79, 0, 722),
(84, 0, 723),
(85, 0, 724),
(86, 0, 725),
(87, 0, 726),
(88, 0, 727),
(89, 0, 728),
(90, 0, 729),
(91, 0, 730),
(92, 0, 731),
(93, 0, 732),
(94, 0, 733),
(95, 0, 734),
(96, 0, 735),
(97, 0, 736),
(98, 0, 737),
(99, 0, 738),
(100, 0, 739),
(101, 0, 740),
(102, 0, 741),
(103, 0, 742),
(104, 0, 743),
(105, 0, 744),
(110, 0, 745),
(112, 0, 746),
(117, 0, 747),
(124, 0, 748),
(161, 0, 749),
(162, 0, 750),
(163, 0, 751),
(164, 0, 752),
(165, 0, 753),
(187, 0, 754),
(188, 0, 755),
(189, 0, 756),
(35, 0, 757),
(36, 0, 758),
(37, 0, 759),
(38, 0, 760),
(51, 0, 761),
(52, 0, 762),
(53, 0, 763),
(54, 0, 764),
(58, 0, 765),
(72, 0, 766),
(73, 0, 767),
(74, 0, 768),
(75, 0, 769),
(106, 0, 770),
(107, 0, 771),
(108, 0, 772),
(109, 0, 773),
(111, 0, 774),
(118, 0, 775),
(119, 0, 776),
(120, 0, 777),
(121, 0, 778),
(122, 0, 779),
(123, 0, 780),
(170, 0, 781),
(171, 0, 782),
(172, 0, 783),
(173, 0, 784),
(174, 0, 785),
(175, 0, 786),
(176, 0, 787),
(177, 0, 788),
(178, 0, 789),
(179, 0, 790),
(180, 0, 791),
(181, 0, 792),
(182, 0, 793),
(183, 0, 794),
(184, 0, 795),
(185, 0, 796),
(186, 0, 797),
(190, 0, 798),
(44, 1, 799),
(45, 1, 800),
(207, 1, 801),
(208, 1, 802),
(208, 12, 818),
(209, 1, 819),
(210, 1, 820),
(211, 1, 821),
(212, 1, 822),
(213, 1, 823),
(214, 1, 824),
(215, 1, 825),
(216, 1, 826),
(217, 1, 827),
(218, 1, 828),
(219, 1, 829),
(220, 1, 830),
(221, 1, 831),
(222, 1, 832);

-- --------------------------------------------------------

--
-- Table structure for table `policies`
--

CREATE TABLE `policies` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `amount` double NOT NULL,
  `type` int(11) 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 `products`
--

CREATE TABLE `products` (
  `id` int(10) UNSIGNED NOT NULL,
  `product_no` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_registration_no` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_size` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_category` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cost_amount` double NOT NULL,
  `sale_amount` double NOT NULL,
  `margin_amount` double DEFAULT NULL,
  `sold_amount` double DEFAULT NULL,
  `date_of_sold` date DEFAULT NULL,
  `creation_description` text COLLATE utf8mb4_unicode_ci,
  `sold_description` text COLLATE utf8mb4_unicode_ci,
  `dealer_id` int(10) UNSIGNED DEFAULT NULL,
  `dealer_rebate` double DEFAULT NULL,
  `company_profit` double DEFAULT NULL,
  `product_status` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `address` text COLLATE utf8mb4_unicode_ci,
  `map_address` text COLLATE utf8mb4_unicode_ci,
  `city` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `lat` float DEFAULT NULL,
  `lng` float DEFAULT NULL,
  `payment_type` int(11) DEFAULT NULL,
  `check_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `bank_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `due_balance` double DEFAULT NULL,
  `customer_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `product_types`
--

CREATE TABLE `product_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `start_from` int(11) 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;

-- --------------------------------------------------------

--
-- Table structure for table `projects`
--

CREATE TABLE `projects` (
  `id` int(10) UNSIGNED NOT NULL,
  `project_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `contact` bigint(20) NOT NULL DEFAULT '0',
  `address` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `projects`
--

INSERT INTO `projects` (`id`, `project_name`, `description`, `created_at`, `updated_at`, `deleted_at`, `contact`, `address`) VALUES
(1, 'J7 Emporium', NULL, '2021-07-20 01:46:22', '2021-07-28 04:53:28', NULL, 3105727614, 'j7-emporuim , rawalipindi.'),
(2, 'Signature', NULL, '2021-07-20 01:46:47', '2021-07-28 04:53:21', NULL, 3105727614, 'j7-emporuim , rawalipindi.');

-- --------------------------------------------------------

--
-- Table structure for table `project_accounts`
--

CREATE TABLE `project_accounts` (
  `id` int(10) UNSIGNED NOT NULL,
  `inventory_id` int(10) UNSIGNED NOT NULL,
  `payment_head` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `depositor_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `payment_type` tinyint(1) NOT NULL,
  `amount` double NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `date` date NOT NULL,
  `adjacement_type` int(11) DEFAULT NULL,
  `pay_order_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `pay_order_date` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `pay_order_bank_id` int(10) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `project_account_files`
--

CREATE TABLE `project_account_files` (
  `id` int(10) UNSIGNED NOT NULL,
  `project_account_id` int(10) UNSIGNED NOT NULL,
  `file_url` text 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 `property_chat_histories`
--

CREATE TABLE `property_chat_histories` (
  `id` int(10) UNSIGNED NOT NULL,
  `property_id` int(10) UNSIGNED NOT NULL,
  `remarks` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `next_follow_up` date NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `status` varchar(156) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_assign` int(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `pr_boq_items`
--

CREATE TABLE `pr_boq_items` (
  `id` int(11) NOT NULL,
  `task_id` int(11) DEFAULT NULL,
  `purchase_request_id` int(11) NOT NULL,
  `boq_id` int(11) DEFAULT NULL,
  `item_id` int(11) DEFAULT NULL,
  `quantity` int(11) DEFAULT NULL,
  `rate_per_unit` double(8,2) DEFAULT NULL,
  `total_cost` double(8,2) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `pr_boq_items`
--

INSERT INTO `pr_boq_items` (`id`, `task_id`, `purchase_request_id`, `boq_id`, `item_id`, `quantity`, `rate_per_unit`, `total_cost`, `created_at`, `updated_at`) VALUES
(22, 0, 6, 0, 7, 16, 1000.00, 16000.00, '2022-01-07 10:53:44', '2022-01-07 10:53:44'),
(23, 0, 6, 0, 3, 32, 1200.00, 38400.00, '2022-01-07 10:53:44', '2022-01-07 10:53:44'),
(24, 0, 6, 0, 2, 212, 1500.00, 318000.00, '2022-01-07 10:53:44', '2022-01-07 10:53:44'),
(25, 0, 6, 0, 8, 60, 1800.00, 108000.00, '2022-01-07 10:53:44', '2022-01-07 10:53:44'),
(26, 0, 6, 0, 1, 54, 2000.00, 108000.00, '2022-01-07 10:53:44', '2022-01-07 10:53:44'),
(27, 0, 1, 0, 7, 16, 1000.00, 16000.00, '2022-01-07 10:58:28', '2022-01-07 10:58:28'),
(28, 0, 1, 0, 3, 32, 1200.00, 38400.00, '2022-01-07 10:58:28', '2022-01-07 10:58:28'),
(29, 0, 1, 0, 2, 212, 1300.00, 275600.00, '2022-01-07 10:58:28', '2022-01-07 10:58:28'),
(30, 0, 1, 0, 1, 54, 1100.00, 59400.00, '2022-01-07 10:58:28', '2022-01-07 10:58:28'),
(37, 0, 4, 0, 7, 23, 1000.00, 23000.00, '2022-01-07 11:03:47', '2022-01-07 11:03:47'),
(38, 0, 4, 0, 3, 23, 1200.00, 27600.00, '2022-01-07 11:03:47', '2022-01-07 11:03:47'),
(39, 0, 4, 0, 2, 32, 1300.00, 41600.00, '2022-01-07 11:03:47', '2022-01-07 11:03:47'),
(40, 0, 1, 0, 8, 60, 1000.00, 60000.00, '2022-01-07 11:08:30', '2022-01-07 11:08:30'),
(41, 0, 1, 0, 7, 16, 1200.00, 19200.00, '2022-01-07 11:08:30', '2022-01-07 11:08:30'),
(42, 0, 1, 0, 3, 32, 1500.00, 48000.00, '2022-01-07 11:08:30', '2022-01-07 11:08:30'),
(49, 0, 3, 0, 7, 16, 1000.00, 16000.00, '2022-01-07 11:18:49', '2022-01-07 11:18:49'),
(50, 0, 3, 0, 2, 212, 1200.00, 254400.00, '2022-01-07 11:18:49', '2022-01-07 11:18:49'),
(51, 0, 3, 0, 1, 54, 1500.00, 81000.00, '2022-01-07 11:18:49', '2022-01-07 11:18:49'),
(52, 0, 1, 0, 8, 60, 1000.00, 60000.00, '2022-01-07 11:21:19', '2022-01-07 11:21:19'),
(53, 0, 1, 0, 2, 212, 1200.00, 254400.00, '2022-01-07 11:21:19', '2022-01-07 11:21:19'),
(54, 0, 1, 0, 3, 32, 1500.00, 48000.00, '2022-01-07 11:21:19', '2022-01-07 11:21:19');

-- --------------------------------------------------------

--
-- Table structure for table `purchases`
--

CREATE TABLE `purchases` (
  `id` int(10) UNSIGNED NOT NULL,
  `date` date DEFAULT NULL,
  `product` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `supplier` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `rate` double DEFAULT NULL,
  `qty` int(11) NOT NULL,
  `total` double DEFAULT NULL,
  `tax` double DEFAULT NULL,
  `net` double DEFAULT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `payment_mode` tinyint(1) NOT NULL DEFAULT '1',
  `bank_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `bill_no` varchar(191) 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 `purchase_orders`
--

CREATE TABLE `purchase_orders` (
  `id` int(10) UNSIGNED NOT NULL,
  `purchase_request_id` int(11) NOT NULL DEFAULT '0',
  `vendor_id` int(11) NOT NULL DEFAULT '0',
  `status` int(11) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `delivery_date` datetime DEFAULT NULL,
  `receiver_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `receiving_date` datetime DEFAULT NULL,
  `special_instruction` text COLLATE utf8mb4_unicode_ci,
  `payment_terms` text COLLATE utf8mb4_unicode_ci,
  `advance` int(11) DEFAULT '0',
  `total_amount` double(8,2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `purchase_orders`
--

INSERT INTO `purchase_orders` (`id`, `purchase_request_id`, `vendor_id`, `status`, `created_at`, `updated_at`, `delivery_date`, `receiver_name`, `receiving_date`, `special_instruction`, `payment_terms`, `advance`, `total_amount`) VALUES
(1, 1, 4, 3, '2022-01-07 11:21:19', '2022-01-07 11:23:45', '2022-01-07 16:21:19', NULL, NULL, NULL, NULL, 0, 0.00),
(2, 1, 3, 2, '2022-01-07 11:21:20', '2022-01-07 12:22:11', '2022-01-07 16:21:20', NULL, NULL, NULL, NULL, 0, 0.00);

-- --------------------------------------------------------

--
-- Table structure for table `purchase_order_cancel_remarks`
--

CREATE TABLE `purchase_order_cancel_remarks` (
  `id` int(11) NOT NULL,
  `pr_id` int(11) DEFAULT NULL,
  `po_id` int(11) DEFAULT NULL,
  `vendor_id` int(11) DEFAULT NULL,
  `remark` text,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `purchase_order_receipt`
--

CREATE TABLE `purchase_order_receipt` (
  `id` int(10) UNSIGNED NOT NULL,
  `purchase_order_id` int(11) NOT NULL DEFAULT '0',
  `vendor_id` int(11) NOT NULL DEFAULT '0',
  `receipt_date` datetime NOT NULL,
  `purchase_request_id` int(11) NOT NULL DEFAULT '0',
  `status` int(11) NOT NULL DEFAULT '3',
  `receipt_pay_date` datetime DEFAULT NULL,
  `total_amount` double(10,2) NOT NULL DEFAULT '0.00',
  `total_pay_amount` double(10,2) NOT NULL DEFAULT '0.00',
  `remaining_amount` double(10,2) NOT NULL DEFAULT '0.00',
  `quality_test_inspector_name` mediumtext COLLATE utf8mb4_unicode_ci,
  `quality_test_inspector_date` datetime DEFAULT NULL,
  `invoice_no` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `documents` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `quality_insu_docs` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `account_officer_name` text COLLATE utf8mb4_unicode_ci,
  `account_officer_name_date` datetime DEFAULT NULL,
  `po_receiver_name` mediumtext COLLATE utf8mb4_unicode_ci,
  `po_receiveing_date` datetime DEFAULT NULL,
  `is_book` int(1) NOT NULL DEFAULT '0',
  `receipt_type` int(11) NOT NULL DEFAULT '1' COMMENT '1-purchase-order\r\n\r\n2-advance'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `purchase_order_receipt`
--

INSERT INTO `purchase_order_receipt` (`id`, `purchase_order_id`, `vendor_id`, `receipt_date`, `purchase_request_id`, `status`, `receipt_pay_date`, `total_amount`, `total_pay_amount`, `remaining_amount`, `quality_test_inspector_name`, `quality_test_inspector_date`, `invoice_no`, `documents`, `quality_insu_docs`, `account_officer_name`, `account_officer_name_date`, `po_receiver_name`, `po_receiveing_date`, `is_book`, `receipt_type`) VALUES
(1, 1, 4, '2022-01-07 16:23:18', 1, 1, NULL, 108000.00, 0.00, 108000.00, NULL, NULL, NULL, '[\"4ed29fbc5dbfe2815b9cbfce2c8b91ad\"]', NULL, NULL, NULL, 'test', '2022-01-07 16:23:19', 1, 1),
(2, 2, 3, '2022-01-07 17:22:11', 1, 0, NULL, 254400.00, 0.00, 254400.00, NULL, NULL, NULL, '[\"4fa9b3cd8ea163d4a2ffaa3557f115b7\"]', NULL, NULL, NULL, 'test', '2022-01-07 17:22:11', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `purchase_order_vendors`
--

CREATE TABLE `purchase_order_vendors` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` bigint(20) NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cnic` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` 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 `purchase_requests`
--

CREATE TABLE `purchase_requests` (
  `id` int(10) UNSIGNED NOT NULL,
  `department_id` int(11) NOT NULL DEFAULT '0',
  `created_by` int(11) NOT NULL DEFAULT '0',
  `status` int(11) NOT NULL DEFAULT '0',
  `task_id` int(11) NOT NULL DEFAULT '0',
  `pr_type` enum('direct_pr','indirect_pr') COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `quotation_valid_date` datetime DEFAULT NULL,
  `quotation_created_date` datetime DEFAULT NULL,
  `note` text COLLATE utf8mb4_unicode_ci,
  `rfq_vendors` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cs_purchase_officer` mediumtext COLLATE utf8mb4_unicode_ci,
  `cs_purchase_manager` mediumtext COLLATE utf8mb4_unicode_ci,
  `cs_purchase_officer_date` datetime DEFAULT NULL,
  `cs_purchase_manager_date` datetime DEFAULT NULL,
  `auth_person` mediumtext COLLATE utf8mb4_unicode_ci,
  `auth_person_date` date DEFAULT NULL,
  `remarks` text COLLATE utf8mb4_unicode_ci,
  `cancellation_remarks` text COLLATE utf8mb4_unicode_ci,
  `is_book` int(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `purchase_requests`
--

INSERT INTO `purchase_requests` (`id`, `department_id`, `created_by`, `status`, `task_id`, `pr_type`, `created_at`, `updated_at`, `deleted_at`, `quotation_valid_date`, `quotation_created_date`, `note`, `rfq_vendors`, `cs_purchase_officer`, `cs_purchase_manager`, `cs_purchase_officer_date`, `cs_purchase_manager_date`, `auth_person`, `auth_person_date`, `remarks`, `cancellation_remarks`, `is_book`) VALUES
(1, 4, 22, 7, 0, 'direct_pr', '2022-01-07 11:21:19', '2022-01-07 12:22:29', NULL, '2022-01-07 00:00:00', '2022-01-07 00:00:00', NULL, '[\"4\",\"3\"]', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0);

-- --------------------------------------------------------

--
-- Table structure for table `receipts`
--

CREATE TABLE `receipts` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED DEFAULT NULL,
  `customer_property_id` int(10) UNSIGNED DEFAULT NULL,
  `payment_head` int(11) NOT NULL,
  `payment_mode` int(11) NOT NULL DEFAULT '1',
  `bank_name` text COLLATE utf8mb4_unicode_ci,
  `cheque_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cheque_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cheaque_status` tinyint(1) NOT NULL DEFAULT '0',
  `drawn_date` date DEFAULT NULL,
  `amount` double NOT NULL,
  `receipt_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reference_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `receipt_date` date NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `company_account` int(10) UNSIGNED DEFAULT NULL,
  `adjustment_type` int(11) DEFAULT NULL,
  `adjustment_detail` text COLLATE utf8mb4_unicode_ci,
  `inventory_id` int(11) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `is_approved` tinyint(1) NOT NULL DEFAULT '1',
  `download_count` int(11) DEFAULT NULL,
  `print_count` int(11) DEFAULT NULL,
  `reconciled` tinyint(1) NOT NULL DEFAULT '1',
  `payment_method` int(11) DEFAULT NULL,
  `dealer_adjustment_unit_id` int(11) DEFAULT NULL,
  `vendor_purchase_order_id` int(11) DEFAULT NULL,
  `merging_property_id` int(11) DEFAULT NULL,
  `is_book` tinyint(1) NOT NULL DEFAULT '0',
  `notes` text COLLATE utf8mb4_unicode_ci,
  `tax_paid_by` tinyint(1) DEFAULT NULL,
  `tax_payment_received` tinyint(1) DEFAULT NULL,
  `tax_amount` double DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `receipts`
--

INSERT INTO `receipts` (`id`, `customer_id`, `customer_property_id`, `payment_head`, `payment_mode`, `bank_name`, `cheque_number`, `cheque_title`, `cheaque_status`, `drawn_date`, `amount`, `receipt_no`, `reference_no`, `receipt_date`, `created_at`, `updated_at`, `company_account`, `adjustment_type`, `adjustment_detail`, `inventory_id`, `is_deleted`, `is_approved`, `download_count`, `print_count`, `reconciled`, `payment_method`, `dealer_adjustment_unit_id`, `vendor_purchase_order_id`, `merging_property_id`, `is_book`, `notes`, `tax_paid_by`, `tax_payment_received`, `tax_amount`) VALUES
(1, 29, 49, 1, 1, NULL, NULL, NULL, 0, NULL, 400000, '50004', NULL, '2021-12-24', '2021-12-23 12:35:20', '2021-12-23 12:36:49', NULL, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL),
(4, 29, 30, 3, 1, '2', NULL, NULL, 0, NULL, 150000, '50003', NULL, '2021-12-18', '2021-12-18 08:04:32', '2021-12-21 08:32:09', 1, 1, NULL, NULL, 0, 1, NULL, NULL, 0, 2, 0, NULL, NULL, 0, NULL, NULL, NULL, NULL),
(5, 29, 30, 3, 1, NULL, NULL, NULL, 0, NULL, 25000, '50005', NULL, '2021-12-31', '2021-12-30 00:01:28', '2022-02-22 07:40:51', NULL, 1, NULL, NULL, 0, 0, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL),
(6, 1, 51, 3, 3, '3', '66777555', NULL, 0, NULL, 428000, '50006', NULL, '2022-01-10', '2022-01-10 11:43:24', '2022-03-25 06:30:29', 1, 1, NULL, NULL, 0, 1, NULL, NULL, 0, 2, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL),
(7, 1, 51, 1, 1, '1', NULL, NULL, 0, NULL, 500000, '50007', NULL, '2022-02-04', '2022-02-04 13:47:24', '2022-02-04 13:48:53', 1, 1, NULL, NULL, 0, 1, NULL, NULL, 0, 2, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL),
(8, 1, 51, 3, 1, '1', NULL, NULL, 0, NULL, 500000, '50008', NULL, '2022-02-04', '2022-02-04 13:55:46', '2022-02-04 13:55:57', 1, 1, NULL, NULL, 0, 1, NULL, NULL, 0, 2, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL),
(9, 1, 51, 7, 1, '2', NULL, NULL, 0, NULL, 1233434, '50009', NULL, '2022-02-04', '2022-02-04 13:58:09', '2022-02-04 13:58:21', 1, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL),
(10, 29, 48, 1, 1, NULL, NULL, NULL, 0, NULL, 200000, '50010', NULL, '2022-02-18', '2022-02-18 10:13:54', '2022-02-18 10:15:18', NULL, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL),
(11, 1, 52, 1, 1, NULL, NULL, NULL, 0, NULL, 16075, '50011', NULL, '2022-02-24', '2022-02-24 12:26:14', '2022-02-25 06:57:50', NULL, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL),
(12, 1, 52, 3, 1, NULL, NULL, NULL, 0, NULL, 343333, '50012', NULL, '2022-02-25', '2022-02-25 07:14:01', '2022-02-25 07:14:15', NULL, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL),
(13, 1, 51, 1, 1, NULL, NULL, NULL, 0, NULL, 164200, '50013', NULL, '2022-03-02', '2022-03-02 05:18:52', '2022-03-02 05:19:09', NULL, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL),
(14, 29, 50, 1, 1, NULL, NULL, NULL, 0, NULL, 400000, '50014', NULL, '2022-03-02', '2022-03-02 05:30:52', '2022-03-02 05:31:09', NULL, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, 1, NULL, NULL),
(16, 29, 50, 1, 1, NULL, NULL, NULL, 0, NULL, 200000, '50015', NULL, '2022-03-02', '2022-03-02 05:47:13', '2022-03-02 05:49:45', NULL, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, 1, 0, 4000),
(17, 1, 52, 1, 1, NULL, NULL, NULL, 0, NULL, 495000, '50016', NULL, '2022-03-02', '2022-03-02 06:00:40', '2022-03-02 06:00:56', NULL, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, 2, 1, 5000),
(18, 29, 50, 1, 1, NULL, NULL, NULL, 0, NULL, 100000, '50017', NULL, '2022-03-02', '2022-03-02 06:17:03', '2022-03-25 07:01:50', NULL, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, 1, 0, 2000),
(19, 1, 51, 3, 1, NULL, NULL, NULL, 0, NULL, 25000, '50018', NULL, '2022-03-02', '2022-03-03 08:08:38', '2022-03-25 07:00:35', NULL, 2, 'testing adjustment', NULL, 0, 1, NULL, NULL, 1, 7, NULL, NULL, NULL, 0, NULL, 1, 0, 250),
(20, 29, 30, 1, 1, NULL, NULL, NULL, 0, NULL, 42683.9, '50019', NULL, '2022-03-03', '2022-03-03 10:07:10', '2022-03-03 10:07:30', NULL, 4, 'tewting dfruu fjjf', NULL, 0, 1, NULL, NULL, 1, 7, 48, NULL, NULL, 0, NULL, 2, 1, 871.1),
(23, 1, 51, 3, 1, NULL, NULL, NULL, 0, NULL, 400000, '50021', NULL, '2022-03-04', '2022-03-04 05:48:50', '2022-03-25 07:02:27', NULL, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, 1, 1, 4000),
(26, 29, 54, 8, 1, NULL, NULL, NULL, 0, NULL, 206320, '50022', NULL, '2022-03-21', '2022-03-21 09:52:05', '2022-03-21 11:49:08', NULL, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, 1, 0, 4126.4),
(27, 1, 52, 1, 1, NULL, NULL, NULL, 0, NULL, 31388, '50023', NULL, '2022-03-23', '2022-03-23 10:12:24', '2022-03-23 10:12:44', NULL, 6, NULL, NULL, 0, 1, NULL, NULL, 1, 7, NULL, NULL, NULL, 0, NULL, 1, 0, NULL),
(28, 29, 30, 1, 1, '1', '23244422', NULL, 1, '2022-05-14', 800616, '50024', NULL, '2022-05-12', '2022-05-12 11:05:39', '2022-05-12 11:08:24', 1, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 3, NULL, NULL, NULL, 0, NULL, 1, 0, 16012.32),
(29, 29, 30, 3, 1, '2', '22222223321', NULL, 1, '2022-05-12', 406651, '50025', NULL, '2022-05-12', '2022-05-12 11:09:11', '2022-05-12 11:09:29', 1, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 3, NULL, NULL, NULL, 0, NULL, 1, 0, 8133.02),
(30, 1, 51, 3, 1, '1', '93884884', NULL, 2, '2022-06-22', 734566, '50026', NULL, '2022-06-02', '2022-06-02 06:31:17', '2022-06-02 07:13:56', 2, 1, NULL, NULL, 0, 0, NULL, NULL, 1, 3, NULL, NULL, NULL, 0, NULL, 2, 1, 7345.66),
(31, 1, 51, 3, 1, '1', '23232312', NULL, 1, '2022-06-09', 442800, '50027', NULL, '2022-06-03', '2022-06-03 09:39:34', '2022-06-03 09:48:02', 2, 1, NULL, NULL, 0, 1, NULL, NULL, 1, 3, NULL, NULL, NULL, 0, NULL, 2, 1, 4428),
(32, 29, 30, 3, 1, NULL, NULL, NULL, 0, NULL, 3659849, '50028', NULL, '2022-06-07', '2022-06-07 12:07:23', '2022-06-07 12:07:23', NULL, 1, NULL, NULL, 0, 0, NULL, NULL, 1, 1, NULL, NULL, NULL, 0, NULL, 1, 0, 73196.98);

-- --------------------------------------------------------

--
-- Table structure for table `receipt_document`
--

CREATE TABLE `receipt_document` (
  `id` int(11) NOT NULL,
  `receipt_id` int(11) NOT NULL DEFAULT '0',
  `document_path` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `receipt_document`
--

INSERT INTO `receipt_document` (`id`, `receipt_id`, `document_path`, `created_at`, `updated_at`) VALUES
(6, 3, '1637058860.cv.pdf', '2021-11-16 10:34:20', '2021-11-16 10:34:20'),
(7, 3, '11e18b7c29e04b11c5357d2e9809b838', '2021-11-16 10:34:20', '2021-11-16 10:34:20');

-- --------------------------------------------------------

--
-- Table structure for table `receipt_images`
--

CREATE TABLE `receipt_images` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(11) NOT NULL,
  `property_id` int(11) NOT NULL,
  `image` text,
  `updated_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `receipt_items`
--

CREATE TABLE `receipt_items` (
  `id` int(10) UNSIGNED NOT NULL,
  `purchase_order_id` int(11) NOT NULL DEFAULT '0',
  `purchase_request_id` int(11) NOT NULL DEFAULT '0',
  `vendor_id` int(11) NOT NULL DEFAULT '0',
  `purchase_order_receipt_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `quantity` double NOT NULL DEFAULT '0',
  `quality_test_approve_by` text COLLATE utf8mb4_unicode_ci,
  `approval_date` date DEFAULT NULL,
  `approval_status` tinytext COLLATE utf8mb4_unicode_ci,
  `created_at` date DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `pass_quantity` int(11) NOT NULL DEFAULT '0',
  `fail_quantity` int(11) NOT NULL DEFAULT '0',
  `note` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `receipt_items`
--

INSERT INTO `receipt_items` (`id`, `purchase_order_id`, `purchase_request_id`, `vendor_id`, `purchase_order_receipt_id`, `item_id`, `quantity`, `quality_test_approve_by`, `approval_date`, `approval_status`, `created_at`, `updated_at`, `pass_quantity`, `fail_quantity`, `note`) VALUES
(1, 1, 1, 4, 1, 8, 60, 'test', '2022-01-07', 'approve', '2022-01-07', '2022-01-07 11:23:45', 0, 60, 'test'),
(2, 1, 1, 4, 1, 3, 32, 'test', '2022-01-07', 'approve', '2022-01-07', '2022-01-07 11:24:01', 32, 0, NULL),
(3, 2, 1, 3, 2, 2, 212, 'test', '2022-01-07', 'approve', '2022-01-07', '2022-01-07 12:22:29', 212, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `reconciliations`
--

CREATE TABLE `reconciliations` (
  `id` int(10) UNSIGNED NOT NULL,
  `account_id` int(11) NOT NULL,
  `started_at` datetime NOT NULL,
  `ended_at` datetime NOT NULL,
  `closing_balance` double(15,4) DEFAULT '0.0000',
  `reconciled` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC;

-- --------------------------------------------------------

--
-- Table structure for table `registration_nos`
--

CREATE TABLE `registration_nos` (
  `id` int(10) UNSIGNED NOT NULL,
  `number` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `name` text COLLATE utf8mb4_unicode_ci,
  `cnic` text COLLATE utf8mb4_unicode_ci,
  `email` text COLLATE utf8mb4_unicode_ci,
  `phone_number` text COLLATE utf8mb4_unicode_ci,
  `is_deleted` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `roles`
--

CREATE TABLE `roles` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `display_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` varchar(191) 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 `roles`
--

INSERT INTO `roles` (`id`, `name`, `display_name`, `description`, `created_at`, `updated_at`) VALUES
(1, 'admin', 'Admin', 'All system Access', '2020-07-16 08:50:26', '2020-07-16 08:55:01'),
(6, 'Data Entry', NULL, 'Access only registration and membership creation.', '2020-07-16 09:04:56', '2020-07-25 13:34:43'),
(7, 'Reviewer', NULL, 'Access to All modules', '2020-07-25 13:36:02', '2020-07-25 13:36:02'),
(8, 'Customer Mng', NULL, 'Access to customer related modules', '2020-07-25 13:36:58', '2020-07-25 13:36:58'),
(9, 'Staff', NULL, 'Access to membership module', '2020-07-25 13:37:38', '2020-07-25 13:37:38'),
(12, 'Test', NULL, NULL, '2021-08-11 08:13:37', '2021-08-11 08:13:37'),
(13, 'Procurement Manager', NULL, 'maneger', '2021-12-03 05:17:36', '2021-12-03 05:17:36'),
(14, 'procurement Operations', NULL, 'test', '2021-12-03 05:38:44', '2021-12-03 05:38:44'),
(15, 'Accounts Dept', NULL, NULL, '2021-12-30 12:17:21', '2021-12-30 12:17:21');

-- --------------------------------------------------------

--
-- Table structure for table `role_user`
--

CREATE TABLE `role_user` (
  `user_id` int(10) UNSIGNED NOT NULL,
  `role_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `role_user`
--

INSERT INTO `role_user` (`user_id`, `role_id`) VALUES
(22, 1),
(25, 9),
(23, 12),
(27, 12),
(24, 13),
(26, 14);

-- --------------------------------------------------------

--
-- Table structure for table `schedule_plans`
--

CREATE TABLE `schedule_plans` (
  `id` int(10) UNSIGNED NOT NULL,
  `possession` double(8,2) NOT NULL DEFAULT '1.00',
  `possession_date` date DEFAULT NULL,
  `voucher_valid_after` date DEFAULT NULL,
  `down_payment` double(8,2) NOT NULL DEFAULT '16.00',
  `monthly_installment` double(8,2) NOT NULL DEFAULT '64.00',
  `annual_installment` double(8,2) NOT NULL DEFAULT '19.00',
  `total_months` int(11) NOT NULL DEFAULT '60',
  `allotment` double(8,2) NOT NULL DEFAULT '2.00',
  `confirmation` double(8,2) NOT NULL DEFAULT '2.00',
  `booking` double(8,2) NOT NULL DEFAULT '2.00',
  `development` double(8,2) NOT NULL DEFAULT '2.00',
  `file_processing` double(8,2) NOT NULL DEFAULT '2.00',
  `registration` double(8,2) NOT NULL DEFAULT '2.00',
  `fine` double 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 `schedule_plans`
--

INSERT INTO `schedule_plans` (`id`, `possession`, `possession_date`, `voucher_valid_after`, `down_payment`, `monthly_installment`, `annual_installment`, `total_months`, `allotment`, `confirmation`, `booking`, `development`, `file_processing`, `registration`, `fine`, `created_at`, `updated_at`) VALUES
(1, 10.00, '2025-06-01', '2018-01-01', 18.00, 60.00, 0.00, 36, 2.00, 2.00, 2.00, 2.00, 2.00, 2.00, 0.005, NULL, '2022-05-14 10:16:23');

-- --------------------------------------------------------

--
-- Table structure for table `sms`
--

CREATE TABLE `sms` (
  `id` int(11) NOT NULL,
  `message` text NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `status` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `sms_clients`
--

CREATE TABLE `sms_clients` (
  `id` int(11) NOT NULL,
  `client_id` int(10) UNSIGNED NOT NULL,
  `message_id` int(10) UNSIGNED NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `surcharge_receipts`
--

CREATE TABLE `surcharge_receipts` (
  `id` int(10) UNSIGNED NOT NULL,
  `customer_id` int(10) UNSIGNED DEFAULT NULL,
  `customer_property_id` int(10) UNSIGNED DEFAULT NULL,
  `payment_head` int(11) NOT NULL,
  `payment_mode` int(11) NOT NULL DEFAULT '1',
  `bank_name` text COLLATE utf8mb4_unicode_ci,
  `cheque_number` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `cheque_title` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `drawn_date` date DEFAULT NULL,
  `amount` double NOT NULL,
  `total_surcharge` double NOT NULL DEFAULT '0',
  `receipt_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `reference_no` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `receipt_date` date NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `company_account` int(10) UNSIGNED DEFAULT NULL,
  `adjustment_type` int(11) DEFAULT NULL,
  `adjustment_detail` text COLLATE utf8mb4_unicode_ci,
  `inventory_id` int(11) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `is_approved` tinyint(1) NOT NULL DEFAULT '1',
  `download_count` int(11) DEFAULT NULL,
  `print_count` int(11) DEFAULT NULL,
  `reconciled` tinyint(1) NOT NULL DEFAULT '1',
  `payment_method` int(11) DEFAULT NULL,
  `dealer_adjustment_unit_id` int(11) DEFAULT NULL,
  `vendor_purchase_order_id` int(11) DEFAULT NULL,
  `is_book` tinyint(1) NOT NULL DEFAULT '0',
  `notes` text COLLATE utf8mb4_unicode_ci,
  `tax_paid_by` tinyint(1) DEFAULT NULL,
  `tax_payment_received` tinyint(1) DEFAULT NULL,
  `tax_amount` double DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `surcharge_receipts`
--

INSERT INTO `surcharge_receipts` (`id`, `customer_id`, `customer_property_id`, `payment_head`, `payment_mode`, `bank_name`, `cheque_number`, `cheque_title`, `drawn_date`, `amount`, `total_surcharge`, `receipt_no`, `reference_no`, `receipt_date`, `created_at`, `updated_at`, `company_account`, `adjustment_type`, `adjustment_detail`, `inventory_id`, `is_deleted`, `is_approved`, `download_count`, `print_count`, `reconciled`, `payment_method`, `dealer_adjustment_unit_id`, `vendor_purchase_order_id`, `is_book`, `notes`, `tax_paid_by`, `tax_payment_received`, `tax_amount`) VALUES
(29, 1, 51, 14, 1, NULL, NULL, NULL, NULL, 35015, 35015, '50024', NULL, '2022-04-06', '2022-04-06 11:57:53', '2022-04-06 11:57:53', NULL, 1, NULL, NULL, 0, 0, NULL, NULL, 1, 1, NULL, NULL, 0, NULL, 1, 0, 350.15000000000003),
(30, 1, 51, 14, 1, NULL, NULL, NULL, NULL, 0, 104318.75, '50026', NULL, '2022-05-27', '2022-05-27 11:28:58', '2022-05-27 11:28:58', NULL, 1, NULL, NULL, 0, 0, NULL, NULL, 1, 1, NULL, NULL, 0, NULL, 1, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `tasks`
--

CREATE TABLE `tasks` (
  `id` int(10) UNSIGNED NOT NULL,
  `text` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `duration` int(11) DEFAULT NULL,
  `progress` double(8,2) DEFAULT NULL,
  `start_date` datetime DEFAULT NULL,
  `task_end_date` date DEFAULT NULL,
  `parent` int(11) NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `task_priority` enum('high','low','normal') COLLATE utf8mb4_unicode_ci NOT NULL,
  `total_cost` double NOT NULL DEFAULT '0',
  `assign_to` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_by` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `task_type` enum('planed','unplaned') COLLATE utf8mb4_unicode_ci NOT NULL,
  `node_name` tinytext 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 `tax_receipts`
--

CREATE TABLE `tax_receipts` (
  `id` int(11) NOT NULL,
  `tax_id` int(11) NOT NULL,
  `receipt_no` bigint(20) DEFAULT NULL,
  `receipt_date` date DEFAULT NULL,
  `receipt_amount` double DEFAULT NULL,
  `payment_method` int(11) DEFAULT NULL,
  `depositer_bank_id` int(11) DEFAULT NULL,
  `company_bank_id` int(11) DEFAULT NULL,
  `drawn_date` date DEFAULT NULL,
  `instrument_no` varchar(50) DEFAULT NULL,
  `inst_no` varchar(10) DEFAULT NULL,
  `payment_head` int(11) DEFAULT NULL,
  `note` text,
  `is_book` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL,
  `updated_at` timestamp NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `tax_receipts`
--

INSERT INTO `tax_receipts` (`id`, `tax_id`, `receipt_no`, `receipt_date`, `receipt_amount`, `payment_method`, `depositer_bank_id`, `company_bank_id`, `drawn_date`, `instrument_no`, `inst_no`, `payment_head`, `note`, `is_book`, `created_at`, `updated_at`) VALUES
(8, 43, 50021, '2022-03-25', 4000, 1, NULL, NULL, NULL, NULL, NULL, NULL, 'tetst', 0, '2022-03-25 07:02:27', '2022-03-25 07:02:27');

-- --------------------------------------------------------

--
-- Table structure for table `token_receipt`
--

CREATE TABLE `token_receipt` (
  `id` int(10) NOT NULL,
  `unit_id` int(11) DEFAULT NULL,
  `payment_head` varchar(191) DEFAULT NULL,
  `token_amount` double(8,2) DEFAULT NULL,
  `payment_method` varchar(156) DEFAULT NULL,
  `bank_name` varchar(156) DEFAULT NULL,
  `company_account` varchar(156) DEFAULT NULL,
  `drawn_date` date DEFAULT NULL,
  `instrument_no` varchar(156) DEFAULT NULL,
  `adjustment_type` varchar(156) DEFAULT NULL,
  `vendor_purchase_order_id` int(156) DEFAULT NULL,
  `adjustment_detail` varchar(156) DEFAULT NULL,
  `dealer_adjustment_unit_id` varchar(156) DEFAULT NULL,
  `receipt_number` varchar(156) DEFAULT NULL,
  `receipt_date` date DEFAULT NULL,
  `notes` varchar(156) DEFAULT NULL,
  `is_approved` int(11) NOT NULL,
  `is_book` int(11) NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

-- --------------------------------------------------------

--
-- Table structure for table `transfer_properties`
--

CREATE TABLE `transfer_properties` (
  `id` int(10) UNSIGNED NOT NULL,
  `property_id` int(10) UNSIGNED NOT NULL,
  `owner_id` int(10) UNSIGNED NOT NULL,
  `transfer_customer_id` int(10) UNSIGNED NOT NULL,
  `transfer_date` date NOT NULL,
  `transfer_note` text COLLATE utf8mb4_unicode_ci,
  `amount_paid` double NOT NULL,
  `surcharge` double DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `old_client_id` text COLLATE utf8mb4_unicode_ci,
  `new_client_id` text COLLATE utf8mb4_unicode_ci,
  `transfer_charges` text COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `unit_blocks`
--

CREATE TABLE `unit_blocks` (
  `id` int(11) NOT NULL,
  `name` varchar(55) NOT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `unit_blocks`
--

INSERT INTO `unit_blocks` (`id`, `name`, `is_deleted`, `created_at`, `updated_at`) VALUES
(1, 'Block ADB', 0, '2022-01-10 19:43:02', '2022-01-10 19:43:02'),
(2, 'Block Xyz', 0, '2022-01-29 06:33:01', '2022-01-29 06:33:01'),
(3, 'N/A', 0, '2022-01-29 06:33:01', '2022-01-29 06:33:01');

-- --------------------------------------------------------

--
-- Table structure for table `unit_categories`
--

CREATE TABLE `unit_categories` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `percent` float NOT NULL,
  `is_deleted` tinyint(4) NOT NULL DEFAULT '0',
  `is_percent` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `unit_categories`
--

INSERT INTO `unit_categories` (`id`, `name`, `created_at`, `updated_at`, `percent`, `is_deleted`, `is_percent`) VALUES
(1, 'Corner', '2021-08-05 06:49:02', '2021-08-05 06:49:02', 10, 0, 1),
(2, 'Margalla Facing', '2021-08-05 06:49:26', '2021-08-05 06:49:26', 5, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `unit_floors`
--

CREATE TABLE `unit_floors` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_deleted` tinyint(4) NOT NULL DEFAULT '0',
  `unit_block_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `unit_floors`
--

INSERT INTO `unit_floors` (`id`, `name`, `created_at`, `updated_at`, `is_deleted`, `unit_block_id`) VALUES
(1, '3rd Floor', '0000-00-00 00:00:00', '2022-01-29 06:21:42', 0, 2),
(2, '2nd Floor', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(3, '1st Floor', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(4, 'Ground Floor', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 2),
(5, 'LG 1', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(6, 'LG 2', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(7, 'LG 3', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(8, 'LG 4', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(9, 'LG 5', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(10, 'LG 6', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(11, 'LG 7', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(12, 'LG 8', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(13, 'LG 9', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(14, 'LG 10', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 1),
(15, 'Oversease', '2021-12-22 22:42:55', '2021-12-22 22:42:55', 0, 1),
(16, 'Us002', '2022-01-25 07:41:46', '2022-01-25 07:41:46', 0, 1),
(17, 'N/A', '2022-05-26 11:20:14', '2022-08-01 09:42:42', 0, 3);

-- --------------------------------------------------------

--
-- Table structure for table `unit_floor_sizes`
--

CREATE TABLE `unit_floor_sizes` (
  `id` int(10) UNSIGNED NOT NULL,
  `unit_floor_id` int(10) UNSIGNED NOT NULL,
  `unit_size_id` int(10) UNSIGNED DEFAULT NULL,
  `rate` double NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `unit_type_id` int(10) UNSIGNED NOT NULL,
  `registration_fee` double DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `unit_floor_sizes`
--

INSERT INTO `unit_floor_sizes` (`id`, `unit_floor_id`, `unit_size_id`, `rate`, `created_at`, `updated_at`, `unit_type_id`, `registration_fee`) VALUES
(17, 2, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(18, 2, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(19, 2, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(20, 2, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(21, 2, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(22, 2, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(23, 2, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(24, 2, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(25, 2, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(26, 3, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(27, 3, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(28, 3, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(29, 3, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(30, 3, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(31, 3, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(32, 3, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(33, 3, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(34, 3, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(35, 4, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(36, 4, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(37, 4, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(38, 4, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(39, 4, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(40, 4, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(41, 4, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(42, 4, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(43, 4, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(44, 5, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(45, 5, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(46, 5, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(47, 5, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(48, 5, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(49, 5, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(50, 5, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(51, 5, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(52, 5, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(53, 6, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(54, 6, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(55, 6, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(56, 6, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(57, 6, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(58, 6, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(59, 6, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(60, 6, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(61, 6, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(62, 7, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(63, 7, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(64, 7, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(65, 7, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(66, 7, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(67, 7, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(68, 7, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(69, 7, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(70, 7, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(71, 8, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(72, 8, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(73, 8, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(74, 8, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(75, 8, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(76, 8, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(77, 8, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(78, 8, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(79, 8, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(80, 9, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(81, 9, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(82, 9, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(83, 9, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(84, 9, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(85, 9, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(86, 9, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(87, 9, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(88, 9, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(89, 10, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(90, 10, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(91, 10, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(92, 10, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(93, 10, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(94, 10, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(95, 10, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(96, 10, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(97, 10, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(98, 11, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(99, 11, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(100, 11, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(101, 11, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(102, 11, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(103, 11, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(104, 11, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(105, 11, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(106, 11, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(107, 12, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(108, 12, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(109, 12, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(110, 12, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(111, 12, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(112, 12, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(113, 12, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(114, 12, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(115, 12, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(116, 13, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(117, 13, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(118, 13, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(119, 13, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(120, 13, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(121, 13, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(122, 13, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(123, 13, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(124, 13, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(125, 14, NULL, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, NULL),
(126, 14, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 2, 0),
(127, 14, 0, 12000, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 3, 0),
(128, 14, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 4, 0),
(129, 14, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 5, 0),
(130, 14, 0, 14500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 6, 0),
(131, 14, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 7, 0),
(132, 14, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 8, 0),
(133, 14, 0, 13500, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 9, 0),
(134, 16, NULL, 14000, '2022-01-25 07:41:46', '2022-01-25 07:41:46', 1, NULL),
(135, 1, NULL, 12000, '2022-01-29 06:21:43', '2022-01-29 06:21:43', 1, NULL),
(136, 1, NULL, 12000, '2022-01-29 06:21:43', '2022-01-29 06:21:43', 2, NULL),
(137, 1, NULL, 12000, '2022-01-29 06:21:43', '2022-01-29 06:21:43', 3, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `unit_old_rates`
--

CREATE TABLE `unit_old_rates` (
  `id` int(11) NOT NULL,
  `unit_floor_id` int(11) NOT NULL,
  `unit_type_id` int(11) NOT NULL,
  `rate` double NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `unit_old_rates`
--

INSERT INTO `unit_old_rates` (`id`, `unit_floor_id`, `unit_type_id`, `rate`, `created_at`, `updated_at`) VALUES
(1, 3, 2, 12000, '2021-10-06 10:19:21', '2021-10-06 10:19:21'),
(2, 2, 1, 48000, '2021-10-06 11:42:54', '2021-10-06 11:42:54'),
(3, 1, 1, 48000, '2021-08-05 06:51:48', '2021-10-06 11:45:29'),
(4, 1, 1, 12000, '0000-00-00 00:00:00', '2022-01-29 06:21:42'),
(5, 1, 2, 12000, '0000-00-00 00:00:00', '2022-01-29 06:21:42'),
(6, 1, 3, 12000, '0000-00-00 00:00:00', '2022-01-29 06:21:42'),
(7, 1, 4, 14500, '0000-00-00 00:00:00', '2022-01-29 06:21:42'),
(8, 1, 5, 14500, '0000-00-00 00:00:00', '2022-01-29 06:21:42'),
(9, 1, 6, 14500, '0000-00-00 00:00:00', '2022-01-29 06:21:42'),
(10, 1, 7, 13500, '0000-00-00 00:00:00', '2022-01-29 06:21:42'),
(11, 1, 8, 13500, '0000-00-00 00:00:00', '2022-01-29 06:21:42'),
(12, 1, 9, 13500, '0000-00-00 00:00:00', '2022-01-29 06:21:42');

-- --------------------------------------------------------

--
-- Table structure for table `unit_sizes`
--

CREATE TABLE `unit_sizes` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` float NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_deleted` tinyint(4) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `unit_sizes`
--

INSERT INTO `unit_sizes` (`id`, `name`, `status`, `created_at`, `updated_at`, `is_deleted`) VALUES
(1, 5, 1, '2021-12-22 22:42:13', '2021-12-22 22:42:13', 0),
(2, 716, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(3, 468.5, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(4, 1011, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(5, 496, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(6, 636, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(7, 613, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(8, 613.58, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(9, 517, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(10, 1038, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(11, 592.5, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(12, 387, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(13, 870.58, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(14, 707, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(15, 443, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(16, 598, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(17, 880.54, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(18, 1106, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(19, 919, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(20, 369, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(21, 706, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(22, 536, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(23, 1092, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(24, 705, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(25, 518, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(26, 1001, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(27, 509, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(28, 887, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(29, 871, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(30, 403, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(31, 1014, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(32, 890, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(33, 770, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(34, 508, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(35, 1099, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(36, 373.59, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(37, 632, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0),
(38, 589, 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0);

-- --------------------------------------------------------

--
-- Table structure for table `unit_types`
--

CREATE TABLE `unit_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_deleted` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `unit_types`
--

INSERT INTO `unit_types` (`id`, `name`, `status`, `created_at`, `updated_at`, `is_deleted`) VALUES
(1, 'Shop', 1, '2021-08-05 06:49:52', '2021-08-05 06:49:52', 0),
(2, 'Apartments', 1, '2021-08-05 06:50:13', '2021-08-05 06:50:13', 0),
(3, 'Residential', 1, '2021-12-22 22:41:57', '2021-12-22 22:41:57', 0);

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `session_id` text COLLATE utf8mb4_unicode_ci,
  `phone_number` varchar(12) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `name`, `email`, `password`, `remember_token`, `created_at`, `updated_at`, `session_id`, `phone_number`) VALUES
(22, 'Admin', 'uali21453@gmail.com', '$2y$10$v7ArsMDHMzPakfF2m8ue0OZvBjivRXNH4UixCjfPFRCKKur6Y9Fu6', 'Bw3a9bVkQnUDgLI2MU7a1mCbup6rxngYEQ0Sw7Aaf7r5ihMjNXPurHl67vHr', '2020-07-16 14:38:54', '2022-07-14 06:53:52', 'idpDmyyEEQuBtbh22uvhmyAIWYtLepufmzC4oyb1', '03124999213'),
(23, 'Store Keeper', 'storekeeper@emporium.com', '$2y$10$hcIxxbnmeckB1zRkhJiDruNIuYKKHCYBGaLK9kOZKeTGx1yGKMZ9S', 'HaMxk4Kroocj0i76lgCGfuKm8CCuMUcXdptuLXtKOgylvvR3X1vdThnIXNcj', '2021-08-11 08:15:16', '2021-12-03 05:15:32', NULL, '03124999212'),
(24, 'Procurement manager', 'procurementmanager@emporium.com', '$2y$10$yS50nzW07i06v9AA62T9s.HFzd76I8.ghhDdcR9fB8.lZ1zv0QQlq', 'pVZpd5aGkDa0CBKDtACOrUsxSi7f2jah3CkKQstikjS73jkfUgjBAmKOBkFe', '2021-12-03 05:18:51', '2021-12-03 05:18:51', NULL, '03100000000'),
(25, 'pr_user', 'pr_user@emporium.com', '$2y$10$Qt8uv4vucIredLvkhSdYvurnNbLH0EtgGwXCVsf2bt5K/t2xJcL0S', 'wEd6GR6TfrnvzPaf1DKeiPYIf4aLiIRiF9wbDqtcIC5rCDjHQ2n1O1Wjfl1U', '2021-12-03 05:28:35', '2021-12-03 05:28:35', NULL, '03100000001'),
(26, 'Procurement Operation', 'procurementoperation@emporium.com', '$2y$10$YLopC.GvRXMXhMVWkMedd.Um14oYiIhnBk/L/5tljadrUciWNxDru', NULL, '2021-12-03 05:43:33', '2021-12-03 05:43:33', NULL, '03100000002'),
(27, 'Mir Creater', 'mir@gmail.com', '$2y$10$ZSsNW38DpWfvKgc4AhnJgutdft6docKwPoWeRLO5Swv7Dh4nIR7yu', NULL, '2022-03-30 05:12:05', '2022-03-30 05:12:05', NULL, '11111111111');

-- --------------------------------------------------------

--
-- Table structure for table `vendors`
--

CREATE TABLE `vendors` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `address` text,
  `phone_number` varchar(100) DEFAULT NULL,
  `opening_balance` double NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `status` tinyint(1) NOT NULL,
  `cnic` varchar(50) DEFAULT NULL,
  `rep_name` varchar(50) DEFAULT NULL,
  `vendor_type` int(11) DEFAULT NULL,
  `ntn` varchar(100) DEFAULT NULL,
  `stn` varchar(100) DEFAULT NULL,
  `test_certificate` mediumint(9) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `vendors`
--

INSERT INTO `vendors` (`id`, `name`, `email`, `address`, `phone_number`, `opening_balance`, `created_at`, `updated_at`, `status`, `cnic`, `rep_name`, `vendor_type`, `ntn`, `stn`, `test_certificate`) VALUES
(3, 'Muhammad Usman', 'uali21453@gmail.com', 'test', '03105727614', 0, '2021-11-06 16:52:16', '2021-12-10 05:47:25', 0, '323233222222222', NULL, NULL, '0398377373', '0398377373', 3444),
(4, 'Ali Amjad', 'Ali@gmail.com', 'abc # 3380 Mehria Town', '03215854833', 0, '2021-11-10 17:08:59', '2021-12-03 04:33:28', 0, '3740584787987', NULL, NULL, '0080888909898', '0888909898', NULL),
(5, 'NASEER', 'NASEER@GMAIL.COM', NULL, '0321587778', 0, '2021-11-10 21:50:46', '2021-12-03 04:33:11', 0, '0097884788773', NULL, NULL, '83289309', '83289309', 9877);

-- --------------------------------------------------------

--
-- Table structure for table `vouchers`
--

CREATE TABLE `vouchers` (
  `id` int(11) NOT NULL,
  `entry_no` int(11) NOT NULL,
  `narration` text,
  `documents` varchar(255) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `vouchers`
--

INSERT INTO `vouchers` (`id`, `entry_no`, `narration`, `documents`, `created_at`, `updated_at`) VALUES
(1, 21, NULL, NULL, '2021-12-25 11:39:01', '2021-12-25 11:39:01'),
(2, 1, NULL, NULL, '2021-11-06 21:29:48', '2021-11-06 21:29:48'),
(3, 2, NULL, NULL, '2021-11-09 04:45:51', '2021-11-09 04:46:24'),
(4, 3, NULL, NULL, '2021-11-10 22:40:55', '2021-11-10 22:40:55'),
(5, 4, NULL, NULL, '2021-11-10 22:53:36', '2021-11-10 22:53:36'),
(6, 5, NULL, NULL, '2021-11-12 22:13:08', '2021-11-12 22:14:48'),
(7, 6, NULL, NULL, '2021-11-12 22:43:09', '2021-11-12 22:43:09'),
(8, 7, NULL, NULL, '2021-12-04 12:57:43', '2021-12-04 12:57:43'),
(9, 22, NULL, NULL, '2021-12-25 12:07:38', '2021-12-25 12:07:38'),
(10, 23, NULL, NULL, '2021-12-28 10:44:44', '2021-12-28 10:44:44'),
(11, 24, NULL, NULL, '2021-12-30 11:01:10', '2021-12-30 11:01:10'),
(12, 25, NULL, NULL, '2021-12-30 11:36:49', '2021-12-30 11:36:49'),
(13, 26, NULL, NULL, '2021-12-30 11:42:26', '2021-12-30 11:42:26'),
(14, 27, NULL, NULL, '2021-12-30 11:46:19', '2022-04-04 08:16:09'),
(21, 32, NULL, NULL, '2022-03-15 08:03:37', '2022-03-15 08:03:37'),
(25, 28, NULL, '[\"6af6f266097991089fcff8c50bc85467\"]', '2022-05-14 12:37:48', '2022-05-16 06:18:30'),
(26, 29, NULL, '[]', '2022-06-29 12:40:17', '2022-06-29 12:40:17'),
(27, 30, NULL, '[]', '2022-06-29 12:55:47', '2022-06-29 12:55:47');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `account_classes`
--
ALTER TABLE `account_classes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `account_transfers`
--
ALTER TABLE `account_transfers`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `account_types`
--
ALTER TABLE `account_types`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `activity_log`
--
ALTER TABLE `activity_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `activity_log_log_name_index` (`log_name`);

--
-- Indexes for table `approvel_roles`
--
ALTER TABLE `approvel_roles`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `approvel_status_comparative_statement`
--
ALTER TABLE `approvel_status_comparative_statement`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `approvel_status_purchase_request`
--
ALTER TABLE `approvel_status_purchase_request`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `asset_location`
--
ALTER TABLE `asset_location`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `asset_maintainances`
--
ALTER TABLE `asset_maintainances`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `asset_releases`
--
ALTER TABLE `asset_releases`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `bill_of_quantities`
--
ALTER TABLE `bill_of_quantities`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `buy_back`
--
ALTER TABLE `buy_back`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `categories_category_name_unique` (`category_name`);

--
-- Indexes for table `chart_of_accounts`
--
ALTER TABLE `chart_of_accounts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `cities`
--
ALTER TABLE `cities`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cities_country_id_foreign` (`country_id`);

--
-- Indexes for table `company_banks`
--
ALTER TABLE `company_banks`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `company_bank_transactions`
--
ALTER TABLE `company_bank_transactions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `company_bank_transactions_receipt_id_foreign` (`receipt_id`),
  ADD KEY `company_bank_transactions_company_account_foreign` (`company_account`);

--
-- Indexes for table `comparative_statements`
--
ALTER TABLE `comparative_statements`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `comparative_statement_documents`
--
ALTER TABLE `comparative_statement_documents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `control_accounts`
--
ALTER TABLE `control_accounts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `countries`
--
ALTER TABLE `countries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `customers`
--
ALTER TABLE `customers`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `customer_adjustments`
--
ALTER TABLE `customer_adjustments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_adjustments_receipt_id_foreign` (`receipt_id`);

--
-- Indexes for table `customer_amounts`
--
ALTER TABLE `customer_amounts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `customer_documents`
--
ALTER TABLE `customer_documents`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_documents_customer_id_foreign` (`customer_id`);

--
-- Indexes for table `customer_nominees`
--
ALTER TABLE `customer_nominees`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_nominees_customer_id_foreign` (`customer_id`);

--
-- Indexes for table `customer_properties`
--
ALTER TABLE `customer_properties`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_properties_customer_id_foreign` (`customer_id`),
  ADD KEY `customer_properties_dealer_id_foreign` (`dealer_id`),
  ADD KEY `customer_properties_product_type_foreign` (`plot_type`),
  ADD KEY `customer_properties_inventory_id_foreign` (`inventory_id`);

--
-- Indexes for table `customer_property_full_payments`
--
ALTER TABLE `customer_property_full_payments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_property_full_payments_customer_property_id_foreign` (`customer_property_id`);

--
-- Indexes for table `customer_property_full_payment_statements`
--
ALTER TABLE `customer_property_full_payment_statements`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_property_full_payment_statements_customer_id_foreign` (`customer_id`),
  ADD KEY `customer_property_full_payment_statements_property_id_foreign` (`property_id`);

--
-- Indexes for table `customer_property_partners`
--
ALTER TABLE `customer_property_partners`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_property_partners_property_id_foreign` (`property_id`),
  ADD KEY `customer_property_partners_customer_id_foreign` (`customer_id`);

--
-- Indexes for table `customer_property_taxes`
--
ALTER TABLE `customer_property_taxes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `customer_requests`
--
ALTER TABLE `customer_requests`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_requests_customer_id_foreign` (`customer_id`);

--
-- Indexes for table `customer_statements`
--
ALTER TABLE `customer_statements`
  ADD PRIMARY KEY (`id`),
  ADD KEY `customer_statements_customer_id_foreign` (`customer_id`),
  ADD KEY `customer_statements_customer_property_id_foreign` (`customer_property_id`),
  ADD KEY `customer_statements_receipt_id_foreign` (`receipt_id`);

--
-- Indexes for table `dealers`
--
ALTER TABLE `dealers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `dealers_city_id_foreign` (`city_id`),
  ADD KEY `dealers_dealer_type_id_foreign` (`dealer_type_id`),
  ADD KEY `dealers_parent_dealer_foreign` (`parent_dealer`);

--
-- Indexes for table `dealer_paid_rebates`
--
ALTER TABLE `dealer_paid_rebates`
  ADD PRIMARY KEY (`id`),
  ADD KEY `dealer_paid_rebates_dealer_id_foreign` (`dealer_id`);

--
-- Indexes for table `dealer_received_amounts`
--
ALTER TABLE `dealer_received_amounts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `dealer_received_amounts_dealer_id_index` (`dealer_id`),
  ADD KEY `dealer_received_amounts_customer_property_id_index` (`customer_property_id`);

--
-- Indexes for table `dealer_transactions`
--
ALTER TABLE `dealer_transactions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `dealer_transactions_dealer_id_foreign` (`dealer_id`),
  ADD KEY `dealer_transactions_product_id_foreign` (`product_id`);

--
-- Indexes for table `dealer_types`
--
ALTER TABLE `dealer_types`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `departments`
--
ALTER TABLE `departments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `depositor_banks`
--
ALTER TABLE `depositor_banks`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `designations`
--
ALTER TABLE `designations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `dnfbp`
--
ALTER TABLE `dnfbp`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `employees`
--
ALTER TABLE `employees`
  ADD PRIMARY KEY (`id`),
  ADD KEY `employees_manager_id_foreign` (`manager_id`),
  ADD KEY `employees_department_id_foreign` (`department_id`),
  ADD KEY `employees_designation_id_foreign` (`designation_id`);

--
-- Indexes for table `employee_documents`
--
ALTER TABLE `employee_documents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `employee_policies`
--
ALTER TABLE `employee_policies`
  ADD PRIMARY KEY (`id`),
  ADD KEY `employee_policies_employee_id_foreign` (`employee_id`),
  ADD KEY `employee_policies_policy_id_foreign` (`policy_id`);

--
-- Indexes for table `expenses`
--
ALTER TABLE `expenses`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `expense_categories`
--
ALTER TABLE `expense_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `expense_payments`
--
ALTER TABLE `expense_payments`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fixed_assets`
--
ALTER TABLE `fixed_assets`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fixed_asset_accounts`
--
ALTER TABLE `fixed_asset_accounts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fixed_asset_for_sales`
--
ALTER TABLE `fixed_asset_for_sales`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `fixed_asset_types`
--
ALTER TABLE `fixed_asset_types`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `general_journal_entries`
--
ALTER TABLE `general_journal_entries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_attendances`
--
ALTER TABLE `hrm_attendances`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_bank_account_details`
--
ALTER TABLE `hrm_bank_account_details`
  ADD PRIMARY KEY (`id`),
  ADD KEY `employ_id` (`employ_id`);

--
-- Indexes for table `hrm_company_detail`
--
ALTER TABLE `hrm_company_detail`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employees`
--
ALTER TABLE `hrm_employees`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employees_benevolent_funds`
--
ALTER TABLE `hrm_employees_benevolent_funds`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employees_benevolent_fund_settings`
--
ALTER TABLE `hrm_employees_benevolent_fund_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employees_deductions`
--
ALTER TABLE `hrm_employees_deductions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employees_documents`
--
ALTER TABLE `hrm_employees_documents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employees_loans`
--
ALTER TABLE `hrm_employees_loans`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employees_overtimes`
--
ALTER TABLE `hrm_employees_overtimes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employee_adjustment_loan`
--
ALTER TABLE `hrm_employee_adjustment_loan`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employee_allownces`
--
ALTER TABLE `hrm_employee_allownces`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employee_attendance_scheduales`
--
ALTER TABLE `hrm_employee_attendance_scheduales`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employee_commissions`
--
ALTER TABLE `hrm_employee_commissions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employee_deductions`
--
ALTER TABLE `hrm_employee_deductions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employee_designations`
--
ALTER TABLE `hrm_employee_designations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employee_expences`
--
ALTER TABLE `hrm_employee_expences`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employee_loan_advance_documents`
--
ALTER TABLE `hrm_employee_loan_advance_documents`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_employee_salaries`
--
ALTER TABLE `hrm_employee_salaries`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_monthly_earning_deductions`
--
ALTER TABLE `hrm_monthly_earning_deductions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_settings`
--
ALTER TABLE `hrm_settings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `hrm_taxcitions`
--
ALTER TABLE `hrm_taxcitions`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `installment_plans`
--
ALTER TABLE `installment_plans`
  ADD PRIMARY KEY (`id`),
  ADD KEY `installment_plans_plot_type_foreign` (`plot_type`),
  ADD KEY `installment_plans_plot_size_foreign` (`plot_size`);

--
-- Indexes for table `installment_plan_attributes`
--
ALTER TABLE `installment_plan_attributes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `installment_plan_attributes_installment_plan_id_foreign` (`installment_plan_id`),
  ADD KEY `installment_plan_attributes_payment_head_id_foreign` (`payment_head_id`);

--
-- Indexes for table `inventories`
--
ALTER TABLE `inventories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `inventories_unit_category_id_foreign` (`unit_category_id`),
  ADD KEY `inventories_unit_size_id_foreign` (`unit_size_id`),
  ADD KEY `inventories_unit_floor_id_foreign` (`unit_floor_id`);

--
-- Indexes for table `inventory_categories`
--
ALTER TABLE `inventory_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `inventory_categories_inventory_id_foreign` (`inventory_id`),
  ADD KEY `inventory_categories_plot_category_id_foreign` (`unit_category_id`);

--
-- Indexes for table `inventory_old_names`
--
ALTER TABLE `inventory_old_names`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `items`
--
ALTER TABLE `items`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `items_item_code_unique` (`item_code`);

--
-- Indexes for table `item_manufactures`
--
ALTER TABLE `item_manufactures`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `item_purchase_order`
--
ALTER TABLE `item_purchase_order`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `item_purchase_request`
--
ALTER TABLE `item_purchase_request`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `item_purchase_request_vendor`
--
ALTER TABLE `item_purchase_request_vendor`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `item_releasings`
--
ALTER TABLE `item_releasings`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `item_releasing_data`
--
ALTER TABLE `item_releasing_data`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `item_units`
--
ALTER TABLE `item_units`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `links`
--
ALTER TABLE `links`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `material_issue_requests`
--
ALTER TABLE `material_issue_requests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `material_issue_request_data`
--
ALTER TABLE `material_issue_request_data`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `material_request_approvals`
--
ALTER TABLE `material_request_approvals`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `merging_properties`
--
ALTER TABLE `merging_properties`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `otps`
--
ALTER TABLE `otps`
  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 `payments_customer_id_foreign` (`customer_id`),
  ADD KEY `payments_property_id_foreign` (`property_id`);

--
-- Indexes for table `payment_heads`
--
ALTER TABLE `payment_heads`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `payment_head_priorities`
--
ALTER TABLE `payment_head_priorities`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `payrolls`
--
ALTER TABLE `payrolls`
  ADD PRIMARY KEY (`id`),
  ADD KEY `payrolls_employee_id_foreign` (`employee_id`);

--
-- Indexes for table `permissions`
--
ALTER TABLE `permissions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `permissions_name_unique` (`name`);

--
-- Indexes for table `permission_role`
--
ALTER TABLE `permission_role`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `policies`
--
ALTER TABLE `policies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `products`
--
ALTER TABLE `products`
  ADD PRIMARY KEY (`id`),
  ADD KEY `products_dealer_id_foreign` (`dealer_id`),
  ADD KEY `products_customer_id_foreign` (`customer_id`);

--
-- Indexes for table `product_types`
--
ALTER TABLE `product_types`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `projects`
--
ALTER TABLE `projects`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `projects_project_name_unique` (`project_name`);

--
-- Indexes for table `project_accounts`
--
ALTER TABLE `project_accounts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `project_accounts_inventory_id_foreign` (`inventory_id`),
  ADD KEY `project_accounts_pay_order_bank_id_foreign` (`pay_order_bank_id`);

--
-- Indexes for table `project_account_files`
--
ALTER TABLE `project_account_files`
  ADD PRIMARY KEY (`id`),
  ADD KEY `project_account_files_project_account_id_foreign` (`project_account_id`);

--
-- Indexes for table `property_chat_histories`
--
ALTER TABLE `property_chat_histories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `property_chat_histories_property_id_foreign` (`property_id`);

--
-- Indexes for table `pr_boq_items`
--
ALTER TABLE `pr_boq_items`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `purchases`
--
ALTER TABLE `purchases`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `purchase_orders`
--
ALTER TABLE `purchase_orders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `purchase_order_cancel_remarks`
--
ALTER TABLE `purchase_order_cancel_remarks`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `purchase_order_receipt`
--
ALTER TABLE `purchase_order_receipt`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `purchase_order_vendors`
--
ALTER TABLE `purchase_order_vendors`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `vendors_phone_unique` (`phone`);

--
-- Indexes for table `purchase_requests`
--
ALTER TABLE `purchase_requests`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `receipts`
--
ALTER TABLE `receipts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `receipts_customer_id_foreign` (`customer_id`),
  ADD KEY `receipts_customer_property_id_foreign` (`customer_property_id`),
  ADD KEY `receipts_company_account_foreign` (`company_account`);

--
-- Indexes for table `receipt_document`
--
ALTER TABLE `receipt_document`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `receipt_images`
--
ALTER TABLE `receipt_images`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `receipt_items`
--
ALTER TABLE `receipt_items`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `reconciliations`
--
ALTER TABLE `reconciliations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `registration_nos`
--
ALTER TABLE `registration_nos`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `roles`
--
ALTER TABLE `roles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `roles_name_unique` (`name`);

--
-- Indexes for table `role_user`
--
ALTER TABLE `role_user`
  ADD PRIMARY KEY (`user_id`,`role_id`),
  ADD KEY `role_user_role_id_foreign` (`role_id`);

--
-- Indexes for table `schedule_plans`
--
ALTER TABLE `schedule_plans`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `sms`
--
ALTER TABLE `sms`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `sms_clients`
--
ALTER TABLE `sms_clients`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `surcharge_receipts`
--
ALTER TABLE `surcharge_receipts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `receipts_customer_id_foreign` (`customer_id`),
  ADD KEY `receipts_customer_property_id_foreign` (`customer_property_id`),
  ADD KEY `receipts_company_account_foreign` (`company_account`);

--
-- Indexes for table `tasks`
--
ALTER TABLE `tasks`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `tax_receipts`
--
ALTER TABLE `tax_receipts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `token_receipt`
--
ALTER TABLE `token_receipt`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `transfer_properties`
--
ALTER TABLE `transfer_properties`
  ADD PRIMARY KEY (`id`),
  ADD KEY `transfer_properties_property_id_foreign` (`property_id`),
  ADD KEY `transfer_properties_owner_id_foreign` (`owner_id`),
  ADD KEY `transfer_properties_transfer_customer_id_foreign` (`transfer_customer_id`);

--
-- Indexes for table `unit_blocks`
--
ALTER TABLE `unit_blocks`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `unit_categories`
--
ALTER TABLE `unit_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `unit_floors`
--
ALTER TABLE `unit_floors`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `unit_floor_sizes`
--
ALTER TABLE `unit_floor_sizes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `unit_floor_categories_unit_floor_id_foreign` (`unit_floor_id`),
  ADD KEY `unit_floor_categories_unit_category_id_foreign` (`unit_size_id`);

--
-- Indexes for table `unit_old_rates`
--
ALTER TABLE `unit_old_rates`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `unit_sizes`
--
ALTER TABLE `unit_sizes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `unit_types`
--
ALTER TABLE `unit_types`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `users_email_unique` (`email`);

--
-- Indexes for table `vendors`
--
ALTER TABLE `vendors`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `vouchers`
--
ALTER TABLE `vouchers`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `account_classes`
--
ALTER TABLE `account_classes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `account_transfers`
--
ALTER TABLE `account_transfers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `account_types`
--
ALTER TABLE `account_types`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `activity_log`
--
ALTER TABLE `activity_log`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3342;

--
-- AUTO_INCREMENT for table `approvel_roles`
--
ALTER TABLE `approvel_roles`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `approvel_status_comparative_statement`
--
ALTER TABLE `approvel_status_comparative_statement`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `approvel_status_purchase_request`
--
ALTER TABLE `approvel_status_purchase_request`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `asset_location`
--
ALTER TABLE `asset_location`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `asset_maintainances`
--
ALTER TABLE `asset_maintainances`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `asset_releases`
--
ALTER TABLE `asset_releases`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `bill_of_quantities`
--
ALTER TABLE `bill_of_quantities`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `buy_back`
--
ALTER TABLE `buy_back`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `categories`
--
ALTER TABLE `categories`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `chart_of_accounts`
--
ALTER TABLE `chart_of_accounts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=830;

--
-- AUTO_INCREMENT for table `cities`
--
ALTER TABLE `cities`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=191;

--
-- AUTO_INCREMENT for table `company_banks`
--
ALTER TABLE `company_banks`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `company_bank_transactions`
--
ALTER TABLE `company_bank_transactions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `comparative_statements`
--
ALTER TABLE `comparative_statements`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `comparative_statement_documents`
--
ALTER TABLE `comparative_statement_documents`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `control_accounts`
--
ALTER TABLE `control_accounts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `countries`
--
ALTER TABLE `countries`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=167;

--
-- AUTO_INCREMENT for table `customers`
--
ALTER TABLE `customers`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `customer_adjustments`
--
ALTER TABLE `customer_adjustments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `customer_amounts`
--
ALTER TABLE `customer_amounts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `customer_documents`
--
ALTER TABLE `customer_documents`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `customer_nominees`
--
ALTER TABLE `customer_nominees`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `customer_properties`
--
ALTER TABLE `customer_properties`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=74;

--
-- AUTO_INCREMENT for table `customer_property_full_payments`
--
ALTER TABLE `customer_property_full_payments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `customer_property_full_payment_statements`
--
ALTER TABLE `customer_property_full_payment_statements`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `customer_property_partners`
--
ALTER TABLE `customer_property_partners`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `customer_property_taxes`
--
ALTER TABLE `customer_property_taxes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=83;

--
-- AUTO_INCREMENT for table `customer_requests`
--
ALTER TABLE `customer_requests`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `customer_statements`
--
ALTER TABLE `customer_statements`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1444;

--
-- AUTO_INCREMENT for table `dealers`
--
ALTER TABLE `dealers`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `dealer_paid_rebates`
--
ALTER TABLE `dealer_paid_rebates`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `dealer_received_amounts`
--
ALTER TABLE `dealer_received_amounts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `dealer_transactions`
--
ALTER TABLE `dealer_transactions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `dealer_types`
--
ALTER TABLE `dealer_types`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `departments`
--
ALTER TABLE `departments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `depositor_banks`
--
ALTER TABLE `depositor_banks`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=48;

--
-- AUTO_INCREMENT for table `designations`
--
ALTER TABLE `designations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `dnfbp`
--
ALTER TABLE `dnfbp`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3173;

--
-- AUTO_INCREMENT for table `employees`
--
ALTER TABLE `employees`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `employee_documents`
--
ALTER TABLE `employee_documents`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `employee_policies`
--
ALTER TABLE `employee_policies`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `expenses`
--
ALTER TABLE `expenses`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `expense_categories`
--
ALTER TABLE `expense_categories`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `expense_payments`
--
ALTER TABLE `expense_payments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `fixed_assets`
--
ALTER TABLE `fixed_assets`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `fixed_asset_accounts`
--
ALTER TABLE `fixed_asset_accounts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `fixed_asset_for_sales`
--
ALTER TABLE `fixed_asset_for_sales`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `fixed_asset_types`
--
ALTER TABLE `fixed_asset_types`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `general_journal_entries`
--
ALTER TABLE `general_journal_entries`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=124;

--
-- AUTO_INCREMENT for table `hrm_attendances`
--
ALTER TABLE `hrm_attendances`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=54;

--
-- AUTO_INCREMENT for table `hrm_bank_account_details`
--
ALTER TABLE `hrm_bank_account_details`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `hrm_company_detail`
--
ALTER TABLE `hrm_company_detail`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `hrm_employees`
--
ALTER TABLE `hrm_employees`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `hrm_employees_benevolent_funds`
--
ALTER TABLE `hrm_employees_benevolent_funds`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `hrm_employees_benevolent_fund_settings`
--
ALTER TABLE `hrm_employees_benevolent_fund_settings`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `hrm_employees_deductions`
--
ALTER TABLE `hrm_employees_deductions`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `hrm_employees_documents`
--
ALTER TABLE `hrm_employees_documents`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `hrm_employees_loans`
--
ALTER TABLE `hrm_employees_loans`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `hrm_employees_overtimes`
--
ALTER TABLE `hrm_employees_overtimes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `hrm_employee_adjustment_loan`
--
ALTER TABLE `hrm_employee_adjustment_loan`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `hrm_employee_allownces`
--
ALTER TABLE `hrm_employee_allownces`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `hrm_employee_attendance_scheduales`
--
ALTER TABLE `hrm_employee_attendance_scheduales`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `hrm_employee_commissions`
--
ALTER TABLE `hrm_employee_commissions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `hrm_employee_deductions`
--
ALTER TABLE `hrm_employee_deductions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `hrm_employee_designations`
--
ALTER TABLE `hrm_employee_designations`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `hrm_employee_expences`
--
ALTER TABLE `hrm_employee_expences`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;

--
-- AUTO_INCREMENT for table `hrm_employee_loan_advance_documents`
--
ALTER TABLE `hrm_employee_loan_advance_documents`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `hrm_employee_salaries`
--
ALTER TABLE `hrm_employee_salaries`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `hrm_monthly_earning_deductions`
--
ALTER TABLE `hrm_monthly_earning_deductions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=207;

--
-- AUTO_INCREMENT for table `hrm_settings`
--
ALTER TABLE `hrm_settings`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `hrm_taxcitions`
--
ALTER TABLE `hrm_taxcitions`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `installment_plans`
--
ALTER TABLE `installment_plans`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `installment_plan_attributes`
--
ALTER TABLE `installment_plan_attributes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `inventories`
--
ALTER TABLE `inventories`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `inventory_categories`
--
ALTER TABLE `inventory_categories`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `inventory_old_names`
--
ALTER TABLE `inventory_old_names`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `items`
--
ALTER TABLE `items`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `item_manufactures`
--
ALTER TABLE `item_manufactures`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `item_purchase_order`
--
ALTER TABLE `item_purchase_order`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `item_purchase_request`
--
ALTER TABLE `item_purchase_request`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `item_purchase_request_vendor`
--
ALTER TABLE `item_purchase_request_vendor`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `item_releasings`
--
ALTER TABLE `item_releasings`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `item_releasing_data`
--
ALTER TABLE `item_releasing_data`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `item_units`
--
ALTER TABLE `item_units`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `links`
--
ALTER TABLE `links`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `material_issue_requests`
--
ALTER TABLE `material_issue_requests`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;

--
-- AUTO_INCREMENT for table `material_issue_request_data`
--
ALTER TABLE `material_issue_request_data`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `material_request_approvals`
--
ALTER TABLE `material_request_approvals`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `merging_properties`
--
ALTER TABLE `merging_properties`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=99;

--
-- AUTO_INCREMENT for table `otps`
--
ALTER TABLE `otps`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `payments`
--
ALTER TABLE `payments`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `payment_heads`
--
ALTER TABLE `payment_heads`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `payment_head_priorities`
--
ALTER TABLE `payment_head_priorities`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `payrolls`
--
ALTER TABLE `payrolls`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `permissions`
--
ALTER TABLE `permissions`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=223;

--
-- AUTO_INCREMENT for table `permission_role`
--
ALTER TABLE `permission_role`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=833;

--
-- AUTO_INCREMENT for table `policies`
--
ALTER TABLE `policies`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `products`
--
ALTER TABLE `products`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `product_types`
--
ALTER TABLE `product_types`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `projects`
--
ALTER TABLE `projects`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `project_accounts`
--
ALTER TABLE `project_accounts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `project_account_files`
--
ALTER TABLE `project_account_files`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `property_chat_histories`
--
ALTER TABLE `property_chat_histories`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `pr_boq_items`
--
ALTER TABLE `pr_boq_items`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=55;

--
-- AUTO_INCREMENT for table `purchases`
--
ALTER TABLE `purchases`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `purchase_orders`
--
ALTER TABLE `purchase_orders`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `purchase_order_cancel_remarks`
--
ALTER TABLE `purchase_order_cancel_remarks`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `purchase_order_receipt`
--
ALTER TABLE `purchase_order_receipt`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `purchase_order_vendors`
--
ALTER TABLE `purchase_order_vendors`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `purchase_requests`
--
ALTER TABLE `purchase_requests`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `receipts`
--
ALTER TABLE `receipts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;

--
-- AUTO_INCREMENT for table `receipt_document`
--
ALTER TABLE `receipt_document`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `receipt_images`
--
ALTER TABLE `receipt_images`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `receipt_items`
--
ALTER TABLE `receipt_items`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `reconciliations`
--
ALTER TABLE `reconciliations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `registration_nos`
--
ALTER TABLE `registration_nos`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `roles`
--
ALTER TABLE `roles`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `role_user`
--
ALTER TABLE `role_user`
  MODIFY `user_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `schedule_plans`
--
ALTER TABLE `schedule_plans`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `sms`
--
ALTER TABLE `sms`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `sms_clients`
--
ALTER TABLE `sms_clients`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `surcharge_receipts`
--
ALTER TABLE `surcharge_receipts`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;

--
-- AUTO_INCREMENT for table `tasks`
--
ALTER TABLE `tasks`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `tax_receipts`
--
ALTER TABLE `tax_receipts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `token_receipt`
--
ALTER TABLE `token_receipt`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `transfer_properties`
--
ALTER TABLE `transfer_properties`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `unit_blocks`
--
ALTER TABLE `unit_blocks`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `unit_categories`
--
ALTER TABLE `unit_categories`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `unit_floors`
--
ALTER TABLE `unit_floors`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=18;

--
-- AUTO_INCREMENT for table `unit_floor_sizes`
--
ALTER TABLE `unit_floor_sizes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=138;

--
-- AUTO_INCREMENT for table `unit_old_rates`
--
ALTER TABLE `unit_old_rates`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `unit_sizes`
--
ALTER TABLE `unit_sizes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;

--
-- AUTO_INCREMENT for table `unit_types`
--
ALTER TABLE `unit_types`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT for table `vendors`
--
ALTER TABLE `vendors`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `vouchers`
--
ALTER TABLE `vouchers`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;
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 */;
