-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Nov 18, 2025 at 05:10 AM
-- Server version: 11.4.8-MariaDB-cll-lve-log
-- PHP Version: 8.3.27

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

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

--
-- Table structure for table `app_books`
--

CREATE TABLE `app_books` (
  `id` int(11) NOT NULL,
  `series_id` int(11) NOT NULL,
  `book_name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `app_books`
--

INSERT INTO `app_books` (`id`, `series_id`, `book_name`) VALUES
(1, 3, 'Apex English-Textbook'),
(2, 3, 'Sajra e Urdu-Textbook'),
(3, 3, 'Ultimate Math-Textbook'),
(4, 3, 'Little Artist-Textbook'),
(5, 3, 'Apex English-Workbook'),
(6, 3, 'Sajra e Urdu-Workbook'),
(7, 3, 'Ultimate Math-Workbook'),
(8, 4, 'English â€“ Readify'),
(9, 4, 'Urdu â€“ Readify'),
(10, 4, 'Math â€“ Readify'),
(11, 4, 'Art â€“ Readify'),
(12, 4, 'GK â€“ Readify'),
(13, 4, 'Rhymes â€“ Readify'),
(14, 5, 'English Times'),
(15, 5, 'Naqoosh e Urdu'),
(16, 5, 'Checkpoint Math'),
(17, 5, 'Alif Laam Meem Islamiyat'),
(18, 5, 'Tajveedi Qaida'),
(19, 5, 'Waqfiyat e Aama (GK)'),
(20, 5, 'Life Science'),
(21, 5, 'Little Artist'),
(22, 5, 'Enter Computer'),
(23, 5, 'Grammar Planet (Eng)'),
(24, 5, 'Alif Urdu Grammar');

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

--
-- Table structure for table `app_book_classes`
--

CREATE TABLE `app_book_classes` (
  `id` int(11) NOT NULL,
  `book_id` int(11) NOT NULL,
  `class_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `app_book_classes`
--

INSERT INTO `app_book_classes` (`id`, `book_id`, `class_id`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 2, 1),
(5, 2, 2),
(6, 2, 3),
(7, 3, 1),
(8, 3, 2),
(9, 3, 3),
(10, 4, 1),
(11, 4, 2),
(12, 4, 3),
(13, 5, 1),
(14, 5, 2),
(15, 5, 3),
(16, 6, 1),
(17, 6, 2),
(18, 6, 3),
(19, 7, 1),
(20, 7, 2),
(21, 7, 3),
(22, 8, 1),
(23, 8, 2),
(24, 8, 3),
(25, 9, 1),
(26, 9, 2),
(27, 9, 3),
(28, 10, 1),
(29, 10, 2),
(30, 10, 3),
(31, 11, 1),
(32, 11, 2),
(33, 11, 3),
(34, 12, 1),
(35, 12, 2),
(36, 12, 3),
(37, 13, 1),
(38, 13, 2),
(39, 13, 3),
(40, 14, 4),
(41, 14, 5),
(42, 14, 6),
(43, 14, 7),
(44, 14, 8),
(45, 15, 4),
(46, 15, 5),
(47, 15, 6),
(48, 15, 7),
(49, 15, 8),
(50, 16, 4),
(51, 16, 5),
(52, 16, 6),
(53, 16, 7),
(54, 16, 8),
(55, 17, 4),
(56, 17, 5),
(57, 17, 6),
(58, 17, 7),
(59, 17, 8),
(60, 18, 4),
(61, 18, 5),
(62, 18, 6),
(63, 18, 7),
(64, 18, 8),
(65, 19, 4),
(66, 19, 5),
(67, 19, 6),
(68, 19, 7),
(69, 19, 8),
(70, 20, 4),
(71, 20, 5),
(72, 20, 6),
(73, 20, 7),
(74, 20, 8),
(75, 21, 4),
(76, 21, 5),
(77, 21, 6),
(78, 21, 7),
(79, 21, 8),
(80, 22, 4),
(81, 22, 5),
(82, 22, 6),
(83, 22, 7),
(84, 22, 8),
(85, 23, 4),
(86, 23, 5),
(87, 23, 6),
(88, 23, 7),
(89, 23, 8),
(90, 24, 4),
(91, 24, 5),
(92, 24, 6),
(93, 24, 7),
(94, 24, 8);

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

--
-- Table structure for table `app_series`
--

CREATE TABLE `app_series` (
  `id` int(11) NOT NULL,
  `series_name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `app_series`
--

INSERT INTO `app_series` (`id`, `series_name`) VALUES
(3, 'Smartkids Series (KG)'),
(4, 'Readify Series (KG)'),
(5, 'Abbasi & Aeri Series');

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

--
-- Table structure for table `assigned_books`
--

CREATE TABLE `assigned_books` (
  `id` int(11) NOT NULL,
  `assigned_to_id` int(11) NOT NULL,
  `book_id` int(11) NOT NULL,
  `quantity` int(11) NOT NULL,
  `total_cost` decimal(10,2) NOT NULL,
  `assigned_by_id` int(11) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `attendance`
--

CREATE TABLE `attendance` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `in_time` datetime DEFAULT NULL,
  `in_location` varchar(255) DEFAULT NULL,
  `out_time` datetime DEFAULT NULL,
  `out_location` varchar(255) DEFAULT NULL,
  `total_hours` varchar(50) DEFAULT NULL,
  `attendance_date` date NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `attendance`
--

INSERT INTO `attendance` (`id`, `user_id`, `in_time`, `in_location`, `out_time`, `out_location`, `total_hours`, `attendance_date`) VALUES
(1, 12, '2025-08-18 11:10:10', '31.5565873,74.3037504', '2025-08-18 11:50:07', '31.5676061,74.2971428', '0 hours 4 minutes', '2025-08-18'),
(2, 12, '2025-08-19 11:44:41', '31.5565871,74.3037458', '2025-08-19 11:47:40', '31.5565871,74.3037458', '0 hours 2 minutes', '2025-08-19'),
(3, 12, '2025-08-20 13:07:08', '31.5676061,74.2971428', NULL, NULL, NULL, '2025-08-20'),
(7, 1, '2025-08-21 10:24:46', '31.556562,74.3037116', '2025-08-21 10:25:25', '31.556562,74.3037116', '0 hours 0 minutes', '2025-08-21'),
(11, 12, '2025-08-21 11:10:30', '31.5565964,74.3037055', '2025-08-21 17:05:11', '31.5565601,74.3037145', '5 hours 54 minutes', '2025-08-21'),
(13, 1, '2025-08-22 09:55:02', '31.5653744,74.3044764', NULL, NULL, NULL, '2025-08-22'),
(15, 12, '2025-08-22 18:09:58', '31.5565894,74.3037507', NULL, NULL, NULL, '2025-08-22'),
(16, 17, '2025-08-29 10:07:51', '31.5656569,74.3044764', NULL, NULL, NULL, '2025-08-29');

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

--
-- Table structure for table `events`
--

CREATE TABLE `events` (
  `id` int(11) NOT NULL,
  `event_date` date NOT NULL,
  `event_name` varchar(255) NOT NULL,
  `city` varchar(100) NOT NULL,
  `school_name` varchar(255) DEFAULT NULL,
  `presenter` varchar(255) NOT NULL,
  `status` varchar(50) NOT NULL DEFAULT 'Pending',
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `events`
--

INSERT INTO `events` (`id`, `event_date`, `event_name`, `city`, `school_name`, `presenter`, `status`, `created_at`) VALUES
(1, '2025-10-01', 'General Teacher Training', 'Vehari', 'Islamic School of Science', 'Mr.Faisal Rizwan', 'Pending', '2025-10-01 01:51:50'),
(2, '2025-10-17', 'Quality Education & Orientation', 'Narowall', 'New City Public School', 'Syed Maqsood', 'Done', '2025-10-04 00:07:04'),
(3, '2025-10-14', 'Phonics & Orientation', 'Village Pindi Purbi', 'Al Mukhat Public School', 'Syed Maqsood', 'Done', '2025-10-04 00:09:10'),
(4, '2025-10-18', 'Orientation', 'Village Tarpal Zafarwall', 'Bright Future Secondary School', 'Syed Maqsood', 'Pending', '2025-10-04 00:11:13'),
(5, '2025-10-25', 'Orientation 9:00 am to 11:30 pm', 'Lahore- Samnabad Wahdat Road', 'Minhas Girls High School', 'Faisal Rizwan', 'Done', '2025-10-07 06:51:13'),
(6, '2025-10-11', 'Orientation', 'Lahore -Quanchi', 'The Modern School 12 to 2 pm', 'Mr. Rashid Badar', 'Pending', '2025-10-07 06:53:13'),
(7, '2025-10-11', 'Orientation', 'Phalia', 'Quaid e Azam High School', 'Syed Maqsood', 'Pending', '2025-10-08 04:42:49'),
(8, '2025-10-18', 'Orientation Book Base Traning', 'Village Landra Panori Shakargarh', 'Bab e Arqam', 'Syed Maqsood', 'Pending', '2025-10-09 03:52:20'),
(9, '2025-10-17', 'Phonics and Quality Education', 'Kot Adda Narowal', 'Italian Montessori School', 'Syed Maqsood', 'Pending', '2025-10-09 03:53:47'),
(10, '2025-10-18', 'Books Orientation', 'Adda Bastan', 'Professional School', 'Syed Maqsood', 'Pending', '2025-10-09 03:55:13'),
(11, '2025-10-25', 'Orientation', 'Lahore', 'Nabeel Grammar School Township', 'Faisal Rizwan', 'Pending', '2025-10-09 04:26:20'),
(12, '2025-10-10', 'Orientation 10:00 am to 11:30am', 'Sargodha', 'Dawn Grammar School', 'Syed Maqsood', 'Done', '2025-10-09 05:36:03'),
(13, '2025-10-10', 'Orientation 11:30am to 12:30 pm', 'Sargodha', 'Islamabad Grammar School', 'Syed Maqsood', 'Done', '2025-10-09 05:37:04'),
(14, '2025-10-16', 'Orientation', 'Ali pur Chattha', 'ABC', 'Mr.M Rashid Badar', 'Pending', '2025-10-09 06:14:29'),
(15, '2025-10-16', 'Orientation 10:00 am to 11:00 am', 'Capital Road Sialkot', 'Secure Study School', 'Syed Maqsood', 'Pending', '2025-10-10 04:31:27'),
(16, '2025-10-16', 'Orientation 12: p.m to 1: 00 p.m', 'Link muradiaÂ ,Â ModelÂ town Sialkot', 'Asian Grammar School', 'Syed Maqsood', 'Pending', '2025-10-10 04:33:14'),
(17, '2025-10-13', 'Orientation', 'Badami Bagh Lahore', 'Pak Foundation School', 'Mr. M Rashid Badar', 'Pending', '2025-10-11 01:40:36'),
(18, '2025-10-24', 'Book base training', 'Allama Iqbal Town Lahore', 'Rakan Grammer school', 'Bushra Arif', 'Pending', '2025-10-14 03:23:35'),
(19, '2025-10-18', 'Orientation 12:00pm toÂ 2:30 pm', 'Shahdra', 'Nusrat Model High School', 'Mr. Rashid Badar', 'Pending', '2025-10-15 00:07:08'),
(20, '2025-10-18', 'Orientation 9:00am to 11:00am', 'Fatehgarh Lahore', 'Gulistan School', 'Mr. Rashid Badar', 'Pending', '2025-10-15 00:24:40'),
(21, '2025-10-15', 'Orientation  12:00pm to 1:00pm', 'MODEL TOWN SAILKOT', 'Home Like School SYSTEM', 'Syed Maqsood', 'Done', '2025-10-15 02:29:41'),
(22, '2025-10-15', 'Orientation', 'Sialkot', 'Suffah Learning School', 'Syed Maqsood', 'Done', '2025-10-15 02:31:02'),
(26, '2025-11-29', 'Orientation, How to teach the book', 'Narowal chawinda wajeed wali road', 'unique public high school chawinda wajeed wali road', 'Syeed Maqsood', 'Pending', '2025-10-20 04:23:15'),
(27, '2025-11-01', 'Orientation', 'phalia', 'Al Amin Public Model school Agroya', 'Syed Maqsood', 'Pending', '2025-10-20 04:45:14'),
(28, '2025-11-01', 'Orientation 11:30am to 1:00pm', 'Lahore Karim park', 'Modest grammar school', 'Bushra Arif', 'Pending', '2025-10-27 00:23:32'),
(29, '2025-11-08', 'Orientation 9:00am', 'Lahore shadbagh', 'Cambridge model school', 'Bushra Arif', 'Done', '2025-10-27 05:25:43'),
(30, '2025-11-01', 'Summit 11:00 am', 'Meridian GT ROAD Gujranwala', 'School Leaders Summit', 'M.Rashid Badar', 'Pending', '2025-10-28 00:30:15'),
(31, '2025-11-08', 'Summit', 'Gujrat', 'School Leaders Summit', 'Syed Maqsood', 'Done', '2025-10-28 00:32:49'),
(32, '2025-11-11', 'Summit', 'Shakargarh', 'School Leader Summit', 'M. Rashid Badar', 'Done', '2025-10-28 00:34:14'),
(33, '2025-11-15', 'Summit', 'Wazirabad', 'School Leader Summit', 'M. Rashid Badar', 'Done', '2025-10-28 00:35:58'),
(34, '2025-10-28', 'Mini Orientations', 'Sahiwal', 'Multi', 'Mr.Faisal', 'Pending', '2025-10-28 00:52:51'),
(35, '2025-10-29', 'Introductions', 'Sahiwal', 'Multi Schools', 'Mr. Faisal', 'Pending', '2025-10-28 00:53:43'),
(36, '2025-10-30', 'Introduction Orientations', 'Chichawatni', 'Multi Schools', 'Mr. Faisal', 'Pending', '2025-10-28 00:54:41'),
(37, '2025-10-31', 'Intro Orientations', 'Chichawatni', 'Multi Schools', 'Mr. Faisal', 'Pending', '2025-10-28 00:55:35'),
(38, '2025-11-01', 'Intro Orientations', 'Multan', 'Multi Schools', 'Mr.Faisal', 'Pending', '2025-10-28 00:59:06'),
(39, '2025-11-03', 'Intro Orientations', 'Lodhran', 'Multi Schools', 'Mr. Faisal', 'Pending', '2025-10-28 01:00:01'),
(40, '2025-11-04', 'Intro Orientations', 'Lodhran', 'Multi Schools', 'Mr. Faisal', 'Pending', '2025-10-28 01:01:07'),
(41, '2025-11-05', 'Intro Orientations', 'Bahawalpur', 'Multi Schools', 'Mr. Faisal', 'Pending', '2025-10-28 01:02:36'),
(42, '2025-11-06', 'Intro Orientations', 'Bahawalpur', 'Multi Schools', 'Mr. Faisal', 'Pending', '2025-10-28 01:03:27'),
(43, '2025-11-07', 'Orientation', 'Bahawalpur', 'ABC', 'Mr. Faisal', 'Pending', '2025-10-28 01:04:23'),
(44, '2025-11-08', 'Orientation', 'Raheem Yar Khan', 'ABC', 'Mr. Faisal', 'Done', '2025-10-28 01:05:36'),
(45, '2025-11-08', 'Orientation 9:30 to 11:00am', 'Lahore Shadbagh', 'The Pioneer school', 'Bushra Arif', 'Pending', '2025-10-31 00:26:54'),
(47, '2025-11-13', 'School Leader Summit', 'Shakargarh', 'School Leader Summit', 'MR . Rashid Badar', 'Done', '2025-11-03 03:30:43'),
(48, '2025-11-22', 'School Leader Summit', 'Gujrat', 'School Leader Summit', 'Syed Maqsood', 'Pending', '2025-11-03 03:32:10'),
(49, '2025-11-29', 'School Leader Summit', 'Sargodha', 'School Leader Summit', 'MR . Rashid Badar', 'Pending', '2025-11-03 03:33:13'),
(50, '2025-11-07', 'School Leader Summit', 'Bahawalpur', 'School Leader Summit', 'MR . Rashid Badar', 'Done', '2025-11-03 03:45:36'),
(51, '2025-11-08', 'School Leader Summit', 'Raheem yar khan', 'School Leader Summit', 'MR . Rashid Badar', 'Done', '2025-11-03 03:46:06'),
(52, '2025-11-07', 'orientation 11:00am to 01:00pm', 'lahore', 'Bab ul ilm Grammar School', 'Rashid Sb', 'Pending', '2025-11-05 06:49:59'),
(53, '2025-11-26', 'School Leader Summit', 'Pakpattan', 'School Leader Summit', 'MR . Rashid Badar', 'Pending', '2025-11-05 23:14:41'),
(54, '2025-11-22', 'Orientation 11am', 'Thokar Niaz Baig', 'British Smart School', 'Mam Bushra Arif', 'Done', '2025-11-11 05:37:35'),
(55, '2025-11-15', 'Orientation', 'Lahore Green Town', 'Rainbow School', 'Mam Bushra Arif', 'Done', '2025-11-11 05:39:10');

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

--
-- Table structure for table `master_app_classes`
--

CREATE TABLE `master_app_classes` (
  `id` int(11) NOT NULL,
  `class_name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `master_app_classes`
--

INSERT INTO `master_app_classes` (`id`, `class_name`) VALUES
(1, 'PG'),
(2, 'Nursery'),
(3, 'Prep'),
(4, 'Grade 1'),
(5, 'Grade 2'),
(6, 'Grade 3'),
(7, 'Grade 4'),
(8, 'Grade 5');

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

--
-- Table structure for table `master_books`
--

CREATE TABLE `master_books` (
  `id` int(11) NOT NULL,
  `series_id` int(11) NOT NULL,
  `subject_id` int(11) NOT NULL,
  `class_id` int(11) NOT NULL,
  `book_name` varchar(255) NOT NULL,
  `book_price` decimal(10,2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `master_books`
--

INSERT INTO `master_books` (`id`, `series_id`, `subject_id`, `class_id`, `book_name`, `book_price`) VALUES
(2, 3, 3, 3, 'Shajra-e-urdu', 325.00),
(3, 3, 3, 2, 'Shajra-e-urdu', 325.00),
(4, 3, 3, 4, 'Shajra-e-urdu', 325.00),
(5, 3, 4, 6, 'Shajra-e-urdu', 325.00),
(6, 3, 4, 7, 'Shajra-e-urdu', 325.00),
(7, 3, 4, 5, 'Shajra-e-urdu', 325.00),
(8, 3, 6, 9, 'Apex English', 310.00),
(9, 3, 6, 8, 'Apex English', 310.00),
(10, 3, 6, 10, 'Apex English', 310.00),
(11, 3, 5, 12, 'Apex English', 310.00),
(12, 3, 5, 11, 'Apex English', 310.00),
(13, 3, 5, 13, 'Apex English', 310.00),
(14, 3, 7, 15, 'Ultimate Math', 300.00),
(15, 3, 7, 14, 'Ultimate Math', 300.00),
(16, 3, 7, 16, 'Ultimate Math', 300.00),
(17, 3, 8, 18, 'Ultimate Math', 300.00),
(18, 3, 8, 17, 'Ultimate Math', 300.00),
(19, 3, 8, 19, 'Ultimate Math', 300.00),
(20, 4, 9, 20, 'Waqfiyat e Aama', 300.00),
(21, 4, 9, 21, 'Waqfiyat e Aama', 337.50),
(22, 4, 9, 22, 'Waqfiyat e Aama', 375.00),
(23, 4, 10, 27, 'Alif Urdu Grammar', 225.00),
(24, 4, 10, 26, 'Alif Urdu Grammar', 225.00),
(25, 4, 10, 23, 'Alif Urdu Grammar', 175.00),
(26, 4, 10, 25, 'Alif Urdu Grammar', 225.00),
(27, 4, 10, 24, 'Alif Urdu Grammar', 175.00),
(28, 4, 11, 29, 'Life Science', 425.00),
(29, 4, 11, 28, 'Life Science', 425.00),
(30, 4, 12, 34, 'Alif Laam Meem', 340.00),
(31, 4, 12, 33, 'Alif Laam Meem', 320.00),
(32, 4, 12, 30, 'Alif Laam Meem', 235.00),
(33, 4, 12, 32, 'Alif Laam Meem', 300.00),
(34, 4, 12, 31, 'Alif Laam Meem', 260.00),
(35, 4, 13, 35, 'Tajveedi Quaida', 100.00),
(36, 4, 14, 40, 'Enter Computer', 240.00),
(37, 4, 14, 39, 'Enter Computer', 480.00),
(38, 4, 14, 36, 'Enter Computer', 215.00),
(39, 4, 14, 38, 'Enter Computer', 240.00),
(40, 4, 14, 37, 'Enter Computer', 215.00),
(41, 5, 15, 41, 'Waqfiyat e Aama', 250.00),
(42, 5, 15, 43, 'Waqfiyat e Aama', 325.00),
(43, 5, 15, 42, 'Waqfiyat e Aama', 275.00),
(49, 5, 17, 50, 'Life Science', 350.00),
(50, 5, 17, 49, 'Life Science', 350.00),
(62, 6, 21, 70, 'Checkpoint Math', 325.00),
(63, 6, 21, 71, 'Checkpoint Math', 325.00),
(64, 6, 21, 68, 'Checkpoint Math', 325.00),
(65, 6, 21, 69, 'Checkpoint Math', 325.00),
(66, 6, 21, 65, 'Checkpoint Math', 395.00),
(67, 6, 21, 62, 'Checkpoint Math', 340.00),
(68, 6, 21, 63, 'Checkpoint Math', 350.00),
(69, 6, 21, 64, 'Checkpoint Math', 365.00),
(70, 6, 21, 67, 'Checkpoint Math', 425.00),
(71, 6, 21, 66, 'Checkpoint Math', 395.00),
(72, 6, 22, 79, 'English Time', 425.00),
(73, 6, 22, 78, 'English Time', 425.00),
(74, 6, 22, 75, 'English Time', 395.00),
(75, 6, 22, 72, 'English Time', 340.00),
(76, 6, 22, 73, 'English Time', 350.00),
(77, 6, 22, 74, 'English Time', 365.00),
(78, 6, 22, 77, 'English Time', 425.00),
(79, 6, 22, 76, 'English Time', 395.00),
(80, 6, 23, 87, 'Naqoosh-e-Urdu', 425.00),
(81, 6, 23, 86, 'Naqoosh-e-Urdu', 425.00),
(82, 6, 23, 83, 'Naqoosh-e-Urdu', 395.00),
(83, 6, 23, 80, 'Naqoosh-e-Urdu', 340.00),
(84, 6, 23, 81, 'Naqoosh-e-Urdu', 350.00),
(85, 6, 23, 82, 'Naqoosh-e-Urdu', 365.00),
(86, 6, 23, 85, 'Naqoosh-e-Urdu', 425.00),
(87, 6, 23, 84, 'Naqoosh-e-Urdu', 395.00),
(88, 6, 24, 88, 'Little Artist', 240.00),
(89, 6, 24, 89, 'Little Artist', 240.00),
(90, 6, 24, 90, 'Little Artist', 240.00),
(91, 6, 24, 95, 'Little Artist', 250.00),
(92, 6, 24, 94, 'Little Artist', 250.00),
(93, 6, 24, 91, 'Little Artist', 250.00),
(94, 6, 24, 93, 'Little Artist', 250.00),
(95, 6, 24, 92, 'Little Artist', 250.00),
(101, 7, 25, 96, 'Checkpoint Math', 250.00),
(102, 7, 25, 97, 'Checkpoint Math', 275.00),
(103, 7, 25, 98, 'Checkpoint Math', 300.00),
(106, 7, 26, 113, 'English Time', 350.00),
(107, 7, 26, 112, 'English Time', 350.00),
(108, 7, 26, 109, 'English Time', 350.00),
(109, 7, 26, 106, 'English Time', 250.00),
(110, 7, 26, 107, 'English Time', 275.00),
(111, 7, 26, 108, 'English Time', 300.00),
(112, 7, 26, 111, 'English Time', 350.00),
(113, 7, 26, 110, 'English Time', 350.00),
(114, 7, 27, 122, 'Naqoosh-e-Urdu', 350.00),
(115, 7, 27, 121, 'Naqoosh-e-Urdu', 350.00),
(116, 7, 27, 118, 'Naqoosh-e-Urdu', 350.00),
(117, 7, 27, 114, 'Naqoosh-e-Urdu', 250.00),
(118, 7, 27, 115, 'Naqoosh-e-Urdu', 275.00),
(119, 7, 27, 117, 'Naqoosh-e-Urdu', 300.00),
(120, 7, 27, 120, 'Naqoosh-e-Urdu', 300.00),
(121, 7, 27, 119, 'Naqoosh-e-Urdu', 300.00),
(122, 7, 28, 123, 'Little Artist', 165.00),
(123, 7, 28, 124, 'Little Artist', 165.00),
(124, 7, 28, 125, 'Little Artist', 175.00),
(125, 7, 28, 130, 'Little Artist', 340.00),
(126, 7, 28, 129, 'Little Artist', 340.00),
(127, 7, 28, 126, 'Little Artist', 340.00),
(128, 7, 28, 128, 'Little Artist', 340.00),
(129, 7, 28, 127, 'Little Artist', 340.00),
(130, 7, 29, 135, 'Grammar Planet', 300.00),
(131, 7, 29, 134, 'Grammar Planet', 300.00),
(132, 7, 29, 131, 'Grammar Planet', 250.00),
(133, 7, 29, 133, 'Grammar Planet', 300.00),
(134, 7, 29, 132, 'Grammar Planet', 250.00),
(135, 6, 30, 140, 'Grammar Planet', 375.00),
(136, 6, 30, 139, 'Grammar Planet', 375.00),
(137, 6, 30, 136, 'Grammar Planet', 325.00),
(138, 6, 30, 138, 'Grammar Planet', 375.00),
(139, 6, 30, 137, 'Grammar Planet', 325.00),
(148, 5, 19, 56, 'Tajveedi Quaida', 75.00);

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

--
-- Table structure for table `master_class_levels`
--

CREATE TABLE `master_class_levels` (
  `id` int(11) NOT NULL,
  `level_name` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `master_class_levels`
--

INSERT INTO `master_class_levels` (`id`, `level_name`) VALUES
(1, 'Pre School'),
(2, 'Primary'),
(3, 'Middle');

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

--
-- Table structure for table `master_series`
--

CREATE TABLE `master_series` (
  `id` int(11) NOT NULL,
  `series_name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `master_series`
--

INSERT INTO `master_series` (`id`, `series_name`) VALUES
(4, 'Abbasi Diamond Series'),
(5, 'Abbasi Star Series'),
(6, 'AERI Diamond Series'),
(7, 'AERI Star Series'),
(3, 'Smart Kids Series');

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

--
-- Table structure for table `master_subjects`
--

CREATE TABLE `master_subjects` (
  `id` int(11) NOT NULL,
  `class_level_id` int(11) NOT NULL,
  `subject_name` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `master_subjects`
--

INSERT INTO `master_subjects` (`id`, `class_level_id`, `subject_name`) VALUES
(6, 1, 'Urdu'),
(5, 1, 'English'),
(7, 1, 'Math'),
(8, 1, 'Art'),
(9, 1, 'Islamiyat'),
(10, 1, 'GK'),
(11, 1, 'Science'),
(12, 1, 'Computer'),
(13, 1, 'Social Study'),
(14, 1, 'Rhymes'),
(15, 2, 'English'),
(16, 2, 'Urdu'),
(17, 2, 'Math'),
(18, 2, 'Art'),
(19, 2, 'Islamiyat'),
(20, 2, 'GK'),
(21, 2, 'Science'),
(22, 2, 'Rhymes'),
(23, 2, 'Computer'),
(24, 2, 'Social Study'),
(25, 3, 'English'),
(26, 3, 'Urdu'),
(27, 3, 'Math'),
(28, 3, 'Art'),
(29, 3, 'Islamiyat'),
(30, 3, 'GK'),
(31, 3, 'Science'),
(32, 3, 'Rhymes'),
(33, 3, 'Computer'),
(34, 3, 'Social Study');

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

--
-- Table structure for table `notebook_reviews`
--

CREATE TABLE `notebook_reviews` (
  `id` int(11) NOT NULL,
  `task_id` int(11) NOT NULL,
  `reviewer_id` int(11) NOT NULL,
  `review_text` text NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `notebook_reviews`
--

INSERT INTO `notebook_reviews` (`id`, `task_id`, `reviewer_id`, `review_text`, `created_at`) VALUES
(15, 42, 14, 'No Commentary', '2025-09-19 00:43:30'),
(16, 40, 14, 'Is it done?', '2025-09-19 00:44:32'),
(17, 46, 14, 'Done', '2025-09-19 00:47:14'),
(18, 45, 14, 'Its not done . When you plan your Next Visit in this area add on this school.', '2025-09-19 00:55:54'),
(19, 40, 14, 'Share your next visit plan.', '2025-09-19 01:11:09'),
(20, 43, 14, 'pending. Share your next visit in this area. And add this school on your Plan.', '2025-09-19 01:12:39'),
(21, 44, 14, 'Visit Pending', '2025-09-19 01:13:01'),
(22, 46, 14, 'you add this school on portal so done here.', '2025-09-19 01:38:40');

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

--
-- Table structure for table `notebook_tasks`
--

CREATE TABLE `notebook_tasks` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `task_date` date NOT NULL,
  `school_name` varchar(255) NOT NULL,
  `area` varchar(255) NOT NULL,
  `purpose` text NOT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'Open',
  `completed_at` datetime DEFAULT NULL,
  `review_text` text DEFAULT NULL,
  `reviewed_by_id` int(11) DEFAULT NULL,
  `reviewed_at` datetime DEFAULT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `notebook_tasks`
--

INSERT INTO `notebook_tasks` (`id`, `user_id`, `task_date`, `school_name`, `area`, `purpose`, `status`, `completed_at`, `review_text`, `reviewed_by_id`, `reviewed_at`, `created_at`) VALUES
(37, 11, '2025-09-15', 'The Education zone', 'Pasrue', 'Pre visit', 'Done', '2025-09-15 12:14:56', NULL, NULL, NULL, '2025-09-14 13:50:29'),
(38, 11, '2025-09-15', 'Green Field school', 'Pasrur', 'Pre visit', 'Done', '2025-09-15 12:31:01', NULL, NULL, NULL, '2025-09-14 13:53:18'),
(39, 11, '2025-09-15', 'My School System', 'Pasrur', 'Pre visit', 'Done', '2025-09-15 12:31:17', NULL, NULL, NULL, '2025-09-14 13:54:21'),
(40, 11, '2025-09-15', 'Digital school', 'Pasrur', 'Pre visit', 'Open', NULL, NULL, NULL, NULL, '2025-09-14 13:56:17'),
(41, 11, '2025-09-15', 'Misali grammar school', 'Pasrur', 'Pre visit', 'Done', '2025-09-15 12:31:44', NULL, NULL, NULL, '2025-09-14 13:57:19'),
(42, 11, '2025-09-16', 'Nonar public school', 'Nonar', 'Pre visit', 'Open', NULL, NULL, NULL, NULL, '2025-09-14 13:57:57'),
(43, 11, '2025-09-16', 'Superior Education system', 'Nonar', 'Books feedback', 'Open', NULL, NULL, NULL, NULL, '2025-09-14 14:01:03'),
(44, 11, '2025-09-16', 'Muslim public school', 'Dhamthal', 'Pre visit', 'Open', NULL, NULL, NULL, NULL, '2025-09-14 14:02:54'),
(45, 11, '2025-09-16', 'Al Imaran school', 'Dhamthal', 'Pre visit', 'Open', NULL, NULL, NULL, NULL, '2025-09-14 14:03:49'),
(46, 11, '2025-09-16', 'Al Hassan school', 'Dhamthal', 'Pre visit', 'Open', NULL, NULL, NULL, NULL, '2025-09-14 14:04:42'),
(47, 12, '2025-10-01', 'Unique Grammer School', 'faisalabad', 'testing purpose', 'Open', NULL, NULL, NULL, NULL, '2025-09-30 01:24:22');

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

--
-- Table structure for table `petrol_records`
--

CREATE TABLE `petrol_records` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `travel_date` date NOT NULL,
  `from_location` varchar(255) NOT NULL,
  `to_location` varchar(255) NOT NULL,
  `kilometers` decimal(10,2) NOT NULL,
  `price_per_km` decimal(10,2) NOT NULL,
  `total_amount` decimal(10,2) NOT NULL,
  `added_by_id` int(11) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

--
-- Table structure for table `pre_sampling_records`
--

CREATE TABLE `pre_sampling_records` (
  `id` int(11) NOT NULL,
  `school_id` int(11) NOT NULL,
  `employee_id` int(11) NOT NULL,
  `class_level` varchar(100) DEFAULT NULL,
  `subject` varchar(100) DEFAULT NULL,
  `publisher` varchar(255) DEFAULT NULL,
  `year_of_selection` varchar(20) DEFAULT NULL,
  `have_to_change` varchar(10) DEFAULT NULL,
  `year_to_change` varchar(20) DEFAULT NULL,
  `remarks` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `pre_sampling_records`
--

INSERT INTO `pre_sampling_records` (`id`, `school_id`, `employee_id`, `class_level`, `subject`, `publisher`, `year_of_selection`, `have_to_change`, `year_to_change`, `remarks`, `created_at`) VALUES
(1, 8, 12, 'Pre School', 'Urdu', 'rf', '2024', 'Yes', '2026', 'best', '2025-09-01 08:51:08'),
(2, 8, 17, 'Pre School', 'English', 'Ali', '2024', 'Yes', '2024', 'only for testing ', '2025-09-01 08:52:38'),
(3, 8, 12, 'Pre School', 'Math', 'Ali haider', '2024', 'Yes', '2024', 'best', '2025-09-01 19:14:01'),
(4, 8, 17, 'Pre School', 'Islamiyat', 'bashir', '2024', 'Yes', '2024', 'only for testing ', '2025-09-01 19:15:24'),
(5, 443, 22, 'Pre School', 'English', 'MIRZA ', '2026', 'No', 'No', '', '2025-09-09 13:44:47'),
(6, 588, 12, 'Primary', 'Islamiyat', 'xyz', '2025', 'Yes', '2026', 'tezt', '2025-09-12 19:31:40'),
(7, 659, 12, 'Pre School', 'Urdu', 'abc', '2024', 'Yes', '2026', 'best', '2025-09-15 19:37:51'),
(8, 659, 12, 'Pre School', 'English', 'Ali', '2024', 'Yes', '2024', 'best', '2025-09-15 19:38:26'),
(9, 659, 12, 'Pre School', 'Urdu', 'Ali', '2024', 'Yes', '2024', 'best', '2025-09-15 19:44:29'),
(10, 659, 12, 'Middle', 'Math', 'bashir', '2026', 'Yes', '2026', 'only for testing ', '2025-09-15 19:45:40'),
(11, 659, 12, 'Pre School', 'Urdu', 'bashir ali', '2029', 'No', '2024', 'only for testing ', '2025-09-15 19:55:31'),
(12, 659, 12, 'Primary', 'Urdu, Art, GK', 'test', '2028', 'Yes', '2025', '234', '2025-09-15 19:56:38'),
(13, 659, 12, 'Primary', 'Math, Art, GK', 'test', '2025', 'Yes', '2025', 'best', '2025-09-15 21:18:25'),
(14, 659, 12, 'Middle', 'Science, Computer, Social Study', 'test', '2027', 'Yes', '344', 'best', '2025-09-15 21:20:07'),
(15, 496, 12, 'Primary', 'English, Math, Art, GK', 'test', '2025', 'Yes', '2025', 'best', '2025-09-16 14:33:47'),
(16, 496, 12, 'Pre School', 'English, Math, Art', 'test', '2026', 'No', '', 'best', '2025-09-16 14:46:19'),
(17, 496, 12, 'Middle', 'Science, Computer, Social Study', 'test', '2025', 'Yes', '2025', 'best', '2025-09-16 14:47:56'),
(18, 496, 12, 'Primary', 'Urdu, Islamiyat, Rhymes', 'ali', '2025', 'No', '', 'best', '2025-09-16 14:53:50'),
(19, 755, 23, 'Pre School', 'Urdu, English, Math', 'Javed ', '2025', 'Yes', '2026', 'Samples Deliver ', '2025-09-18 18:07:21'),
(20, 824, 4, 'Pre School', 'Urdu, English, Math', 'Oxford', '2021', 'No', '', 'Dealer provide sample of Smart kids', '2025-09-29 16:23:20'),
(21, 824, 4, 'Pre School', 'Urdu, English, Math', 'Oxford', '2021', 'No', '', 'Dealer provide sample of Smart kids', '2025-09-29 16:23:20'),
(22, 824, 4, 'Pre School', 'Urdu, English, Math', '', '', 'No', '', '', '2025-09-29 16:23:45'),
(23, 891, 10, 'Primary', 'Computer', 'abbasi publisher lahore ', '2026', 'Yes', '2026-2027', 'want to change syllabus ', '2025-09-30 19:27:39'),
(24, 60, 10, 'Pre School', 'Science', 'abbasi publisher lahore ', '2026', 'Yes', '2026', 'want to change syllabus ', '2025-09-30 19:30:42'),
(25, 60, 10, 'Pre School', 'Urdu, English, Math', 'abbasi publisher lahore ', '2025', 'Yes', '2026-2027', 'will be shared ', '2025-10-01 19:24:15'),
(26, 60, 10, 'Primary', 'Science', 'abbasi ', '2026-27', 'Yes', '2026-2027', 'wait', '2025-10-01 19:49:04'),
(27, 60, 10, 'Primary', 'Science', 'abbasi publisher lahore ', '2026', 'Yes', '2026-27', 'wait', '2025-10-01 19:49:04'),
(28, 9, 10, 'Pre School', 'Urdu, English, Math, Art', 'abbasi publisher lahore ', '2026-27', 'Yes', '2026-2027', 'said to wait ', '2025-10-13 18:17:46'),
(29, 891, 10, 'Pre School', 'Urdu, English, Math, Art', 'abbasi publisher lahore ', '2026-27', 'Yes', '2026-2027', 'want to change syllabus ', '2025-10-13 18:20:10'),
(30, 745, 10, 'Pre School', 'Urdu, English, Math, Art', 'abbasi publisher lahore ', '2026-27', 'Yes', '2026-2027', 'want to change syllabus ', '2025-10-16 23:18:59'),
(31, 1123, 10, 'Pre School', 'Urdu, English, Math', 'abbasi publisher lahore ', '2026-27', 'Yes', '2026-2027', 'want to change syllabus ', '2025-10-16 23:20:05'),
(32, 274, 10, 'Pre School', 'Urdu, English, Math, Art', 'abbasi publisher lahore ', '2026-27', 'Yes', '2026-2027', 'want to change syllabus ', '2025-10-17 00:19:06'),
(33, 93, 10, 'Pre School', 'Urdu, English, Math, Art', 'abbasi publisher lahore ', '2026', 'Yes', '2026-2027', 'want to change syllabus ', '2025-10-17 23:03:54'),
(34, 91, 10, 'Pre School', 'Urdu, English, Math, Art', 'abbasi publisher lahore ', '2026', 'Yes', '2026-2027', 'want to change syllabus ', '2025-10-17 23:17:09'),
(35, 8, 17, 'Pre School', 'Urdu, Art, Islamiyat, GK', '', '', 'No', '', '', '2025-10-21 14:57:09'),
(36, 2416, 36, 'Pre School', 'Urdu, English, Math, Art', 'Oup ', '2010', 'Yes', '2026', 'She is very happy to see our books and software ', '2025-11-14 22:53:50'),
(37, 2446, 36, 'Middle', 'English, Urdu, Math, GK', 'AFAQ', '2022', 'Yes', '2026', 'After December they will decide ', '2025-11-17 22:11:14');

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

--
-- Table structure for table `sampling_records`
--

CREATE TABLE `sampling_records` (
  `id` int(11) NOT NULL,
  `school_id` int(11) NOT NULL,
  `employee_id` int(11) NOT NULL,
  `series_name` varchar(255) DEFAULT NULL,
  `subject` varchar(100) DEFAULT NULL,
  `class` varchar(50) DEFAULT NULL,
  `book_name` varchar(255) DEFAULT NULL,
  `qty_issued` int(11) DEFAULT 0,
  `qty_selected` int(11) DEFAULT 0,
  `qty_return` int(11) DEFAULT 0,
  `qty_balance` int(11) DEFAULT 0,
  `selection` varchar(10) DEFAULT NULL,
  `remarks_text` text DEFAULT NULL,
  `remarks_audio_path` varchar(255) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `sampling_records`
--

INSERT INTO `sampling_records` (`id`, `school_id`, `employee_id`, `series_name`, `subject`, `class`, `book_name`, `qty_issued`, `qty_selected`, `qty_return`, `qty_balance`, `selection`, `remarks_text`, `remarks_audio_path`, `created_at`) VALUES
(1, 563, 23, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-09-12 05:54:05'),
(2, 588, 12, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-09-12 10:39:27'),
(3, 604, 11, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-09-13 10:25:40'),
(4, 604, 11, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-09-13 10:26:00'),
(5, 604, 11, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:44:17'),
(6, 604, 11, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:46:04'),
(7, 604, 11, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:46:57'),
(8, 604, 11, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(9, 604, 11, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(10, 604, 11, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(11, 604, 11, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(12, 604, 11, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(13, 604, 11, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(14, 604, 11, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(15, 604, 11, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(16, 604, 11, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(17, 604, 11, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(18, 604, 11, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(19, 604, 11, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(20, 604, 11, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(21, 604, 11, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:52:40'),
(22, 604, 11, 'AERI Diamond Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'Yes', '', '', '2025-09-13 17:54:17'),
(23, 523, 11, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'Yes', '', '', '2025-09-20 11:44:01'),
(24, 523, 11, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'Yes', '', '', '2025-09-20 11:44:01'),
(25, 523, 11, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'Yes', '', '', '2025-09-20 11:44:01'),
(26, 523, 11, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'Yes', '', '', '2025-09-20 11:44:01'),
(27, 523, 11, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'Yes', '', '', '2025-09-20 11:44:01'),
(28, 523, 11, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'Yes', '', '', '2025-09-20 11:44:01'),
(29, 523, 11, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'Yes', '', '', '2025-09-20 11:44:01'),
(30, 523, 11, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'Yes', '', '', '2025-09-20 11:44:01'),
(31, 523, 11, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'Yes', '', 'Uploading...', '2025-09-20 11:44:01'),
(32, 715, 4, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 6, 0, 0, 6, 'Yes', '', '', '2025-09-29 04:49:55'),
(33, 891, 10, 'Abbasi Diamond Series', 'Computer Science', 'One', 'Enter Computer', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-01 10:52:14'),
(34, 891, 10, 'Abbasi Diamond Series', 'Computer Science', 'Two', 'Enter Computer', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-01 10:52:14'),
(35, 891, 10, 'Abbasi Diamond Series', 'Computer Science', 'Three', 'Enter Computer', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-01 10:52:14'),
(36, 891, 10, 'Abbasi Diamond Series', 'Computer Science', 'Four', 'Enter Computer', 1, 0, 0, 1, 'No', 'wait ', '', '2025-10-01 10:52:14'),
(37, 891, 10, 'Abbasi Diamond Series', 'Computer Science', 'Five', 'Enter Computer', 1, 0, 0, 1, 'No', 'wait ', '', '2025-10-01 10:52:14'),
(38, 1285, 23, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'Yes', 'pre leval all books Samples Delivered with w.b ', '', '2025-10-02 08:47:59'),
(39, 1125, 28, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 35, 0, 0, 35, 'Yes', 'Pre primary completely delivered and Urdu , Urdu grammar and islamiat primary delivered ', '', '2025-10-07 06:49:10'),
(40, 169, 11, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(41, 169, 11, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(42, 169, 11, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(43, 169, 11, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(44, 169, 11, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(45, 169, 11, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(46, 169, 11, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(47, 169, 11, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(48, 169, 11, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(49, 169, 11, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(50, 169, 11, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(51, 169, 11, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(52, 169, 11, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(53, 169, 11, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(54, 169, 11, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(55, 169, 11, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(56, 169, 11, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(57, 169, 11, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(58, 169, 11, 'AERI Diamond Series', 'Art', 'A', 'Little Artist', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(59, 169, 11, 'AERI Diamond Series', 'Art', 'B', 'Little Artist', 1, 0, 0, 1, 'Yes', '', '', '2025-10-08 11:08:40'),
(60, 169, 11, 'AERI Diamond Series', 'Art', 'C', 'Little Artist', 1, 0, 0, 1, 'Yes', '', 'uploads/audio/68e64623d6524-1759921699.webm', '2025-10-08 11:08:40'),
(61, 1461, 11, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'No', '', '', '2025-10-08 16:23:10'),
(62, 1461, 11, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'No', '', '', '2025-10-08 16:23:10'),
(63, 1461, 11, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', '', '', '2025-10-08 16:23:10'),
(64, 1461, 11, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', '', '', '2025-10-08 16:23:10'),
(65, 1461, 11, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'No', '', '', '2025-10-08 16:23:10'),
(66, 1461, 11, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', '', '', '2025-10-08 16:23:10'),
(67, 1461, 11, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'No', '', '', '2025-10-08 16:23:10'),
(68, 1461, 11, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'No', '', '', '2025-10-08 16:23:10'),
(69, 1461, 11, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', '', 'Uploading...', '2025-10-08 16:23:10'),
(70, 1486, 23, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'Yes', 'Pre primary samples Delivered', '', '2025-10-08 18:28:03'),
(71, 1363, 28, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 18, 0, 0, 18, 'Yes', 'Dropped complete pre primary ', '', '2025-10-15 05:33:04'),
(72, 1123, 10, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:27:13'),
(73, 1123, 10, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:27:13'),
(74, 1123, 10, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:27:13'),
(75, 1123, 10, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:27:13'),
(76, 1123, 10, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:27:13'),
(77, 1123, 10, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:27:13'),
(78, 1123, 10, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:27:13'),
(79, 1123, 10, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:27:13'),
(80, 1123, 10, 'AERI Diamond Series', 'Art', 'A', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:27:13'),
(81, 1123, 10, 'AERI Diamond Series', 'Art', 'B', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:27:13'),
(82, 1123, 10, 'AERI Diamond Series', 'Art', 'C', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:27:13'),
(83, 745, 10, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(84, 745, 10, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', 'wait', '', '2025-10-16 14:46:41'),
(85, 745, 10, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', 'wait', '', '2025-10-16 14:46:41'),
(86, 745, 10, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(87, 745, 10, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(88, 745, 10, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(89, 745, 10, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(90, 745, 10, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(91, 745, 10, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(92, 745, 10, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(93, 745, 10, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(94, 745, 10, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(95, 745, 10, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(96, 745, 10, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(97, 745, 10, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(98, 745, 10, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(99, 745, 10, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(100, 745, 10, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(101, 745, 10, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 14:46:41'),
(102, 274, 10, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:11:31'),
(103, 274, 10, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:11:31'),
(104, 274, 10, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:11:31'),
(105, 274, 10, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:11:31'),
(106, 274, 10, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-16 15:11:31'),
(107, 274, 10, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:11:31'),
(108, 274, 10, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:11:31'),
(109, 274, 10, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:11:31'),
(110, 274, 10, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:11:31'),
(111, 274, 10, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:11:31'),
(112, 274, 10, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:11:31'),
(113, 274, 10, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:11:31'),
(114, 274, 10, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:19:59'),
(115, 274, 10, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:23:07'),
(116, 274, 10, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:23:07'),
(117, 274, 10, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:23:07'),
(118, 274, 10, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:24:04'),
(119, 274, 10, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:24:04'),
(120, 274, 10, 'AERI Diamond Series', 'Art', 'A', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:25:30'),
(121, 274, 10, 'AERI Diamond Series', 'Art', 'B', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:27:28'),
(122, 274, 10, 'AERI Diamond Series', 'Art', 'C', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:27:28'),
(123, 745, 10, 'AERI Diamond Series', 'Art', 'A', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:29:41'),
(124, 745, 10, 'AERI Diamond Series', 'Art', 'B', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:29:41'),
(125, 745, 10, 'AERI Diamond Series', 'Art', 'C', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:30:26'),
(126, 60, 10, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:34:52'),
(127, 60, 10, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:34:52'),
(128, 60, 10, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:34:52'),
(129, 60, 10, 'AERI Diamond Series', 'Art', 'A', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:37:00'),
(130, 60, 10, 'AERI Diamond Series', 'Art', 'B', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:37:24'),
(131, 60, 10, 'AERI Diamond Series', 'Art', 'C', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:37:52'),
(132, 891, 10, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:40:39'),
(133, 891, 10, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:40:39'),
(134, 891, 10, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:40:39'),
(135, 891, 10, 'AERI Diamond Series', 'Art', 'A', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:42:24'),
(136, 891, 10, 'AERI Diamond Series', 'Art', 'B', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:42:24'),
(137, 891, 10, 'AERI Diamond Series', 'Art', 'C', 'Little Artist', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:42:24'),
(138, 891, 10, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:53:32'),
(139, 891, 10, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:53:32'),
(140, 891, 10, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:53:32'),
(141, 891, 10, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:53:32'),
(142, 891, 10, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:53:32'),
(143, 891, 10, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:53:32'),
(144, 891, 10, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:53:32'),
(145, 891, 10, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:53:32'),
(146, 891, 10, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:53:32'),
(147, 891, 10, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:53:32'),
(148, 891, 10, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:58:18'),
(149, 891, 10, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:58:18'),
(150, 891, 10, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:58:18'),
(151, 891, 10, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:58:18'),
(152, 891, 10, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:58:18'),
(153, 891, 10, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:58:18'),
(154, 891, 10, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:58:18'),
(155, 891, 10, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-16 15:58:18'),
(156, 1327, 11, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-10-17 00:45:41'),
(157, 1327, 11, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'Yes', '', '', '2025-10-17 00:45:41'),
(158, 1327, 11, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', '', '', '2025-10-17 00:45:41'),
(159, 1327, 11, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-10-17 00:45:41'),
(160, 1327, 11, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'Yes', '', '', '2025-10-17 00:45:41'),
(161, 1327, 11, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', '', '', '2025-10-17 00:45:41'),
(162, 1327, 11, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-10-17 00:45:41'),
(163, 1327, 11, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'Yes', '', '', '2025-10-17 00:45:41'),
(164, 1327, 11, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', '', 'uploads/audio/68f191b4165cc-1760661940.webm', '2025-10-17 00:45:41'),
(165, 93, 10, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-17 14:15:41'),
(166, 93, 10, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-17 14:15:41'),
(167, 93, 10, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-17 14:15:41'),
(168, 93, 10, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-17 14:15:41'),
(169, 93, 10, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-17 14:15:41'),
(170, 93, 10, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-17 14:15:41'),
(171, 93, 10, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-17 14:15:41'),
(172, 93, 10, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-17 14:15:41'),
(173, 93, 10, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'No', 'wait', '', '2025-10-17 14:15:41'),
(174, 93, 10, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:15:41'),
(175, 93, 10, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:15:41'),
(176, 93, 10, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:15:41'),
(177, 93, 10, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:15:41'),
(178, 93, 10, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:15:41'),
(179, 93, 10, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:15:41'),
(180, 93, 10, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:15:41'),
(181, 93, 10, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:15:41'),
(182, 93, 10, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:15:41'),
(183, 91, 10, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(184, 91, 10, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(185, 91, 10, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(186, 91, 10, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(187, 91, 10, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(188, 91, 10, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(189, 91, 10, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(190, 91, 10, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(191, 91, 10, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(192, 91, 10, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(193, 91, 10, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 0, 0, 0, 0, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(194, 91, 10, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(195, 91, 10, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(196, 91, 10, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(197, 91, 10, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(198, 91, 10, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(199, 91, 10, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(200, 91, 10, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(201, 91, 10, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:27:55'),
(202, 91, 10, 'AERI Diamond Series', 'Art', 'A', 'Little Artist', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:30:16'),
(203, 91, 10, 'AERI Diamond Series', 'Art', 'B', 'Little Artist', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:30:16'),
(204, 91, 10, 'AERI Diamond Series', 'Art', 'C', 'Little Artist', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:30:16'),
(205, 93, 10, 'AERI Diamond Series', 'Art', 'A', 'Little Artist', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:31:50'),
(206, 93, 10, 'AERI Diamond Series', 'Art', 'B', 'Little Artist', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:31:50'),
(207, 93, 10, 'AERI Diamond Series', 'Art', 'C', 'Little Artist', 1, 0, 0, 1, 'Yes', 'wait', '', '2025-10-17 14:31:50'),
(208, 128, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 07:37:15'),
(209, 128, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 0, 0, 1, 'No', '', 'uploads/audio/68f5e6ae33c15-1760945838.webm', '2025-10-20 07:40:14'),
(210, 128, 29, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 07:41:13'),
(211, 128, 29, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 07:42:22'),
(212, 128, 29, 'Abbasi Diamond Series', 'GK', 'One', 'Waqfiyat e Aama', 1, 1, 0, 0, 'No', '', '', '2025-10-20 08:25:34'),
(213, 128, 29, 'Abbasi Diamond Series', 'GK', 'Two', 'Waqfiyat e Aama', 0, 0, 0, 0, 'Yes', '', '', '2025-10-20 08:25:46'),
(214, 128, 29, 'Abbasi Diamond Series', 'GK', 'Three', 'Waqfiyat e Aama', 1, 1, 0, 0, 'No', '', '', '2025-10-20 08:26:06'),
(215, 128, 29, 'Abbasi Diamond Series', 'Science', 'Four', 'Life Science', 1, 1, 0, 0, 'No', '', '', '2025-10-20 08:56:23'),
(216, 128, 29, 'Abbasi Diamond Series', 'Science', 'Five', 'Life Science', 1, 1, 0, 0, 'No', '', '', '2025-10-20 08:56:42'),
(217, 1796, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:35:39'),
(218, 1796, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:37:06'),
(219, 1796, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:37:26'),
(220, 1796, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:38:36'),
(221, 1796, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:38:56'),
(222, 1796, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:39:16'),
(223, 1796, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:39:42'),
(224, 1796, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:40:02'),
(225, 1796, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:40:19'),
(226, 1796, 29, 'AERI Star Series', 'Art', 'A', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:41:25'),
(227, 1796, 29, 'AERI Star Series', 'Art', 'B', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:41:40'),
(228, 1796, 29, 'AERI Star Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:41:58'),
(229, 1817, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:46:22'),
(230, 1817, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:46:38'),
(231, 1817, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:48:01'),
(232, 1817, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:48:30'),
(233, 1817, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:48:53'),
(234, 1817, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:50:34'),
(235, 1817, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:51:26'),
(236, 1817, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:51:41'),
(237, 1817, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:52:28'),
(238, 1817, 29, 'AERI Star Series', 'Art', 'A', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:53:11'),
(239, 1817, 29, 'AERI Star Series', 'Art', 'B', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:54:38'),
(240, 1817, 29, 'AERI Star Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:54:53'),
(241, 1817, 29, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:55:15'),
(242, 1817, 29, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:55:32'),
(243, 1817, 29, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:55:49'),
(244, 1817, 29, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:56:07'),
(245, 1817, 29, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:56:24'),
(246, 1817, 29, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:56:39'),
(247, 1817, 29, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:57:02'),
(248, 1817, 29, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:57:22'),
(249, 1817, 29, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:57:37'),
(250, 1817, 29, 'Abbasi Diamond Series', 'Islamiyat', 'One', 'Alif Laam Meem', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:58:33'),
(251, 1817, 29, 'Abbasi Diamond Series', 'Islamiyat', 'Two', 'Alif Laam Meem', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:58:50'),
(252, 1817, 29, 'Abbasi Diamond Series', 'Islamiyat', 'Three', 'Alif Laam Meem', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:59:05'),
(253, 1817, 29, 'Abbasi Diamond Series', 'Islamiyat', 'Four', 'Alif Laam Meem', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:59:21'),
(254, 1817, 29, 'Abbasi Diamond Series', 'Islamiyat', 'Five', 'Alif Laam Meem', 1, 1, 0, 0, 'No', '', '', '2025-10-20 09:59:37'),
(255, 1787, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:01:12'),
(256, 1787, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:01:29'),
(257, 1787, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:01:46'),
(258, 1787, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:02:02'),
(259, 1787, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:02:26'),
(260, 1787, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:04:07'),
(261, 1787, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:04:30'),
(262, 1787, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:04:48'),
(263, 1787, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:05:09'),
(264, 1785, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:07:50'),
(265, 1785, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:08:33'),
(266, 1785, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:08:52'),
(267, 1785, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'Yes', '', '', '2025-10-20 10:09:14'),
(268, 1785, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:09:33'),
(269, 1785, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:10:01'),
(270, 1785, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:10:25'),
(271, 1785, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:10:43'),
(272, 1785, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:10:59'),
(273, 1785, 29, 'AERI Star Series', 'Art', 'A', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:11:18'),
(274, 1785, 29, 'AERI Star Series', 'Art', 'B', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:11:32'),
(275, 1785, 29, 'AERI Star Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:11:54'),
(276, 573, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:24:01'),
(277, 573, 29, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:24:14'),
(278, 573, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:24:28'),
(279, 573, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:26:48'),
(280, 573, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:27:15'),
(281, 573, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:27:30'),
(282, 573, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:28:04'),
(283, 573, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:28:20'),
(284, 573, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:28:38'),
(285, 573, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:28:55'),
(286, 566, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:32:17'),
(287, 566, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:32:35'),
(288, 566, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:32:56'),
(289, 566, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:35:07'),
(290, 566, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:35:28'),
(291, 566, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:35:48'),
(292, 566, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:36:04'),
(293, 566, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:36:34'),
(294, 566, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:36:56'),
(295, 1784, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:54:49'),
(296, 1784, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:55:07'),
(297, 1784, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:56:16'),
(298, 1784, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:57:02'),
(299, 1784, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:57:29'),
(300, 1784, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 10:58:21'),
(301, 1784, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:00:27'),
(302, 1784, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:00:47'),
(303, 1784, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:01:05'),
(304, 1784, 29, 'AERI Star Series', 'Art', 'A', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:01:37'),
(305, 1784, 29, 'AERI Star Series', 'Art', 'B', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:01:50'),
(306, 1784, 29, 'AERI Star Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:02:06'),
(307, 1784, 29, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:02:27'),
(308, 1784, 29, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:02:42'),
(309, 1784, 29, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:03:04'),
(310, 1784, 29, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:03:24'),
(311, 1784, 29, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:03:42'),
(312, 1784, 29, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:04:02'),
(313, 1784, 29, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:04:16'),
(314, 1784, 29, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:04:33'),
(315, 1784, 29, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-20 11:04:49'),
(316, 103, 9, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'Yes', '', '', '2025-10-22 04:22:55'),
(317, 103, 9, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 0, 0, 1, 'Yes', '', '', '2025-10-22 04:24:41'),
(318, 103, 9, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 0, 0, 0, 0, 'Yes', '', '', '2025-10-22 04:24:41'),
(319, 103, 9, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 0, 0, 1, 'Yes', '', '', '2025-10-22 04:24:41'),
(320, 103, 9, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 0, 0, 1, 'Yes', '', '', '2025-10-22 04:25:39'),
(321, 103, 9, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 0, 0, 0, 0, 'Yes', '', '', '2025-10-22 04:26:12'),
(322, 103, 9, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 0, 0, 0, 0, 'Yes', '', '', '2025-10-22 04:26:44'),
(323, 103, 9, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 0, 0, 0, 0, 'Yes', '', '', '2025-10-22 04:27:36'),
(324, 103, 9, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 0, 0, 0, 0, 'Yes', '', '', '2025-10-22 04:27:57'),
(325, 103, 9, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 0, 0, 0, 0, 'Yes', '', '', '2025-10-22 04:28:16'),
(326, 1936, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:33:13'),
(327, 1936, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:33:28'),
(328, 1936, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:33:48'),
(329, 1936, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:34:10'),
(330, 1936, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:34:25'),
(331, 1936, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:34:45'),
(332, 1936, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:35:02'),
(333, 1936, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:35:16'),
(334, 1936, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:35:34'),
(335, 1936, 29, 'AERI Star Series', 'Art', 'A', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:35:58'),
(336, 1936, 29, 'AERI Star Series', 'Art', 'B', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:36:12'),
(337, 1936, 29, 'AERI Star Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:36:29'),
(338, 1936, 29, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:36:53'),
(339, 1936, 29, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:37:08'),
(340, 1936, 29, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:37:26'),
(341, 1936, 29, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:37:42'),
(342, 1936, 29, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:38:00'),
(343, 1936, 29, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:38:22'),
(344, 1936, 29, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:38:57'),
(345, 1936, 29, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:39:22'),
(346, 1936, 29, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:39:46'),
(347, 431, 29, 'AERI Star Series', 'Art', 'A', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:55:07'),
(348, 431, 29, 'AERI Star Series', 'Art', 'B', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:55:23'),
(349, 431, 29, 'AERI Star Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:55:37'),
(350, 431, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:55:54'),
(351, 431, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:56:07'),
(352, 431, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:56:21'),
(353, 431, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:56:40'),
(354, 431, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:56:56'),
(355, 431, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:57:08'),
(356, 431, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:57:29'),
(357, 431, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:57:50'),
(358, 431, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:58:03'),
(359, 431, 29, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:58:20'),
(360, 431, 29, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:58:47'),
(361, 431, 29, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:59:06'),
(362, 431, 29, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:59:22'),
(363, 431, 29, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 06:59:39'),
(364, 431, 29, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:00:00'),
(365, 431, 29, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:00:17'),
(366, 431, 29, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:00:31'),
(367, 431, 29, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:00:47'),
(368, 633, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:14:07'),
(369, 633, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:14:22'),
(370, 633, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:14:38'),
(371, 633, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:14:52'),
(372, 633, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:15:14'),
(373, 633, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:15:30'),
(374, 633, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:15:46'),
(375, 633, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:16:08'),
(376, 633, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:16:36'),
(377, 340, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:19:04'),
(378, 340, 29, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:19:19'),
(379, 340, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:19:38'),
(380, 340, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:19:54'),
(381, 340, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:20:18'),
(382, 340, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:20:32'),
(383, 340, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:20:56'),
(384, 340, 29, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:21:09'),
(385, 340, 29, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:21:22'),
(386, 340, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:21:48'),
(387, 340, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:22:03'),
(388, 340, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:22:36'),
(389, 340, 29, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:23:31'),
(390, 340, 29, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:23:59'),
(391, 340, 29, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:24:15'),
(392, 340, 29, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:24:57'),
(393, 340, 29, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:25:17'),
(394, 340, 29, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:25:32'),
(395, 340, 29, 'AERI Star Series', 'Art', 'A', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:26:23'),
(396, 340, 29, 'AERI Star Series', 'Art', 'B', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:26:37');
INSERT INTO `sampling_records` (`id`, `school_id`, `employee_id`, `series_name`, `subject`, `class`, `book_name`, `qty_issued`, `qty_selected`, `qty_return`, `qty_balance`, `selection`, `remarks_text`, `remarks_audio_path`, `created_at`) VALUES
(397, 340, 29, 'AERI Star Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:26:51'),
(398, 1580, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:37:06'),
(399, 1580, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:37:23'),
(400, 1580, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:37:37'),
(401, 1580, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:37:59'),
(402, 1580, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:38:26'),
(403, 1580, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:38:41'),
(404, 1580, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:38:59'),
(405, 1580, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:39:13'),
(406, 1580, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:39:44'),
(407, 1580, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:40:03'),
(408, 1580, 29, 'AERI Star Series', 'Art', 'A', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:41:58'),
(409, 1580, 29, 'AERI Star Series', 'Art', 'B', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:42:13'),
(410, 1580, 29, 'AERI Star Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:42:33'),
(411, 1580, 29, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:43:00'),
(412, 1580, 29, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:43:20'),
(413, 1580, 29, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:43:43'),
(414, 1580, 29, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:44:02'),
(415, 1580, 29, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:44:18'),
(416, 1580, 29, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:44:39'),
(417, 1580, 29, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:44:52'),
(418, 1580, 29, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:45:07'),
(419, 1580, 29, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 07:45:21'),
(420, 1951, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:15:40'),
(421, 1951, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:15:55'),
(422, 1951, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:16:10'),
(423, 1951, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:16:26'),
(424, 1951, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:16:54'),
(425, 1951, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:17:08'),
(426, 1951, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:17:28'),
(427, 1951, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:17:49'),
(428, 1951, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:18:07'),
(429, 1951, 29, 'AERI Star Series', 'Art', 'A', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:18:20'),
(430, 1951, 29, 'AERI Star Series', 'Art', 'B', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:19:05'),
(431, 1951, 29, 'AERI Star Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:19:20'),
(432, 1951, 29, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:19:35'),
(433, 1951, 29, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:19:57'),
(434, 1951, 29, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:20:10'),
(435, 1951, 29, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:20:30'),
(436, 1951, 29, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:24:20'),
(437, 1951, 29, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:24:45'),
(438, 1951, 29, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:25:42'),
(439, 1951, 29, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:26:02'),
(440, 1951, 29, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:26:17'),
(441, 675, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:47:19'),
(442, 675, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:47:35'),
(443, 675, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:49:10'),
(444, 675, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:49:28'),
(445, 675, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:49:47'),
(446, 675, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:50:13'),
(447, 675, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:50:43'),
(448, 675, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:50:53'),
(449, 675, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:52:39'),
(450, 675, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:52:59'),
(451, 675, 29, 'AERI Star Series', 'Art', 'A', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:53:20'),
(452, 675, 29, 'AERI Star Series', 'Art', 'B', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:53:36'),
(453, 675, 29, 'AERI Star Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 09:54:02'),
(454, 528, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:10:08'),
(455, 528, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:10:37'),
(456, 528, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:11:22'),
(457, 528, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:12:55'),
(458, 528, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:13:45'),
(459, 528, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:14:23'),
(460, 528, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:14:47'),
(461, 528, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:15:22'),
(462, 528, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:16:13'),
(463, 528, 29, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:16:42'),
(464, 528, 29, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:18:03'),
(465, 528, 29, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:20:15'),
(466, 528, 29, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:20:45'),
(467, 528, 29, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:21:24'),
(468, 528, 29, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:21:46'),
(469, 528, 29, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:22:16'),
(470, 528, 29, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:22:48'),
(471, 528, 29, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:23:16'),
(472, 176, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:28:51'),
(473, 176, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:29:31'),
(474, 176, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:29:50'),
(475, 176, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:30:12'),
(476, 176, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:30:52'),
(477, 176, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:32:08'),
(478, 176, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:32:42'),
(479, 176, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:33:02'),
(480, 176, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:34:26'),
(481, 176, 29, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:39:52'),
(482, 176, 29, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:43:43'),
(483, 176, 29, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:44:17'),
(484, 176, 29, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:44:41'),
(485, 176, 29, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:45:11'),
(486, 176, 29, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:46:01'),
(487, 176, 29, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:48:38'),
(488, 176, 29, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:49:04'),
(489, 176, 29, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:49:28'),
(490, 176, 29, 'Abbasi Star Series', 'Computer Science', 'One', 'Enter Computer', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:52:05'),
(491, 176, 29, 'Abbasi Star Series', 'Computer Science', 'Two', 'Enter Computer', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:52:28'),
(492, 176, 29, 'Abbasi Star Series', 'Computer Science', 'Three', 'Enter Computer', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:52:45'),
(493, 176, 29, 'Abbasi Star Series', 'Computer Science', 'Four', 'Enter Computer', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:53:08'),
(494, 176, 29, 'Abbasi Star Series', 'Computer Science', 'Five', 'Enter Computer', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:53:25'),
(495, 184, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:57:33'),
(496, 184, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:58:05'),
(497, 184, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:58:29'),
(498, 184, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:59:33'),
(499, 184, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 10:59:51'),
(500, 184, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:02:36'),
(501, 184, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:03:49'),
(502, 184, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:04:14'),
(503, 184, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:04:37'),
(504, 669, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:21:22'),
(505, 669, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:22:01'),
(506, 669, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:22:23'),
(507, 669, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:22:41'),
(508, 669, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:23:42'),
(509, 669, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:23:59'),
(510, 669, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:24:34'),
(511, 669, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:25:02'),
(512, 669, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:25:45'),
(513, 895, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:31:05'),
(514, 895, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:31:23'),
(515, 895, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:31:44'),
(516, 895, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:31:58'),
(517, 895, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:32:46'),
(518, 895, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:33:04'),
(519, 895, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:33:29'),
(520, 895, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:33:47'),
(521, 895, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:34:06'),
(522, 895, 29, 'AERI Star Series', 'Art', 'A', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:34:49'),
(523, 895, 29, 'AERI Star Series', 'Art', 'B', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:35:11'),
(524, 895, 29, 'AERI Star Series', 'Art', 'C', 'Little Artist', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:35:48'),
(525, 1013, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:40:45'),
(526, 1013, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:41:34'),
(527, 1013, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:41:48'),
(528, 1013, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:42:05'),
(529, 1013, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:42:25'),
(530, 1013, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:42:43'),
(531, 1013, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:43:07'),
(532, 1013, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:43:32'),
(533, 1013, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:43:53'),
(534, 73, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:49:38'),
(535, 73, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:50:06'),
(536, 73, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:50:59'),
(537, 73, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:51:34'),
(538, 73, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:52:04'),
(539, 73, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:52:24'),
(540, 73, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:52:46'),
(541, 73, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:52:59'),
(542, 73, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:53:15'),
(543, 1553, 29, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:58:03'),
(544, 1553, 29, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 11:58:18'),
(545, 1553, 29, 'Smart Kids Series', 'Eng Textbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:00:24'),
(546, 1553, 29, 'Smart Kids Series', 'Math Textbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:01:09'),
(547, 1553, 29, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:02:04'),
(548, 1553, 29, 'Smart Kids Series', 'Math Textbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:02:43'),
(549, 1553, 29, 'Smart Kids Series', 'Urdu Textbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:02:57'),
(550, 1553, 29, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:03:19'),
(551, 1553, 29, 'Smart Kids Series', 'Urdu Textbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:03:39'),
(552, 1553, 29, 'Smart Kids Series', 'Eng Workbook', 'PG', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:04:22'),
(553, 1553, 29, 'Smart Kids Series', 'Eng Workbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:04:39'),
(554, 1553, 29, 'Smart Kids Series', 'Eng Workbook', 'PREP', 'Apex English', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:04:55'),
(555, 1553, 29, 'Smart Kids Series', 'Math Workbook', 'PG', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:05:21'),
(556, 1553, 29, 'Smart Kids Series', 'Math Workbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:05:37'),
(557, 1553, 29, 'Smart Kids Series', 'Math Workbook', 'PREP', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:05:51'),
(558, 1553, 29, 'Smart Kids Series', 'Urdu Workbook', 'PG', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:06:15'),
(559, 1553, 29, 'Smart Kids Series', 'Urdu Workbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:07:47'),
(560, 1553, 29, 'Smart Kids Series', 'Urdu Workbook', 'PREP', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', '', '', '2025-10-22 12:08:02'),
(561, 740, 4, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 3, 0, 0, 3, 'Yes', '', '', '2025-10-29 04:23:50'),
(562, 1938, 28, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 1, 1, 0, 0, 'Yes', '', '', '2025-10-30 06:12:05'),
(563, 1938, 28, 'Smart Kids Series', 'Math Textbook', 'NUR', 'Ultimate Math', 1, 1, 0, 0, 'No', '', '', '2025-10-30 06:12:05'),
(564, 1938, 28, 'Smart Kids Series', 'Urdu Textbook', 'NUR', 'Shajra-e-urdu', 1, 1, 0, 0, 'No', 'Complete pre primary delivered ', '', '2025-10-30 06:12:05'),
(565, 1203, 4, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 3, 0, 0, 3, 'Yes', '', '', '2025-10-31 04:36:16'),
(566, 1636, 4, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 3, 0, 0, 3, 'Yes', '', '', '2025-10-31 06:37:45'),
(567, 993, 4, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 6, 0, 0, 6, 'Yes', '', '', '2025-11-03 07:19:59'),
(568, 1627, 4, 'Abbasi Diamond Series', 'Islamiyat', 'One', 'Alif Laam Meem', 5, 0, 0, 5, 'Yes', '', '', '2025-11-04 04:19:04'),
(569, 1560, 4, 'Smart Kids Series', 'Eng Textbook', 'PG', 'Apex English', 6, 0, 0, 6, 'Yes', '', '', '2025-11-05 08:16:56'),
(570, 2053, 26, 'Smart Kids Series', 'Eng Textbook', 'NUR', 'Apex English', 16, 0, 0, 16, 'No', 'Pre-primary complete set with drawing delivered with 4 randomly workbooks', '', '2025-11-14 05:25:37');

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

--
-- Table structure for table `schools`
--

CREATE TABLE `schools` (
  `id` int(11) NOT NULL,
  `employee_id` int(11) NOT NULL,
  `school_name` varchar(255) NOT NULL,
  `city` varchar(100) NOT NULL,
  `team_location` varchar(100) DEFAULT NULL,
  `area` varchar(255) DEFAULT NULL,
  `owner_name` varchar(100) DEFAULT NULL,
  `principal_name` varchar(100) DEFAULT NULL,
  `owner_contact` varchar(50) DEFAULT NULL,
  `principal_contact` varchar(50) DEFAULT NULL,
  `education_level` varchar(50) DEFAULT NULL,
  `no_of_students` int(11) DEFAULT NULL,
  `month_of_session` varchar(7) DEFAULT NULL,
  `month_of_selection` varchar(7) DEFAULT NULL,
  `no_of_branches` int(11) DEFAULT NULL,
  `dealer_name` varchar(100) DEFAULT NULL,
  `current_location` varchar(255) DEFAULT NULL,
  `next_visit_date` date DEFAULT NULL,
  `last_activity_at` datetime DEFAULT NULL,
  `is_verified` tinyint(1) NOT NULL DEFAULT 0,
  `verification_status` varchar(20) DEFAULT NULL,
  `manager_comment` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `schools`
--

INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(1, 5, 'NGS School Multan', 'Multan', NULL, 'Near Abdali road', 'Aymen', 'Aymen', '+9203006344255', '+9203006344255', 'High School', 600, '2026-01', '2025-11', 1, 'Fareed', '31.5566368,74.3037332', NULL, '2025-10-04 10:26:32', 0, NULL, NULL, '2025-08-18 10:19:09'),
(3, 11, 'Kids gardan school', 'Zafarwal', NULL, 'Main bazaar', 'Wasim iqbal', 'Wasim iqbal', '+9203008548911', '+9203008548911', 'High School', 3500, '2026-02', '2025-12', 6, 'city book depot', 'Error: Timeout expired', NULL, NULL, 0, NULL, NULL, '2025-08-18 12:20:10'),
(4, 11, 'Kips school', 'Qila Ahmedabad', NULL, 'Thana road', 'Shasta majeed', 'Shasta majeed', '+9203406661718', '+9203406661718', 'High School', 350, '2026-02', '2026-01', 0, 'City book depot', 'Error: Timeout expired', NULL, '2025-10-30 16:15:38', 0, NULL, NULL, '2025-08-18 13:51:14'),
(5, 11, 'The kems school', 'Zafarwal', NULL, 'Village Dugri harian', 'Mian khalil ahmad', 'Mian khalil ahmad', '+9203116486292', '+9203116486292', 'High School', 550, '2026-02', '2025-12', 0, 'City book depot', 'Error: Timeout expired', NULL, NULL, 0, NULL, NULL, '2025-08-18 13:55:19'),
(6, 11, 'Knowledge high school', 'Dhamthal', NULL, 'Dhamthal', 'Ahmad Farooq', 'Ahmad Farooq', '+9203330786099', '+9203330786099', 'Middle', 200, '2026-03', '2026-01', 0, 'City book depot', 'Error: Timeout expired', NULL, NULL, 0, NULL, NULL, '2025-08-18 13:59:17'),
(7, 11, 'Zain pilot public school', 'Narowal', NULL, 'Village kak klass', 'Hafiz Nadeem', 'Hafiz Nadeem', '+9203007769014', '+9203007769014', 'Middle', 150, '2026-03', '2026-02', 0, 'City book depot', 'Error: Timeout expired', NULL, NULL, 0, NULL, NULL, '2025-08-18 17:06:08'),
(8, 12, 'Dare Irkam School', 'Narowal', NULL, 'Village kak klass', 'Hafiz Nadeem', 'Hafiz Ali Sab', '+9203007769015', '+9203007769016', 'Preschool', 543, '2025-08', '2025-08', 2, 'ali', '31.5541771,74.2942093', '2025-09-17', NULL, 0, NULL, NULL, '2025-08-19 07:17:23'),
(9, 10, 'dawn school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'madam adeela', 'madam adeela', '-', '+9203090440968', 'Middle', 1000, '', '', 0, '', 'Error: User denied Geolocation', NULL, '2025-11-12 15:20:19', 0, NULL, NULL, '2025-08-19 09:28:44'),
(10, 10, 'sanai Junior school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'sanai sab', 'madam zahida', '+9203218600020', '+9203018600857', 'Middle', 3000, '', '', 2, '', 'Error: User denied Geolocation', NULL, '2025-11-07 15:58:15', 0, NULL, NULL, '2025-08-19 09:34:37'),
(11, 10, 'sanai senior school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'sanai sab', 'sanai sab', '+9203218600020', '+9203218600020', 'Middle', 3000, '', '', 0, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 09:36:17'),
(12, 10, 'saint marry school sargodha', 'sargodha', NULL, 'satellite town sargodha', '', 'amir sab', '', '+9203472127851', 'Middle', 300, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-11-17 12:21:00', 0, NULL, NULL, '2025-08-19 09:38:32'),
(13, 2, 'Marit school system', 'Lahore', NULL, 'Samnabad', 'Ahmad sb', 'Ahmad sb', '+9203204067744', '+9203204067744', 'High School', 500, '2026-03', '2025-08', 2, 'Yousaf hanif', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 09:39:21'),
(14, 10, 'saint doris school sargodha', 'sargodha', NULL, 'satellite town sargodha', '', 'amir sab', '', '+9203472127851', 'Middle', 300, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-11-17 12:21:22', 0, NULL, NULL, '2025-08-19 09:40:05'),
(15, 2, 'International Cambridge school', 'Lahore', NULL, 'Samnabad', 'Zeeshan', 'Zeeshan', '+9203124525801', '+9203124525801', 'High School', 300, '2026-03', '2025-11', 2, 'Yousaf hanif', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 09:41:42'),
(16, 10, 'conniser school sargodha', 'sargodha', NULL, 'PAF road sargodha', '', 'hafeez sab', '+9203429106881', '+9203429106881', 'High School', 1000, '', '', 0, '', 'Error: User denied Geolocation', NULL, '2025-10-03 09:42:46', 0, NULL, NULL, '2025-08-19 09:42:09'),
(17, 2, 'Rana happy home  school', 'Lahore', NULL, 'Samnabad', 'Mrs Rana', 'Mrs Rana', '+9203454380088', '+9203454380088', 'High School', 200, '2026-03', '2025-11', 1, 'Yousaf hanif', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 09:44:04'),
(18, 10, 'renisance school sargodha', 'sargodha', NULL, 'PAF road sargodha', '', 'madam robina', '', '+9203450487222', 'Primary', 170, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-11-03 11:26:40', 0, NULL, NULL, '2025-08-19 09:44:23'),
(19, 10, 'falcon school sargodha', 'sargodha', NULL, 'PAF road sargodha', '', 'rashed sab', '', '+9203226552141', 'Middle', 300, '', '', 1, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 09:45:50'),
(20, 2, 'Next school system', 'Lahore', NULL, 'Samnabad', 'Miss samra', 'Miss samra', '+9203018460053', '+9203018460053', 'High School', 500, '2026-03', '2025-12', 1, 'Yousaf hanif', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 09:46:08'),
(21, 10, 'pakistan continental school sargodha', 'sargodha', NULL, 'old civil line sargodha', '', 'madam ghazala', '', '+9203009600821', 'Middle', 170, '', '', 1, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 09:48:11'),
(22, 10, 'wisdom school sargodha', 'sargodha', NULL, 'old civil line sargodha', 'makhdoom sab', 'mrs makhdoom', '+9203009600096', '+9203049600096', 'Primary', 160, '', '', 3, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 09:51:08'),
(23, 10, 'career school sargodha', 'sargodha', NULL, 'old civil line sargodha', 'madam maham', 'madam maham', '+9203156008493', '+9203156008493', 'Middle', 160, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-10-01 10:42:53', 0, NULL, NULL, '2025-08-19 09:52:57'),
(24, 10, 'scorates school sargodha', 'sargodha', NULL, 'society colony sargodha', 'Waseem khaloon sab', 'Waseem khaloon sab', '+9203006009399', '+9203006009399', 'Middle', 500, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-10-30 16:26:25', 0, NULL, NULL, '2025-08-19 09:55:14'),
(25, 1, 'Dare Irkam School1', 'lahore', NULL, 'chaburji', 'Ali', 'ali raza', '+9203474253198', '+9203474353199', 'Preschool', 345, '2025-08', '2025-08', 1, 'ali', '31.5541771,74.2942093', NULL, NULL, 0, NULL, NULL, '2025-08-19 10:45:54'),
(26, 10, 'Erick base school sargodha', 'North Region', NULL, 'main bazaar sargodha', 'ahsan sab', 'ahsan sab', '+9203006039561', '+9203006039561', 'Middle', 200, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-11-17 12:21:32', 0, NULL, NULL, '2025-08-19 10:51:01'),
(27, 10, 'sargodha grammar school sargodha', 'North Region', NULL, 'factory area school', 'madam humara', 'madam humara', '+9203187457271', '+9203187457271', 'Primary', 170, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-10-30 16:26:08', 0, NULL, NULL, '2025-08-19 10:53:16'),
(28, 10, 'faran school sargodha', 'North Region', NULL, 'factory area sargodha', 'sir', 'sir', '+9203013658636', '+9203013658636', 'Middle', 160, '', '', 1, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 10:55:14'),
(29, 10, 'Ikhlaq school sargodha', 'North Region', NULL, 'Istaqlalabad sargodha', 'asghar sab', 'asghar sab', '+9203009603759', '+9203009603759', 'High School', 200, '', '', 1, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 10:56:37'),
(30, 10, 'welcome school sargodha', 'North Region', NULL, 'Istaqlalabad sargodha', 'gulzar sab', 'gulzar sab', '+9203402673299', '+9203402673299', 'High School', 300, '', '', 1, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 10:58:21'),
(31, 10, 'welcome school sargodha', 'North Region', NULL, 'factory area sargodha', 'Ahmed Sher sab', 'madam fozia', '+9203347501415', '+9203060119650', 'High School', 300, '', '', 3, '', 'Error: User denied Geolocation', NULL, '2025-10-11 13:01:30', 0, NULL, NULL, '2025-08-19 11:06:10'),
(32, 10, 'Iqra grammar school sargodha', 'North Region', NULL, 'gulzar sab', 'gulzar sab', 'gulzar sab', 'gulzar sab', '+9203009603228', 'Middle', 200, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-10-11 13:02:09', 0, NULL, NULL, '2025-08-19 11:10:07'),
(33, 10, 'esmart school sargodha', 'North Region', NULL, 'Old civil line sargodha', '', 'farasat sab', '+9203008948439', '+9203008948439', 'Middle', 100, '', '', 0, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 11:12:56'),
(34, 10, 'apostle school sargodha', 'North Region', NULL, 'PAF road sargodha', 'madam robina', 'madam robina', '+9203006012718', '+9203006012718', 'Middle', 160, '', '', 0, '', 'Error: User denied Geolocation', NULL, '2025-10-13 13:15:21', 0, NULL, NULL, '2025-08-19 11:16:00'),
(35, 10, 'national school sargodha', 'North Region', NULL, 'university road sargodha', 'riaz sab', 'riaz sab', '+9203225976290', '+9203225976290', 'Middle', 100, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-10-24 17:30:31', 0, NULL, NULL, '2025-08-19 11:17:42'),
(36, 10, 'suffah grammar school sargodha', 'North Region', NULL, 'rehmat park sargodha', 'madam syara', 'madam syara', '+9203068209799', '+9203068209799', 'Primary', 70, '', '', 1, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 11:20:09'),
(37, 10, 'suffah school sargodha', 'North Region', NULL, 'pir mohamad colony sargodha', 'masood sab', 'masood sab', '+9203006030725', '+9203006030725', 'High School', 200, '', '', 2, '', 'Error: User denied Geolocation', NULL, '2025-10-04 12:05:38', 0, NULL, NULL, '2025-08-19 11:23:04'),
(38, 10, 'suffah school sargodha', 'North Region', NULL, '49 tail sargodha', '', 'aziz sab', '+9203024530732', '+9203024530732', 'High School', 600, '', '', 0, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 11:24:37'),
(39, 10, 'sky school sargodha', 'North Region', NULL, '49 tail sargodha', '', 'younas sab', '', '+9203458649763', 'High School', 200, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-11-11 12:56:34', 0, NULL, NULL, '2025-08-19 11:27:45'),
(40, 10, 'county school sargodha', 'North Region', NULL, '49 tail sargodha', 'afnan sab', 'afnan sab', '+9203144942224', '+9203144942224', 'Primary', 100, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-11-11 12:56:50', 0, NULL, NULL, '2025-08-19 11:29:21'),
(41, 10, 'hope school sargodha', 'North Region', NULL, '49 tail sargodha', 'rehan sab', 'rehan sab', '+9203107219719', '+9203107219719', 'Middle', 300, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-10-17 11:46:26', 0, NULL, NULL, '2025-08-19 11:30:45'),
(42, 10, 'harward school sargodha', 'North Region', NULL, '49 tail sargodha', '', 'madam saima', '', '+9203006007600', 'High School', 460, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-10-17 11:46:53', 0, NULL, NULL, '2025-08-19 11:44:28'),
(43, 10, 'Cordoba school sargodha', 'North Region', NULL, '49 tail sargodha', 'madam saima', 'madam saima', '+9203016024499', '+9203016024499', 'Middle', 100, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-10-18 12:04:45', 0, NULL, NULL, '2025-08-19 11:46:17'),
(44, 10, 'shaheen progressive school sargodha', 'North Region', NULL, '49 tail sargodha', 'saJid sab', 'saJid sab', '+9203008700439', '+9203008700439', 'High School', 450, '', '', 1, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 11:48:46'),
(45, 10, 'progressive school sargodha', 'North Region', NULL, 'mela mandi road sargodha', '', 'sir', '', '+9203167089285', '-- Select --', 160, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-10-30 16:26:35', 0, NULL, NULL, '2025-08-19 11:50:11'),
(46, 10, 'educare school sargodha', 'North Region', NULL, '49 tail sargodha', 'Asad sab', 'Asad sab', '+9203129469962', '+9203129469962', 'Middle', 160, '', '', 1, '', 'Error: User denied Geolocation', NULL, '2025-11-07 16:00:24', 0, NULL, NULL, '2025-08-19 11:51:58'),
(47, 10, 'maryam school sargodha', 'sargodha', NULL, 'Istaqlalabad sargodha', 'shahid sab', 'shahid sab', '+9203036004664', '+9203036004664', 'Middle', 200, '2026-04', '2026-03', 1, 'yaqoob book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 15:11:35'),
(48, 10, 'Kids Inn school sargodha', 'sargodha', NULL, 'session road sargodha', 'madam balqees', 'madam balqees', '+9203068607728', '+9203068607728', 'Middle', 100, '2026-02', '2026-01', 1, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-11-12 15:20:49', 0, NULL, NULL, '2025-08-19 15:18:44'),
(49, 10, 'kids paradise school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam', 'madam', '+9203237742822', '+9203237742822', 'Primary', 100, '2026-03', '2026-01', 1, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 15:21:01'),
(50, 10, 'sargodha grammar school sargodha', 'sargodha', NULL, 'silanwali road sargodha', 'waqas sab', 'waqas sab', '+9203348666107', '+9203348666107', 'Middle', 160, '2026-03', '2026-01', 1, 'yaqoob book depot sargodha', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 15:24:00'),
(51, 10, 'spectrum school sargodha', 'sargodha', NULL, 'Jhal chakian sargodha', 'sir', 'sir', '+9203016725390', '+9203016725390', 'Primary', 100, '2026-03', '2026-01', 2, 'yaqoob book depot sargodha', 'Error: User denied Geolocation', NULL, '2025-10-07 11:10:12', 0, NULL, NULL, '2025-08-19 15:26:07'),
(52, 10, 'laurel school sargodha', 'sargodha', NULL, 'Jhal chakian sargodha', 'shafqat san', 'shafqat sab', '+9203136703909', '+9203136703909', 'Primary', 100, '2026-03', '2026-01', 1, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-19 15:28:30'),
(53, 10, 'wisdom cadet school sargodha', 'sargodha', NULL, 'Jhal chakian sargodha', 'rana sab', 'rana sab', '+9203286462449', '+9203286462449', 'Middle', 200, '2026-02', '2025-12', 2, 'mixed', 'Error: User denied Geolocation', NULL, '2025-10-07 11:09:31', 0, NULL, NULL, '2025-08-19 15:30:59'),
(54, 10, 'excellence school sargodha', 'sargodha', NULL, '49 tail sargodha', 'madam sadia', 'madam sadia', '+9203057617222', '+9203057617222', 'High School', 160, '2026-03', '2026-01', 1, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-11-07 15:59:13', 0, NULL, NULL, '2025-08-19 15:33:59'),
(55, 10, 'rose marry school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'madam shazia', 'madam shazia', '+9203016740078', '+9203016740078', 'Primary', 160, '2026-02', '2025-12', 1, 'mixed', 'Error: User denied Geolocation', NULL, '2025-11-12 15:20:31', 0, NULL, NULL, '2025-08-19 15:36:28'),
(56, 10, 'read to rise school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'faisal sab', 'faisal sab', '+9203015719298', '+9203015719298', 'Middle', 100, '2026-02', '2025-12', 1, 'saJid book depot sargodha', 'Error: User denied Geolocation', NULL, '2025-11-07 16:01:12', 0, NULL, NULL, '2025-08-19 15:38:15'),
(57, 10, 'glorious school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'madam shamsa', 'madam shamsa', '+9203008609034', '+9203008609034', 'Middle', 200, '2026-02', '2025-12', 1, 'saJid book depot sargodha', 'Error: User denied Geolocation', NULL, '2025-10-29 13:28:42', 0, NULL, NULL, '2025-08-19 15:40:59'),
(58, 10, 'sky land school sargodha', 'sargodha', NULL, 'Islamabad road sargodha', 'Izhar sÃ b', 'Izhar sÃ b', '+9203137148021', '+9203137148021', 'Primary', 100, '2026-02', '2025-12', 1, 'yaqoob book depot sargodha', 'Error: User denied Geolocation', NULL, '2025-10-08 11:24:27', 0, NULL, NULL, '2025-08-19 15:43:13'),
(59, 10, 'national school sargodha', 'sargodha', NULL, 'Islamabad road sargodha', 'madam', 'madam', '+9203004448704', '+9203004448704', 'Middle', 100, '2026-02', '2025-12', 1, 'mixed', 'Error: User denied Geolocation', NULL, '2025-11-15 10:52:45', 0, NULL, NULL, '2025-08-19 15:45:19'),
(60, 10, 'apwa school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'semi government', 'mrs aleem', '+9203006044689', '+9203006044689', 'Middle', 300, '2026-03', '2025-12', 2, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-11-07 16:00:36', 0, NULL, NULL, '2025-08-19 15:48:32'),
(61, 10, 'cambridge International school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam Iqra', 'madam Iqra', '+9203263862778', '+9203263862778', 'Middle', 100, '2026-02', '2025-12', 1, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-11-17 12:19:37', 0, NULL, NULL, '2025-08-19 15:51:36'),
(62, 11, 'The prime star school', 'NAROWAL', NULL, 'NARE TO ZFC', 'Ahsan', 'Ahsan', '+9203215084934', '+9203215084934', 'Middle', 200, '2026-03', '2026-01', 0, 'Citry book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 05:26:53'),
(63, 11, 'Sayad Modal School', 'Qial ahamd abad', NULL, 'back side govt girl high school', '(no name )', '(no name)', '+9203477395773', '+9203477395773', 'Middle', 170, '2026-01', '2025-12', 0, 'Citry book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 05:34:05'),
(64, 11, 'THE Kids land  School system', 'NAROWAL', NULL, 'saleem town jassar by passs', 'Sofia sohail', 'Sofia sohail', '+9203104761581', '+9203104761581', 'Middle', 450, '2026-02', '2025-12', 3, 'Citry book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 05:42:34'),
(65, 11, 'Key to success kids school', 'NAROWAL', NULL, 'near  bank al falah', 'Ali Hussain', 'Mar Ali hussain', '+9203434808942', '+9203374808942', 'Middle', 200, '2026-02', '2025-12', 0, 'ijaz book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 05:47:03'),
(66, 11, 'punjab grammar school', 'Zafarwal', NULL, 'Al mehar photo studio pindi bohri', 'Ali Rafo', 'Ali Rafo', '+9203077700383', '+9203077700383', 'Middle', 150, '2026-02', '2025-12', 0, '.', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 05:56:40'),
(67, 11, 'Ghazali school system', 'Narowal', NULL, 'Village Talwandi Bhindraw', 'Mohsin Iqbal', 'Mohsin Iqbal', '+9203401402280', '+9203401402280', 'Middle', 150, '2026-02', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 06:07:20'),
(68, 11, 'Italian Montessori School System', 'Narowal', NULL, 'Village Coat Adda', 'Shakil Babar', 'Shakil Babar', '+9203007766016', '+9203007766016', 'High School', 450, '2026-01', '2025-11', 0, '-', 'Error: User denied Geolocation', NULL, '2025-10-07 12:26:02', 0, NULL, NULL, '2025-08-20 06:09:58'),
(69, 11, 'English Edge High School', 'Zafarwal', NULL, 'Village Pindi Purbian', 'Dilshad Akhter', 'Dilshad Akhter', '+9203007175960', '+9203007175960', 'High School', 300, '2026-02', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 06:12:52'),
(70, 11, 'Al Fatima foundation school', 'Narowal', NULL, 'Mohalla Sadiqpura', 'Mrs. Amjad Mehmood', 'Ahmad', '+9203354172490', '+9203106270353', 'High School', 250, '2026-02', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, '2025-10-13 13:06:20', 0, NULL, NULL, '2025-08-20 06:18:59'),
(71, 11, 'The Oxford Grammar School', 'Narowal', NULL, 'Village Kanjrur', 'Sir Qayyum khan', 'Sir Qayyum khan', '+9203466625692', '+9203466625692', 'High School', 900, '2026-02', '2025-12', 0, 'City book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 06:21:40'),
(72, 11, 'Al Hajvery school system', 'Narowal', NULL, 'Village Talwandi', 'Sir Zahid', 'No Name', '+9203487696573', '+9203484691599', 'Middle', 200, '2026-01', '2025-12', 0, 'City book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 06:24:59'),
(73, 11, 'Wisdom public schools', 'Narowal', NULL, 'Village Domala', 'Saeed', 'Mrs. Saeed', '+9203007766701', '+9203007766771', 'Middle', 250, '2026-03', '2026-01', 0, 'City book depot', 'Error: User denied Geolocation', NULL, '2025-10-13 13:05:49', 0, NULL, NULL, '2025-08-20 06:28:07'),
(74, 11, 'The Nimble School', 'Narowal', NULL, 'Village Jassar', 'Muhammad Sarwar', '( no name )', '+9203440033946', '+920341049116', 'High School', 800, '2026-03', '2025-12', 0, 'Talha Book Center', 'Error: User denied Geolocation', '2025-10-01', NULL, 0, NULL, NULL, '2025-08-20 06:31:25'),
(75, 11, 'Khursheed Grammar School System', 'Narowal', NULL, 'Qila Ahmadabad', 'Muhammad Qasim', '(no name)', '+9203025337709', '+9203235250901', 'High School', 400, '2026-02', '2025-11', 2, 'City book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 06:36:32'),
(76, 11, 'Revolution Public School', 'Narowal', NULL, 'Qila Ahmadabad', 'DR Zaheer', 'Mrs. Zaheer', '+9203484800720', '+9203484800720', 'Primary', 100, '2026-02', '2025-12', 0, 'City book depot', 'Error: User denied Geolocation', NULL, '2025-10-16 12:20:15', 0, NULL, NULL, '2025-08-20 06:38:55'),
(77, 11, 'Smart school system', 'Narowal', NULL, 'Chan Peer Road Narowal', 'Muhammad Faisal', 'Muhammad Faisal', '+9203084551051', '+9203084551051', 'High School', 150, '2026-03', '2026-02', 2, 'City book depot', 'Error: User denied Geolocation', NULL, '2025-10-04 11:44:14', 0, NULL, NULL, '2025-08-20 06:41:16'),
(78, 11, 'Al Yaseen Public School', 'Narowal', NULL, 'Village Rasiwal', 'Rana Asad', 'Miss Toba', '+9203006634734', '+9203006634734', 'Middle', 170, '2026-02', '2026-01', 0, 'City book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 06:44:16'),
(79, 11, 'Star School and  Colleges', 'Qila Kalar Wala', NULL, 'Main Road Qila Kalar Wala', 'Naveed', 'Naveed', '+9203456303057', '+9203456303057', '-- Select --', 350, '2025-12', '2025-11', 0, 'City book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 06:46:19'),
(80, 7, 'SUNRISE PUBLIC SCHOOL', 'SIALKOT', NULL, 'SAIDPUR ROAD SIALKOT', 'IMRAN ILYAS', 'IMRAN ILYAS', '+9203215180273', '+9203215180273', 'Preschool', 250, '2026-03', '2025-12', 1, 'MURAD BOOK DIPO', '31.5566078,74.3036115', NULL, NULL, 0, NULL, NULL, '2025-08-20 08:44:39'),
(81, 7, 'KIDS LEARNING ZONE', 'SIALKOT', NULL, 'MRAKIWAL SIALKOT', 'SHOKAT SB', 'SHOKAT SB', '+9203338607964', '+9203338607964', 'Middle', 600, '2026-02', '2025-12', 3, 'MURAD BOOK DIPO', '31.5566572,74.3037491', NULL, NULL, 0, NULL, NULL, '2025-08-20 08:52:13'),
(82, 10, 'Islamabad grammar school sargodha', 'sargodha', NULL, 'Islamabad road sargodha', 'haseeb sab', 'haseeb sab', '+9203365200100', '+9203365200100', 'Middle', 300, '2026-02', '2025-12', 2, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-11-15 10:52:53', 0, NULL, NULL, '2025-08-20 09:58:37'),
(83, 10, 'mission grammar school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'hashmi sab', 'mrs hashmi', '+9203216000494', '+9203109990061', 'High School', 3000, '2026-02', '2025-08', 6, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-10-01 10:44:44', 0, NULL, NULL, '2025-08-20 10:05:04'),
(84, 10, 'Innovative school sargodha', 'Jhal chakian sargodha', NULL, 'sargodha', 'wakeel sab', 'madam sidra', '+9203224717171', '+9203001602122', 'Middle', 100, '2026-02', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-09-25 10:14:36', 0, NULL, NULL, '2025-08-20 10:09:00'),
(85, 10, 'hadayiat school sargodha', 'sargodha', NULL, '49 tail sargodha', 'ghulam mohiudin sab', 'ghulam mohiudin sab', '+9203029579308', '+9203029579308', 'Primary', 70, '2026-03', '2025-12', 0, 'yaqoob book depot sargodha', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 10:14:14'),
(86, 10, 'Kiran model school sargodha', 'sargodha', NULL, '49 tail sargodha', 'madam kiran', 'madam kiran', '+9203466105712', '+9203466105712', 'Primary', 70, '2026-03', '2025-12', 0, 'mixed', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 10:17:51'),
(87, 10, 'Inspire school sargodha', 'sargodha', NULL, 'sargodha', 'madam roqaya', 'roqaya', '+9203036333637', '+9203036333637', 'Middle', 70, '2026-02', '2025-08', 0, 'mixed', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 10:21:22'),
(88, 10, 'DPS sargodha', 'sargodha', NULL, 'lahore road sargodha', 'semi government', 'ashfaq sab', '+9203309992301', '+9203309992301', 'Middle', 300, '2026-02', '2025-12', 1, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-11-11 12:57:55', 0, NULL, NULL, '2025-08-20 10:24:59'),
(89, 10, 'comprehensive school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'Irfan sab', 'Irfan sab', '+9203006033146', '+9203006033146', 'High School', 300, '2026-03', '2025-12', 0, 'mixed', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 10:30:20'),
(91, 10, 'gate of knowledge school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'abdul malik sÃ b', 'abdul malik sÃ b', '+9203172206292', '+9203172206292', 'Middle', 460, '2026-02', '2025-08', 0, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-11-17 12:20:12', 0, NULL, NULL, '2025-08-20 10:37:19'),
(92, 10, 'deen International school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam amara', 'madam amara', '+9203227525957', '+9203227525957', 'Primary', 100, '2026-02', '2025-12', 0, 'from Lahore market', 'Error: User denied Geolocation', NULL, '2025-11-17 12:20:30', 0, NULL, NULL, '2025-08-20 10:40:28'),
(93, 10, 'lamp school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'asim sab', 'asim sab', '+9203001008923', '+9203001008923', 'Primary', 170, '2026-02', '2025-08', 0, 'shaheen mall sargodha', 'Error: User denied Geolocation', NULL, '2025-11-15 10:53:47', 0, NULL, NULL, '2025-08-20 10:43:56'),
(94, 10, 'career guidance school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam rabya', 'madam rabya', '+9203117165253', '+9203117165253', 'Primary', 100, '2025-08', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 10:47:56'),
(95, 10, 'hira school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'Jawad sab', 'Jawad sab', '+9203007377703', '+9203007377703', 'Middle', 100, '2026-02', '2025-12', 0, 'ehsan book depot sargodha', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 10:50:46'),
(96, 10, 'mubarak school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'ashraf sab', 'ashraf sab', '+9203458605041', '+9203458605041', 'High School', 300, '2026-02', '2025-12', 0, 'shaheen mall sargodha', 'Error: User denied Geolocation', NULL, '2025-11-07 15:59:36', 0, NULL, NULL, '2025-08-20 10:53:01'),
(97, 10, 'huda school sargodha', 'sargodha', NULL, 'Jinnah colony sargodha', 'madam asma', 'madam asma', '+9203051532738', '+9203051532738', 'Middle', 100, '2026-02', '2025-12', 0, 'shaheen mall sargodha', 'Error: User denied Geolocation', NULL, '2025-11-11 12:58:05', 0, NULL, NULL, '2025-08-20 10:56:27'),
(98, 10, 'providence school sargodha', 'sargodha', NULL, 'Jinnah colony sargodha', 'nasir sab', 'nasir sab', '+9203071880031', '+9203071880031', 'Middle', 200, '2025-08', '2025-08', 0, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-11-15 10:53:16', 0, NULL, NULL, '2025-08-20 10:58:57'),
(99, 10, 'alta vista school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam robina', 'madam robina', '+9203216089923', '+9203216089923', 'Middle', 1000, '2026-02', '2025-12', 1, 'shaheen mall sargodha', 'Error: User denied Geolocation', NULL, '2025-11-07 15:59:21', 0, NULL, NULL, '2025-08-20 11:01:30'),
(100, 10, 'aone school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam samina', 'madam samina', '+9203312555445', '+9203312555445', 'Middle', 600, '2026-02', '2025-10', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 11:03:46'),
(101, 10, 'leadership school sargodha', 'sargodha', NULL, 'sargodha', 'mrs Khan', 'mrs Khan', '+9203009604691', '+9203009604691', 'Middle', 600, '2025-08', '2025-10', 0, 'shaheen mall sargodha', 'Error: User denied Geolocation', NULL, '2025-11-15 10:50:57', 0, NULL, NULL, '2025-08-20 11:06:14'),
(102, 10, 'dar e arqam school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'don\'t know sir', 'tayab sab', '000', '+9203216015438', 'High School', 3000, '2026-02', '2025-08', 3, 'from head office', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-20 11:09:23'),
(103, 9, 'Khaliqia Educational complex', 'Shakargarh', NULL, 'Zafarwal road', 'Intzar Hussain shah sb', 'Intzar husaain shah', '+9203044159832', '+9203044159832', 'High School', 1400, '2026-02', '2025-08', 1, 'Rashid Bhatti', 'Error: User denied Geolocation', NULL, '2025-10-22 10:28:54', 0, NULL, NULL, '2025-08-21 03:57:22'),
(104, 11, 'BQ Digital School System', 'Sambrial', NULL, 'Airport Road Sambrial', 'Prof Shazia', 'Prof Shazia', '+9203324652550', '+9203324652550', 'Middle', 350, '2026-03', '2025-12', 0, 'City book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:06:29'),
(105, 11, 'Schoolar School System', 'Narowal', NULL, 'Village Nawa Pind', 'Qadeer', 'Qadeer', '+9203454000550', '+9203454000550', 'Middle', 350, '2026-03', '2026-01', 0, 'City book depot', 'Error: User denied Geolocation', NULL, '2025-09-24 11:25:45', 0, NULL, NULL, '2025-08-21 05:08:09'),
(106, 11, 'Allama Iqbal School', 'Badomali', NULL, 'Near to Park Badomali', 'Sir Waqas', 'Sir Waqas', '+9203446462544', '+9203446462544', 'High School', 250, '2026-02', '2026-01', 0, 'City book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:10:11'),
(107, 11, 'The Schoolar School', 'Zafarwal', NULL, 'Village Jandyala', 'Kiran Shazadi', 'Kiran Shazadi', '+9203310454765', '+9203310454765', 'Middle', 120, '2026-03', '2026-01', 0, 'City book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:12:13'),
(108, 11, 'The House of Knowledge', 'Narowal', NULL, 'zafarwl Bypass', 'Sir Tahir', 'Mrs.Tahir', '+9203007768900', '+9203007768900', 'Middle', 300, '2026-02', '2025-12', 0, 'Talha Book Center', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:14:59'),
(109, 11, 'Iqra Public School', 'Narowal', NULL, 'Village Rasiwal', 'Hafez', 'Hafez', '+9203056131038', '+9203056131038', 'Middle', 250, '2026-01', '2025-11', 0, '#', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:18:11'),
(110, 11, 'Al sadiq school', 'Narowal', NULL, 'Village Darianwala', 'Arif Khan', 'Arif Khan', '+9203466688821', '+9203466688821', 'High School', 320, '2026-03', '2026-01', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:19:53'),
(111, 11, 'Life changer school', 'Narowal', NULL, 'Rizvia Colony Narowal', 'Fahad', 'Fahad', '+9203366991308', '+9203366991308', 'Middle', 170, '2026-01', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, '2025-10-10 11:48:19', 0, NULL, NULL, '2025-08-21 05:22:24'),
(112, 11, 'Angel grammar school', 'Narowal', NULL, 'Village Kanjrur', 'Asad Khan', 'Asad Khan', '+9203034564496', '+9203034564496', 'Middle', 200, '2026-02', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, '2025-10-15 14:05:39', 0, NULL, NULL, '2025-08-21 05:23:42'),
(113, 11, 'Heritage public schools', 'Narowal', NULL, 'Village Talwandi', 'Muhammed safyan', 'Muhammed safyan', '+9203426496673', '+9203426496673', 'Middle', 150, '2026-03', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:25:12'),
(114, 11, 'Help line school', 'Narowal', NULL, 'Village Talwandi', 'Muhammed Yosuf', 'Muhammed Yosuf', '+9203481481123', '+9203481481123', 'High School', 200, '2026-03', '2026-01', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:26:46'),
(115, 11, 'Muslim public school', 'Zafarwal', NULL, 'Dhamthal', 'Saeed Ahmed', 'Saeed Ahmed', '+9203320607532', '+9203320607532', 'Middle', 120, '2025-12', '2025-11', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:28:37'),
(116, 11, 'FCA Learners School', 'Narowal', NULL, 'Qila Ahmadabad', 'Miss Ayesha butt', 'Miss Ayesha butt', '+9203007156788', '+9203007156788', 'Middle', 150, '2026-02', '2026-01', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:30:18'),
(117, 11, 'Allama Iqbal foundation', 'Narowal', NULL, 'Mohalla Rehman pura', 'Sir Yousf', 'Sir Yousf', '+9203016335128', '+9203016335128', 'High School', 3500, '2026-03', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:32:32'),
(118, 11, 'Ghazali Public School', 'Zafarwal', NULL, 'Mohalla Shah Hussain', 'Wasim', 'Wasim', '+9203016206399', '+9203016206399', 'High School', 4000, '2026-02', '2025-12', 3, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:35:19'),
(119, 11, 'Mentors Islamic School', 'Zafarwal', NULL, 'Village Pindi Purbian', 'Muhammed sajid', 'Muhammed sajid', '+9203077220715', '+9203077220715', 'High School', 300, '2026-03', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:37:12'),
(120, 11, 'The Pakistan Foundation School', 'Zafarwal', NULL, 'Near Government High School', 'Sir Zeshan', 'Sir Zeshan', '+9203319630031', '+9203319630031', 'High School', 200, '2026-01', '2025-11', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:38:59'),
(121, 11, 'The Pakistan Foundation School', 'Narowal', NULL, 'Mohalla Loharan', 'Sir Babar', 'Sir Babar', '+9203007776617', '+9203007776617', 'High School', 3500, '2026-03', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:40:28'),
(122, 11, 'Hussan Scholar School', 'Narowal', NULL, 'Village Dabarwal', 'Sir Saeed', 'Sir Saeed', '+9203466633433', '+9203466633433', 'High School', 6000, '2026-02', '2025-11', 7, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:43:13'),
(123, 11, 'AL Mukhat Public School', 'Zafarwal', NULL, 'Village Pindi Purbian', 'Waqas', 'Waqas', '+9203004983023', '+9203004983023', 'High School', 600, '2026-02', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, '2025-09-27 09:58:57', 0, NULL, NULL, '2025-08-21 05:46:01'),
(124, 11, 'The Learners School', 'Zafarwal', NULL, 'Circular Road', 'Imaran', 'Imaran', '+9203328873721', '+9203328873721', 'High School', 150, '2026-02', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, '2025-10-27 12:57:28', 0, NULL, NULL, '2025-08-21 05:48:08'),
(125, 11, 'Tabinda Public School', 'Zafarwal', NULL, 'Village Kohlyi', 'ASIF', 'ASIF', '+9203456908630', '+9203456908630', 'High School', 1800, '2026-03', '2025-12', 3, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 05:50:50'),
(126, 5, 'Evergreen School Multan', 'Multan', NULL, 'Cantt', 'Naveed sb', 'M/D', '+9203017231172', '+9203017231172', 'Middle', 650, '2025-01', '2025-10', 1, 'Multan kitab ghar', '31.5566351,74.3037606', NULL, NULL, 0, NULL, NULL, '2025-08-21 06:34:41'),
(127, 5, 'Glow Education School Multan', 'Multan', NULL, 'Glugasht colony multan', 'Sajjad Ali', 'Sajjad Ali', '+9203036400470', '+9203036400470', 'High School', 800, '2025-01', '2025-09', 1, 'Multan kitab ghar', '31.5566943,74.3037198', NULL, NULL, 0, NULL, NULL, '2025-08-21 06:42:53'),
(128, 5, 'Sun Rise School Multan', 'Multan', NULL, 'New City Multan', 'Sir Faisal', 'Faisal sb', '+9203009699777', '+9203009699777', 'Middle', 750, '2025-01', '2024-09', 1, 'Multan kitab ghar', '31.5566943,74.3037198', NULL, '2025-10-18 10:02:27', 0, NULL, NULL, '2025-08-21 06:47:27'),
(129, 5, 'Spring Field School Multan', 'Multan', NULL, 'Gulgasht colony road multan', 'M/D Maria', 'Maria M/D', '+9203069352426', '+9203069352426', 'Middle', 650, '2026-01', '2025-10', 1, 'Multan kitab ghar', '31.5566879,74.3036839', NULL, NULL, 0, NULL, NULL, '2025-08-21 07:01:25'),
(130, 5, 'Inspire School Multan', 'Multan', NULL, 'Haji road multan', 'Majeed Ali', 'Majeed Ali', '+9203005010325', '+9203005010325', 'High School', 900, '2026-01', '2025-09', 1, 'Multan kitab ghar', '31.5566647,74.3037094', NULL, NULL, 0, NULL, NULL, '2025-08-21 07:05:50'),
(131, 5, 'Shah Hamdan School Multan', 'Multan', NULL, 'New City Multan', 'Sir Saad', 'Sir Saad sb', '+9203046597792', '+9203046597792', 'High School', 800, '2026-01', '2025-10', 2, 'Multan kitab ghar', '31.5566307,74.3037174', NULL, NULL, 0, NULL, NULL, '2025-08-21 07:09:28'),
(138, 1, 'Dare Irkam School', 'faisalabad', 'North Region', 'faisalabad', 'Ali haider', 'ali raza', '+9203324253198', '+9203123353199', 'Preschool', 654, '2025-08', '2025-08', 2, 'ali raza', '31.440896,74.2457344', NULL, NULL, 0, NULL, NULL, '2025-08-21 09:38:57'),
(139, 10, 'rainbow school sargodha', 'sargodha', NULL, 'old civil line sargodha', 'madam uzma', 'madam uzma', '+9203187492096', '+9203187492096', 'Middle', 100, '2026-02', '2025-11', 1, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-10-30 16:25:35', 0, NULL, NULL, '2025-08-21 09:53:06'),
(140, 10, 'first choice school sargodha', 'sargodha', NULL, 'Istaqlalabad sargodha', 'mazhar sab', 'mazhar sab', '+9203008604265', '+9203008604265', 'Primary', 70, '2026-02', '2025-08', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 10:07:53'),
(141, 10, 'right way school sargodha', 'sargodha', NULL, 'Istaqlalabad sargodha', 'hafeez sab', 'hafeez sab', '+9203006522503', '+9203006522503', 'Middle', 170, '2026-02', '2025-08', 0, 'shaheen mall sargodha', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 10:10:06'),
(142, 10, 'education school system sargodha', 'sargodha', NULL, 'Istaqlalabad sargodha', 'shafi sab', 'shafi sab', '+9203095339848', '+9203095339848', 'Primary', 70, '2026-02', '2025-08', 0, 'mixed', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 10:12:41'),
(143, 10, 'kids university school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'madam tyba', 'madam tyba', '+9203181703567', '+9203181703567', 'Primary', 100, '2025-08', '2025-08', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 10:15:37'),
(144, 10, 'dua school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'sir', 'sir', '+9203347566175', '+9203347566175', 'Middle', 300, '2026-02', '2025-08', 3, 'hyper book depot sargodha', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 10:18:03'),
(145, 10, 'elite school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'azhar sab', 'azhar sab', '+9203374902600', '+9203374902600', 'Middle', 170, '2026-02', '2025-12', 1, 'mixed', 'Error: User denied Geolocation', NULL, '2025-11-17 12:21:45', 0, NULL, NULL, '2025-08-21 10:20:16'),
(146, 10, 'english model school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'madam roqaya', 'madam roqaya', '+9203070790600', '+9203070790600', 'High School', 300, '2026-02', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 10:22:46'),
(147, 10, 'kids versity school sargodha', 'sargodha', NULL, 'university road sargodha', 'sir', 'sir', '+9203016724293', '+9203016724293', 'High School', 200, '2026-02', '2025-12', 0, 'zafar book depot sargodha', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 10:24:45'),
(148, 10, 'sargodha grammar school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam humara', 'madam humara', '+9203237610115', '+9203237610115', 'Primary', 100, '2026-02', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-10-21 11:14:10', 0, NULL, NULL, '2025-08-21 10:57:09'),
(149, 10, 'city school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam uzma', 'madam uzma', '+9203475653993', '+9203475653993', 'Primary', 100, '2026-02', '2025-12', 0, 'ehsan book depot sargodha', 'Error: User denied Geolocation', NULL, '2025-11-07 15:58:47', 0, NULL, NULL, '2025-08-21 10:59:15'),
(150, 10, 'Imel school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'Khan sab', 'Khan sab', '+9203227839235', '+9203227839235', 'Primary', 70, '2026-02', '2025-12', 0, 'ehsan book depot sargodha', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 11:01:23'),
(151, 10, 'leep school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'mukhtar sab', 'mukhtar sab', '+9203057188932', '+9203057188932', 'Primary', 70, '2026-02', '2025-12', 0, 'ehsan book depot sargodha', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 11:03:39'),
(152, 10, 'noraize school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam', 'madam', '+9203028136400', '+9203028136400', 'Primary', 70, '2026-02', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 11:08:34'),
(153, 10, 'Ideal future school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'mehr un nisa', 'mehr un nisa', '+9203177031232', '+9203177031232', 'Primary', 100, '2026-02', '2025-12', 0, 'saJid book depot sargodha', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-21 11:12:29'),
(154, 10, 'royal school sargodha', 'sargodha', NULL, 'zafar colony sargodha', 'madam sidra', 'madam sidra', '+9203206023277', '+9203206023277', 'Primary', 70, '2026-02', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-10-03 10:55:16', 0, NULL, NULL, '2025-08-21 11:14:22'),
(155, 10, 'noor school sargodha', 'sargodha', NULL, 'zafar colony sargodha', 'madam zaib un nisa', 'madam zaib un nisa', '+9203324969567', '+9203324969567', 'Middle', 100, '2026-02', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-11-15 10:51:53', 0, NULL, NULL, '2025-08-21 11:16:34'),
(156, 10, 'nobel grooming school sargodha', 'sargodha', NULL, 'zafar colony sargodha', 'madam asms', 'madam asma', '+9203091522355', '+9203091522355', 'Primary', 100, '2026-02', '2025-12', 0, 'saJid book depot sargodha', 'Error: User denied Geolocation', NULL, '2025-11-15 10:52:37', 0, NULL, NULL, '2025-08-21 11:18:57'),
(158, 9, 'The south asian grammer school', 'Shakargarh', NULL, 'Zafarwal road', 'Salamat Ali', 'Salamat Ali', '+9203034048405', '+9203034048405', 'High School', 350, '2026-01', '2025-12', 1, 'Bhatti Book depot', 'Error: User denied Geolocation', NULL, '2025-10-22 13:37:05', 0, NULL, NULL, '2025-08-22 11:34:56'),
(159, 11, 'Gillani public schools', 'Narowal', NULL, 'Village nonar', 'Israr Ahmad', 'Israr Ahmad', '+9203458281009', '+9203458281009', 'High School', 1000, '2026-03', '2025-12', 2, '.', 'Error: Timeout expired', NULL, NULL, 0, NULL, NULL, '2025-08-22 14:18:41'),
(160, 11, 'Al Farid School', 'Narowal', NULL, 'Qila Q alar', 'Zagam', 'Zagam', '+9203456300510', '+9203456300510', 'High School', 1500, '2025-11', '2025-10', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-22 15:04:52'),
(161, 11, 'Royal Future School', 'Narowal', NULL, 'Village Talwandi', 'Asif', 'Asif', '+9203016622499', '+9203016622499', 'High School', 250, '2026-02', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-22 15:06:14'),
(162, 11, 'The Punjab Grammar School', 'Narowal', NULL, 'Village Talwandi', 'Khudam Ali', 'Khudam Ali', '+9203427667344', '+9203427667344', 'Middle', 100, '2026-03', '2026-02', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-22 15:08:16'),
(163, 11, 'Ghazali Public School', 'Zafarwal', NULL, 'Kohlyi', 'Rahman', 'Rahman', '+9203004817770', '+9203004817770', 'High School', 270, '2026-02', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-22 15:13:02'),
(164, 11, 'Muslim public school', 'Zafarwal', NULL, 'Village Kangara', 'Sijjad Abbas', 'Sijjad Abbas', '+9203007138891', '+9203007138891', 'High School', 650, '2026-03', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-22 15:14:48'),
(165, 11, 'The House of Knowledge', 'Zafarwal', NULL, 'Village Nonar', 'Zafar Iqbal', 'Zafar Iqbal', '542444216', '542444216', 'High School', 635, '2026-03', '2026-01', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-22 15:17:55'),
(166, 11, 'Nonar public school', 'Zafarwal', NULL, 'Village Nonar', 'Faheem ayyub', 'Faheem ayyub', '+9203236926973', '+9203236926973', 'High School', 237, '2026-03', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-22 15:19:28'),
(167, 11, 'Jinnah Model School', 'Narowal', NULL, 'Village Aliabad', 'Tahir', 'Tahie', '+9203007766002', '+9203007766002', 'High School', 700, '2026-02', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-22 15:21:17'),
(168, 11, 'AL IMARAN SCHOOL', 'Zafarwal', NULL, 'Village Dhamthal', 'SIR QASIM', 'SIR QASIM', '+9203456465411', '+9203456465411', 'High School', 600, '2026-03', '2025-12', 0, '-', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-22 15:23:00'),
(169, 11, 'AL Sharif public schoo', 'Narowal', NULL, 'Kotadda', 'Muhammed Akhlaq', 'Muhammed Akhlaq', '+9203002095993', '+9203002095993', 'High School', 700, '2026-02', '2025-12', 2, '-', 'Error: User denied Geolocation', NULL, '2025-10-07 12:26:41', 0, NULL, NULL, '2025-08-22 15:24:28'),
(170, 11, 'Narowal Grammar Public School', 'Narowal', NULL, 'Bijli Garh', 'Waqas', 'Waqas', '+9203123192025', '+9203123192025', 'Middle', 150, '2026-03', '2026-02', 0, 'City book depot', 'Error: User denied Geolocation', NULL, '2025-10-24 11:43:03', 0, NULL, NULL, '2025-08-22 15:26:38'),
(173, 7, 'NEW SCIENCE LOCUS SCHOOL', 'GUJRANWALA', NULL, 'SETELITE TOWN GUJRANWALA', 'NAUMAN SB', 'NAUMAN SB', '+9203000505101', '+9203000505101', 'Middle', 2000, '2026-02', '2025-11', 10, 'BOOK CITY', '31.5566181,74.3036737', NULL, NULL, 0, NULL, NULL, '2025-08-27 08:16:27'),
(174, 9, 'Oxford grammer school', 'Shakargarh', NULL, 'Near railway station', 'inam ul Haq', 'Sir Shahzaib', '+9203057725777', '+9203257725777', 'High School', 15000, '2026-02', '2025-12', 2, 'Bhatti book depot', 'Error: User denied Geolocation', NULL, '2025-11-18 10:32:07', 0, NULL, NULL, '2025-08-28 05:32:29'),
(175, 9, 'Edu Arch School', 'Shakargarh', NULL, 'Zafarwal road', 'M Farooq sb', 'Farooq Ahmed', '+9203064462856', '+9203064462856', 'High School', 850, '2026-01', '2025-11', 0, 'Bhatti book depot', '32.2627299,75.1548593', NULL, '2025-11-18 11:07:29', 0, NULL, NULL, '2025-08-28 05:35:48'),
(176, 11, 'Faiz public school', 'Narowal', NULL, 'Kot add', 'Sir Nahid', 'Sir Nahid', '+9203454109995', '+9203454109995', 'High School', 2000, '2026-02', '2025-12', 0, 'City book depot', '32.09009009009009,74.79737451810445', NULL, NULL, 0, NULL, NULL, '2025-08-28 06:29:33'),
(177, 10, 'socrates school sargodha', 'sargodha', NULL, 'society colony sargodha', 'nadeem sab', 'nadeem sab', '+9203216006315', '+9203216006315', 'Middle', 300, '2026-03', '2026-01', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-28 09:52:38'),
(178, 10, 'career education school sargodha', 'sargodha', NULL, 'Istaqlalabad sargodha', 'madam samina', 'madam samina', '+9203481565766', '+9203481565766', 'Primary', 120, '2026-03', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-28 09:55:17'),
(179, 10, 'RA school sargodha', 'sargodha', NULL, 'old civil line sargodha', 'madam uzma', 'madam uzma', '+9203056180422', '+9203056180422', 'Middle', 170, '2026-03', '2026-01', 1, 'mixed', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-28 09:58:01'),
(180, 15, 'beachon hall school', 'sahiwal', NULL, 'fteh shyr', 'mam nazia', 'mam nazia', '+9203018375812', '+9203018375812', 'High School', 350, '2025-01', '2025-12', 1, 'imran book dipo', '30.67935537130539,73.1090197104175', NULL, NULL, 0, NULL, NULL, '2025-08-29 04:37:12'),
(181, 8, 'Educator zone', 'Faisalabad', NULL, 'Razabad', 'Mr. Asim', 'Mr. Asim', '+9203006639273', '+9203006639273', 'Primary', 400, '2026-01', '2025-11', 1, 'Waqas', '31.4298286,73.0510426', NULL, '2025-11-15 10:55:48', 0, NULL, NULL, '2025-08-29 05:02:14'),
(182, 8, 'Study home', 'Faisalabad', NULL, 'Razabad', 'Mr. Abdul waheed', 'Mr. Abdul waheed', '+9203217959692', '+9203217959692', 'Primary', 700, '2026-01', '2025-11', 3, 'Waqas', '31.4270984,73.0462464', NULL, NULL, 0, NULL, NULL, '2025-08-29 05:22:52'),
(183, 8, 'Madina educational complex', 'Faisalabad', NULL, 'Saifabad', 'Mam Riffat', 'Abu bakar', '+9203006676335', '+9203000897897', 'High School', 2500, '2026-03', '2025-10', 2, 'Waqas', '31.401815,73.0306637', NULL, '2025-11-15 10:55:37', 0, NULL, NULL, '2025-08-29 06:56:42'),
(184, 11, 'Al Siddique Scholars Public School', 'Narowal', NULL, 'Sharif Chowk, Rayya Khas', 'Muhammad Haseeb Arshad', 'Muhammad Haseeb Arshad', '+920301291959', '+9203001291959', 'High School', 50, '2025-09', '2025-07', 0, 'City book depot', '32,74.74503825275414', NULL, NULL, 0, NULL, NULL, '2025-08-29 07:38:10'),
(185, 2, 'Excellence school system', 'Lahore', NULL, 'Sabzazar', 'Faiz-e-rasool', 'Faiz-e-rasool', '+9203334055075', '+9203334055075', 'High School', 1000, '2026-02', '2025-11', 2, 'Yousaf hanif', '31.5565834,74.3037621', NULL, NULL, 0, NULL, NULL, '2025-08-29 09:35:33'),
(186, 2, 'Imperial school system', 'Lahore', NULL, 'Gulshan Ravi', 'Hafeezullah', 'Hafeezullah', '+9203334758003', '+9203334758003', 'High School', 500, '2026-03', '2025-12', 1, 'Yousaf hanif', '31.5566399,74.3037861', NULL, NULL, 0, NULL, NULL, '2025-08-29 09:37:45');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(187, 2, 'The city oxford school', 'Lahore', NULL, 'Gulshan Ravi', 'Miss Ayesha', 'Miss Ayesha', '+9203225802857', '+9203225802857', 'High School', 500, '2026-03', '2025-12', 2, 'Yousaf hanif', '31.556632,74.303777', NULL, NULL, 0, NULL, NULL, '2025-08-29 09:40:52'),
(188, 2, 'Anshrah school system', 'Lahore', NULL, 'Gulshan Ravi', 'Wajid sb', 'Wajid sb', '+9203223878318', '+9203223878318', 'High School', 150, '2026-03', '2025-12', 1, 'Yousaf hanif', 'Error: Timeout expired', NULL, NULL, 0, NULL, NULL, '2025-08-29 09:43:35'),
(189, 15, 'PRE FORCES HIGH SCHOOL', 'sahiwal', NULL, 'farid town', 'haji imtiaz', 'sir imtaz', '+9203166339599', '+9203166339599', 'High School', 1000, '2026-03', '2025-12', 3, 'irfan book', '30.67377569806564,73.08919686170762', NULL, NULL, 0, NULL, NULL, '2025-08-29 10:09:06'),
(190, 15, 'seek school', 'sahiwal', NULL, 'pak avinew', 'sir umer', 'mam', '+9203005309224', '+9203005309224', 'High School', 800, '2026-03', '2025-12', 2, 'imran book', '30.673760148729986,73.08922245210093', NULL, NULL, 0, NULL, NULL, '2025-08-29 10:16:54'),
(191, 15, 'M. bin qasim school', 'sahiwal', NULL, 'pak avinew', 'sir saeed', 'sir saeed', '+9203030631953', '+9203030631953', 'High School', 500, '2026-03', '2025-12', 1, 'imran book', '30.673760148729986,73.08922245210093', NULL, NULL, 0, NULL, NULL, '2025-08-29 10:20:34'),
(192, 15, 'Alpina school', 'sahiwal', NULL, 'pak avinew', 'mam', 'mam', '+9203338697774', '+9203338697774', 'Primary', 300, '2026-03', '2025-12', 1, 'imran book', '30.673752019305812,73.08919368504134', NULL, NULL, 0, NULL, NULL, '2025-08-29 10:22:51'),
(193, 15, 'sahiwal grammar school', 'sahiwal', NULL, 'shadman town', 'mam', 'mam', '+9203227071331', '+9203227071331', 'Primary', 400, '2026-02', '2025-12', 1, 'imran book', '30.673752019305812,73.08919368504134', NULL, NULL, 0, NULL, NULL, '2025-08-29 10:24:28'),
(194, 10, 'star school bhalwal', 'bhalwal', NULL, 'main sargodha bhalwal road', 'waqas sab', 'waqas sab', '+9203107073031', '+9203107073031', 'Middle', 170, '2026-03', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-29 11:23:57'),
(195, 10, 'rose velly school bhalwal', 'bhalwal', NULL, 'main city bhalwal', 'abbas sab', 'abbas sab', '+9203000677180', '+9203000677180', 'Middle', 200, '2026-03', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-29 11:30:54'),
(196, 10, 'zia school bhalwal', 'bhalwal', NULL, '5 chak bhalwal', 'qadeer sab', 'qadeer sab', '+9203093552079', '+9203093552079', 'High School', 300, '2026-03', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-29 11:34:02'),
(197, 10, 'taleem ul Islam school bhalwal', 'bhalwal', NULL, 'main city bhalwal', 'tahir sab', 'tahir sab', '+9203006064344', '+9203006064344', 'Middle', 300, '2026-03', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-29 11:36:54'),
(198, 10, 'fatima Jinnah school bhalwal', 'bhalwal', NULL, 'bhalwal', 'sir', 'sir', '+9203016792493', '+9203016792493', 'Middle', 200, '2026-03', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-29 11:48:00'),
(199, 10, 'noon school bhalwal', 'bhalwal', NULL, 'bhalwal', 'noon sugar mill bhalwal', 'madam', '+9203059363486', '+9203059363486', 'Middle', 100, '2026-03', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-29 11:51:16'),
(200, 16, 'Divisional public school', 'Multan', NULL, 'Bosan road', 'Muzammil Hussain', 'Nosheen Javeid', '+9203336209906', '+9203336342014', 'High School', 350, '2025-08', '2025-08', 1, 'Kitabistan', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-29 13:01:49'),
(201, 8, 'Fortune school system', 'Faisalabad', NULL, 'Satyana road', 'Mr. Abdul majeed', 'Mr. Abdul majeed', '+9203338365001', '+9203118365001', 'Middle', 650, '2026-03', '2026-02', 1, 'Waqas', '31.4028254,73.0342842', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:31:14'),
(202, 8, 'Toddlers school system', 'Faisalabad', NULL, 'People colony no. 1', 'Mrs. Misbah ch', 'Mrs. Misbah ch', '+9203226676000', '+9203226676000', 'Middle', 1000, '2026-01', '2025-11', 3, 'Waqas', 'Error: Timeout expired', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:33:04'),
(203, 8, 'Spring field international school', 'Faisalabad', NULL, 'People colony no 2', 'Mrs. Farhana saeed', 'Mrs. Farhana saeed', '+9203236650560', '+9203236650560', 'Primary', 400, '2026-03', '2026-01', 1, 'Waqas', '31.4028305,73.034281', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:34:33'),
(204, 8, 'The aitchison school', 'Faisalabad', NULL, 'Madina town', 'Mrs. Shaheena shaukat', 'Mr. Hamad', '0412437586', '+9203482437586', 'Primary', 400, '2026-03', '2026-01', 1, 'Waqas', 'Error: Timeout expired', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:36:48'),
(205, 8, 'Islamic science foundation', 'Faisalabad', NULL, 'Satyana road', 'Mr. Altaf', 'Mr. Altaf', '+9203121720858', '+9203121720858', 'Middle', 800, '2026-03', '2025-12', 1, 'Waqas', '31.4028254,73.0342842', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:41:04'),
(206, 8, 'Blessing home high school', 'Faisalabad', NULL, 'People colony no 2', 'Mr. Khurram shehzad', 'Mrs. Shaheen', '+9203238540949', '+9203238540949', 'High School', 1500, '2026-03', '2025-12', 1, 'Waqas', '31.4028301,73.0342828', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:42:59'),
(207, 8, 'The heritage school', 'Faisalabad', NULL, 'People colony no. 1', 'Mr. Azhar', 'Mr. Zahoor', '+9203018609078', '+9203018609078', 'High School', 1500, '2026-02', '2025-12', 3, 'Waqas', '31.4030046,73.0340726', NULL, '2025-11-07 16:02:32', 0, NULL, NULL, '2025-08-30 04:44:29'),
(208, 8, 'Honest school system', 'Faisalabad', NULL, 'Jaranwala road', 'Mr. Salman', 'Mr. Salman', '+9203007985213', '+9203007985213', 'Primary', 300, '2026-03', '2026-02', 1, 'Waqas', '31.4028474,73.0342582', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:46:10'),
(209, 8, 'Hira public high school', 'Faisalabad', NULL, 'Madina town', 'Mr. Saleem', 'Mr. Saleem', '+9203017001141', '+9203017001141', 'High School', 600, '2026-03', '2026-01', 1, 'Waqas', '31.4028254,73.0342842', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:47:17'),
(210, 8, 'Student inn school (amin town)', 'Faisalabad', NULL, 'Amin town', 'Mrs. Samina', 'Mrs. Samina', '+9203008866422', '+9203008866422', 'High School', 600, '2026-02', '2025-12', 7, 'Waqas', '31.4028305,73.034281', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:49:08'),
(211, 8, 'The kids heaven school', 'Faisalabad', NULL, 'D-type', 'Mr. Asad bashir', 'Mr. Asad bashir', '+9203336508386', '+9203336508386', 'High School', 1200, '2026-02', '2025-12', 1, 'Waqas', '31.4028296,73.0342819', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:50:37'),
(212, 8, 'Osama public school', 'Faisalabad', NULL, 'Muzaffar. Colony', 'Mr. Tahir', 'Mr. Tahir', '+9203006689563', '+9203006689563', 'High School', 1500, '2026-01', '2025-11', 5, 'Waqas', '31.4028293,73.034284', NULL, '2025-09-30 13:20:54', 0, NULL, NULL, '2025-08-30 04:52:05'),
(213, 8, 'B.G.S montessory', 'Faisalabad', NULL, 'Hilal road', 'Mr. Mehmood', 'Mr. Mehmood', '+9203007912701', '+9203007912701', 'Preschool', 250, '2026-02', '2025-12', 1, 'Waqas', '31.4028256,73.0342837', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:53:34'),
(214, 8, 'Kids paradise school', 'Faisalabad', NULL, 'Samnabad', 'Mr. Sami ul haq', 'Mr. Sami ul haq', '+9203046522288', '+9203046522288', 'Primary', 300, '2026-01', '2025-11', 1, 'Waqas', '31.4028256,73.0342837', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:55:25'),
(215, 8, 'Sanrah international school', 'Faisalabad', NULL, 'Sarfaraz colony', 'Mr. Anjum masood', 'Mr. Anjum masood', '+9203009733662', '+9203009733662', 'Middle', 900, '2026-02', '2025-12', 1, 'Waqas', '31.4028293,73.034284', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:56:58'),
(216, 8, 'Green school system', 'Faisalabad', NULL, 'Samnabad', 'Mr. Rashid', 'Mr. Rashid', '+9203008654649', '+9203008654649', 'High School', 1000, '2026-01', '2025-11', 1, 'Waqas', '31.4028293,73.034284', NULL, '2025-11-15 10:55:29', 0, NULL, NULL, '2025-08-30 04:58:14'),
(217, 8, 'Student inn school (samnabad)', 'Faisalabad', NULL, 'Samnabad', 'Mr. Waqas', 'Mr. Waqas', '+9203411118881', '+9203411118881', 'Primary', 400, '2026-02', '2025-12', 7, 'Waqas', '31.4028293,73.034284', NULL, NULL, 0, NULL, NULL, '2025-08-30 04:59:42'),
(218, 8, 'Prime public school', 'Faisalabad', NULL, 'D type', 'Mr. Naveed', 'Mr. Naveed', '+9203007997075', '+9203007997075', 'Primary', 1, '2026-01', '2025-11', 1, 'Waqas', '31.4028254,73.0342842', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:02:28'),
(219, 8, 'Savvy school (rajewala)', 'Faisalabad', NULL, 'Rajewlaa', 'Mr. Amjad', 'Mr. Amjad', '+9203216635548', '+9203216653548', 'Middle', 800, '2026-03', '2026-01', 1, 'Waqas', '31.4028293,73.034284', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:03:57'),
(220, 8, 'Marryland grammer school', 'Faisalabad', NULL, 'Narwala road', 'Mr. Kamran', 'Mrs. Ifra', '+9203011200001', '+9203236602773', 'Middle', 1300, '2026-02', '2025-12', 3, 'Waqas', '31.4028256,73.0342837', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:06:06'),
(221, 8, 'Geo school', 'Faisalabad', NULL, 'Razabad', 'Mr. Saqi', 'Mr. Saqi', '+9203007650200', '+9203007650200', 'Middle', 200, '2026-01', '2025-12', 1, 'Waqas', '31.4029929,73.0340819', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:07:21'),
(222, 8, 'The Manchester school', 'Faisalabad', NULL, 'G.M abad', 'Mrs. Asma', 'Mrs. Asma', '+9203049281549', '+9203049281549', 'Middle', 650, '2026-02', '2026-01', 1, 'Waqas', '31.4030307,73.0340514', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:08:39'),
(223, 8, 'Abu anees higher secondry school', 'Faisalabad', NULL, 'G.M abad no. 2', 'Mr. SM waris', 'Mr. SM waris', '+9203001115959', '+9203001115959', 'High School', 3000, '2026-03', '2025-12', 1, 'Waqas', '31.4030307,73.0340514', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:11:08'),
(224, 8, 'Horizon international school', 'Faisalabad', NULL, 'G.M abad', 'Miss. Sadia', 'Miss Sadia', '+9203137116664', '+9203137116664', 'High School', 1100, '2026-03', '2025-12', 2, 'Waqas', '31.4029844,73.0341234', NULL, '2025-10-21 11:23:29', 0, NULL, NULL, '2025-08-30 05:12:37'),
(225, 8, 'The spirit school', 'Faisalabad', NULL, 'G.M abad', 'Mr. Amjad kamal', 'Mr. Amjad kamal', '+9203331660245', '+9203331660245', 'Middle', 600, '2026-02', '2025-12', 1, 'Waqas', '31.4030164,73.0340447', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:13:55'),
(226, 9, 'Taj scholar school', 'Shakargarh', NULL, 'Shamal road', 'Ishtiaq  Ahmed', 'Ishtiaq Ahmed', '+9203077330030', '+9203077330030', 'High School', 750, '2025-11', '2025-10', 2, 'Bhatti book depot', '32.2669346,75.1677545', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:14:44'),
(227, 8, 'Happy home', 'Faisalabad', NULL, 'Razabad', 'Mr. Shahbaz', 'Mr. Shahbaz', '+9203339919988', '+9203339919988', 'High School', 2000, '2026-01', '2025-11', 8, 'Waqas', '31.4029906,73.0340745', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:15:06'),
(228, 8, 'Sultan ideal school', 'Faisalabad', NULL, 'Razabad', 'Mr. Zeeshan', 'Mr. Zeeshan', '+9203246563625', '+9203246563625', 'Middle', 650, '2026-01', '2025-12', 1, 'Waqas', '31.4030141,73.0340451', NULL, '2025-11-04 17:21:50', 0, NULL, NULL, '2025-08-30 05:16:58'),
(229, 9, 'Summit school skg', 'Shakargarh', NULL, 'Shamaal road', 'Ali Hamza', 'Ali Hamza', '+9203016363606', '+9203016363606', 'Middle', 280, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2669255,75.1676957', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:17:33'),
(230, 8, 'Pakistan national high school', 'Faisalabad', NULL, 'G.M abad', 'Mr. Shahbaz', 'Mr. Shahbaz', '+9203016003035', '+9230016003035', 'High School', 1300, '2026-03', '2026-01', 1, 'Waqas', '31.4030191,73.0340528', NULL, '2025-10-21 11:22:12', 0, NULL, NULL, '2025-08-30 05:18:12'),
(231, 9, 'The punjab school', 'Shakargarh', NULL, 'Noorkot road', 'Khurram iqbal adv.', 'Khurram iqbal adv.', '+9203007772043', '+9203007772043', 'High School', 450, '2026-02', '2025-12', 1, 'New star book depot and talha book zfrwal', '32.2669168,75.1677162', NULL, '2025-11-03 11:29:12', 0, NULL, NULL, '2025-08-30 05:21:00'),
(232, 8, 'Manchester school', 'Faisalabad', NULL, 'Sant singh road', 'Mr. Mehmood', 'Mr. Mehmood', '+9203087056047', '+9203087056047', 'Middle', 400, '2026-02', '2025-12', 1, 'Waqas', '31.4029982,73.0340663', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:21:02'),
(233, 8, 'Direction school', 'Faisalabad', NULL, 'Gulistan colony', 'Mr. Asif', 'Mr. Asif', '+9203237868168', '+9203237868168', 'Middle', 450, '2026-03', '2026-01', 1, 'Waqas', '31.4030128,73.0340528', NULL, '2025-09-27 10:51:02', 0, NULL, NULL, '2025-08-30 05:22:42'),
(234, 5, 'Al Fajar School System', 'Kasur', NULL, 'Main Bazar road Kasur', 'M. Latif', 'M Latif', '+9203216595339', '+9203216595339', 'High School', 2500, '2026-03', '2025-10', 3, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:23:31'),
(235, 9, 'Global uneeq school', 'Shakargarh', NULL, 'Gamtala road', 'M.tauqeer', 'Miss Tahira tauqeer', '+9203002396803', '+9203008803115', 'High School', 550, '2026-02', '2025-12', 1, 'Bhatti book and New star book depot', '32.2668847,75.1676992', NULL, '2025-10-24 16:08:07', 0, NULL, NULL, '2025-08-30 05:23:53'),
(236, 9, 'Ghazali public School', 'shakargarh', NULL, 'Noorkot roadw', 'Talat Rasheed ch', 'Miss saima', '+9203007763678', '+9203007753451', 'High School', 2, '2026-02', '2025-12', 2, 'New Star book depot', '32.2667216,75.1675826', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:27:24'),
(237, 5, 'Cambran School', 'Kasur', NULL, 'Kasur city', 'Naveed sb', 'M/D', '+9203008849900', '+9203008849900', 'Middle', 450, '2026-02', '2025-10', 1, 'Javad Book Depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:28:01'),
(238, 5, 'Al Habib School System', 'Kasur city', NULL, 'Main road Kasur', 'Sir Habib', 'Habib sb', '+9203216597177', '+9203216597177', 'High School', 800, '2026-03', '2025-12', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:31:13'),
(239, 9, 'Eastern Grammer School', 'Shakargarh', NULL, 'Dogran adda village', 'Nabeel Amir', 'Nabeel Amir', '+9203107360449', '+9203107360449', 'High School', 350, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2669564,75.1677188', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:35:30'),
(240, 5, 'DPS School System Kasur', 'Kasur', NULL, 'Officers colony Kasur', 'ABC', 'Sir Ashraf', '+9203237516163', '+9203237516163', 'High School', 7000, '2026-03', '2025-11', 2, 'Javad Book Depot Kasur', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:37:40'),
(241, 9, 'Lasani Education School', 'Shakargarh', NULL, 'Dogran Adda village', 'Muzammal Hussain', 'Muzammal Hussain', '+9203006639875', '+9203006639875', 'High School', 550, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2668995,75.1677076', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:39:47'),
(242, 9, 'The arqam schhol', 'Shakargarh', NULL, 'Bhara bhai village', 'Shahid ali', 'Shahid ali', '+9203016896822', '+9203016896822', 'High School', 400, '2026-02', '2025-12', 1, 'New star book depot and bhatti book depot', '32.2668981,75.1677227', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:42:36'),
(243, 5, 'Lahore Oxford Grammar School', 'Kasur', NULL, 'City Kasur', 'Ali Butt', 'Ali Butt', '+9203144228101', '+9203144228101', 'Middle', 600, '2026-02', '2025-10', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:44:24'),
(244, 9, 'National school of excellence', 'Shakargarh', NULL, 'Noorkot road', 'M.zaheer sb', 'M. Zaheer', '+9203026367153', '+9203026367153', 'High School', 250, '2026-02', '2025-12', 1, 'Lasani book and bhatti book depot', '32.2669313,75.1677278', NULL, '2025-09-26 09:30:41', 0, NULL, NULL, '2025-08-30 05:45:29'),
(245, 9, 'Shakargarh grammer school', 'Shakargarh', NULL, 'Noorkot road', 'Miss Mehwish', 'Mehwish qamar', '+9203016631083', '+9203016631083', 'High School', 280, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2669294,75.1677263', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:48:52'),
(246, 5, 'ABC Nursery School', 'Kasur city', NULL, 'Iqbal colony Kasur', 'Shafique Sir', 'Shafique Sir', '+9203028311111', '+9203028311111', 'Middle', 450, '2026-02', '2025-11', 1, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:50:39'),
(247, 5, 'Unique Pearl Ideal School Kasur', 'Kasur', NULL, 'Depalpur road Kasur', 'Kamal Sir', 'Kamal', '+9203206597097', '+9203206597097', 'Middle', 300, '2026-03', '2025-12', 1, 'ABC', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:54:38'),
(248, 7, 'CHANAR SCHOOL', 'GUJRANWALA', NULL, 'SETLITE TOWN GUJRANWALA', 'AMANAT', 'AMANAT', '+9203239970199', '+9203239970199', 'Middle', 800, '2026-01', '2025-10', 1, 'BOOKCITY', '31.5566556,74.3037212', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:56:11'),
(249, 5, 'Al Ansar School System Kasur', 'Kasur city', NULL, 'Madina colony Kasur', 'DM', 'Ayesha', '+9203350301111', '+9203350301111', 'High School', 2800, '2026-02', '2025-10', 3, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-08-30 05:58:51'),
(250, 9, 'Amir public school', 'Shakargarh', NULL, 'Kartarpur', 'Amir sb', 'M Amir', '+9203236066600', '+9203236066600', 'Middle', 180, '2026-02', '2025-12', 1, 'Bhatti book depot', '32.2668859,75.1676763', NULL, NULL, 0, NULL, NULL, '2025-08-30 06:12:44'),
(251, 9, 'Abdullah Educator school', 'Shakargarh', NULL, 'Bhati afgana village', 'Abdullah adv.', 'Miss Salma', '+9203088767039', '+9203088767039', 'High School', 460, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2669219,75.1676851', NULL, '2025-10-27 15:26:36', 0, NULL, NULL, '2025-08-30 06:15:18'),
(252, 9, 'Sublime School System', 'Shakargarh', NULL, 'Darman road', 'Rashid khan Adv.', 'Mrs. Rashid', '+9203000063621', '+9203000063621', 'High School', 300, '2026-02', '2025-12', 1, 'Bhatti book depot', '32.2669777,75.1677433', NULL, '2025-11-15 10:36:41', 0, NULL, NULL, '2025-08-30 06:18:56'),
(253, 9, 'Superior School system', 'Shakargarh', NULL, 'Rasheed pura', 'Ali Raza eng.', 'Ali Raza', '+9203066367673', '+9203066367673', 'High School', 450, '2026-01', '2026-02', 1, 'Bhatti book depot', '32.2669462,75.1677201', NULL, NULL, 0, NULL, NULL, '2025-08-30 06:31:41'),
(254, 9, 'Life line Model School', 'Shakargarh', NULL, 'Ikhlaspur', 'Ghulam Rasool', 'Ghulam Rasool', '+9203087904008', '+9203087904008', 'High School', 450, '2026-02', '2025-11', 1, 'Bhatti book depot', '32.2669863,75.1677892', NULL, NULL, 0, NULL, NULL, '2025-08-30 06:37:24'),
(255, 9, 'Iffa School system', 'Shakargarh', NULL, 'Qabarstan road', 'Hafiz Ishtiaq', 'Hafiz Ishtiaq', '+9203007762220', '+9203007762220', 'High School', 270, '2026-02', '2025-12', 1, 'Bhatti book depot', '32.2669949,75.1678123', NULL, '2025-11-12 11:17:03', 0, NULL, NULL, '2025-08-30 06:41:49'),
(256, 9, 'Hopes learning Zone', 'Shakargarh', NULL, 'Qabarstan road', 'K.B sb', 'K.B sb', '+9203244516081', '+9203244516081', 'High School', 450, '2026-02', '2025-12', 1, 'Bhatti book depot', '32.2669232,75.1677145', NULL, '2025-11-15 10:37:23', 0, NULL, NULL, '2025-08-30 06:43:53'),
(257, 9, 'Mehboob e Alam school', 'Shakargarh', NULL, 'Jalalpur Village', 'Ansar sb', 'Ansar sb', '+9203002572997', '+9203002572997', 'High School', 550, '2026-02', '2025-10', 1, 'Bhatti book depot', '32.2667763,75.1675739', NULL, '2025-11-15 10:36:55', 0, NULL, NULL, '2025-08-30 06:47:18'),
(258, 9, 'Sun Rise grammer school', 'Shakargarh', NULL, 'Zafarwal road', 'Nadeem Anwr sb', 'Nadeem sb', '+9203334957497', '+9203334957497', 'High School', 850, '2026-02', '2025-12', 1, 'New star book depot', '32.2667861,75.167608', NULL, NULL, 0, NULL, NULL, '2025-08-30 06:52:29'),
(259, 9, 'Rising star School', 'Shakargarh', NULL, 'Rasheed pura', 'Shehzad Anwar', 'Shehzad Anwar', '+9203007764599', '+9203007764599', 'High School', 400, '2026-02', '2025-11', 1, '', '32.2669308,75.1677344', NULL, '2025-11-01 16:21:18', 0, NULL, NULL, '2025-08-30 06:58:13'),
(260, 9, 'The peek knowledge School', 'Shakargarh', NULL, 'Reba kallan', 'Kaleem Ahmed', 'Kaleem Ahmed', '+9203016899259', '+9203016899259', 'High School', 350, '2026-01', '2025-11', 1, 'Newstar book depot', '32.2669118,75.1677032', NULL, NULL, 0, NULL, NULL, '2025-08-30 07:00:47'),
(261, 9, 'The Eden Hall school', 'Shakargarh', NULL, 'Near PSO pump', 'Zahid Ali adv', 'Zahid Ali adv.', '+9203007765650', '+9203007765650', 'Middle', 380, '2026-01', '2025-11', 1, 'New Star Book depot', '32.2668974,75.1677025', NULL, '2025-11-12 11:16:26', 0, NULL, NULL, '2025-08-30 07:03:38'),
(262, 9, 'Afaaq public School', 'Shakargarh', NULL, 'Noorkot road', 'Shehzad Hakeem', 'Shehzad Hakeem', '+9203007777082', '+9203007777082', 'High School', 300, '2026-02', '2025-10', 1, 'Lasani Book depot', '32.2669328,75.1676944', NULL, '2025-11-01 16:22:04', 0, NULL, NULL, '2025-08-30 07:06:50'),
(263, 9, 'Master Scholar School', 'Shakargarh', NULL, 'Reba Kallan', 'Irfan sb', 'Irfan sb', '+9203007774003', '+9203007774003', 'High School', 450, '2026-02', '2025-11', 1, 'New star book depot', '32.2669765,75.1677768', NULL, '2025-11-18 12:27:39', 0, NULL, NULL, '2025-08-30 07:10:58'),
(264, 9, 'Kids paradise School', 'Shakargarh', NULL, 'Ikhlaspur Bheri', 'Rana Amjad sb', 'Rana Amjad sb', '+9203003516073', '+9203003516073', 'High School', 450, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2669134,75.1677362', NULL, '2025-11-04 17:04:36', 0, NULL, NULL, '2025-08-30 07:15:10'),
(265, 9, 'Alnoor public School', 'Shakargarh', NULL, 'Ikhlaspur', 'Mushtaq Ahmed', 'Mushtaq ahmed', '+9203086184203', '+9203086184203', 'High School', 1, '2026-02', '2025-12', 1, 'Bhatti book depot', '32.2669415,75.1677075', NULL, '2025-11-04 17:03:45', 0, NULL, NULL, '2025-08-30 07:17:01'),
(266, 9, 'The foundation schoom', 'Shakargarh', NULL, 'Ikhlaspur', 'Parwaiz sb', 'Parwaiz sb', '+9203056301950', '+9203056301950', 'High School', 280, '2026-01', '2025-12', 1, 'Bhatti book depot', '32.2669651,75.167766', NULL, '2025-11-04 17:04:07', 0, NULL, NULL, '2025-08-30 07:21:31'),
(267, 9, 'Kanz ul islam beacon school', 'Shakargarh', NULL, 'Ikhlaspur', 'Naseer ahmed', 'Naseer Ahmed', '+9203086465496', '+9203086465496', 'High School', 350, '2026-02', '2025-11', 1, 'Bhatti book depot', '32.2669069,75.1677183', NULL, '2025-11-04 17:03:52', 0, NULL, NULL, '2025-08-30 07:27:23'),
(268, 9, 'Bright future Model school', 'Shakargarh', NULL, 'Ikhlaspur', 'Arif sb', 'Arif sb', '+9203007767754', '+9203007767754', 'Middle', 150, '2026-02', '2025-12', 1, 'New star book depot', '32.2668924,75.1677021', NULL, '2025-11-04 17:04:13', 0, NULL, NULL, '2025-08-30 07:31:05'),
(269, 9, 'Ideal public school', 'Shakargarh', NULL, 'Meloo seloo', 'Ajmal', 'Ajmal', '+9203007177264', '+9203007177264', 'High School', 1150, '2026-02', '2025-12', 2, 'Bhatti book depot', '32.2669214,75.16779', NULL, NULL, 0, NULL, NULL, '2025-08-30 07:34:35'),
(270, 9, 'Al Musawwar School', 'Shakargarh', NULL, 'Booa', 'M Imran attari', 'M imran attari', '+9203017090276', '+9203017090276', 'High School', 650, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2669403,75.1677164', NULL, '2025-11-17 11:55:53', 0, NULL, NULL, '2025-08-30 07:37:01'),
(271, 9, 'The Genius school', 'Shakargarh', NULL, 'Noorkot', 'Awais sb', 'Awais sb', '+9203047777325', '+9203047777325', 'High School', 1300, '', '', 1, 'Bhatti book depot', '32.2670563,75.1685833', NULL, NULL, 0, NULL, NULL, '2025-08-30 07:41:04'),
(272, 9, 'Fatima jinnah School', 'Shakargarh', NULL, 'Noorkot', 'M Muazzam shareef', 'Muazzam shareef', '+9203006666045', '+9203006666045', 'High School', 750, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2669219,75.1677312', NULL, '2025-11-03 11:30:04', 0, NULL, NULL, '2025-08-30 07:43:33'),
(273, 10, 'liaqat ali Khan school sargodha', 'sargodha', NULL, '49 tail sargodha', 'liaqat sab', 'liaqat sab', '+9203085449838', '+9203085449838', 'High School', 170, '2025-08', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-11-11 12:56:00', 0, NULL, NULL, '2025-08-30 07:44:13'),
(274, 9, 'Qamar public school', 'Shakargarh', NULL, 'Rasheed pura', 'Qamar sb', 'Qamar sb', '+9203016412987', '+9203016412987', 'High School', 450, '2026-01', '2025-11', 1, 'New star book depot', '32.2669396,75.1677073', NULL, NULL, 0, NULL, NULL, '2025-08-30 07:48:50'),
(275, 21, 'Al Badar Public High School', 'Pakpattan', NULL, 'Sahiwal', 'Ishaq Badar', 'Ishaq Badar', '+9203038447173', '+9203038447173', 'High School', 1500, '2025-08', '2025-08', 2, 'Al Badar Book Center', '30.4858267,73.347935', NULL, NULL, 0, NULL, NULL, '2025-08-30 11:28:08'),
(276, 21, 'Northstar School', 'Pakpattan', NULL, 'pakpattan', 'Israr Ahmad', 'israr ahmad', '+9203258555000', '+9203258555000', 'Primary', 200, '2025-08', '2025-08', 1, 'Riaz Book Center', '30.4861333,73.3481217', NULL, '2025-10-07 09:59:53', 0, NULL, NULL, '2025-08-30 11:33:21'),
(277, 21, 'Read and Write School', 'Pakpattan', NULL, 'pakpattan', 'Syedia Huma', 'Syedia Huma', '+9203017688951', '+9203017688951', 'Primary', 150, '2025-08', '2025-08', 1, 'Self', '30.4860533,73.347735', NULL, '2025-10-06 09:24:02', 0, NULL, NULL, '2025-08-30 11:38:09'),
(278, 21, 'Al Hamd School System', 'Pakpattan', NULL, 'pakpattan', 'Miss Fatima', 'Miss Fatima', '+9203057345268', '+9203057345268', 'Primary', 250, '2025-08', '2025-08', 1, 'Self', '30.48578,73.3482133', NULL, NULL, 0, NULL, NULL, '2025-08-30 11:40:23'),
(279, 21, 'Al Asr School System', 'Pakpattan', NULL, 'Kot Hafizabad', 'Mujahid islam', 'Miss Samia', '+9203004699644', '+9203004699644', 'Primary', 137, '2025-08', '2025-08', 2, 'Ramzan Book Center Rang Shah', '30.4859683,73.3479333', NULL, '2025-11-15 10:34:03', 0, NULL, NULL, '2025-08-30 11:47:20'),
(280, 8, 'Islah public school', 'Faisalabad', NULL, 'Satyana road', 'Mr. Izhar bashir', 'Mr. Izhar bashir', '+9203007933801', '+9203007933801', 'Middle', 400, '2026-01', '2025-12', 2, 'Waqas', '31.4092096,73.0962883', NULL, NULL, 0, NULL, NULL, '2025-09-01 05:04:18'),
(281, 9, 'Cambridge school system', 'Shakargarh', NULL, 'Noorkot', 'Naveed ashraf', 'Naveed ashraf', '+9203077583980', '+9203077583980', 'High School', 250, '', '', 1, 'Lasani book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-01 06:19:07'),
(282, 9, 'Rafaqat public school', 'Shakargarh', NULL, 'Noorkot', 'Rafaqat Ali', 'Rafqat Ali', '+9203051625407', '+9203051625407', 'Middle', 550, '2026-01', '2025-12', 1, 'New star book depot', 'Error: User denied Geolocation', NULL, '2025-11-03 11:29:02', 0, NULL, NULL, '2025-09-01 06:22:30'),
(283, 9, 'A plus school', 'Shakargarh', NULL, 'Noorkot', 'Nauman sb', 'Nauman', '+9203089203392', '+9203089203392', 'High School', 650, '2026-02', '2025-11', 1, 'Bhatti book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-01 06:24:32'),
(284, 9, 'Aspire school noorkot', 'Shakargarh', NULL, 'Noorkot', 'Azmat Ali', 'Azmat Ali', '+9203007768558', '+9203007768558', 'High School', 300, '2026-01', '2025-11', 1, 'Bhatti book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-01 06:27:09'),
(285, 9, 'PMG school', 'Shakargarh', NULL, 'Nooekot', 'M Imran', 'M Imran', '+9203007766804', '+9203007766804', 'High School', 200, '2026-01', '2025-11', 1, 'Bhatti book depot', 'Error: User denied Geolocation', NULL, '2025-11-17 11:54:18', 0, NULL, NULL, '2025-09-01 06:39:20'),
(286, 9, 'Asrar Educator school', 'Shakargarh', NULL, 'Noorkot', 'Abrar ahmed', 'Abrar Ahmed', '+9203066237407', '+9203066237407', 'High School', 250, '2026-02', '', 1, 'Bhatti book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-01 06:45:53'),
(287, 9, 'Iqra school noorkot', 'Shakararh', NULL, 'Noorkot', 'Hafiz Zahid Moeen', 'Hafiz Zahid', '+9203007782854', '+9203007772854', 'High School', 450, '2026-01', '2025-10', 1, 'Newstar book depot', 'Error: User denied Geolocation', NULL, '2025-11-03 11:29:20', 0, NULL, NULL, '2025-09-01 06:48:44'),
(288, 15, 'delphia school', 'sahiwal', NULL, 'farid town', 'sir haider', 'mam ayesha', '+9203218390390', '+9203218390390', 'Primary', 259, '2026-02', '2025-01', 1, 'imran book', '30.673774224656547,73.08919108079535', NULL, NULL, 0, NULL, NULL, '2025-09-01 09:39:08'),
(289, 15, 'fareed amjad school', 'sahiwal', NULL, 'kot khadim ali', 'sir fared', 'sir fared', '+9203063791130', '+9203063791130', 'High School', 300, '2026-03', '2025-12', 1, 'imran', '30.673799234035116,73.08916564506846', NULL, NULL, 0, NULL, NULL, '2025-09-01 09:41:14'),
(290, 15, 'cordova school', 'sahiwal', NULL, 'kot khadim ali', 'mam', 'mam', '+9203336283864', '+9203336283864', 'Middle', 500, '2026-01', '2025-12', 2, 'imran', '30.673799234035116,73.08916564506846', NULL, NULL, 0, NULL, NULL, '2025-09-01 09:42:39'),
(291, 21, 'Masli Zakirya Giral Hight School', 'Pakpattan', NULL, 'Kamir Road Pakpattan', 'Aslam Sab', 'Aslam', '+9203086948585', '+9203086948585', 'High School', 400, '2026-01', '2025-11', 1, 'Al Badar Book Center', '30.4859983,73.3480717', NULL, NULL, 0, NULL, NULL, '2025-09-01 11:01:23'),
(292, 21, 'Little Star Public School', 'Pakpattan', NULL, 'Gogira Road Pakpattan', 'Saleem Dogiar', 'Saleem Dogiar', '+9203073374144', '+9203073374144', 'High School', 300, '2026-01', '2025-11', 2, 'Shahzaib Book Center Pakpattan', '30.4862383,73.3483', NULL, '2025-11-18 11:46:02', 0, NULL, NULL, '2025-09-01 11:12:45'),
(293, 15, 'abdurehman school', 'sahiwal', NULL, 'mzdoor puli', 'mam ayesha', 'mam ayesha', '+9203010578494', '+9203010578494', 'Middle', 800, '2026-03', '2025-12', 1, 'imran', '30.673619244766908,73.08920510727962', NULL, NULL, 0, NULL, NULL, '2025-09-02 05:56:48'),
(294, 10, 'bright grammar school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam saima', 'madam saima', '+9203216030615', '+9203216030615', 'Middle', 100, '2026-03', '2025-12', 0, 'mixed', 'Error: User denied Geolocation', NULL, '2025-11-11 12:57:32', 0, NULL, NULL, '2025-09-02 07:00:54'),
(295, 10, 'lead cambridge International school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam hina', 'madam hina', '+920313806633', '+920313806633', 'Middle', 100, '2026-03', '2025-12', 0, 'mixed', 'Error: User denied Geolocation', NULL, '2025-11-15 10:53:25', 0, NULL, NULL, '2025-09-02 07:03:15'),
(296, 16, 'Mona Grammer school', 'Multan', NULL, 'Mumtaz abad', 'Sir asim', 'Maria', '+9203006305187', '+9203006305187', 'Middle', 350, '2026-03', '2026-01', 1, 'Kitabistan', '30.2368935,71.4796137', NULL, NULL, 0, NULL, NULL, '2025-09-02 07:53:04'),
(297, 16, 'Al hamza', 'Multan', NULL, 'Mumtaz abad', 'M irfan', 'Mrs irfan', '+9203336190445', '+9203336190445', 'Middle', 250, '2026-02', '2025-12', 1, 'Maaz books', '30.2368704,71.4796377', NULL, NULL, 0, NULL, NULL, '2025-09-02 07:56:32'),
(298, 16, 'Life Grammer', 'Multan', NULL, 'Dera muhammdi', 'Afzal Yousaf', 'Madam', '+9203005771656', '+9203004545102', 'Primary', 200, '2026-03', '2025-12', 1, 'Waheed books store', '30.2368704,71.4796377', NULL, NULL, 0, NULL, NULL, '2025-09-02 08:00:33'),
(299, 21, 'Kinder School', 'Pakpattan', NULL, 'Rangshah', 'Barket Nawaz', 'Barket Nawaz', '+9203049985746', '+9203049985746', 'Primary', 200, '2026-02', '2025-12', 1, 'Ramzan Book Center Rangshah', 'Error: Timeout expired', NULL, '2025-09-30 16:43:36', 0, NULL, NULL, '2025-09-02 13:44:06'),
(300, 21, 'Al Madi English School', 'Pakpattan', NULL, 'Rangshah', 'Syed Naeem Sab', 'Syed Naeem', '+9203074177207', '+9203074177207', 'Primary', 150, '2026-02', '2025-12', 1, 'Ramzan Book Center Rang Shah', 'Error: Timeout expired', NULL, NULL, 0, NULL, NULL, '2025-09-02 13:46:32'),
(301, 21, 'Distghar Education System', 'Pakpattan', NULL, 'Rangshah', 'Muhammad Akbar', 'Muhammad Akbar', '+9203448332322', '+9203448332322', 'Middle', 250, '2026-01', '2025-11', 1, 'Ramzan Book Center Rang Shah', 'Error: Timeout expired', NULL, '2025-11-11 12:03:17', 0, NULL, NULL, '2025-09-02 13:48:34'),
(302, 21, 'Al Azeem Public School', 'Pakpattan', NULL, 'Rangshah', 'Ateeq Ul Rahman Sab', 'Ateeq Ul Rahman', '+9203438865571', '+9203438865571', 'Middle', 350, '2026-02', '2025-12', 2, 'Ramzan Book Center Rang Shah', '30.4867,73.3474217', NULL, NULL, 0, NULL, NULL, '2025-09-02 13:50:44'),
(303, 16, 'NGS', 'Multan', NULL, 'Near Mati tal road', 'Sir', 'Miss Ayesha', '12345', '+9203008230269', 'Preschool', 200, '2026-02', '2025-09', 1, 'Azad books', '30.2349434,71.4757999', NULL, NULL, 0, NULL, NULL, '2025-09-03 03:13:33'),
(304, 16, 'Canadian school', 'Multan', NULL, 'Bahadur pur', 'Sir Ahmad', 'Mam noshaba', '+92O300112233', '+9203035115141', 'Primary', 250, '2026-08', '2026-06', 1, 'MKG', '30.2349428,71.475798', NULL, NULL, 0, NULL, NULL, '2025-09-03 03:31:09'),
(305, 16, 'Elixir high school', 'Multan', NULL, 'Shah rukn a alam', 'Sir Umair', 'Sir Umair', '+9203006327389', '+9203006327389', 'High School', 1100, '2026-03', '2026-01', 3, 'MKG', '30.234946,71.4757943', NULL, NULL, 0, NULL, NULL, '2025-09-03 03:36:51'),
(306, 8, 'Sacred Angel school', 'Faisalabad', NULL, 'Gulistan colony', 'Mrs. Nafeesa', 'Mrs. Nafeesa', '+9203138781505', '+9203138781505', 'High School', 3000, '2026-02', '2025-12', 6, 'Waqas', '31.4455575,73.0985924', NULL, NULL, 0, NULL, NULL, '2025-09-03 04:59:13'),
(307, 15, 'jinnah city school', 'sahiwal', NULL, 'old civil line', 'sir', 'sir', '+9203006901712', '+9203006901712', 'Middle', 400, '2026-02', '2025-12', 1, 'imran book dipo', '30.673351508480845,73.10823372717161', NULL, NULL, 0, NULL, NULL, '2025-09-03 06:15:04'),
(308, 15, 'gehwara e talim', 'sahiwal', NULL, 'old civil line', 'sir umer', 'sir umer', '+9203457438444', '+9203457438444', 'High School', 600, '2026-02', '2025-12', 2, 'imran book', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 06:16:50'),
(309, 24, 'Al salif school', 'Lahore', NULL, 'Multan road', 'Arshad sb', 'Arshad sb', '+9203214815193', '+9203214815193', 'Middle', 350, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 06:23:52'),
(310, 24, 'J.P.S school', 'Lahore', NULL, 'Multan road', 'Miss samra', 'Miss samra', '+9203334745131', '+9203334745131', 'Middle', 350, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 06:28:14'),
(311, 24, 'Beacon hall school', 'Lahore', NULL, 'Multan road', 'Sir imran', 'Sir imran', '+9203008072454', '+9203008072454', 'Middle', 300, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 06:31:10'),
(312, 24, 'Excelence school', 'Lahore', NULL, 'Chuburji', 'Faizi rasool', 'Faizi rasool', '+9203335055075', '+9203335055075', 'Middle', 300, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 06:34:37'),
(313, 24, 'Hassan grammer school', 'Lahore', NULL, 'Multan road', 'Mateen sb', 'Mateen sb', '+9203219401004', '+9203219401004', 'Middle', 350, '2026-02', '2025-11', 1, 'Mateen sb', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 06:37:55'),
(314, 15, 'ammal school tbz', 'sahiwal', NULL, 'TBZ', 'sir habib', 'sir habib', '+9203225731252', '+9203225731252', 'Primary', 500, '2026-03', '2025-12', 1, 'imran book', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 06:39:34'),
(315, 24, 'Ahsan grammer school', 'Lahore', NULL, 'Krishan agar', 'Musa sb', 'Musa sb', '+9203214880104', '+9203214880104', 'Middle', 300, '2026-02', '2025-11', 1, 'Musa sb', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 06:42:02'),
(316, 24, 'British school system', 'Lahore', NULL, 'Lahore', 'Miss sameena', 'Miss sameena', '+9203346635352', '+9203346635352', 'Middle', 300, '2026-02', '2025-11', 1, 'Miss sameena', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 06:56:05'),
(317, 24, 'Ideal grammer school', 'Lahore', NULL, 'Lahore', 'Fisal sb', 'Faisal sb', '+9203236561873', '+9203236561873', 'Middle', 350, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 06:59:48'),
(318, 24, 'Suffah educational lycum', 'Lahore', NULL, 'Multan road', 'Nadeer sb', 'Nadeer sb', '+9203004525625', '+9203004525625', 'Middle', 300, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:05:01'),
(319, 24, 'Umar schoo system', 'Lahore', NULL, 'Chuburji', 'Sir irfan', 'Sir irfan', '+9203218886183', '+9203218886183', 'Middle', 300, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:06:59'),
(320, 24, 'Professionals school', 'Lahore', NULL, 'Krishan agar', 'Miss fareeha', 'Miss fareeha', '+9203094800571', '+9203094800571', 'Middle', 300, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:08:58'),
(321, 24, 'Anshash international school', 'Lahore', NULL, 'Multan road', 'Wajid sb', 'Wajid sb', '+9203223878318', '+9203223878318', 'Middle', 250, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:11:32'),
(322, 3, 'AR School', 'LHR', NULL, 'Bagwan pura', 'Mam Parvasha', 'Mam Parvasha', '+9203212919741', '+9203212919741', '-- Select --', 300, '2026-01', '2025-12', 1, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:11:35'),
(323, 24, 'L.B.S school system', 'Lahore', NULL, 'Multan road', 'Maqsood sb', 'Maqsood sb', '+9203004279059', '+9203004279059', 'Middle', 400, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:13:26'),
(324, 24, 'Phonics acadmic school', 'Lahore', NULL, 'Multan road', 'Mr ali', 'Mr ali', '+9203217197252', '+9203217197252', 'Middle', 350, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:15:34'),
(325, 3, 'Excel School', 'LHR', NULL, 'Bagwan pura', 'Afshan', 'Mam afshan', '+9203214495216', '+9203214495216', '-- Select --', 250, '2025-09', '2025-11', 1, '', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:17:02'),
(326, 24, 'Lahore elite school', 'Lahore', NULL, 'Multan road', 'Maqsood sb', 'Maqsood sb', '+9203078848746', '+9203078848746', 'Middle', 300, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:17:15'),
(327, 24, 'British school system', 'Lahore', NULL, 'Islampura', 'Saddam sb', 'Saddam sb', '+9203324419615', '+9203324419615', 'Middle', 500, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:20:05'),
(328, 24, 'Miza school system', 'Lahore', NULL, 'Multan road', 'Mr ali', 'Mr ali', '+9203334087819', '+9203334087819', 'Middle', 400, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:24:34'),
(329, 24, 'Lovely bird school', 'Lahore', NULL, 'Multan road', 'Danish sb', 'Danish sb', '+9203214343032', '+9203214343032', 'Middle', 300, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:26:33'),
(330, 24, 'Dar ul islam school', 'Lahore', NULL, 'Multan road', 'Ashraf sb', 'Ashraf sb', '+9203214753882', '+9203214753882', 'Middle', 350, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:28:35'),
(331, 24, 'Musa school system', 'Lahore', NULL, 'Chuburji', 'Ahsan sb', 'Ahsan sb', '+9203324419153', '+9203324419153', 'Middle', 300, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:30:20'),
(332, 24, 'Highland public school', 'Lahore', NULL, 'Islampura', 'Jawad sb', 'Jawad sb', '+9203334114616', '+9203334114616', 'Middle', 400, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:32:26'),
(333, 24, 'Shaheen public school', 'Lahore', NULL, 'Multan road', 'Asif sb', 'Asif sb', '+9203004439920', '+9203004439920', 'Middle', 400, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:39:55'),
(334, 24, 'Decent school system', 'Lahore', NULL, 'Islampura', 'Miss abeeha', 'Miss abeeha', '+9203094687640', '+9203094687640', 'Middle', 500, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:41:57'),
(335, 24, 'Rana grammer school', 'Lahore', NULL, 'Multan road', 'Irfan sb', 'Irfan sb', '+9203237120013', '+9203237120013', 'Middle', 300, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:43:37'),
(336, 24, 'Azmat founation schoo', 'Lahore', NULL, 'Lahore', 'Faheem sb', 'Faheem sb', '+9203030944144', '+9203030944144', 'Middle', 300, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:46:00'),
(337, 24, 'Al beroni school system', 'Lahore', NULL, 'Multan road', 'Habib ullah', 'Habib ullah', '+9203240405874', '+9203240405874', 'Middle', 400, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:49:37'),
(338, 24, 'Willam school', 'Lahore', NULL, 'Multan road', 'Raheel sb', 'Raheel sb', '+9203164434794', '+9203164434794', 'Middle', 500, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:51:55'),
(339, 24, 'Ameena school system', 'Lahore', NULL, 'Hassa towm', 'Miss ammara', 'Miss ammara', '+9203340717191', '+9203340717191', 'Primary', 300, '2026-02', '2025-11', 1, 'Open', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 07:54:58'),
(340, 16, 'Bone merry School', 'Multan', NULL, 'Almustfa road', 'Syed Waqar', 'Syed bazal', '+9203027374433', '+9203057110565', 'High School', 350, '2026-02', '2025-12', 1, 'Bilal', '30.236906,71.4796006', NULL, NULL, 0, NULL, NULL, '2025-09-03 08:19:55'),
(341, 7, 'EDON HOME SCHOOL', 'GUJRANWALA', NULL, 'KASHMIR ROAD', 'MEHMOOD SB', 'ZAMAN SB', '+9203214967282', '+9203217428182', 'High School', 500, '2026-01', '2025-10', 1, 'BOOKCITY', '31.5566972,74.3037089', NULL, NULL, 0, NULL, NULL, '2025-09-03 08:44:18'),
(342, 10, 'sidique grammar school sargodha', 'sargodha', NULL, 'lahore road sargodha', 'amJad sab', 'amJad sab', '+9203026005750', '+9203026005750', 'Middle', 460, '2026-02', '2025-12', 0, 'hyper book depot sargodha', 'Error: User denied Geolocation', NULL, '2025-11-11 12:57:42', 0, NULL, NULL, '2025-09-03 11:14:39'),
(343, 10, 'kids heaven school sargodha', 'sargodha', NULL, 'lahore road sargodha', 'amJad sab', 'amJad sab', '+9203006005750', '+9203006005750', 'Middle', 170, '2026-03', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-10-20 12:24:16', 0, NULL, NULL, '2025-09-03 11:19:47'),
(344, 10, 'mukabir school sargodha', 'sargodha', NULL, 'faisalabad road sargodha', 'farhan sÃ b', 'farhan sÃ b', '+9203109990244', '+9203109990244', 'Middle', 100, '2026-03', '2025-12', 0, 'their own syllabus', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 11:22:38'),
(345, 10, 'reader cambridge school sargodha', 'sargodha', NULL, 'faisalabad road sargodha', 'shokat sab', 'shokat sab', '+9203291782499', '+9203291782499', 'High School', 300, '2026-02', '2025-12', 0, 'their own syllabus', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 11:25:16'),
(346, 10, 'american lyceum school sargodha', 'sargodha', NULL, 'faisalabad road sargodha', 'name not shared', 'madam atiqa', '+9203218608724', '+9203218608724', 'Middle', 170, '2026-03', '2025-12', 0, 'their own syllabus', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-03 11:50:35'),
(347, 21, 'OÛ”PÛ”F Public School', 'Pakpattan', NULL, 'pakpattan', 'M Noor Ahmad', 'Miss Sonia', '+9203026944386', '+9203026944386', 'Middle', 400, '2026-01', '2025-12', 1, 'Self', '30.4857,73.3468017', NULL, NULL, 0, NULL, NULL, '2025-09-03 12:27:05'),
(348, 21, 'Skills School System', 'Pakpattan', NULL, 'pakpattan', 'Miss Abid', 'Miss Abid', '+9203046453583', '+9203046453583', 'Primary', 200, '2026-01', '2025-11', 1, 'Self', '30.4860683,73.3458017', NULL, NULL, 0, NULL, NULL, '2025-09-03 12:29:31'),
(349, 21, 'Nemat Public School System', 'Pakpattan', NULL, 'pakpattan', 'Khalid Bashir', 'Khalid Bashir', '+9203002950020', '+9203002950020', 'Middle', 500, '2026-03', '2025-12', 1, 'Shahzaib Book Center Pakpattan', '30.4857,73.345825', NULL, NULL, 0, NULL, NULL, '2025-09-03 12:31:30'),
(350, 21, 'Al Mukhtar Unique Education System', 'Pakpattan', NULL, 'Gogira Road Pakpattan', 'Ali Imran', 'Ali Imran Sab', '+9203018831947', '+9203018831947', 'High School', 350, '2026-02', '2025-11', 1, 'Al Badar Book Center Pakpattan', '30.4860483,73.3477517', NULL, '2025-10-07 10:00:10', 0, NULL, NULL, '2025-09-03 12:33:42'),
(351, 16, 'Makkah public high school', 'Multan', NULL, 'Central jail road', 'Abdul gaffar Sb.', 'Mrs Abdul gaffar', '+9203003123444', '+9203337628485', 'High School', 350, '2026-01', '2025-12', 1, 'Saeed Sb.', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-04 05:31:04'),
(352, 5, 'Air Foundation School', 'Kasur', NULL, 'Depalpur road Kasur', 'ABC', 'Sir Irfan', '+9203040444508', '+9203040444508', 'High School', 750, '2026-01', '2025-09', 1, 'Javad Book Depot Kasur', '31.5565793,74.3036872', NULL, NULL, 0, NULL, NULL, '2025-09-04 05:46:15'),
(353, 5, 'RMS School System Kasur', 'Kasur', NULL, 'Officers colony Kasur', 'Munawar Ahmad', 'Munawar Ahmad', '+92030154577576', '+9203014577576', 'Middle', 400, '2026-02', '2025-11', 1, 'Imran book javad Book Depot Kasur', '31.5566881,74.3037607', NULL, NULL, 0, NULL, NULL, '2025-09-04 05:50:10'),
(354, 8, 'The country school', 'Faisalabad', NULL, '66 dhandra', 'Mrs. Nadia', 'Mrs. Nadia', '+9203109811110', '+9203109811110', 'High School', 800, '2026-03', '2025-12', 1, 'Waqas', '31.390418,72.9613941', NULL, NULL, 0, NULL, NULL, '2025-09-04 05:52:48'),
(355, 5, 'PS School System Kasur', 'Kasur city', NULL, 'New City Kasur', 'ABC', 'Sir Junaid', '+9203234223449', '+9203234223449', 'Primary', 300, '2026-03', '2025-12', 1, 'Open', '31.5566223,74.3038044', NULL, NULL, 0, NULL, NULL, '2025-09-04 05:53:08'),
(356, 5, 'TAS School Kasur', 'Kasur', NULL, 'Officers colony Kasur', 'ABC', 'Rifat Shaheen', '+9203227562704', '+9203227562704', 'Primary', 200, '2026-02', '2025-12', 1, 'Open', '31.5566479,74.3037621', NULL, NULL, 0, NULL, NULL, '2025-09-04 05:57:22'),
(357, 5, 'New Allied School System Kasur', 'Kasur', NULL, 'Ali colony Kasur', 'ABC', 'Sir Shahjahan', '+9203008612548', '+9203008612548', 'Middle', 300, '2026-03', '2025-12', 1, 'Open', '31.5565709,74.3036148', NULL, NULL, 0, NULL, NULL, '2025-09-04 06:01:22'),
(358, 5, 'The E/S School System', 'Kasur city', NULL, 'City Kasur', 'ABC', 'M/D', '+9203324896221', '+9203324896221', 'Middle', 250, '2026-03', '2025-12', 1, 'Open', '31.5565709,74.3036148', NULL, NULL, 0, NULL, NULL, '2025-09-04 06:04:44'),
(359, 16, 'Syed public school', 'Multan', NULL, 'Saggu Chowk peer colony', 'Syed Zameer.', 'Syed Atif', '+9203326798000', '+9203087716266', 'Primary', 150, '2026-02', '2025-12', 1, 'Open list', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-04 07:19:09'),
(360, 16, 'Faisal Grammer school', 'Multan', NULL, 'Saggu Chowk peer colony', 'Sir faisal', 'Sir faisal', '+9203006278327', '+9203006278327', 'Middle', 200, '2026-03', '2025-09', 1, 'Ahmad', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-04 07:22:11'),
(361, 26, 'New generation school system', 'SIALKOT', NULL, 'MURRAY COLLEGE ROAD', 'MR FARUKH SALEEM', 'MR FARUKH SALEEM', '+9203455782211', '+9203455782211', 'High School', 350, '2026-03', '2026-01', 1, 'CANTT BOOK CENTRE', '32.426,74.3644', NULL, '2025-09-30 10:54:28', 0, NULL, NULL, '2025-09-04 07:57:01'),
(362, 26, 'K.B.F MODEL SCHOOL', 'SIALKOT', NULL, 'NASIR ROAD', 'MR MUHAMMAD KAMAL', 'MR MUHAMMAD KAMAL', '+9203006105367', '+9203006105367', 'High School', 450, '2026-02', '2025-12', 1, 'FARHAN BOOK CENTRE', '32.426,74.3644', NULL, NULL, 0, NULL, NULL, '2025-09-04 08:01:42'),
(363, 26, 'THE SCARF SCHOOL', 'SIALKOT', NULL, 'KHADIM ALI ROAD', 'ADV MR MOHSIN IKRAM BHATTI', 'MADAM MARYAM', '+9203006116419', '+9203366116419', 'High School', 450, '2026-03', '2025-12', 2, 'ASHRAF BOOK CENTRE', '32.426,74.3644', '2025-11-15', NULL, 0, NULL, NULL, '2025-09-04 08:08:54'),
(364, 26, 'QUAID PUBLIC HIGH SCHOOL', 'SIALKOT', NULL, 'ISLAMABAD MUHALLA', 'MR HAFIZ ZULFIQAR SHAHID', 'MR HAFIZ ZULFIQAR SHAHID', '+9203009610496', '+9203009610496', 'High School', 3000, '2025-11', '2026-03', 8, 'DIRECT', '32.426,74.3644', NULL, '2025-11-11 12:21:21', 0, NULL, NULL, '2025-09-04 08:21:19'),
(365, 26, 'LEADS GRAMMAR SCHOOL', 'SIALKOT', NULL, 'PARIS ROAD', 'MR AKBAR', 'MADAM', '+9203006124933', '+9203006124933', 'High School', 850, '2025-12', '2026-03', 2, 'ASHRAF', '32.426,74.3644', NULL, '2025-11-11 12:21:13', 0, NULL, NULL, '2025-09-04 08:24:36'),
(366, 26, 'PERFECT FOUNDATION', 'SIALKOT', NULL, 'MODEL TOWN', 'MR IKRAM', 'MADAM MARYAM', '0523301244', '0523301244', 'High School', 2000, '2026-03', '2026-01', 4, 'ASHRAF BOOK CENTRE', '32.426,74.3644', NULL, NULL, 0, NULL, NULL, '2025-09-04 08:29:19'),
(367, 26, 'RADIANT SCHOOL SYSTEM', 'SIALKOT', NULL, 'CAPITAL ROAD NEAR CHEEMA CHOWK', 'MR MUDASSIR', 'MR MUDASSIR', '+9203217177455', '+9203217177455', 'High School', 450, '2026-02', '2026-01', 1, '', '32.426,74.3644', NULL, NULL, 0, NULL, NULL, '2025-09-04 08:38:34');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(368, 26, 'RECKON SCHOOL SYSTEM', 'SIALKOT', NULL, 'NEAR BUN PHATTAK', 'MADAM SAIMA', 'MADAM SAIMA', '+9203338694757', '+9203338694757', 'High School', 600, '2026-02', '2025-12', 1, 'CANTT BOOK CENTRE', '32.426,74.3644', NULL, '2025-10-07 14:46:33', 0, NULL, NULL, '2025-09-04 08:42:22'),
(369, 26, 'LARETTO SCHOOL SYSTEM', 'SIALKOT', NULL, 'NEAR KHAN MEHAL CINEMA', 'LATE PROF. MR BAKHTIYAR', 'MADAM', '+9203338609562', '+9203338609562', 'High School', 650, '2026-03', '2025-12', 1, 'ASHRAF BOOK CENTRE', '32.426,74.3644', NULL, '2025-11-07 15:51:31', 0, NULL, NULL, '2025-09-04 08:48:37'),
(370, 26, 'THE SIALKOT GRAMMAR SCHOOL', 'SIALKOT', NULL, 'KASHMIRI MUHALLA', 'MR ASAD ULLAH', 'MR ASAD ULLAH', '+9203006151150', '+9203006151150', 'High School', 450, '2026-03', '2026-01', 1, 'CANTT BOOK CENTRE', '32.426,74.3644', NULL, NULL, 0, NULL, NULL, '2025-09-04 08:57:58'),
(371, 26, 'LEARNING ZONE SCHOOL SYSTEM', 'SIALKOT', NULL, 'TOHEED TOWN DEFENCE ROAD NEAR JAVSON HOTEL', 'MR DR ABDUL SHAKOOR', 'MR DR ABDUL SHAKOOR', '+9203006123608', '+9203216141904', 'High School', 4000, '2026-03', '2025-10', 18, 'DIRECT PURCHASING FROM COMPANIES', '32.426,74.3644', NULL, NULL, 0, NULL, NULL, '2025-09-04 09:04:19'),
(372, 23, 'Sharif Grammar High School', 'Lahore', NULL, 'Chungi Ammar Sidhu', 'Ma\'am Mehwish Rizwan', 'Ma\'am Mehwish Rizwan', '+9203214275570', '+9203214275570', 'Preschool', 300, '2025-09', '2026-02', 1, 'Rehmani Book shop', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-04 11:27:53'),
(373, 21, 'Prep School System', 'Pakpattan', NULL, 'Sakndar Chowk', 'Ch Zaheer', 'Ch Zaheer', '+9203457167026', '+9203457167026', 'High School', 300, '2026-02', '2025-12', 1, 'Raiz Book Center', '30.4859133,73.34786', NULL, NULL, 0, NULL, NULL, '2025-09-04 14:21:41'),
(374, 21, 'New Superior Public High School', 'Pakpattan', NULL, 'Sakndar Chowk', 'Muhammad Ijaz', 'Muhammad Ijaz', '+9203485655280', '+9203485655280', 'Primary', 150, '2026-02', '2026-01', 1, 'Self', '30.4859683,73.3477283', NULL, '2025-10-18 09:53:50', 0, NULL, NULL, '2025-09-04 14:24:11'),
(375, 21, 'Al Rahman Educational Complex', 'Pakpattan', NULL, 'Sakndar Chowk', 'Muhammad Mudassar', 'Muhammad Mudassar', '+9203495662995', '+9203495662995', 'Middle', 200, '2026-03', '2025-12', 1, 'Self', '30.485965,73.3474667', NULL, NULL, 0, NULL, NULL, '2025-09-04 14:27:24'),
(376, 21, 'Fasial Public High School', 'Pakpattan', NULL, 'Sakndar Chowk', 'Ch Akram', 'Ch Akram', '+9203014188302', '+9203014188302', 'High School', 650, '2026-03', '2025-12', 2, 'Self', '30.48594,73.348125', NULL, NULL, 0, NULL, NULL, '2025-09-04 14:29:34'),
(377, 21, 'Al Hamdan Educational', 'Pakpattan', NULL, 'Sakndar Chowk', 'Allah Datta', 'Allah Datta', '+9203026948054', '+9203026948054', 'Middle', 240, '2026-02', '2025-12', 1, 'Self', '30.4858983,73.347965', NULL, NULL, 0, NULL, NULL, '2025-09-04 14:31:35'),
(378, 9, 'PCS school', 'Shakargarh', NULL, 'Darman road', 'Zahid Ali', 'Zahid ali', '+9203016385283', '+9203016385283', 'High School', 350, '2026-02', '2025-11', 1, 'New star book depot', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-05 02:23:54'),
(379, 9, 'Cant view School', 'Shakargarh', NULL, 'Zia Road', 'Ghulam Murtaza', 'Ghulam Murtaza', '+9203014213212', '+9203014213212', 'High School', 280, '2026-02', '2025-12', 1, 'Bhatti book depot', 'Error: User denied Geolocation', NULL, '2025-10-24 16:06:17', 0, NULL, NULL, '2025-09-05 02:26:19'),
(380, 9, 'Alnoorian School', 'Shakargarh', NULL, 'Zia Road', 'Shazia mam', 'Shazia mam', '+9203091199912', '+9203091199912', 'High School', 250, '2026-01', '2025-11', 1, 'Bhatti book depot', 'Error: User denied Geolocation', NULL, '2025-10-24 16:06:36', 0, NULL, NULL, '2025-09-05 02:32:11'),
(381, 9, 'The learning School', 'Shakargarh', NULL, 'Darman road', 'Malik Basharat', 'Basharat', '+9203014094164', '+9203014094164', 'Middle', 150, '2026-02', '2026-01', 1, 'New star book depot', 'Error: User denied Geolocation', NULL, '2025-10-03 10:58:21', 0, NULL, NULL, '2025-09-05 02:35:30'),
(382, 8, 'Al Madina foundation school', 'Faisalabad', NULL, 'G.M abad', 'Mr. Shahid', 'Mr. Shahid', '+9203006626816', '+9203006626816', 'High School', 400, '2026-01', '2025-12', 1, 'Waqas', '31.4366926,73.0454918', NULL, NULL, 0, NULL, NULL, '2025-09-05 05:40:41'),
(386, 26, 'UMER ACADEMY SCHOOL', 'SILAKOT', NULL, 'DEFENCE ROAD', 'MR SHAHID', 'MR SHAHID', '+9203006127292', '+9203006127292', 'High School', 550, '2025-09', '2026-01', 1, 'ASHRAF BOOK CENTRE', '29.51,71.63', NULL, NULL, 0, NULL, NULL, '2025-09-05 12:38:35'),
(387, 25, 'Moonlight public school', 'Phalia', NULL, 'Phalia', 'M.maaz', 'Same', '+9203011907273', '+9203011907273', 'Middle', 100, '2026-03', '2026-02', 1, 'Jinnah book phalia', '32.4203087,73.6677691', NULL, '2025-10-11 13:08:06', 0, NULL, NULL, '2025-09-05 13:08:11'),
(388, 26, 'ALLAMA IQBAL SCHOOL', 'SIALKOT', NULL, 'CANTT NEAR CLOCK TOWER', 'DIRECTORS', 'SIR IKRAM CHOUDHARY.... VICE PRINCIPAL (MR ALI RAZA)', '+9203216112425', '+9203216112425', 'High School', 3500, '2026-03', '', 1, 'DIFFERENT DEALERS', '29.51,71.63', NULL, '2025-11-04 17:14:11', 0, NULL, NULL, '2025-09-05 13:45:13'),
(389, 26, 'HARVARD GRAMMAR HIGH SCHOOL', 'SIALKOT', NULL, 'KACHEHRI ROAD', 'MR RASHEED', 'MR RASHEED', '+9203215299551', '+9203215299551', 'High School', 1800, '2026-02', '2025-12', 2, 'SHAHID BOOK DEPOT UGOKI', '29.51,71.63', NULL, '2025-10-27 13:43:23', 0, NULL, NULL, '2025-09-05 13:53:30'),
(390, 26, 'IDEAL SCHOOL SYSTEM', 'SIALKOT', NULL, 'SHAHAB PURA ROAD', 'MR IMRAN', 'MR IMRAN', '+9203006126230', '+9203006126230', 'High School', 1200, '2026-02', '2025-12', 6, 'ASHRAF BOOK CENTRE', '29.51,71.63', NULL, '2025-11-04 17:14:25', 0, NULL, NULL, '2025-09-05 14:01:12'),
(391, 25, 'The professional school', 'Phalia', NULL, 'Phalia', 'Unknown', 'Mam naila', '+9203417555382', '+9203417555382', 'High School', 400, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4203084,73.6677651', NULL, '2025-11-11 13:00:47', 0, NULL, NULL, '2025-09-05 14:29:11'),
(392, 25, 'The silk school', 'Phalia', NULL, 'Phalia', 'M wasif', 'Same', '+9203074141150', '+9203074141150', 'High School', 600, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4203133,73.6677658', NULL, '2025-10-01 11:02:05', 0, NULL, NULL, '2025-09-05 14:31:13'),
(393, 25, 'Izhar education academy school', 'Phalia', NULL, 'Phalia', 'Ali izhar', 'Same', '+9203328008922', '+9203328008922', 'High School', 750, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4203016,73.6677606', NULL, '2025-09-23 12:24:54', 0, NULL, NULL, '2025-09-05 14:32:59'),
(394, 25, 'Pehla qadam school', 'Phalia', NULL, 'Phalia', 'Khawar sb', 'Abdul qayum', '+9203007753415', '+9203007753415', 'High School', 350, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4202899,73.6677562', NULL, '2025-10-11 10:25:08', 0, NULL, NULL, '2025-09-05 16:32:59'),
(395, 25, 'The motivator school', 'Phalia', NULL, 'Phalia', 'Unknown', 'Qamar sjezad', '+9203421210150', '+9203421210150', 'High School', 500, '2026-03', '2025-12', 3, 'Jinnah book phalia', '32.4203104,73.6677586', NULL, '2025-10-11 10:26:47', 0, NULL, NULL, '2025-09-05 16:34:51'),
(396, 25, 'The pioneer school', 'Phalia', NULL, 'Phalia', 'Waqar db', 'Moeen ud din cheema', '+9203486000022', '+9203486000022', 'High School', 700, '2026-03', '2025-12', 2, 'Jinnah book phalia', '32.4202835,73.6677533', NULL, '2025-10-29 13:53:15', 0, NULL, NULL, '2025-09-05 16:36:53'),
(397, 25, 'Little angel islamic school', 'Phalia', NULL, 'Phalia', 'Saman zaman tarar', 'Same', '+9203420572885', '+9203420572885', 'Middle', 200, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4203112,73.6677637', NULL, '2025-11-11 12:59:48', 0, NULL, NULL, '2025-09-07 06:53:22'),
(398, 25, 'The knowledge velly school', 'Phalia', NULL, 'Phalia', 'Nadeem sb', 'Mrs nadeem', '+9203217497444', '+9203217497444', 'High School', 800, '2026-03', '2025-11', 1, 'Jinnah book phalia', '32.4203023,73.6677607', NULL, '2025-11-12 11:48:38', 0, NULL, NULL, '2025-09-07 06:59:48'),
(399, 25, 'Beacon public school', 'Lak', NULL, 'Phalia', 'Irfan sb', 'Same', '+9203466458790', '+9203466458790', 'High School', 250, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4203143,73.6677667', NULL, '2025-10-14 10:13:47', 0, NULL, NULL, '2025-09-07 07:01:17'),
(400, 25, 'Sunrise school', 'Kadhar', NULL, 'Phalia', 'Jamshed sb', 'Unknown', '+9203446190510', '+9203446190510', 'High School', 130, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4203121,73.6677668', NULL, '2025-09-29 10:30:57', 0, NULL, NULL, '2025-09-07 07:03:01'),
(401, 25, 'PIMS School', 'Phalia', NULL, 'Phalia', 'Ishtiaq sb', 'Same', '+9203027751962', '+9203027751962', 'High School', 100, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4203127,73.6677663', NULL, NULL, 0, NULL, NULL, '2025-09-07 07:04:52'),
(402, 25, 'The great school', 'Lak', NULL, 'Phalia', 'Miss zarina', 'Same', '+92033444940566', '+92033444940566', 'High School', 110, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4203077,73.6677686', NULL, '2025-10-14 10:14:32', 0, NULL, NULL, '2025-09-07 07:06:50'),
(403, 25, 'Dar ul ilam school', 'Mano chak', NULL, 'Phalia', 'Shabir sb', 'Same', '+9203006213459', '+9203006213459', 'High School', 200, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4203155,73.6677662', NULL, NULL, 0, NULL, NULL, '2025-09-07 07:08:33'),
(404, 25, 'Asad model school', 'Kadhar', NULL, 'Phalia', 'Sanawar sb', 'Same', '+9203335122305', '+9203335122305', 'High School', 275, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4203133,73.6677654', NULL, '2025-09-29 10:18:58', 0, NULL, NULL, '2025-09-07 07:10:22'),
(405, 25, 'Pakistan credit school', 'Dharaikan', NULL, 'Phalia', 'Riaz gondal', 'Same', '+9203416675191', '+9203416675191', 'High School', 186, '2026-03', '2025-12', 1, 'Ashfaq book depote', '32.4203133,73.6677655', NULL, '2025-10-16 11:13:55', 0, NULL, NULL, '2025-09-07 07:12:00'),
(406, 25, 'Mustafai al jannat school', 'Ranmal', NULL, 'Phalia', 'Iqbal sb', 'Mrs iqbal', '+9203456642266', '+9203456642266', 'High School', 130, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4203125,73.6677649', NULL, NULL, 0, NULL, NULL, '2025-09-07 07:13:42'),
(407, 25, 'Al farooq school', 'Helan', NULL, 'Phalia', 'Farooq sb', 'Same', '+9203006231541', '+9203006231541', 'High School', 350, '2026-03', '2026-02', 1, 'Jinnah book phalia', '32.4203159,73.6677666', NULL, '2025-10-15 12:36:18', 0, NULL, NULL, '2025-09-07 07:15:49'),
(408, 25, 'The green house public school', 'Helan', NULL, 'Phalia', 'Miss shagufta', 'Same', '+9203036870800', '+9203036870800', 'High School', 230, '2026-03', '2026-02', 1, 'Jinnah book phalia', '32.4203133,73.6677655', NULL, '2025-10-15 12:37:14', 0, NULL, NULL, '2025-09-07 07:17:24'),
(409, 25, 'CDS School', 'Helan', NULL, 'Phalia', 'Mrs afzal ahmad', 'Same', '+9203486160068', '+9203486160068', 'High School', 250, '2026-03', '2026-02', 1, 'Jinnah book phalia', '32.4203182,73.6677673', NULL, NULL, 0, NULL, NULL, '2025-09-07 07:19:03'),
(410, 25, 'Askari model school', 'Ghanian', NULL, 'Phalia', 'Umer hayat', 'Same', '+9203427104346', '+9203427104346', 'High School', 300, '2026-02', '2026-01', 1, 'Jinnah book phalia', '32.4203125,73.6677656', NULL, '2025-10-17 12:53:58', 0, NULL, NULL, '2025-09-07 07:20:48'),
(411, 11, 'Faizan public school', 'Narowal', NULL, 'Gunj Hussain abad', 'Faizan Idress', 'Faizan Idress', '+9203035220051', '+9203035220051', 'High School', 200, '2026-03', '2025-12', 0, '.', '32.09009009009009,74.861176657301', NULL, '2025-11-18 12:44:25', 0, NULL, NULL, '2025-09-08 04:17:36'),
(412, 8, 'Faisalabad school system', 'Faisalabad', NULL, 'Samnabad', 'Mrs. Faiza faisal', 'Mrs. Faiza faisal', '+9203036263175', '+9203036263175', 'High School', 300, '2026-03', '2026-01', 1, 'Waqas', '31.4030062,73.0340303', NULL, NULL, 0, NULL, NULL, '2025-09-08 06:26:12'),
(413, 8, 'Knowledge and wisdom school system', 'Faisalabad', NULL, 'Samnabad', 'Mr. Ali', 'Mrs. Anum', '+9203127863155', '+9203163832610', 'Middle', 450, '2026-01', '2025-11', 1, 'Waqas', '31.4029293,73.0339733', NULL, '2025-11-04 17:21:58', 0, NULL, NULL, '2025-09-08 06:33:57'),
(414, 8, 'The classic school', 'Faisalabad', NULL, 'Millat road', 'Mr. Arshad', 'Mr. Ali', '+9203006604177', '+9203006604177', 'High School', 350, '2026-03', '2026-01', 1, 'Waqas', '31.4030153,73.0340369', NULL, '2025-10-02 15:03:58', 0, NULL, NULL, '2025-09-08 06:35:38'),
(415, 8, 'Al Shafi model school', 'Faisalabad', NULL, 'Jhumra road', 'Mr. Asghar', 'Mr. Asghar', '+9203008731040', '+9203008731040', 'High School', 450, '2026-03', '2026-02', 1, 'Waqas', '31.4029648,73.0339936', NULL, '2025-10-16 12:43:22', 0, NULL, NULL, '2025-09-08 06:37:31'),
(416, 8, 'Islamic foundation school', 'Faisalabad', NULL, 'Nishatabad', 'Mr. Attiq', 'Mr. Attiq', '+9203006618912', '+9203006618912', 'High School', 500, '2026-03', '2026-01', 1, 'Waqas', '31.4029737,73.0339996', NULL, NULL, 0, NULL, NULL, '2025-09-08 06:38:57'),
(417, 8, 'Falcon grammer school', 'Faisalabad', NULL, 'Ashrafabad millat road', 'Mr. Ijaz', 'Mr. Ijaz', '+9203007963806', '+9203007963806', 'High School', 300, '2026-03', '2026-01', 1, 'Waqas', '31.4030033,73.034023', NULL, NULL, 0, NULL, NULL, '2025-09-08 06:40:35'),
(418, 8, 'Al faisal science school', 'Faisalabad', NULL, 'Sheikhpura road', 'Mr. Abdul majeed', 'Mr. Abdul majeed', '+9203355758517', '+9203355758517', 'High School', 400, '2026-03', '2026-01', 1, 'Waqas', '31.4028944,73.0339341', NULL, NULL, 0, NULL, NULL, '2025-09-08 06:42:01'),
(419, 8, 'Al aziz grammar school', 'Faisalabad', NULL, 'Gulistan colony', 'Mr. Tayyan aziz', 'Mr. Tayyab aziz', '+9203007258298', '+9203007258298', 'High School', 450, '2026-02', '2025-12', 1, 'Waqas', '31.4029748,73.0339971', NULL, NULL, 0, NULL, NULL, '2025-09-08 06:43:23'),
(420, 8, 'Student inn school (millat town)', 'Faisalabad', NULL, 'Millat town', 'Mrs. Iram', 'Mrs. Iram', '+9203068823133', '+9203068823133', 'Middle', 350, '2026-02', '2025-12', 7, 'Waqas', '31.4030184,73.0340354', NULL, NULL, 0, NULL, NULL, '2025-09-08 06:44:31'),
(421, 8, 'Student inn school (gulistan colony)', 'Faisalabad', NULL, 'Gulistan colony', 'Mr. Umer', 'Mr. Umer', '+9203216606725', '+9203051111328', 'High School', 400, '2026-02', '2025-12', 7, 'Waqas', '31.4030184,73.0340354', NULL, NULL, 0, NULL, NULL, '2025-09-08 06:46:13'),
(422, 8, 'Gillani public school', 'Faisalabad', NULL, 'Sargodha road', 'Mr. Faheem', 'Mr. Faheem', '+9203006695767', '+9203006695767', 'High School', 500, '2026-02', '2025-12', 1, 'Waqas', '31.4030009,73.0340185', NULL, '2025-10-24 17:35:00', 0, NULL, NULL, '2025-09-08 06:48:24'),
(423, 8, 'Al Falah school system', 'Faisalabad', NULL, 'Sargodha road', 'Mrs. Samina', 'Mrs. Samina', '+9203067107246', '+9203067107246', 'Middle', 400, '2026-03', '2026-01', 1, 'Waqas', '31.4029852,73.0340048', NULL, '2025-11-01 17:14:23', 0, NULL, NULL, '2025-09-08 06:51:35'),
(424, 8, 'Iqra international', 'Faisalabad', NULL, 'Sargodha road', 'Mrs. Shumaila', 'Mrs. Shumaila', '+9203338983759', '+9203338983759', 'Middle', 700, '2026-02', '2025-12', 1, 'Waqas', '31.4030169,73.0340365', NULL, '2025-11-01 17:14:08', 0, NULL, NULL, '2025-09-08 06:52:48'),
(425, 8, 'Pacific school system', 'Faisalabad', NULL, 'Daewoo road', 'Mrs. Javeria', 'Mrs. Javeria', '+9203123994117', '+9203123994117', 'High School', 250, '2026-03', '2025-12', 1, 'Waqas', '31.402989,73.0340149', NULL, '2025-10-30 16:27:20', 0, NULL, NULL, '2025-09-08 06:54:16'),
(426, 8, 'Angels international school', 'Faisalabad', NULL, 'Civil line', 'Mrs. Raheela', 'Mrs. Raheela', '+9203226283837', '+9203226283837', 'Primary', 500, '2026-08', '2026-06', 2, 'Waqas', '31.4030032,73.0340191', NULL, NULL, 0, NULL, NULL, '2025-09-08 06:55:47'),
(427, 8, 'Dar ul madina school', 'Faisalabad', NULL, 'Tariq road', 'Mr. Yasir', 'Mr. Yasir', '+9203089073058', '+9203089073058', 'High School', 200, '2026-01', '2025-11', 1, 'Waqas', '31.4030155,73.0340301', NULL, NULL, 0, NULL, NULL, '2025-09-08 06:56:54'),
(428, 8, 'Tabeer school system', 'Faisalabad', NULL, 'Jhang road', 'Mr. Aqeel', 'Mr. Aqeel', '+9203017174803', '+9203017174803', 'High School', 550, '2026-02', '2025-12', 1, 'Waqas', '31.4029621,73.0339945', NULL, NULL, 0, NULL, NULL, '2025-09-08 06:58:00'),
(429, 8, 'A.B.A school system', 'Faisalabad', NULL, 'Jhang road', 'Mr. Umer', 'Mr. Umer', '+9203236696193', '+9203236696193', 'High School', 600, '2026-02', '2025-12', 2, 'Waqas', '31.4029731,73.034', NULL, NULL, 0, NULL, NULL, '2025-09-08 06:59:00'),
(430, 8, 'Sheri public school', 'Faisalabad', NULL, 'Model town', 'Mr. Roomi', 'Mr. Roomi', '+9203216000020', '+920321000020', 'High School', 1200, '2026-03', '2026-01', 2, 'Waqas', '31.4029331,73.0340048', NULL, '2025-10-27 13:49:13', 0, NULL, NULL, '2025-09-08 07:00:13'),
(431, 7, 'QUAID PUBLIC SCHOOL', 'SIALKOT', NULL, 'BHIKI PIND MRAKIWAL', 'ABDUL KHALIQ', 'ABDUL KHALIQ', '+9203446379609', '+9203446379609', 'Middle', 600, '2026-02', '2025-11', 1, 'Cantt book shop', '31.5566593,74.3037574', NULL, NULL, 0, NULL, NULL, '2025-09-08 07:07:49'),
(432, 9, 'IPS school phalwari', 'Shakargarh', NULL, 'Phalwari', 'Sarmad yaqoob', 'Sarmad yaqoob', '+9203454713157', '+9203454713157', 'High School', 370, '2026-01', '2025-11', 1, 'New star book depot', 'Error: User denied Geolocation', NULL, '2025-11-07 15:34:57', 0, NULL, NULL, '2025-09-08 08:33:02'),
(433, 9, 'Awami international school', 'Shakargarh', NULL, 'Pindi Saniyan', 'Habib ur Rehman', 'Habib ur Rehman', '+9203017345656', '+9203017345656', 'High School', 450, '2026-02', '2025-11', 1, 'New star book depot', 'Error: User denied Geolocation', NULL, '2025-11-07 15:34:41', 0, NULL, NULL, '2025-09-08 08:36:47'),
(434, 9, 'Alnassar pre Cadet school', 'Shakargarh', NULL, 'Pindi saniyan', 'Habib ahmed', 'Habib Ahmed', '+9203007768241', '+9203007768241', 'High School', 350, '2026-02', '2025-11', 1, 'Bhatti book depot', 'Error: User denied Geolocation', NULL, '2025-11-07 15:34:32', 0, NULL, NULL, '2025-09-08 08:56:02'),
(435, 9, 'Rasheeda Memorial School', 'Shakargarh', NULL, 'Maryal station', 'Rehana mam', 'Mam Rehana', '+9203463580413', '+9203463580413', 'High School', 280, '2026-03', '2025-12', 1, 'New star book depot', 'Error: User denied Geolocation', NULL, '2025-10-30 16:17:25', 0, NULL, NULL, '2025-09-08 08:58:15'),
(436, 9, 'Satellite school', 'Shakargarh', NULL, 'Baran natlan', 'Abdul Razzaq Mehsi', 'Razaq Mehsi', '+9203026602876', '+9203026602876', 'High School', 550, '2026-02', '2025-12', 1, 'Lasani book and bhatti book depot', 'Error: User denied Geolocation', NULL, '2025-11-15 10:37:12', 0, NULL, NULL, '2025-09-08 09:01:46'),
(437, 21, 'Dawood Educational Complex', 'Pakpattan', NULL, 'Sahiwal Road Pakpattan', 'Jamil Ahmad', 'Jamil Ahmad', '+9203008755966', '+9203008755966', 'Primary', 250, '2026-01', '2025-12', 1, 'Faid Book Center', '30.4858517,73.347875', NULL, '2025-11-11 12:03:38', 0, NULL, NULL, '2025-09-08 11:56:15'),
(438, 21, 'Zakariya Public High School', 'Pakpattan', NULL, 'Sahiwal Road Pakpattan', 'Miss Najma', 'Miss Najma', '+9203076281932', '+9203076281932', 'Primary', 600, '2026-01', '2025-11', 3, 'Kids Book Center and Al Badar Book Center', '30.48587,73.3477617', NULL, '2025-10-10 09:35:59', 0, NULL, NULL, '2025-09-08 12:00:21'),
(439, 21, 'Dawan Education System', 'Pakpattan', NULL, 'pakpattan', 'Ijaz Ahmad', 'Ijaz Ahmad', '+9203057375113', '+9203057375113', 'High School', 400, '2026-01', '2025-11', 1, 'Kids Book Center Pakpattan', 'Error: Timeout expired', NULL, '2025-10-07 10:00:25', 0, NULL, NULL, '2025-09-08 12:03:41'),
(440, 21, 'AÛ”Q Khan Public High School', 'Pakpattan', NULL, 'Malka Hans', 'Liqat Ali Sab', 'Liqat Ali', '+9203026940586', '+9203026940586', 'Primary', 200, '2026-02', '2025-12', 1, 'Self', 'Error: Timeout expired', NULL, '2025-11-11 12:03:04', 0, NULL, NULL, '2025-09-08 12:06:54'),
(441, 25, 'Air foundation school system', 'Phalia', NULL, 'Phalia', 'Syed saqlain', 'Same', '+9203167979321', '+9203167979321', 'High School', 250, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.431926,73.581015', NULL, NULL, 0, NULL, NULL, '2025-09-09 03:48:46'),
(442, 25, 'Aims school system', 'Phalia', NULL, 'Phalia', 'Kashif mehmood', 'Same', '+9203338033735', '+9203338033735', 'High School', 350, '2026-01', '2025-11', 2, 'Jinnah book phalia', '32.431926,73.5810156', NULL, '2025-10-24 17:37:47', 0, NULL, NULL, '2025-09-09 03:51:22'),
(443, 22, 'BRIGHT GROUP OF SCHOOL & COLLEGE', 'Lahore', NULL, 'Abbas nagar shahdara town', 'MUHAMMAD NADEEM', 'MUHAMMAD NADEEM', '+9203217000347', '+9203217000347', 'High School', 500, '2026-01', '2025-10', 3, 'IBRAHIM', '31.6335852,74.2916799', NULL, NULL, 0, NULL, NULL, '2025-09-09 04:36:35'),
(444, 22, 'KIDS EDUCATION', 'Lahore', NULL, 'Abbas nagar', 'ABDUL WAHAB', 'ABDUL WAHAB', '+9203094131424', '+9203094131424', 'Middle', 225, '2026-01', '2025-10', 1, 'IBRAHIM', 'Error: Timeout expired', NULL, NULL, 0, NULL, NULL, '2025-09-09 04:50:02'),
(445, 22, 'LASANI', 'LAHORE', NULL, 'ABBAS TOWN', 'SIR ASJAD', 'SIR ASJAD', '+9203244626068', '+9203244626068', 'Primary', 200, '2026-09', '2025-11', 1, 'IBRAHIM', '31.629032,74.2898095', NULL, NULL, 0, NULL, NULL, '2025-09-09 04:59:08'),
(446, 11, 'Zain pilot Model school', 'Narowal', NULL, 'Village Kaka klass', 'Nadeem Ahmad', 'Nadeem Ahmad', '+9203007779014', '+9203007779014', 'High School', 260, '2026-02', '2025-12', 0, 'City book depot', '32.108108108108105,74.91848853885206', NULL, NULL, 0, NULL, NULL, '2025-09-09 04:59:21'),
(447, 11, 'Inclusive Education Complex', 'Narowal', NULL, 'Village kaka klass', 'Ammer Muhammed', 'Ammer Muhammed', '+9203008057220', '+9203008057220', 'High School', 150, '2026-01', '2025-11', 0, '.', '32.108108108108105,74.91848853885206', NULL, NULL, 0, NULL, NULL, '2025-09-09 05:38:13'),
(448, 24, 'M N EDUCATIONAL SCHOOL', 'Lahore', NULL, 'Islmia park', 'Mr umer', 'Mr umer', '+9203238494242', '+9203238494242', 'Middle', 300, '2026-03', '2025-12', 1, 'Open', '31.5459096,74.3022147', NULL, NULL, 0, NULL, NULL, '2025-09-09 05:43:30'),
(449, 22, 'ISLAMA EDUCATION GRAMER SHOOL', 'Lahore', NULL, 'Shahdara town', 'MUHAMMAD JAMSHID', 'MUHAMMAD JAMSHID', '+9203268806002', '+9203256254683', 'Middle', 200, '2026-01', '2025-10', 1, 'Mirza ABDUAL RAHMAN', '31.6354423,74.3080648', NULL, NULL, 0, NULL, NULL, '2025-09-09 05:47:02'),
(450, 22, 'WORLD CLASS GRAMER SCHOOL', 'LAHORE', NULL, 'KALA KHATAI ROAD', 'DR AWAIS MAQSOOR', 'DR AWAIS MAQSOOD', '+9203324259707', '+9203059151051', 'High School', 300, '2026-01', '2025-10', 1, 'MIRZA ABDUAL RAHMAN', '31.6469775,74.2894899', NULL, NULL, 0, NULL, NULL, '2025-09-09 06:12:45'),
(451, 22, 'NEW JINNAH SCHOOL', 'LAHORE', NULL, 'Haider road rana town', 'RANA SOHAIL', 'RANA SOHAIL', '+9203066262373', '+9203014852879', 'High School', 250, '2026-01', '2025-10', 1, 'MIRZA ABDUAL RAHMAN', '31.6727344,74.2721519', NULL, NULL, 0, NULL, NULL, '2025-09-09 06:35:14'),
(452, 26, 'The Plebe School', 'Sialkot', NULL, 'Abbot road', 'Abdul Qadeer', 'Mr Zuhaib Rafique', '+9203136499000', '+9203136499000', 'High School', 250, '2026-02', '2025-12', 1, 'Different', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-09 06:48:02'),
(453, 11, 'ibn khaldun science institute', 'Narowal', NULL, 'Village Chandarkey', 'Syeed sub', 'Syeed sub', '+9203338788017', '+9203338788017', 'High School', 250, '2026-03', '2026-01', 0, 'City book depot', '32.126126126126124,74.97583045412429', NULL, '2025-10-29 12:51:06', 0, NULL, NULL, '2025-09-09 06:51:01'),
(454, 22, 'UNIVERSAL MODEL SCHOOL', 'Lahore', NULL, 'Haider road rana town', 'CH MUHAMMAD JAMEEL AKBAR', 'CH MUHAMMAD JAMEEL AKBAR', '+9203069500069', '+9203069500069', 'High School', 1000, '2026-01', '2025-11', 2, 'MIRZA ABDUAL RAHMAN', 'Error: Timeout expired', NULL, NULL, 0, NULL, NULL, '2025-09-09 07:13:50'),
(455, 26, 'The Native School', 'Sialkot', NULL, 'Kachehri Road', 'Mr Zubaid', 'Mr zubaid', 'Mr Zubaid', '+9203457197200', 'High School', 310, '2026-02', '2026-01', 1, 'Book shop', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-09 07:14:33'),
(456, 10, 'samad  school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam sadia', 'madam sadia', '+9203286492740', '+9203286492740', 'Middle', 60, '2026-02', '2025-12', 0, 'will be shared', 'Error: User denied Geolocation', NULL, '2025-10-21 11:18:07', 0, NULL, NULL, '2025-09-09 07:32:47'),
(457, 11, 'MD Education System', 'Narowal', NULL, 'Village kanjur', 'Rana Waqar', 'Rana Waqar', '+9203026648434', '+9203026648434', 'High School', 700, '2026-01', '2025-11', 0, '.', '32.16216216216216,74.98418359447913', NULL, '2025-10-27 12:59:03', 0, NULL, NULL, '2025-09-09 07:56:41'),
(458, 10, 'stepon school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam nabila', 'madam abila', '+9203006032365', '+9203006032365', 'Primary', 60, '2026-02', '2025-12', 0, 'mixed', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-09 08:10:09'),
(459, 26, 'ELC school system', 'Sialkot', NULL, 'Abbot Road', 'Mr Zaheer', 'Mr Zaheer', '+9203219611984', '+9203219611984', 'High School', 450, '2026-03', '2026-01', 1, 'Ashraf book centre', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-09 08:30:37'),
(460, 24, 'Net school system', 'Lahore', NULL, '451 samnabad', 'Mr omer', 'Mr omer', '+9203004686088', '+9203004686088', 'Middle', 300, '2026-02', '2025-12', 1, 'Open', '31.5566236,74.3037611', NULL, NULL, 0, NULL, NULL, '2025-09-09 08:33:17'),
(461, 24, 'The trust gammer school', 'Lahore', NULL, '802 ponch road', 'Mr fareed', 'Mr fareed', '+9203267276771', '+920332438099', 'Middle', 300, '2026-03', '2025-11', 1, 'Open', '31.5566312,74.3037621', NULL, NULL, 0, NULL, NULL, '2025-09-09 08:40:17'),
(462, 9, 'Punjab progressive school', 'Shakargarh', NULL, 'Baran natlan', 'Hafiz farooq akhtar', 'Farooq akhtar', '+9203016337400', '+9203016337400', 'High School', 450, '2026-03', '2025-12', 1, 'Bhatti book depot', '32.3540869,75.1706518', NULL, NULL, 0, NULL, NULL, '2025-09-09 09:04:33'),
(463, 21, 'Fatima Jinnah School', 'Arifwala', NULL, 'Rangshah', 'Muhammad Islam', 'Muhammad Islam', '+9203047120452', '+9203047120452', 'High School', 350, '2026-02', '2025-12', 1, 'Ramzan Book Center Rang Shah', '30.4859283,73.347865', NULL, NULL, 0, NULL, NULL, '2025-09-09 14:57:38'),
(464, 21, 'Al Zia Public School', 'Arifwala', NULL, 'Rangshah', 'Ifthkar Ahmad', 'ifthkar ahmad', '+9203345556900', '+9203345556900', 'Middle', 190, '2026-02', '2025-12', 1, 'Selif', '30.4858633,73.34773', NULL, NULL, 0, NULL, NULL, '2025-09-09 14:59:34'),
(465, 21, 'Al Azeem Public School', 'Arifwala', NULL, 'Rangshah', 'Ateeq Ul Rahman', 'Ateeq Ul Rahman', '+9203438665571', '+9203438665571', 'Middle', 350, '2026-01', '2025-11', 2, 'Ramzan Book Center Rang Shah', '30.4859617,73.3479267', NULL, '2025-10-15 12:02:18', 0, NULL, NULL, '2025-09-09 15:01:19'),
(466, 21, 'Faizan Grammar School', 'Arifwala', NULL, 'Rangshah', 'Abu Sufyan', 'Abu Sufyan', '+9203009428649', '+9203009428649', 'Primary', 200, '2026-02', '2025-12', 1, 'Fatima Book Center Pakpattan', '30.4854867,73.3494683', NULL, NULL, 0, NULL, NULL, '2025-09-09 15:03:44'),
(467, 21, 'EÛ”FÛ”A Public School', 'Arifwala', NULL, 'Rangshah', 'Ch Moazzam', 'Ch Moazzam', '+9203227850054', '+9203227850054', 'Primary', 250, '2026-02', '2025-12', 1, 'Self', '30.4861133,73.3481183', NULL, '2025-10-15 15:21:26', 0, NULL, NULL, '2025-09-09 15:06:09'),
(468, 22, 'WISDOM LAND HIGH SCHOOL', 'LAHORE', NULL, 'SHAHDARA', 'CH.KHALIL-UR-RAHMAN', 'RANA MUHAMMAD ZIAD', '+9203217296894', '+9203217296894', 'High School', 500, '2026-01', '2025-11', 1, 'IBRAHIM', '31.6275863,74.277285', NULL, NULL, 0, NULL, NULL, '2025-09-10 04:43:33'),
(469, 22, 'R.B.K.C THE GIRLS HIGH SCHOOL', 'LAHORE', NULL, 'SHAHDARA', 'SIR BASIT', 'SIR BASI', '+9203025746025', '+9203025746025', 'High School', 600, '2026-01', '2025-11', 1, 'MIRZA ABDUAL RAHMAN', '31.6279678,74.2770055', NULL, NULL, 0, NULL, NULL, '2025-09-10 04:55:38'),
(470, 11, 'Ravian School system', 'Narowal', NULL, 'Amin colony', 'Rahan', 'Rahan', '+9203349765837', '+9203403385492', 'Middle', 180, '2026-03', '2026-01', 0, 'City book depot', '32.09009009009009,74.861176657301', NULL, NULL, 0, NULL, NULL, '2025-09-10 05:15:36'),
(471, 22, 'THE SMARTS SCHOOL', 'LAHORE', NULL, 'Sui gas road', 'Sir monzoor', 'Sir monzoor', '+9203200403004', '+9203200403004', 'High School', 500, '2026-01', '2025-11', 1, 'MIRZA ABDUAL RAHMAN', '31.6206475,74.2762212', NULL, NULL, 0, NULL, NULL, '2025-09-10 05:26:40'),
(472, 26, 'City Model school', 'Sialkot', NULL, 'Neka pura', 'Mr Javed Tambra', 'Mr Javed Tambra', '+9203218619989', '+9203218619989', 'High School', 1000, '2026-03', '2026-01', 1, 'Ashraf book centre', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-10 05:32:43'),
(473, 10, 'star school sargodha', 'sargodha', NULL, 'university road sargodha', 'farooq sab', 'farooq sab', '+9203009605504', '+9203009605504', 'Middle', 300, '2026-03', '2025-12', 0, 'mixed', 'Error: User denied Geolocation', NULL, '2025-11-17 12:20:40', 0, NULL, NULL, '2025-09-10 05:35:29'),
(474, 22, 'THE PRIME SCHOOL', 'LAHORE', NULL, 'N', 'Sir SALMAN', 'Sir SALMAN', '+9203237394546', '+9203214988098', 'High School', 1700, '2026-02', '2025-11', 2, 'IBRAHIM', '31.6104935,74.2526155', NULL, NULL, 0, NULL, NULL, '2025-09-10 05:44:37'),
(475, 26, 'Suffah Learning School', 'Sialkot', NULL, 'Zafar Wal road', 'Mr Zahur Amhed', 'Mr Zahur Ahmed', '+9203316635368', '+9203316635368', 'High School', 450, '2026-02', '2025-12', 1, 'Ashraf book centre', 'Error: User denied Geolocation', NULL, '2025-10-17 12:48:25', 0, NULL, NULL, '2025-09-10 05:59:14'),
(476, 11, 'Ghazali Flower School', 'Narowal', NULL, 'Near to SP House', 'Sher  Muhammed', 'Sher Muhammed', '+9203224426443', '+9203224426443', 'High School', 800, '2026-03', '2025-12', 0, '.', '32.09009009009009,74.8824440370332', NULL, NULL, 0, NULL, NULL, '2025-09-10 06:31:09'),
(477, 8, 'ABS grammar school', 'Faisalabad', NULL, '209 chak jaranwala road', 'Mr. Azhar Khalid', 'Mr. Azhar khalid', '+9203153042209', '+9203153042209', 'High School', 550, '2026-03', '2025-12', 1, 'Waqas', '31.4124173,73.1810596', NULL, NULL, 0, NULL, NULL, '2025-09-10 06:42:46'),
(478, 22, 'UROOJ GRAMMAR SCHOOL', 'LAHORE', NULL, 'Shahdara', 'Main ANSER', 'Main ANSER', '+9203234270259', '+9203234270259', 'High School', 300, '2026-02', '2025-11', 1, 'IBRAHIM', '31.611318,74.2494894', NULL, NULL, 0, NULL, NULL, '2025-09-10 06:46:46'),
(479, 26, 'Marhaba Public high school', 'Sialkot', NULL, 'Zafar Wal road', 'Mr Khusham', 'Mr khusham', '+9203316470104', '+9203316470104', 'High School', 630, '2026-02', '2026-01', 1, 'Cantt Book centre', 'Error: User denied Geolocation', NULL, NULL, 0, NULL, NULL, '2025-09-10 06:59:19'),
(482, 9, 'Alhadi school dogran', 'Shakargarh', NULL, 'Dogran Adda', 'M Hussain', 'M hussain', '+9203064469118', '+9203064469118', 'High School', 250, '2026-02', '2025-12', 1, 'Bhatti book depot', '32.2927267,75.2775933', NULL, NULL, 0, NULL, NULL, '2025-09-10 07:10:25'),
(484, 8, 'L.M.G school system', 'Faisalabad', NULL, '20', 'Mr. Nadeem', 'Mr. Nadeem', '+9203137143271', '+9203137143271', 'High School', 500, '2026-03', '2025-12', 1, 'Waqas', '31.4135519,73.1820754', NULL, NULL, 0, NULL, NULL, '2025-09-10 07:11:54'),
(486, 22, 'THE LAHORE CITY SCHOOL', 'LAHORE', NULL, 'Rahman garden', 'Miss NOSHEEN', 'MISS NOSHEEN', '+9203000332550', '+9203000332550', 'High School', 500, '2026-01', '2025-11', 1, 'Mursalin', '31.5947517,74.2350599', NULL, NULL, 0, NULL, NULL, '2025-09-10 07:19:41'),
(494, 10, 'elysium city school sargodha', 'sargodha', NULL, 'muradabad colony sargodha', 'madam kiran', 'madam kiran', '+9203357548033', '+9203357548033', 'Middle', 300, '2026-03', '2025-12', 2, 'mixed', '32.0660721,72.6846768', NULL, '2025-10-24 17:28:59', 0, NULL, NULL, '2025-09-10 10:38:16'),
(495, 10, 'elysium hall school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam', 'madam sumara', '+9203009601620', '+9203009601620', 'Middle', 300, '2026-03', '2025-12', 0, 'mixed', '32.06607,72.6846807', NULL, '2025-11-07 15:58:38', 0, NULL, NULL, '2025-09-10 10:40:33'),
(496, 12, 'Only for testing', 'Twst', NULL, 'Tets', 'Ali2', 'ali raza', '030330', '03877', 'Middle', 258, '2025-09', '2025-09', 1, 'Ali', '31.5565551,74.3036746', '2025-09-17', NULL, 0, NULL, NULL, '2025-09-10 10:46:26'),
(498, 21, 'Beacon School', 'Bunga hayat', NULL, 'Bunga hayat', 'Safdar Sab', 'Safdar sab', '+9203000202333', '+9203000202333', 'High School', 500, '2026-01', '2025-11', 1, 'Ilami Book Center Bunga hayat', '30.4858,73.3477533', NULL, NULL, 0, NULL, NULL, '2025-09-10 11:55:56'),
(499, 21, 'Allied School', 'Bunga hayat', NULL, 'Bunga hayat', 'Talha Javed', 'Talha Javed', '+9203073980791', '+9203073980791', 'Primary', 300, '2026-01', '2025-11', 1, 'Ilami Book Center Bunga hayat', '30.48586,73.34795', NULL, NULL, 0, NULL, NULL, '2025-09-10 11:58:02'),
(500, 21, 'The Unique International', 'Bunga hayat', NULL, 'Bunga hayat', 'Ayesha Manzoor', 'Ayesha Manzoor', '+9203079629882', '+9203079629882', 'Primary', 300, '2026-02', '2026-01', 2, 'Self', '30.485845,73.3478667', NULL, '2025-10-18 15:30:42', 0, NULL, NULL, '2025-09-10 12:00:05'),
(501, 21, 'Explore Valley School', 'Pakpattan', NULL, 'pakpattan', 'Jhanger Ahmad', 'Asmia', '+9203012684699', '+9203012684699', 'High School', 700, '2025-12', '2025-11', 2, 'Naseem Book Center Pakpattan', '30.48589,73.34774', NULL, '2025-11-18 14:02:51', 0, NULL, NULL, '2025-09-10 12:02:44'),
(502, 21, 'Al ASR Islamic School', 'Pakpattan', NULL, 'pakpattan', 'Salman Sab', 'Salman Sab', '+9203002269197', '+9203002269197', 'Preschool', 200, '2025-12', '2025-11', 1, 'Self', '30.4860183,73.3479917', NULL, NULL, 0, NULL, NULL, '2025-09-10 12:04:20'),
(503, 21, 'Forces Schools', 'Pakpattan', NULL, 'pakpattan', 'Younas Sab', 'Younas Sab', '+9203347477096', '+9203347477096', 'High School', 600, '2026-01', '2025-11', 2, 'Self', '30.48578,73.3477833', NULL, '2025-10-10 09:32:00', 0, NULL, NULL, '2025-09-10 12:06:21'),
(504, 21, 'MÛ”AÛ”S School', 'Pakpattan', NULL, 'pakpattan', 'Anees Sab', 'Anees Sab', '+9203037610026', '+9203037610026', 'Middle', 400, '2026-01', '2025-11', 1, 'Ashfiq Book Center Pakpattan', '30.4857833,73.3479717', NULL, '2025-11-18 14:01:39', 0, NULL, NULL, '2025-09-10 12:08:02'),
(505, 21, 'The Broadway School', 'Pakpattan', NULL, '19/sp', 'Ch M Junaid', 'Ch M Junaid', '+9203001015619', '+9203001015619', 'Primary', 170, '2026-01', '2025-11', 1, 'Self', '30.4860383,73.34764', NULL, '2025-10-11 10:00:50', 0, NULL, NULL, '2025-09-10 12:09:50'),
(506, 23, 'Sharif Grammar High School', 'Lahore', NULL, 'Kahna Nau', 'Mudassir Hameed', 'Mudassir Hameed', '+9203219789094', '+9203219789094', 'Middle', 1000, '2026-01', '2025-11', 2, 'Rehmani Book shop', '31.556549,74.3037551', NULL, '2025-10-09 14:26:06', 0, NULL, NULL, '2025-09-10 12:11:47'),
(507, 16, 'The school of Multan', 'Multan', NULL, 'Nawab pur road', 'Imran sb', 'Mrs Imran', '+9203008783030', '+9203008783030', 'Middle', 250, '2026-03', '2026-01', 1, 'Azan books', '30.2369037,71.4796048', NULL, NULL, 0, NULL, NULL, '2025-09-10 15:49:35'),
(508, 16, 'Mavan', 'Multan', NULL, 'Bosan road', 'Athar Qureshi', 'Sir sabir', '+9203007303164', '+9203007303164', 'High School', 400, '2025-09', '2025-03', 2, 'Open list', '30.2369019,71.4796091', NULL, NULL, 0, NULL, NULL, '2025-09-10 16:08:11'),
(509, 16, 'Multan Montessori', 'Multan', NULL, 'MDA Chowk', 'MD', 'Miss Shazia', '+9203019303040', '+9203019303040', 'Primary', 200, '2026-02', '2025-12', 1, 'M K G', '30.2369059,71.4796031', NULL, NULL, 0, NULL, NULL, '2025-09-10 16:11:52'),
(510, 16, 'Beacon city', 'Multan', NULL, 'Ghanta Ghar', 'MD', 'MD', '+9203006385866', '+9203006365866', 'High School', 1200, '2026-03', '2026-01', 4, 'M K G', '30.2369055,71.4796073', NULL, NULL, 0, NULL, NULL, '2025-09-10 16:17:55'),
(511, 16, 'FG school', 'Multan', NULL, 'Cantonment', 'Govt', 'Miss Rabia', '+9203260514128', '+9203260514128', 'Middle', 450, '2025-09', '2025-04', 1, 'M K G', '30.2369034,71.4796017', NULL, NULL, 0, NULL, NULL, '2025-09-10 16:27:28'),
(512, 16, 'Maria school', 'Multan', NULL, 'Masom Shah road', 'MD', 'Miss rizwana', '+9203027388844', '+9203027388844', 'High School', 400, '2026-03', '2026-01', 1, 'M K G', '30.2369059,71.4796035', NULL, NULL, 0, NULL, NULL, '2025-09-10 16:31:37'),
(513, 16, 'Sidra school', 'Multan', NULL, 'Masom Shah', 'Miss sidra', 'Miss Sidra', '+9203261550998', '+9203261650998', 'High School', 400, '2026-03', '2026-01', 1, 'M K G', '30.2369059,71.4796035', NULL, NULL, 0, NULL, NULL, '2025-09-10 16:34:42'),
(514, 16, 'Learnovative', 'Multan', NULL, 'Police lines', 'Shahryar', 'Sheryar', '+9203320305895', '+9203320305895', 'Primary', 250, '2026-02', '2025-12', 1, 'M K G', '30.2369111,71.4796043', NULL, '2025-10-03 09:48:25', 0, NULL, NULL, '2025-09-10 16:42:40'),
(515, 16, 'Eden school', 'Multan', NULL, 'Old khanewal road', 'Miss Sidra', 'Miss Sidra', '+9203103224127', '+9203103224127', 'Middle', 350, '2026-03', '2025-12', 1, 'M K G', '30.2369058,71.4796033', NULL, NULL, 0, NULL, NULL, '2025-09-10 16:46:59'),
(516, 16, 'Kids foundation', 'Multan', NULL, 'Shamas Abad', 'Mam gazala', 'Mam', '+9203037356831', '+9203037356831', 'Primary', 400, '2025-08', '2025-05', 2, 'M K G', '30.2369059,71.4796035', NULL, NULL, 0, NULL, NULL, '2025-09-10 16:54:03'),
(517, 9, 'Ghazali Education trustra', 'Shakargarh', NULL, 'Dogran Adda', 'Azeem sb', 'Azeem sb', '+9203017768644', '+9203017768644', 'High School', 250, '', '', 6, 'Chain system', '32.2626912,75.1547804', NULL, NULL, 0, NULL, NULL, '2025-09-10 18:49:37'),
(518, 16, 'The Khan school', 'Multan', NULL, 'Suraj miani', 'Ayaz Khan', 'Ayaz Khan', '+9203008711595', '+9203008711595', 'High School', 400, '2026-01', '2025-10', 1, 'M K G', '30.2353723,71.4759056', NULL, NULL, 0, NULL, NULL, '2025-09-11 02:13:04'),
(519, 16, 'The knowledge', 'Multan', NULL, 'Nawa shehr', 'Sana Iqbal', 'Sana Iqbal', '+9203027443645', '+9203027443645', 'Middle', 550, '2026-01', '2025-12', 1, 'Open', '30.2369065,71.4795972', NULL, '2025-10-03 10:01:23', 0, NULL, NULL, '2025-09-11 03:08:28'),
(520, 16, 'Roots public', 'Multan', NULL, 'Shams abad', 'MD', 'Mam Kausar', '+9203226197758', '+9203226197758', 'Middle', 350, '2026-03', '2025-12', 1, 'M K G', '30.2369038,71.4796014', NULL, '2025-10-11 12:45:23', 0, NULL, NULL, '2025-09-11 03:19:42'),
(521, 16, 'Premier', 'Multan', NULL, 'Khawaja colony', 'MD', 'MD', '+9203055135373', '+9203055135373', 'High School', 400, '2026-03', '2026-01', 1, 'M K G', '30.2368967,71.4796019', NULL, NULL, 0, NULL, NULL, '2025-09-11 03:27:56'),
(522, 16, 'New iqra', 'Multan', NULL, 'Raheem Chowk', 'M Nasir Ali', 'Salma sadique', '+9203006372136', '+9203307019998', 'Middle', 200, '2026-03', '2026-01', 1, 'M K G', '30.2369049,71.4795974', NULL, NULL, 0, NULL, NULL, '2025-09-11 03:36:50'),
(523, 11, 'The Ideal school', 'Narowal', NULL, 'Bijli Ghar Narowal', 'Muhammad Umair Saeed', 'Muhammad Umair Saeed', '+9203328644281', '+9203155544281', 'High School', 400, '2025-10', '2025-10', 2, '.', '32.108108108108105,74.85467381266905', NULL, NULL, 0, NULL, NULL, '2025-09-11 04:01:15'),
(524, 9, 'Bhatti book depot', 'Shakargarh', NULL, 'Shamal road', 'Mian Rashid', 'Mian Rashid', '+9203007772560', '+9203007772560', 'High School', 123, '2025-09', '2025-09', 1, 'Bhatti book depot', '32.2667655,75.1676788', NULL, NULL, 0, NULL, NULL, '2025-09-11 04:28:03'),
(525, 5, 'The Atlas School System', 'Multan', NULL, 'Buz Bosan road multan', 'Aliya waheed', 'Aliya waheed', '+9203008431175', '+9203008431175', 'High School', 700, '2026-01', '2025-09', 2, 'Open', '30.2719905,71.4938682', NULL, NULL, 0, NULL, NULL, '2025-09-11 04:40:24'),
(526, 5, 'Crescent School System', 'Multan', NULL, 'Bahdarpur Multan', 'Sir Shafiq', 'Sir Shafiq', '+9203008742339', '+9203008742339', 'High School', 300, '2026-02', '2025-11', 1, 'Multan kitab ghar', '30.2584167,71.4908027', NULL, NULL, 0, NULL, NULL, '2025-09-11 04:58:44'),
(527, 8, 'Usama bin zaid public high school', 'Faisalabad', NULL, 'Jhang road', 'Miss Aneela', 'Miss Aneela.', '+9203070448521', '+9203070448521', 'High School', 700, '2026-02', '2025-12', 2, 'Waqas', '31.4065546,73.0484524', NULL, '2025-11-07 16:03:11', 0, NULL, NULL, '2025-09-11 05:01:25'),
(528, 9, 'Dream public school Gamtala chowk', 'Shakargarh', NULL, 'Gamtala chowk', 'Rizwan sb', 'Naveed Shamsi sb', '+9203063388739', '+9203063388739', 'High School', 650, '2026-02', '2025-11', 2, 'Bhatti book depot', '32.2588067,75.163095', NULL, NULL, 0, NULL, NULL, '2025-09-11 05:05:07'),
(529, 11, 'DPS  School System', 'Narowal', NULL, 'Village :Domala', 'M. Umair', 'Neelam', '+9203451016775', '+9203458127775', 'High School', 300, '2026-01', '2025-11', 0, '.', '32.16216216216216,74.81391011484365', NULL, NULL, 0, NULL, NULL, '2025-09-11 05:24:09'),
(530, 3, 'Sitara secondry Model School', 'LHR', NULL, 'Veishno street sant Nager', 'Muhammad Ali', 'Mam Gohar', '+9203014483849', '+9203216666848', 'High School', 160, '2026-03', '2026-01', 1, 'Yosaf hanif', '31.5706756,74.2962969', NULL, NULL, 0, NULL, NULL, '2025-09-11 05:37:54'),
(531, 9, 'New Horizon School', 'Shakargarh', NULL, 'Gamtala chowk', 'Qudoos Sb', 'M Danish', '+9203279802238', '+9203279802238', 'High School', 470, '2026-02', '2025-12', 1, 'Friends Book depot and Bhatti book depot', '32.2517627,75.1564121', NULL, '2025-11-03 11:30:22', 0, NULL, NULL, '2025-09-11 05:41:26'),
(532, 25, 'Kingston Montessori school', 'Phalia', NULL, 'Phalia', 'Miss shumaila akhtar', 'Same', '+9203230703789', '+9203230703789', 'High School', 80, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4254513,73.5728474', NULL, '2025-11-11 13:00:09', 0, NULL, NULL, '2025-09-11 05:45:26'),
(533, 15, 'tariq bin ziad', 'sahiwal', NULL, 'fateh sher', 'sir tariq', 'mam zahida', '+9203046786644', '+9203046786644', 'High School', 500, '2026-03', '2026-02', 1, 'irfan book', '30.677577812826396,73.10900522536477', NULL, '2025-10-21 12:11:48', 0, NULL, NULL, '2025-09-11 06:09:04'),
(534, 11, 'Al Noor Public school', 'Narowal', NULL, 'Village  Ahlulal', 'Rana Arshad', 'Rana Arshad', '+9203461403468', '+9203461403468', 'High School', 600, '2026-03', '2026-01', 0, '.', '32.16216216216216,74.79262592988921', NULL, NULL, 0, NULL, NULL, '2025-09-11 06:16:13'),
(535, 9, 'Sun rise school zfrwl road skg', 'Shakargarh', NULL, 'Zfrwal road skg', 'Nadeem Sb', 'Rashid sb', '+9203008884753', '+9203008884753', 'High School', 1800, '2026-01', '2025-11', 1, 'New star book depot', '32.2650467,75.1575482', NULL, NULL, 0, NULL, NULL, '2025-09-11 06:16:29'),
(536, 15, 'gull junior school', 'sahiwal', NULL, 'fteh sher', 'sir riaz', 'sir riaz', '+9203066935323', '+9203066935323', 'Primary', 150, '2026-02', '2025-12', 1, 'ð‘°ð’Žð’“ð’‚ð’', '30.679728354559224,73.11252506482572', NULL, NULL, 0, NULL, NULL, '2025-09-11 06:17:07'),
(537, 8, 'Suraiya majeed high school', 'Faisalabad', NULL, 'Liaqatabad', 'Mr. Gulraiz', 'Mr. Gulraiz', '+9203007273200', '+9203007273200', 'High School', 600, '2026-03', '2025-12', 1, 'Waqas', '31.4142261,73.0484601', NULL, '2025-09-26 11:03:14', 0, NULL, NULL, '2025-09-11 06:38:01'),
(538, 8, 'Faisalabad cadet school', 'Faisalabad', NULL, 'Liaqatabad', 'Mr. Shahid', 'Mr. Shahid', '+9203098271478', '+9203098271478', 'High School', 300, '2026-02', '2025-12', 5, 'Waqas', '31.4084441,73.0602901', NULL, '2025-09-26 10:38:17', 0, NULL, NULL, '2025-09-11 07:27:23'),
(539, 21, 'Polit Public school', 'Arifwala', NULL, 'kamir', 'Muhammad Ahmad Azad', 'Muhammad Ahmad Azad', '+9203015218518', '+9203015218518', 'Primary', 250, '2026-02', '2025-12', 1, 'Ramzan Book Center Rang Shah', '30.4864783,73.348195', NULL, NULL, 0, NULL, NULL, '2025-09-11 12:03:37'),
(540, 21, 'The Leed Public school', 'Arifwala', NULL, 'Kamir', 'Muhammad Ahmad', 'Muhammad Ahmad', '+9203404095172', '+9203404095172', 'Middle', 300, '2026-01', '2025-11', 1, 'Self', '30.48628,73.34787', NULL, NULL, 0, NULL, NULL, '2025-09-11 12:05:19'),
(541, 21, 'Bright Future School', 'Arifwala', NULL, 'Kamir', 'Muhammad Sheraz', 'Muhammad Sheraz', '+9203451615110', '+9203451615110', 'High School', 450, '2026-02', '2026-01', 1, 'Self', '30.48605,73.348015', NULL, NULL, 0, NULL, NULL, '2025-09-11 12:08:38'),
(542, 21, 'Wisdom Education System', 'Arifwala', NULL, 'Kamir', 'Nazar Fareed', 'Nazar Fareed', '+9203444126327', '+9203444126327', 'Middle', 250, '2026-02', '2025-12', 1, 'Ramzan Book Center Rang Shah', '30.4861,73.3479817', NULL, '2025-10-24 11:41:18', 0, NULL, NULL, '2025-09-11 12:10:27'),
(543, 21, 'Al Noor High School', 'Arifwala', NULL, 'Kamir', 'Muhammad Aziz', 'Muhammad Aziz', '+9203016669447', '+9203016669447', 'High School', 800, '2026-02', '2025-12', 1, 'Self', '30.48765,73.34846', NULL, '2025-09-30 16:54:32', 0, NULL, NULL, '2025-09-11 12:12:47'),
(544, 21, 'Educators School', 'Arifwala', NULL, 'Kamir', 'M Ali', 'M Ali', '+9203126032083', '+9203126032083', 'Primary', 180, '2026-02', '2025-12', 1, 'Self', '30.4856633,73.34877', NULL, NULL, 0, NULL, NULL, '2025-09-11 12:16:20'),
(545, 5, 'Konya School System Multan', 'Multan', NULL, '22/A Abdali colony multan', 'Madem', 'Faizan miss', '+9203317093273', '+9203317093273', 'High School', 2500, '2025-09', '2026-03', 4, 'Open', '30.1884674,71.4482475', NULL, NULL, 0, NULL, NULL, '2025-09-12 04:15:33'),
(546, 11, 'Narowal islamia school', 'Narowal', NULL, 'Rangers headquarters', 'Mian Adnan Sadiq', 'Mian Adnan Sadiq', '+9203426519199', '+9203426519199', 'Middle', 150, '2026-01', '2025-11', 0, '.', '32.09009009009009,74.8824440370332', NULL, NULL, 0, NULL, NULL, '2025-09-12 04:17:38'),
(547, 8, 'The royal educators', 'Faisalabad', NULL, 'Mustafabd, sargodha road', 'Miss Bushra', 'Miss Bushra', '+9203361166536', '+9203361166536', 'Primary', 200, '2026-02', '2025-12', 1, 'Waqas', '31.4443017,73.0868051', NULL, NULL, 0, NULL, NULL, '2025-09-12 04:23:20'),
(548, 9, 'Imroza international school', 'Shakargarh', NULL, 'Lari adda', 'Manzoor Ahmed', 'Manzoor Ahmed', '+9203007771688', '+9203007771688', 'High School', 200, '2026-01', '2025-10', 1, 'New star book depot', '32.2678983,75.1497633', NULL, NULL, 0, NULL, NULL, '2025-09-12 04:24:38'),
(549, 9, 'The Savvy School', 'Shakargarh', NULL, 'Zfrwal road', 'Sohail Anjum', 'Sohail Anjum', '+9203007770715', '+9203007770715', 'High School', 350, '2026-02', '2025-12', 1, 'Bhatti book depot', '32.2675904,75.1499092', NULL, NULL, 0, NULL, NULL, '2025-09-12 04:36:59'),
(550, 4, 'Star grammar school', 'Lahore', NULL, 'Shadbagh', 'Mam', 'Mam', '+9203204909571', '+9203204909571', 'High School', 250, '2026-02', '2025-12', 1, 'Direct purchase', '31.5985969,74.3366177', NULL, '2025-11-18 09:20:27', 0, NULL, NULL, '2025-09-12 04:39:51'),
(551, 4, 'The lisk model school', 'Lahore', NULL, 'Shadbagh', 'Sir waheed', 'Sir waheed', '04237608787', '04237608787', 'High School', 600, '2026-01', '2025-11', 2, 'Hajvery book depot, direct purchase', '31.6025238,74.3436196', NULL, '2025-10-22 10:32:42', 0, NULL, NULL, '2025-09-12 04:48:15'),
(552, 9, 'Jinnah public School', 'Shakargarh', NULL, 'Zafarwal road', 'Imran Ahmed', 'Imran Ahmed', '+9203056673301', '+9203056673301', 'High School', 300, '2026-01', '2025-11', 1, 'New star book depot', '32.27069,75.1482067', NULL, NULL, 0, NULL, NULL, '2025-09-12 04:49:17'),
(553, 5, 'International School of Multan', 'Multan', NULL, 'Abdali colony Dera adda', 'Maryam faisal', 'Maryam faisal', '+9203357263213', '+9203357263213', 'Middle', 250, '2026-01', '2025-09', 1, 'Multan kitab ghar', '30.1889731,71.4483623', NULL, NULL, 0, NULL, NULL, '2025-09-12 04:51:35'),
(554, 4, 'Alnoor school', 'Lahore', NULL, 'Shadbagh', 'Sir Najam', '', '+9203260888222', '+9203260888222', 'High School', 1000, '2026-02', '2025-11', 3, 'Mubeen', '31.6016975,74.3425942', NULL, NULL, 0, NULL, NULL, '2025-09-12 05:04:43'),
(559, 8, 'Rising sun school system', 'Faisalabad', NULL, 'Sargodha road', 'Mr. Awais', 'Mr. Awais', '+9203116622009', '+9203116622009', 'Primary', 750, '2026-03', '2025-11', 2, 'Waqas', '31.4430754,73.0883636', NULL, NULL, 0, NULL, NULL, '2025-09-12 05:20:44'),
(560, 9, 'Oasis foundation School', 'Shakargarh', NULL, 'Ikhlaspur road', 'Hafiz Abdul Rehman', 'Hafiz Abdul Rehman', '+9203260011000', '+9203260011000', 'High School', 170, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2616112,75.1683268', NULL, '2025-10-27 13:27:01', 0, NULL, NULL, '2025-09-12 05:33:37'),
(561, 8, 'The country school', 'Faisalabad', NULL, 'Sargodha road', 'Fuad husnain', 'Fuad husnain', '+9203361203120', '+9203361203120', 'Middle', 250, '2026-03', '2026-01', 1, 'Waqas', '31.4505674,73.08539', NULL, '2025-11-07 16:03:02', 0, NULL, NULL, '2025-09-12 05:36:09'),
(562, 26, 'Taleemi Montessori School', 'Sialkot', NULL, 'Greenwood street', 'Madam', 'Madam', '+9203214591000', '+9203214591000', 'Primary', 215, '2026-02', '2025-12', 1, 'Direct purchase', '32.4952473,74.5337998', NULL, NULL, 0, NULL, NULL, '2025-09-12 05:43:48'),
(563, 23, 'Anjum Public High School', 'Lahore', NULL, 'Gajumata', 'Tahir Anjum', 'Tahir Anjum', '+9203244758846', '+9203244758846', 'Preschool', 300, '2026-02', '2026-01', 1, 'Rehmani Book shop', '31.4747778,74.3608116', NULL, NULL, 0, NULL, NULL, '2025-09-12 05:51:48'),
(564, 26, 'Ariyan model School', 'Sialkot', NULL, 'Dara ariyan , near greenwood street', 'Directors', 'Madam', '+9203338726395', '+9203338726395', 'Middle', 1, '2026-02', '2025-12', 1, 'Ashraf book centre', '32.4952422,74.5337978', NULL, NULL, 0, NULL, NULL, '2025-09-12 05:52:07'),
(565, 15, 'british school', 'sahiwal', NULL, 'farid town', 'sir kanran', 'mam', '+9203249320021', '+9203249320021', 'High School', 250, '2026-02', '2025-12', 1, 'ð‘°ð’Žð’“ð’‚ð’', '30.67195857190508,73.08295425342726', NULL, NULL, 0, NULL, NULL, '2025-09-12 05:52:22');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(566, 5, 'Weed valley School ðŸ«', 'Multan', NULL, 'Arts Council road multan', 'Nazia khan', 'Nazia khan', '+9203063339841', '+9203063339841', 'Middle', 350, '2026-01', '2025-09', 1, 'Open', '30.2061658,71.4500282', NULL, '2025-10-15 11:10:57', 0, NULL, NULL, '2025-09-12 05:55:48'),
(567, 22, 'HEAVEN\'S STAR SCHOOL SYSTM', 'LAHORE', NULL, 'Awami colony', 'MUHAMMAD LUQMAN', 'MUHAMMAD LUQMAN', '+9203004945351', '+9203004945351', 'High School', 180, '2026-01', '2025-10', 4, 'Jameel', '31.6496914,74.2768043', NULL, NULL, 0, NULL, NULL, '2025-09-12 05:56:59'),
(568, 4, 'Sehar bright school', 'Lahore', NULL, 'Shadbagh', 'Sir rehan', '03208827720', '+9203208827720', '+9203208827720', 'High School', 1500, '2026-03', '2026-01', 1, 'Tanvir', '31.5928415,74.3586611', NULL, '2025-11-07 15:38:52', 0, NULL, NULL, '2025-09-12 06:01:30'),
(569, 23, 'Orient international School', 'Lahore', NULL, 'Al Noor Town Walton', 'Asghar Cheema', 'Asghar Cheema', '+9203334686201', '+9203334686201', 'High School', 1600, '2026-02', '2025-10', 3, 'Rehmani Book shop', '31.4747751,74.3608061', NULL, NULL, 0, NULL, NULL, '2025-09-12 06:01:40'),
(570, 16, 'Silver ample school', 'Multan', NULL, 'Gous alazam road', 'Habib sb', 'Habib sb', '+9203206708200', '+9203206708200', 'High School', 300, '2026-01', '2025-11', 1, 'Open', '30.21112,71.4373893', NULL, NULL, 0, NULL, NULL, '2025-09-12 06:03:21'),
(571, 23, 'Al Baseerat Girls High School', 'Lahore', NULL, 'Al Noor Town Walton', 'Muhammad Awais', 'Muhammad Awais', '+9203135389225', '+9203135389225', 'High School', 800, '2026-02', '2025-12', 1, 'Rehmani Book shop', '31.4747782,74.3608021', NULL, NULL, 0, NULL, NULL, '2025-09-12 06:05:57'),
(572, 16, 'Oxford high school', 'Multan', NULL, 'Gous alazam road', 'Roa m Ayub', 'Rao m Ayub', '+9203346100551', '+9203097260651', 'High School', 900, '2026-01', '2025-11', 1, 'Open list', '30.2111097,71.4372369', NULL, NULL, 0, NULL, NULL, '2025-09-12 06:11:06'),
(573, 5, 'Umm-e-Kalsoom Memorial School', 'Multan', NULL, 'Tariqabad colony multan', 'MD', 'MD', '+9203226643085', '+9203226643085', 'Middle', 250, '2026-01', '2025-09', 1, 'Open', '30.1986843,71.4676049', NULL, '2025-10-15 11:10:15', 0, NULL, NULL, '2025-09-12 06:15:36'),
(574, 22, 'IQRA  ROZATUL ISLAM', 'LAHORE', NULL, 'FAROOQ-E-AZAM ROAD', 'UMAR AYAZ', 'UMAR AYAZ', '+9203314636899', '+9203314636899', 'High School', 200, '2026-02', '2025-11', 1, 'Jameel', '31.6587671,74.2742942', NULL, NULL, 0, NULL, NULL, '2025-09-12 06:16:36'),
(575, 10, 'ewick school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam farah', 'madam farah', '+9203216955557', '+9203216955557', 'Middle', 170, '2026-02', '2025-12', 0, 'mixed', '32.0605638,72.68595', NULL, '2025-11-01 17:13:02', 0, NULL, NULL, '2025-09-12 06:26:35'),
(576, 22, 'INSPIRE SCHOOL', 'LAHORE', NULL, 'GUI GAS ROAD', 'HASSAN', 'HASSAN', '+9203090004396', '+9203090004369', 'High School', 40, '2026-02', '2025-11', 4, 'Main branch', '31.6558477,74.2742559', NULL, NULL, 0, NULL, NULL, '2025-09-12 06:35:08'),
(577, 4, 'Alkhair school', 'Lahore', NULL, 'Shadbagh', 'Shadbagh', 'Sir waheed', '+9203271235679', '+9203271235679', 'High School', 200, '2026-01', '2025-11', 1, 'Zaman', '31.5884766,74.3582319', NULL, '2025-10-28 12:04:13', 0, NULL, NULL, '2025-09-12 06:42:38'),
(578, 3, 'Savvy school system', 'LHR', NULL, '8 Mahmoud Rood Opposite Exchange Samnabad', 'Muhammad Naeem', 'Mame', '+9203099999173', '04237587722', 'High School', 200, '2026-04', '2026-03', 2, 'Yosaf hanif', '31.5519154,74.2987446', NULL, NULL, 0, NULL, NULL, '2025-09-12 06:58:17'),
(579, 4, 'The Lahore smart school', 'Lahore', NULL, 'Shadbagh', 'Sir Zohaib', 'Sir Zohaib', '+9203228807820', '+9203228807820', 'High School', 150, '2026-03', '2026-02', 1, 'Direct purchase', '31.5902446,74.3639922', NULL, '2025-11-04 17:07:32', 0, NULL, NULL, '2025-09-12 07:08:32'),
(580, 16, 'Brian standard', 'Multan', NULL, 'Naka Chowk', 'Shafiq adil', 'Shafiq adil', '+9203056817545', '+9203056817545', 'High School', 600, '2026-01', '2025-11', 2, 'Open', '30.2368984,71.4795993', NULL, NULL, 0, NULL, NULL, '2025-09-12 07:16:36'),
(581, 16, 'Umair modern school', 'Multan', NULL, 'Gous alazam road', 'Umair sb.', 'Umair sb', '+9203039317244', '+9203039317244', 'High School', 500, '2026-01', '2025-12', 2, 'Fareed books', '30.2368831,71.4796164', NULL, NULL, 0, NULL, NULL, '2025-09-12 07:24:01'),
(582, 16, 'Credible school', 'Multan', NULL, 'Dhoor kot', 'Mam', 'MAM', '+9203047104402', '+9203047104402', 'High School', 600, '2026-03', '2026-01', 1, 'Habib books', '30.2369175,71.4796061', NULL, NULL, 0, NULL, NULL, '2025-09-12 07:28:30'),
(583, 4, 'Alhashim school', 'Lahore', NULL, 'Shadbagh chah miran', 'Sir altaf', 'Sir altaf', '+9203017377815', '+9203017377815', 'High School', 200, '2026-03', '2025-12', 1, 'Hajvery book depot, direct purchase', '31.5846985,74.3600814', NULL, NULL, 0, NULL, NULL, '2025-09-12 08:10:30'),
(590, 4, 'Alnoor school', 'Lahore', NULL, 'Shahdara', 'Sir hamid', 'Sir hamid', '+9203369991421', '+9203369991421', 'High School', 1800, '2026-01', '2025-12', 3, 'Mirza tahir', '31.6275879,74.2872466', NULL, '2025-11-03 11:31:23', 0, NULL, NULL, '2025-09-13 04:42:56'),
(591, 8, 'Green school system', 'Faisalabad', NULL, 'Madina town', 'Mr. Ammar', 'Mr. Ammar', '+9203047006850', '+9203047006850', 'Middle', 350, '2026-02', '2025-12', 1, 'Waqas', '31.4227191,73.1189193', NULL, NULL, 0, NULL, NULL, '2025-09-13 05:07:44'),
(592, 4, 'Oxford school', 'Lahore', NULL, 'Shahdara', 'Sir Amjad Farooq', 'Sir Amjad Farooq', '0333', '0333', 'High School', 1200, '2026-02', '2025-12', 2, 'Mirza tahir', '31.6837932,74.2737848', NULL, NULL, 0, NULL, NULL, '2025-09-13 05:26:02'),
(593, 8, 'Eden grammar school', 'Faisalabad', NULL, 'Madina town', 'Mr. Mubashar', 'Mr. Mubashar', '+9203006694372', '+9203006694372', 'High School', 400, '2026-03', '2025-12', 1, 'Waqas', '31.4255439,73.1218676', NULL, '2025-11-17 12:33:17', 0, NULL, NULL, '2025-09-13 06:03:04'),
(594, 16, 'New vision', 'Multan', NULL, 'Naqash band colony', 'Miss Mawra', 'Miss Mawra', '+9203362317700', '+9203362317700', 'Primary', 220, '2026-01', '2025-11', 1, 'Good luck', '30.218467,71.4945709', NULL, NULL, 0, NULL, NULL, '2025-09-13 06:22:43'),
(595, 16, 'Smart education', 'Multan', NULL, 'Zikriya Town', 'Awais Sb', 'Awais', '+9203067353294', '+9203067353294', 'Preschool', 100, '2026-01', '2025-11', 1, 'Open', '30.2184672,71.4945424', NULL, NULL, 0, NULL, NULL, '2025-09-13 06:25:54'),
(596, 8, 'The Learning hive', 'Faisalabad', NULL, 'Madina town', 'Miss Nuzhat', 'Miss Nuzhat', '+9203037825000', '+9203037825000', 'Middle', 450, '2026-02', '2025-12', 1, 'Waqas', '31.4173033,73.1250141', NULL, NULL, 0, NULL, NULL, '2025-09-13 06:35:09'),
(597, 16, 'Emerson Grammer school', 'Multan', NULL, 'Naqash band colony', 'Gulam Abbas', 'Gulam Abbas', '+9203087363351', '+9203087363351', 'High School', 1200, '2026-01', '2025-11', 2, 'Open list', '30.2176773,71.4942255', NULL, NULL, 0, NULL, NULL, '2025-09-13 06:42:07'),
(598, 25, 'Farabi model school', 'Jano chak', NULL, 'Phalia', 'Abdul Hameed', 'Same', '923436297193', '923436297193', 'High School', 180, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4203126,73.6677667', NULL, '2025-10-04 11:18:05', 0, NULL, NULL, '2025-09-13 06:56:40'),
(599, 25, 'Al noor public school', 'Jano chak', NULL, 'Phalia', 'Mustafa sb', 'Same', '+9203446280150', '+9203446280150', 'High School', 230, '2026-03', '2026-03', 1, 'Jinnah book phalia', '32.4203094,73.6677642', NULL, '2025-10-04 11:18:16', 0, NULL, NULL, '2025-09-13 06:58:35'),
(600, 25, 'Vision hall school', 'Jano chak', NULL, 'Phalia', 'Unknown', 'Nazia adnan', '+9203456840011', '+9203456840011', 'High School', 220, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4203119,73.6677671', NULL, '2025-11-07 16:04:42', 0, NULL, NULL, '2025-09-13 07:00:38'),
(601, 25, 'Superior school', 'Mano chak', NULL, 'Phalia', 'Mrs Rubina', 'Same', '+9203414438520', '+9203414438520', 'High School', 120, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4203132,73.6677659', NULL, '2025-10-30 16:28:55', 0, NULL, NULL, '2025-09-13 07:03:09'),
(602, 16, 'Aizaz model school', 'Multan', NULL, 'Uncle Chowk', 'Aizaz sb', 'Mrs aizaz', '+9203006333576', '+9203006333576', 'Middle', 250, '2026-02', '2025-12', 1, 'Kamran', '30.2147891,71.491434', NULL, NULL, 0, NULL, NULL, '2025-09-13 07:03:41'),
(603, 3, 'Inspir School system', 'LHR', NULL, '31Sanda Rood Islam Pura', 'Shabaz Arshed', 'Shumaila', '+9203004444738', '+9203075242625', 'High School', 244, '2026-02', '2025-12', 2, 'Yosaf hanif', '31.5519333,74.2988826', NULL, NULL, 0, NULL, NULL, '2025-09-13 07:08:17'),
(604, 11, 'MD school', 'Narowal', NULL, 'Village Essa', 'M. Kaleem Anwar', 'M. Kaleem Anwar', '+9203167581349', '+9203035863749', 'High School', 170, '2026-01', '2025-09', 0, 'City book depot', '32.21621621621622,74.98613293503249', NULL, NULL, 0, NULL, NULL, '2025-09-13 07:26:58'),
(605, 4, 'The prime school', 'Lahore', NULL, 'Shahdara', 'Sir salman ali', 'Sir salman Ali', '+92032373945467', '+9203237394546', 'High School', 2500, '2026-03', '2025-07', 3, 'Direct purchase', '31.6104212,74.2526679', NULL, NULL, 0, NULL, NULL, '2025-09-13 07:35:12'),
(606, 10, 'unique school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam', 'madam', '+9203121365806', '+9203121365806', 'Middle', 170, '2026-03', '2025-12', 0, 'mixed', '32.0599758,72.6890889', NULL, '2025-11-15 10:53:55', 0, NULL, NULL, '2025-09-13 07:53:49'),
(607, 10, 'kims school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'mohamad yar', 'mohamad yar', '+9203213282163', '+9203213282163', 'High School', 600, '2026-03', '2025-12', 0, 'mixed', '32.0607261,72.68485', NULL, '2025-11-11 12:57:17', 0, NULL, NULL, '2025-09-13 08:02:46'),
(608, 4, 'American alliance school', 'Lahore', NULL, 'Shahdara', 'Sir Ahmad Yousaf', 'Sir Ahmad Yousaf', '+9203214999930', '+9203214999930', 'High School', 600, '2026-01', '2025-11', 1, 'Mirza Tahir', '31.6200285,74.2402067', NULL, '2025-09-27 11:51:05', 0, NULL, NULL, '2025-09-13 08:23:55'),
(609, 11, 'Al Mukhtar High Secondary', 'Narowal', NULL, 'Village Eass', 'Shahzad', 'Shahzad', '+9203004679838', '+9203004679838', 'High School', 650, '2026-02', '2025-11', 0, '.', '32.21621621621622,74.98613293503249', NULL, NULL, 0, NULL, NULL, '2025-09-13 08:27:28'),
(612, 4, 'Prime public school', 'Lahore', NULL, 'Kot Abdul Malik', 'Mam Rabia Ali', 'Mam Rabia Ali', '+92030649077777', '+92030649077777', 'High School', 1500, '2026-01', '2025-11', 1, 'Mursalin', '31.6245086,74.232885', NULL, NULL, 0, NULL, NULL, '2025-09-13 10:27:19'),
(613, 21, 'Al Hasib Educational School', 'Pakpattan', NULL, 'Malkahans', 'Abbas Sab', 'Abbas Sab', '+9203088892452', '+9203088892452', 'Primary', 200, '2026-01', '2025-12', 1, 'Self', '30.489785,73.2993183', NULL, '2025-10-06 13:15:36', 0, NULL, NULL, '2025-09-13 14:25:33'),
(614, 21, 'Beacon Grammar School', 'Pakpattan', NULL, 'Malkahans', 'Abdul Hameed', 'Abdul Hameed', '+9203014493147', '+9203014493147', 'High School', 350, '2026-01', '2025-11', 1, 'Self', '30.4909017,73.3353583', NULL, NULL, 0, NULL, NULL, '2025-09-13 14:27:39'),
(615, 21, 'Little Angels School System', 'Pakpattan', NULL, 'Malkahans', 'Syed Abu Dawood Sab', 'Syed Abu Dawood Sab', '+923027246930', '+923027246930', 'Middle', 400, '2026-02', '2025-11', 2, 'Fahid Book Center Pakpattan', '30.4855867,73.348385', NULL, '2025-10-06 13:15:42', 0, NULL, NULL, '2025-09-13 14:29:44'),
(616, 21, 'Fast Education School System', 'Pakpattan', NULL, 'Malkahans', 'Zahid Star', 'Zahid Star', '+9203046520002', '+9203046520002', 'Primary', 150, '2026-02', '2025-12', 1, 'Self', '30.4860417,73.3480633', NULL, NULL, 0, NULL, NULL, '2025-09-13 14:31:43'),
(617, 21, 'The Unique School System', 'Pakpattan', NULL, 'Malkahans', 'M Ahmad', 'M Ahmad', '+9203052757610', '+9203052757610', 'Middle', 250, '2026-02', '2025-11', 1, 'Self', '30.4864967,73.34751', NULL, '2025-11-11 12:03:11', 0, NULL, NULL, '2025-09-13 14:35:08'),
(618, 10, 'Islamic mission school sargodha', 'sargodha', NULL, 'zafar colony sargodha', 'saJad sab', 'saJad sab', '+9203047527717', '+9203047527717', 'Middle', 170, '2026-03', '2025-12', 0, 'will be shared', '32.0660726,72.6846661', NULL, '2025-11-01 17:12:09', 0, NULL, NULL, '2025-09-15 03:49:20'),
(619, 4, 'Pak foundation school', 'Lahore', NULL, 'Sidiqia colony badami bagh shadbagh', 'Sir Jamshed', 'Sir Jamshed', '+9203217512363', '+9203217512363', 'High School', 1500, '2026-02', '2025-07', 3, 'Nazim', '31.6035192,74.331342', NULL, '2025-11-15 10:39:59', 0, NULL, NULL, '2025-09-15 04:14:16'),
(620, 10, 'alliance school sargodha', 'sargodha', NULL, 'zafar colony sargodha', 'muzamil sab', 'muzamil sab', '+9203157738224', '+9203157738224', 'Middle', 170, '2026-03', '2025-12', 0, 'mixed', '32.0608494,72.6859341', NULL, NULL, 0, NULL, NULL, '2025-09-15 04:22:48'),
(621, 4, 'Crescent public school', 'Lahore', NULL, 'Sidiqia colony badami bagh shadbagh', 'Sir pasha', 'Sir pasha', '04237285124', '04237285124', 'High School', 500, '2026-01', '2025-11', 1, 'Direct purchase', '31.605438,74.3304135', NULL, NULL, 0, NULL, NULL, '2025-09-15 04:24:45'),
(622, 25, 'Pakistan science model school', 'Phalia', NULL, 'Phalia', 'M.Nawaz', 'Same', '+9203461500545', '+9203461500545', 'High School', 120, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4358381,73.5681233', NULL, '2025-10-11 13:07:38', 0, NULL, NULL, '2025-09-15 04:37:36'),
(623, 11, 'Fce Learners', 'Narowal', NULL, 'Village Qalia Ahmad bad', 'Sir Taimur Tariq', 'Sir Taimur Tariq', '+9203457743479', '+9203457743479', 'High School', 180, '2026-01', '2025-11', 2, '.', '32.234234234234236,74.76668721127938', NULL, '2025-10-16 12:16:34', 0, NULL, NULL, '2025-09-15 04:43:23'),
(624, 25, 'Asian public school', '', NULL, '', 'Khizer shb', '', '+9203366861133', '+9203366861133', '-- Select --', 0, '', '', 0, '', '32.435485,73.5681667', NULL, NULL, 0, NULL, NULL, '2025-09-15 05:03:25'),
(625, 11, 'Misali grammar school', 'Pasrur', NULL, 'Mian city pasrur', 'Naseem Riaz', 'Naseem Riaz', '+9203348013306', '+9203348013306', 'Middle', 220, '2026-01', '2025-11', 0, '.', '32.252252252252255,74.6749934926481', NULL, NULL, 0, NULL, NULL, '2025-09-15 05:05:37'),
(626, 8, 'Prime foundation school', 'Faisalabad', NULL, 'People colony no. 1', 'Miss Farhat', 'Miss Farhat', '0418724823', '+9203187444570', 'High School', 1000, '2026-03', '2025-12', 5, 'Waqas', '31.4118485,73.1018156', NULL, NULL, 0, NULL, NULL, '2025-09-15 05:11:26'),
(627, 7, 'THE RIGHT SCHOOL', 'BHAGTANWALA', NULL, 'SARGODHA', 'Arsalan', 'Arsalan', '+9203216024652', '+9203216024652', 'High School', 550, '2026-03', '2026-02', 1, 'SHAHEEN SHOPPING MALL SARGODHA', '32.0519734,72.9165719', NULL, NULL, 0, NULL, NULL, '2025-09-15 05:12:05'),
(628, 4, 'The friends school', 'Lahore', NULL, 'Bhama shadbagh', 'Sir Muhammad Farooq', 'Sir Muhammad Farooq', '+9203214922039', '+9203214922039', 'High School', 200, '2026-02', '2025-12', 1, 'Direct purchase and some dealers', '31.6125855,74.3401218', NULL, '2025-11-18 10:40:35', 0, NULL, NULL, '2025-09-15 05:12:11'),
(629, 4, 'The Kid care school', 'Lahore', NULL, 'Bhama shadbagh', 'Sir Umer Farooq', 'Sir Umer Farooq', '+9203269594633', '+9203269594633', 'High School', 350, '2026-01', '2025-11', 1, 'Shakeel hajvery', '31.61216,74.3397606', NULL, '2025-10-27 13:41:10', 0, NULL, NULL, '2025-09-15 05:25:55'),
(630, 11, 'The Education zone', 'Pasrur', NULL, 'Near to govt high school for me', 'Hafiz Khalid', 'Naseem ijaz', '+9203277556200', '+9203006183663', 'Primary', 1000, '2026-03', '2026-01', 1, '.', '32.252252252252255,74.6749934926481', NULL, '2025-10-23 11:57:29', 0, NULL, NULL, '2025-09-15 05:31:53'),
(631, 26, 'Asian Grammar School', 'Sia', NULL, 'Model town', 'Mr Munir Ahmed', 'Mr Munir Ahmed', '+9203006155624', '+9203006155624', 'Primary', 150, '2026-02', '2026-01', 1, 'Ashraf book centre', '32.4992232,74.5207396', NULL, '2025-10-17 11:40:40', 0, NULL, NULL, '2025-09-15 05:38:10'),
(632, 11, 'The Newton School of Science Pasrur', 'Pasrur', NULL, 'Mohalla kakay zyain', 'Rana Andeq', 'Miss Beena', '+9203216441669', '+9203216441669', 'Middle', 300, '2026-01', '2025-11', 0, '.', '32.252252252252255,74.6749934926481', NULL, NULL, 0, NULL, NULL, '2025-09-15 05:43:54'),
(633, 9, 'Muslim model school chak amroo', 'Shakargarh', NULL, 'Chak amroo', 'Tariq sb', 'Tariq sb', '+9203016897112', '+9203016897112', '-- Select --', 0, '', '', 0, '', '32.37346,75.1743067', NULL, '2025-10-30 16:18:20', 0, NULL, NULL, '2025-09-15 05:46:28'),
(634, 25, 'AlSyed public model school', 'Phalia', NULL, 'Phalia', 'Syed tasadduq sb', 'Same', '+9203007560929', '+9203007560929', 'Middle', 190, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4404483,73.5694183', NULL, '2025-10-14 12:52:14', 0, NULL, NULL, '2025-09-15 05:48:57'),
(635, 15, 'scholars academia', 'okara', NULL, 'chman zar', 'Ahmad fraz', 'ahmad fraz', '+9203008406590', '+9203008406590', 'Primary', 500, '2025-09', '2025-01', 3, 'ð‘°ð’Žð’“ð’‚ð’', '30.821761416015672,73.44902675499304', NULL, NULL, 0, NULL, NULL, '2025-09-15 05:55:22'),
(636, 9, 'KBL educator school', 'Shakargarh', NULL, 'Chak amroo', 'Irfan shakir', 'Irfan shakir', '+9203014266974', '+9203014266974', 'High School', 450, '2026-03', '2025-12', 1, 'New star book depot', '32.3721267,75.1755667', NULL, NULL, 0, NULL, NULL, '2025-09-15 06:06:23'),
(637, 15, 'fast track', 'okara', NULL, 'chman zar', 'mam saima', 'mam saima', '+9203217274772', '+9203217274772', 'Middle', 300, '2025-12', '2026-03', 1, 'imran', '30.821859793789645,73.44994971993123', NULL, NULL, 0, NULL, NULL, '2025-09-15 06:10:33'),
(638, 8, 'National grammar school', 'Faisalabad', NULL, 'People colony no. 1', 'Sir Ansar', 'Sir Ansar', '+9203006631572', '+9203006631572', 'Primary', 400, '2025-09', '2025-07', 1, 'Waqas', '31.4144929,73.1084844', NULL, NULL, 0, NULL, NULL, '2025-09-15 06:11:33'),
(639, 25, 'Vision model school', 'Phalia', NULL, 'Phalia', 'Qari tasawar', 'Same', '+9203460497293', '+9203460497293', 'Middle', 300, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4260651,73.5808022', NULL, NULL, 0, NULL, NULL, '2025-09-15 06:16:57'),
(640, 9, 'Surosh school chak amroo', 'Shakargarh', NULL, 'Chak amroo', 'Naeem tariq', 'Naeem tariq', '+9203024361940', '+9203024361940', 'High School', 450, '2026-03', '2025-12', 1, 'New star book depot', '32.37139,75.17591', NULL, NULL, 0, NULL, NULL, '2025-09-15 06:21:28'),
(641, 4, 'Eds school', 'Lahore', NULL, 'Shadbagh', 'Sir Aqeel Butt', 'Sir Aqeel Butt', '04236260222', '04236260222', 'High School', 400, '2026-01', '2025-11', 2, 'Shakeel hajvery', '31.5986113,74.3471498', NULL, '2025-11-07 15:38:06', 0, NULL, NULL, '2025-09-15 06:32:32'),
(642, 3, 'Al-Asar Public schools', 'LHR', NULL, 'Insaf Street, 1-Rustam park, Multan Rood', 'Tahira kousar', 'Mam', '+9203014345406', '7413994', 'High School', 300, '2026-02', '2025-12', 1, 'Yosaf hanif', '31.5518821,74.2988097', NULL, NULL, 0, NULL, NULL, '2025-09-15 06:42:40'),
(643, 11, 'My School', 'Pasrur', NULL, 'Dasak Pasrur Road', 'Moqassd', 'Maqassd', '+9203008615597', '+9203446124040', 'High School', 2000, '2025-12', '2025-10', 2, '.', '32.27027027027027,74.64719928037829', NULL, NULL, 0, NULL, NULL, '2025-09-15 06:47:54'),
(644, 9, 'The Unique School and college', 'Shakargarh', NULL, 'Baran natlan', 'Tayyab Muneer', 'Tayyab Muneer', '+9203014057331', '+9203014057331', 'High School', 350, '2026-02', '2025-11', 1, 'New star book depot', '32.3522383,75.1732733', NULL, '2025-10-30 16:19:03', 0, NULL, NULL, '2025-09-15 06:48:44'),
(645, 3, 'CMS SCHOOL SYSTEM', 'LHR', NULL, 'House No 21, street No7,(Barqi Street) Rustam park Multan Rood', 'Sir Raza Chauhdary', 'Mam', '+9203074816214', '+9203349870569', 'High School', 40, '2026-01', '2025-12', 1, 'Yosaf hanif', '31.5518888,74.2987556', NULL, NULL, 0, NULL, NULL, '2025-09-15 06:56:32'),
(646, 11, 'Green field school system', 'Pasrur', NULL, 'Mian Road Narowal', 'Muhammed Awais', 'Muhammed Awais', '+9203007127027', '+9203007127027', 'High School', 1200, '2026-02', '2025-12', 0, '.', '32.27027027027027,74.66850878631045', NULL, NULL, 0, NULL, NULL, '2025-09-15 07:01:45'),
(647, 26, 'Secure Study School', 'Sialkot', NULL, 'Capital road, near model town', 'Mr Mian Sohaib Raza', 'Mr Mian Sohaib Raza', '+9203338619968', '+9203338619968', 'High School', 450, '2026-02', '2025-12', 1, 'Different dealers', '32.4998818,74.5228241', NULL, '2025-10-16 12:25:29', 0, NULL, NULL, '2025-09-15 07:02:15'),
(648, 3, 'GLOSS STARS HIGH SCHOOL', 'LHR', NULL, '22-Kalyar Rood, Rustam park, Multan Rood', 'Usama Khalid', 'Sir', '+9203164244955', '+9203011834761', 'High School', 210, '2026-02', '2025-10', 3, 'Yosaf hanif', '31.5518728,74.2987919', NULL, NULL, 0, NULL, NULL, '2025-09-15 07:04:47'),
(649, 3, 'PAKISTAN INTERNATIONAL SCHOOL', 'LHR', NULL, '46/11,St # 1,Shehbaz Colony Nonarian pull', 'Sir Imran Mahmoud', 'Mam', '+9203234138381', '12334456', 'Middle', 35, '2026-01', '2025-12', 1, 'Yosaf hanif', '31.5518448,74.2987666', NULL, NULL, 0, NULL, NULL, '2025-09-15 07:11:32'),
(650, 3, 'STARS SCHOOL SYSTEM', 'LHR', NULL, '35-A Mussarat Colony Gulshan-e-Ravi Rood', 'Irfan Ali', 'Sir', '+9203004244849', '+9203284634424', 'High School', 100, '2026-03', '2026-01', 2, 'Yosaf hanif', '31.5518983,74.2987955', NULL, NULL, 0, NULL, NULL, '2025-09-15 07:30:31'),
(651, 15, 'the international school', 'okara', NULL, 'faisalabad road', 'sir asad', 'sir asad', '+9203047367006', '+9203047367006', 'High School', 300, '2025-12', '2025-02', 1, 'imran', '30.816462656647147,73.4608960881801', NULL, NULL, 0, NULL, NULL, '2025-09-15 07:43:18'),
(652, 4, 'Excel school', 'Lahore', NULL, 'Mughalpura', 'Sir Adnan khan', 'Sir Adnan khan', '+92032144952167', '+92032144952167', 'High School', 1800, '2026-03', '2025-12', 3, 'Open list', '31.565319,74.3827049', NULL, '2025-10-30 16:21:24', 0, NULL, NULL, '2025-09-15 07:48:21'),
(653, 8, 'The City grammar school', 'Faisalabad', NULL, 'D Ground', 'Miss Tehmeena', 'Miss Tehmeena', '+9203216606619', '+920321660619', 'High School', 2600, '2026-03', '2025-12', 3, 'Waqas', '31.404979,73.1108027', NULL, NULL, 0, NULL, NULL, '2025-09-15 07:55:30'),
(654, 26, 'GEMSTAR SCHOOL SYSTEM', 'Sialkot', NULL, 'Model town', 'Mr Daud', 'Mr Daud', '+9203174367827', '+9203174367827', 'Primary', 150, '2026-02', '2025-12', 1, 'Ashraf book centre', '32.5035717,74.5212042', '2025-11-10', NULL, 0, NULL, NULL, '2025-09-15 07:58:13'),
(655, 4, 'Kids R Kids', 'Lahore', NULL, 'Mughalpura', 'Sir Waqar', 'Sir Waqar', '+9203224827413', '+9203224827413', 'High School', 350, '2026-03', '2025-12', 1, 'Sheikh Hanif', '31.5660959,74.3809229', NULL, '2025-10-30 16:21:15', 0, NULL, NULL, '2025-09-15 07:59:39'),
(656, 11, 'Fikar school system', 'Pasrur', NULL, 'Badiana', 'Muhammed Bilal', 'Muhammed Bilal', '+9203434406744', '+9203434406744', 'High School', 650, '2026-03', '2026-01', 0, '.', '32.37837837837838,74.62970153623603', NULL, NULL, 0, NULL, NULL, '2025-09-15 08:12:43'),
(659, 12, 'Unique Grammer School32', 'faisalabad', NULL, 'only for testing', 'Ali haider', 'ali raza', '+9203134253198', '+9203123453199', 'Primary', 567, '2025-05', '2025-07', 1, 'ali raza', '31.5566147,74.3037418', '2025-09-18', NULL, 0, NULL, NULL, '2025-09-15 09:50:25'),
(660, 21, 'Ujala Public School', 'Pakpattan', NULL, 'pakpattan', 'Miss Ashiya', 'Miss Ashiya', '+9203004243409', '+9203004243409', 'Primary', 200, '2026-01', '2025-11', 2, 'Riaz Book Center Pakpattan', '30.3577032,73.3868652', NULL, NULL, 0, NULL, NULL, '2025-09-15 17:11:48'),
(661, 21, 'Kids Educare', 'Pakpattan', NULL, 'pakpattan', 'Malik Adnan', 'Malik Adnan', '+9203013237182', '+9203013237182', 'Middle', 350, '2026-01', '2025-11', 1, 'Al Badar Book Center Pakpattan', '30.3576922,73.3869086', NULL, NULL, 0, NULL, NULL, '2025-09-15 17:13:38'),
(662, 21, 'Askri School System', 'Pakpattan', NULL, 'pakpattan', 'Malik Ifkhtar', 'Malik ifkhtar', '+9203000401883', '+9203000401883', 'High School', 400, '2026-01', '2025-11', 1, 'Self', '30.3576938,73.386874', NULL, '2025-11-15 10:33:51', 0, NULL, NULL, '2025-09-15 17:21:22'),
(663, 21, 'The Rising Star School', 'Pakpattan', NULL, 'pakpattan', 'Miss Yaseem', 'Miss Yaseem', '+9203005282447', '+9203005282447', 'High School', 450, '2026-01', '2025-11', 2, 'Self', '30.357711,73.3868402', NULL, NULL, 0, NULL, NULL, '2025-09-15 17:22:52'),
(664, 25, 'Al falah school', 'Mano chak', NULL, 'Phalia', 'Khurram sb', 'Same', '+9203427997004', '+9203527997004', 'High School', 350, '2026-01', '2025-10', 1, 'Jinnah book phalia', '32.441485,73.6774083', NULL, NULL, 0, NULL, NULL, '2025-09-16 04:03:38'),
(665, 4, 'The Brookside school', 'Lahore', NULL, 'Shadbagh', 'Sir Tahir', 'Sir Tahir', '+9203200417539', '+9203200417539', 'High School', 180, '2026-03', '2026-01', 1, 'Direct purchase', '31.6061865,74.3375434', NULL, '2025-10-27 13:37:52', 0, NULL, NULL, '2025-09-16 04:10:49'),
(666, 8, 'City High School', 'Faisalabad', NULL, 'People colony no. 1', 'Miss Anum', 'Miss Anum', '+9203348979979', '+9203348979979', 'High School', 3000, '2026-02', '2025-12', 7, 'Waqas', '31.4005756,73.1135758', NULL, NULL, 0, NULL, NULL, '2025-09-16 04:12:25'),
(667, 25, 'National grammar school', 'Mano chak', NULL, 'Phalia', 'Asim shb', 'M abbas', '+9203458603880', '+9203466479193', 'Middle', 250, '2026-01', '2025-11', 1, 'Iqbal book depot phalia', '32.4434879,73.6773873', NULL, NULL, 0, NULL, NULL, '2025-09-16 04:19:41'),
(668, 9, 'Super career group of schools', 'Shakargarh', NULL, 'Rasheed pura', 'Mehtab Ameen', 'Kashif sb', '+9203066202017', '+9203066202017', 'Preschool', 280, '2026-02', '2025-12', 0, '', '32.2645238,75.1508881', NULL, '2025-10-10 12:56:45', 0, NULL, NULL, '2025-09-16 04:25:09'),
(669, 11, 'jinnah islamia ublic school', 'Narowal', NULL, 'Ghaziwal colony', 'Nazia saleem', 'Nazia saleem', '+9203056524897', '+9203056524897', 'High School', 200, '2026-02', '2026-01', 0, '.', '32.126126126126124,74.8907273548574', NULL, NULL, 0, NULL, NULL, '2025-09-16 04:26:41'),
(670, 4, 'Millat model school', 'Lahore', NULL, 'Shadbagh', 'Mam', 'Mam', '+9203008864225', '+9203008864225', 'High School', 50, '2026-01', '2025-11', 1, 'Hajvery book depot, direct purchase', '31.6044159,74.3392732', NULL, NULL, 0, NULL, NULL, '2025-09-16 04:27:31'),
(671, 16, 'Allama Iqbal', 'Multan', NULL, 'Ghaziabad', 'Umer Saeed', 'UMER Saeed', '+9203146251628', '+9203146251628', 'Middle', 350, '2026-01', '2025-11', 1, 'Karwan', '30.2192747,71.4832486', NULL, NULL, 0, NULL, NULL, '2025-09-16 04:32:29'),
(672, 25, 'Ghazali model school', 'Mano chak', NULL, 'Phalia', 'Ali mardan', 'Same', '+9203461500097', '+9203461500097', 'Middle', 150, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4403811,73.6776426', NULL, '2025-11-15 10:56:43', 0, NULL, NULL, '2025-09-16 04:50:12'),
(673, 9, 'Spring field School', 'Shakargarh', NULL, 'Afzal pura', 'Arshad sb', 'Arshad sb', '+9203007761944', '+9203007761944', 'High School', 250000, '2026-02', '2025-11', 1, 'Bhatti book depot', '32.259245,75.1575667', NULL, NULL, 0, NULL, NULL, '2025-09-16 05:07:16'),
(674, 4, 'Cambridge model school', 'Lahore', NULL, 'Shadbagh', 'Sir Muhammad Riaz', 'Sir Muhammad Riaz', '+92030446133129', '+92030446133129', 'High School', 300, '2026-03', '2025-11', 1, 'Direct purchase', '31.5968223,74.3434937', NULL, '2025-10-27 13:37:30', 0, NULL, NULL, '2025-09-16 05:15:33'),
(675, 9, 'The right school afzal pura', 'Shakargarh', NULL, 'Afzal pura', 'Asif raza', 'Asif raza', '+9203067772505', '+9203067772505', '-- Select --', 0, '', '', 0, '', '32.257915,75.1561317', NULL, '2025-10-22 10:27:57', 0, NULL, NULL, '2025-09-16 05:20:41'),
(676, 16, 'Al Quresh', 'Multan', NULL, 'Bye pass Chowk', 'Sir Rashid', 'Sir Rashid', '+9203338822931', '+9203338822931', 'High School', 600, '2026-01', '2025-11', 2, 'Open', '30.2469514,71.4841117', NULL, NULL, 0, NULL, NULL, '2025-09-16 05:28:29'),
(677, 16, 'Faith school', 'Multan', NULL, 'Bye pass Chowk', 'Hafiz Imran Saqib', 'Hafiz Imran', '+9203136049898', '+9203483875898', 'Primary', 100, '2026-01', '2025-11', 1, 'Open list', '30.2469572,71.483746', NULL, NULL, 0, NULL, NULL, '2025-09-16 05:34:09'),
(678, 4, 'Citi ideal school', 'Lahore', NULL, 'Kot khawaja saeed shadbagh', 'Sir Muhammad Ali', 'Sir Muhammad Ali', '+9203064137318', '+9203064137318', 'High School', 600, '2026-03', '2025-11', 1, 'Tanvir', '31.5874794,74.3572085', NULL, '2025-11-04 17:06:47', 0, NULL, NULL, '2025-09-16 05:51:27'),
(679, 15, 'Ahmad jlal', 'okara', NULL, 'faisalbad road', 'rukhsana mam', 'mam rukhsana', '+9203334683851', '+9203334683851', 'Middle', 300, '2026-02', '2025-12', 1, 'ð‘°ð’Žð’“ð’‚ð’', '30.826138541249016,73.44735474059331', NULL, NULL, 0, NULL, NULL, '2025-09-16 05:55:51'),
(680, 8, 'Bab e Islam public school', 'Faisalabad', NULL, 'Samnabad', 'Mr. Siddiqui', 'Mr. Siddiqui', '+9203009669529', '+9203009669529', 'High School', 1000, '2026-01', '2025-11', 1, 'Waqas', '31.382242,73.071585', NULL, '2025-11-04 17:22:07', 0, NULL, NULL, '2025-09-16 05:56:54'),
(681, 11, 'Al Hadid public school', 'Zafarwal', NULL, 'Dhamthal', 'Muhammed Jameel', 'Muhammed Jameel', '+9203457890455', '+9203457890455', 'Primary', 100, '2026-01', '2025-12', 0, '.', '32.27027027027027,74.90291335156428', NULL, NULL, 0, NULL, NULL, '2025-09-16 06:02:22'),
(682, 16, 'No national Grammer school', 'Multan', NULL, 'Usman. Abad', 'Sir aahiq', 'Sir aahiq', '+9203006355003', '+9203006355003', 'Middle', 300, '2026-01', '2025-11', 1, 'Ahmad books', '30.2165783,71.476941', NULL, NULL, 0, NULL, NULL, '2025-09-16 06:02:42'),
(683, 11, 'Al Hassan public school dhamthal', 'Dhamthal', NULL, 'Narowal', 'Sajid ali sarwar', 'Sajid ali sarwar', '+920319075057', '+9203190765057', 'High School', 250, '2026-02', '2025-11', 0, '.', '32.27027027027027,74.90291335156428', NULL, NULL, 0, NULL, NULL, '2025-09-16 06:22:49'),
(684, 9, 'Shakargarh public school', 'Shakargarh', NULL, 'Shamal road', 'Irfana mam', 'Irfana mam', '+9203086260597', '+9203086260597', '-- Select --', 0, '2025-03', '2025-01', 0, '', '32.2621633,75.1657967', NULL, NULL, 0, NULL, NULL, '2025-09-16 06:27:23'),
(685, 16, 'Guide public school', 'Multan', NULL, 'Usman Abad', 'Rao Akbar', 'Rao Akbar', '+9203226522711', '02226522711', 'Primary', 150, '2026-01', '2025-11', 1, 'New Punjab', '30.2155167,71.4789692', NULL, NULL, 0, NULL, NULL, '2025-09-16 06:34:05'),
(686, 9, 'CSS school zfrwal road', 'Shakargarh', NULL, 'Zafarwal road', 'Syed zubair shah sb', 'miss sana', '+9203076336351', '+9203076336351', 'High School', 650, '2025-01', '2025-10', 1, 'Bhatti book depot', '32.263475,75.15984', NULL, NULL, 0, NULL, NULL, '2025-09-16 06:51:49'),
(687, 8, 'Anmol public school and college', 'Faisalabad', NULL, 'Samnabad', 'Mr. Waqas', 'Mr. Waqas', '+9203366607979', '+9203366607979', 'High School', 1500, '2026-01', '2025-11', 1, 'Waqas', '31.3801706,73.0711223', NULL, NULL, 0, NULL, NULL, '2025-09-16 07:00:15'),
(688, 4, 'Phms school', 'Lahore', NULL, 'Kot khawaja saeed shadbagh', 'Sir Farooq', 'Sir Farooq', '+9203214460322', '+9203214460322', 'High School', 200, '2026-02', '2025-11', 1, 'Liaquat book depot', '31.5882799,74.3566739', NULL, NULL, 0, NULL, NULL, '2025-09-16 07:21:28'),
(689, 11, 'Superior Education system', 'Narowal', NULL, 'Village Nonar', 'Muhammed Latif', 'Muhammed Latif', '+9203008030199', '+9203138030199', 'High School', 1200, '2026-03', '2025-12', 0, '.', '32.21621621621622,74.85835196439623', NULL, NULL, 0, NULL, NULL, '2025-09-16 07:54:46'),
(690, 4, 'Trueman school', 'Lahore', NULL, 'Daroghawala', 'Sir Ashfaq', 'Sir Ashfaq', '+9203004404426', '+9203004404426', 'High School', 300, '2026-02', '2025-11', 1, 'Bilal', '31.5841408,74.3992746', NULL, '2025-11-17 12:03:08', 0, NULL, NULL, '2025-09-16 08:06:51'),
(691, 4, 'Suffa school', 'Lahore', NULL, 'Daroghawala', 'Sir Naveed Ashraf', 'Sir Naveed Ashraf', '+9203214800058', '+9203214800058', 'High School', 400, '2026-01', '2025-11', 1, 'Sheikh Haneef', '31.5851334,74.4142959', NULL, NULL, 0, NULL, NULL, '2025-09-16 08:30:48'),
(692, 8, 'The Arqam Schools', 'Faisalabad', NULL, 'Samnabad', 'Miss Shubana', 'Miss Shubana', '+9203316381001', '+9203316381001', 'High School', 500, '2026-02', '2025-11', 200, 'Waqas', '31.3849553,73.0651885', NULL, NULL, 0, NULL, NULL, '2025-09-16 08:40:30'),
(694, 26, 'LEARNING TREE SCHOOL', 'SIALKOT', NULL, 'CANTT', 'MADAM', 'MADAM', '+9203340221351', '+9203340221351', 'Middle', 350, '2026-02', '2025-12', 1, 'CANTT BOOK CENTRE', '31.558,74.3587', NULL, NULL, 0, NULL, NULL, '2025-09-16 12:53:22'),
(695, 26, 'THE RAINBOW SCHOOL', 'SIALKOT', NULL, 'HUNTER PURA', 'MR MIAN AMIR', 'MR MIAN AMIR', '+9203207996683', '+9203207996683', 'Middle', 450, '2026-03', '2025-12', 1, 'AHMED BOOK DEPOT', '31.558,74.3587', NULL, NULL, 0, NULL, NULL, '2025-09-16 13:01:41'),
(696, 21, 'Premer Public High School', 'Pakpattan', NULL, 'pakpattan', 'Noman Sab', 'Noman Sab', '+9203087912994', '+9203087912994', 'High School', 2800, '2026-01', '2025-11', 4, 'Open', '30.4859933,73.3476283', NULL, NULL, 0, NULL, NULL, '2025-09-16 13:10:27'),
(697, 21, 'Allama Iqbal Public High School', 'Pakpattan', NULL, 'Bunga hayat', 'Azhar Fareed', 'Azhar Fareed', '+920337575236', '+9203337575236', 'High School', 1800, '2026-03', '2025-11', 1, 'Self', '30.4858833,73.3476467', NULL, NULL, 0, NULL, NULL, '2025-09-16 13:13:01'),
(698, 21, 'Masli Zakirya School', 'Pakpattan', NULL, 'Bunga hayat', 'Ali Asifaq', 'Ali Asifaq', '+9203056879009', '+9203056879009', 'High School', 700, '2026-02', '2025-12', 2, 'Kids Book Center Pakpattan', '30.4858833,73.3476467', NULL, NULL, 0, NULL, NULL, '2025-09-16 13:15:26'),
(699, 26, 'JAMIA AYESHA SCHOOL', 'SIALKOT', NULL, 'HUNTER PURA', 'ABDUL REHMAN', 'ABDUL REHMAN', '+9203447175023', '+9203447175023', 'Middle', 250, '2026-02', '2025-12', 1, 'AHMED BOOK DEPOT', '31.558,74.3587', '2025-12-01', NULL, 0, NULL, NULL, '2025-09-16 13:21:32'),
(700, 26, 'AL-HAFIZ PUBLIC SCHOOL', 'SIALKOT', NULL, 'HUNTER PURA', 'MR SHAHID', 'MR SHAHID', '+9203217181488', '+9203217181488', 'High School', 650, '2026-02', '2025-12', 1, 'DIFFERENT DEALERS', '31.558,74.3587', NULL, NULL, 0, NULL, NULL, '2025-09-16 13:32:40'),
(701, 7, 'Arshad book centre', 'Chakwal', NULL, 'Main bazar chakwal', 'Arshad', 'Arshad', '+9203351596993', '+9203351596993', 'Primary', 500, '2027-02', '2025-11', 1, 'Arshad book centre', '32.9314668,72.8432885', NULL, NULL, 0, NULL, NULL, '2025-09-17 04:10:32'),
(702, 9, 'The little angels school', 'Shakargarh', NULL, 'Noorkot road', 'Habib ur Rehman', 'Habib ur Rehman', '+9203205911924', '+9203205911924', 'High School', 650, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2435801,75.1485046', NULL, '2025-10-28 11:37:34', 0, NULL, NULL, '2025-09-17 04:31:12'),
(703, 7, 'LEADERS HIGHER SECONDARY SCHOOL', 'CHAKWAL', NULL, 'COLLEGE ROAD', 'Musarrat', 'Musarrat', '+9203348984685', '+9203348984685', 'High School', 400, '2026-02', '2025-10', 2, 'ARSHAD BOOK CENTRE', '32.9304579,72.8427842', NULL, NULL, 0, NULL, NULL, '2025-09-17 04:41:43'),
(704, 16, 'Nishter group of school', 'Multan', NULL, 'Hazori Bagh road', 'Prof wajahat', 'Wajahat', '+9203067388025', '0614581300', 'High School', 320, '2026-01', '2025-11', 1, 'Open list', '30.2054438,71.4697381', '2025-09-20', NULL, 0, NULL, NULL, '2025-09-17 04:58:26'),
(705, 7, 'AMERICAN GRAMMAR SCHOOL', 'CHAKWAL', NULL, 'Mohallah SARGOJRA', 'MISS IRAM', 'MISS IRAM', '+9203325780578', '+9203325780578', 'Primary', 300, '2026-03', '2025-11', 2, 'ARSHAD BOOK CENTRE', '32.9291553,72.847215', '2025-11-02', NULL, 0, NULL, NULL, '2025-09-17 04:59:47'),
(706, 4, 'The Learners school', 'Lahore', NULL, 'Shahdara', 'Mam', 'Mam', '+9203219484750', '+9203134157744', 'High School', 500, '2026-01', '2025-11', 2, 'Mirza tahir', '31.61986,74.3006267', NULL, NULL, 0, NULL, NULL, '2025-09-17 05:01:31'),
(707, 25, 'The passion school', 'Pahrianwali', NULL, 'Phalia', 'Naseer ahmad', 'Same', '+9203007566069', '+9203007566069', 'High School', 500, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.4607952,73.7621643', NULL, '2025-10-08 10:04:12', 0, NULL, NULL, '2025-09-17 05:03:32'),
(708, 10, 'reader grammar school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'Ibrar sab', 'Ibrar sab', '+9203290751566', '+9203290751566', 'High School', 2000, '2026-03', '2026-01', 1, 'will be shared', '32.0766288,72.6894116', NULL, NULL, 0, NULL, NULL, '2025-09-17 05:07:07'),
(709, 11, 'Jana Foundation  School', 'Narowal', NULL, 'Near to zfc', 'Miss Shobia', 'Miss Shobia', '+9203437652776', '+9203437652776', 'High School', 350, '2026-03', '2026-01', 0, '.', '32.09009009009009,74.8824440370332', NULL, NULL, 0, NULL, NULL, '2025-09-17 05:13:37'),
(710, 4, 'Al labeb school', 'Lahore', NULL, 'Shahdara', 'Mam tabeer', 'Mam Tabeer', '+9203215880748', '+9203215880748', 'High School', 200, '2026-01', '2025-11', 1, 'Ibrahim', '31.6237243,74.2960074', NULL, NULL, 0, NULL, NULL, '2025-09-17 05:14:09'),
(711, 16, 'The Duke high school', 'Multan', NULL, 'Muslim colony', 'Malik Mushtaq.', 'Mrs Mushtaq', '+9203367032224', '+9203005952224', 'High School', 800, '2026-01', '2025-11', 3, 'Sheikh sb', '30.212722,71.4648934', NULL, NULL, 0, NULL, NULL, '2025-09-17 05:18:51'),
(712, 25, 'Arqam model school pahrianwali', 'Pahrianwali', NULL, 'Phalia', 'SHahid shb', 'Same', '+9203466469607', '+9203466469607', 'High School', 500, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.4836537,73.7697234', NULL, '2025-10-08 10:54:11', 0, NULL, NULL, '2025-09-17 05:20:05'),
(713, 7, 'ALPHA PILOT SCHOOL SYSTEM', 'CHAKWAL', NULL, 'ISLAMIA GROUND', 'AFZAL AHMAD', 'AFZAL AHMAD', '+9203335915164', '+9203335915164', 'Middle', 300, '2026-03', '2025-12', 1, 'ARSHAD BOOK CENTRE', '32.9288964,72.8495301', '2025-12-07', NULL, 0, NULL, NULL, '2025-09-17 05:25:00'),
(714, 9, 'New career public school', 'Shakargarh', NULL, 'Noorkot', 'Ishtiaq zafar', '', '+9203066898798', '+9203066998798', '-- Select --', 0, '', '', 0, '', '32.2035534,75.1271338', NULL, NULL, 0, NULL, NULL, '2025-09-17 05:28:11'),
(715, 4, 'The Arqam', 'Lahore', NULL, 'Shahdara', 'Sir Hamza Asif', 'Sir Hamza Asif', '+9203110047201', '+9203110047201', 'High School', 550, '2026-01', '2025-10', 1, 'Ibrahim', '31.6259624,74.3042715', NULL, NULL, 0, NULL, NULL, '2025-09-17 05:30:28'),
(716, 25, 'Imam ghazali school', 'Pahrianwali', NULL, 'Phalia', 'Sanawar iqbal mirza', 'Same', '+9203453652818', '+9203453652818', 'High School', 950, '2026-03', '2025-12', 2, 'Dar ul kutab pahrianwali', '32.484165,73.77086', NULL, '2025-10-08 10:53:14', 0, NULL, NULL, '2025-09-17 05:34:13'),
(717, 4, 'Babul islam school', 'Lahore', NULL, 'Shahdara', 'Sir sarmad', 'Sir sarmad', '+9203334125480', '+9203334125480', 'High School', 200, '2026-01', '2025-11', 1, 'Mirza Tahir', '31.627642,74.3037629', NULL, NULL, 0, NULL, NULL, '2025-09-17 05:36:00'),
(718, 4, 'Greater Lahore school', 'Lahore', NULL, 'Shahdara', 'Sir SAqib Shehzad', 'Sir Saqib Shehzad', '+9203214226159', '+9203214226159', 'High School', 170, '2026-01', '2025-11', 1, 'Ibrahim', '31.6305248,74.3062123', NULL, '2025-10-18 12:35:38', 0, NULL, NULL, '2025-09-17 05:52:55'),
(719, 25, 'Shaheen model school', 'Pahrianwali', NULL, 'Phalia', 'Afzaal warraich', 'Same', '+9203337622333', '+9203337622333', 'High School', 150, '2026-03', '2026-01', 1, 'Dar ul kutab pahrianwali', '32.4661879,73.766448', NULL, NULL, 0, NULL, NULL, '2025-09-17 05:52:55'),
(720, 9, 'Sun Rise school noorkot', 'Shakargarh', NULL, 'Noorkot', 'Saleem sahil', 'Saleem Sahil', '+9203064646428', '+9203064646428', '-- Select --', 0, '', '', 0, '', '32.2064167,75.1266233', NULL, NULL, 0, NULL, NULL, '2025-09-17 05:54:19'),
(721, 16, 'Galib senior', 'Multan', NULL, 'Near 7 number', 'Sir Zafar zaman', 'Mrs Zafar zaman', '+9203006309508', '+9203006309508', 'Primary', 120, '2026-01', '2025-12', 1, 'Waqas', '30.2087383,71.4631467', NULL, NULL, 0, NULL, NULL, '2025-09-17 05:58:56'),
(722, 25, 'Mustafai science model school', 'Pahrianwali', NULL, 'Phalia', 'Dr saddique sb', 'Qudsya rehman', '+9203400405703', '+9203400405703', 'High School', 650, '2026-03', '2026-01', 1, 'Dar ul kutab pahrianwali', '32.4659817,73.7666751', NULL, NULL, 0, NULL, NULL, '2025-09-17 06:00:01'),
(723, 4, 'Azet School', 'Lahore', NULL, 'Shahdara', 'Mam Abida', 'Mam Abida', '+9203088750043', '+9203088750043', 'High School', 200, '2026-01', '2025-10', 1, 'Jameel Shah ,Mursalin', '31.6318362,74.3061379', NULL, NULL, 0, NULL, NULL, '2025-09-17 06:27:29'),
(724, 11, 'Ali Foundation school', 'Narowal', NULL, 'Mian city narowal', 'Muhammed sajad', 'Muhammed sajad', '+9203007776993', '+9203007776993', 'Middle', 250, '2026-02', '2026-01', 0, '.', '32.09009009009009,74.8824440370332', NULL, NULL, 0, NULL, NULL, '2025-09-17 06:29:05'),
(725, 25, 'Noble grammar school', 'Pahrianwali', NULL, 'Phalia', 'Razia sultan', 'Same', '+9203466844832', '+9203466844832', 'High School', 315, '2026-03', '2026-01', 1, 'Dar ul kutab pahrianwali', '32.4619729,73.7741528', NULL, NULL, 0, NULL, NULL, '2025-09-17 06:33:49'),
(726, 11, 'The learning school', '', NULL, '', 'Hamna', 'Captain irshad', '+9203056208748', '+9203007767828', 'Middle', 200, '2026-03', '2025-12', 0, '.', '32.09009009009009,74.8824440370332', NULL, NULL, 0, NULL, NULL, '2025-09-17 06:38:38'),
(727, 8, 'Kamil foundation', 'Faisalabad', NULL, 'Jinnah colony', 'Sir Ahmad', 'Sir Ahmad', '+9203226246282', '+9203226246282', 'High School', 1100, '2026-03', '2026-01', 2, 'Waqas', '31.4180156,73.0687509', NULL, '2025-10-15 12:35:44', 0, NULL, NULL, '2025-09-17 06:43:18'),
(728, 16, 'Ahmad Grammer high school', 'Multan', NULL, 'Tariq Abad', 'Asia ch', 'Asia ch', '+9203317507345', '+9203317507345', 'High School', 400, '2026-01', '2025-11', 1, 'Open list', '30.2059121,71.4501586', NULL, NULL, 0, NULL, NULL, '2025-09-17 07:02:57'),
(729, 8, 'Abaidullah memorial school', 'Faisalabad', NULL, 'Tariq road', '', '', '0412623174', '0412623174', 'High School', 500, '2026-03', '2026-01', 1, 'Waqas', '31.4246159,73.0566288', NULL, NULL, 0, NULL, NULL, '2025-09-17 07:05:28'),
(730, 4, 'Alwahid School', 'Lahore', NULL, 'Shahdara', 'Sir Usman', 'Sir Usman', '+9203214656267', '+9203071250195', 'High School', 270, '2026-01', '2025-10', 1, 'Jameel shah', '31.6347684,74.3074908', NULL, '2025-09-29 10:59:50', 0, NULL, NULL, '2025-09-17 07:10:46'),
(731, 8, 'Civil pilot school system', 'Faisalabad', NULL, 'Razabad', 'Mr. Yasir', 'Mr. Yasir', '+9203239647587', '+9203239647587', 'High School', 250, '2026-01', '2025-11', 1, 'Waqas', '31.4270271,73.0521613', NULL, NULL, 0, NULL, NULL, '2025-09-17 07:31:58'),
(732, 4, 'Muslim ideal school', 'Lahore', NULL, 'Shahdara', 'Sir Ramzan Fakhar', 'Sir Ramzan Fakhar', '+9203324169293', '+9203324169293', 'High School', 1800, '2026-01', '2025-11', 2, 'Direct purchase', '31.6260607,74.3057057', NULL, NULL, 0, NULL, NULL, '2025-09-17 07:58:24'),
(733, 11, 'Rising School System', 'Narowal', NULL, 'Mian city Narowal', 'Aliyas', 'Aliyas', '+9203007777679', '+9203007777697', 'High School', 350, '2026-03', '2025-11', 2, '.', '32.108108108108105,74.87594538806339', NULL, NULL, 0, NULL, NULL, '2025-09-17 08:06:04'),
(734, 9, 'The Qims school', 'Shakargarh', NULL, 'Qabarstan road', 'Nazia ashraf', 'Nazia ashragf', '+9203114738290', '+9203114738290', '-- Select --', 0, '', '', 0, '', '32.2658865,75.1660726', NULL, '2025-11-07 15:34:47', 0, NULL, NULL, '2025-09-17 08:14:41'),
(735, 23, 'Hashmi Public High School', 'Lahore', NULL, 'Chungi Ammar Sidhu', 'Main Aqeel abbas', 'Main Aqeel abbas', '+923224342398', '+923224342398', 'Middle', 1600, '2026-03', '2025-12', 3, 'Rehmani Book shop', '31.5566541,74.303713', NULL, '2025-10-27 15:14:28', 0, NULL, NULL, '2025-09-17 08:43:56'),
(736, 21, 'Allama Iqbal School', 'Arifwala', NULL, 'Arifwala City', 'Asif Shah', 'Asif Shah', '+9203077852284', '+9203077852284', 'Middle', 200, '2026-01', '2025-12', 1, 'Self', '30.0410676,72.348609', NULL, NULL, 0, NULL, NULL, '2025-09-17 14:01:06'),
(737, 21, 'Al Umar Oxford School', 'Arifwala', NULL, 'Kamir', 'Zafar Watto', 'Zafar Watto', '+9203042872574', '+9203042872574', 'Primary', 250, '2026-02', '2025-12', 1, 'Self', '30.0410664,72.3486061', NULL, NULL, 0, NULL, NULL, '2025-09-17 14:04:35'),
(738, 21, 'Al Noor Public School', 'Arifwala', NULL, '17/Pul', 'Saddam Sab', 'Saddam Sab', '+9203085498671', '+9203085498671', 'Middle', 400, '2026-02', '2025-12', 1, 'Ramzan Book Center Rang Shah', '30.0410739,72.3486131', NULL, '2025-11-15 10:34:30', 0, NULL, NULL, '2025-09-17 14:08:00'),
(739, 4, 'Our tree school', 'Lahore', NULL, 'Shadbagh', 'Mam', 'Mam', '0423710458', '0423710458', 'High School', 250, '2026-03', '2025-12', 1, 'Hajvery book depot, direct purchase', '31.6005507,74.336105', NULL, '2025-11-11 12:11:49', 0, NULL, NULL, '2025-09-18 04:02:05'),
(740, 4, 'National girls school', 'Lahore', NULL, 'Shadbagh', 'Sir Amjad', 'Sir amjad', '04237284555', '04237284555', 'High School', 200, '2026-02', '2025-11', 1, 'Direct purchase', '31.6002017,74.337345', NULL, '2025-11-12 11:21:18', 0, NULL, NULL, '2025-09-18 04:26:00'),
(741, 16, 'Ethics land', 'Multan', NULL, 'Near dolat gate', 'Rasheed Sb', 'Rasheed sb', '+9203006372022', '+9203006372033', 'High School', 450, '2026-01', '2025-11', 1, 'Different', '30.1961572,71.4819723', NULL, NULL, 0, NULL, NULL, '2025-09-18 05:12:25'),
(742, 16, 'Lord Mayor', 'Multan', NULL, 'Delhi gate', 'Zahid', 'Zahid', '+9203006349061', '+9203017497542', 'High School', 250, '2025-09', '2025-11', 1, 'Ujala', '30.192901,71.4792832', NULL, NULL, 0, NULL, NULL, '2025-09-18 05:31:30'),
(743, 25, 'Federal model school', 'Pheray', NULL, 'Phalia', 'Asghar sb', 'Same', '+9203425413816', '+9203425413816', 'High School', 107, '2026-01', '2025-12', 2, 'Jinnah book phalia', '32.4202111,73.6672879', NULL, NULL, 0, NULL, NULL, '2025-09-18 05:34:49'),
(744, 16, 'Alquresh English public school', 'Multan', NULL, 'Alang', 'Baserat Qureshi', 'Baserat Qureshi', '+9203146124995', '+9203146124995', 'Middle', 300, '2026-01', '2025-11', 1, 'Zikriya', '30.1888683,71.4758814', NULL, NULL, 0, NULL, NULL, '2025-09-18 05:56:32'),
(745, 10, 'galani Islamic model school silanwali', 'silanwali', NULL, 'khushal town silanwali', 'madam tania', 'madam tania', '+9203066385249', '+9203066385249', 'Middle', 60, '2026-03', '2025-12', 0, 'friends book depot silanwali', '31.8173452,72.5402025', NULL, '2025-11-03 11:44:10', 0, NULL, NULL, '2025-09-18 06:06:45'),
(746, 16, 'Global international', 'Multan', NULL, 'Alang', 'M qaisar', 'M qaisar', '+9203069612525', '+9203217325002', 'High School', 280, '2025-09', '2025-06', 1, 'Open', '30.1918233,71.4776907', NULL, NULL, 0, NULL, NULL, '2025-09-18 06:15:11'),
(747, 25, 'Federal model school', 'Ghanian', NULL, 'Phalia', 'Miss raheela', 'Same', '+9203498846379', '+9203498846379', 'High School', 140, '2026-01', '2025-12', 3, 'Jinnah book phalia', '32.4015788,73.645236', NULL, '2025-10-17 12:55:42', 0, NULL, NULL, '2025-09-18 06:17:50'),
(748, 10, 'Iqra grammar school silanwali', 'silanwali', NULL, 'garden town silanwali', 'madam Iqra', 'madam Iqra', '+9203004008021', '+9203004008021', 'Middle', 200, '2026-03', '2025-12', 0, 'friends book depot silanwali', '31.8182081,72.54141', NULL, NULL, 0, NULL, NULL, '2025-09-18 06:22:58'),
(749, 10, 'sargodha grammar school silanwali', 'silanwali', NULL, 'garden town silanwali', 'Khuram sab', 'Khuram sab', '+9203008546119', '+9203008546119', 'High School', 300, '2026-03', '2025-12', 0, 'mixed', '31.8183488,72.542474', NULL, NULL, 0, NULL, NULL, '2025-09-18 07:08:03'),
(750, 10, 'universe national school silanwali', 'silanwali', NULL, 'garden town silanwali', 'samar sab', 'samar sab', '+9203407063926', '+9203407063926', 'Middle', 70, '2026-03', '2025-12', 0, 'mixed', '31.8167021,72.5421045', NULL, NULL, 0, NULL, NULL, '2025-09-18 07:23:36'),
(751, 10, 'knowledge hub school silanwali', 'silanwali', NULL, 'garden town silanwali', 'madam farwa', 'madam farwa', '+9203463196202', '+9203463196202', 'High School', 160, '2025-09', '2025-12', 0, 'friends book depot silanwali', '31.8188874,72.5429275', NULL, '2025-11-03 11:44:30', 0, NULL, NULL, '2025-09-18 07:40:01'),
(752, 25, 'Federal model school', 'Thathi mureed', NULL, 'Phalia', 'Miss ayesha', 'Same', '+9203476758120', '+9203476758120', 'High School', 50, '2026-01', '2025-12', 2, 'Jinnah book phalia', '32.3555567,73.6514067', NULL, '2025-10-01 11:02:54', 0, NULL, NULL, '2025-09-18 07:41:40'),
(753, 10, 'vision school silanwali', 'silanwali', NULL, 'garden town silanwali', 'madam farwa', 'madam farwa', '+9203060800202', '+9203060800202', 'Middle', 120, '2026-03', '2025-09', 0, 'mixed', '31.8187583,72.5425601', NULL, NULL, 0, NULL, NULL, '2025-09-18 07:46:40'),
(754, 4, 'Aldars school', 'Lahore', NULL, 'Chah miran', 'Sir Sultan', 'Sir Fareed', '+9203024055720', '+9203024055720', 'High School', 1500, '2026-01', '2025-11', 3, 'Open list', '31.5851728,74.3473421', NULL, NULL, 0, NULL, NULL, '2025-09-18 08:09:29'),
(755, 23, 'Shamim Grammar School', 'Lahore', NULL, 'Kahna Nau', 'Mudassir Hameed', 'Mudassir Hameed', '+923219789094', '+923219789094', 'Middle', 1600, '2026-01', '2025-12', 2, 'Rehmani Book shop', '31.5566177,74.3036866', '2025-10-08', NULL, 0, NULL, NULL, '2025-09-18 09:05:54'),
(756, 23, 'Al Noor School system', 'Kasur', NULL, 'Soe asal', 'Sohail saab', 'Sohail saab', '+9203227790408', '+9203227790408', 'Middle', 750, '2026-02', '2025-12', 2, 'Rehmani Book shop', '31.5566102,74.3037637', '2025-09-20', NULL, 0, NULL, NULL, '2025-09-18 09:14:14'),
(757, 23, 'Ali Educators School', 'Lahore', NULL, 'Kahna Nau', 'Nadeem Qamar', 'Nadeem Qamar', '+923456548288', '+923456548288', 'Middle', 800, '2026-02', '2025-12', 3, 'Rehmani Book shop', '31.5566054,74.3037767', NULL, NULL, 0, NULL, NULL, '2025-09-18 09:19:34'),
(758, 23, 'Alliedford Group of School', 'Lahore', NULL, 'Shadab Colony Ferozpur Road Lahore', 'Muhammad Faizan', 'Muhammad Faizan', '+923114443862', '+923114443862', 'Middle', 1800, '2026-02', '2025-12', 5, 'Rehmani Book shop', '31.5566329,74.3036879', NULL, NULL, 0, NULL, NULL, '2025-09-18 09:47:16');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(760, 23, 'Aqsa Foundation Girls High School', 'Lahore', NULL, 'Behind Ganeral Hospital', 'Muhammad Nouman Saab', 'Muhammad Nouman Saab', '+9203218869299', '+9203218869299', 'High School', 1600, '2026-02', '2025-12', 2, 'Rehmani Book shop', '31.5566233,74.3036461', NULL, '2025-10-27 15:14:07', 0, NULL, NULL, '2025-09-18 09:53:31'),
(761, 23, 'Waseem', 'Lahore', NULL, 'Chungi Ammar Sidhu', 'Muhammad Nadeem', 'Muhammad Nadeem', '+9203134177662', '+9203134177662', 'Middle', 750, '2026-02', '2026-01', 2, 'Rehmani Book shop', '31.5566233,74.3036461', '2025-12-17', NULL, 0, NULL, NULL, '2025-09-18 09:58:20'),
(762, 24, 'West bridge school', 'Lahore', NULL, 'Thokar nai baig', 'Mr aftab', 'Mr aftab', '+9203234187599', '+9203234187599', 'High School', 300, '2026-02', '2025-11', 1, 'Open', '31.5708286,74.3039435', NULL, '2025-11-15 10:31:33', 0, NULL, NULL, '2025-09-18 14:18:10'),
(763, 24, 'Muhammadia public school', 'Lahore', NULL, 'Sheer shah town', 'Nadeem sb', 'Nadeem sb', '+9203364147943', '+9203364147943', 'High School', 300, '2026-02', '2025-11', 1, 'Open', '31.5708554,74.3039757', NULL, '2025-11-04 16:42:04', 0, NULL, NULL, '2025-09-18 14:22:24'),
(764, 24, 'Elite school system', 'Lahore', NULL, 'Thokar', 'Mr qurban', 'Mr qurban', '+9203084620434', '+9203084620434', 'High School', 250, '2026-02', '2025-11', 1, 'Open', '31.5708691,74.3039971', '2025-09-20', NULL, 0, NULL, NULL, '2025-09-18 14:30:19'),
(765, 24, 'The prime science school', 'Lahore', NULL, 'Ghulshan town', 'Mr ahsan', 'Mr ahsan', '+9203087022545', '+9203087022545', 'High School', 150, '2026-02', '2025-11', 1, 'Open', '31.5708525,74.3040209', NULL, '2025-11-04 16:40:51', 0, NULL, NULL, '2025-09-18 14:35:10'),
(766, 26, 'NOOR PUBLIC GIRLS SCHOOL', 'SIALKOT', NULL, 'MUBARAK PURA', 'MADAM', 'MADAM', '0523256500', '0523256500', 'High School', 250, '2025-02', '2025-12', 1, 'PAKISTAN BOOK DEPOT', '31.558,74.3587', NULL, NULL, 0, NULL, NULL, '2025-09-18 14:44:46'),
(767, 24, 'British gammer school', 'Lahore', NULL, '45-c ghulshan town bund road naiz baig lahore', 'Malik shaukat ali', 'Malik shaukat ali', '+9203009400159', '+9203009400159', 'High School', 290, '2026-02', '2025-11', 1, 'Open', '31.5708601,74.304029', '2025-09-21', '2025-11-15 10:27:53', 0, NULL, NULL, '2025-09-18 14:45:03'),
(768, 24, 'Al suffa school', 'Lahore', NULL, 'Ghulshan town thokar nai baig', 'Tauqeer ahmad', 'Mr talha', '+9203024545500', '+9203024057718', 'Middle', 300, '2026-01', '2025-11', 1, 'Open', '31.5708651,74.3040207', '2025-09-23', '2025-11-04 16:41:22', 0, NULL, NULL, '2025-09-18 14:49:44'),
(769, 26, 'FRIEND\'S SCHOOL SYSTEM', 'SIALKOT', NULL, 'MUBARAK PURA', 'Mr Tahir', 'MR TAHIR', '+9203225849031', '+9203225849031', 'Middle', 190, '2026-02', '2025-12', 1, 'ASHRAF BOOK CENTRE', '31.558,74.3587', NULL, NULL, 0, NULL, NULL, '2025-09-18 15:04:56'),
(770, 26, 'HALLWAY INTERNATIONAL SCHOOL', 'SIALKOT', NULL, 'MUBARAK PURA RORAS ROAD', 'MADAM', 'MADAM', '+9203341512345', '+92033412345', 'High School', 350, '2026-03', '2025-11', 1, 'DIFFERENT DEALERS', '31.558,74.3587', NULL, NULL, 0, NULL, NULL, '2025-09-18 15:21:07'),
(771, 26, 'HORIZAN PUBLIC SCHOOL', 'SIALKOT', NULL, 'SHAHAB PURA ROAD', 'MR AMIR', 'MR AMIR', '0524593069', '0524593069', 'High School', 230, '2026-03', '2025-12', 1, 'ASHRAF BOOK CENTRE', '31.558,74.3587', NULL, NULL, 0, NULL, NULL, '2025-09-18 16:15:07'),
(772, 26, 'FATIMA MODEL SCHOOL', 'SIALKOT', NULL, 'RORAS ROAD NEAR MUBARAK PURA', 'MADAM', 'MADAM', '+9203328619173', '+9203328619173', 'High School', 317, '2026-03', '2025-01', 1, 'PEN NETWORK', '31.558,74.3587', NULL, NULL, 0, NULL, NULL, '2025-09-18 16:25:10'),
(773, 16, 'Progressive', 'Multan', NULL, 'Alang', 'Usman sardar', 'Samad', '+9203088679997', '+9203134514519', 'Primary', 100, '2026-01', '2025-12', 1, 'Kitabistan', '30.2460855,71.4871299', NULL, NULL, 0, NULL, NULL, '2025-09-19 04:13:50'),
(774, 4, 'The Ambitions school', 'Lahore', NULL, 'Shahdara', 'Syed Mohsin Ali Shah', 'Syed Mohsin Ali Shah', '+9203441118822', '+9203035917155', 'High School', 200, '2026-02', '2026-01', 1, 'Direct purchase', '31.6179784,74.2839135', NULL, NULL, 0, NULL, NULL, '2025-09-19 04:15:32'),
(775, 8, 'Lyallpur group of schools', 'Faisalabad', NULL, 'Noorpur', 'Mr. Zaheer', 'Mr. Zaheer', '+9203287799009', '+9203287799009', 'Middle', 200, '2026-01', '2025-11', 10, 'Waqas', '31.4526555,73.0955435', NULL, NULL, 0, NULL, NULL, '2025-09-19 04:24:24'),
(776, 4, 'Quaide Azam school', 'Lahore', NULL, 'Shahdara', 'Sir Shakeel', 'Sir Shakeel', '+9203214051319', '+9203214051319', 'High School', 350, '2026-01', '2025-11', 1, 'Direct purchase', '31.6131252,74.2763152', NULL, NULL, 0, NULL, NULL, '2025-09-19 04:28:39'),
(777, 9, 'New vision school', 'Shakargarh', NULL, 'Darman road', 'Khurram Ashraf', 'Khurram ashraf', '+9203046930827', '+9203046930827', 'High School', 450, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2721408,75.158118', NULL, '2025-10-22 13:36:27', 0, NULL, NULL, '2025-09-19 04:43:10'),
(778, 4, 'Wisdom school system', 'Lahore', NULL, 'Shahdara', 'Sir alaudinvandra', 'Sir alaudin vandra', '0423794460', '0423794460', 'High School', 50, '2026-01', '2025-11', 1, 'Direct purchase', '31.6122041,74.263962', NULL, NULL, 0, NULL, NULL, '2025-09-19 04:52:58'),
(779, 28, 'Rose petal Grammar Sschool', 'Karachi', NULL, 'Orangi', 'Zakir Malik', 'Zakir Malik', '+9203218983562', '+9203218983562', 'High School', 800, '2026-04', '2026-01', 1, '', '24.9668088,66.9791776', '2025-09-30', '2025-11-12 15:11:06', 0, NULL, NULL, '2025-09-19 04:59:42'),
(780, 8, 'Pakies school system', 'Faisalabad', NULL, 'Noorpur', 'Mr. Abdul majeed', 'Mr. Abdul majeed', '+9203007961401', '+9203007961401', 'High School', 550, '2026-02', '2025-11', 1, 'Waqas', '31.4573669,73.0982617', NULL, '2025-10-24 17:35:58', 0, NULL, NULL, '2025-09-19 05:01:52'),
(781, 10, 'ktk school sargodha', 'sargodha', NULL, 'PAF road sargodha', 'madam Iram', 'madam Iram', '+9203427036644', '+9203427036644', 'Middle', 120, '2026-03', '2025-12', 0, 'mixed', '32.0688682,72.6740727', NULL, '2025-10-10 09:47:03', 0, NULL, NULL, '2025-09-19 05:20:26'),
(782, 24, 'English Grammer school', 'Lahore', NULL, 'Allama iqbal town.', 'Sir', 'Miss faiza', '+9203279401083', '+9203279401083', 'High School', 500, '2026-01', '2025-11', 1, 'Open', '31.501177,74.2787468', '2025-09-24', '2025-11-01 15:52:41', 0, NULL, NULL, '2025-09-19 05:24:11'),
(783, 10, 'achiever school sargodha', 'sargodha', NULL, 'PAF road sargodha', 'madam robina', 'madam shamsa', '+9203070875505', '+9203070875505', 'Middle', 100, '2026-03', '2025-12', 0, 'yaqoob book depot sargodha', '32.0688702,72.674069', NULL, '2025-11-15 10:51:39', 0, NULL, '', '2025-09-19 05:26:24'),
(784, 16, 'Rafi education', 'Multan', NULL, 'Near qazafi Chowk', 'Aftab Shaheen', 'Aftab Shaheen', '+9203006363635', '+9203361504835', 'Preschool', 400, '2026-01', '2025-11', 3, 'Gazali, Habib', '30.2138003,71.514185', '2025-10-17', NULL, 0, NULL, NULL, '2025-09-19 05:31:39'),
(785, 25, 'Little angels school', 'Phalia', NULL, 'Phalia', 'Madam', 'Same', '+9203247490720', '+9203247490720', 'Middle', 130, '2026-03', '2025-12', 1, 'Dar ul kutab phalia', '32.4335017,73.62443', NULL, '2025-11-12 11:47:45', 0, NULL, NULL, '2025-09-19 05:34:38'),
(786, 8, 'Sandal school', 'Faisalabad', NULL, 'Millat town', 'Mr. Zafar', 'Mr. Zafar', '+9203216621505', '+9203216621505', 'High School', 2500, '2026-02', '2025-12', 2, 'Waqas', '31.4735731,73.1053207', NULL, '2025-10-24 17:35:20', 0, NULL, NULL, '2025-09-19 05:38:42'),
(787, 24, 'Radiant school system', 'Lahore', NULL, '45-allama iqbal town lahore', 'Miss samreen ansar', 'Miss samreen ansar', '+9203234686233', '+9203214130776', 'Primary', 300, '2026-01', '2025-11', 1, 'Open', '31.4994024,74.2748665', NULL, '2025-11-15 10:29:29', 0, NULL, NULL, '2025-09-19 05:39:36'),
(788, 4, 'Kpsi school', 'Lahore', NULL, 'Shahdara', 'Mam maryam', 'Mam maryam', '+9203454005092', '+9203454005092', 'High School', 500, '2026-01', '2025-11', 2, 'Direct purchase', '31.6105866,74.2636879', NULL, NULL, 0, NULL, NULL, '2025-09-19 05:41:56'),
(789, 28, 'The Climax English School', 'Karachi', NULL, 'Orangi', 'Mazar', 'Musarat', '+9203182990204', '+9203182990204', 'High School', 300, '2026-04', '2025-12', 2, '', '24.9597548,66.9844254', NULL, '2025-10-10 11:53:54', 0, NULL, NULL, '2025-09-19 05:42:32'),
(790, 16, 'Nation public', 'Multan', NULL, 'Bodla Town', 'M zeshan', 'M zeshan', '+9203004148979', '+9203004148979', 'Middle', 250, '2026-01', '2025-11', 1, 'General', '30.2149252,71.5137987', NULL, NULL, 0, NULL, NULL, '2025-09-19 05:53:45'),
(791, 24, 'Elysian school', 'Lahore', NULL, 'Kamran block allama iqbal town', 'Miss rabia', 'Miss rabia', '+9203044111658', '+9203044111658', 'High School', 350, '2026-03', '2025-12', 1, 'Open', '31.4996901,74.2752488', '2025-09-24', NULL, 1, NULL, NULL, '2025-09-19 06:00:54'),
(792, 4, 'The skaim high school', 'Lahore', NULL, 'Shahdara', 'Sir Abubakar', 'Sir Abubakar', '+9203007404206', '+9203007404206', 'High School', 280, '2026-01', '2025-11', 1, 'Mursalin', '31.6103987,74.2622072', NULL, NULL, 0, NULL, NULL, '2025-09-19 06:06:49'),
(793, 4, 'Daurul noor', 'Lahore', NULL, 'Shahdara', '03064445703', 'Sir Muhammad Saeed', '+9203064445703', '+9203064445703', 'High School', 20, '2026-01', '2025-11', 1, 'Direct purchase', '31.6103559,74.2616689', NULL, NULL, 0, NULL, NULL, '2025-09-19 06:11:13'),
(794, 16, 'Samar school', 'Multan', NULL, 'Bodla Town', 'Rabia gilani', 'Mam', '+9203018207488', '+9203018207488', 'High School', 2000, '2026-01', '2025-10', 3, 'Waheed', '30.214886,71.5113475', NULL, NULL, 0, NULL, NULL, '2025-09-19 06:16:17'),
(795, 4, 'Campus of education', 'Lahore', NULL, 'Shahdara', 'Sir Kashif', 'Sir Kashif', '0423792900', '0423792900', 'High School', 600, '2026-01', '2025-11', 1, 'Mursalin', '31.6111811,74.2623007', NULL, NULL, 0, NULL, NULL, '2025-09-19 06:37:46'),
(796, 8, 'Tehreek model higher secondry school', 'Faisalabad', NULL, 'Millat town', 'Miss Musarat', 'Miss Musarat', '+9203461688898', '+9203461688898', 'High School', 600, '2026-03', '2025-12', 1, 'Waqas', '31.4955662,73.1053004', NULL, '2025-10-24 17:35:10', 0, NULL, NULL, '2025-09-19 06:41:30'),
(797, 4, 'Central public school', 'Lahore', NULL, 'Shahdara', 'Mam wajeeha mehmood', 'Mam wajeeha mehmood', '+9203327922719', '+9203327822719', 'High School', 400, '2026-01', '2025-11', 1, 'Direct purchase', '31.6111433,74.262177', NULL, NULL, 0, NULL, NULL, '2025-09-19 06:51:23'),
(798, 3, 'AL-SIBGHA SCHOOL SYSTEM', 'LHR', NULL, '169-N Main Ghazali Rood Samnabad', 'Sir Adnan Zakaria', 'Sir Jameel , Mam bisma', '03009415949', '7523610', 'High School', 250, '2026-01', '2025-12', 1, 'Yosaf hanif', '31.5748765,74.3112271', NULL, NULL, 0, NULL, NULL, '2025-09-19 07:07:20'),
(799, 3, 'LORAD GRAMMAR SCHOOL', 'LHR', NULL, 'Millat Chowk', 'Wasim Akram Qazi', 'Sir', '03333002194', '0000', 'High School', 936, '2026-02', '2025-11', 1, 'Yosaf hanif', '31.5748812,74.3112291', NULL, NULL, 0, NULL, NULL, '2025-09-19 07:11:16'),
(800, 4, 'Quantum high school', 'Lahore', NULL, 'Shahdara', 'Sir imran', 'Sir imran', '+9203154781266', '+9203154781266', 'High School', 20, '2025-10', '2026-01', 1, 'Direct purchase', '31.6122762,74.2632602', NULL, NULL, 0, NULL, NULL, '2025-09-19 07:14:00'),
(801, 3, 'City Carder School', 'LHR', NULL, 'Millat Chowk', 'Muhammad Mujahid', 'Mam', '04237584835', '1245689', 'Middle', 900, '2026-03', '2025-12', 1, 'Yosaf hanif', '31.5748789,74.31123', NULL, NULL, 1, NULL, NULL, '2025-09-19 09:15:33'),
(802, 21, 'Distghar Education System', 'Pakpattan', NULL, 'pakpattan', 'Miss Rabia', 'Miss Rabia', '+9203080159415', '+9203080159415', 'Middle', 600, '2026-01', '2025-11', 2, 'Riaz Book Center Pakpattan', '30.3588958,73.3803633', NULL, '2025-11-15 10:34:11', 0, NULL, NULL, '2025-09-19 09:18:04'),
(803, 3, 'Star School system', '', NULL, 'Millat Chowk', 'Madem', 'Mam kren', '268268', '+9203040717191', 'Middle', 150, '2026-02', '2025-12', 1, 'Yosaf hanif', '31.574884,74.3112269', NULL, NULL, 0, NULL, NULL, '2025-09-19 09:28:37'),
(804, 3, 'IQRA ISLAMIC SCHOOL SYSTEM', 'LHR', NULL, 'Chuburji', 'Mam', 'Naveed Ahmad', '3748532', '+9203211453232', 'High School', 125, '2026-01', '2025-12', 1, 'Yosaf hanif', '31.5748745,74.3112288', NULL, NULL, 0, NULL, NULL, '2025-09-19 09:48:55'),
(805, 3, 'THE BRETESH GRAMMAR SCHOOL', 'LHR', NULL, '100-Main Sham Nagar Rood', 'Rana Hafiz', 'M. Danish', '+9203314324986', '+9203314324986', 'High School', 100, '2026-03', '2026-06', 2, 'Yosaf hanif', '31.5748783,74.3112332', NULL, NULL, 0, NULL, NULL, '2025-09-19 10:04:50'),
(806, 24, 'Pakistan national school', 'Lahore', NULL, '162-jhanzaib block Allama iqbal town', '', '', '+9203214042030', '+9203214042030', 'Primary', 250, '2026-02', '2025-11', 1, 'Open', '31.5566075,74.3037719', NULL, NULL, 0, NULL, NULL, '2025-09-19 10:11:54'),
(807, 24, 'No or school system', 'Lahore', NULL, '3 no neelum block samnabad', '', '', '+9203234897137', '+9203234897137', 'Primary', 300, '2026-03', '2025-11', 1, 'Open', '31.5566665,74.3037343', NULL, NULL, 1, NULL, NULL, '2025-09-19 10:14:51'),
(808, 24, 'The leader school system', 'Lahore', NULL, 'Lahore', 'Zubair sb', '', '+9203074757890', '+9203334301494', 'Primary', 300, '2026-02', '2025-11', 1, 'Open', '31.5566924,74.3036554', NULL, NULL, 0, NULL, NULL, '2025-09-19 10:21:30'),
(809, 24, 'Lahore education complex', 'Lahore', NULL, 'Al hamd colony neelum block allama iqbal town', '', 'Mr sultan', '+9203334311204', '+9203334311204', 'Primary', 300, '2026-02', '2025-11', 1, 'Open', '31.5566883,74.3037115', NULL, NULL, 0, NULL, NULL, '2025-09-19 10:26:31'),
(810, 24, 'Jeelani high school', 'Lahore', NULL, 'Shah kamal road shabab chowk', 'Mr hamyun', 'Mr hamyun', '+9203004840053', '+9203004840053', 'Primary', 300, '2026-01', '2025-11', 1, 'Open', '31.5566682,74.3036748', NULL, NULL, 0, NULL, NULL, '2025-09-19 10:31:00'),
(811, 24, 'Star high school', 'Lahore', NULL, '1360-p block sabazar', '', '', '+9203004641252', '+9203004641252', 'High School', 300, '2026-02', '2025-11', 1, 'Open', '31.5566665,74.3036753', NULL, NULL, 0, NULL, NULL, '2025-09-19 10:33:44'),
(812, 24, 'A date school', 'Lahore', NULL, '9-d marghazaar road', '', '', '+9203006645601', '+9203006645601', 'Middle', 350, '2026-02', '2025-11', 1, 'Open', '31.5566397,74.3037826', NULL, NULL, 0, NULL, NULL, '2025-09-19 10:36:25'),
(813, 26, 'SILK SCHOOL SYSTEM', 'Sialkot', NULL, 'Khadim Ali road', 'Mr Asif', 'Mrs Fiaz', '+9203107259311', '+9203107259311', 'High School', 250, '2026-03', '2025-11', 1, 'Abdullah traders', '32.4952313,74.5338237', NULL, NULL, 0, NULL, NULL, '2025-09-19 21:04:00'),
(814, 26, 'Modern Public School', 'Sialkot', NULL, 'Khadim Ali road', 'Madam', 'Sir Zubair', '+9203006164482', '+9203006164482', 'High School', 315, '2026-02', '2026-01', 1, 'Pakistan Book centre', '32.4952329,74.5338244', '2025-11-01', NULL, 0, NULL, NULL, '2025-09-19 21:13:57'),
(816, 16, 'Superior Muslim public school', 'Multan', NULL, 'Haans road', 'Gulam Haider', 'Gulam Haider', '+9203000225522', '+9203000225522', 'High School', 260, '2026-01', '2025-11', 1, 'Moon lite', '30.2407367,71.4794706', NULL, NULL, 0, NULL, NULL, '2025-09-20 04:22:00'),
(817, 16, 'The brilliant Grammer', 'Multan', NULL, 'Nawab pur road', 'Sir Zafar', 'Osama sb', '+9203047211250', '+9203068836139', 'High School', 250, '2026-01', '2025-10', 1, 'Fareed book center', '30.2449933,71.4682338', NULL, NULL, 1, NULL, NULL, '2025-09-20 04:44:34'),
(818, 4, 'The Angels School', 'Lahore', NULL, 'Shahdara', 'Sir Waqas', 'Sir Waqas', '+9203044406424', '+9203044406424', 'High School', 500, '2026-01', '2025-10', 1, 'Mursalin', '31.6231185,74.277663', NULL, NULL, 1, NULL, NULL, '2025-09-20 04:51:03'),
(819, 11, 'The Masters school', 'Narowal', NULL, 'Village Kandhala', 'Muhammed Adnan younas', 'Muhammed Adnan younas', '+9203367421864', '+9203367421864', 'High School', 450, '2026-01', '2025-10', 0, '.', '32.16216216216216,74.87776266970695', NULL, NULL, 1, NULL, NULL, '2025-09-20 04:56:47'),
(820, 16, 'Al Rehman', 'Multan', NULL, 'Gous alazam road', 'Mam', 'M Rizwan', '+9203088999897', '+9203088999897', 'Primary', 200, '2026-01', '2025-11', 1, 'Self', '30.2260623,71.4492177', NULL, NULL, 1, NULL, NULL, '2025-09-20 05:21:11'),
(821, 24, 'Moor girls high school', 'Lahore', NULL, 'Taiwan town', 'Mrs atiya ikram', 'Miss sadia cordinator', '+9203314341068', '+9203314341068', 'High School', 1, '2026-01', '2025-11', 1, 'Open', '31.504578,74.2588609', NULL, NULL, 1, NULL, NULL, '2025-09-20 05:35:55'),
(822, 16, 'New vision Education', 'Multan', NULL, 'Saddiq Akbar road', 'Rana Sajid', 'Rana Sajid.', '+9203076336494', '+9203076336494', 'Middle', 400, '2026-03', '2026-01', 1, 'Self', '30.2289902,71.4453488', NULL, NULL, 0, NULL, NULL, '2025-09-20 05:37:15'),
(823, 4, 'The trial school', 'Lahore', NULL, 'Shahdara', 'Mam Atia', 'Mam Atia', '+9203202022866', '+9203041114084', 'High School', 3000, '2026-01', '2025-11', 3, 'Direct purchase', '31.6167801,74.2804262', NULL, NULL, 1, NULL, NULL, '2025-09-20 05:37:42'),
(824, 4, 'Laureate school', 'Lahore', NULL, 'Shahdara', 'Sir Nauman', 'Miss mehak', '+9203214538558', '+9203214538558', 'High School', 900, '2026-02', '2025-07', 1, 'Direct purchase', '31.6172381,74.2805489', NULL, '2025-09-29 12:36:09', 1, NULL, NULL, '2025-09-20 05:45:13'),
(825, 11, 'Qaid public school', 'Narowal', NULL, 'Village Saddowala', 'Muhammed Ijaz', 'Muhammed Ijaz', '+9203014672193', '+9203014672193', 'Middle', 150, '2026-02', '2025-10', 0, '.', '32.14414414414414,74.86296261244351', NULL, '2025-10-22 13:34:29', 0, NULL, NULL, '2025-09-20 05:47:17'),
(826, 24, 'Blessed school system', 'Lahore', NULL, 'Awain town', 'Miss samina', 'Miss samina', '+92030935961466', '+92030935961466', 'High School', 400, '2026-02', '2025-12', 1, 'Open', '31.5047979,74.2615485', NULL, NULL, 0, NULL, NULL, '2025-09-20 05:52:49'),
(827, 28, 'Khursheed Exclusive Montessori world secondary school', 'Karachi', NULL, 'Orangi', 'Najma Akbar', 'Najma Akbar', '+9203009276837', '+9203009276837', 'High School', 500, '2026-04', '2026-01', 2, 'NA', '24.9721727,66.9923267', '2025-10-15', '2025-11-04 17:17:27', 1, NULL, NULL, '2025-09-20 05:55:23'),
(828, 16, 'Unique science', 'Multan', NULL, 'Suraj miani', 'Dr Amir', 'Dr Amir', '+9203041257867', '+9203041257867', 'High School', 800, '2026-01', '2025-10', 2, 'Fareed', '30.2231173,71.4337578', NULL, NULL, 0, NULL, NULL, '2025-09-20 06:12:03'),
(829, 28, 'Orangi Grammar School', 'Karachi', NULL, 'Orangi', 'Sabih Ahmad Malik', 'Sabih Ahmad Malik', '+9203332179358', '+9203332179358', 'High School', 700, '2026-04', '2025-12', 1, '', '24.9706803,66.9927875', NULL, '2025-11-01 16:55:41', 0, NULL, NULL, '2025-09-20 06:13:37'),
(830, 4, 'Standard school system', 'Lahore', NULL, 'Shahdara', 'Sir bilal hussain', 'Sir Bilal Hussain', '+9203124593351', '+9203124593351', 'High School', 100, '2026-01', '2025-10', 1, 'Mirza Tahir', '31.6404917,74.20272', NULL, NULL, 0, NULL, NULL, '2025-09-20 06:13:48'),
(831, 4, 'Azad public school', 'Lahore', NULL, 'Shahdara', 'Mam', 'Mam', '+9203234586999', '+9203234586999', 'High School', 150, '2026-01', '2025-11', 1, 'Shehzad', '31.6358705,74.2122575', NULL, NULL, 0, NULL, NULL, '2025-09-20 06:30:27'),
(832, 28, 'Al qamar Academy', 'Karachi', NULL, 'Orangi', 'Muhiddin', 'Muhiddin', '+9203122371901', '+9203122371901', 'High School', 300, '2026-04', '2025-12', 1, '', '24.9660177,66.9941643', NULL, '2025-10-15 11:12:07', 0, NULL, NULL, '2025-09-20 06:31:29'),
(833, 11, 'Pak School System', 'Narowal', NULL, 'Village  damala', 'Sir Arshad', 'Sir Arshad', '+9203424758308', '+9203424758308', 'High School', 250, '2026-03', '2025-10', 0, '.', '32.16216216216216,74.79262592988921', NULL, NULL, 0, NULL, NULL, '2025-09-20 06:37:26'),
(834, 28, 'Signature Grammar School', 'Karachi', NULL, 'Orangi', 'Nadeem Malik', 'Arif', '+9203152446030', '+9203152446030', 'Primary', 2000, '2026-08', '2026-01', 1, '', '24.9660177,66.9941643', NULL, '2025-11-07 15:55:09', 0, NULL, NULL, '2025-09-20 06:43:57'),
(835, 10, 'sargodha Cambridge school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'madam huma', 'madam huma', '+9203015066520', '+9203015066520', 'Middle', 170, '2026-03', '2025-09', 8, 'mixed', '32.0869514,72.6574382', NULL, '2025-11-17 13:22:08', 0, NULL, NULL, '2025-09-20 06:44:18'),
(836, 4, 'Alliance school of knowledge', 'Lahore', NULL, 'Shahdara gulfishan town', 'Sir Zunair', 'Sir Zunair', 'Sir Zunair', '+9203238847664', 'High School', 280, '2026-01', '2025-11', 1, 'Shehzad', '31.634585,74.2127717', NULL, '2025-10-21 12:16:59', 0, NULL, NULL, '2025-09-20 06:53:04'),
(837, 28, 'Hermain Acme Grammar School', 'Karachi', NULL, 'Orangi', 'Nadeem', 'Nadeem', '+9203343856101', '+9203343856101', 'High School', 1000, '2026-04', '2025-12', 2, '', '24.9520704,67.0039609', NULL, '2025-11-07 15:55:00', 0, NULL, NULL, '2025-09-20 06:57:17'),
(838, 28, 'Uni School System', 'Karachi', NULL, 'Orangi', 'Farrukh', 'Ayaz', '+9203132209390', '+9203122613143', 'High School', 300, '2026-04', '2026-01', 1, '', '24.9526623,67.0038599', NULL, '2025-11-18 13:23:54', 0, NULL, NULL, '2025-09-20 07:10:59'),
(839, 24, 'Swaana high school', 'Lahore', NULL, 'Awan town', '', '', '+923084402027', '+923084402027', 'High School', 300, '2026-01', '2025-12', 1, 'Open', '31.504722,74.2622608', NULL, NULL, 1, NULL, NULL, '2025-09-20 07:15:57'),
(840, 24, 'Bright career school', 'Lahore', NULL, 'Awan town', 'Madam hina', 'Asghar Ali cordinator', '+9203226993595', '+9203226993595', 'High School', 300, '2026-01', '2025-12', 2, 'Open', '31.504716,74.2628657', NULL, '2025-11-15 10:29:04', 1, NULL, NULL, '2025-09-20 07:27:29'),
(841, 24, 'Winsom school', 'Lahore', NULL, 'Awan town', 'Miss uzma', 'Miss uzma', '+9203334399395', '+9203334399395', 'High School', 600, '2026-01', '2026-06', 3, 'Open', '31.5032262,74.2679054', NULL, NULL, 1, NULL, NULL, '2025-09-20 07:41:33'),
(842, 16, 'Adan school', 'Multan', NULL, 'Suraj miani', 'Mehtab', 'Mehtab', '+9203007187446', '+9203007187446', 'Middle', 220, '2026-01', '2025-11', 1, 'Open', '30.2119233,71.4471677', NULL, NULL, 0, NULL, NULL, '2025-09-20 08:06:15'),
(843, 4, 'RBKC School', 'Lahore', NULL, 'Shahdara', 'Sir Basit Ali', 'Sir Basit', '+92030257460256', '+92030257460256', 'High School', 600, '2026-01', '2025-11', 1, 'Mursalin', '31.6279694,74.277189', NULL, '2025-11-07 15:40:43', 1, NULL, NULL, '2025-09-20 08:33:43'),
(844, 25, 'Chinaar school', 'Kuthyala', NULL, 'Phalia', 'Qaiser sb', 'Same', '+9203415536162', '+9203415536162', 'High School', 350, '2026-01', '2025-11', 3, 'Jinnah book phalia', '32.454245,73.4231067', NULL, '2025-11-01 11:51:19', 1, NULL, NULL, '2025-09-20 08:45:30'),
(845, 21, 'Al Qalam School', 'Basirpur', NULL, 'Basirpur city', 'Asghar Sab', 'Asghar Sab', '+9203448363112', '+9203448363112', 'Middle', 700, '2026-02', '2025-11', 1, 'Self', '30.486035,73.3481333', NULL, NULL, 1, NULL, NULL, '2025-09-20 12:14:48'),
(846, 21, 'Basirpur School of Excellence', 'Basirpur', NULL, 'Basirpur City', 'Ajmal Sab', 'Ajmal Sab', '+9203404712689', '+9203404712689', 'Middle', 400, '2026-01', '2025-11', 1, 'Raiz Book Center Basirpur', '30.4860367,73.348', NULL, '2025-10-29 12:48:23', 1, NULL, NULL, '2025-09-20 12:17:20'),
(847, 21, 'Raiz Ul Quran School', 'Basirpur', NULL, 'Basirpur', 'Hafiz Saleem', 'Hafiz Saleem', '+9203013660907', '+9203013660807', 'Primary', 1100, '2026-02', '2025-12', 2, 'Raiz Book Center', '30.4861,73.3480233', NULL, NULL, 1, NULL, NULL, '2025-09-20 12:19:49'),
(848, 21, 'Iqbal School System', 'Basirpur', NULL, 'Basirpur City', 'Safdar Sab', 'Safdar Sab', '+9203454579509', '+9203454579509', 'Middle', 200, '2026-02', '2025-12', 0, '', '30.4860117,73.346805', NULL, '2025-10-29 12:48:55', 1, NULL, NULL, '2025-09-20 12:21:41'),
(849, 21, 'Citizen Education School', 'Vehari', NULL, 'Vehari City', 'Miss Saba', 'Miss Saba', '+9203054517417', '+9203054517417', 'Primary', 600, '2026-02', '2025-11', 1, 'City Book Center Vehari', '30.485825,73.3471033', NULL, NULL, 1, NULL, NULL, '2025-09-20 12:25:47'),
(850, 21, 'Islamic Public School', 'Vehari', NULL, 'Vehari City', 'Asif Nazeer', 'Asif Nazeer', '+9203017675158', '+9203017675158', 'High School', 1000, '2026-02', '2025-11', 1, 'City Book Center Vehari', '30.485935,73.3478933', NULL, '2025-09-30 13:31:31', 1, NULL, 'This School need Training on general topics.', '2025-09-20 12:29:26'),
(851, 21, 'Aspair Schools', 'Vehari', NULL, 'Vehari City', 'Rafiq Sab', 'Rafiq Sab', '+9203009091080', '+9203009091080', 'High School', 900, '2026-02', '2025-12', 5, 'City Book Center Vehari', '30.4859033,73.3480717', NULL, NULL, 1, NULL, '', '2025-09-20 12:33:26'),
(852, 11, 'Sarim Scholars school', 'Narowal', NULL, 'Talwandi bhindran', 'Muhammed sajad', 'Muhammed  sajad', '+9203157353711', '+9203157353711', 'Middle', 200, '2026-01', '2025-11', 0, '.', '32.108108108108105,74.7057727849087', NULL, '2025-09-23 13:19:10', 1, NULL, NULL, '2025-09-22 04:37:42'),
(853, 8, 'Kohinoor grammar school', 'Faisalabad', NULL, 'Kohinoor', 'Miss Sumaira', 'Miss sumaira', '+9203336540579', '+9203336540579', 'High School', 4000, '2026-03', '2025-12', 5, 'Waqas', '31.4135417,73.1218489', NULL, '2025-10-09 11:24:11', 0, NULL, NULL, '2025-09-22 04:47:05'),
(854, 25, 'Aspire grammar school', 'Phalia', NULL, 'Phalia', 'Amir shezad gondal', 'Mam faria', '+9203494175410', '+9203494175410', 'Middle', 325, '2026-03', '2025-12', 2, 'Jinnah book phalia', '32.4330918,73.5911512', NULL, '2025-09-25 11:44:20', 1, NULL, NULL, '2025-09-22 04:49:27'),
(855, 16, 'Mahi Canadian', 'Multan', NULL, 'Nawab pur road', 'Miss iram', 'Miss iram', '0616212984', '03366089594', 'High School', 350, '2026-03', '2026-01', 1, 'Open list', '30.2332182,71.4674089', NULL, NULL, 0, NULL, NULL, '2025-09-22 04:55:12'),
(856, 9, 'Dream Cadet school', 'Shakargarh', NULL, 'Chak amroo', 'Nadeem ishaq', 'Nadeem ishaq', '+9203015863924', '+9203015863924', 'High School', 550, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.3754459,75.1744878', NULL, '2025-11-15 10:37:04', 1, NULL, NULL, '2025-09-22 04:57:12'),
(857, 8, 'Bab ul ilm grammar school', 'Faisalabad', NULL, 'Naimat colony number 1', 'Mr. Awais', 'Mr. Awais', '0418719411', '0418719411', 'High School', 400, '2026-03', '2025-11', 1, 'Waqas', '31.4113321,73.1219016', '2025-09-29', '2025-09-29 09:44:42', 1, NULL, NULL, '2025-09-22 05:05:43'),
(858, 16, 'Misali public', 'Multan', NULL, 'Lodhi mor', 'Irfan sb', 'Irfan sb', '+9203007187288', '+9203007187288', 'High School', 300, '2026-01', '2025-11', 1, 'M K G', '30.2252086,71.4637245', NULL, NULL, 0, NULL, NULL, '2025-09-22 05:17:21'),
(859, 25, 'Quaid e azam high school', 'Phalia', NULL, 'Phalia', 'Mam sabahat', 'Same', '+9203324077266', '+9203324077266', 'High School', 250, '2026-03', '2025-12', 2, 'Jinnah book phalia', '32.4418722,73.5659109', NULL, '2025-10-29 13:53:01', 0, NULL, NULL, '2025-09-22 05:20:25'),
(860, 28, 'Hayat ul Islam model Academy', 'Karachi', NULL, 'Orangi', 'Arif Naseem', 'Adil', '+9203332117970', '+9203341879825', 'High School', 2000, '2026-07', '2026-02', 1, '', '24.9528919,66.9825124', NULL, '2025-11-04 17:17:47', 0, NULL, NULL, '2025-09-22 05:27:56'),
(861, 15, 'blooms school system', 'okara', NULL, 'smad pura road', 'mam sadia', 'mam sadia', '+9203360808956', '+9203360808956', 'High School', 500, '2026-03', '2025-01', 1, 'imran', '30.80007189668022,73.45294284152602', NULL, '2025-09-24 13:06:00', 1, NULL, NULL, '2025-09-22 05:34:41'),
(862, 4, 'Inlighten House', 'Lahore', NULL, 'Badami bagh', 'Sir Awais', 'Sir Awais', '+9203079427488', '+9203078427488', 'High School', 100, '2026-01', '2025-11', 1, 'Nazim', '31.6001517,74.318555', NULL, '2025-10-27 13:40:43', 0, NULL, NULL, '2025-09-22 05:38:44'),
(863, 25, 'Kashmir public elementary school', 'Phalia', NULL, 'Phalia', 'Nighat parveen', 'Same', '+9203446842619', '+9203446842619', 'Middle', 120, '2026-03', '2026-03', 1, 'Jinnah book phalia', '32.4516698,73.5570844', NULL, NULL, 0, NULL, NULL, '2025-09-22 05:42:31'),
(864, 5, 'Legends paradise School Lodhra', 'Lodhra', NULL, 'Lodhra', 'Mam Sadaf Hafeez', 'Sadaf', '+9203061162020', '+9203061162020', 'Middle', 0, '', '', 0, '', '29.5433716,71.6365083', NULL, NULL, 0, NULL, NULL, '2025-09-22 05:42:32'),
(865, 16, 'Bahaudin Zikriya school', 'Multan', NULL, 'Gous Al Azam road', 'M Nasrullah', 'Shahida Parveen', '+9203006328611', '+9203027331466', 'High School', 1500, '2026-01', '2025-11', 1, 'Different', '30.2198161,71.4489653', '2025-10-03', '2025-09-24 13:35:57', 1, NULL, NULL, '2025-09-22 05:43:15'),
(866, 15, 'almasoom school', 'okara', NULL, 'smad pura', 'mam', 'mam s', '+9203006964864', '+9203006964864', 'High School', 300, '2026-03', '2025-12', 1, 'imran', '30.806757070287073,73.45047373239109', NULL, '2025-09-24 13:09:52', 1, NULL, NULL, '2025-09-22 05:49:57'),
(867, 25, 'Mustafai science model school', 'Lather kalaan', NULL, 'Phalia', 'Qari azhar', 'Same', '+9203024579661', '+9203024579661', 'Middle', 0, '', '', 0, '', '32.4660904,73.5461479', NULL, NULL, 0, NULL, NULL, '2025-09-22 05:53:42'),
(868, 8, 'The Elite school system', 'Faisalabad', NULL, 'Officers colony no. 1', 'Mrs. Habib', 'Mrs. Habib', '+9203248555555', '+9203248555555', 'Middle', 150, '2026-03', '2026-01', 1, 'Waqas', '31.4126896,73.1256934', NULL, NULL, 1, NULL, NULL, '2025-09-22 05:54:54'),
(869, 28, 'Jamia tul Iman', 'Karachi', NULL, 'Orangi', 'Mudassir Ansari', 'Shahzad Malik', '+9203362211345', '+9203362211345', 'High School', 500, '2026-04', '2025-12', 1, '', '24.9562185,66.9927821', NULL, '2025-11-17 12:17:24', 0, NULL, NULL, '2025-09-22 05:56:22'),
(870, 16, 'Basic school', 'Multan', NULL, 'Gous alazam road', 'Mam', 'Mam', '+9203007692323', '+9203007692323', 'Primary', 170, '2026-01', '2025-11', 1, 'Furqan', '30.2133744,71.4427577', NULL, '2025-09-24 13:42:36', 1, NULL, NULL, '2025-09-22 05:57:24'),
(871, 4, 'Ams school', 'Lahore', NULL, 'Badami bagh', 'Sir Murad', 'Sir Murad', '+9203024856056', '+9203024856056', 'High School', 150, '2026-01', '2025-11', 1, 'Direct purchase', '31.598275,74.3165933', NULL, '2025-11-07 15:39:46', 1, NULL, NULL, '2025-09-22 05:58:18'),
(872, 28, 'Prince Public School', 'Karachi', NULL, 'Orangi', 'Asif Kaleem', 'Asif kaleem', '+9203218946505', '+9203218946505', 'High School', 500, '2026-04', '2025-12', 1, '', '24.9586046,66.9941446', NULL, '2025-10-21 12:15:12', 0, NULL, NULL, '2025-09-22 06:09:03'),
(873, 5, 'Pins School System lodhra', 'Lodhra', NULL, '', '', '', '+9203007320971', 'Imran khan', '-- Select --', 0, '', '', 0, '', '29.5431221,71.636823', NULL, NULL, 0, NULL, NULL, '2025-09-22 06:14:11'),
(874, 28, 'Pak Islamia English School', 'Karachi', NULL, 'Orangi', 'Wasif', 'Wasif', '+9203002435739', '+9203002435739', 'High School', 900, '2026-04', '2025-12', 1, '', '24.958398,66.9954907', NULL, '2025-11-18 13:23:08', 0, NULL, NULL, '2025-09-22 06:16:57'),
(875, 16, 'Multan Grammer school', 'Multan', NULL, 'Pul wasal', 'Mam Sheraza', 'Mam Sheraza', '+9203004779514', '+9203004779514', 'Primary', 180, '2026-01', '2025-11', 1, 'M K G', '30.2109446,71.436528', NULL, '2025-09-24 14:17:34', 0, NULL, NULL, '2025-09-22 06:21:49'),
(876, 4, 'Asad grammar school', 'Lahore', NULL, 'Badami bagh', 'Sir Asad', 'Sir Asad', '+9203004791565', '+9203004791565', 'High School', 150, '2026-01', '2025-11', 1, 'Nazim', '31.5975178,74.3172769', NULL, NULL, 0, NULL, NULL, '2025-09-22 06:23:00'),
(877, 9, 'Uneeque public model school chak amroo', 'Shakargarh', NULL, 'Chak amroo', 'M Akram', 'Mam farzana', '+9203007304903', '+9203007304903', 'High School', 280, '2026-03', '2025-11', 1, 'New star book depot', '32.3731911,75.176364', NULL, '2025-09-23 14:21:03', 1, NULL, NULL, '2025-09-22 06:29:52'),
(878, 8, 'The Punjab school system', 'Faisalabad', NULL, 'Officers colony no. 1', 'Mr. Aslam', 'Mr. Aslam', '+9203018786866', '+9203018786866', 'High School', 400, '2026-03', '2025-12', 1, 'Waqas', '31.4148113,73.1276876', NULL, NULL, 0, NULL, NULL, '2025-09-22 06:31:25'),
(879, 5, 'Times School System lodhra', 'Lodhra', NULL, '', '', '', '+9203007317195', '+9203007317195', '-- Select --', 0, '', '', 0, '', '29.5429946,71.63679', NULL, NULL, 0, NULL, NULL, '2025-09-22 06:33:28'),
(880, 9, 'Noble education school chak amroo', 'Shakargarh', NULL, 'Chak amroo', 'Sanaullah sb', 'Sanaullah sb', '+9203007262916', '+9203007262916', 'High School', 350, '2026-03', '2025-11', 1, 'Bhatti book depot', '32.3697217,75.1783267', NULL, '2025-10-30 16:18:41', 1, NULL, NULL, '2025-09-22 06:44:09'),
(881, 4, 'Rising kid school', 'Lahore', NULL, 'Ravi road', 'Mam saima', 'Mam saima', '+9203232000383', '+9203232000383', 'High School', 1800, '2026-01', '2025-12', 3, 'Direct purchase', '31.5945883,74.3063633', NULL, '2025-11-11 12:11:34', 0, NULL, NULL, '2025-09-22 06:46:52'),
(882, 11, 'Al Huda Model School', 'Narowal', NULL, 'Qila kalar wala', 'Zafar sub', 'Zafar sub', '+9203016159429', '+9203016159429', 'Middle', 350, '2025-12', '2025-11', 0, '.', '32.108108108108105,74.57814333254268', NULL, '2025-09-23 13:24:19', 1, NULL, NULL, '2025-09-22 06:48:58'),
(883, 5, 'Scholars School System lodhra', 'Lodhra', NULL, '', '', 'M Arshad', '+9203017708825', '+9203017708825', '-- Select --', 0, '', '', 0, '', '29.5444403,71.6390964', NULL, NULL, 0, NULL, NULL, '2025-09-22 06:55:26'),
(885, 28, 'Aziz e Millat High School', 'Karachi', NULL, 'Orangi', 'Trust base school', 'Shaista Nasar', '+9202136654978', '+9202136654978', 'High School', 2500, '2026-04', '2025-12', 1, '', '24.9517528,67.0019389', NULL, '2025-11-07 15:55:39', 0, NULL, NULL, '2025-09-22 06:59:38'),
(886, 5, 'Apple School System', 'Lodhra', NULL, '', '', 'M Imran sir', '+9203001499696', '+9203001499696', '-- Select --', 0, '', '', 0, '', '29.5448468,71.6402539', NULL, '2025-09-29 12:42:56', 0, NULL, NULL, '2025-09-22 07:01:44'),
(887, 16, 'Sun model', 'Multan', NULL, 'Suraj miani', 'Yousaf sb', 'Yousaf. sb', '+9203027378299', '+9203027378299', 'High School', 1400, '2026-01', '2025-11', 3, 'Different', '30.2232225,71.4334645', NULL, NULL, 0, NULL, NULL, '2025-09-22 07:06:36'),
(888, 28, 'Rakhshinda Public School', 'Karachi', NULL, 'Orangi', 'Sir Jamal', 'Sir Jamal', '+9203333012784', '+9203333012784', 'High School', 900, '2026-04', '2025-12', 2, '', '24.9509581,67.0024273', NULL, '2025-11-07 15:55:32', 1, NULL, NULL, '2025-09-22 07:08:40'),
(889, 4, 'The Smart Orient', 'Lahore', NULL, 'Ravi road', 'Mam', 'Mam', '+9203334991883', '+9203334991883', 'High School', 400, '2026-01', '2025-11', 2, 'Direct purchase', '31.5955144,74.3061327', NULL, '2025-11-07 15:40:02', 1, NULL, NULL, '2025-09-22 07:10:23'),
(890, 5, 'Alizium School ðŸ«', 'Lodhra', NULL, '', '', 'MD', '+9203029070330', '+9203029070330', '-- Select --', 0, '', '', 0, '', '29.5458142,71.6428819', NULL, '2025-09-30 11:03:33', 1, NULL, NULL, '2025-09-22 07:17:19'),
(891, 10, 'namal school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'mian shahid sab', 'mian shahid sab', '+9203006000659', '+9203006000659', 'High School', 1000, '2026-01', '2025-11', 3, 'mixed', '32.0959533,72.6721827', NULL, '2025-11-12 15:19:44', 1, NULL, NULL, '2025-09-22 07:20:59'),
(892, 16, 'New Pakistan model school', 'Multan', NULL, 'Vip colony', 'Saeed Ahmed', 'Arslan Ahmed', '+9203457256860', '+9203009638819', 'High School', 800, '2026-03', '2026-01', 1, 'Open', '30.2209072,71.4294054', NULL, '2025-09-25 11:01:13', 0, NULL, NULL, '2025-09-22 07:25:20'),
(893, 5, 'Al pina School System lodhra', '', NULL, '', '', '', '+920608362000', '+920608362000', '-- Select --', 0, '', '', 0, '', '29.5436421,71.6467871', NULL, '2025-09-23 15:01:57', 0, NULL, NULL, '2025-09-22 07:31:48'),
(894, 8, 'Faisalabad grammar school', 'Faisalabad', NULL, 'Madina town', 'Miss Sowaiba', 'Miss Sowaiba', '+9203360003413', '+9203360003413', 'High School', 3000, '2026-03', '2025-12', 1, 'Waqas', '31.4138194,73.1227583', NULL, '2025-10-09 10:01:52', 0, NULL, NULL, '2025-09-22 07:33:53'),
(895, 11, 'Arqam  model school', 'Narowal', NULL, 'Qila kalar wala', 'Muhammed waqas', 'Muhammed waqas', '+9203405942015', '+9203405942015', 'Middle', 350, '', '', 0, '.', '32.108108108108105,74.57814333254268', NULL, '2025-09-23 13:27:39', 1, NULL, NULL, '2025-09-22 07:37:47'),
(896, 5, 'The Oxford School Lodhra', 'Lodhra', NULL, '', '', 'Sakhawat ali', '+9203017739006', '+9203017739006', '-- Select --', 0, '', '', 0, '', '29.5450993,71.6424392', NULL, '2025-09-23 15:01:32', 0, NULL, NULL, '2025-09-22 07:42:20'),
(897, 16, 'Brook field', 'Multan', NULL, 'VIP colony', 'Sir Zahid', 'Miss farzana', '+9203036668131', '+9203036668131', 'Middle', 250, '2026-01', '2025-12', 1, 'Ahmad', '30.2208651,71.4315177', NULL, '2025-09-25 11:11:47', 0, NULL, NULL, '2025-09-22 07:49:17'),
(898, 15, 'punja jinah school', 'okara', NULL, 'government colony', 'sir', 'sir', '+923313655675', '+923313655675', 'High School', 300, '2026-03', '2025-12', 1, 'imran', '30.806757070287073,73.45047373239109', NULL, '2025-09-25 10:32:50', 0, NULL, NULL, '2025-09-22 07:49:41'),
(899, 11, 'Educational School System', 'Narowal', NULL, 'Qila kalar Wala', 'Muhammed Saqib', 'Muhammed saqib', '+9203464622011', '+9203464622011', 'High School', 2000, '2025-12', '2025-10', 2, '.', '32.108108108108105,74.59941490793702', NULL, '2025-09-23 14:03:54', 0, NULL, NULL, '2025-09-22 08:15:36'),
(900, 5, 'The Revival School System Bahawalpur', 'Bahawalpur', NULL, '', '', 'MD', '+9203027878324', '+9203027878324', '-- Select --', 0, '', '', 0, '', '29.4045992,71.7010015', NULL, '2025-09-25 10:20:15', 1, NULL, NULL, '2025-09-23 04:14:45'),
(901, 4, 'Steps school', 'Lahore', NULL, 'Shadbagh', 'Sir Farhan', 'Sir Farhan', '+9203377281837', '+9203377281837', 'High School', 600, '2026-02', '2025-11', 2, 'Direct purchase', '31.6007473,74.3379448', NULL, '2025-11-18 09:34:35', 1, NULL, NULL, '2025-09-23 04:16:26'),
(902, 9, 'Qims school 2 rasheed pura', 'Shakargarh', NULL, 'Rasheed pura', 'Shamsi sb', 'Mrs Shamsi', '+9203016107137', '+9203016107137', 'Middle', 90, '2025-02', '2025-12', 2, 'New star book depot', '32.2623516,75.1557133', NULL, '2025-09-25 09:39:27', 1, NULL, NULL, '2025-09-23 04:18:08'),
(903, 3, 'PICE LYCEUM', 'LHR', NULL, '2 Mehmood Rood 2nd Roundabout PTCL EXCHANG SAMNABAD', 'Isfaq sb', '', '+9203204348300', '+92Mam', 'Middle', 50, '2026-02', '2025-12', 2, 'Yosaf hanif', '31.5386012,74.3070072', NULL, '2025-09-25 10:27:02', 0, NULL, NULL, '2025-09-23 04:36:00'),
(904, 5, 'Excellent public School', 'Bahawalpur', NULL, '', '', '', '+9203036743940', '+9203036743940', '-- Select --', 0, '', '', 0, '', '29.4006384,71.6984957', NULL, '2025-09-23 15:00:12', 1, NULL, NULL, '2025-09-23 04:37:50'),
(905, 4, 'Ghazali school', 'Lahore', NULL, 'Badami bagh', 'Sir Aslam', 'Sir Aslam', '+9203207355625', '+9203207355625', 'High School', 6000, '2026-01', '2025-11', 9, 'Direct purchase', '31.605423,74.330912', NULL, '2025-11-11 12:10:04', 1, NULL, NULL, '2025-09-23 04:50:28'),
(906, 3, 'RANA SCALE AR HIGH SCHOOL', 'LHR', NULL, '227-A saker rood near chah jamo Bazar new Samnabad', 'Miss tanver bhate', 'Mam', '+920334636476', '+9204237574722', 'High School', 50, '2026-02', '2025-12', 1, 'Yosaf hanif', '31.5344437,74.3104319', NULL, '2025-09-25 10:23:43', 1, NULL, NULL, '2025-09-23 04:52:16'),
(907, 11, 'The City Foundation', 'Narowal', NULL, 'Near LLB college', 'Miss Shumaila ali', 'Miss Shumaila ali', '+9203008721769', '+9203008721769', 'Primary', 100, '2025-12', '2025-11', 0, '.', '32.108108108108105,74.89721696345772', NULL, '2025-09-23 13:16:44', 1, NULL, NULL, '2025-09-23 04:58:16'),
(908, 16, 'Noon school', 'Multan', NULL, 'Mohala Tariq Abad', 'Bilal Hashmi', 'Bilal Hashmi', '+9203087333809', '+9203367294174', 'Primary', 200, '2026-01', '2025-11', 1, 'Gohar', '30.2173047,71.5018938', NULL, '2025-09-24 14:29:26', 1, NULL, NULL, '2025-09-23 05:05:59'),
(909, 28, 'Sir Jamal school system', 'Karachi', NULL, 'Orangi', 'Kamran', 'Seema', '+9203462045903', '+9203462045903', 'High School', 300, '2026-04', '2025-12', 1, '', '24.9536033,66.997969', NULL, '2025-11-17 12:17:14', 1, NULL, NULL, '2025-09-23 05:21:27'),
(910, 9, 'Pak model schoom', 'Shakargarh', NULL, 'Bajjar', 'Khadim Hussain', 'Khadim Hussain', '+9203024519832', '+9203024519832', 'High School', 380, '2026-02', '2025-11', 1, 'New star book depot', '32.2822067,75.0986417', NULL, '2025-09-24 13:30:36', 1, NULL, NULL, '2025-09-23 05:22:27'),
(911, 16, 'Holy angles', 'Multan', NULL, 'Mehmod Abad', 'M ishfaq bhatti', 'Mrs ishfaq', '+9203035333186', '+9203025333187', 'Middle', 180, '2026-02', '2025-11', 1, 'Open', '30.2114001,71.4994643', NULL, '2025-09-25 11:04:18', 1, NULL, NULL, '2025-09-23 05:27:42'),
(912, 10, 'spike school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'sharib sab', 'sharib sab', '+9203116700347', '+9203116700347', 'Middle', 100, '2026-01', '2025-12', 0, 'mixed', '32.0949955,72.665764', NULL, '2025-10-28 12:17:41', 1, NULL, NULL, '2025-09-23 05:28:52'),
(913, 4, 'Ahs school', 'Lahore', NULL, 'Badami bagh', 'Sir hafiz', 'Sir hafiz', '+9203084066314', '+9203084066314', 'High School', 130, '2026-01', '2025-11', 1, 'Direct purchase', '31.6044116,74.3301825', NULL, '2025-11-11 12:11:20', 1, NULL, NULL, '2025-09-23 05:42:47'),
(914, 9, 'Sips school campus', 'Shakargarh', NULL, 'Qasim pura', 'Inam ul haq', 'Inam ul haq', '+9203006595260', '+9203006595260', 'High School', 120, '2026-01', '2025-12', 1, 'Bhatti book depot', '32.2974833,75.04626', NULL, '2025-09-26 10:27:58', 1, NULL, NULL, '2025-09-23 05:43:00'),
(915, 15, 'bright future school', 'okara', NULL, 'smad pura', 'sir sabir', 'mam', '+9203004156813', '+9203004156813', 'High School', 500, '2026-02', '2025-12', 2, 'imran', '30.801578728803808,73.44650692693622', NULL, '2025-09-25 10:35:46', 1, NULL, NULL, '2025-09-23 05:49:04'),
(916, 16, 'Misali science', 'Multan', NULL, 'Mehmod Abad', 'Waqar Akhtar', 'Mam', '+9203047165206', '+9203047165206', 'Middle', 1400, '2026-01', '2025-10', 3, 'New kitabistan', '30.2104525,71.4997051', NULL, '2025-09-24 14:28:53', 1, NULL, NULL, '2025-09-23 05:54:56'),
(917, 28, 'Golden Star English Secondary school', 'Karachi', NULL, 'Orangi', 'Ma\'am Sadaf', 'Farah', '+9203168266751', '+9203168266751', 'High School', 250, '2026-04', '2025-09', 1, '', '24.9378326,67.0156294', NULL, '2025-11-18 13:28:03', 1, NULL, NULL, '2025-09-23 05:55:31'),
(918, 10, 'children paradise school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'mian shahid sab', 'mian shahid sab', '+9203096057922', '+9203096057922', 'Middle', 100, '2026-01', '2025-12', 0, 'will be shared', '32.0943989,72.6655594', NULL, '2025-09-25 15:31:23', 1, NULL, NULL, '2025-09-23 06:01:53'),
(919, 15, 'poonja jinnah school', 'okara', NULL, 'government colony', 'sir', 'sir', '+9203236977982', '+9203236977982', 'High School', 300, '2026-03', '2025-12', 1, 'imran', '30.801578728803808,73.44650692693622', NULL, '2025-09-23 12:34:33', 0, NULL, NULL, '2025-09-23 06:03:02'),
(920, 28, 'Farah Model Public School', 'Karachi', NULL, 'Orangi', 'Babar', 'Babar', '+9203132013711', '+9203132013711', 'High School', 450, '2026-03', '2025-12', 1, '', '24.9379925,67.0154688', NULL, '2025-11-11 12:51:41', 0, NULL, NULL, '2025-09-23 06:03:47'),
(921, 9, 'Bab e Arqam school', 'Shakargarh', NULL, 'Landra pandori', 'Aqsa Zahid', 'Aqsa Zahid', '+9203275594137', '+9203275594137', 'High School', 550, '2026-01', '2025-11', 1, 'Bhatti book depot', '32.2835039,75.0444', NULL, '2025-09-23 11:09:52', 0, NULL, NULL, '2025-09-23 06:07:49'),
(922, 16, 'Education zone', 'Multan', NULL, 'Mehmod Abad', 'Riffat paracha', 'Riffat paracha', '+9203066080001', '+920616560031', 'High School', 360, '2026-01', '2025-11', 1, 'Kitabistan', '30.2104871,71.4991974', NULL, '2025-09-25 11:10:17', 0, NULL, NULL, '2025-09-23 06:19:40'),
(923, 4, 'Allama Iqbal School', 'Lahore', NULL, 'Badami bagh', 'Sir Zubair', 'Sir Zubair', '+9203034747338', '+9203034747338', 'High School', 150, '2026-01', '2025-11', 1, 'Zubair', '31.5984233,74.3159733', NULL, '2025-10-27 13:38:42', 1, NULL, NULL, '2025-09-23 06:22:41'),
(924, 9, 'Uneeque school kasana', 'Shakargarh', NULL, 'Kasana', 'Jahangeer ch', 'Jahangeer ch', '+9203045104079', '+9203045104079', 'High School', 170, '2026-01', '2025-10', 1, 'Bhatti book depot', '32.2754767,75.044945', NULL, '2025-09-23 11:25:32', 0, NULL, NULL, '2025-09-23 06:23:08'),
(925, 28, 'Helicon public school', 'Karachi', NULL, 'Qasba', 'Sir Kashif', 'Sir Kashif', '+9203142269520', '+9203142269520', 'High School', 4000, '2025-12', '2025-12', 3, '', '24.9411543,67.0230595', NULL, '2025-09-23 11:37:28', 0, NULL, NULL, '2025-09-23 06:35:33'),
(926, 9, 'Tamir e millat school', 'Shakargarh', NULL, 'Landra', 'Shehzad ul haq', 'Shehzad .  u l .  haq .', '+9203086330487', '+9203086330487', '-- Select --', 100, '2026-02', '2025-10', 1, 'New star book depot', '32.2854422,75.0445525', NULL, '2025-09-24 10:07:01', 0, NULL, NULL, '2025-09-23 06:39:54'),
(927, 15, 'sun shine school', 'okara', NULL, 'whab town', 'mam shaheen', 'mam shaheen', '+9203068029150', '+9203068029150', 'Middle', 300, '2026-02', '2025-12', 1, 'imran', '30.809953485239568,73.42718981037554', NULL, '2025-09-23 12:34:51', 0, NULL, NULL, '2025-09-23 06:43:33'),
(928, 4, 'Muhammdan Cambridge school', 'Lahore', NULL, 'Ravi road', 'Sir tahir', 'Sir Tahir', '+9204237721920', '+9204237721920', 'High School', 300, '2026-01', '2025-11', 1, 'Ehsan', '31.5967398,74.3065865', NULL, '2025-11-07 15:40:09', 1, NULL, NULL, '2025-09-23 07:01:06'),
(929, 15, 'Alhafiz school', 'okara', NULL, 'okara', 'sir atiq', 'sir atiq', '+9203440424214', '+9203440424214', 'Middle', 300, '2026-03', '2025-12', 1, 'imran', '30.80594332808304,73.43429547646413', NULL, '2025-09-25 10:50:03', 1, NULL, NULL, '2025-09-23 07:02:34'),
(930, 16, 'Cambridge Grammer', 'Multan', NULL, 'Mehmod Abad', 'Mam manahil', 'Mam manahil', '+9203257692420', '+9203257692420', 'Middle', 170, '2026-01', '2025-12', 1, 'Gohar', '30.2110841,71.4992574', NULL, '2025-09-25 15:14:42', 1, NULL, NULL, '2025-09-23 07:07:06'),
(931, 28, 'Jassie Land Secondary School', 'Karachi', NULL, 'Qasba', 'Sir Bilal', 'Sir Bilal', '+9203132702185', '+9203132702185', 'High School', 450, '2026-05', '2025-12', 1, '', '24.9420712,67.0240947', NULL, '2025-10-28 12:09:44', 1, NULL, NULL, '2025-09-23 07:19:05'),
(932, 7, 'THE ARQAM SCHOOLS', 'LAHORE', NULL, 'AMIR TOWN', 'ZUBAIR', 'AMBREEN', '+923314007166', '+923314007166', 'High School', 25000, '2026-03', '2025-11', 200, 'Headoffice', '31.5765017,74.4133101', NULL, '2025-09-25 10:30:40', 1, NULL, NULL, '2025-09-23 07:23:02'),
(933, 4, 'Gunj bakah school', 'Lahore', NULL, 'Ravi road', 'Sir noor', 'Sir noor', '+9203214908052', '+9203214908052', 'High School', 450, '2026-01', '2025-11', 1, 'Direct purchase', '31.5976581,74.305333', NULL, '2025-09-25 12:59:33', 1, NULL, NULL, '2025-09-23 07:28:02'),
(934, 16, 'Icon school', 'Multan', NULL, 'Khush haal colony', 'Sir farukh Altaf', 'Sir farukh Altaf', '+9203008636784', '+9203008636784', 'High School', 1000, '2026-01', '2025-11', 2, 'Different', '30.209986,71.4866705', NULL, '2025-09-24 14:26:53', 1, NULL, NULL, '2025-09-23 07:29:30'),
(935, 5, 'The city Honours School', 'Bahawalpur', NULL, '', '', 'Zarfishan Umar', '+9203019520201', '+9203019520201', '-- Select --', 0, '', '', 0, '', '29.388925,71.7037317', NULL, '2025-09-25 13:05:24', 1, NULL, NULL, '2025-09-23 07:46:29'),
(936, 15, 'ravian school', 'okara', NULL, 'whap town', 'sir', 'sir', '+9203218330381', '+9203218330381', 'Middle', 200, '2026-02', '2025-12', 1, 'imran', '30.810538186193146,73.44532938293533', NULL, '2025-09-24 15:37:03', 1, NULL, NULL, '2025-09-23 08:01:55'),
(937, 9, 'Career public School', 'Shakargarh', NULL, 'Bajjar', 'Amina rafeeq', 'Amina rafeeq', '+9203058297991', '+9203058297991', 'High School', 150, '2025-01', '2025-10', 2, 'Bhatti book depot', '32.2822299,75.0992531', NULL, '2025-09-25 13:08:55', 1, NULL, NULL, '2025-09-23 08:15:18'),
(938, 4, 'Gulistan school', 'Lahore', NULL, 'Daroghawala', 'Sir Jameel', 'Sir Jameel', '+9203214911009', '+9203214911009', 'High School', 1200, '2026-02', '2025-11', 2, 'Sheikh Haneef', '31.5786412,74.4009119', NULL, '2025-10-29 13:15:25', 1, NULL, NULL, '2025-09-23 08:17:39'),
(939, 21, 'The Unique Grammar School', 'Minchinabad', NULL, 'Minchinabad city', 'Muhammad Ahmad', 'Muhammad Ahmad', '+9203078185342', '+9203078185342', 'Middle', 400, '2026-02', '2025-12', 1, 'Usmania Book Center', '30.3452454,73.3838614', NULL, '2025-11-12 10:55:00', 0, NULL, NULL, '2025-09-23 09:36:24'),
(940, 21, 'Senior Scholars School', 'Manchanabad', NULL, 'Manchanabad city', 'Muhammad Tayeeb', 'Muhammad Tayeeb', '+9203007929732', '+9203007929732', 'Primary', 350, '2026-02', '2025-12', 2, 'Self', '30.3452334,73.3838912', NULL, '2025-10-17 09:31:52', 1, NULL, NULL, '2025-09-23 09:57:28'),
(941, 21, 'Rasec Secondary School', 'Manchanabad', NULL, 'Manchanabad city', 'Ch Rab Nawaz', 'Ch Rab Nawaz', '+9203007629455', '+9203007629455', 'High School', 500, '', '', 2, 'Self', '30.3452683,73.3839317', NULL, '2025-11-12 10:55:08', 1, NULL, NULL, '2025-09-23 10:00:17'),
(942, 21, 'Vision School System', 'Manchanabad', NULL, 'Manchanabad city', 'Miss Sonia', 'Miss Sonia', '+9203347005316', '+9203347005316', 'Middle', 300, '2026-02', '2025-12', 1, 'Self', '30.3452371,73.3838616', NULL, '2025-09-25 13:50:00', 1, NULL, NULL, '2025-09-23 10:01:58'),
(943, 21, 'Oxford School System', 'Manchanabad', NULL, 'Manchanabad city', 'Miss Shaista', 'Miss Shaista', '+9203019461569', '+9203019461569', 'Middle', 600, '2026-02', '2025-12', 1, 'Usmania Book Center', '30.3452457,73.3838591', NULL, '2025-10-17 09:30:33', 1, NULL, NULL, '2025-09-23 10:04:45'),
(944, 21, 'Primer Shaheen School', 'Manchanabad', NULL, 'Manchanabad city', 'Qri Israr Ahmad Sab', 'Qri Israr Ahmad Sab', '+9203005584217', '+9203005584217', 'Middle', 250, '2026-02', '2025-12', 1, 'Self', '30.3452508,73.3838539', NULL, '2025-11-11 12:04:17', 1, NULL, NULL, '2025-09-23 10:06:53');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(945, 21, 'City Grammar School', 'Manchanabad', NULL, 'Manchanabad city', 'Miss Ashiya', 'Miss Ashiya', '+9203007580627', '+9203007580627', 'Middle', 400, '2026-02', '2025-12', 1, 'Self', '30.3452425,73.3838851', NULL, '2025-09-26 11:26:53', 1, NULL, NULL, '2025-09-23 10:08:47'),
(946, 24, 'Ali kids campus', 'Lahore', NULL, 'Allama iqbal town', '', '', '+9203028886368', '+9203028886368', 'High School', 400, '2026-02', '2025-11', 1, 'Open', '31.556669,74.3037095', NULL, '2025-09-26 11:29:32', 1, NULL, NULL, '2025-09-23 10:10:48'),
(947, 21, 'Damind Public School', 'Manchanabad', NULL, 'Manchanabad city', 'Ashraf Sab', 'Ashraf Sab', '+9203000339279', '+9203000339279', 'Middle', 200, '2026-02', '2025-12', 1, 'Usmania Book Center', '30.3452472,73.3838717', NULL, '2025-09-26 11:30:48', 1, NULL, NULL, '2025-09-23 10:10:55'),
(948, 21, 'Eman International School', 'Manchanabad', NULL, 'Manchanabad city', 'Ali Raza', 'Ali Raza', '+9203070823082', '+9203070823082', 'Middle', 270, '2026-02', '2026-01', 1, 'Usmania Book Center Manchanabad', '30.3453101,73.3838315', NULL, '2025-09-26 11:31:47', 1, NULL, NULL, '2025-09-23 10:13:08'),
(949, 24, 'Alif laam meem school', 'Lahore', NULL, 'Mustafa block Allama. Iqbal town', '', '', '+9203218868772', '+9203218868772', 'High School', 100, '2026-02', '2025-11', 1, 'Open', '31.5566665,74.3037075', '2025-11-15', '2025-09-26 11:34:33', 1, NULL, NULL, '2025-09-23 10:14:34'),
(950, 24, 'Moor ul Islam school', 'Lahore', NULL, '490-raza block allama iqbal town', 'Samina masood', 'Miss Rafia ali', '+9203301439988', '+9203301439988', 'Middle', 80, '2026-02', '2025-12', 1, 'Open', '31.5566397,74.3037611', NULL, '2025-10-30 16:03:51', 1, NULL, NULL, '2025-09-23 10:17:55'),
(951, 24, 'Azeem talent high school', 'Lahore', NULL, 'Haider road township', '', '', '+9204235150950', '+9204235150950', 'High School', 350, '2026-02', '2025-11', 2, 'Open', '31.5566558,74.3037075', NULL, '2025-09-24 14:48:48', 1, NULL, NULL, '2025-09-23 10:20:11'),
(952, 5, 'Superior School System', 'Bahawalpur', NULL, '', '', 'Khalid sir', '+9203007855545', '+9203007855545', '-- Select --', 0, '', '', 0, '', '29.3932499,71.6826844', NULL, '2025-09-24 14:47:24', 1, NULL, NULL, '2025-09-23 10:42:57'),
(953, 5, 'The Progrmmar School System', 'Bahawalpur', NULL, '', '', 'Waheed yousaf', '+9203216805242', '+9203216805242', '-- Select --', 0, '', '', 0, '', '29.3932645,71.6826416', NULL, '2025-09-24 14:42:38', 1, NULL, NULL, '2025-09-23 10:47:34'),
(954, 5, 'Bahawalpur Science school', 'Bahawalpur', NULL, '', '', 'Sajid sir', '+9203004995220', '+9203004995220', '-- Select --', 0, '', '', 0, '', '29.3932495,71.682696', NULL, '2025-09-24 14:35:40', 1, NULL, NULL, '2025-09-23 10:55:25'),
(955, 4, 'The quest', 'Lahore', NULL, 'Shahdara', 'Mam zilehuma', 'Mam zilehuma', '+9203115602224', '+9203115602224', 'High School', 700, '2026-01', '2025-10', 1, 'Ibrahim', '31.6306417,74.2829381', NULL, '2025-11-17 12:02:17', 1, NULL, NULL, '2025-09-24 04:38:59'),
(956, 8, 'Bright Way grammar school', 'Faisalabad', NULL, 'Bhaiwala', 'Miss Rukhsana', 'Miss Rukhsana', '+9203067803567', '+9203067803567', 'High School', 250, '2026-02', '2025-12', 1, 'Waqas', '31.4711592,73.1271037', NULL, '2025-09-26 11:40:54', 1, NULL, NULL, '2025-09-24 04:44:45'),
(957, 9, 'Educare grammer school', 'Shakargarh', NULL, 'Zafarwal road', 'Akbar ali', 'Zaid', '+9203098550110', '+9203098550110', 'High School', 150, '2025-02', '2025-11', 1, 'New star book depot', '32.2651243,75.1604064', NULL, '2025-10-14 09:57:01', 1, NULL, NULL, '2025-09-24 04:44:48'),
(958, 10, 'punJab education complex sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'madam shahnaz', 'madam shahnaz', '+9203136757890', '+9203136757890', 'Middle', 200, '2026-03', '2025-12', 0, 'will be shared', '32.0907953,72.6618142', NULL, '2025-09-26 11:45:30', 1, NULL, NULL, '2025-09-24 04:45:02'),
(959, 4, 'Alsuffa foundation', 'Lahore', NULL, 'Shahdara', 'Sir Rabbi', 'Sir Rabbi', '+9203347912468', '+9203347912468', 'High School', 500, '2026-01', '2025-11', 1, 'Ibrahim', '31.6314314,74.2841577', NULL, '2025-10-15 11:00:54', 1, NULL, NULL, '2025-09-24 04:51:18'),
(960, 11, 'Zuha Foundation School', 'Narowal', NULL, 'Village Rana', 'Buta sub', 'Buta sub', '+9203428496966', '+9203428496966', 'High School', 200, '2026-03', '2026-02', 0, '..', '32.16216216216216,74.94161522457027', NULL, '2025-09-26 12:21:27', 1, NULL, NULL, '2025-09-24 04:58:50'),
(961, 10, 'asfira school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'madam asfira', 'madam asfira', '+9203036208525', '+9203036208525', 'Middle', 300, '2026-01', '2025-12', 3, 'will be shared', '32.09399,72.66243', NULL, '2025-09-26 12:27:38', 1, NULL, NULL, '2025-09-24 04:59:42'),
(962, 10, 'falcon public school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'madam hooria', 'madam hooria', '+9203064227374', '+9203064227374', 'Middle', 100, '2026-03', '2025-12', 0, 'mixed', '32.0949372,72.6621617', NULL, '2025-09-26 12:30:19', 1, NULL, NULL, '2025-09-24 05:09:30'),
(963, 16, 'The bright mind', 'Multan', NULL, 'Model Town', 'Mam rubina', 'Mam Rubina', '+9203326028810', '+9203326028810', 'Middle', 100, '2026-03', '2025-11', 1, 'Self', '30.2369322,71.4959815', NULL, '2025-09-26 12:29:37', 1, NULL, NULL, '2025-09-24 05:10:43'),
(964, 25, 'Mohamdan foundation school', 'Phalia', NULL, 'Phalia', 'Riasat ali tarar', 'Same', '+9203454782340', '+9203454782340', 'High School', 285, '2026-02', '2025-12', 1, 'Jinnah book phalia', '32.4264152,73.5875325', NULL, '2025-09-24 13:12:08', 1, NULL, NULL, '2025-09-24 05:12:38'),
(965, 30, 'The Excel School Patoki', 'Patoki', NULL, 'Patoki', 'Ahmad Raza', '', '+9203062549080', '+9203062549080', '-- Select --', 0, '', '', 0, '', '31.5566326,74.3038164', NULL, '2025-10-20 11:11:19', 1, NULL, NULL, '2025-09-24 05:18:23'),
(966, 8, 'Morning duw grammar high school', 'Faisalabad', NULL, 'Bhaiwala', 'Sir Amjad', 'Sir Amjad', '+9203118864697', '+9203118864697', 'High School', 0, '', '', 0, 'Waqas', '31.4680696,73.1314015', '2025-10-04', '2025-09-26 12:40:32', 1, NULL, NULL, '2025-09-24 05:25:13'),
(967, 16, 'The superiors', 'Multan', NULL, 'Model Town', 'Jamel but', 'Jameel butt', '+9203317363861', '+9203317363861', 'Middle', 220, '2026-02', '2025-12', 1, 'Kitabistan', '30.2398786,71.4988494', NULL, '2025-09-27 12:10:46', 1, NULL, NULL, '2025-09-24 05:25:49'),
(968, 9, 'K p model school', 'Shakargarh', NULL, 'Ikhlaspur road', 'M farooq niaz', 'M farooq niaz', '+9203007762599', '+9203007762599', 'High School', 170, '2026-02', '2025-11', 1, 'New star book depot', '32.2618816,75.167807', NULL, '2025-09-27 12:13:17', 1, NULL, NULL, '2025-09-24 05:32:28'),
(969, 30, 'smart demo', '', NULL, '', 'Smart wings', '', '+9203008899670', '+9203008899670', '-- Select --', 0, '', '', 0, '', '31.5566326,74.3038164', NULL, NULL, 0, NULL, NULL, '2025-09-24 05:32:33'),
(970, 30, 'Smart Abbasi', '', NULL, '', 'asdf', '', '+9203154259083', '+9203244760433', '-- Select --', 0, '', '', 0, '', '31.5566326,74.3038164', NULL, NULL, 0, NULL, NULL, '2025-09-24 05:33:53'),
(971, 4, 'Muslim Girls High School', 'Lahore', NULL, 'Shahdara', 'Sir Fayyaz', 'Sir Fayyaz', '+9203334477919', '+9203334477919', 'High School', 450, '2026-01', '2025-11', 1, 'Mursalin', '31.6284021,74.283624', NULL, '2025-10-21 10:41:23', 1, NULL, NULL, '2025-09-24 05:41:45'),
(972, 10, 'blue moon garten school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam farkhanda', 'madam farkhanda', '+9203336806616', '+9203336806616', 'Middle', 200, '2026-01', '2025-12', 0, 'will be shared', '32.0783224,72.6751212', NULL, '2025-11-15 10:51:31', 1, NULL, NULL, '2025-09-24 05:46:12'),
(973, 8, 'The merit high school', 'Faisalabad', NULL, 'Bhaiwala', 'Mr. Sohail', 'Mr. Sohail', '+9203005988537', '+9203005988537', 'High School', 1700, '2026-02', '2025-12', 1, 'Waqas', '31.4632048,73.1378162', '2025-10-04', '2025-10-04 11:16:31', 1, NULL, NULL, '2025-09-24 05:47:27'),
(975, 25, 'Falcon model school', 'Phalia', NULL, 'Phalia', 'Sajida parveen', 'Same', '+9203005665505', '+9203005665505', 'Middle', 150, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4327153,73.5815786', NULL, '2025-09-25 11:59:41', 1, NULL, NULL, '2025-09-24 05:59:12'),
(976, 25, 'A+ model school', 'Phalia', NULL, 'Phalia', 'Zahida parveen', 'Same', '+9203466493304', '+9203466493304', 'Middle', 120, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4337743,73.5829599', NULL, '2025-10-24 17:38:07', 1, NULL, NULL, '2025-09-24 06:06:39'),
(977, 25, 'Wisdom school', 'Phalia', NULL, 'Phalia', 'Mam shabana', 'Same', '+9203487235830', '+9203487235830', 'Middle', 200, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4337569,73.5829819', NULL, '2025-09-25 12:42:26', 1, NULL, NULL, '2025-09-24 06:10:45'),
(978, 16, 'Al Khair', 'Multan', NULL, 'Shalimar', 'Qari hanef jalandhri', 'M shehzad', '+9203007344191', '+9203007344191', 'High School', 850, '2026-01', '2025-11', 1, 'Different', '30.2398815,71.4838469', NULL, '2025-09-27 13:02:58', 1, NULL, NULL, '2025-09-24 06:17:59'),
(979, 9, 'Paradise school sanyari', 'Shakargarh', NULL, 'Sanyari', 'Ghaffar sb', 'Ghaffar sb', '+9203068400260', '+9203068400260', '-- Select --', 0, '', '', 0, '', '32.337025,75.077105', NULL, '2025-11-17 12:00:44', 1, NULL, NULL, '2025-09-24 06:20:20'),
(980, 4, 'Alhadi school', 'Lahore', NULL, 'Shahdara', 'Sir Mubashar', 'Sir Mubashar', '+9203334737537', '+9203334737537', 'High School', 1000, '2026-01', '2025-11', 1, 'Ibrahim', '31.6276335,74.2875955', NULL, '2025-11-07 15:41:09', 1, NULL, NULL, '2025-09-24 06:21:16'),
(981, 4, 'The crest school', 'Lahore', NULL, 'Shahdara', 'Mam shumaila', 'Mam shumaila', '+9203314374740', '+9203044440473', 'High School', 70, '2026-01', '2025-11', 1, 'Ibrahim', '31.6264331,74.2879221', NULL, '2025-09-29 10:06:27', 1, NULL, NULL, '2025-09-24 06:35:23'),
(982, 8, 'Sunny ideal school', 'Faisalabad', NULL, 'Bhaiwala', 'Dr. Amjad', 'Dr. Amjad', '+9203008664447', '+9203008664447', 'High School', 2000, '2026-02', '2025-12', 7, 'Waqas', '31.4668823,73.1289962', NULL, '2025-09-29 10:07:37', 1, NULL, NULL, '2025-09-24 06:51:33'),
(983, 9, 'The learning school lesar', 'Shakargarh', NULL, 'Lesar', 'Hafiz usama', 'Hafiz usama', '+9203026637374', '+9203026637374', 'High School', 350, '2026-01', '2025-10', 1, 'Bhatti book depot', '32.3413283,75.0713183', NULL, '2025-09-29 10:26:39', 1, NULL, NULL, '2025-09-24 07:03:09'),
(984, 16, 'Meritorious school', 'Multan', NULL, 'Model Town', 'Saeed Ahmed', 'Saeed Ahmed', '+9203015306289', '+9203065336026', 'High School', 420, '2026-01', '2025-11', 1, 'Open', '30.2397797,71.49673', NULL, '2025-09-29 11:33:07', 1, NULL, NULL, '2025-09-24 07:03:56'),
(985, 4, 'The Faith School', 'Lahore', NULL, 'Shahdara', 'Sir Bilal', 'Sir Bilal', '+9203344372344', '+9203344372344', 'High School', 170, '2026-01', '2025-11', 1, 'Direct purchase', '31.626543,74.2869773', NULL, '2025-11-07 15:41:18', 1, NULL, NULL, '2025-09-24 07:03:58'),
(986, 4, 'Estel school', 'Lahore', NULL, 'Shahdara', 'Mrs muneer', 'Mrs muneer', '+9204234142420', '+9204234142420', 'High School', 130, '2026-01', '2025-11', 1, 'Ibrahim', '31.6255656,74.2875794', NULL, '2025-09-25 10:04:33', 1, NULL, NULL, '2025-09-24 07:15:16'),
(987, 9, 'GPS school lesar', 'Shakargarh', NULL, 'Lesar khurd', 'M tanveer', 'M tanveer', '+9203094772650', '+9203094772650', 'High School', 350, '2026-01', '2025-11', 1, 'Chohan book depot darman', '32.3488417,75.0658867', NULL, '2025-09-29 12:22:49', 1, NULL, NULL, '2025-09-24 07:30:43'),
(988, 5, 'The Generation Grammar School', 'Bahawalpur', NULL, '', '', '', '+9203008684774', '+9203008684774', '-- Select --', 0, '', '', 0, '', '29.3822716,71.7153957', NULL, '2025-09-29 12:24:21', 1, NULL, NULL, '2025-09-24 07:37:47'),
(989, 5, 'The Nexus Education School', 'Bahawalpur', NULL, '', 'Iftikher Ali', '', '+9203336388277', '+9203336388277', '-- Select --', 0, '', '', 0, '', '29.3822733,71.7153929', NULL, '2025-09-29 12:32:49', 1, NULL, NULL, '2025-09-24 07:48:55'),
(990, 5, 'The Central School', 'Bahawalpur', NULL, '', 'Hamid Saeed', '', '+9203006731206', '+9203006731206', '-- Select --', 0, '', '', 0, '', '29.3822631,71.7154092', NULL, '2025-09-29 12:38:42', 1, NULL, NULL, '2025-09-24 07:52:59'),
(991, 5, 'The Bright Futures School', 'Bahawalpur', NULL, '', '', '', '+9203071555121', '+9203071555121', '-- Select --', 0, '', '', 0, '', '29.382314,71.7153796', NULL, '2025-09-29 13:01:26', 1, NULL, NULL, '2025-09-24 07:56:16'),
(993, 4, 'The Oxford school system', 'Lahore', NULL, 'Shahdara', 'Mam Asfia Faisal', 'Mam Asfia Faisal', '+9203324315194', '+9203324315194', 'High School', 850, '2026-02', '2025-11', 1, 'Mursalin', '31.6232011,74.2871418', NULL, '2025-11-17 12:01:56', 1, NULL, NULL, '2025-09-24 08:01:57'),
(994, 9, 'Taj scholar school lesar', 'Shakargarh', NULL, 'Lesar kallan', 'Abida Basheer', 'Abida Basheer', '+9203086433366', '+9203086433366', 'High School', 0, '2026-01', '2025-10', 1, 'Sajjad book depot', '32.3494196,75.0618679', NULL, '2025-09-29 13:04:16', 1, NULL, NULL, '2025-09-24 08:04:51'),
(995, 9, 'The brain school', 'Shakargarh', NULL, 'Lesar Kallan', 'Ishtiaq sb', 'Hamza manzoor', '+9203066163048', '+9203066163048', 'High School', 650, '2026-01', '2025-08', 1, 'Sajjad book depot', '32.3455923,75.0636379', NULL, '2025-09-29 13:05:20', 1, NULL, 'Call them again.', '2025-09-24 08:29:43'),
(996, 9, 'Future Vision school', 'Shakargarh', NULL, 'Lesar', 'Tanveer sb', 'Tanveer sb', '+9203007003695', '+9203007003695', 'High School', 450, '2026-01', '2025-10', 1, 'Bhatti book depot', '32.3497517,75.0633217', NULL, '2025-09-29 13:06:44', 1, NULL, NULL, '2025-09-24 08:40:39'),
(997, 21, 'National Grammar School', 'Pakpattan', NULL, 'pakpattan', 'Ch Asif', 'Ch Asif', '+9203026948513', '+9203026948513', 'Primary', 200, '2026-02', '2025-11', 1, 'Self', '30.3452474,73.3838482', NULL, '2025-09-29 13:07:49', 1, NULL, NULL, '2025-09-24 12:39:42'),
(998, 21, 'Pak Education School', 'Pakpattan', NULL, 'pakpattan', 'Ch Shahid', 'Ch Shahid', '+9203008755377', '+9203008755377', 'Primary', 350, '2026-01', '2025-11', 2, 'Self', '30.34534,73.3838583', NULL, '2025-09-29 13:09:25', 1, NULL, NULL, '2025-09-24 12:42:01'),
(999, 21, 'Savvy School System', 'Pakpattan', NULL, 'pakpattan', 'Miss Hina', 'Miss Hina', '+9203026953555', '+9203026953555', 'Middle', 700, '2026-01', '2025-11', 3, 'College Book Center Pakpattan', '30.3452172,73.3839098', NULL, '2025-09-29 13:37:46', 0, NULL, NULL, '2025-09-24 12:44:42'),
(1000, 21, 'Satluj Public school', 'Pakpattan', NULL, 'pakpattan', 'Muhammad Faisal Bhatti', 'Muhammad Fasial Bhatti', '+9203008750627', '+9203008750627', 'Middle', 400, '2025-12', '2025-11', 1, 'Self', '30.34528,73.38397', NULL, '2025-09-29 13:39:17', 1, NULL, NULL, '2025-09-24 12:46:56'),
(1001, 21, 'Al Haram Islamic Grammar', 'Pakpattan', NULL, 'pakpattan', 'Miss Rashida', 'Miss Rashida', '+9203017363476', '+9203017363476', 'Middle', 550, '2026-01', '2025-11', 1, 'Raiz Book Center Pakpattan', '30.345175,73.3839533', NULL, '2025-09-29 13:40:39', 1, NULL, NULL, '2025-09-24 12:49:05'),
(1002, 21, 'The Divine light School', 'Pakpattan', NULL, 'pakpattan', 'Qri Tanveer', 'Qri Tanveer', '+9203117500417', '+9203117500417', 'Middle', 400, '2026-01', '2025-11', 1, 'Self', '30.3452127,73.383905', NULL, '2025-09-29 13:42:16', 1, NULL, NULL, '2025-09-24 12:51:29'),
(1003, 15, 'excellence school', 'dipalpur', NULL, 'mdina chowk', 'sir mehmod', 'sir mehmod', '+9203005320082', '+9203005320082', 'Middle', 300, '2025-09', '2025-02', 1, 'mirza book dipo', '30.67376222082098,73.08921403726642', NULL, '2025-09-25 10:37:15', 1, NULL, NULL, '2025-09-24 18:15:52'),
(1004, 15, 'effa school', 'dipalpur', NULL, 'main bzar', 'sir shahid', 'sir shahid', '+9203347439613', '+9203347439613', 'Middle', 300, '2025-11', '2025-01', 1, 'mirza', '30.67376222082098,73.08921403726642', NULL, '2025-09-25 10:39:08', 1, NULL, NULL, '2025-09-24 18:17:32'),
(1005, 15, 'zohra public school', 'dipalpur', NULL, 'main bzar', 'mam', 'mam', '+9203004044724', '+9203004044724', 'High School', 800, '2025-04', '2025-02', 1, 'mirza', '30.673772013218848,73.08918673854762', NULL, '2025-09-25 10:46:35', 1, NULL, NULL, '2025-09-24 18:18:49'),
(1006, 15, 'dipalpur grammar school', 'dipalpur', NULL, 'main bzar', 'mam', 'mam', '+9203019722229', '+9203019722229', 'High School', 600, '2025-09', '2025-01', 1, 'mirza', '30.67376605706274,73.08920047090773', NULL, '2025-09-25 12:47:50', 1, NULL, NULL, '2025-09-24 18:21:07'),
(1007, 4, 'Jinnah grammar school', 'Lahore', NULL, 'Shadbagh', 'Mam saira', 'Mam saira', '+9204237284996', '+9204237284996', 'High School', 1500, '2026-03', '2026-01', 1, 'Direct purchase', '31.6021262,74.3387155', NULL, '2025-09-25 12:51:26', 1, NULL, NULL, '2025-09-25 04:18:50'),
(1008, 9, 'Paradise school', 'Shakargarh', NULL, 'Darman road', 'Rahat sb', 'Rahat sb', '+9203337777429', '+9203337777429', 'High School', 250, '2026-01', '2025-10', 1, 'Bhatti book depot', '32.2741735,75.1584988', NULL, '2025-09-25 09:57:30', 0, NULL, 'Calling. Ptcl call is busy.', '2025-09-25 04:34:00'),
(1009, 28, 'Al Rehman Grammar Secondary School', 'Karachi', NULL, 'Orangi', 'Sir Tabraiz', 'Sir Tabraiz', '+9203443068153', '+9203443068153', 'High School', 700, '2026-04', '2025-12', 1, '', '24.9656818,66.9825184', NULL, '2025-11-07 15:55:24', 1, NULL, 'Need Orientation', '2025-09-25 05:05:18'),
(1010, 28, 'Millenniums Education system', 'Karachi', NULL, 'Orangi', 'Sir Naqi', 'Sir naqi', '+9203452845689', '+9203452845689', 'High School', 150, '2026-04', '2025-11', 1, '', '24.9633333,66.9827626', NULL, '2025-10-16 10:52:15', 1, NULL, NULL, '2025-09-25 05:19:37'),
(1011, 16, 'Jamal public', 'Multan', NULL, 'Hafiz Jamal', 'Mam Rukhsana', 'Mam Rukhsana', '+9203186467925', '+9203186467925', 'Primary', 200, '2026-01', '2025-11', 1, 'Rouf', '30.196351,71.4858837', NULL, '2025-09-29 13:49:27', 1, NULL, NULL, '2025-09-25 05:22:29'),
(1012, 5, 'Oxford innovation School', 'Multan', NULL, '', '', 'MD', '+9203005232939', '+9203005232939', '-- Select --', 0, '', '', 0, '', '30.2026791,71.5051604', NULL, '2025-09-29 14:30:42', 1, NULL, '', '2025-09-25 05:33:06'),
(1013, 11, 'New city  public school', 'Shakargarh', NULL, 'Sargala colony', 'Tariq sargala', 'Tariq sargala', '+9203008711419', '+9203008711419', 'High School', 850, '2026-02', '2025-11', 0, '', '32.27027027027027,75.15862742275027', NULL, '2025-09-29 14:38:47', 1, NULL, NULL, '2025-09-25 05:33:30'),
(1014, 28, 'New Scholar secondary school', 'Karachi', NULL, 'Orangi', 'Nooruduja', 'Nooruduja', '+9203432246672', '+9203432246672', 'High School', 600, '2026-04', '2025-12', 1, '', '24.9529063,66.9847805', NULL, '2025-09-29 14:41:58', 1, NULL, NULL, '2025-09-25 05:35:21'),
(1015, 7, 'LANCASATER HIGH SCHOOL', 'Nokhar', NULL, 'NOKHAR NOSHEHRA VERKAN', 'MISS SHAVAIZA', 'MISS SHAVAIZA', '+9203426525977', '+9203426525977', 'High School', 500, '2026-01', '2025-10', 2, 'BABAR BOOK DEPO', '32.1382996,73.898535', NULL, '2025-09-29 14:42:56', 0, NULL, '\"The number was not reachable at the time of calling.', '2025-09-25 05:36:05'),
(1016, 5, 'The Science of School', 'Multan', NULL, '', '', 'Sir sarfaraz khan', '+9203006777888', '+9203006777888', '-- Select --', 0, '', '', 0, '', '30.2026275,71.5051741', NULL, '2025-09-29 14:40:40', 1, NULL, NULL, '2025-09-25 05:38:08'),
(1017, 4, 'Pif school', 'Lahore', NULL, 'Shadbagh', 'Mam fozia', 'Mam fozia', '+9204237286125', '+9204237286125', 'High School', 400, '2026-02', '2025-12', 1, 'Direct purchase', '31.5983197,74.3437341', NULL, '2025-09-29 14:45:14', 1, NULL, NULL, '2025-09-25 05:39:11'),
(1018, 25, 'Unique model school', 'Pahrianwali', NULL, 'Phalia', 'Dr zafr', 'Same', '+9203444405081', '+9203444405081', 'Middle', 180, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.4592436,73.7665372', NULL, '2025-09-29 14:47:14', 1, NULL, '', '2025-09-25 05:43:03'),
(1019, 5, 'Kids Foundation School Multan', 'Multan', NULL, '', '', '', '+9203067333360', '+9203067333360', '-- Select --', 0, '', '', 0, '', '30.2024852,71.5037853', NULL, '2025-09-29 14:48:49', 0, NULL, NULL, '2025-09-25 05:52:11'),
(1020, 25, 'Laurel home school', 'Pahrianwali', NULL, 'Phalia', 'Naila parveen', 'Same', '+9203334218795', '+9203334218795', 'Middle', 170, '2026-02', '2025-12', 1, 'Jinnah book phalia', '32.4577333,73.7657933', NULL, '2025-09-29 14:50:20', 1, NULL, '', '2025-09-25 06:03:03'),
(1021, 10, 'perfect learning school Jhal chakian sargodha', 'sargodha', NULL, 'Jhal chakian sargodha', 'madam fareeha', 'madam fareeha', '+9203216567590', '+9203216567590', 'Middle', 30, '2026-09', '2025-12', 0, 'school mall sargodha', '32.1361709,72.6410542', NULL, '2025-10-07 12:13:18', 1, NULL, '0304-8022281 need samples want change', '2025-09-25 06:07:00'),
(1022, 15, 'right school', 'sahiwal', NULL, 'kot khadim ali', 'mam', 'mam', '+9203076992585', '+9203076992585', 'Primary', 250, '2025-12', '2025-03', 1, 'imran', '30.6868620757016,73.10921894364459', NULL, '2025-09-30 10:00:37', 1, NULL, 'Almost Done', '2025-09-25 06:07:24'),
(1023, 4, 'Fayyaz model school', 'Lahore', NULL, 'Shadbagh', 'Sir Fayyaz', 'Sir Fayyaz', '+9203217280825', '+9203217280825', 'High School', 200, '2026-03', '2025-12', 1, 'Shakeel hajvery', '31.5988199,74.3463256', NULL, '2025-09-30 10:05:24', 1, NULL, 'Sir Fayyaz said  call us in December', '2025-09-25 06:21:32'),
(1024, 25, 'Safi school', 'Mitha chak', NULL, 'Phalia', 'Madam azhra', 'Same', '+9203215238471', '+9203215238471', 'High School', 270, '2026-02', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.4279213,73.7870917', NULL, '2025-09-25 12:24:00', 0, NULL, 'Number is off', '2025-09-25 06:46:02'),
(1025, 25, 'Jinnah model school', 'Mitha chak', NULL, 'Phalia', 'Shahid shb', 'Same', '+9203466497252', '+9203466497252', 'High School', 150, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.4279527,73.7870891', NULL, '2025-09-30 10:10:08', 1, NULL, 'he ask  send your Mo again', '2025-09-25 06:48:40'),
(1026, 9, 'Naqsh e lasani school', 'Shakargarh', NULL, 'Rasheed pura', 'Naeem ikhlaq', 'Naeem ikhlaq', '+9203007761920', '+9203007761920', 'High School', 350, '2026-02', '2025-11', 0, '', '32.25538,75.14547', NULL, '2025-11-07 15:33:57', 0, NULL, 'number is not responding on both conections', '2025-09-25 06:56:09'),
(1027, 10, 'husain public school Jhal chakian sargodha', 'sargodha', NULL, 'Jhal chakian sargodha', 'taJamal sab', 'taJamal sab', '+9203045474607', '+9203045474607', 'High School', 170, '2026-03', '2025-12', 0, 'mixed', '32.1105212,72.651496', NULL, '2025-09-25 12:19:06', 0, NULL, 'number is not responding on both conections', '2025-09-25 07:03:31'),
(1028, 5, 'KPS school ðŸ«', 'Multan', NULL, '', '', 'Fatima', '+9203295775772', '+9203295775772', '-- Select --', 0, '', '', 0, '', '30.199957,71.5037792', NULL, '2025-09-30 10:17:10', 1, NULL, 'â€œShe expressed great excitement about our digital board and blended learning program.', '2025-09-25 07:04:31'),
(1029, 28, 'Al hera secondary school', 'Karachi', NULL, 'Orangi', 'Mazhar', 'Mazhar', '+9203323009856', '+9203323009856', 'High School', 300, '2026-04', '2025-12', 1, '', '24.9668109,66.9791753', NULL, '2025-11-11 12:53:34', 0, NULL, 'number switched off.', '2025-09-25 07:40:11'),
(1030, 28, 'Alhermain Public School', 'Karachi', NULL, 'Orangi', 'Aahfaq', 'Naveed', '+9203490229907', '+9203490229907', 'High School', 350, '2026-04', '2025-12', 1, '', '24.9668129,66.9791823', NULL, '2025-10-20 11:13:05', 0, NULL, 'The phone was ringing, but no one picked up the call.', '2025-09-25 07:54:59'),
(1031, 9, 'Bright career school', 'Shakargarh', NULL, 'Zafarwal road', 'Afzal ch', 'Afzal ch', '+9203007777102', '+9203007777102', '-- Select --', 350, '2026-01', '2025-11', 0, '', '32.2663754,75.1502393', NULL, '2025-09-25 13:05:38', 0, NULL, 'Mr.Afzal said call me later', '2025-09-25 07:57:38'),
(1032, 4, 'Iqra darulquran', 'Lahore', NULL, 'Daroghawala', 'Sir Qari Shoaib', 'Sir Qari Shoaib', '+9203034048536', '+9203034048536', 'High School', 70, '2026-01', '2025-12', 1, 'Shiekh haneef', '31.5809578,74.3981134', NULL, '2025-09-30 10:57:34', 1, NULL, 'its a chain school. head office  decided about slection.', '2025-09-25 08:12:37'),
(1033, 5, 'Eden school ðŸ« multan', 'Multan', NULL, '', '', 'Abbas sb', '+9203076661222', '+9203076661222', '-- Select --', 0, '', '', 0, '', '30.2205791,71.4752874', NULL, '2025-09-30 13:38:01', 1, NULL, 'the head said if you fulfill your commitments then we think about it', '2025-09-25 09:41:29'),
(1034, 24, 'British gammer school', 'Lahore', NULL, 'Marghazar', '', '', '+9203224103667', '+9203224103667', 'High School', 300, '2026-02', '2025-11', 1, 'Open', '31.5062373,74.2690029', NULL, '2025-09-26 09:37:22', 0, NULL, 'number switched off.', '2025-09-25 10:02:12'),
(1035, 24, 'Star high school', 'Lahore', NULL, 'Block 155-C marghzar', '', '', '+9203124166818', '+9203124166818', 'Middle', 250, '2026-03', '2025-12', 1, 'Open', '31.5063678,74.2689967', NULL, '2025-09-30 11:05:32', 1, NULL, '\"I had a very productive conversation with the voice principal.', '2025-09-25 10:04:13'),
(1036, 24, 'The smart school', 'Lahore', NULL, '152-C block marghzar', '', '', '+9203224595856', '+9203224595856', 'Middle', 300, '2026-02', '2025-11', 1, 'Open', '31.5064408,74.2691129', NULL, '2025-09-26 09:37:07', 0, NULL, 'Chain school', '2025-09-25 10:07:00'),
(1037, 24, 'The lord school', 'Lahore', NULL, '3-R block marghzar', '', '', '+9203334110105', '+9203334110105', 'Middle', 250, '2026-03', '2025-11', 1, 'Open', '31.5061394,74.2689885', NULL, '2025-11-04 16:58:30', 1, NULL, 'The owner instructed to provide the samples in December.', '2025-09-25 10:09:54'),
(1038, 24, 'Al ilm school', 'Lahore', NULL, 'Sabzazar', 'Mr salman', 'Mr salman', '+9203347389595', '+9203347389595', 'High School', 700, '2026-03', '2025-09', 5, 'Open', '31.5061685,74.2689417', NULL, '2025-09-26 09:36:51', 0, NULL, 'call us after one week.', '2025-09-25 10:25:28'),
(1039, 24, 'Ghazali public school', 'Lahore', NULL, 'Yateem Khan ahmad block', 'Mr Hammad ahmad sohail', 'Mr Hammad ahmad sohail', '+9203334675133', '+9203334675133', 'Middle', 200, '2026-02', '2025-12', 1, 'Open', '31.5061875,74.2689419', NULL, '2025-09-30 11:30:48', 0, NULL, 'i am busy call me later.', '2025-09-25 10:31:25'),
(1040, 24, 'Kamran public school', 'Lahore', NULL, 'Nishat block yateem Khan', '', '', '+920301111464', '+920301111464', 'Middle', 250, '2026-02', '2026-02', 1, 'Open', '31.506844,74.2687337', NULL, '2025-09-30 11:33:43', 0, NULL, 'Wrong number', '2025-09-25 10:36:09'),
(1041, 24, 'Sammar high school', 'Lahore', NULL, '43-main road dholanwal bund road lahore', 'Muhammad fahad tanveer', 'Muhammad fahad tanveer', '+9203334598010', '+92033345980108', 'Middle', 1, '2026-02', '2025-12', 1, 'Open', '31.5061532,74.2689942', NULL, '2025-09-26 09:36:34', 0, NULL, 'Number is not responding on both connections', '2025-09-25 10:41:28'),
(1042, 24, 'Nayab secondary school system', 'Lahore', NULL, 'Al mehtab park band road lahore', 'Mian asif', 'Mian asif', '+9203218819274', '+9203218819274', 'Middle', 400, '2026-02', '2025-12', 1, 'Open', '31.506844,74.2687337', NULL, '2025-09-26 09:36:27', 0, NULL, 'call me later', '2025-09-25 10:49:40'),
(1043, 24, 'Pakistan grammar school', 'Lahore', NULL, 'Near chowk yateem Khan, bund road lahore', '', '', '+9203001012131', '+9203001012131', 'Middle', 300, '2026-02', '2025-12', 2, 'Open', '31.506844,74.2687337', NULL, '2025-09-26 09:36:02', 0, NULL, 'The phone was ringing, but no one picked up the call.', '2025-09-25 10:59:00'),
(1044, 7, 'THE VISION PUBLIC SCHOOL', 'Nokhar', NULL, 'NOSHEHRA VARKAN', 'ABDULLAH', 'ABDULLAH', '+9203016422166', '+9203016422166', 'High School', 150, '2026-01', '2025-11', 1, 'BABAR BOOK DEPO', '32.1127529,73.9301949', NULL, '2025-09-26 11:34:39', 0, NULL, 'on another call.', '2025-09-25 11:07:38'),
(1045, 21, 'Al Noor Educator Public school', 'Arifwala', NULL, 'Arifwala', 'Suddam Sab', 'Suddam Sab', '+9203184204428', '+9203184204428', 'High School', 400, '2026-02', '2025-12', 1, 'Ramzan Book Center Rang Shah', '30.486185,73.3474633', NULL, '2025-11-14 10:11:19', 0, NULL, 'Number is not responding on both connections', '2025-09-25 13:07:35'),
(1046, 21, 'University Education School', 'Arifwala', NULL, 'Arifwala', 'Zeeshan Sab', 'Zeeshan Sab', '+9203177505178', '+9203177505178', 'Primary', 200, '2026-02', '2025-12', 1, 'Self', '30.485915,73.34794', NULL, '2025-09-26 09:38:48', 0, NULL, 'The phone was ringing, but no one picked up the call.', '2025-09-25 13:09:17'),
(1047, 21, 'New Ali Garh Public School', 'Arifwala', NULL, 'Arifwala City', 'Rana Mubeen', 'Rana Mubeen', '+9203004261393', '+9203004261393', 'Middle', 500, '2026-03', '2025-12', 4, 'Self', '30.485925,73.3479317', NULL, '2025-10-03 09:20:51', 1, NULL, 'â€œThe person I called said that your marketer just visited but did not explain the digital  program. I send him the link', '2025-09-25 13:11:11'),
(1048, 21, 'The Educators School', 'Arifwala', NULL, 'Ada Muhammad Nagar', 'Jawad Sab', 'Jawad Sab', '+9203037014370', '+9203037014370', 'Primary', 300, '2026-02', '2025-12', 1, 'Self', '30.4859267,73.3479333', NULL, '2025-10-01 11:00:31', 1, NULL, 'â€œThe ownerâ€™s name and the student strength were recorded incorrectly. However, Mr. Jawad is excited about our digital program.â€', '2025-09-25 13:13:01'),
(1049, 21, 'Punjab Grammar School', 'Arifwala', NULL, 'Ada Muhammad Nagar', 'Muhammad Aziz', 'Muhammad Aziz', '+9203440447943', '+9203440447943', 'Middle', 350, '2026-02', '2025-12', 2, 'City Book Center Chowk 55', '30.4859267,73.3479333', NULL, '2025-09-26 09:39:13', 0, NULL, 'Number is not responding on both connections.', '2025-09-25 13:14:57'),
(1051, 9, 'Shakargarh gramer school noorkot road', 'Shakargarh', NULL, 'Noorkot road', 'Imrana yasmeen', 'Imrana yasmin', '+9203039839945', '+9203039839945', '-- Select --', 0, '', '', 0, '', '32.2542362,75.1584611', NULL, '2025-11-03 11:30:31', 0, NULL, 'Number is not responding on both connections.', '2025-09-26 04:00:21'),
(1052, 25, 'The leaders school', 'Pheray', NULL, 'Phalia', 'Miss ayesha', 'Same', '+9203704603651', '+9203704603651', 'Middle', 22, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4202828,73.6680592', NULL, '2025-10-30 16:29:14', 0, NULL, 'The phone was ringing, but no one picked up the call.', '2025-09-26 04:13:39'),
(1053, 4, 'Fine school', 'Lahore', NULL, 'Shadbagh', 'Sir Nawaz', 'Sir Nawaz', '+9203004214376', '+9203004214376', 'High School', 450, '2026-03', '2025-12', 1, 'Shahab', '31.595457,74.341543', NULL, '2025-09-26 09:42:30', 0, NULL, 'Mr.Nawaz is sick . He said call me later.', '2025-09-26 04:22:43'),
(1054, 4, 'Guardian school', 'Lahore', NULL, 'Shadbagh', 'Sir Arshad', 'Sir Arshad', '+9203004159143', '+9203004159143', 'High School', 1000, '2026-03', '2026-01', 2, 'Hajvery book depot, direct purchase', '31.5961006,74.3431912', NULL, '2025-10-01 11:43:43', 1, NULL, 'I send him link', '2025-09-26 04:27:24'),
(1055, 16, 'Garrison school', 'Multan', NULL, 'Mumtaz abad', 'Mam', 'Miss Horreza', '+9203327172525', '+9203327172525', 'High School', 2000, '2026-01', '2025-11', 2, 'Different', '30.1722208,71.4809291', NULL, '2025-10-01 12:55:28', 1, NULL, '70% agree for slection', '2025-09-26 04:52:59'),
(1056, 28, 'Al khayam Secondary School', 'Karachi', NULL, 'Orangi', 'Pervaiz', 'Pervaiz', '+9203402101718', '+9203402101718', 'High School', 200, '2026-04', '2025-12', 1, '', '24.9621704,66.9787512', NULL, '2025-11-12 15:10:52', 1, NULL, 'Send him link. they need samples in december.', '2025-09-26 04:57:16'),
(1057, 9, 'Alhabib school system', 'Shakargarh', NULL, 'Shamaal road', 'Zubair Ahmed', 'Zubair', '+9203060758238', '+9203060758238', 'Preschool', 0, '2026-01', '2025-11', 0, '', '32.2672296,75.1677743', NULL, '2025-10-16 09:59:12', 1, NULL, 'Number is not responding on both connections.', '2025-09-26 05:05:05'),
(1058, 24, 'Naveed Sameen school', 'Lahore', NULL, 'Sabzazar', '', '', '+923349898769', '+923349898769', 'Primary', 150, '2026-01', '2025-11', 1, 'Open', '31.5180618,74.2639743', NULL, '2025-09-26 13:17:19', 0, NULL, 'The phone was ringing, but no one picked up the call.', '2025-09-26 05:10:00'),
(1059, 28, 'Iqra Alazan Academy', 'Karachi', NULL, 'Orangi', 'Mufti Shamim', 'Shahid', '+9203332281498', '+9203332281498', 'High School', 200, '2026-04', '2025-12', 1, '', '24.9508767,66.9815649', NULL, '2025-09-26 10:15:33', 0, NULL, 'Number is not responding on both connections.', '2025-09-26 05:14:00'),
(1060, 25, 'Federal model school', 'Dharaikan', NULL, 'Phalia', 'Akhtr shb', 'Same', '+9203426665437', '+9203426665437', 'High School', 270, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.404755,73.6801583', NULL, '2025-10-01 13:10:58', 1, NULL, 'I had a very productive conversation with the school owner. He requested samples i December.', '2025-09-26 05:22:13'),
(1061, 9, 'Harward school system', 'Shakargarh', NULL, 'Shamaal road', 'Ateeq upal', 'Ateeq upal', '+9203007765712', '+9203007765712', 'Preschool', 0, '2026-02', '2025-11', 0, '', '32.2684767,75.1691717', NULL, '2025-09-26 10:50:06', 1, NULL, 'He is Impressed. I send him the link.', '2025-09-26 05:23:05'),
(1062, 28, 'The Children Academy', 'Karachi', NULL, 'Orangi', 'Raheela', 'Raheela', '+9203322464884', '+9203322464884', 'High School', 1000, '2026-04', '2025-12', 1, '', '24.9485124,66.9827289', NULL, '2025-11-11 12:53:25', 0, NULL, '', '2025-09-26 05:23:42'),
(1063, 11, 'Eman Public school', 'Narowal', NULL, 'Near to Railway station', 'Ghulam sub', 'Ghulam sub', '+9203014926563', '+9203014926563', 'High School', 670, '2026-02', '2025-12', 0, '.', '32.108108108108105,74.85467381266905', NULL, '2025-09-26 13:18:35', 0, NULL, 'Number is not responding on both connections.', '2025-09-26 05:33:53'),
(1064, 24, 'The stem school', 'Lahore', NULL, 'Sabzazar', 'Miss amina', 'Miss amina', '+9203221492119', '+9203221492119', 'High School', 350, '2026-02', '2025-12', 1, 'Open', '31.518348,74.2592068', NULL, '2025-10-30 16:03:35', 0, NULL, 'Number is powered off.', '2025-09-26 05:41:43'),
(1065, 16, 'The superiors School', 'Multan', NULL, 'Gulzaib colony', 'Mam shahida', 'Mam shahida', '+9203357010444', '+9203357001444', 'Middle', 320, '2026-01', '2025-11', 1, 'Punjab', '30.1716914,71.4830247', NULL, '2025-10-01 13:53:47', 1, NULL, 'I Send her lesson link', '2025-09-26 05:57:17'),
(1066, 4, 'Dass', 'Lahore', NULL, 'Hajvery scheme canal road Lahore', 'Sir kaleem', 'Sir kaleem', '+9203357402588', '+9203357401588', 'High School', 300, '2026-01', '2025-11', 2, 'Raza book depot', '31.575215,74.4486493', NULL, '2025-10-01 14:02:08', 1, NULL, '70 to 80% convinced.', '2025-09-26 06:05:25'),
(1067, 24, 'The wisdom school', 'Lahore', NULL, 'Sabzazar', '', '', '+9203354237423', '+9203354237423', 'High School', 500, '2026-02', '2025-11', 2, 'Open', '31.5177423,74.2567152', NULL, '2025-09-26 13:17:06', 0, NULL, 'The phone was ringing, but no one picked up the call.', '2025-09-26 06:07:31'),
(1068, 24, 'Lahore United model school', 'Lahore', NULL, 'Sabzazar', 'Umer mustafa', 'Umer mustafa', '+9203052210718', '+9203052210718', 'High School', 400, '2026-01', '2025-11', 2, 'Open', '31.519556,74.2577885', NULL, '2025-11-18 11:44:49', 0, NULL, 'on another call', '2025-09-26 06:21:52'),
(1069, 9, 'The Genious School', 'Shakargarh', NULL, 'Rasheed pura', 'Naeem younas', 'Naeem younas', '+9203004898151', '+9203004898151', 'High School', 350, '2026-02', '2025-11', 0, '', '32.2630354,75.1543294', NULL, '2025-09-26 11:26:09', 0, NULL, 'Number is not responding on both connections.', '2025-09-26 06:23:53'),
(1070, 4, 'The bright way school', 'Lahore', NULL, 'Aziz garden', 'Miss aliza', 'Miss aliza', '+9203224366210', '+9203224366210', 'High School', 42, '2026-01', '2025-11', 1, 'Direct purchase', '31.576237,74.4683513', NULL, '2025-09-26 13:25:23', 0, NULL, '', '2025-09-26 06:46:54'),
(1071, 16, 'Sir Syed Grammer', 'Multan', NULL, 'Bahawal pur road', 'Sohail sb', 'Sohail sb', '+9203146101778', '+9203205422099', 'Middle', 680, '2026-01', '2025-11', 1, 'S A P', '30.1522545,71.4924701', NULL, '2025-10-16 11:22:09', 0, NULL, NULL, '2025-09-26 06:50:02'),
(1072, 24, 'The spectrum school', 'Lahore', NULL, 'Sabzazar', 'Mrs azra tariq', 'Mrs azra tariq', '+9203334182254', '+9203334182254', 'High School', 400, '2026-02', '2025-11', 2, 'Open', '31.5566534,74.3036581', NULL, NULL, 0, NULL, NULL, '2025-09-26 10:06:46'),
(1073, 4, 'The major school system', 'Lahore', NULL, 'Shahdara', 'Sir sabir', 'Sir sabir', '+9203334280856', '+9203334280856', 'High School', 250, '2026-01', '2025-11', 1, 'Mursalin', '31.6313,74.2806267', NULL, '2025-09-27 09:41:50', 0, NULL, NULL, '2025-09-27 04:29:55'),
(1074, 4, 'The nation school', 'Lahore', NULL, 'Shahdara', 'Sir Nasir', 'Sir Nasir', '+9203004607234', '+9203004607234', 'High School', 200, '2026-01', '2025-11', 1, 'Umair', '31.627635,74.279175', NULL, '2025-09-27 11:56:10', 0, NULL, NULL, '2025-09-27 04:43:12'),
(1075, 9, 'Aldua little angel school tarpai', 'Shakargarh', NULL, 'Tarpai ikhlaspur', 'Bashir ahmed', 'Bashir ahmed', '+9203350140580', '+9203350140580', '-- Select --', 0, '', '', 0, '', '32.2560374,75.2812245', NULL, '2025-11-04 17:03:32', 0, NULL, NULL, '2025-09-27 04:57:58'),
(1076, 28, 'SM Hafeez ur Rehman High School', 'Karachi', NULL, 'Orangi', 'Sir Dawood', 'Dowood', '+920213666665', '+920213666665', 'High School', 2000, '2026-04', '2026-04', 1, '', '24.9521803,66.9868946', NULL, '2025-09-27 11:57:42', 0, NULL, NULL, '2025-09-27 05:01:09'),
(1077, 16, 'British Grammer', 'Multan', NULL, 'Katechary', 'Shoukat Naveed', 'Shoukat Naveed', '+9203006301923', '+9203006301923', 'High School', 1000, '2026-01', '2025-11', 1, 'Fareed book center', '30.2016432,71.4629291', NULL, '2025-09-27 12:01:58', 0, NULL, NULL, '2025-09-27 05:04:19'),
(1078, 4, 'Hashmat  memorial school', 'Lahore', NULL, 'Shahdara', 'Sir hassam', 'Sir Hassam', '+9203364818452', '+9203364818452', 'High School', 1800, '2026-01', '2025-11', 1, 'Ibrahim', '31.6467967,74.2823133', NULL, '2025-09-27 11:56:04', 0, NULL, NULL, '2025-09-27 05:05:10'),
(1079, 11, 'Mentors Islami public', 'Zafarwal', NULL, 'Village Pindi bohri', 'Ali Raza', 'Ali Raza', '+9203062495289', '+9203062495289', 'High School', 750, '2026-02', '2025-11', 0, '.', '32.32432432432432,74.99023900437516', NULL, '2025-09-27 11:53:15', 0, NULL, NULL, '2025-09-27 05:27:22'),
(1080, 15, 'the smart school', 'sahiwal', NULL, 'jeawen city school', 'sir', 'mam atika', '+923250269727', '+923250269727', 'High School', 300, '2025-03', '2025-01', 2, 'imran', '30.69529952157058,73.07927924272056', NULL, '2025-09-27 12:02:47', 0, NULL, NULL, '2025-09-27 05:36:11'),
(1081, 16, 'Prime school', 'Multan', NULL, 'Shah Khurram', 'M kaahan', 'M kaahan', '+9203007188579', '+9203007188579', 'Middle', 150, '2026-02', '2025-11', 1, 'Open', '30.1839446,71.4761119', NULL, '2025-09-27 12:01:51', 0, NULL, NULL, '2025-09-27 05:37:58'),
(1082, 15, 'ammal school mdhali', 'sahiwal', NULL, 'mdhali road', 'sir sajid', 'sir sajid', '+923216918892', '+923216918892', 'High School', 200, '2025-02', '2025-12', 2, 'imran', '30.70070027698131,73.08382075311866', NULL, '2025-09-27 12:02:41', 0, NULL, NULL, '2025-09-27 05:43:43'),
(1083, 25, 'Brightway public school', 'Wasu mandi b din', NULL, 'Mandi b din', 'Farhan shb', 'Same', '+9203111178585', '+9203111178585', '-- Select --', 0, '', '', 0, '', '32.5627354,73.4842786', NULL, '2025-09-27 12:00:39', 0, NULL, NULL, '2025-09-27 05:47:32'),
(1084, 11, 'English Edge high', 'Zafarwal', NULL, 'Village Pindi bohri', 'Mama Dilshad', 'Mama Dilshad', '+9203446396211', '+9203446396211', 'High School', 650, '2026-02', '2026-01', 0, '.', '32.32432432432432,74.99023900437516', NULL, '2025-09-27 11:52:42', 0, NULL, NULL, '2025-09-27 05:49:56'),
(1085, 16, 'Haseeb Grammer', 'Multan', NULL, 'Kerri daowd Khan', 'Habib Akram', 'Habib Akram', '+9203062220444', '+9203062220444', 'Middle', 230, '2026-01', '2025-11', 1, 'Habib', '30.1844448,71.4735799', NULL, '2025-09-27 12:01:43', 0, NULL, NULL, '2025-09-27 05:53:37'),
(1086, 8, 'Sir Syed secondary school system', 'Faisalabad', NULL, 'Gulistan colony', 'Miss Shaista', 'Miss shaista', '+9203217996799', '+9203217996799', 'High School', 1200, '2026-03', '2025-12', 4, 'Waqas', '31.4408646,73.1059808', NULL, '2025-09-27 11:59:05', 0, NULL, NULL, '2025-09-27 06:09:52'),
(1087, 11, 'The Mentors School System', 'Zafarwal', NULL, 'Village Jarpal', 'Arsalan', 'Arsalan', '+9203056167672', '+9203056167672', 'High School', 450, '2026-02', '2025-11', 0, '.', '32.36036036036036,74.97744876564863', NULL, '2025-09-27 11:52:14', 0, NULL, NULL, '2025-09-27 06:10:46'),
(1088, 25, 'Maj aziz bhatti school', 'Wasu mandi b din', NULL, 'Mandi b din', 'Riaz shb', 'Same', '+9203338492377', '+9203338492377', 'High School', 300, '2026-03', '2025-12', 1, 'Jinnah book mandi b din', '32.5651303,73.4854272', NULL, '2025-09-27 12:00:09', 0, NULL, NULL, '2025-09-27 06:13:12'),
(1089, 8, 'Lahore foundation school', 'Faisalabad', NULL, 'Gulistan colony', 'Sir Waheed', 'Sir Waheed', '+9203320796407', '+9203320796407', 'Primary', 150, '2026-03', '2025-12', 1, 'Waqas', '31.4404803,73.103828', NULL, '2025-09-27 11:58:41', 0, NULL, NULL, '2025-09-27 06:33:13'),
(1090, 11, 'Bright Future Secondary', 'Zafarwal', NULL, 'Village jarpal', 'Rafaqat', 'Rafaqat', '+9203066896938', '+9203066896938', 'High School', 1150, '2026-02', '2025-11', 0, '.', '32.36036036036036,74.95611805476224', NULL, '2025-09-30 14:37:57', 0, NULL, NULL, '2025-09-27 06:34:40'),
(1091, 9, 'Apex school and clg', 'Shakargarh', NULL, 'Ikhlaspur', 'Sarfraz sb', 'Sarfraz sb', '+9203099101900', '+9203099101900', '-- Select --', 0, '', '', 0, '', '32.2602283,75.3093305', NULL, '2025-11-04 17:04:20', 0, NULL, NULL, '2025-09-27 06:35:48'),
(1092, 16, 'Sultan model', 'Multan', NULL, 'T b hi hospital road', 'M masoom', 'M masoom', '+9203027366237', '+9203027366237', 'Middle', 500, '2026-01', '2025-11', 1, 'Different', '30.1862936,71.4837177', NULL, '2025-09-27 12:01:36', 0, NULL, NULL, '2025-09-27 06:47:41'),
(1093, 25, 'Greenland school system', 'Wasu mandi b din', NULL, 'Mandi b din', 'Sir mazhar', 'Sir mazhar', '+9203215027903', '+9203215027903', 'High School', 450, '2026-03', '2026-03', 1, 'Fatima book mandi b din', '32.5635122,73.4862487', NULL, '2025-09-27 12:00:00', 0, NULL, NULL, '2025-09-27 06:50:42'),
(1094, 4, 'The prime school system', 'Lahore', NULL, 'Kot abdul malik shahdara', 'Mam Rabia', 'Mam Rabia', '+9203064907777', '+9203064907777', 'High School', 1800, '2026-01', '2025-11', 1, 'Ibrahim', '31.6199999,74.2401902', NULL, '2025-09-27 11:56:56', 0, NULL, NULL, '2025-09-27 06:56:23'),
(1095, 24, 'Azhar foundation school', 'Lahore', NULL, '437-karim block', '', '', '+9204235420228', '+9204235420228', 'High School', 300, '2026-02', '2025-11', 1, 'Open', '31.5073931,74.2756433', NULL, '2025-09-27 13:33:25', 0, NULL, NULL, '2025-09-27 07:10:09'),
(1096, 24, 'Irfan school system', 'Lahore', NULL, 'Allama iqbal town', 'Irfan haider', 'Irfan haider', '+9203004556620', '+9203228449001', 'High School', 300, '2026-02', '2025-12', 1, 'Open', '31.5071444,74.275823', NULL, '2025-11-07 17:35:08', 0, NULL, NULL, '2025-09-27 07:15:23'),
(1097, 16, 'The pak Education', 'Multan', NULL, 'Chungi no 14', 'Sir faisal', 'Sir Faisal', '+9203006362248', '+9203006362348', 'High School', 2200, '2026-01', '2025-11', 8, 'Open list', '30.18429,71.4863367', NULL, NULL, 0, NULL, NULL, '2025-09-27 07:22:23'),
(1098, 8, 'Al Huda school and college', 'Faisalabad', NULL, 'Gulistan colony', 'Sir Zia', 'Sir Zia', '+9203216670408', '+9203216670408', 'High School', 1200, '2026-03', '2026-01', 1, 'Waqas', '31.4444612,73.0956027', NULL, '2025-09-27 13:53:20', 0, NULL, NULL, '2025-09-27 07:26:00'),
(1099, 8, 'Jack N jill school system', 'Faisalabad', NULL, 'Gulistan colony', 'Sir Ramzan', 'Sir Ramzan', '+9203339935469', '+9203339935469', 'Primary', 200, '2026-03', '2026-01', 1, 'Waqas', '31.4391836,73.1044196', NULL, '2025-09-27 13:52:38', 0, NULL, NULL, '2025-09-27 07:44:03'),
(1100, 16, 'The roseate public school', 'Multan', NULL, 'Shah gardez', 'Sir Hasan', 'Sir Hasan', '+9203420262969', '+9203420262969', 'Middle', 700, '2026-01', '2025-11', 2, 'Different', '30.1960309,71.4675375', NULL, NULL, 0, NULL, NULL, '2025-09-27 08:02:59'),
(1101, 24, 'ALM school system', 'Lahore', NULL, 'Awan town', '', '', '+9203299377771', '+9203299377771', 'High School', 250, '2026-01', '2025-12', 2, 'Open', '31.5035299,74.2666351', NULL, '2025-09-27 13:32:53', 0, NULL, NULL, '2025-09-27 08:15:15'),
(1102, 21, 'KÛ”PÛ”S Schools', 'Burewala', NULL, 'Burewala city', 'Miss Nazia', 'Miss Nazia', '+9203126992159', '+9203126992159', 'High School', 3000, '2026-02', '2025-11', 3, 'Open', '30.4855467,73.34788', NULL, '2025-09-29 09:49:20', 0, NULL, NULL, '2025-09-27 14:24:40'),
(1103, 21, 'Quaid e Millat Public School', 'Burewala', NULL, '495/EÛ”B', 'Ahsan Sab', 'Ahsan Sab', '+9203116785495', '+9203116785495', 'Middle', 450, '2026-03', '2025-12', 1, 'Self', '30.48552,73.34785', NULL, '2025-09-29 09:49:10', 0, NULL, NULL, '2025-09-27 14:31:19'),
(1104, 4, 'The wiser school', 'Lahore', NULL, 'Shahdara', 'Sir Saleem', 'Sir Saleem', '+9203004834786', '+9203004834786', 'High School', 250, '2026-01', '2025-10', 1, 'Mursalin', '31.6194922,74.2967084', NULL, '2025-09-29 09:45:38', 0, NULL, NULL, '2025-09-29 04:15:41'),
(1105, 4, 'Alqalm school', 'Lahore', NULL, 'Shahdara', 'Sir Zaman', 'Sir Zaman', '+9204237941524', '+9204237941524', 'High School', 200, '2026-01', '2025-11', 1, 'Direct purchase', '31.6246583,74.2962183', NULL, '2025-09-29 09:45:30', 0, NULL, NULL, '2025-09-29 04:29:15'),
(1106, 4, 'The islamic foundation', 'Lahore', NULL, 'Shahdara', 'Sir Habib', 'Sir Habib', '+9203454149484', '+9203454149484', 'High School', 180, '2026-01', '2025-11', 1, 'Jameel Shah ,Mursalin', '31.6254083,74.3025717', NULL, '2025-09-29 09:45:12', 0, NULL, NULL, '2025-09-29 04:41:13'),
(1107, 8, 'The Punjab school system', 'Faisalabad', NULL, 'Dhudhi wala , jaranwala road', 'Sir Umer', 'Sir Umer', '+9203061870000', '+9203061870000', 'High School', 4000, '2026-02', '2025-12', 1, 'Waqas', '31.4077161,73.1338269', NULL, '2025-11-17 12:26:27', 0, NULL, NULL, '2025-09-29 04:56:01'),
(1108, 16, 'The learner school', 'Multan', NULL, 'B c g Chowk', 'Bilal SB', 'M Zahid', '+9203009632914', '+9203055076958', 'High School', 1600, '2026-01', '2025-12', 2, 'Punjab book center', '30.16928,71.49186', NULL, '2025-09-29 11:29:26', 0, NULL, NULL, '2025-09-29 05:12:29'),
(1109, 8, 'Ambassador grammar school', 'Faisalabad', NULL, 'Jaranwala road', 'Sir Yasir', 'Sir Yasir', '+9203062940400', '+9203062940400', 'High School', 400, '2026-03', '2025-12', 1, 'Waqas', '31.4050207,73.1330715', NULL, '2025-09-29 10:46:12', 0, NULL, NULL, '2025-09-29 05:29:00'),
(1110, 9, 'Anwar public school', 'Shakargarh', NULL, 'Phagwari', 'Hassan raza', 'Hassan raza', '+9203007773155', '+9203007773155', 'High School', 1000, '2026-01', '2025-10', 0, 'New star book depot', '32.2335565,75.2031517', NULL, '2025-09-29 10:35:18', 0, NULL, NULL, '2025-09-29 05:31:23'),
(1111, 11, 'Pakistan School System', 'Pasrur', NULL, 'Narowal road', 'Muhammed Qasim', 'Muhammed Asim', '+9203456821027', '+9203456821027', 'High School', 450, '2026-03', '2025-11', 0, '.', '32.27027027027027,74.66850878631045', NULL, '2025-09-29 11:22:01', 0, NULL, NULL, '2025-09-29 05:32:42'),
(1112, 16, 'The education in school', 'Multan', NULL, 'New mumtaz abad', 'Mam nafesa', 'Mam nafesa', '+9203017495614', '+9203017495614', 'High School', 600, '2026-01', '2025-12', 3, 'Different', '30.175795,71.4829033', NULL, '2025-09-29 11:29:17', 0, NULL, NULL, '2025-09-29 05:39:48'),
(1113, 9, 'Shahid pre Cadet school', 'Shakargarh', NULL, 'Phagwari', 'Muhammad Saleem', 'Muhammad Atif Saleem', '+9203369213786', '+9203369213786', 'High School', 550, '', '', 0, '', '32.2318883,75.2027283', NULL, '2025-10-23 11:58:51', 0, NULL, NULL, '2025-09-29 05:40:15'),
(1114, 28, 'Liaqat Memorial Secondary School', 'Karachi', NULL, 'Orangi', 'Khalid', 'Khalid', '+9203182323040', '+9203182323040', 'High School', 900, '2026-04', '2026-01', 0, '', '24.962625,66.9744372', NULL, '2025-11-03 11:38:48', 0, NULL, NULL, '2025-09-29 05:48:05'),
(1115, 25, 'M.A school system', 'Kadhar', NULL, 'Phalia', 'Abdul qadeer', 'Same', '+9203225502328', '+9203225502328', 'High School', 250, '2026-03', '2026-01', 1, 'Dar ul kutab phalia', '32.4250721,73.4827041', NULL, '2025-09-29 11:09:04', 0, NULL, NULL, '2025-09-29 05:55:02'),
(1116, 25, 'Madni school', 'Kadhar', NULL, 'Phalia', 'Mam nadia', 'Same', '+9203440412827', '+9203440412827', 'Middle', 220, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4233018,73.4833967', NULL, '2025-09-29 11:28:28', 0, NULL, NULL, '2025-09-29 06:13:39'),
(1117, 28, 'DIL educational project', 'Karachi', NULL, 'Orangi', 'Trust', 'Majid', '+9203339219166', '+9203339219166', 'High School', 5000, '2026-04', '2026-02', 21, '', '24.9595422,66.974122', NULL, '2025-10-07 11:48:05', 0, NULL, NULL, '2025-09-29 06:15:56'),
(1118, 25, 'Kiran sialvi public model school', 'Phalia', NULL, 'Phalia', 'Mam rizwana', 'Same', '+9203428433275', '+9203428433275', 'High School', 100, '2026-03', '2025-12', 1, 'Dar ul kutab phalia', '32.4312206,73.5444468', NULL, '2025-09-29 15:08:35', 0, NULL, NULL, '2025-09-29 06:30:26'),
(1119, 8, 'The Dream school', 'Faisalabad', NULL, 'Dhudhi wala , jaranwala road', 'Sir Haider', 'Sir Haider', '+9203039622175', '+9203039622175', 'High School', 240, '2026-03', '2025-12', 1, 'Waqas', '31.4006984,73.1327134', NULL, '2025-09-29 11:35:24', 0, NULL, NULL, '2025-09-29 06:33:17'),
(1120, 9, 'Babar grammer school', 'Shakargarh', NULL, 'Malikpur', 'Ateeq ur Rehman', 'Ateeq ur Rehman', '+9203054947091', '+9203054947091', 'High School', 550, '2026-01', '2025-10', 0, 'New star book depot', '32.2032983,75.2009017', NULL, '2025-10-24 16:07:47', 0, NULL, NULL, '2025-09-29 06:41:21');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(1121, 28, 'The ANF School', 'Karachi', NULL, 'Qakhani colony', 'Sajid', 'Mrs Sajid', '+9203133293390', '+9203133293390', 'High School', 300, '2026-04', '2025-12', 1, '', '24.9484902,66.9685237', NULL, '2025-10-18 11:07:34', 0, NULL, NULL, '2025-09-29 06:46:11'),
(1122, 11, 'Jinnah Ideal Public School Jassoran', 'Chawinda', NULL, 'Jassoran', 'Abuzar Akhtar', 'Faiza Akhtar', '+9203107890929', '+9203187172974', 'Middle', 400, '2026-03', '2025-12', 0, '.', '32.34234234234234,74.66394451622297', NULL, '2025-09-29 14:58:41', 0, NULL, NULL, '2025-09-29 06:56:12'),
(1123, 10, 'qamar school silanwali', 'silanwali', NULL, 'gulberg town silanwali', 'madam aysha', 'madam aysha', '+9203067205882', '+9203270094882', 'Primary', 128, '2026-03', '2025-12', 0, 'friends book depot silanwali', '31.8226137,72.5364069', NULL, '2025-11-03 11:41:50', 0, NULL, NULL, '2025-09-29 07:02:20'),
(1124, 8, 'Jinnah grammar school', 'Faisalabad', NULL, 'Zubair colony jaranwala road', 'Sir Hamed', 'Sir Hamed', '+9203209664068', '+9203209664068', 'High School', 300, '2026-03', '2025-12', 3, 'Waqas', '31.4019249,73.1279879', NULL, '2025-09-29 12:17:57', 0, NULL, NULL, '2025-09-29 07:14:24'),
(1125, 28, 'U Star secondary school', 'Karachi', NULL, 'Orangi', 'Asghar Abbasi', 'Sir Riaz Ahmad', '+9203453471492', '+9203453471492', 'High School', 900, '2026-04', '2025-11', 1, '', '24.9484902,66.9685237', NULL, '2025-11-12 11:22:17', 0, NULL, NULL, '2025-09-29 07:17:21'),
(1126, 10, 'vision lead school silanwali', 'silanwali', NULL, 'gulberg town silanwali', 'madam maham', 'madam maham', '+9203406915903', '+9203406915903', 'Middle', 130, '2026-03', '2025-12', 0, 'friends book depot silanwali', '31.8228649,72.5356526', NULL, '2025-11-03 11:43:35', 0, NULL, NULL, '2025-09-29 07:18:19'),
(1127, 9, 'Quaid public school', 'Shakargarh', NULL, 'Malik pur', 'Naseer sb', 'Naseer sb', '+9203007770628', '+9203007770628', 'High School', 250, '2026-02', '2025-10', 0, '', '32.2029233,75.2009117', NULL, '2025-09-29 15:01:00', 0, NULL, NULL, '2025-09-29 07:20:45'),
(1128, 28, 'The Pak Green Schooling system', 'Karachi', NULL, 'Qaimkhani', 'Sabir', 'Sabir', '+9203112531700', '+9203112531700', 'High School', 400, '2026-04', '2025-12', 0, '', '24.947373,66.9685337', NULL, '2025-10-29 13:22:37', 0, NULL, NULL, '2025-09-29 07:23:35'),
(1129, 9, 'Nasir public school', 'Shakargarh', NULL, 'Malik pur', 'Fazal ur rehman', 'Fazal ur rehman', '+9203004664166', '+9203004664166', '-- Select --', 0, '', '', 0, '', '32.2027883,75.2007917', NULL, '2025-09-29 15:01:32', 0, NULL, NULL, '2025-09-29 07:37:12'),
(1130, 28, 'Alhuda children academy', 'Karachi', NULL, 'Orangi', 'Waqar ul huda', 'Aresshma', '+9203102312413', '+9203102312413', 'High School', 250, '2026-03', '2025-11', 1, '', '24.947373,66.9685337', NULL, '2025-10-18 12:39:56', 0, NULL, NULL, '2025-09-29 07:37:23'),
(1131, 10, 'Sm school silanwali', 'silanwali', NULL, 'people colony silanwali', 'ehsan sab', 'ehsan sab', '+9203026759195', '+9203026759195', 'Middle', 170, '2026-03', '2025-12', 8, 'friends book depot silanwali', '31.8225903,72.5401996', NULL, '2025-09-29 13:07:47', 0, NULL, NULL, '2025-09-29 07:50:10'),
(1132, 10, 'angel model school silanwali', 'silanwali', NULL, 'peoples colony silanwali', 'madam naJma', 'madam naJma', '+9203006068917', '+9203006068917', 'Middle', 170, '2026-03', '2025-12', 0, 'asghar book depot silanwali', '31.8226812,72.5400922', NULL, '2025-10-22 11:10:09', 0, NULL, NULL, '2025-09-29 08:17:50'),
(1133, 4, 'Islamia school', 'Lahore', NULL, 'Shahdara', 'Sir Muhammad Nawaz Qadri', 'Sir Muhammad Nawaz Qadri', '+9203334261209', '+9203334261209', 'High School', 2500, '2026-01', '2025-11', 3, 'Direct purchase', '31.6261258,74.2699015', NULL, '2025-09-29 15:02:15', 0, NULL, NULL, '2025-09-29 08:37:30'),
(1134, 10, 'message school silanwali', 'silanwali', NULL, 'people colony silanwali', 'munawar sab', 'munawar sab', '+9203461714912', '+9203461714912', 'Middle', 270, '2026-01', '2025-10', 0, 'friends book depot silanwali', '31.8226215,72.5400363', NULL, '2025-11-03 11:43:56', 0, NULL, NULL, '2025-09-29 09:10:31'),
(1135, 24, 'British school system', 'Lahore', NULL, '5-p block Sabzar scheme lahore', 'Samina kanwal', 'Samina kanwal', '+9203049870408', '+9203049870408', 'Middle', 200, '2026-03', '2025-12', 2, 'Open', '31.5566587,74.3037359', NULL, '2025-09-29 14:56:24', 0, NULL, NULL, '2025-09-29 09:33:56'),
(1136, 24, 'Jp foundation school', 'Lahore', NULL, 'Madina colony p-block.sabzazar', 'Nadia ramzan', 'Nadia ramzan', '+9203244357272', '+9203044188878', 'Middle', 150, '2026-02', '2025-10', 1, 'Open', '31.5566209,74.3037691', NULL, '2025-09-29 14:56:18', 0, NULL, NULL, '2025-09-29 09:36:56'),
(1137, 16, 'Larose', 'Multan', NULL, 'Mujtba canal', 'Qasim Zia', 'Qasim Zia', '+9203364254799', '+9203217187064', 'High School', 700, '2026-01', '2025-11', 2, 'Habib', '30.2369214,71.4795952', NULL, '2025-09-30 11:13:48', 0, NULL, NULL, '2025-09-29 09:39:58'),
(1138, 24, 'Taleem science school', 'Lahore', NULL, 'Sadaqat park main marghazar', 'Muhammad iqbal.', 'Muhammad iqbal', '+9203028081334', '+9203028081334', 'Middle', 300, '2026-02', '2025-12', 2, 'Open', '31.5566467,74.303726', NULL, '2025-09-29 14:56:11', 0, NULL, NULL, '2025-09-29 09:40:04'),
(1139, 24, 'Adraak Grammer school', 'Lahore', NULL, 'Karachi wali puli kharak lahore', '', '', '+9203074720712', '+9203074720712', 'Primary', 200, '2026-01', '2025-11', 1, 'Open', '31.5566558,74.3036592', NULL, '2025-09-29 14:56:02', 0, NULL, NULL, '2025-09-29 09:42:27'),
(1140, 16, 'Islamic ideal', 'Multan', NULL, 'Gulistan a ashar', 'Rashid sb', 'Rashid sb', '+9203066308075', '+9203066308075', 'High School', 2000, '2026-01', '2025-11', 2, 'Kitabistan', '30.2369172,71.479588', NULL, '2025-09-30 11:18:07', 0, NULL, NULL, '2025-09-29 09:42:57'),
(1141, 16, 'The excellent school', 'Multan', NULL, 'Near Police station mumtaz abad', 'Sir Javeid', 'Sir Javeid', '+9203087327658', '+9203087327658', 'High School', 650, '2026-01', '2025-11', 1, 'Saeed', '30.2369152,71.4795999', NULL, '2025-09-30 11:14:24', 0, NULL, NULL, '2025-09-29 09:48:51'),
(1142, 9, 'Shaheen public school', 'Shakargarh', NULL, 'Malik pur', 'Mukhtar ahmed', 'Mukhtar ahmed', '+9203034766547', '+9203004766547', '-- Select --', 0, '', '', 0, '', '32.2627333,75.1668017', NULL, '2025-09-30 11:01:06', 0, NULL, NULL, '2025-09-29 10:15:11'),
(1143, 15, 'olive international school', 'sahiwal', NULL, 'farid town', 'mam', 'mam', '+9203030299994', '+9203030299994', 'Primary', 300, '2025-03', '2025-01', 1, 'imran', '30.673767604247388,73.08921602588579', NULL, '2025-09-30 11:36:11', 0, NULL, NULL, '2025-09-29 14:26:05'),
(1144, 15, 'al asar school', 'sahiwal', NULL, 'shadman town', 'sir usman', 'sir usman', '+9203126269846', '+9203126269846', 'Middle', 300, '2025-03', '2025-12', 3, 'imran', '30.673840273326675,73.08918074741574', NULL, '2025-09-30 11:36:24', 0, NULL, NULL, '2025-09-29 14:30:18'),
(1145, 21, 'The Pakpattan School', 'Pakpattan', NULL, 'pakpattan', 'ch Ghulam Fareed', 'Ch Ghulam Fareed', '+9203076944945', '+9203076944945', 'High School', 600, '2026-01', '2025-11', 1, 'Self', '30.48595,73.34776', NULL, '2025-10-27 12:54:11', 0, NULL, NULL, '2025-09-29 15:15:06'),
(1146, 21, 'English Grammar School System', 'Pakpattan', NULL, '19/Sp', 'Zafar Sab', 'Zafar Sab', '+9203029238138', '+9203029238138', 'Primary', 240, '2026-02', '2025-11', 1, 'Self', '30.4855867,73.3475367', NULL, '2025-09-30 10:57:57', 0, NULL, NULL, '2025-09-29 15:16:46'),
(1147, 21, 'iqra Education System', 'Pakpattan', NULL, 'pakpattan', 'Umar Rasheed', 'Umar Rasheed', '+9203044297783', '+9203044297793', 'Middle', 300, '2026-01', '2025-11', 1, 'Self', '30.48614,73.3477433', NULL, '2025-10-27 12:55:25', 0, NULL, NULL, '2025-09-29 15:18:31'),
(1148, 21, 'Little Chums High School', 'Pakpattan', NULL, 'pakpattan', 'Miss Samia', 'Miss Samia', '+9203007142222', '+9203007142222', 'High School', 700, '2026-01', '2025-11', 2, 'Shahzaib Book Center Pakpattan', '30.4860617,73.34787', NULL, '2025-09-30 10:58:10', 0, NULL, NULL, '2025-09-29 15:20:50'),
(1149, 21, 'Grizzan Public School', 'Pakpattan', NULL, 'pakpattan', 'Qri Sajid', 'Qri Sajid', '+9203006943077', '+9203006943077', 'Primary', 270, '2025-12', '2025-11', 1, 'Fahid Book Center Pakpattan', '30.48624,73.34763', NULL, '2025-09-30 10:58:17', 0, NULL, NULL, '2025-09-29 15:22:37'),
(1150, 26, 'TALENT HUT PUBLIC SCHOOL', 'SIALKOT', NULL, 'MORRI GATE NEAR MURRAY COLLEGE ROAD', 'MR MUDASSIR', 'MR MUDASSIR', '+9203246128789', '+9203246128789', 'Middle', 250, '2025-02', '2025-01', 1, 'CANTT BOOK CENTRE', '30.44,72.35', NULL, '2025-09-30 10:55:04', 0, NULL, NULL, '2025-09-29 19:24:38'),
(1151, 26, 'ST ANTHONY\'S CONVENT GIRLS HIGH SCHOOL', 'SIALKOT', NULL, 'MURRAY COLLEGE ROAD', 'MADAM', 'MADAM', '+920524598286', '+920524598286', 'High School', 300, '2025-02', '2025-12', 1, 'MALIK PUBLISHERS', '30.44,72.35', NULL, '2025-09-30 10:53:54', 0, NULL, NULL, '2025-09-29 19:31:41'),
(1152, 26, 'LITTLE FLOWERS SCHOOL', 'SILAKOT', NULL, 'MURRAY COLLEGE ROAD', 'MADAM', 'MADAM', '+9203444155532', '+9203444155532', 'Preschool', 150, '2025-03', '2025-01', 1, 'MALIK PUBLISHERS', '30.44,72.35', NULL, '2025-11-07 15:51:23', 0, NULL, 'Number is not responding on both connections.', '2025-09-29 19:35:53'),
(1153, 26, 'BALANCE LEARNING FACILITATION CENTRE', 'SIALKOT', NULL, 'CANTT', '', 'MADAM FARZANA', '+9203350450450', '+9203350450450', 'High School', 550, '2025-03', '2025-01', 1, 'CANTT BOOK CENTRE', '30.44,72.35', NULL, '2025-10-02 10:00:55', 1, NULL, 'I had a very productive conversation with Mr umar. they need the samples in december.', '2025-09-29 19:39:43'),
(1154, 26, 'MARCHING BELL SCHOOL SYSTEM', 'SIALKOT', NULL, 'CANTT', 'MADAM', 'MADAM', '+9203107835945', '+9203107835945', 'High School', 2500, '2025-03', '2025-12', 3, 'DIFFERENT DEALERS', '30.44,72.35', NULL, '2025-09-30 09:42:38', 0, NULL, 'the admin said call on this number033464706. i call on this number but no one pick the call.', '2025-09-29 19:49:54'),
(1155, 26, 'EXCEL INTERNATIONAL SCHOOL', 'SIALKOT', NULL, 'JAIL ROAD', '', 'MADAM', '+9203346228043', '+9203346228043', 'High School', 750, '2025-03', '2025-12', 1, 'NEW LALA BOOK DEPOT', '30.44,72.35', NULL, '2025-09-30 09:42:13', 0, NULL, 'Number is not responding on both connections.', '2025-09-29 19:54:30'),
(1156, 4, 'The peers school', 'Lahore', NULL, 'Shahdara', 'Sir Zeeshan', 'Sir Zeeshan', '+9203238049030', '+9203238049030', 'High School', 500, '2026-03', '2025-12', 1, 'Direct purchase', '31.6008975,74.3401685', NULL, '2025-09-30 11:03:16', 0, NULL, 'The person decline the call.', '2025-09-30 04:20:23'),
(1157, 8, 'Hamza public girls high school', 'Faisalabad', NULL, 'Samnabad', 'Sir Maqsood', 'Sir Maqsood', '+9203215522003', '+9203215522003', 'High School', 250, '2026-01', '2025-11', 1, 'Waqas', '31.385907,73.064315', NULL, '2025-09-30 12:18:21', 0, NULL, '', '2025-09-30 04:23:02'),
(1158, 4, 'Ams school', 'Lahore', NULL, 'Shadbagh', 'Mrs Amir', 'Mrs Amir', '+9203226490316', '+9203226490316', 'High School', 200, '2026-01', '2025-11', 1, 'Direct purchase', '31.601163,74.3423939', NULL, '2025-11-15 10:40:31', 0, NULL, 'Number is not responding on both connections.', '2025-09-30 04:54:28'),
(1159, 8, 'Al Noor kids public school', 'Faisalabad', NULL, 'Nisar colony , samnabad', 'Sir Nadeem', 'Sir Nadeem', '+9203009870577', '+9203009870577', 'Primary', 250, '2026-01', '2025-11', 1, 'Waqas', '31.3773779,73.0621298', NULL, '2025-10-28 16:30:02', 1, NULL, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience', '2025-09-30 05:26:44'),
(1160, 10, 'Ed tech school sargodha', 'sargodha', NULL, 'old civil line sargodha', 'semi government', 'madam ravela', '+9203256468299', '+9203256468299', 'Middle', 100, '2025-11', '2025-11', 2, 'semi government', '32.0710834,72.6560452', NULL, '2025-09-30 12:14:52', 1, NULL, 'semi government. uder PEF . yea change nahe karty.', '2025-09-30 05:51:31'),
(1161, 4, 'As high school', 'Lahore', NULL, 'Shadbagh', 'Sir Rafique', 'Sir Rafique', '+9203432800020', '+9203432800020', 'High School', 400, '2026-02', '2025-12', 1, 'Hajvery book depot, direct purchase', '31.6062647,74.3447513', NULL, '2025-09-30 13:14:11', 1, NULL, 'Mr Rafique need smples.', '2025-09-30 06:03:41'),
(1162, 8, 'Falcon house school', 'Faisalabad', NULL, 'Nisar colony , samnabad', 'Sir Amir', 'Sir Amir', '+9203357811412', '+9203357811412', 'High School', 1200, '2026-01', '2025-10', 1, 'Waqas', '31.3800218,73.0672753', NULL, '2025-10-28 16:37:23', 1, NULL, 'Owner need nursery and prep books sample. she liked our books. and digital progrm', '2025-09-30 06:13:32'),
(1163, 28, 'Tarbiat institute', 'Karachi', NULL, 'Orangi', 'Dr. Shamoon', 'Miss Nimra', '+9203330250930', '+9203330250930', 'Primary', 150, '2026-05', '2025-09', 1, '', '24.9668039,66.9791796', NULL, '2025-09-30 13:19:34', 0, NULL, 'no one pick the call.', '2025-09-30 06:23:55'),
(1164, 4, 'The Lahore standard school', 'Lahore', NULL, 'Baghat pura', 'Sir Abdul Wahab', 'Sir Abdul Wahab', '+9203264044750', '+9203264044750', 'High School', 20, '2026-01', '2025-11', 1, 'Dilawar', '31.6062917,74.3446911', NULL, '2025-09-30 13:14:18', 0, NULL, 'no one pick the call.', '2025-09-30 06:31:58'),
(1165, 8, 'DAS public high school', 'Faisalabad', NULL, 'Nisar colony , samnabad', 'Sir Anees', 'Sir Anees', '+9203212662888', '+9203212662888', 'Preschool', 0, '2026-01', '2025-11', 1, 'Waqas', '31.3745424,73.0648263', NULL, '2025-11-04 17:22:30', 1, NULL, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience .', '2025-09-30 06:32:58'),
(1166, 7, 'RISING STAR', 'WAZIRABAD', NULL, 'CHAK BAIL', 'EHSANULLAH', 'EHSANULLAH', '+9203060594023', '+9203060594023', 'High School', 500, '2025-11', '2025-10', 1, 'Tayyab Book centre', '32.376399,74.1566016', NULL, '2025-09-30 13:27:40', 0, NULL, 'Number is not responding on both connections.', '2025-09-30 06:41:35'),
(1167, 28, 'Tameer e Sirat Model School', 'Karachi', NULL, 'Orangi', 'Ma\'am Nadia Ansari', 'Nadia Ansari', '+9203432639159', '+9203432639159', 'High School', 250, '2026-04', '2025-12', 1, '', '24.9558151,66.9910857', NULL, '2025-11-17 13:19:39', 1, NULL, 'send link. need samples in november', '2025-09-30 07:20:58'),
(1168, 28, 'E city School', 'Karachi', NULL, 'Orangi', 'Hafiz Hamid Usmani', 'Hafiz Hamid Usmani', '+9203456193232', '+9203456193232', 'High School', 450, '2026-04', '2025-12', 1, '', '24.955607,66.9915059', NULL, '2025-10-24 17:19:05', 0, NULL, 'no one pick the call.', '2025-09-30 07:26:16'),
(1169, 5, 'Tameer E millat school lodhra', '', NULL, '', '', 'M, pervez Tariq', '+9203007807045', '+9203007807045', '-- Select --', 0, '', '', 0, '', '29.5442304,71.6380668', NULL, '2025-09-30 13:15:45', 0, NULL, 'no one pick the call.', '2025-09-30 07:29:25'),
(1170, 4, 'Eden glim school', 'Lahore', NULL, 'Shadbagh', 'Sir Ismail madni', 'Sir Islamil madni', '+9203024505992', '+9203024505992', 'High School', 200, '2026-01', '2025-11', 1, 'Shahab', '31.5837333,74.3394567', NULL, '2025-09-30 13:14:27', 0, NULL, 'no one pick the call.', '2025-09-30 07:39:19'),
(1171, 7, 'HOPE SCHOOL SYSTEM', 'WAZIRABAD', NULL, 'WAZIRABAD', 'MUHAMMAD FAIZ', 'MUHAMMAD FAIZ', '+9203006228134', '+9203006228134', 'High School', 1000, '2025-12', '2025-10', 4, 'Tayyab Book centre', '32.4381074,74.1200461', NULL, '2025-09-30 13:27:34', 0, NULL, 'no one pick the call.', '2025-09-30 08:05:21'),
(1172, 7, 'NATIONAL MODEL SCHOOL', 'WAZIRABAD', NULL, 'WAZIRABAD CHOCK', 'QAISAR ANWAR BUTT', 'QAISAR ANWAR BUTT', '+9203217476240', '+9203217476240', 'High School', 800, '2026-01', '2025-10', 4, 'Tayyab Book centre', '32.4327418,74.1101929', '2025-10-11', '2025-10-01 11:17:24', 1, NULL, 'need orientation in November. then decide . Mr. Qasir liked our  books and aap.', '2025-09-30 08:32:23'),
(1173, 4, 'The pearls of knowledge school', 'Lahore', NULL, 'Baghbanpura', 'Mam Maria', 'Mam Maria', '+9203235155523', '+92032351555523', 'High School', 150, '2026-02', '2025-11', 1, 'Shiekh haneef', '31.5807908,74.3892372', NULL, NULL, 0, NULL, 'Disconnect the call', '2025-09-30 09:17:21'),
(1174, 23, 'Punjab Apex School', 'Lahore', NULL, 'Attari saroba', 'Malik Tahir', 'Malik Tahir', '+9203005770449', '+9203005770449', 'High School', 600, '2026-01', '2025-11', 1, 'Rehmani Book shop', '31.5566292,74.303762', NULL, '2025-09-30 15:31:04', 0, NULL, 'no one pick the call.', '2025-09-30 10:04:03'),
(1175, 23, 'Nalain e Mustafa High School', 'Lahore', NULL, 'Nishtar Colony', 'M.Awais', 'M Awais', '+9203004338687', '+9203004338687', 'High School', 600, '2026-02', '2025-12', 2, 'Rehmani Book shop', '31.5566438,74.3037763', '2025-10-17', '2025-09-30 15:29:39', 0, NULL, 'Number is not responding on both connections.', '2025-09-30 10:09:29'),
(1176, 23, 'Pak Future School', 'Lahore', NULL, 'Nishtar Colony Ferozpur Road Lahore', 'Tahir Mehmood', 'Tahir Mehmood', '+9203299555295', '+9203299555295', 'High School', 2000, '2026-02', '2025-12', 2, 'Rehmani Book shop', '31.5566339,74.3037565', '2025-10-11', '2025-09-30 15:28:45', 0, 'grey', 'No one pic the call.', '2025-09-30 10:15:29'),
(1177, 23, 'The Modern Public High School', 'Lahore', NULL, 'Qenchi', 'M.Shakil', 'M.Shakil', '+9203218897981', '+9203218897981', 'High School', 1200, '2026-03', '2025-12', 1, 'Rehmani Book shop', '31.556632,74.3037613', NULL, '2025-10-13 09:28:10', 1, 'orange', 'I had a very productive conversation with the school owner. need orientation on 11 October Saturday.', '2025-09-30 10:19:38'),
(1178, 23, 'Nabeel Grammar School', 'Lahore', NULL, 'Township', 'Ch Nabeel', 'Ch Nabeel', '+9203004438011', '+9203004438011', 'High School', 800, '2026-02', '2025-12', 2, 'Rashid Dhaniyal', '31.5566425,74.3037395', NULL, '2025-10-13 09:28:26', 1, 'orange', 'they need orientation on 11 October . Mr. nabeel like our book and APP', '2025-09-30 10:24:35'),
(1179, 23, 'Asim Group of institute', 'Lahore', NULL, 'Awan Market', 'Main M Amin', 'Main M Amin', '+9203004350568', '+9203004350568', 'Middle', 1300, '2026-02', '2025-12', 1, 'Rehmani Book shop', '31.5566131,74.3037997', NULL, '2025-09-30 15:30:24', 1, 'orange', 'I had a very productive conversation with the school owner. need samples', '2025-09-30 10:28:14'),
(1180, 16, 'The hope', 'Multan', NULL, 'Bawa safra road', 'M Yousaf', 'M Yousaf', '+9203006348894', '+9203006348894', 'Middle', 350, '2026-03', '2026-01', 1, 'Open', '30.2369074,71.4795971', NULL, '2025-10-04 10:42:21', 1, 'grey', 'Mr.Yusaf is busy he said call me tomorrow. \ni call him again ,but he person did\'t talk.', '2025-09-30 11:24:03'),
(1181, 16, 'Effay school system', 'Multan', NULL, 'Khanewal road', 'Mam hadeqa', 'Mam hadeqa', '+9203206774331', '+9203206774331', 'Middle', 360, '2026-01', '2025-11', 2, 'Waqas', '30.2369111,71.4795928', NULL, NULL, 1, 'green', 'its our Member school. change their status.', '2025-09-30 11:27:14'),
(1182, 16, 'Ever new school', 'Multan', NULL, 'Baqir Abad pulli', 'M Afzal', 'M Afzal', '+9203023560105', '+9203023560105', 'High School', 250, '2026-01', '2025-11', 1, 'Habib', '30.2369222,71.4795918', NULL, NULL, 1, 'orange', 'I had a very productive conversation with the school owner. need samples in November', '2025-09-30 11:30:32'),
(1183, 16, 'The innovators', 'Multan', NULL, 'Bagh a Hussain', 'Sohail Khan', 'Sohail Khan', '+9203009637253', '+9203009637253', 'Middle', 350, '2026-01', '2025-11', 1, 'Habib', '30.2369144,71.4795939', NULL, '2025-10-01 11:15:18', 1, 'orange', 'I had a very productive conversation with the school owner. need samples in November', '2025-09-30 11:34:14'),
(1184, 16, 'Pak Junior Cyprus', 'Multan', NULL, 'Bagh a hi Hussain Chowk', 'Kinza shabir', 'Kinza shabir', '+9203106969141', '+9203106968141', 'High School', 400, '2026-01', '2025-11', 1, 'Different', '30.2369144,71.4795939', NULL, '2025-10-02 13:02:37', 1, 'orange', 'need samples in November. they liked our books and aap', '2025-09-30 11:39:42'),
(1185, 16, 'Afzal model', 'Multan', NULL, 'Z town', 'Ahmad Hasan', 'Ahmad Hasan', '+9203216308083', '+9203216308083', 'Middle', 220, '2026-01', '2025-11', 1, 'Open', '30.236917,71.4795895', NULL, '2025-10-02 13:05:29', 1, 'orange', 'I had a very productive conversation with the school owner. need samples in November', '2025-09-30 11:42:25'),
(1186, 21, 'The Achievers School', 'Arifwala', NULL, 'Kamir', 'Ch Mustafa', 'Ch Mustafa', '+9203233189999', '+9203233189999', 'Middle', 300, '2026-01', '2025-12', 1, 'Self', '30.4859783,73.3481367', NULL, '2025-10-01 10:23:04', 0, 'grey', 'Number is not responding on both connections.', '2025-09-30 11:50:58'),
(1187, 21, 'The Alpha School', 'Arifwala', NULL, 'Kamir', 'Abdullah Saeed', 'Abdullah Saeed', '+9203067219695', '+9203067219695', 'Primary', 250, '2026-01', '2025-12', 1, 'Self', '30.4858517,73.34809', NULL, '2025-10-01 10:23:11', 1, 'orange', 'I had a very productive conversation with the school owner.   send him the link', '2025-09-30 11:52:53'),
(1188, 24, 'The grace school', 'Lahore', NULL, '343-N sabzazar lahore', '', '', '+9203334315779', '+9203014246374', 'Middle', 150, '2026-02', '2025-12', 1, 'Open', '31.506475,74.2689983', NULL, '2025-11-11 12:01:26', 0, NULL, 'Number is not responding on both connections.', '2025-09-30 12:27:32'),
(1189, 24, 'Arba\'een istitutr', 'Lahore', NULL, '960 a block. Sabzazar', 'Kumail naqvi', 'Kumail naqvi', '+9203286926755', '+9203286926755', 'Middle', 200, '2026-01', '2025-10', 2, 'Open', '31.5062801,74.2690587', NULL, '2025-10-01 10:21:27', 0, 'grey', 'No one pick the call.', '2025-09-30 12:30:07'),
(1190, 24, 'The Islamic school', 'Lahore', NULL, 'Milat park sabzazar', 'Naseem. Khalil', 'Naseem afzal', '+9203216298224', '+9203216298224', 'Primary', 100, '2026-03', '2025-11', 1, 'Open', '31.5061463,74.2689963', NULL, '2025-10-01 10:21:10', 0, 'grey', 'Number is not responding on both connections.', '2025-09-30 12:32:47'),
(1191, 24, 'The KCS school', 'Lahore', NULL, '236 A block Sabzazar', '', '', '+92032600119045', '+92032600119045', 'High School', 250, '2026-02', '2025-12', 1, 'Open', '31.506358,74.2691035', NULL, '2025-10-01 10:21:02', 0, 'grey', 'Number is not in service', '2025-09-30 12:40:06'),
(1192, 24, 'Dar ul hamd school', 'Lahore', NULL, 'B 331 block sabzazar', '', '', '+9203321915555', '+920423784858', 'Middle', 250, '2026-02', '2025-11', 2, 'Open', '31.5061786,74.269071', NULL, '2025-10-01 10:20:49', 0, 'grey', 'Both numbers are not in service.', '2025-09-30 12:45:30'),
(1193, 24, 'Prime Grammer school', 'Lahore', NULL, 'Pak block alaa iqbal town', '', '', '+9203218888997', '+9203218888997', 'Middle', 300, '2026-02', '2025-11', 3, 'Open', '31.5064196,74.2691304', NULL, '2025-10-01 10:20:42', 0, 'grey', 'Mr Imran said i will call you later.', '2025-09-30 12:53:42'),
(1194, 26, 'Ezee Grammar School', 'Sialkot', NULL, 'Rangpura', 'Mr Amir Yousaf', 'MR Amir Yousaf', '+9203218713030', '+9203218713030', 'High School', 1200, '2026-03', '2025-12', 4, 'Different dealers', '32.4951688,74.533818', NULL, '2025-10-01 10:39:46', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience .', '2025-09-30 16:26:20'),
(1195, 26, 'Azhar Public School', 'Sialkot', NULL, 'Rangpura', 'Mr Umer', 'Mr Umer', '+9203333347575', '+9203333347575', 'High School', 350, '2026-02', '2026-01', 1, 'Cantt book centre', '32.495181,74.5337723', NULL, '2025-10-01 10:36:33', 0, 'grey', 'No one pick the call', '2025-09-30 16:43:00'),
(1196, 26, 'Alliance School System', 'Sialkot', NULL, 'Rangpura', 'Madam', 'Madam', '+9203157789341', '+9203157789341', 'Middle', 150, '2026-03', '2026-01', 1, 'Lala book depot', '32.4952454,74.5336974', NULL, '2025-10-01 10:34:15', 1, 'red', 'not interested .', '2025-09-30 16:55:28'),
(1197, 15, 'laurels campus', 'chichawtni', NULL, 'main road', 'sir hashim', 'sir hashim', '+9203123331142', '+9203123331142', 'High School', 500, '2025-03', '2025-01', 3, 'rana book dipo', '30.673723027578212,73.08917867377573', NULL, '2025-10-04 12:06:19', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience. He is interested.   send him the link', '2025-10-01 03:35:35'),
(1198, 15, 'directions school', 'chichawtni', NULL, 'bypass', 'mam', 'mam', '+9203470708826', '+9203470708826', 'High School', 300, '2025-03', '2025-01', 2, 'rana book', '30.673723027578212,73.08917867377573', NULL, '2025-10-01 11:16:30', 0, 'orange', 'Principal told con tuesday 7th', '2025-10-01 03:36:53'),
(1199, 4, 'Aps school', 'Lahore', NULL, 'Badami bagh', 'Mian M Azam', 'Mian M Azam', '+9203224822921', '+9203224822921', 'High School', 180, '2026-01', '2025-10', 1, 'Zubair', '31.6041687,74.3308929', NULL, '2025-10-01 10:31:38', 0, 'grey', 'Number is not responding on both connections.', '2025-10-01 04:16:01'),
(1200, 4, 'Muslim ideal  Public school', 'Lahore', NULL, 'Badami bagh', 'Sir Ali', 'Sir Ali', '+9203214970918', '+9203214970918', 'High School', 120, '2026-03', '2026-01', 1, 'Direct purchase', '31.6066444,74.327912', NULL, '2025-10-01 10:31:31', 0, 'grey', 'Number is not responding on both connections.', '2025-10-01 04:33:28'),
(1201, 9, 'Uneeque knowledge school', 'Shakargarh', NULL, 'Booa', 'M Ahmed', 'M Ahmed', '+9203086864645', '+9203086864645', 'High School', 180, '2026-03', '2025-11', 0, '', '32.1965967,75.0676417', NULL, '2025-11-17 11:55:36', 0, 'grey', 'Mr.Ahmad said call me after 30  mins', '2025-10-01 04:45:16'),
(1202, 7, 'ZAIN BOOK &STAIONERS', 'GUJRAT', NULL, 'GTS CHOCK GUJRAT', 'NAVEED', 'NAVEED', '+920533533033', '+920533533033', 'High School', 500, '2026-02', '2025-10', 1, 'ZAIN BOOK & STATIONERS', '32.5720979,74.074356', NULL, '2025-10-04 13:19:23', 1, 'red', 'its a book shop num: 0345-693805  Ahmad waheed.', '2025-10-01 04:46:45'),
(1203, 4, 'The Mabs School', 'Lahore', NULL, 'Badami bagh', 'Sir Ali Naqi', 'Sir Ali Naqi', '+9203228018970', '+9203228018979', 'High School', 400, '2026-01', '2025-10', 2, 'Shakeel hajvery ,Hamza nisar', '31.6063383,74.3256867', NULL, '2025-11-15 10:41:16', 0, 'orange', 'M.Ali sad i will call you after 3 pm', '2025-10-01 04:48:48'),
(1204, 7, 'BLOOM LIGHT SCHOOL', 'GUJRAT', NULL, 'GUJRAT', 'ALI ZULQARNAIN', 'MRS.ALI ZULQARNAIN', '+9203338402336', '+9203338402336', 'High School', 500, '2026-02', '2025-12', 1, 'ZAIN BOOK & STATIONERS', '32.5672979,74.0763275', '2025-10-24', '2025-10-29 14:04:02', 0, 'grey', 'Number is not responding on both connections.', '2025-10-01 05:27:24'),
(1205, 8, 'The creative school', 'Faisalabad', NULL, 'Razabad', 'Sir Tanveer', 'Sir Tanveer', '+9203001042636', '+9203001042636', 'Primary', 200, '2026-01', '2025-11', 1, 'Waqas', '31.4275879,73.0444767', NULL, '2025-10-15 13:03:16', 1, 'orange', '0301-7042636 . need samples', '2025-10-01 05:40:06'),
(1206, 9, 'MD school essa', 'Shakargarh', NULL, 'Essa', 'Atif Raza', 'Atif Raza', '+9203066437403', '+9203066437403', 'High School', 300, '2026-02', '2025-12', 0, '', '32.2098721,75.0087189', NULL, '2025-10-02 09:41:04', 1, 'orange', 'Mr. Atif said, â€œYour marketer only told us about the books and the app; he didnâ€™t show us anything.â€', '2025-10-01 05:41:43'),
(1207, 25, 'Pre global school', 'Phalia', NULL, 'Phalia', 'Shazaib shb', 'Same', '+9203026261001', '+9203026261001', 'Middle', 120, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4319895,73.5805765', NULL, '2025-10-01 11:03:53', 0, 'grey', 'No one pick the call.', '2025-10-01 05:43:29'),
(1208, 11, 'Education School System', 'Narowal', NULL, 'Baddomalhi', 'Muhammed Akmal', 'Muhammed Akmal', '+9203455322899', '+9203483922899', 'High School', 450, '2026-01', '2025-11', 0, '.', '31.98198198198198,74.66663020558839', '2025-11-05', '2025-10-02 09:34:35', 0, 'grey', 'No one pick the call.', '2025-10-01 05:57:08'),
(1209, 9, 'Grammer public school', 'Shakargarh', NULL, 'Sahari', 'Doc. amina iftikhar', 'Mam Rubina', '+9203007770624', '+9203007770624', 'High School', 700, '2025-01', '2025-11', 2, '', '32.2154733,75.00676', NULL, '2025-10-06 12:13:19', 0, 'orange', 'Mam Ayesha: 0305-7776624 , 0302-7776624', '2025-10-01 06:07:42'),
(1210, 28, 'Benchmark school of leadership', 'Karachi', NULL, 'Orangi', 'Bilal', 'Bilal', '+9203422043409', '+9203422043409', 'High School', 600, '2026-04', '2025-12', 1, '', '24.9404646,66.994026', NULL, '2025-10-02 09:45:23', 0, 'grey', 'Number is not responding on both connections.', '2025-10-01 06:10:50'),
(1211, 4, 'Muslim grammar school', 'Lahore', NULL, 'Farooq gunj', 'Sir younis', 'Sir younis', '+9203454422415', '+9203454422415', 'High School', 350, '2026-01', '2025-11', 1, 'Bilal', '31.5901812,74.327061', NULL, '2025-10-15 12:30:01', 0, 'grey', 'The phone was ringing, but no one picked up the call.', '2025-10-01 06:19:06'),
(1212, 8, 'Makkah public high school', 'Faisalabad', NULL, 'G.M abad', 'Sir Farhan', 'Sir Farhan', '+9203067000022', '+9203067000022', 'High School', 400, '2026-04', '2025-11', 1, 'Waqas', '31.4396321,73.0486453', '2025-10-11', '2025-10-02 10:01:36', 0, 'grey', 'Number is not responding on both connections.', '2025-10-01 06:20:10'),
(1213, 28, 'Hamqadam Model School', 'Karachi', NULL, 'Orangi', 'Naeem', 'Naeem', '+9203333116014', '+9203333116014', 'High School', 1200, '2026-04', '2025-12', 2, '', '24.9339107,67.0010011', NULL, '2025-10-02 09:45:45', 0, 'grey', 'The phone was ringing, but no one picked up the call.', '2025-10-01 06:33:48'),
(1214, 8, 'Faisalabad lyceum school system', 'Faisalabad', NULL, 'G.M abad', 'Miss Safia', 'Miss Safia', '+9203066008753', '+9203066008753', 'High School', 550, '2026-03', '2025-10', 1, 'Waqas', '31.4389114,73.0493481', NULL, '2025-10-02 10:00:40', 0, 'grey', 'The phone was ringing on Ptcl, but no one picked up the call', '2025-10-01 06:43:16'),
(1215, 7, 'PINNACLE GRAMMAR SCHOOL', 'GUJRAT', NULL, 'GT ROAD', 'Musarrat bibi', 'Musarrat bibi', '+9203150505200', '+9203150505200', 'High School', 500, '2026-01', '2025-11', 1, 'ZAIN BOOK & STATIONERS', '32.5757638,74.0667136', '2025-10-31', '2025-10-02 10:11:08', 0, 'grey', 'The phone was ringing on , but no one picked up the call.', '2025-10-01 06:51:43'),
(1216, 28, 'The Genius school', 'Karachi', NULL, 'Metrovil Site', 'Jameel', 'Jameel', '+9203453030231', '+9203453030231', 'High School', 500, '2026-04', '2025-12', 1, '', '24.9309302,67.003574', NULL, '2025-10-02 09:45:56', 0, 'grey', 'Number is not responding on both connections.', '2025-10-01 07:02:16'),
(1217, 7, 'RESOURCE INTERNATIONAL SCHOOL', 'GUJRAT', NULL, 'ALI PUR ROAD', 'MUNAZZA NADEEM', 'MUNAZZA NADEEM', '+9203344719499', '+9203344719499', 'Middle', 700, '2025-12', '2025-11', 1, 'ZAIN BOOK & STATIONERS', '32.5853337,74.0639593', '2025-10-31', '2025-10-02 10:10:53', 0, 'grey', 'The phone was ringing on Ptcl, but no one picked up the call', '2025-10-01 07:17:49'),
(1218, 8, 'Raheem model school', 'Faisalabad', NULL, 'G.M abad', 'Sir Kashif', 'Sir Kashif', '+9203336553374', '+9203336553374', 'Middle', 120, '2026-03', '2026-01', 1, 'Waqas', '31.4407796,73.0495239', NULL, '2025-10-02 09:58:35', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples  December', '2025-10-01 07:28:09'),
(1219, 11, 'Quaid-e-Azam Public', 'Narowal', NULL, 'Village qila kalar wala', 'ghulam murtaza', 'ghulam murtaza', '+9203116457546', '+9203116457546', 'Middle', 250, '2026-01', '2025-11', 0, '.', '32.09009009009009,74.56343334105037', NULL, '2025-10-02 09:34:17', 0, 'grey', 'Number is not on Whats Aap Ptcl is not responding.', '2025-10-01 07:31:04'),
(1220, 28, 'KK Abdal school', 'Karachi', NULL, 'Orangi', 'Ma\'am qudsia', 'Ma\'am Mahjabeen', '+9203331871947', '+9203331871947', 'High School', 350, '2026-04', '2026-01', 1, '', '24.939348,66.9967533', NULL, '2025-10-02 09:47:38', 0, 'grey', 'Number is not responding on both connections.', '2025-10-01 07:33:44'),
(1221, 9, 'Marvel school and acad', 'Shakargarh', NULL, 'Booa', 'Ahsan ghaffar', 'Ahsan', '+9203305009546', '+9203305009546', '-- Select --', 0, '2026-01', '2025-11', 0, '', '32.2027369,75.1143336', NULL, '2025-10-02 09:38:37', 1, 'orange', '\"I had a very productive conversation with the owner. They need the samples. i send hem lesson link', '2025-10-01 07:37:52'),
(1222, 7, 'SHADMAN COMMUNITY SCHOOL', 'GUJRAT', NULL, 'SHADMAN', 'CH.AMIR', 'CH.AMIR', '+9203216202950', '+9203216202950', 'High School', 600, '2026-01', '2025-11', 2, 'ZAIN BOOK & STATIONERS', '32.5898778,74.0605552', '2025-10-18', '2025-10-06 15:36:20', 0, 'orange', 'I had a very productive conversation with the school owner. Its our member school. they need login facility.', '2025-10-01 07:39:35'),
(1223, 28, 'Oasis Cambridge School', 'Karachi', NULL, 'Orangi', 'Tariq', 'Tariq', '+9203008220199', '+9203008220199', 'High School', 600, '2026-03', '2025-12', 2, '', '24.9434466,66.9896793', NULL, '2025-10-02 09:47:54', 0, 'grey', 'Number is not on Whats Aap Ptcl is not responding.', '2025-10-01 07:47:50'),
(1224, 9, 'Rawal school nd clg', 'Shakargarh', NULL, 'Noorkot', 'Mazhar sb', 'Mazhar sb', '+9203456664024', '+9203456664024', '-- Select --', 0, '2026-01', '2025-11', 0, '', '32.20844,75.1267333', NULL, '2025-10-02 09:38:01', 0, 'grey', 'num Switched off', '2025-10-01 07:53:16'),
(1225, 9, 'Azmat bright future School', 'Shakargarh', NULL, 'Pagalamor', 'Azmat sb', 'Azmat sb', '+9203026466087', '+9203026466087', 'High School', 200, '2026-02', '2025-11', 0, '', '32.2294804,75.1282567', NULL, '2025-10-02 09:37:32', 0, 'orange', 'Mr. Azmat said Call me later . busy in meeting', '2025-10-01 08:04:10'),
(1226, 28, 'Young Scholar Montessori system', 'Karachi', NULL, 'Site', 'Samiullah', 'Samiullah', '+9203138563699', '+9203138563699', 'High School', 500, '2026-04', '2025-12', 2, '', '24.9432141,66.988893', NULL, '2025-10-06 15:54:45', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience .', '2025-10-01 08:07:29'),
(1227, 4, 'Fatima educational school', 'Lahore', NULL, 'Mughalpura', 'Mam shabana razaq', 'Mam shabana razaq', '+9203235882866', '+9203235882866', 'High School', 300, '2026-02', '2026-01', 1, 'Shiekh haneef', '31.5714554,74.3965154', NULL, '2025-10-07 09:24:27', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience and also asked for a phonics training session to be conducted by a female trainer. I send her  link.', '2025-10-01 08:13:27'),
(1228, 7, 'ROYAL GRAMMAR SCHOOL', 'GUJRAT', NULL, 'G.T ROAD GUJRAT', 'WAQAS SB', 'WAQAS SB', '+9203344667239', '+9203344667239', 'High School', 400, '2026-02', '2025-10', 1, 'ZAIN BOOK & STATIONERS', '32.5953807,74.0674556', '2025-10-20', '2025-10-29 14:03:26', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience and also asked for a phonics training session to be conducted by a female trainer.', '2025-10-01 08:23:08'),
(1229, 16, 'Alban High School', 'Multan', NULL, 'Rasheed Abad Chowk', 'Haroon Gill', 'Haroon Gill', '+9203000745854', '+9203000745854', 'High School', 450, '2026-03', '2026-01', 1, 'Open', '30.2369095,71.4795915', NULL, '2025-10-02 10:06:57', 0, 'grey', 'number is powerd off', '2025-10-01 09:39:26'),
(1230, 16, 'The Muslim', 'Multan', NULL, 'Gol masjid Hasan Abad', 'M tahir', 'M tahir', '+9203016226669', '+9203016226669', 'High School', 400, '2026-01', '2025-12', 1, 'Anees', '30.2369148,71.4795853', NULL, '2025-10-07 10:09:39', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience and also need the link i shared.', '2025-10-01 09:41:42'),
(1231, 16, 'Islamic orient', 'Multan', NULL, 'Hasan Abad', 'Ali Nawaz', 'Ali Nawaz', '+9203134970422', '+9203134970422', 'Middle', 220, '2026-01', '2025-12', 1, 'Habib', '30.2369137,71.4795898', NULL, '2025-10-07 10:23:18', 1, 'orange', 'Interested in  our books. I had a very productive conversation with the school owner. He requested samples at the earliest convenience . Also need orientation.', '2025-10-01 09:43:31'),
(1232, 16, 'Edward', 'Multan', NULL, 'Z town', 'Mam Farhana', 'Mam Farhana', '+9203157980114', '+9203157980114', 'Middle', 270, '2026-01', '2025-11', 1, 'Arslan', '30.2369137,71.4795898', NULL, '2025-10-02 10:05:54', 0, 'grey', 'Not Answering.', '2025-10-01 10:06:31'),
(1233, 16, 'Smart Link', 'Multan', NULL, 'See sui gas road', 'Naseer ch', 'Naseer ch', '+9203116751885', '+9203007301907', 'Middle', 350, '2026-01', '2025-10', 1, 'Open', '30.2368955,71.4796092', NULL, '2025-10-07 10:36:20', 1, 'orange', 'They need samples urgently . I shared link with them.', '2025-10-01 10:09:30'),
(1234, 24, 'The premier school', 'Lahore', NULL, '29-rasheed park sabzazar', '', '', '+9203289102262', '+9203289102262', 'Primary', 250, '2026-02', '2025-11', 1, 'Open', '31.5061443,74.268996', NULL, '2025-10-02 09:31:37', 0, 'grey', 'Number is not responding on both connections.', '2025-10-01 10:09:55'),
(1235, 16, 'Alrazaq school', 'Multan', NULL, 'Z town', 'Nadeen Sb', 'Nadeen sb', '+9203017590422', '+9203017590422', 'Middle', 260, '2026-01', '2025-11', 1, 'Habib', '30.2368534,71.4796517', NULL, '2025-10-07 12:20:29', 1, NULL, 'Need Samples', '2025-10-01 10:13:13'),
(1242, 24, 'Suffa lycum school', 'Lahore', NULL, '187 A block sabzazar freed chowk', '', '', '+9204237499694', '+9204237499694', 'High School', 250, '2026-03', '2025-11', 2, 'Open', '31.5064184,74.2690118', NULL, '2025-10-02 09:31:07', 0, NULL, NULL, '2025-10-01 10:56:52'),
(1243, 24, 'Liquat foundation school', 'Lahore', NULL, 'Marghazar', '', '', '+9203200401561', '+9203200401561', 'High School', 500, '2026-02', '2025-12', 3, 'Open', '31.5061513,74.269038', NULL, '2025-10-02 09:31:13', 0, 'grey', 'The phone was ringing, but no one picked up the call.', '2025-10-01 10:59:57'),
(1244, 24, 'Marghazaar public shool', 'Lahore', NULL, '65-E block marghazaar colony', 'Ebad ullah khan', 'Ebad ullah khan', '+9203214389667', '+9203214389667', 'High School', 350, '2026-02', '2025-11', 2, 'Open', '31.5061726,74.2690879', NULL, '2025-10-02 09:31:19', 0, 'grey', 'He said call me later.', '2025-10-01 11:03:09'),
(1245, 24, 'Education heights', 'Lahore', NULL, '5-jalal park marghazar', 'Mr naveed', 'Mr naveed', '+9203004148351', '+9203084530069', 'High School', 300, '2026-02', '2025-11', 2, 'Open', '31.5062211,74.2690278', NULL, '2025-11-11 12:01:19', 0, 'grey', 'Number is not responding on both connections.', '2025-10-01 11:09:34'),
(1246, 24, 'The rehman education system', 'Lahore', NULL, '39-farooq park, bark at chowk', '', '', '+9203334907172', '+9203009489863', 'Middle', 200, '2026-03', '2025-11', 1, 'Open', '31.506269,74.268916', NULL, '2025-10-02 09:31:30', 0, 'grey', 'Number is not responding on both connections.', '2025-10-01 11:11:33'),
(1247, 21, 'Al Abrar School', 'Pakpattan', NULL, 'pakpattan', 'Ehsan Sab', 'Miss', '+9203027250410', '+9203027250410', 'High School', 400, '2026-01', '2025-11', 1, 'Kids Book Center Pakpattan', '30.48604,73.3482383', NULL, '2025-11-15 10:34:19', 0, 'grey', 'Number is not responding on both connections.', '2025-10-01 14:04:53'),
(1248, 21, 'Blissing Home Public School', 'Pakpattan', NULL, 'pakpattan', 'Mahboob Sab', 'Mahboob Sab', '+9203071693780', '+9203071693780', 'Middle', 350, '2026-01', '2025-11', 2, 'Self', '30.4857717,73.3476767', NULL, '2025-11-18 11:46:09', 0, 'grey', 'number busy.', '2025-10-01 14:06:50'),
(1249, 21, 'The Concept Education system', 'Pakpattan', NULL, 'pakpattan', 'Fiaz Ul Hassan', 'Fiaz Ul Hassan', '+9203004646253', '+9203004646253', 'Middle', 300, '2026-01', '2025-11', 1, 'Self', '30.4859417,73.3482617', NULL, '2025-10-09 09:12:53', 1, 'orange', 'They said send us sample. no ne came to meet us.', '2025-10-01 14:08:42'),
(1250, 21, 'The Spirit Schools', 'Pakpattan', NULL, 'pakpattan', 'Ghazanfar Saeed', 'Ghazanfar Saeed', '+9203054041888', '+9203054041888', 'Middle', 350, '2025-12', '2025-11', 1, 'Self', '30.4859583,73.3481733', NULL, '2025-10-02 09:33:10', 0, 'red', 'They cut the call', '2025-10-01 14:10:13'),
(1251, 21, 'Shah Fasial Public School', 'Pakpattan', NULL, 'pakpattan', 'M Ahmad', 'M Ahmad', '+9203066977482', '+9203066977482', 'Primary', 200, '2026-01', '2025-11', 1, 'Fatima Book Center Pakpattan', '30.4852717,73.347975', NULL, '2025-10-02 09:33:01', 0, 'grey', 'not a valid number.', '2025-10-01 14:12:09'),
(1252, 15, 'unique school', 'chichawtni', NULL, 'main bzar', 'mam hina', 'mam hina', '+9203336895239', '+9203336895239', 'High School', 500, '2025-03', '2025-01', 1, 'rana book', '30.673756793845794,73.08920609566727', NULL, '2025-10-02 10:08:38', 0, 'grey', 'No one pick the call', '2025-10-01 14:54:59'),
(1253, 4, 'Paradise school', 'Lahore', NULL, 'Shahdara', 'Sir Qaisar', 'Sir Qaisar', '+9203008114243', '+9203008114243', 'High School', 1000, '2026-01', '2025-12', 1, 'Mursalin', '31.6348796,74.2830655', NULL, '2025-11-07 15:41:27', 0, 'grey', 'must visit in November.', '2025-10-02 04:24:57'),
(1254, 9, 'Junaid science school', 'Shakargarh', NULL, 'Khanowal', 'Zahid Ali sb', 'Zahid ali', '+9203007136704', '+9203007136704', 'High School', 350, '2026-02', '2025-11', 0, '', '32.244825,75.1084167', NULL, '2025-10-02 09:37:05', 0, 'grey', 'No one pick the call.', '2025-10-02 04:31:24'),
(1255, 4, 'Iqra school', 'Lahore', NULL, 'Shahdara', 'Sir Abubakar Sidique', 'Sir Abubakar Sidique', '+9203039915992', '+9203039915992', 'High School', 300, '2026-01', '2025-12', 1, 'Direct purchase', '31.634926,74.2830621', NULL, '2025-10-07 13:26:39', 0, 'orange', 'Highly Interested . In Sha Allah they adopt.', '2025-10-02 04:36:58'),
(1256, 8, 'Syeda Amna girls high school', 'Faisalabad', NULL, 'Islam nagar', 'Mrs. Maqbool', 'Mrs. Maqbool', '+920418786143', '+920418786143', 'High School', 100, '2026-03', '2025-11', 1, 'Waqas', '31.4424887,73.0850201', NULL, '2025-10-02 09:58:06', 0, 'grey', 'Not pick the call', '2025-10-02 04:38:25'),
(1257, 9, 'habib ul quran sabri school', 'Shakargarh', NULL, 'Khanowal', 'Fakhr u din', 'Fakhr u din', '+9203008645925', '+9203008645925', '-- Select --', 0, '2026-03', '2025-12', 0, '', '32.2459633,75.1068917', NULL, '2025-10-02 10:25:31', 0, 'grey', 'number s busy on another call.', '2025-10-02 04:44:24'),
(1258, 8, 'Aims international school', 'Faisalabad', NULL, 'Islam nagar', 'Sir Maqsood', 'Sir Maqsood', '+9203007615815', '+9203007615815', 'High School', 800, '2026-02', '2025-12', 1, 'Waqas', '31.4431019,73.0871497', NULL, '2025-10-30 16:27:11', 1, 'orange', 'I had a very productive conversation with the school owner. they said send the samples. we think about it .', '2025-10-02 04:58:16'),
(1259, 15, 'Ali junior school', 'sahiwal', NULL, 'mnzoor colony', 'sir awais', 'sir awais', '+9203236944311', '+9203236944311', 'Middle', 300, '2025-03', '2025-02', 1, 'irfan book', '30.644265462315612,73.10288839875362', NULL, '2025-10-02 12:56:19', 1, 'orange', 'They said send samples in February2026. then we plan.', '2025-10-02 05:08:11'),
(1260, 15, 'ATMS school', 'sahiwal', NULL, 'mnzor colony', 'sir atiq', 'sir atiq', '+923006906538', '+923006906538', 'High School', 700, '2025-03', '2025-01', 2, 'irfan book', '30.644266810836008,73.1029097959588', NULL, '2025-10-08 11:18:15', 1, 'orange', 'Highlight school Mr . Atiq is a bought vision  man. check commentry.', '2025-10-02 05:09:59'),
(1261, 9, 'Quaid public school manka', 'Shakargarh', NULL, 'Manka', 'Irfan sb', 'Irfan sb', '+9203076364946', '+9203076364946', '-- Select --', 0, '2026-02', '2025-11', 0, '', '32.2412917,75.0879617', NULL, '2025-10-02 10:24:47', 0, 'grey', 'Number is not responding on both connections.', '2025-10-02 05:14:33'),
(1262, 7, 'NEW HORIZON INSTITUTE OF SCIENCE', 'GUJRANWALA', NULL, 'PEOPLES COLONY', 'RIAZ CHOHDRI', 'SADIA AYUB', '+9203184646099', '+9203086889889', 'High School', 500, '2026-02', '2025-11', 1, 'BOOKCITY', '32.1303723,74.2099149', '2025-10-31', '2025-10-02 12:57:36', 0, 'grey', 'no one pick the call.', '2025-10-02 05:18:40'),
(1263, 9, 'Khalid public school manka', 'Shakargarh', NULL, 'Manka', 'Dr.Khalid sb', 'Dr Khalid sb', '+9203004752412', '+9203004752412', 'High School', 500, '2026-01', '2025-11', 0, '', '32.24341,75.088199', NULL, '2025-10-02 12:24:44', 0, 'grey', 'no one pick the call.', '2025-10-02 05:27:27'),
(1264, 4, 'Iqbal Model School', 'Lahore', NULL, 'Shahdara', 'Sir Khalil', 'Sir Khalil', '+9203333332625', '+9203333332625', 'High School', 1800, '2026-02', '2025-12', 1, 'Ibrahim', '31.6347674,74.2795117', NULL, '2025-10-02 12:25:42', 0, 'grey', 'no one pick the call.', '2025-10-02 05:35:08'),
(1265, 7, 'SCIENCE LOCUS SCHOOL', 'GUJRANWALA', NULL, 'PEOPLES COLONY', 'SAJID', 'NAUMAN', '+9203125450675', '+920554292229', 'High School', 3500, '2026-03', '2025-11', 10, 'BOOKCITY', '32.1307589,74.2075767', '2025-10-31', '2025-10-02 12:58:08', 0, NULL, NULL, '2025-10-02 05:37:16'),
(1266, 5, 'Nims School System RYK', 'Rahim Yar Khan', NULL, '', '', 'Nadeem Masood', '+9203006705146', '+9203006705146', '-- Select --', 0, '', '', 0, '', '28.4124586,70.3159268', NULL, '2025-11-03 11:36:08', 0, NULL, NULL, '2025-10-02 05:41:14'),
(1267, 5, 'The Guardian School', 'RYK', NULL, '', '', 'Asad ibrahim', '+9203006706869', '+9203006706869', '-- Select --', 0, '', '', 0, '', '28.4124555,70.3159269', NULL, '2025-11-01 10:43:31', 0, NULL, NULL, '2025-10-02 05:44:51'),
(1268, 28, 'Iqra real Islamic school', 'Karachi', NULL, 'Orangi', 'Sir Arshad', 'Miss Rifat', '+9203159209630', '+9203178245455', 'High School', 900, '2026-03', '2025-11', 3, '', '24.9523578,67.0045795', NULL, '2025-11-01 16:57:04', 0, NULL, NULL, '2025-10-02 05:47:09'),
(1269, 4, 'Efa school', 'Lahore', NULL, 'Shahdara', 'Mam shella', 'Mam shella', '+9203240159758', '+9203240159758', 'High School', 250, '2026-02', '2025-11', 1, 'Direct purchase', '31.6347674,74.2795117', NULL, '2025-10-02 12:25:49', 0, NULL, NULL, '2025-10-02 05:53:04'),
(1270, 8, 'Al-Misbah model high school', 'Faisalabad', NULL, 'Noorpur', 'Sir Yousaf', 'Sir Zeeshan', '+9203007695743', '+9203007695743', 'High School', 800, '2026-03', '2025-12', 1, 'Waqas', '31.4524193,73.0952082', NULL, '2025-10-02 15:05:06', 0, NULL, NULL, '2025-10-02 05:56:51'),
(1271, 9, 'Uneeque boys school', 'Shakargarh', NULL, 'Gamtala', 'M Boota sb', 'Boota sb', '+9203042546174', '+9203042546174', '-- Select --', 0, '2026-02', '2025-11', 0, '', '32.2304467,75.0722017', NULL, '2025-10-02 12:24:05', 0, NULL, NULL, '2025-10-02 06:05:07'),
(1272, 7, 'LINCOLN GRAMMAR SCHOOL', 'GUJRANWALA', NULL, 'PEOPLES COLONY', 'SLAHUDDIN SHAKIR', 'ALI TAQI', '+920524292818', '+9203328183030', 'High School', 400, '2026-01', '2025-10', 1, 'BOOKCITY', '32.1364636,74.2032276', '2025-10-20', '2025-10-02 12:58:01', 0, NULL, NULL, '2025-10-02 06:07:14'),
(1273, 28, 'Benchmark school system', 'Karachi', NULL, 'Orangi', 'Sir SM Nadeem Fatimi', 'Sir SM Nadeem Fatimi', '+9203132065599', '+9203132065599', 'High School', 300, '2026-04', '2025-12', 1, '', '24.9540079,66.9978654', NULL, '2025-11-17 13:17:24', 0, NULL, NULL, '2025-10-02 06:15:26'),
(1274, 8, 'Nawabia Rabania public school', 'Faisalabad', NULL, 'Noorpur', 'Sir Hamid', 'Sir hamid', '+9203026980297', '+9203026980297', 'Middle', 250, '2026-01', '2025-11', 1, 'Waqas', '31.4591987,73.0971765', NULL, '2025-10-02 15:04:23', 0, NULL, NULL, '2025-10-02 06:15:27'),
(1275, 7, 'ROYAL GENIUS CAMBRIDGE SCHOOL', 'GUJRANWALA', NULL, 'PEOPLES COLONY', 'Raheel sb', 'RAHEEL SB', '+9203338150938', '+9203338150938', 'High School', 1000, '2026-01', '2025-10', 2, 'BOOKCITY', '32.1372259,74.203399', '2025-10-25', '2025-10-02 12:57:43', 0, NULL, NULL, '2025-10-02 06:18:03'),
(1276, 9, 'Minahil public school', 'Shakargarh', NULL, 'Gamtala', 'Hafiz Tahir', 'Hafiz Tahir', '+9203013133520', '+9203013133520', 'High School', 250, '2026-02', '2025-11', 0, '', '32.2351183,75.075265', NULL, '2025-10-02 12:23:36', 0, NULL, NULL, '2025-10-02 06:20:54'),
(1277, 7, 'THE HOPE SCHOOL SYSTEM', 'GUJRANWALA', NULL, 'PEOPLES COLONY', 'Muhammad Husain', 'Muhammad Husain', '+9203354377553', '+9203354377553', 'High School', 300, '2026-01', '2025-11', 1, 'BOOKCITY', '32.1465849,74.2060306', '2025-10-24', '2025-10-02 12:57:49', 0, NULL, NULL, '2025-10-02 06:31:02'),
(1278, 10, 'Iqra school of knowledge sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'Irfan sab', 'Irfan sab', '+9203016546765', '+9203016546765', 'Middle', 370, '2026-02', '2025-12', 0, 'mixed', '32.0972899,72.6791397', NULL, '2025-10-02 12:40:38', 0, NULL, NULL, '2025-10-02 06:33:26'),
(1279, 4, 'The Reader school', 'Lahore', NULL, 'Shahdara', 'Sir Liaquat', 'Sir Liaquat', '+9203004401123', '+9203004401123', 'High School', 1200, '2026-01', '2025-11', 1, 'Zuba', '31.6297458,74.2723001', NULL, '2025-11-07 15:40:53', 0, NULL, NULL, '2025-10-02 06:42:30'),
(1280, 28, 'Tameer e Millat Schooling system', 'Karachi', NULL, 'Orangi', 'Trust', 'Sir Sajid', '+9203412350522', '+9203412582192', 'High School', 4000, '2026-04', '2025-11', 13, '', '24.9690472,66.9878361', NULL, '2025-11-03 11:37:47', 0, NULL, NULL, '2025-10-02 06:47:02'),
(1281, 8, 'Al-Haseeb grammar school', 'Faisalabad', NULL, 'Gokhwal', 'Miss Nazia', 'Miss Nazia', '+9203051465940', '+9203051465940', 'Middle', 400, '2026-01', '2025-12', 1, 'Waqas', '31.4796839,73.1006302', NULL, '2025-10-02 15:02:20', 0, NULL, NULL, '2025-10-02 07:30:40'),
(1282, 4, 'The Merit School', 'Lahore', NULL, 'Shahdara', 'Sir Afzal', 'Sir Afzal', '+9203218610802', '+9203218610802', 'High School', 800, '2026-01', '2025-11', 2, 'Mursalin', '31.6152474,74.2694406', NULL, '2025-10-02 15:08:49', 0, NULL, NULL, '2025-10-02 08:05:45'),
(1283, 23, 'kingsway Science High School', 'Lahore', NULL, 'Bankstop', 'Majid khan', 'Majid Khan', '+9203004561910', '+9203004562910', 'High School', 3000, '2026-02', '2025-12', 5, 'Rehmani Book shop', '31.5566705,74.3037119', NULL, '2025-10-02 15:00:59', 0, NULL, NULL, '2025-10-02 08:36:08');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(1284, 23, 'Babul ilm School', 'Lahore', NULL, 'Chungi Ammar Sidhu', 'Ali Perwaiz Sanwal', 'Ali Perwaiz Sanwal', '+9203214090046', '+9203214090046', 'Middle', 600, '2026-01', '2025-11', 1, 'Rehmani Book shop', '31.5566361,74.3037309', NULL, '2025-10-02 15:00:30', 0, NULL, NULL, '2025-10-02 08:41:45'),
(1285, 23, 'Anjum Public High School', 'Lahore', NULL, 'Kahna Nau', 'Tahir Anjum', 'Tahir Anjum', '+923244758846', '+923244758846', 'Middle', 300, '2026-03', '2026-01', 1, 'Rehmani Book shop', '31.5566395,74.3037606', NULL, '2025-10-02 15:01:14', 0, NULL, NULL, '2025-10-02 08:45:38'),
(1286, 23, 'M.Q Foundation School', 'Lahore', NULL, 'Model Town', 'Maam komal', 'Maam komal', '+9204235164051', '+9204235164051', 'Middle', 1000, '2026-03', '2025-12', 2, 'Opn Shop', '31.5566682,74.3037009', NULL, '2025-10-02 14:59:59', 0, NULL, NULL, '2025-10-02 08:51:31'),
(1287, 23, 'The Badar School System', 'Lahore', NULL, 'Chungi Ammar Sidhu', 'Maam Fozia Mudsssir', 'Maam Fozia', '+923204030644', '+923204030644', 'Primary', 230, '2026-02', '2025-12', 1, 'Rehmani Book shop', '31.5566291,74.3037626', NULL, '2025-10-02 14:59:42', 0, NULL, NULL, '2025-10-02 08:54:47'),
(1288, 24, 'Asian Pacific school', 'Lahore', NULL, '59-jinnah block awn town', '', '', '+9203224506964', '+9203224506964', 'Primary', 200, '2026-02', '2025-11', 1, 'Open', '31.5062276,74.2690228', NULL, '2025-10-02 15:06:45', 0, NULL, NULL, '2025-10-02 09:03:01'),
(1289, 24, 'Afama grammer school', 'Lahore', NULL, 'Awan town', 'Miss sunila', 'Miss sunila', '+9203214035810', '+9203214035810', 'Primary', 150, '2026-01', '2025-11', 1, 'Open', '31.5061404,74.2689835', NULL, '2025-10-02 15:06:52', 0, NULL, NULL, '2025-10-02 09:05:48'),
(1290, 24, 'Punjab English Grammer school', 'Lahore', NULL, 'Awan town', 'Muhammad ashiq', 'Muhammad ashiq', '+9203134719235', '+9203134719235', 'High School', 200, '2026-01', '2025-12', 1, 'Open', '31.506182,74.2691638', NULL, '2025-11-07 17:35:21', 0, NULL, NULL, '2025-10-02 09:08:25'),
(1291, 24, 'ZKM Grammer school', 'Lahore', NULL, 'Anwar market peco road link multan road', 'Ayesha dogar', 'Ayesha dogar', '+9203334239936', '+9203334239936', 'High School', 350, '2026-03', '2025-11', 1, 'Open', '31.5061807,74.2691574', NULL, '2025-11-11 12:01:51', 0, NULL, NULL, '2025-10-02 09:12:23'),
(1292, 24, 'Ali Grammer school system', 'Lahore', NULL, '284 ghsh-e-ahbab Multan road', 'Saliha iqbal', 'Saliha iqbal', '+9203218836252', '+9203218836252', 'Middle', 300, '2026-01', '2025-11', 1, 'Open', '31.5061744,74.2691205', NULL, '2025-10-02 15:07:12', 0, NULL, NULL, '2025-10-02 09:15:21'),
(1293, 5, 'National Garrison Science school RYK', 'RYK', NULL, '', 'M Tahir Sir', '', '+9203009671237', '+9203009671237', '-- Select --', 0, '', '', 0, '', '28.4121953,70.3086294', NULL, '2025-10-02 15:26:08', 0, NULL, NULL, '2025-10-02 10:21:28'),
(1294, 5, 'Punjab public School', 'RYK', NULL, '', '', 'Ghulam Ishaq khan', '+9203003972168', '+9203003972168', '-- Select --', 0, '', '', 0, '', '28.4121946,70.3086002', NULL, '2025-10-02 15:28:16', 0, NULL, NULL, '2025-10-02 10:24:51'),
(1295, 25, 'Wisdom high school', 'Helan', NULL, 'Phalia', 'Jamshed khan', 'Same', '+9203455861260', '+9203455861260', 'High School', 160, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4202583,73.6677517', NULL, '2025-10-03 09:46:29', 0, NULL, NULL, '2025-10-02 10:26:21'),
(1296, 5, 'New Oxford School System', 'RKY', NULL, '', '', '', '+9203020149993', '+9203020149993', '-- Select --', 0, '', '', 0, '', '28.4122231,70.3086326', NULL, '2025-10-02 15:28:54', 0, NULL, NULL, '2025-10-02 10:27:32'),
(1297, 25, 'Al urwa tul uska school', 'Helan', NULL, 'Phalia', 'Miss sobia', 'Same', '+9203446190703', '+9203446190703', 'Middle', 250, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.42261,73.66759', NULL, '2025-10-03 09:46:21', 0, NULL, NULL, '2025-10-02 10:30:40'),
(1298, 16, 'Oasis foundation', 'Multan', NULL, 'Nawa shehr', 'Mrs Yousaf', 'Mrs Yousaf', '+9203051633838', '+9203051633838', 'Primary', 400, '2025-12', '2025-11', 1, 'Lamps', '30.2369017,71.479604', NULL, '2025-10-03 09:55:07', 0, NULL, NULL, '2025-10-02 10:54:10'),
(1299, 16, 'Al Rehman', 'Multan', NULL, 'Bukahri colony', 'Ubaid Sb', 'Ubaid sb', '+9203067397354', '+9203067397354', 'Middle', 220, '2026-01', '2025-11', 1, 'Kamran', '30.2369172,71.4795934', NULL, NULL, 0, NULL, NULL, '2025-10-02 10:58:59'),
(1300, 16, 'Sun rise', 'Multan', NULL, 'Near pilot School', 'Sir Faisal', 'Sir Faisal', '+9203314512400', '+9203314512400', 'High School', 550, '2026-01', '2025-12', 1, 'Fareed', '30.236915,71.4795934', NULL, '2025-10-03 09:52:59', 0, NULL, NULL, '2025-10-02 11:01:20'),
(1301, 21, 'The Arqam School', 'Buewala', NULL, 'Gaggo', 'Mian Asif', 'Mian Asif', '+9203016575042', '+9203016575042', 'Primary', 150, '2026-02', '2025-12', 1, 'Self', '30.3507119,73.3771177', NULL, '2025-10-03 09:21:43', 0, NULL, NULL, '2025-10-02 12:38:53'),
(1302, 21, 'The New Allama School', 'Gaggo', NULL, 'Gaggo City', 'Waheed Ahmad', 'Waheed Ahmad', '+9203454939749', '+9203454939749', 'Middle', 250, '2026-02', '2025-12', 1, 'Self', '30.3507053,73.3771221', NULL, '2025-10-03 09:21:17', 0, NULL, NULL, '2025-10-02 12:42:21'),
(1303, 21, 'Star light School', 'Gaggo', NULL, 'Gaggo', 'Dr Aslam', 'Dr Aslam', '+9203066577655', '+9203066577655', 'Middle', 350, '2026-01', '2025-12', 1, 'Mahboob Book Center Gaggo', '30.3506974,73.3771332', NULL, '2025-10-03 09:21:09', 0, 'red', 'Number is not responding on both connections.', '2025-10-02 12:44:26'),
(1306, 26, 'Kids garden School', 'Sia', NULL, 'Kashmiri muhalla', 'Mr Atta Ur rehman', 'Mr Atta Ur rehman', '+9203127200495', '+9203127200495', 'Middle', 275, '2026-03', '2026-01', 1, 'New Lala book depot', '32.4952447,74.5336898', NULL, '2025-10-03 09:40:14', 0, 'grey', 'Head is not on seat.', '2025-10-02 15:40:25'),
(1307, 26, 'Star light Model high School', 'Sialkot', NULL, 'Daburji ariyan near pasrur road', 'Mr MK Munir', 'Mr MK Munir', '+9203216158235', '+9203216158235', 'High School', 350, '2026-03', '2026-01', 1, 'Ahmed book centre', '32.4952449,74.5336929', NULL, '2025-10-03 09:40:24', 0, 'grey', 'No one pick the call.', '2025-10-02 15:46:41'),
(1308, 26, 'The Basic Montessori School', 'Sialkot', NULL, 'Pasrur road', 'Mr Irfan bajwa', 'Mr Irfan bajwa', '+9203006121685', '+9203006121685', 'High School', 400, '2026-03', '2025-12', 1, 'Different dealers', '32.4952431,74.5336913', NULL, '2025-10-03 09:40:32', 1, 'red', 'very rude guy. not interested.', '2025-10-02 15:51:19'),
(1309, 26, 'Alpha public school', 'Sialkot', NULL, 'Pasrur road', 'Mr noraiz', 'Mr noraiz', '+9203047239064', '+9203047239064', 'Primary', 170, '2026-02', '2025-11', 1, 'Burhan book centre', '32.4951735,74.5338183', NULL, '2025-10-08 09:13:27', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-02 16:00:40'),
(1310, 26, 'Pak Shama public School', 'Sialkot', NULL, 'Hamza Ghous', 'Sir Umer', 'Sir Umer', '+920310819522', '+9203108719522', 'Primary', 150, '2026-02', '2025-12', 1, 'Cantt book centre', '32.4952501,74.5337997', NULL, '2025-10-03 09:40:50', 0, 'grey', 'Number is not in use.', '2025-10-02 16:11:06'),
(1311, 26, 'Seek knowledge school system', 'Sialkot', NULL, 'Kacha shahab pura', 'Mr shakeel', 'Mr shakeel', '+9203347754341', '+9203347754341', 'Middle', 200, '2026-02', '2025-12', 1, 'Cantt book centre', '32.4951817,74.533779', NULL, '2025-10-03 09:41:06', 0, 'grey', 'No one pick the call.', '2025-10-02 20:59:14'),
(1312, 26, 'St Joseph convent High School', 'Sialkot', NULL, 'Fateh Garh', '', 'Sister Ciciliya', '+9203088330935', '+9203088330935', 'High School', 560, '2026-03', '2025-12', 1, 'Cantt book centre', '32.495175,74.5337877', NULL, '2025-10-03 09:41:26', 0, 'red', 'Wrong Number.', '2025-10-02 21:06:41'),
(1313, 26, 'Pak Grammar high School', 'Sialkot', NULL, 'Fateh Garh', 'Main Khalid sahb', 'Mian Khalid sahb', '+920528150298', '+920528150298', 'High School', 450, '2026-03', '2025-12', 1, 'Cantt book centre', '32.4952414,74.5336968', NULL, '2025-10-03 09:39:59', 0, 'grey', 'no one pick the call.', '2025-10-02 21:15:27'),
(1314, 26, 'Al badar high school', 'Sialkot', NULL, 'Dara ariyan chowk fatehg garh', 'Sir Sabeen', 'Sir Sabeen', '+920334664297', '+9203346642297', 'High School', 350, '2026-03', '2026-01', 1, 'Different dealers', '32.4952135,74.5337387', NULL, '2025-10-03 09:32:30', 0, 'grey', 'Voice Issue', '2025-10-02 21:22:52'),
(1315, 26, 'Wisdom school system', 'Sialkot', NULL, 'Fateh garh', 'Madam', 'Madam', '+9203301026868', '+9203301026868', 'High School', 230, '2026-03', '2025-12', 1, 'Ahmed book centre', '32.4952447,74.5336898', NULL, '2025-10-08 14:50:08', 1, 'red', 'Madam said no one visited in school . she need samples. also have curiosity about %. I send her link.', '2025-10-02 21:30:03'),
(1316, 5, 'D D S School System RYK', 'Rahim Yar Khan', NULL, '', '', '', '+9203008670029', '+9203008670029', '-- Select --', 0, '', '', 0, '', '28.442472,70.3509259', NULL, '2025-11-03 11:35:08', 0, 'grey', 'The phone was ringing, but no one picked up the call.', '2025-10-03 03:08:39'),
(1317, 4, 'Moon star school', 'Lahore', NULL, 'Shadbagh', 'Sir Mehboob', 'Sir Mehboob', '+9204237604090', '+9204237604090', 'High School', 1500, '2026-02', '2025-12', 1, 'Hajvery book depot, direct purchase', '31.6044945,74.3361917', NULL, '2025-11-15 10:40:52', 0, 'grey', 'Voice Issue in call. call them so many times but not able to talk.', '2025-10-03 04:17:14'),
(1318, 9, 'Shining star school', 'Shakargarh', NULL, 'Rasheed pura', 'Qurat ul ain', 'Qurat ul ain', '+9203004309696', '+9203004309696', '-- Select --', 0, '2025-12', '2025-11', 0, '', '32.2629907,75.1529102', NULL, '2025-10-03 10:02:18', 0, 'grey', 'Voice Issue in call.', '2025-10-03 04:39:20'),
(1319, 15, 'universal school', 'sahiwal', NULL, 'farid town', 'sir sayed', 'sir sayed', '+9203071015195', '+9203071015195', 'Primary', 150, '2025-03', '2025-11', 1, 'irfan book', '30.67488841385102,73.07639197027163', NULL, '2025-10-08 14:23:38', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-03 04:49:26'),
(1320, 7, 'Education Vertex System', 'GUJRANWALA', NULL, 'Aemanabad', 'TAYYAB', 'TAYYAB', '+9203396006161', '+9203396006161', 'Middle', 250, '2026-01', '2025-11', 1, 'BOOKCITY', '32.0494681,74.2171882', '2025-10-31', '2025-11-01 17:29:27', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-03 05:04:50'),
(1321, 4, 'The Manners school', 'Lahore', NULL, 'Shadbagh', 'Sir Irfan', 'Sir irfan', '+9203224642506', '+9203224642506', 'High School', 150, '2026-03', '2025-12', 1, 'Hajvery book depot, direct purchase', '31.5956467,74.3517933', NULL, '2025-11-01 10:23:08', 0, 'grey', 'The phone was ringing, but no one picked up the call.', '2025-10-03 05:09:02'),
(1322, 4, 'Muhammdan school', 'Lahore', NULL, 'Kot khawaja saeed shadbagh', 'Sir Bilal', 'Sir Bilal', '+9203134750774', '+9203134750774', 'High School', 1000, '2026-02', '2025-11', 1, 'Tanvir', '31.5929467,74.3586583', NULL, '2025-11-01 10:37:23', 0, 'grey', 'Cut the call.', '2025-10-03 05:16:13'),
(1323, 25, 'The door of knowledge', 'Phalia', NULL, 'Phalia', 'Uzma amjad', 'Same', '+92923017740936', '+92923017740936', 'High School', 85, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4405298,73.5678417', NULL, '2025-10-09 10:02:47', 1, 'orange', 'She Need samples. i shared the link with Amir to Show her.', '2025-10-03 05:21:08'),
(1324, 8, 'UIG school system', 'Faisalabad', NULL, 'Kamalapur', 'Miss Sumaira', 'Miss Sumaira', '+923437744831', '+923437744831', 'High School', 750, '2026-03', '2026-01', 1, 'Waqas', '31.5313215,73.0659455', NULL, '2025-10-03 11:09:44', 1, 'orange', 'they take interest . she need samples in end of December. I shared link with her.', '2025-10-03 05:30:33'),
(1325, 4, 'City Grammar school', 'Lahore', NULL, 'Kot khawaja saeed shadbagh', 'Sir Zubair', 'Sir Zubair', '+9203214802155', '+9203214802155', 'High School', 350, '2026-01', '2025-11', 2, 'Sheikh haneef', '31.5881934,74.3627926', NULL, '2025-10-08 14:59:56', 0, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-03 05:32:04'),
(1326, 25, 'The right school', 'Phalia', NULL, 'Phalia', 'M Aslam', 'Sania aslam', '+9203405948329', '+9203487007374', 'High School', 80, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4379485,73.5706369', NULL, '2025-10-14 12:52:00', 0, 'red', 'Wrong Number', '2025-10-03 05:32:14'),
(1327, 11, 'Bright Carrier Public', 'Narowal', NULL, 'Village kanjur', 'Saleem shad', 'Saleem shad', '+9203016367011', '+9203016367011', 'High School', 1200, '2026-02', '2025-11', 0, '.', '32.14414414414414,75.01192245846032', NULL, '2025-10-15 12:57:25', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-03 05:32:33'),
(1328, 9, 'Reyan educator school', 'Shakargarh', NULL, 'Rasheed pura', 'Sir Kausar Raza', 'Kausar Raza', '+9203074742995', '+9203074742995', 'High School', 0, '2026-02', '2025-11', 0, '', '32.2622091,75.15525', NULL, '2025-10-03 10:57:29', 0, 'grey', 'not answering.', '2025-10-03 05:52:51'),
(1329, 25, 'Farabi girls school', 'Phalia', NULL, 'Phalia', 'Fokia afzal', 'Same', '+9203426668024', '+9203426668024', 'High School', 260, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4375579,73.5707589', NULL, '2025-10-03 11:02:05', 0, 'grey', 'No one pick the call.', '2025-10-03 05:54:38'),
(1330, 8, 'The radiant way school system', 'Faisalabad', NULL, 'Kamalapur', 'Miss Memoona', 'Miss Memoona', '+9203260831559', '+9203260831559', 'Middle', 150, '2026-03', '2025-12', 1, 'Waqas', '31.5170301,73.0641618', NULL, '2025-10-03 11:09:19', 0, 'grey', 'Not Answering.', '2025-10-03 06:04:00'),
(1331, 8, 'Kids care school', 'Faisalabad', NULL, 'Sargodha road', 'Miss Rahat', 'Miss Rahat', '+9203129651482', '+9203129651482', 'High School', 250, '2026-01', '2025-12', 1, 'Waqas', '31.5163008,73.0723481', NULL, '2025-10-24 17:34:32', 1, 'orange', 'Almost done order. send them samples in November', '2025-10-03 06:36:42'),
(1332, 5, 'AIMAS School System RYK', 'RYK', NULL, '', '', '', '+9203048682077', '+9203048682077', '-- Select --', 0, '', '', 0, '', '28.420037,70.3014156', NULL, '2025-11-07 15:44:29', 0, 'orange', 'call me after school time.', '2025-10-03 07:43:34'),
(1333, 5, 'National Secondary school RYK', 'RYK', NULL, '', 'Yaseen Ramay', 'Yaseen Ramay', '+9203017611707', '+9203017611707', '-- Select --', 0, '', '', 0, '', '28.4200425,70.3014266', NULL, '2025-10-03 12:51:51', 1, 'red', 'They ask me about 9,10th material.', '2025-10-03 07:47:02'),
(1334, 5, 'Superior Missali High School', 'RYK', NULL, '', 'M. Shahzad', 'M. Shahzad', '+9203033991738', '+9203033991738', '-- Select --', 0, '', '', 0, '', '28.4200421,70.3014269', NULL, '2025-10-03 12:54:06', 0, 'grey', 'No one pick the call.', '2025-10-03 07:50:23'),
(1335, 24, 'Quantor mind international high school', 'Lahore', NULL, 'Thokar naiz baig', 'Miss nighat', 'Miss nighat', '+9203077674091', '+9203077674091', 'High School', 200, '2026-02', '2025-10', 1, 'Open', '31.5366831,74.3053597', NULL, '2025-10-03 15:24:51', 0, 'grey', 'No one pick the call.', '2025-10-03 09:03:34'),
(1336, 24, 'Supreme mind school', 'Lahore', NULL, 'Chowk wali gali thokar naiz baig', '', '', '+9203054795902', '+9203204140897', 'Middle', 100, '2026-02', '2025-12', 100, 'Open', '31.5366689,74.3053608', NULL, '2025-10-03 15:24:18', 0, 'grey', 'No one pick the call.', '2025-10-03 09:07:18'),
(1337, 24, 'Royal star education school', 'Lahore', NULL, 'Thokar naiz baig', '', '', '+9203019067900', '+9203004403719', 'Primary', 150, '2026-02', '2025-11', 1, 'Open', '31.5366741,74.305356', NULL, '2025-10-03 15:24:24', 0, 'grey', 'She said i will call you back.', '2025-10-03 09:08:55'),
(1338, 24, 'Hafeez Grammer school', 'Lahore', NULL, 'Thokar naiz baig', '', '', '+9203004516927', '+9203004516927', 'Middle', 150, '2026-02', '2025-11', 1, 'Open', '31.5366811,74.3053577', NULL, '2025-11-04 16:41:31', 0, 'grey', 'Number busy.', '2025-10-03 09:10:21'),
(1339, 24, 'Bab ul ilm model school', 'Lahore', NULL, 'Asim chowk thokar naiz baig', 'Sohail ashraf', 'Sohail ashraf', '+9203003354353', '+9203003354353', 'High School', 200, '2026-02', '2025-11', 1, 'Open', '31.5366797,74.3053597', NULL, '2025-10-03 15:24:36', 0, 'grey', 'No One pick the Call.', '2025-10-03 09:12:47'),
(1340, 24, 'Bloom berg school system', 'Lahore', NULL, 'Sehar share town thokar naiz baig', 'Malik asif awan', 'Malik asif awan', '+9203086112528', '+9203034841179', 'High School', 200, '2026-01', '2025-10', 1, 'Open', '31.5366897,74.3053632', NULL, '2025-10-03 15:24:44', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience. i send him the link.', '2025-10-03 09:15:38'),
(1341, 23, 'Qazi Grammar School', 'Lahore', NULL, 'Pak Arab Society', 'Maam Humaira', 'Maam Humaira', '+9203230666066', '+9203230666066', 'High School', 2500, '2026-03', '2025-12', 4, 'Rehmani Book shop', '31.5567234,74.3037059', NULL, '2025-10-03 15:49:59', 0, 'grey', 'No Answering.', '2025-10-03 10:36:37'),
(1342, 23, 'Naeem Group of School', 'Lahore', NULL, 'Bagriyan', 'Main Awais', 'Main Awais', '+923227376338', '+923227376338', '-- Select --', 1600, '2026-02', '2025-12', 3, 'Rehmani Book shop', '31.5566849,74.3036798', NULL, '2025-10-03 15:49:36', 1, 'orange', 'Meeting done on 25th october', '2025-10-03 10:42:07'),
(1343, 23, 'Al Madina Educational School', 'Lahore', NULL, 'Greentown', 'Asif Gujjar', 'Asif Gujjar', '+923214449168', '+923214449168', 'High School', 2000, '2026-01', '2025-10', 1, 'Rehmani Book shop', '31.556638,74.3037842', NULL, '2025-10-03 15:50:36', 0, 'grey', 'Not Answering', '2025-10-03 10:47:29'),
(1344, 23, 'English Grammar School', 'Lahore', NULL, 'Wahdat Road', 'Maam Humaira Zubair', 'Ma\'amHumaira Zubair', '+9204236417771', '+9204235417771', 'Middle', 550, '2026-03', '2026-01', 1, 'Yousaf & Sons', '31.5566492,74.3037114', NULL, '2025-10-04 11:20:29', 0, 'grey', 'Not Responding', '2025-10-03 10:51:47'),
(1345, 16, 'Nighat high school', 'Multan', NULL, 'Railway road', 'Mam nighat', 'Mam nighat', '+9203007487499', '+9203007487498', 'High School', 360, '2026-01', '2025-10', 1, 'A zee', '30.2355073,71.4760643', NULL, '2025-10-11 13:28:52', 1, 'orange', '\"I had a very productive conversation with the owner. I send her the link.', '2025-10-03 12:16:39'),
(1346, 16, 'Alnoor', 'Multan', NULL, 'Railway road', 'Wahab', 'Wahab', '+9203004530838', '+9203004530838', 'Primary', 120, '', '', 1, 'Self', '30.2359843,71.4761365', NULL, '2025-10-04 13:27:32', 0, 'grey', 'No one pick the call.', '2025-10-03 12:20:52'),
(1347, 16, 'Al Haseeb', 'Multan', NULL, 'Khawaja colony', 'Altaf sb', 'Altaf sb', '+9203087339982', '+9203087339982', 'Middle', 250, '2026-01', '2025-11', 1, 'HAMZA', '30.2354577,71.4760524', NULL, '2025-10-04 11:22:44', 0, 'grey', 'No one pick the call.', '2025-10-03 12:23:19'),
(1348, 21, 'pioneer School System', 'Pakpattan', NULL, 'pakpattan', 'Ch Awais', 'Ch Awais', '+9203004322992', '+9203004322992', 'Primary', 200, '2026-01', '2025-11', 1, 'Self', '30.4860017,73.34743', NULL, '2025-10-04 10:22:22', 0, 'grey', 'Number is not responding on both connections.', '2025-10-03 13:45:45'),
(1349, 8, 'Bismillah science girls high school', 'Faisalabad', NULL, 'Bhaiwala', 'Sir Shahid', 'Sir Shahid', '+9203000070795', '+9203000070795', 'High School', 1100, '2026-03', '2026-02', 2, 'Waqas', '31.4672272,73.1341431', NULL, '2025-10-04 11:16:50', 0, 'grey', 'Number is not responding on both connections.', '2025-10-04 04:36:42'),
(1350, 4, 'Elevated school', 'Lahore', NULL, 'Shahdara Rana town', 'Sir khuram', 'Sir khuram', '+9203004296500', '+9203004296500', 'High School', 500, '2026-01', '2025-12', 1, 'Ibrahim', '31.6727133,74.27485', NULL, '2025-10-04 10:24:30', 0, 'grey', 'On another call', '2025-10-04 04:42:41'),
(1351, 4, 'Pakistan model school', 'Lahore', NULL, 'Rana town shahdara', 'Syed Abid Hussain Bukhari', 'Syed Abid Hussain Bukhari', '+9203328485862', '+9203328485862', 'High School', 1000, '2026-01', '2025-12', 1, 'Ibrahim', '31.6806972,74.271061', NULL, '2025-10-04 10:24:37', 0, 'grey', 'No one pick the call.', '2025-10-04 05:19:48'),
(1352, 11, 'Ahsan public school', 'Zafarwal', NULL, 'Sankhatr', 'Ali sub', 'Ali sub', '+9203154502194', '+9203154502194', 'High School', 1200, '2026-02', '2025-12', 0, '.', '32.234234234234236,74.91579456469219', NULL, '2025-10-11 13:36:59', 0, 'orange', 'Ali Raza gives number in 2nd visit', '2025-10-04 05:30:46'),
(1353, 4, 'Alhadi school', 'Lahore', NULL, 'Rana town shahdara', 'Sir Fazal', 'Sir Fazal', '+9203064535303', '+9203064535303', 'High School', 1200, '2026-01', '2025-11', 7, 'Direct purchase', '31.685786,74.2757706', NULL, '2025-10-04 12:02:34', 0, 'grey', 'No one pick the Call.', '2025-10-04 05:45:17'),
(1354, 4, 'Apex school', 'Lahore', NULL, 'Rana town shahdara', 'Sir Irfan', 'Sir Irfan', '+9203110840118', '+9203110840118', 'High School', 700, '2026-01', '2025-11', 1, 'Direct purchase', '31.6880074,74.2897605', NULL, '2025-10-04 12:02:23', 0, 'grey', 'Not Answering', '2025-10-04 06:00:23'),
(1355, 10, 'suffah savier school murdabad sargodha', 'sargodha', NULL, 'muradabad colony sargodha', 'masood sab', 'masood sab', '+9203006011480', '+9203006011480', 'High School', 300, '2026-03', '2025-12', 0, 'ehsan book depot sargodha', '32.0658905,72.6979428', NULL, '2025-11-15 10:53:01', 0, 'grey', 'Number is off', '2025-10-04 06:02:33'),
(1356, 11, 'Ideal Public School', 'Zafarwal', NULL, 'Dhamthal', 'Abdul Aziz', 'Abdul Aziz', '+9203446388786', '+9203446388786', 'Middle', 180, '2026-01', '2025-11', 0, '.', '32.27027027027027,74.90291335156428', NULL, '2025-10-04 11:44:31', 0, 'grey', 'Number is off', '2025-10-04 06:10:36'),
(1357, 28, 'Shaheen Public secondary school', 'Karachi', NULL, 'Orangi', 'Tariq', 'Shafqat', '+9203453079384', '+9203132000463', 'High School', 700, '2026-04', '2025-12', 1, '', '24.9606655,66.9916893', NULL, '2025-10-21 11:08:27', 1, 'orange', 'Mr.Tariq said i discuss with my teachers then inform you. call me on Monday.', '2025-10-04 06:14:25'),
(1358, 15, 'allied school', 'sahiwal', NULL, 'bhuttu nagar', 'sir', 'sir', '+9203066906904', '+9203066906904', 'Primary', 200, '2025-03', '2025-01', 2, 'irfan', '30.66743423472056,73.13109673676809', NULL, '2025-10-04 12:08:11', 0, 'grey', 'No one pick the call.', '2025-10-04 06:31:03'),
(1359, 15, 'kawish public school', 'sahiwak', NULL, '94 6r', 'sir kawish', 'sir kawish', '+923006924194', '+923006924194', 'Middle', 500, '2025-02', '2025-12', 2, 'irfan', '30.66746856299765,73.13111941799426', NULL, '2025-10-04 12:08:04', 0, 'grey', 'No one pick the call.', '2025-10-04 06:32:28'),
(1360, 15, 'super ideal school', 'sahiwal', NULL, '93 6r', 'mam asima', 'mam asima', '+9203035639491', '+9203035639491', 'Primary', 300, '2025-03', '2025-01', 1, 'irfan', '30.66746856299765,73.13111941799426', NULL, '2025-10-04 12:07:56', 0, 'grey', 'No one pick the call.', '2025-10-04 06:34:41'),
(1361, 8, 'The rise school', 'Faisalabad', NULL, 'Bhaiwala', 'Sir Shehzad', 'Sir Shehzad', '+9203327496400', '+9203327496400', 'High School', 200, '2026-03', '2025-12', 1, 'Waqas', '31.4693937,73.1302327', NULL, '2025-10-04 12:06:35', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-04 06:34:50'),
(1362, 4, 'Acc kids campus', 'Lahore', NULL, 'Shahdara', 'Sir rauf', 'Sir rauf', '+9203004234623', '+9203004234623', 'High School', 200, '2026-01', '2026-01', 1, 'Mursalin', '31.6256318,74.3026278', NULL, '2025-10-11 14:26:32', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-04 06:35:31'),
(1363, 28, 'Iqra Madinatul Islam Academy', 'Karachi', NULL, 'Orangi', 'Hafiz Muhammad Ashraf', 'Ashraf', '+9203333003829', '+9203333003829', 'High School', 500, '2026-03', '2025-12', 1, '', '24.9587325,66.9978867', NULL, '2025-10-15 11:11:49', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-04 06:46:13'),
(1364, 28, 'Ghazala Public secondary school', 'Karachi', NULL, 'Orangi', 'Sir Islam', 'Muneeb', '+9203012941693', '+9203012941693', 'High School', 500, '2026-04', '2025-12', 1, '', '24.9591402,66.9990906', NULL, '2025-10-04 12:04:00', 0, NULL, NULL, '2025-10-04 06:57:24'),
(1365, 11, 'haidery Foundation School', 'Zafarwal', NULL, 'Village Feroz pur', 'Asad', 'Asad', '+9203346565786', '+9203346565786', 'High School', 350, '2026-01', '2025-11', 0, '.', '32.306306306306304,74.84741559132247', NULL, '2025-10-04 13:22:38', 0, 'grey', 'No One pick the call.', '2025-10-04 06:59:07'),
(1366, 11, 'Pak Scholars Public School', 'Zafarwal', NULL, 'Froza pur', 'Khumar sub', 'Khumar', '+9203066255053', '+9203066155053', 'High School', 450, '2026-02', '2025-12', 0, '.', '32.306306306306304,74.84741559132247', NULL, '2025-10-04 13:22:06', 0, 'grey', 'Number is not responding on both connections.', '2025-10-04 07:13:00'),
(1367, 15, 'new vision school', 'sahiwal', NULL, '91 6R', 'sir islam', 'sir islam', '+9203006912391', '+9203006912391', 'Middle', 300, '2025-03', '2025-12', 1, 'irfan book', '30.667441827104998,73.1311031629207', NULL, '2025-10-04 13:28:37', 0, 'grey', 'No One pick the call.', '2025-10-04 08:09:03'),
(1368, 8, 'Ghazali educational complex', 'Faisalabad', NULL, 'Gatti', 'Sir Mazhar', 'Sir Mazhar', '+923338963551', '+923338963551', 'High School', 900, '2026-01', '2025-11', 2, 'Waqas', '31.4751555,73.1376245', NULL, '2025-10-07 15:14:17', 0, 'grey', 'No One pick the call.', '2025-10-04 08:09:33'),
(1369, 15, 'open sky school', 'sahiwal', NULL, '90 6R', 'sir', 'sir', '+923216903491', '+923216903491', 'Middle', 400, '2025-03', '2025-01', 1, 'irfan book', '30.673763770837873,73.08921563746196', NULL, '2025-10-04 13:28:31', 0, 'grey', 'Not answering.', '2025-10-04 08:10:37'),
(1370, 16, 'Scholars inn', 'Multan', NULL, 'Farukh Town', 'Abdul hameed', 'Mam javaria', '+9203006376202', '+9203015770685', 'Middle', 450, '2026-01', '2025-11', 2, 'Kangaroo', '30.2369136,71.4795864', NULL, '2025-10-06 10:54:19', 0, 'grey', 'Not answering.', '2025-10-04 09:44:20'),
(1371, 16, 'Star in school', 'Multan', NULL, 'Shah Town', 'M Bilal', 'M bilal', '+9203087179438', '+9203087179438', 'Primary', 200, '2026-02', '2025-12', 1, 'Self', '30.2368834,71.4796307', NULL, '2025-10-04 15:23:09', 0, NULL, NULL, '2025-10-04 09:47:42'),
(1372, 16, 'Jinaah science', 'Multan', NULL, 'Ashraf Abad', 'Imran', 'Imran', '+9203003269090', '+9203003269090', 'Middle', 180, '2026-01', '2025-12', 1, 'Open', '30.2369175,71.4795915', NULL, '2025-10-04 15:22:32', 0, NULL, NULL, '2025-10-04 09:51:15'),
(1373, 16, 'Al Rehman', 'Multan', NULL, 'Ashraf Abad', 'Mrs sehrish', 'Mrs sehrish', '+9203047985017', '+9203047985017', 'Middle', 250, '2026-01', '2025-11', 1, '', '30.2369169,71.4795905', NULL, '2025-10-04 15:21:35', 0, 'grey', 'Not answering.', '2025-10-04 09:55:14'),
(1374, 16, 'City honors', 'Multan', NULL, 'Piran gaib road', 'Miss vaniza', 'Miss vaniza', '+9203286621084', '+9203286621084', 'High School', 300, '2026-01', '2026-01', 1, '', '30.2369114,71.47959', NULL, '2025-10-04 15:19:29', 0, 'orange', 'They inform us on Monday 13 October.', '2025-10-04 10:00:09'),
(1375, 4, 'Gls school', 'Lahore', NULL, 'Shahdara', 'Sir Naveed', 'Sir  Naveed', '+9203004008117', '+9203004008117', 'High School', 200, '2026-01', '2025-11', 1, 'Direct purchase', '31.6013733,74.3345231', NULL, '2025-10-04 15:15:36', 0, 'grey', 'No Answer.', '2025-10-04 10:06:38'),
(1376, 5, 'The Brookfield School', 'Rahim Yar Khan', NULL, '', 'Qasim ali', 'Qasim ali', '+9203009673377', '+9203009673377', '-- Select --', 0, '', '', 0, '', '28.4200506,70.3014257', NULL, '2025-10-06 10:03:19', 1, 'orange', 'Strongly Interested.', '2025-10-04 11:12:26'),
(1377, 5, 'JTN School System RYK', 'Rahim Yar Khan', NULL, '', '', '', '+9203006731367', '+9203006731367', '-- Select --', 0, '', '', 0, '', '28.4200922,70.3014778', NULL, '2025-10-09 09:30:11', 1, 'grey', 'No One pick the call.', '2025-10-04 11:19:29'),
(1378, 5, 'Al Muslim High School', '', NULL, '', '', '', '+9203009671024', '+9203009671024', '-- Select --', 0, '', '', 0, '', '28.4200922,70.3014778', NULL, '2025-10-06 09:59:32', 1, 'grey', 'Head Said i am out of school. call me again.', '2025-10-04 11:21:20'),
(1379, 5, 'Islamic Grammar School RYK', 'RYK', NULL, '', '', '', '+9203028670268', '+9203028670268', '-- Select --', 0, '', '', 0, '', '28.4200466,70.3014196', NULL, '2025-10-09 09:29:38', 1, 'orange', 'They tell us after meeting with their staff.', '2025-10-04 11:25:31'),
(1380, 26, 'Happy Dale School (HDS)', 'Sialkot', NULL, 'Hanji pura', 'Mr Adnan Ali Hashmi', 'Mr Adnan Ali Hashmi', '+9203006839619', '+9203006839619', 'High School', 300, '2026-03', '2026-01', 1, 'Ashraf book centre', '33.3935453,73.2277287', NULL, '2025-10-06 10:50:23', 1, 'grey', 'No one pick the call.', '2025-10-05 19:24:03'),
(1381, 26, 'Allama Iqbal School System', 'Sialkot', NULL, 'Aimnaabad', 'Mr Adv Abid Sahb', 'Mr Adv Abid Sahb', '+9203136112876', '+9203136112876', 'High School', 550, '2026-03', '2025-12', 2, 'Sultan book shop', '33.392995,73.22898', NULL, '2025-10-06 10:49:36', 1, NULL, 'Number is not responding on both connections.', '2025-10-05 19:28:18'),
(1382, 26, 'Paramount School System', 'Sialkot', NULL, 'Rangpura pull aik road', 'Sir Shahid', 'Sir Shahid', '+9203055851983', '+9203055851983', 'High School', 250, '2026-02', '2025-12', 1, 'Ashraf book centre', '33.254815,73.3050833', NULL, '2025-10-06 10:46:33', 1, 'grey', 'Number is not responding on both connections.', '2025-10-05 19:47:42'),
(1383, 26, 'Elementary Pilot high School', 'Sialkot', NULL, 'Rangpura', 'Mr Azeem And Mr Naeem', 'Mr Azeem And Mr Naeem', '+9203227410702', '+9203227410702', 'High School', 500, '2026-03', '2025-11', 1, 'Ashraf book centre', '33.0654317,73.4598767', NULL, '2025-10-06 10:45:05', 1, 'grey', 'Number is not responding on both connections.', '2025-10-05 20:12:32'),
(1384, 26, 'Rills School', 'Sialkot', NULL, 'Model town', 'Madam', 'Madm', '+9203308722220', '+9203308722220', 'Middle', 150, '2026-02', '2025-12', 1, 'Different dealers', '33.0327294,73.5731353', NULL, '2025-10-06 10:42:00', 1, 'red', 'Head said Its a chain school. Kindly contact to head office Lahore or kamonki', '2025-10-05 20:25:03'),
(1385, 26, 'The Wise School', 'Sialkot', NULL, 'Iqbal town near defence road', 'Mr Zeeshan', 'Mr Zeeshan', '+9203228121396', '+9203228121396', 'High School', 650, '2026-02', '2025-11', 2, 'Ashraf book centre', '33.0232433,73.6159733', NULL, '2025-10-13 10:17:11', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples in mid of december.', '2025-10-05 20:29:27'),
(1386, 26, 'Learning Zone Head office', 'Sialkot', NULL, 'Iqbal town near defence road', 'Sir Abdul Shakoor sahb', 'Sir Abdul Shakoor sahb', '+9203036635311', '+9203036635311', 'High School', 3000, '2026-02', '2025-07', 8, 'Direct purchase', '32.9150733,73.7238083', NULL, '2025-10-06 10:44:26', 1, 'red', 'Asst. said come in June 2026', '2025-10-05 20:47:48'),
(1387, 8, 'Kids valley school', 'Faisalabad', NULL, 'Madina town', 'Mrs. Ghulam sarwar', 'Mrs. Ghulam sarwar', '+9203217474044', '+9203217474044', 'High School', 650, '2026-03', '2025-12', 1, 'Waqas', '31.4274317,73.1207006', NULL, '2025-10-06 10:52:22', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-06 05:42:38'),
(1388, 10, 'rasheed public school silanwali', 'silanwali', NULL, 'tariqabad', 'ehsan sab', 'maria', '+9203427473572', '+9203448636627', 'Middle', 600, '2026-02', '2025-12', 2, 'friends book depot silanwali', '31.8251273,72.5435581', NULL, '2025-11-03 11:46:18', 1, 'orange', 'Owner need the samples.', '2025-10-06 06:02:32'),
(1389, 15, 'happy home school', 'sahiwal', NULL, 'zfar ali stadium', 'sir haseeb', 'sir haseeb', '+92923216907529', '+92923216907529', 'Middle', 250, '2025-02', '2025-12', 1, 'irfan book', '30.66045682595208,73.10097738184362', NULL, '2025-10-06 15:33:02', 1, 'grey', 'Connection issue.', '2025-10-06 06:08:36'),
(1390, 28, 'The Occident School', 'Karachi', NULL, 'Orangi', 'Shahzad', 'Mam Shahnaz', '+9203242995443', '+9203242995443', 'High School', 800, '2026-03', '2025-11', 1, '', '24.9404837,66.9938977', NULL, '2025-10-06 13:30:47', 1, 'grey', 'Number powered off.', '2025-10-06 06:08:44'),
(1391, 8, 'The lahore lyceum', 'Faisalabad', NULL, 'Madina town', 'Sir Salman', 'Sir Salman', '+9203092221300', '+9203092221300', 'High School', 200, '2026-02', '2025-12', 1, 'Waqas', '31.4286164,73.1240805', NULL, '2025-11-17 12:45:44', 1, 'grey', 'Not answering.', '2025-10-06 06:11:27'),
(1392, 15, 'oxford school', 'sahiwal', NULL, 'main terminal', 'sir arslan', 'sir arslan', '+923032100343', '+923032100343', 'High School', 300, '2025-03', '2025-01', 1, 'irfan book', '30.64852799630734,73.10032392516383', NULL, '2025-10-13 11:03:24', 1, 'orange', 'owner said kindly send your marketer again. with samples.', '2025-10-06 06:23:58'),
(1393, 28, 'ND Grammar School', 'Karachi', NULL, 'Orangi', 'Miss Fouzia', 'Miss Fouzia', '+9203142101780', '+9203142101780', 'High School', 300, '2026-04', '2025-12', 1, '', '24.9373345,66.9924678', NULL, '2025-10-30 16:23:56', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-06 06:27:17'),
(1394, 4, 'Oxford English school', 'Lahore', NULL, 'Shadbagh china scheme', 'Mam Saira Asim', 'Mam Saira Asim', '+9203004690728', '+9203004690728', 'High School', 800, '2026-03', '2025-12', 2, 'Direct purchase', '31.596867,74.3493981', NULL, '2025-10-06 13:17:00', 1, 'grey', 'No one pick the call.', '2025-10-06 06:46:19'),
(1395, 28, 'Pioneer Grammar School', 'Karachi', NULL, 'Orangi', 'Sir Ansar', 'Sir Ansar', '+9203122748897', '+9203122748897', 'High School', 1000, '2026-04', '2025-12', 1, '', '24.9356782,66.995103', NULL, '2025-10-13 09:49:30', 1, 'orange', 'Irfan Alam again visit on Friday.17th October.', '2025-10-06 06:48:22'),
(1396, 28, 'B.M Grammar School', 'Karachi', NULL, 'Orangi', 'Shakeel', 'Shakeel', '+9203122680757', '+9203122680757', 'High School', 500, '2026-04', '2025-12', 2, '', '24.9356782,66.995103', NULL, '2025-10-29 13:20:49', 1, 'grey', 'No one pick the call.', '2025-10-06 06:52:23'),
(1397, 8, 'Telecom foundation', 'Faisalabad', NULL, 'Madina town', 'Miss Maria', 'Miss Maria', '+9203328183095', '+9203328183095', 'Primary', 150, '2026-03', '2026-02', 1, 'Waqas', '31.418699,73.1233515', NULL, '2025-10-06 14:27:21', 1, 'grey', 'No one pick the call.', '2025-10-06 07:00:09'),
(1398, 10, 'bright way school silanwali', 'silanwali', NULL, 'Islam nagar school silanwali', 'saleem sab', 'saleem sab', '+9203006337936', '+9203006337936', 'Primary', 130, '2026-03', '2025-12', 0, 'asghar book depot silanwali', '31.8212537,72.5425209', NULL, '2025-10-06 13:34:39', 1, 'grey', NULL, '2025-10-06 07:04:11'),
(1399, 28, 'Le Rosery Grammar School', 'Karachi', NULL, 'Orangi', 'Sir Faheem', 'Mrs Faheem', '+9203112752700', '+9203112752700', 'High School', 800, '2026-03', '2025-12', 2, '', '24.933983,66.9976887', NULL, '2025-10-06 13:23:43', 1, 'orange', 'He requested samples at the earliest convenience.', '2025-10-06 07:07:59'),
(1400, 10, 'quaid e azam school silanwali', 'silanwali', NULL, 'Islam nagar school silanwali', 'mushtaq sab', 'mushtaq sab', '+9203008709296', '+9203008709296', 'Middle', 260, '2026-02', '2025-12', 1, 'asghar book depot silanwali', '31.8212485,72.5432387', NULL, '2025-10-06 13:34:06', 1, 'grey', 'No one pick the call.', '2025-10-06 07:25:00'),
(1401, 10, 'comprehensive school silanwali', 'silanwali', NULL, 'garden town silanwali', 'noreen', 'noreen', '+9203445919312', '+9203445919312', 'High School', 600, '2026-01', '2025-01', 1, 'friends book depot silanwali', '31.8151417,72.54952', NULL, '2025-11-03 11:46:03', 1, 'grey', 'No one pick the call.', '2025-10-06 08:00:03'),
(1402, 26, 'Go Ahead School', 'Sialkot', NULL, 'Cantt', 'Mian Ajmal sahb', 'Mian Ajmal sahb', '+9203006138226', '+9203006138226', 'High School', 2500, '2026-03', '2025-11', 4, 'Cantt book centre', '32.5109501,74.553867', NULL, '2025-11-11 12:21:04', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-06 08:18:51'),
(1403, 4, 'Glorious school system', 'Lahore', NULL, 'Baghbanpura', 'Mam kishwer', 'Mam kishwer', '+9203254161827', '+9203254161827', 'High School', 400, '2026-01', '2025-11', 1, 'Direct purchase', '31.5779835,74.3697169', NULL, '2025-10-06 15:30:56', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-06 08:28:54'),
(1404, 16, 'Bright ways', 'Multan', NULL, 'Arslan town', 'Mohsin sb', 'Mohsin sb', '+9203004413554', '+9203004413554', 'High School', 800, '2026-01', '2025-11', 3, 'Different', '30.2369068,71.4795978', NULL, '2025-10-06 14:34:43', 1, 'grey', 'Head said call me later.', '2025-10-06 08:57:00'),
(1405, 16, 'Millat public school', 'Multan', NULL, 'High Court', 'Dr maaz', 'Dr maaz', '+9203336841013', '+9203336841013', 'High School', 700, '2026-01', '2025-11', 3, '', '30.2368839,71.4796189', NULL, '2025-10-06 14:33:22', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-06 09:01:03'),
(1406, 16, 'Al Ahmad High School', 'Multan', NULL, 'Waliyat Abad number 1', 'Mam Farah', 'Mam Farah', '+9203007005059', '+9203007005059', 'High School', 500, '2026-01', '2025-10', 2, '', '30.2369169,71.4795901', NULL, '2025-10-06 14:32:35', 1, 'red', 'They cut the call. rudely.', '2025-10-06 09:06:49'),
(1407, 16, 'Oxford school', 'Multan', NULL, 'Waliyat Abad number 1', 'Mam Ayesha', 'Mam Ayesha', '+9203004602597', '+9203004602597', 'Primary', 140, '2026-01', '2025-11', 1, '', '30.2369101,71.4795939', NULL, '2025-10-06 14:35:03', 1, 'grey', 'No one pick the call.', '2025-10-06 09:11:07'),
(1408, 16, 'Royal Cambridge', 'Multan', NULL, 'Waliyat Abad number Â²', 'Ahmad Nadeem', 'Ahmed Nadeem', '+9203000828111', '+9203000828111', 'Middle', 800, '2026-01', '2025-11', 3, '', '30.2369141,71.4795857', NULL, '2025-10-06 14:31:54', 1, 'grey', 'Send them link. Not Pick the call.', '2025-10-06 09:14:08'),
(1409, 5, 'ABC Learning School RYK', 'Rahim Yar Khan', NULL, '', '', '', '+9203009678877', '+9203009678877', '-- Select --', 0, '', '', 0, '', '28.4205512,70.3006932', NULL, '2025-11-04 17:13:16', 1, 'grey', 'Mam said i will call you back.', '2025-10-06 12:34:45'),
(1410, 5, 'The Orion School System RYK', 'Rahim Yar Khan', NULL, '', '', '', '+9203018679192', '+9203018679192', '-- Select --', 0, '', '', 0, '', '28.4205795,70.3006467', NULL, '2025-11-04 17:10:46', 1, 'grey', 'Sir Said I am Taking Lecture. Call me later.', '2025-10-06 12:37:25'),
(1411, 5, 'ALPHA Grammar School', 'Rahim Yar Khan', NULL, '', '', '', '+92030425120000', '+92030425120000', '-- Select --', 0, '', '', 0, '', '28.4205795,70.3006467', NULL, '2025-10-14 11:23:51', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-06 12:41:23'),
(1412, 5, 'The Grace public School', 'Rahim Yar Khan', NULL, '', '', '', '+9203007318919', '+9203007318919', '-- Select --', 0, '', '', 0, '', '28.4202953,70.3009762', NULL, '2025-10-07 12:55:42', 1, 'orange', 'intrested.', '2025-10-06 12:43:36'),
(1413, 24, 'Al asar public school', 'Lahore', NULL, 'Yateem Khan multan road', '', '', '+9203017857260', '+9203017857260', 'High School', 250, '2026-02', '2025-11', 3, 'Open', '31.5061831,74.2691797', NULL, '2025-10-07 09:36:53', 1, 'grey', 'number is not valid', '2025-10-06 16:07:17'),
(1414, 24, 'Umer school system', 'Lahore', NULL, 'Multan road', 'Zulifqar sb', 'Zulifqar sb', '+9203349722488', '+9203349722488', 'High School', 200, '2026-01', '2025-12', 1, 'Open', '31.5071919,74.2687337', NULL, '2025-11-15 10:31:19', 1, 'grey', 'Not Pick the call.', '2025-10-06 16:09:07'),
(1415, 24, 'Seek knowledge school', 'Lahore', NULL, 'Multan road', 'Shoaib sb', '', '+9203218827288', '+9203218827288', 'High School', 250, '2026-02', '2025-11', 1, 'Open', '31.5061959,74.269159', NULL, '2025-10-07 09:37:00', 1, 'red', 'we not want to change wide bridge and oxford.', '2025-10-06 16:11:52'),
(1416, 24, 'Fahad high school', 'Lahore', NULL, 'Multan road', '', '', '+9203134999248', '+9203134999248', 'High School', 200, '2026-01', '2025-11', 1, 'Open', '31.5061848,74.2691725', NULL, '2025-10-07 09:36:46', 1, 'grey', 'No one pick the call.', '2025-10-06 16:13:40'),
(1417, 24, 'Rakan Grammer school', 'Lahore', NULL, 'Huma block allama iqbal town', '', '', '+9203234543768', '+9203324543768', 'High School', 350, '2026-02', '2025-12', 3, 'Open', '31.5061873,74.2691714', NULL, '2025-10-27 12:52:36', 1, 'green', 'its a member School. urgent need training on 24th October.', '2025-10-06 16:16:06'),
(1418, 24, 'The royal education system', 'Lahore', NULL, 'Hunza block allama iqbal town', 'Salman ali', 'Salman ali', '+9203214863805', '+9203258536630', 'High School', 200, '2026-02', '2025-11', 1, 'Open', '31.506182,74.269166', NULL, '2025-10-07 09:36:17', 1, 'grey', 'no one pick the call.', '2025-10-06 16:18:42'),
(1419, 24, 'Johar lycum school', 'Lahore', NULL, 'Sodiwall multan road lahore', 'Syed shazma faran', 'Syed shazma faran', '+9203234543009', '+9203234543009', 'High School', 250, '2026-02', '2025-12', 2, 'Open', '31.506182,74.269166', NULL, '2025-10-24 11:36:18', 1, 'grey', 'not answering.', '2025-10-06 16:23:10'),
(1420, 24, 'Native school system', 'Lahore', NULL, 'Allama iqbal town', '', '', '+9204237583635', '+9204237583635', 'High School', 250, '2026-02', '2026-02', 3, 'Open', '31.5061811,74.2691669', NULL, '2025-10-07 09:36:36', 1, 'grey', 'its a chain school .', '2025-10-06 16:32:20'),
(1421, 23, 'Wisdom House School', 'Sheikhupura', NULL, 'Studium Road', 'Maam Afsheen', 'Maam Afsheen', '+9203264507019', '+9203264507019', 'Middle', 500, '2026-03', '2026-01', 1, 'Muzafar Book shop', '31.3803615,74.3670963', NULL, '2025-10-07 10:46:39', 1, 'red', 'Wrong Number', '2025-10-06 16:47:44'),
(1422, 23, 'Horizon High School System', 'Sheikhupura', NULL, 'khari Road Near stadium', 'Asghar Alive Bhatti', 'Asghar Ali Bhatti', '+9203217990711', '+9203217990711', 'High School', 1200, '2026-02', '2025-12', 1, 'Muzafar Book shop', '31.3803613,74.3670983', NULL, '2025-10-07 10:46:27', 1, 'orange', 'owner said will talk to you tomorrow on15th October', '2025-10-06 16:52:11'),
(1423, 23, 'Axis School', 'Sheikhupura', NULL, 'Faroqabad Phatakk', 'Hafeez', 'Hafeez', '+9203334789954', '+9203334789954', 'High School', 2500, '2026-02', '2025-12', 5, 'Muzafar Book shop', '31.3803586,74.3670945', NULL, '2025-10-07 10:40:55', 1, 'orange', '03334789953 Interested  need Demo.', '2025-10-06 16:57:01'),
(1424, 23, 'innovative School', 'Sheikhupura', NULL, 'shami Road', 'Rizwan Saab', 'Maam', '+9203328875758', '+9203328875758', 'High School', 500, '2026-02', '2025-12', 1, 'Muzafar Book shop', '31.3803586,74.3670981', NULL, '2025-10-07 10:46:53', 1, 'grey', 'i send them link', '2025-10-06 17:02:45'),
(1425, 23, 'Imperial Public School', 'Lahore', NULL, 'Kahna Nau', 'Waqas', 'waqas', '+9203424545611', '+9203424545611', 'Middle', 300, '2026-02', '2025-12', 1, 'Rehmani Book shop', '31.3803613,74.3670942', NULL, '2025-10-07 10:37:00', 1, 'grey', 'not Answering', '2025-10-06 17:08:55'),
(1426, 23, 'The Punjab Public School', 'Lahore', NULL, 'Kahna Nau', 'Muhammad Saleem', 'Muhammad Saleem', '+9203238826100', '+9203238826100', 'High School', 500, '2026-02', '2025-12', 1, 'Rehmani Book shop', '31.3803586,74.3670981', NULL, '2025-10-07 10:36:23', 1, 'orange', 'Interested. need Demo session on 25th October.', '2025-10-06 17:12:19'),
(1427, 4, 'Darun noor', 'Lahore', NULL, 'Badami bagh', 'Sir', 'Sir', '+9203349716415', '+9203349716415', 'High School', 100, '2026-01', '2025-12', 1, 'Nazim', '31.6012484,74.3253588', NULL, '2025-11-15 10:41:24', 0, NULL, NULL, '2025-10-07 04:18:32'),
(1428, 4, 'Wits model school', 'Lahore', NULL, 'Badami bagh', 'Sir Adnan', 'Sir Adnan', '+9203234627627', '+9203234627627', 'High School', 300, '2026-01', '2025-11', 1, 'Hajvery book depot, direct purchase', '31.6072239,74.3295408', NULL, '2025-11-01 16:26:10', 0, NULL, NULL, '2025-10-07 04:34:23'),
(1429, 9, 'Khorsheed memorial school', 'Shakargarh', NULL, 'Jajwana', 'Rashid Ahmed', 'Rashid Ahmed', '+9203007763418', '+9203007763418', 'High School', 550, '2026-03', '2025-12', 0, '', '32.292255,75.1463083', NULL, '2025-10-07 10:02:33', 0, NULL, NULL, '2025-10-07 04:36:10'),
(1430, 9, 'Ali surosh public school', 'Shakargarh', NULL, 'Jajwana', 'Prof Arif sb', 'Arif sb', '+9203426167179', '+9203426167179', '-- Select --', 0, '2026-03', '2025-11', 0, '', '32.29631,75.1458133', NULL, '2025-10-07 11:56:53', 0, NULL, NULL, '2025-10-07 05:13:02'),
(1431, 25, 'The topper education school system', 'Maken', NULL, 'Phalia', 'Mam sameena', 'Same', '+9203353954474', '+9203353954474', 'Middle', 70, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.478537,73.5675317', NULL, '2025-10-07 10:34:26', 0, NULL, NULL, '2025-10-07 05:14:56'),
(1432, 16, 'Sidra', 'Multan', NULL, 'Masom Shah road', 'Aniyat Ali', 'Aniyat ali', '+920614550998', '+920614550998', 'High School', 600, '2025-12', '2025-10', 2, 'M K G', '30.2026641,71.4958965', NULL, '2025-10-07 11:07:40', 0, NULL, NULL, '2025-10-07 05:27:48'),
(1433, 16, 'Zavia school system', 'Multan', NULL, 'Gulgasht', 'Mam rubab', 'Mam rubab', '+920616217887', '+920616218778', 'High School', 1000, '2026-01', '2025-11', 3, '', '30.2025781,71.4958915', NULL, '2025-10-07 11:06:58', 0, NULL, NULL, '2025-10-07 05:32:00'),
(1434, 25, 'Shifa model school', 'Make', NULL, 'Phalia', 'Abdur rehman shakir', 'Same', '+9203455940936', '+9203455940936', 'Middle', 230, '2026-02', '2025-12', 1, 'Jinnah book phalia', '32.4780288,73.5737651', NULL, '2025-10-07 12:21:34', 0, NULL, NULL, '2025-10-07 05:35:46'),
(1435, 9, 'Awami public school', 'Shakargarh', NULL, 'Pindi Saniyan', 'Habib ur Rehman', 'Habib ur Rehman', '+9203076198348', '+9203076198348', '-- Select --', 0, '2026-02', '2025-11', 0, '', '32.3039,75.1623983', NULL, '2025-10-07 11:11:52', 0, NULL, NULL, '2025-10-07 05:41:54'),
(1436, 16, 'Pioneer school', 'Multan', NULL, 'Masom Shah road', 'Sir Shehbaz', 'Sir Shehbaz', '+9203009633925', '+9203009633925', 'High School', 400, '2026-01', '2025-11', 2, '', '30.2023347,71.4972556', NULL, '2025-10-07 11:06:18', 0, NULL, NULL, '2025-10-07 05:49:38'),
(1437, 25, 'Jinnah public school', 'Maken', NULL, 'Phalia', 'Tanveer sb', 'Same', '+9203410748082', '+9203410748082', 'Middle', 230, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4701933,73.5705167', NULL, '2025-10-07 12:21:27', 0, NULL, NULL, '2025-10-07 05:58:09'),
(1438, 4, 'Alfateh', 'Lahore', NULL, 'Shadbagh chah miran', 'Sir Azeem', 'Sir Azeem', '+9203002888793', '+9203002888793', 'High School', 500, '2026-02', '2025-10', 2, 'Direct purchase', '31.5816704,74.3465798', NULL, '2025-10-07 13:04:18', 0, NULL, NULL, '2025-10-07 06:19:32'),
(1439, 16, 'Arfaa science', 'Multan', NULL, 'Masom Shah road', 'Bilal Bhuta', 'Bilal Bhuta', '+9203018737167', '+9203018737167', 'High School', 650, '2026-01', '2025-11', 2, '', '30.2048967,71.5021795', NULL, '2025-10-07 12:18:25', 0, NULL, NULL, '2025-10-07 06:31:51'),
(1440, 9, 'Mufakar e islam school', 'Shakargarh', NULL, 'Pindi Saniyan', 'Nadeem aswi', 'Nadeem aswi', '+9203020620968', '+9203020920968', 'High School', 0, '2026-03', '2025-11', 0, '', '32.3011567,75.1637567', NULL, '2025-10-07 11:56:21', 0, NULL, '', '2025-10-07 06:44:21'),
(1441, 10, 'laurel home school Jhal chakian sargodha', 'sargodha', NULL, 'Jhal chakian', 'shafqat sab', 'shafqat sab', '+9203016703909', '+9203016703909', 'Middle', 70, '', '', 0, 'franchise', '32.145185,72.6415533', NULL, '2025-10-07 12:03:15', 0, NULL, '', '2025-10-07 06:48:30'),
(1442, 4, 'Eden school', 'Lahore', NULL, 'Salamat pura', 'Miss saima iqbal', 'Miss saima iqbal', '+9203214556561', '+9203214556561', 'High School', 600, '2026-02', '2025-11', 1, 'Direct purchase', '31.5905539,74.421983', NULL, '2025-11-15 10:40:10', 0, NULL, '', '2025-10-07 07:08:34'),
(1443, 10, 'beacon Paradise school sargodha', 'sargodha', NULL, 'Jhal chakian sargodha', 'madam sara', 'madam sara', '+9203326667084', '+9203326667084', 'Middle', 100, '2026-03', '2025-12', 0, 'will be shared', '32.1066085,72.6519072', NULL, '2025-10-07 12:23:57', 0, NULL, '', '2025-10-07 07:20:19'),
(1444, 16, 'The Emerson', 'Multan', NULL, 'Piran gaib road', 'Waqas Mutza', 'Waqas Mutza', '+9203014504545', '+9203014504545', 'High School', 1200, '2025-10', '2025-10', 4, 'Habib', '30.2047126,71.5358043', NULL, '2025-10-07 12:33:33', 0, NULL, '', '2025-10-07 07:21:53'),
(1445, 16, 'Misali', 'Multan', NULL, 'Sameja anad', 'Sattar sb', 'Sattar sb', '+9203006364187', '+9203316364187', 'High School', 1100, '2026-01', '2025-11', 3, '', '30.2003893,71.5316592', NULL, '2025-10-07 12:52:55', 0, NULL, NULL, '2025-10-07 07:46:17'),
(1446, 23, 'Minhas High School', 'Lahore', NULL, 'Samnabad', 'Ma\'am Sidra Tariq', 'Ma\'am Sidra Tariq', '+9203237202217', '+9203237202217', 'Middle', 2000, '2026-03', '2025-12', 2, 'Yousaf & Sons', '31.5552192,74.3050379', NULL, '2025-10-07 14:48:53', 1, 'grey', 'Not Pick the call.', '2025-10-07 08:53:26');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(1447, 26, 'AT Taqwa Science School', 'Sialkot', NULL, 'Talwara Road near Rangpura', 'Mr Naveed sahb', 'Mr Naveed sahb', '+9203006171552', '+9203006171552', 'High School', 550, '2026-03', '2026-01', 1, 'Shahid book centre ugoki', '32.4952338,74.5338096', NULL, '2025-10-07 14:46:03', 1, 'orange', 'He requested samples at the earliest convenience.', '2025-10-07 09:34:19'),
(1448, 26, 'The standard school system', 'Sialkot', NULL, 'khan mehal road near Rangpura', 'Mr Rafiq Butt', 'Mr Rafiq Butt', '+9203007119615', '+9203007119615', 'High School', 350, '2026-03', '2026-01', 1, 'Ashraf book centre', '32.4952317,74.533811', NULL, '2025-10-07 14:45:34', 1, NULL, NULL, '2025-10-07 09:41:14'),
(1449, 24, 'Capital city school', 'Lahore', NULL, 'Khudah baksh road, jaferia colony', '', '', '+9203214534463', '+9203214534463', 'High School', 300, '2026-02', '2025-11', 1, 'Open', '31.5566182,74.3038094', NULL, '2025-10-08 09:22:42', 1, 'orange', 'Need Samples', '2025-10-07 09:49:06'),
(1450, 24, 'Tol e aftab school', 'Lahore', NULL, 'Khudah baksh colony', '', '', '+9203110033319', '+9203110033319', '-- Select --', 200, '2026-01', '2025-11', 5, 'Open', '31.5566174,74.3037586', NULL, '2025-10-08 09:16:41', 1, NULL, NULL, '2025-10-07 09:50:49'),
(1451, 24, 'Young collar school', 'Lahore', NULL, 'Tariq colony multan road', 'Mr abid', 'Mr abid', '+9203214948903', '+9203214948903', 'High School', 250, '2026-02', '2025-12', 1, 'Open', '31.556698,74.3036941', NULL, '2025-10-08 09:19:20', 1, NULL, NULL, '2025-10-07 09:53:43'),
(1452, 24, 'Crescent public school', 'Lahore', NULL, '47A jaferia colony khudah baksh', 'Rana ghulam qadir', 'Rana ghulam qadir', '+9203004248240', '+9203004825113', 'High School', 300, '2026-02', '2025-11', 1, 'Open', '31.5566987,74.3036968', NULL, '2025-10-08 09:20:49', 1, 'orange', 'After seeing the books then decided.', '2025-10-07 09:56:25'),
(1453, 24, 'M. H laureate school', 'Lahore', NULL, '34/7alamgeer park chowk', 'Irslan aslam', 'Irslan aslam', '+9203000940096', '+9203000940096', 'High School', 300, '2026-01', '2025-10', 1, 'Open', '31.5566987,74.3036968', NULL, '2025-10-08 09:22:26', 1, 'grey', 'Send them link.', '2025-10-07 09:59:12'),
(1454, 5, 'The Ark School System RYK', 'Rahim Yar Khan', NULL, '', '', '', '+9203216702879', '+9203216702879', '-- Select --', 0, '', '', 0, '', '28.4200431,70.3014395', NULL, '2025-10-07 15:02:03', 1, 'orange', 'Need Samples. Plan to change But next year .I convinced him . and send him the link of lesson a.', '2025-10-07 09:59:35'),
(1455, 23, 'Blossom Model School', 'Lahore', NULL, 'Allama Iqbal town', 'Talha', 'Talha', '+9203334159898', '+9203334159898', 'Middle', 170, '2026-03', '2026-01', 1, 'Yousaf & Sons', '31.556657,74.3037081', NULL, '2025-10-07 15:14:57', 1, NULL, NULL, '2025-10-07 10:00:14'),
(1456, 5, 'Iqra School System RYK', 'Rahim Yar Khan', NULL, '', '', '', '+9203021114567', '+9203021114567', '-- Select --', 0, '', '', 0, '', '28.4200498,70.3014386', NULL, '2025-10-07 15:13:12', 1, NULL, NULL, '2025-10-07 10:02:02'),
(1457, 24, 'Mm star school  school', 'Lahore', NULL, '84 Abu bakar street near umer park', 'Shabana kamil', 'Shabana kamil', '+9203244269266', '+9203244269266', 'High School', 200, '2026-02', '2025-11', 1, 'Open', '31.5566665,74.3037182', NULL, '2025-10-08 09:22:33', 1, 'grey', 'I send him the link.', '2025-10-07 10:02:06'),
(1458, 5, 'The Learning House ðŸ  RYK', 'Rahim Yar Khan', NULL, '', '', '', '+9203061697003', '+9203061697003', '-- Select --', 0, '', '', 0, '', '28.4200484,70.3014235', NULL, '2025-10-07 15:11:54', 1, 'orange', 'After checking the books will inform you.', '2025-10-07 10:06:10'),
(1459, 3, 'TBAAC SCHOOL SYSTEM', 'LHR', NULL, '100-Main Sham Nagar Rood', 'M.Danish', 'Rana Hafiz', '+9203124049201', '+9204237171893', 'High School', 100, '2026-03', '2025-12', 2, 'Yosaf hanif', '31.5565731,74.3037095', NULL, '2025-10-09 09:41:02', 1, 'orange', 'ok will check', '2025-10-07 10:36:32'),
(1460, 4, 'Muhammad grammar school', 'Lahore', NULL, 'Badami bagh', 'Sir Atif', 'Sir Atif', '+9203004121005', '+9203004121005', 'High School', 100, '2026-01', '2025-06', 1, 'Nazim', '31.603468,74.3300616', NULL, '2025-10-08 09:32:16', 1, 'red', 'Not interested in this year. will consider in 2026.', '2025-10-08 04:22:40'),
(1461, 9, 'Professional school Ada Bastan', 'Shakargarh', NULL, 'Adda Bastan', 'M Farooq', 'M Farooq', '+9203086165696', '+9203086165696', 'High School', 550, '2026-02', '2025-11', 0, '', '32.1471983,75.0708133', NULL, '2025-10-08 10:05:28', 1, 'grey', NULL, '2025-10-08 05:02:48'),
(1462, 4, 'Paragon school', 'Lahore', NULL, 'Kot khawaja saeed shadbagh', 'Sir Nadeem', 'Sir Nadeem', '+9204236881215', '+9204236881215', 'High School', 1800, '2026-02', '2025-11', 3, 'Direct purchase', '31.5894376,74.3576916', NULL, '2025-11-15 10:40:21', 1, 'grey', NULL, '2025-10-08 05:20:04'),
(1463, 8, 'Allama iqbal schools', 'Gojra', NULL, 'Jhang road', 'Miss Aifa', 'Miss Aifa', '+9203458887303', '+9203458887303', 'High School', 5000, '2026-01', '2025-12', 7, 'Adnan', '31.1528277,72.6698854', NULL, '2025-11-03 11:49:16', 1, 'orange', 'Requested samples at the earliest convenience. 16-10-25', '2025-10-08 05:44:09'),
(1464, 9, 'The punjab school', 'Shakargarh', NULL, 'Adda bastan', 'Amrina khan', 'Amrina khan', '+9203013186754', '+9203013186754', '-- Select --', 0, '2026-02', '2025-11', 0, '', '32.1460267,75.0705133', NULL, '2025-10-08 11:26:54', 1, 'grey', NULL, '2025-10-08 05:56:35'),
(1465, 25, 'Vertex school system', 'Ranseekay pahrianwali', NULL, 'Phalia', 'Waheed anwar', 'Farwa irshad', '+9203497055914', '+9203457363555', 'High School', 370, '2026-03', '2026-01', 1, 'Dar ul kutab pahrianwali', '32.4676026,73.7902297', NULL, '2025-10-09 09:38:11', 1, 'grey', 'Miss Farwa is out of town . she said call me later. I send the lesson to Mr waheed. As per their request.', '2025-10-08 06:00:03'),
(1466, 8, 'Shiblee junior girls high school', 'Gojra', NULL, 'Jhang road', 'Miss Sofia', 'Miss Sofia', '+9203006550038', '+9203006550038', 'High School', 550, '2026-03', '2025-12', 2, 'Adnan', '31.1554274,72.6688084', NULL, '2025-10-18 12:09:21', 1, 'grey', 'Number is not responding on both connections.', '2025-10-08 06:00:51'),
(1467, 9, 'Community school ada bstan', 'Shakargarh', NULL, 'Bastan', 'Shahid zia', 'Shahid zia', '+9203007767996', '+9203007767996', 'High School', 140, '2026-01', '2025-11', 0, '', '32.1377517,75.0861317', NULL, '2025-10-17 11:36:31', 1, 'orange', 'Urgently need samples.', '2025-10-08 06:26:10'),
(1468, 4, 'Necs school', 'Lahore', NULL, 'Mughalpura', 'Mrs Sadia Khan', 'Mrs Sadia Khan', '+9203334296344', '+9203334296344', 'High School', 1300, '2026-02', '2025-11', 2, 'Open list', '31.573858,74.382147', NULL, '2025-11-12 11:20:37', 1, 'grey', 'No one pick the call.', '2025-10-08 06:59:12'),
(1469, 4, 'UK lycetuff', 'Lahore', NULL, 'Mughalpura', 'Sir Khawar Naseem', 'Sir Khawar Naseem', '+9203028492843', '+9203028492843', 'High School', 600, '2026-02', '2025-11', 1, 'Direct purchase', '31.5737435,74.3817093', NULL, '2025-11-12 12:09:24', 1, 'orange', 'Mr. Khawar said i was not available on that time. I send them our lesson a.', '2025-10-08 07:08:13'),
(1470, 10, 'paramount school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam saima', 'madam saima', '+9203227781917', '+9203227781917', 'Middle', 100, '2026-03', '2025-12', 0, 'mixed', '32.0842243,72.684091', NULL, '2025-11-15 10:54:05', 1, 'grey', 'No one pick the call.', '2025-10-08 07:11:27'),
(1471, 8, 'Quaid e azam girls high school', 'Gojra', NULL, 'Green town jhang road', 'Sir Ibn hassan', 'Mam shaista', '+9203217934060', '+9203234223339', 'High School', 1200, '2026-03', '2025-12', 4, 'Adnan', '31.1520474,72.6784948', NULL, '2025-10-08 12:51:39', 1, 'orange', 'He requested samples at the earliest convenience.', '2025-10-08 07:24:35'),
(1472, 3, 'PACK ANGELES SCHOOL SYSTEM', 'LHR', NULL, 'Gulshan-e-Ravi', 'Sir Yasir', 'Mam', '+9237461038', '+9237461038', 'High School', 100, '2026-03', '2026-01', 1, 'Yosaf hanif', '31.5519605,74.2988908', NULL, '2025-10-09 09:40:55', 1, 'grey', NULL, '2025-10-08 07:25:58'),
(1473, 3, 'HASSAN GRAMMAR SCHOOL', 'LHR', NULL, 'Chuburji', 'Arbas Sb', 'Sir', '+9203221840611', '+9203221840611', 'High School', 50, '2026-01', '2025-11', 1, '', '31.551953,74.2988804', NULL, '2025-10-09 09:40:47', 1, 'grey', NULL, '2025-10-08 07:29:44'),
(1474, 3, 'IQRA SCHOOL SYSTEM', 'LHR', NULL, 'Chuburji', 'Qare Muhammed Syeed Ashraf', 'Sir', '+9203004376082', '+9203004376082', 'Middle', 30, '2026-01', '2025-12', 1, 'Yosaf hanif', '31.551961,74.2988392', NULL, '2025-10-09 09:40:40', 1, 'grey', NULL, '2025-10-08 07:36:20'),
(1475, 16, 'Future builders', 'Multan', NULL, 'Sameja Abad no 1', 'M Abbas', 'M Abbas', '+9203056617365', '+9203056617365', 'Middle', 250, '2026-01', '2025-11', 1, '', '30.2368795,71.4796364', NULL, '2025-10-08 15:30:05', 1, 'orange', 'Mr. Abbas Said i am conducting the class talk to you later.', '2025-10-08 08:56:21'),
(1476, 16, 'Cambridge school', 'Multan', NULL, 'Sameja Abad', 'Mrs Afzal', 'Mrs Afzal', '+9203038014261', '+9203038014261', 'Middle', 400, '2026-01', '2025-11', 2, '', '30.2368795,71.4796364', NULL, '2025-10-08 15:30:31', 1, 'orange', 'I had a very productive conversation with the school owner. She requested samples at the earliest convenience. I shared a lesson with her.', '2025-10-08 08:58:47'),
(1477, 16, 'Al Rasheed', 'Multan', NULL, 'Rana stop sameja Abad', 'M Arslan', 'M Arslan', '+9203089083025', '+9203089083025', 'High School', 800, '2026-01', '2025-11', 1, '', '30.2369191,71.479599', NULL, '2025-10-08 15:29:05', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-08 09:05:31'),
(1478, 16, 'Shanzay school', 'Multan', NULL, '60bfeet road', 'Amjad sb', 'Amjad sb', '+9203017461374', '+9203017461374', 'High School', 550, '2026-01', '2025-11', 0, '', '30.2369189,71.4795885', NULL, '2025-10-08 15:28:35', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-08 09:09:53'),
(1479, 24, 'Iqra lyceum schoo', 'Lahore', NULL, '1 qureshi street near rustam park multan road', 'Ishrat usman', 'Ishrat usman', '+9203334169896', '+9203004231452', 'High School', 300, '2026-01', '2025-11', 1, 'Open', '31.506844,74.2687337', NULL, '2025-10-09 09:33:05', 1, 'grey', 'No one pick the call. i send them lesson a', '2025-10-08 10:26:44'),
(1480, 24, 'Prism school', 'Lahore', NULL, 'New shalimar road chappar stop', 'Shafqal ali', 'Shafqal ali', '+9203214088791', '+9203214088791', 'High School', 200, '2026-01', '2025-12', 1, 'Open', '31.506181,74.2691476', NULL, '2025-10-09 09:32:58', 1, 'grey', 'No one pick the call. i send them lesson a', '2025-10-08 10:54:23'),
(1481, 24, 'New nust school', 'Lahore', NULL, 'Khudah baksh road multan road', 'Mr zeeshan sb', 'Mr zeeshan sb', '+9203097221521', '+9203097221521', 'High School', 250, '2026-01', '2025-11', 2, 'Open', '31.5061689,74.2691353', NULL, '2025-10-09 09:32:48', 1, 'orange', 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '2025-10-08 10:59:27'),
(1482, 23, 'Iqra Model High School', 'Lahore', NULL, 'Haji kot katai Road Shahdra', 'Syed Tanveer Bukhari', 'Sued Tanver Bukhari', '+9203464344065', '+9203331959106', 'Middle', 400, '2026-01', '2025-12', 1, 'Mirza Tahir Shahdra', '31.3803529,74.3671032', NULL, '2025-10-09 09:19:48', 1, 'grey', NULL, '2025-10-08 18:08:33'),
(1483, 23, 'Happy Home English High School', 'Lahore', NULL, 'Shahdra', 'Ma\'am Saba Tariq', 'Ma\'am Saba Tariq', '+9203228853766', '+9203228853766', 'High School', 860, '2026-03', '2026-01', 1, 'Mirza Tahir Shahdra', '31.3803518,74.3671048', NULL, '2025-10-09 09:19:14', 1, 'grey', 'Send them lesson . No one pick the call.', '2025-10-08 18:14:00'),
(1484, 23, 'Paragon House Of Education', 'Lahore', NULL, 'Shahdra', 'Rana Hamayun Nasir', 'Rana Hamayun Nasir', '+9203334445399', '+9203334445399', 'Middle', 750, '2026-01', '2025-11', 2, 'Mirza Tahir Shahdra', '31.3803546,74.3671041', NULL, '2025-10-09 09:18:58', 1, 'grey', 'Send them lesson . No one pick the call.', '2025-10-08 18:19:02'),
(1485, 23, 'Paradise High School', 'Lahore', NULL, 'kot Abdul Malik', 'Tariq Nazir', 'Tariq Nazir', '+9203237164061', '+9203010500123', 'High School', 800, '2026-01', '2025-12', 1, 'Mirza Tahir Shahdra', '31.3803539,74.3671008', NULL, '2025-11-17 13:04:28', 1, 'grey', 'Send them lesson', '2025-10-08 18:23:14'),
(1486, 23, 'Hajvery Cadet School', 'Lahore', NULL, 'kot Abdul Malik', 'Ma\'am Ayesha', 'Ma\'am Ayesha', '+9203201437043', '+9203201437043', 'Middle', 250, '2026-01', '2025-10', 1, 'Mirza Tahir Shahdra', '31.3803552,74.3671051', NULL, '2025-10-09 14:25:50', 1, 'orange', 'I had a very productive conversation with the school owner. She requested samples at the earliest convenience.  i also send a lesson', '2025-10-08 18:26:43'),
(1487, 23, 'Kids Lyceum  School', 'Lahore', NULL, 'Sharqpur', 'Syed Imran', 'Sued imran', '+9203228032476', '+9203228032476', 'Middle', 1000, '2026-01', '2025-11', 2, 'Mirza Tahir Shahdra', '31.3803556,74.3671057', NULL, '2025-11-06 11:24:11', 1, 'orange', 'i also send a lesson', '2025-10-08 18:30:25'),
(1488, 23, 'Lahore Grammar School', 'Lahore', NULL, 'Opposite Rehman Garden Phase 2', 'Maam Ghazala Bhatti', 'Ma\'am Ghazala Bhatti', '+9203004393778', '+9203004393778', 'Middle', 375, '2026-02', '2025-12', 1, 'Mirza Tahir Shahdra', '31.3803834,74.3670544', NULL, '2025-10-09 09:15:51', 1, 'grey', 'Not attended the call. I send them lesson a.', '2025-10-08 18:34:56'),
(1489, 4, 'Iqra education school', 'Lahore', NULL, 'Nain sukh', 'Sir Shehzad', 'Sir Shehzad', '+9203331265391', '+9203331265391', 'High School', 400, '2026-01', '2025-11', 2, 'Direct purchase', '31.608408,74.2480543', NULL, '2025-10-09 09:58:35', 1, 'green', 'Its Member school. They need login, tranning.', '2025-10-09 04:54:00'),
(1490, 10, 'leads international school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam', 'madam', '+9203138606633', '+9203138606633', 'Middle', 100, '2026-03', '2025-12', 0, 'will be shared', '32.071689,72.7039019', NULL, '2025-10-09 10:16:18', 1, 'grey', 'No one pick the call. I send them lesson a', '2025-10-09 05:11:19'),
(1491, 4, 'Eduleader school', 'Lahore', NULL, 'Alrehman garden', 'Sir Adil', 'Sir Adil', '+9203219432186', '+9203219432186', 'High School', 800, '2026-02', '2025-12', 1, 'Direct purchase', '31.6019158,74.2322863', NULL, '2025-10-09 11:22:39', 1, 'grey', 'No one pick the call. I send them lesson a', '2025-10-09 05:21:23'),
(1492, 25, 'EFA school system', 'Phalia', NULL, 'Phalia', 'Sir qamar abbas', 'Same', '+9203024875424', '+9203024875424', 'Middle', 80, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4292397,73.5679112', NULL, '2025-10-09 11:18:45', 1, 'grey', 'Not pick the call.', '2025-10-09 05:30:53'),
(1493, 9, 'The learning zone school', 'Shakargarh', NULL, 'Babral', 'Abaidullah sb', 'Abaidullahsb', '+9203314083865', '+9203314083865', 'High School', 650, '2026-02', '2025-11', 0, '', '32.2361083,75.0277767', NULL, '2025-10-09 11:21:41', 1, 'orange', 'he i have no idea. I send him the lesson a', '2025-10-09 05:31:24'),
(1494, 28, 'Iqra Anwarul Quran Hammadia', 'Karachi', NULL, 'Orangi', 'Syed Wali Ahmed', 'Syed Wali Ahmad', '+9203353573351', '+9203158582748', 'High School', 400, '2026-04', '2025-12', 3, '', '24.941571,66.9990301', NULL, '2025-10-09 11:00:17', 1, 'grey', NULL, '2025-10-09 05:36:26'),
(1495, 15, 'stairs school', 'sahiwal', NULL, 'pasport office nadra', 'mam', 'mam', '+9203267477696', '+9203267477696', 'High School', 300, '2026-02', '2025-12', 1, 'irfan book', '30.66787542312468,73.10156252241983', NULL, '2025-10-09 11:29:21', 1, 'orange', 'I had a very productive conversation with the school owner. She requested samples at the earliest convenience.', '2025-10-09 05:46:45'),
(1496, 28, 'Laurel Grammar School', 'Karachi', NULL, 'Orangi', 'Abdulhanif', 'Amber', '+9203172566949', '+9203172566949', 'High School', 300, '2026-04', '2025-11', 1, '', '24.9368501,67.0031261', NULL, '2025-10-20 12:22:21', 1, 'grey', NULL, '2025-10-09 06:06:19'),
(1497, 25, 'GC system school', 'Phalia', NULL, 'Phalia', 'Saba rasheed', 'Same', '+9203066678366', '+9203066678366', 'Middle', 140, '2026-01', '2025-11', 1, 'Jinnah book phalia', '32.4164812,73.5389777', NULL, '2025-10-09 11:18:04', 1, 'orange', 'I had a very productive conversation with the school owner. She requested samples at the earliest convenience.', '2025-10-09 06:06:45'),
(1498, 28, 'Al Noor Academy', 'Karachi', NULL, 'Orangi', 'Saleem', 'Nousheen', '+9203333072697', '+9203443774710', 'High School', 450, '2026-04', '2026-02', 1, '', '24.9367211,67.0024874', NULL, '2025-10-09 11:14:52', 1, 'orange', 'I had a very productive conversation with the school owner. She requested samples at the earliest convenience.', '2025-10-09 06:11:02'),
(1499, 9, 'Tabinda School kolian', 'Shakargarh', NULL, 'Kolian', 'Asif Raza', 'Asif Raza', '+9203338874137', '+9203338874137', 'High School', 1200, '2026-02', '2025-12', 0, '', '32.2684967,75.0198417', NULL, '2025-10-09 11:21:00', 1, 'grey', 'Disconnect the call.', '2025-10-09 06:17:32'),
(1500, 25, 'Chieftain school', 'Kelu', NULL, 'Phalia', 'Miss ameen', 'Same', '+92923486618690', '+92923486618690', 'Middle', 100, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4166433,73.5391602', NULL, '2025-10-09 11:19:36', 1, 'grey', NULL, '2025-10-09 06:17:53'),
(1501, 28, 'Crescent Public secondary school', 'Karachi', NULL, 'Orangi', 'Suleman', 'Ma\'am Shazia', '+9203222161161', '+9203222161161', 'High School', 250, '2026-04', '2025-11', 1, '', '24.9342868,67.0132923', NULL, '2025-11-18 13:29:05', 1, 'grey', NULL, '2025-10-09 06:50:06'),
(1502, 4, 'Star school', 'Lahore', NULL, 'Sharaqpur', 'Sir Faisal', 'Sir Faisal', '+9203218881256', '+9203218881256', 'High School', 2000, '2026-01', '2025-11', 1, 'Direct purchase', '31.6020227,74.2321404', NULL, '2025-10-09 12:14:00', 1, 'grey', NULL, '2025-10-09 07:06:10'),
(1503, 3, 'H GRAMMAR SCHOOL', 'LHR', NULL, '', 'Miss Navide', 'Mam', '+9203104942744', '+9203104942744', 'High School', 30, '2026-04', '2026-01', 1, 'Yosaf hanif', '31.5476468,74.2973376', NULL, '2025-10-10 09:51:21', 1, 'grey', NULL, '2025-10-09 07:38:30'),
(1504, 3, 'THE PAK LYCEM SCHOOL SYSTEM', 'LHR', NULL, '25 - Civic Center Adjacent Telephone Exchange Gulshan-e-Ravi', 'Qasim Arshad', 'M.Tayyab Ch', '+9203314193292', '+9203004508981', 'High School', 100, '2026-04', '2026-01', 1, 'Yosaf hanif', '31.5519668,74.2988565', NULL, '2025-10-10 09:51:05', 1, 'grey', NULL, '2025-10-09 07:48:37'),
(1505, 16, 'The. Multan Grammer', 'Multan', NULL, 'Opp Shehbaz Sharif hospital', 'Miss kokab', 'Miss kokab', '+9203006361035', '+9203006361035', 'High School', 550, '2026-01', '2025-11', 0, '', '30.2369193,71.4796017', NULL, '2025-10-09 14:49:34', 0, NULL, NULL, '2025-10-09 08:40:40'),
(1506, 16, 'Scholars science', 'Multan', NULL, 'G block SR Alam', 'Touseef', 'Touseef', '+9203035314901', '+9203035314901', 'High School', 350, '2026-01', '2025-11', 2, '', '30.2369106,71.4796102', NULL, '2025-10-09 14:47:20', 0, NULL, NULL, '2025-10-09 08:44:16'),
(1507, 16, 'Winsome school', 'Multan', NULL, 'G block SR Alam', 'Shazia Gulzar', 'Rao Ahsan', '+9203027332254', '+9203067756387', 'High School', 550, '2026-01', '2025-12', 0, '', '30.2369073,71.4796093', NULL, '2025-10-09 14:46:27', 0, NULL, NULL, '2025-10-09 08:48:18'),
(1508, 16, 'School of mathematics', 'Multan', NULL, 'Block A manzor Abad', 'M Awais', 'M Awais', '+9203156134202', '+9203156134202', 'Middle', 220, '2026-01', '2025-11', 0, '', '30.2369016,71.4796148', NULL, '2025-10-09 14:45:48', 0, NULL, NULL, '2025-10-09 08:52:08'),
(1509, 16, 'Wisdom school', 'Multan', NULL, 'K block Shah rukn a alam', 'Tahira', 'Tahira', '+9203067877520', '+9203067877520', 'High School', 360, '2026-01', '2025-10', 0, '', '30.2369197,71.4796097', NULL, '2025-10-09 14:45:06', 0, NULL, NULL, '2025-10-09 08:55:43'),
(1510, 23, 'Greencap School', 'Lahore', NULL, 'Gajumata', 'Burhan Saab', 'Burhan Saab', '+9203364190221', '+9203364190221', 'Middle', 330, '2026-01', '2025-12', 2, 'Rehmani Book shop', '31.5566438,74.30374', NULL, '2025-10-18 09:38:15', 0, NULL, NULL, '2025-10-09 09:07:17'),
(1511, 23, 'Universal School', 'Lahore', NULL, 'Chungi Ammar Sidhu', 'Maam Sonia', 'Maam Sonia', '+9203244047446', '+9203244047446', 'High School', 4000, '2026-03', '2025-12', 3, 'Rehmani Book shop', '31.5566655,74.3037006', NULL, '2025-10-09 14:31:51', 0, NULL, NULL, '2025-10-09 09:11:54'),
(1512, 23, 'Buraq High School', 'Lahore', NULL, 'Chungi Ammar Sidhu', 'Adv Zeshan', 'Adv Zeshan', '+9203214126121', '+9204214126121', 'High School', 6240, '2026-02', '2025-12', 4, 'Rehmani Book shop', '31.5566782,74.3036994', NULL, '2025-10-27 15:13:32', 0, NULL, NULL, '2025-10-09 09:21:52'),
(1513, 4, 'Sardari school', 'Lahore', NULL, 'Sharaqpur', 'Sir Afzaal', 'Sir Afzaal', '+9203426619661', '+9203426619661', 'High School', 500, '2026-01', '2025-11', 3, 'Mirza tahir', '31.5200538,74.0898387', NULL, '2025-10-09 14:52:47', 0, NULL, NULL, '2025-10-09 09:25:32'),
(1514, 23, 'All Hadi Memorial School', 'Lahore', NULL, 'Walton peer Colony', 'Aftab Ahmed khan', 'Affable Ahmed Khan', '+9203331451707', '+9203331451707', 'High School', 1000, '2026-02', '2025-12', 2, 'Rehmani Book shop', '31.5566533,74.3037122', NULL, '2025-10-09 14:56:21', 0, NULL, NULL, '2025-10-09 09:35:27'),
(1515, 4, 'The learner school system', 'Lahore', NULL, 'Sharaqpur', 'Mam', 'Mam', '+9203034443591', '+9203034443591', 'High School', 1000, '2026-01', '2025-10', 1, 'Direct purchase', '31.4987617,74.12885', NULL, '2025-10-10 09:44:31', 0, NULL, NULL, '2025-10-09 10:08:16'),
(1516, 24, 'Al maarif education system', 'Lahore', NULL, '153 jinnah colony Muslim road near samnabad', 'Abid mahmood', 'Abid mahmood', '+9203224444283', '+9203334436346', 'High School', 250, '2026-01', '2025-12', 1, 'Open', '31.5061965,74.2691136', NULL, '2025-10-10 09:17:20', 0, NULL, NULL, '2025-10-09 10:15:28'),
(1517, 24, 'MACS school', 'Lahore', NULL, '104-jinnah colony children park near samnabad', 'Naveed yaqoob mian', 'Naveed yaqoob mian', '+9203334321897', '+9203334321897', 'High School', 200, '2026-01', '2025-12', 1, 'Open', '31.5061605,74.2691437', NULL, '2025-10-10 09:16:41', 0, NULL, NULL, '2025-10-09 10:19:11'),
(1518, 24, 'Hameed foundation school', 'Lahore', NULL, 'H#28/1st#33 bank colony near samnanad', 'Hafiz Muhammad naeem', 'Hafiz Muhammad naeem', '+9203324842463', '+9203324842463', 'High School', 200, '2026-02', '2025-11', 1, 'Open', '31.5061509,74.268999', NULL, '2025-10-10 09:16:50', 0, NULL, NULL, '2025-10-09 10:22:52'),
(1519, 24, 'CMS SCHOOL', 'Lahore', NULL, 'Barqi street Rustam park multan road', 'Sir raza chudhary', 'Sir raza chudhary', '+9203074816213', '+9203074816213', 'High School', 200, '2026-01', '2025-12', 2, 'Open', '31.5062022,74.2691266', NULL, '2025-10-10 09:17:01', 0, NULL, NULL, '2025-10-09 10:29:19'),
(1520, 24, 'Gloss stars high school', 'Lahore', NULL, 'Kalyar road rustam park multan road', 'Madam sumara', 'Madam sumera', '+9203084854436', '+9203084854436', 'High School', 250, '2026-02', '2025-11', 3, 'Open', '31.5061764,74.2691335', NULL, '2025-10-10 09:17:08', 0, NULL, NULL, '2025-10-09 10:32:45'),
(1522, 4, 'Allama Iqbal School system', 'Lahore', NULL, 'Badami bagh', 'Sir Ahmad', 'Sir Ahmad', '+9204237283220', '+9204237283220', 'High School', 250, '2026-01', '2025-11', 1, 'Nazim', '31.6039183,74.3285602', NULL, '2025-10-10 09:44:22', 0, NULL, NULL, '2025-10-10 04:32:57'),
(1523, 4, 'Unique kids school', 'Lahore', NULL, 'Shadbagh bhama', 'Sir Fayaz', 'Sir Fayaz', '+9203261836004', '+9203261836004', 'High School', 300, '2026-01', '2025-11', 2, 'Zubair', '31.6143141,74.341943', NULL, '2025-10-10 11:51:29', 0, NULL, NULL, '2025-10-10 05:02:09'),
(1524, 28, 'Allied School', 'Karachi', NULL, 'Orangi', 'Sir Meraj', 'Sir Meraj', '+9203332171648', '+9203332171648', 'High School', 250, '2026-04', '2025-12', 1, '', '24.966823,66.9791854', NULL, '2025-10-10 12:12:06', 0, NULL, NULL, '2025-10-10 05:02:14'),
(1525, 11, 'Ar Hassan City Model school', 'Narowal', NULL, 'Chandowal kalan', 'Abdul Razzaq', 'Abdul Razzaq', '+9203450656484', '+9203450656484', 'Middle', 180, '2026-02', '2025-11', 0, '.', '32.09009009009009,74.90371141676538', NULL, '2025-10-10 11:48:59', 0, NULL, NULL, '2025-10-10 05:20:08'),
(1526, 9, 'Edu vision school', 'Shakargarh', NULL, 'Zafarwal road', 'Miss Ayesha', 'Miss Ayesha', '+9203019859839', '+9203019859839', 'High School', 0, '', '', 0, '', '32.2648067,75.15801', NULL, '2025-10-16 11:38:07', 0, NULL, NULL, '2025-10-10 05:23:09'),
(1527, 8, 'Royal education complex', 'Faisalabad', NULL, 'Samundri road', 'Sir Idrees', 'Sir Idrees', '+9203037793700', '+9203037793700', 'High School', 1600, '2026-01', '2025-12', 1, 'Waqas', '31.3677906,73.0682622', NULL, '2025-10-13 13:16:54', 0, NULL, NULL, '2025-10-10 05:52:40'),
(1528, 25, 'Noshahi public school', 'Ranmak', NULL, 'Phalia', 'Samia ahmad', 'Same', '+92923416178270', '+92923416178270', 'Middle', 65, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.432635,73.5835283', NULL, '2025-10-10 12:26:39', 0, NULL, NULL, '2025-10-10 05:55:39'),
(1529, 3, 'MUSLIM EDUCATION HIGH SCHOOL', 'LHR', NULL, '', 'Farhat Tauseeq', 'Sir Afzal', '+9203004113118', '+9203214510185', '-- Select --', 40, '2026-02', '2025-12', 1, 'Yosaf hanif', '31.5471817,74.290659', NULL, '2025-10-10 12:33:18', 0, NULL, NULL, '2025-10-10 06:13:27'),
(1530, 3, 'AAAS SCHOOL SYSTEM', 'LHR', NULL, '', 'Muhammad Zain butt', 'Muhammad Awais butt', '+9203228476006', '+9203224100419', 'High School', 0, '2026-03', '2025-12', 3, 'Yosaf hanif', '31.5451928,74.2865994', NULL, '2025-10-10 12:33:12', 0, NULL, NULL, '2025-10-10 06:39:53'),
(1531, 4, 'Zaheer model school', 'Lahore', NULL, 'Baghat pura', 'Mam Nighat', 'Mam Nighat', '+9203265937849', '+9203265937839', 'High School', 100, '2026-01', '2025-11', 1, 'Direct purchase', '31.6020872,74.355303', NULL, '2025-11-17 12:03:45', 0, NULL, NULL, '2025-10-10 07:40:45'),
(1532, 16, 'Magnet School', 'Multan', NULL, 'Tugliq town', 'Saleem sb', 'Saleem Sb', '+9203146142409', '+9203146142409', 'Primary', 170, '2026-01', '2025-11', 0, '', '30.2368971,71.479618', NULL, '2025-10-10 15:00:04', 0, NULL, NULL, '2025-10-10 08:31:55'),
(1533, 16, 'Multan Grammer', 'Multan', NULL, 'Nehr no Bahar', 'Mrs saif Khan', 'Mrs saif Khan khan', '+9203001672211', '+9203001672211', 'High School', 220, '2026-01', '2025-11', 0, '', '30.2368993,71.4796148', NULL, '2025-10-10 14:59:27', 0, NULL, NULL, '2025-10-10 08:34:24'),
(1534, 16, 'The ambitious school', 'Multan', NULL, 'Setal Mari', 'Sir Sajjad', 'Sir sajjad', '+9203017417218', '+9203017417218', 'Primary', 100, '2026-01', '2025-11', 0, '', '30.2369063,71.4796091', NULL, '2025-10-10 14:58:50', 0, NULL, NULL, '2025-10-10 08:38:28'),
(1535, 16, 'Nasir public school', 'Multan', NULL, 'Setal Mari', 'Sir Bilal', 'Sir Bilal', '+9200306474849', '+9203036474849', 'High School', 1000, '2026-01', '2025-11', 0, '', '30.2369053,71.4796105', NULL, '2025-10-10 14:57:45', 0, NULL, NULL, '2025-10-10 08:41:40'),
(1536, 23, 'Pak knowledge Science School', 'Lahore', NULL, 'Aethicen Society', 'M.Tariq', 'M.Tariq', '+9203077427626', '+9203077427626', 'Middle', 400, '2026-01', '2025-12', 4, 'Rashid Dhaniyal', '31.3803521,74.3671062', NULL, '2025-10-11 12:43:07', 0, NULL, NULL, '2025-10-10 17:06:53'),
(1537, 23, 'Sarason\'s School Head Office', 'Lahore', NULL, 'PiA Society Bihar town', 'Ma\'am Quratulen', 'Ma\'am Quratulen', '+9203314502666', '+9203314502666', 'Middle', 450, '2026-03', '2025-12', 12, 'Yousaf & Sons', '31.3803516,74.3671069', NULL, '2025-10-11 12:42:57', 0, NULL, NULL, '2025-10-10 17:14:04'),
(1538, 23, 'Huzail Forces School System', 'Lahore', NULL, 'Architect Housing society', 'Dr Bader Meran', 'Dr Bader Meran', '+9203075878716', '+9203075878716', 'High School', 240, '2026-03', '2026-01', 1, 'Rashid Dhaniyal', '31.3803542,74.3671069', NULL, '2025-10-11 12:42:35', 0, NULL, NULL, '2025-10-10 17:19:00'),
(1539, 23, 'The City Model School', 'Lahore', NULL, 'Architect Housing Society', 'Ma\'am Sidra Tariq', 'Ma\'am Sidra Tariq', '+9203044997336', '+9203044997336', 'High School', 350, '2026-03', '2025-12', 2, 'Rashid Dhaniyal', '31.3803575,74.3671088', NULL, '2025-10-11 12:42:15', 0, NULL, NULL, '2025-10-10 17:23:59'),
(1540, 23, 'Punjab Central High School', 'Lahore', NULL, 'Architect Housing society', 'Hussain Watoo', 'Hussain Watoo', '+9203004912537', '+9203004912537', 'High School', 2000, '2026-01', '2025-11', 2, 'Rashid Dhaniyal', '31.3803535,74.3671052', NULL, '2025-10-11 12:40:50', 0, NULL, NULL, '2025-10-10 17:30:35'),
(1541, 23, 'Ravains Grammar High School', 'Lahore', NULL, 'Architect Housing society', 'Raqib Lateef', 'Raqib Lateef', '+9203014888872', '+9203014888872', 'High School', 350, '2026-02', '2025-12', 1, 'Rashid Dhaniyal', '31.3803479,74.3671106', NULL, '2025-10-11 12:25:30', 0, NULL, NULL, '2025-10-10 17:39:35'),
(1542, 8, 'The Elite school', 'Faisalabad', NULL, 'Sadhar', 'Sir Faisal', 'Sir Faisal', '+9203247676988', '+9203247676988', 'Middle', 400, '2026-01', '2025-12', 1, 'Waqas', '31.3712916,72.9392281', NULL, '2025-10-11 10:23:54', 0, NULL, NULL, '2025-10-11 05:00:04'),
(1543, 10, 'pak continental school sargodha', 'sargodha', NULL, 'old civil line sargodha', 'madam nuzat', 'madam nuzat', '+9203076739827', '+9203076739827', 'High School', 170, '2026-03', '2025-12', 0, 'mixed', '32.0759551,72.6615795', NULL, '2025-11-04 17:19:28', 0, NULL, NULL, '2025-10-11 05:14:24'),
(1544, 10, 'pak international school sargodha', 'sargodha', NULL, 'old civil line sargodha', 'madam amna', 'madam amna', '+9203004346598', '+9203004346598', 'Primary', 170, '2026-03', '2025-12', 0, 'school mall sargodha', '32.0759486,72.6615693', NULL, '2025-11-03 09:42:38', 0, NULL, NULL, '2025-10-11 05:20:17'),
(1545, 11, 'The  Way Grammar School', 'Zafarwal', NULL, 'Shakargarh roda zafarwal', 'Sir Naveed', 'Sir Naveed', '+9203338708260', '+9203338708260', 'High School', 350, '2026-02', '2025-12', 0, '.', '32.34234234234234,74.91986206383642', NULL, '2025-10-11 12:48:11', 0, NULL, NULL, '2025-10-11 05:25:32'),
(1546, 4, 'Moazam grammar school', 'Lahore', NULL, 'Shadbagh', 'Mam sidra', 'Mam sidra', '+9203424657376', '+9203424657376', 'High School', 150, '2026-01', '2025-11', 1, 'Direct purchase', '31.5891567,74.33661', NULL, '2025-10-30 16:21:36', 0, NULL, NULL, '2025-10-11 05:31:54'),
(1547, 28, 'Best way Grammar Secondary School', 'Karachi', NULL, 'Orangi', 'Fazlurehman', 'Fazlurehman', '+9203333676854', '+9203333676854', 'High School', 300, '2026-04', '2025-12', 1, '', '24.9547049,66.9907113', NULL, '2025-11-17 12:17:33', 0, NULL, NULL, '2025-10-11 05:32:22'),
(1548, 28, 'Darakhshan Grammar School', 'Karachi', NULL, 'Orangi', 'Syed Asif', 'Syed Asif', '+9203102783370', '+9203102783370', 'High School', 400, '2026-05', '2026-01', 1, '', '24.9541274,66.9977937', NULL, '2025-11-07 15:54:43', 1, NULL, 'they need samples in December.', '2025-10-11 05:44:50'),
(1549, 8, 'The Fast school', 'Faisalabad', NULL, 'Sadhar', 'Sir Irfan', 'Sir Irfan', '+9203002126767', '+9203002126767', 'High School', 450, '2026-02', '2025-12', 2, 'Waqas', '31.3672493,72.9477175', NULL, '2025-10-11 13:06:27', 1, 'green', 'They like books and want to install smart boards.', '2025-10-11 05:54:15'),
(1550, 28, 'The Nation School', 'Karachi', NULL, 'Orangi', 'Sir Shahbaz', 'Sir Shahbaz', '+9203119812889', '+9203119812889', 'High School', 150, '2026-04', '2025-12', 1, '', '24.9528591,66.9981249', NULL, '2025-11-11 12:52:13', 1, 'grey', NULL, '2025-10-11 05:56:26'),
(1551, 28, 'Matchless public secondary school', 'Karachi', NULL, 'Orangi', 'Feroz Alam', 'Feroz Alam', '+9203332357014', '+9203332357014', 'High School', 1500, '2026-04', '2025-11', 3, '', '24.9529309,66.9981719', NULL, '2025-11-04 17:17:58', 1, 'orange', 'Urgently need samples.', '2025-10-11 06:12:42'),
(1552, 4, 'International community school', 'Lahore', NULL, 'Salamatpura', 'Mam faiza', 'Mam Faiza', '+9203254240086', '+9203254240086', 'High School', 3000, '2026-02', '2025-12', 10, 'Naeem', '31.5901047,74.4314809', NULL, '2025-10-22 10:39:50', 1, 'green', 'Its Our Member school.', '2025-10-11 06:39:12'),
(1553, 11, 'Muslim model school', 'Zafarwal', NULL, 'Darman', 'Saigr sub', 'Saigr sub', '+9203255448172', '+9203002100790', 'High School', 2200, '2026-01', '2025-10', 2, '.', '32.3963963963964,75.00735643818442', NULL, '2025-10-14 09:55:00', 1, 'green', NULL, '2025-10-11 06:59:31'),
(1554, 4, 'Punjab premier', 'Lahore', NULL, 'Manawa', 'Mam', 'Mam', '+9203228089725', '+9203228089725', 'High School', 700, '2026-03', '2025-11', 1, 'Direct purchase', '31.5949917,74.478795', NULL, '2025-11-17 12:02:29', 1, 'grey', NULL, '2025-10-11 07:00:58'),
(1555, 3, 'The Education School System', 'LHR', NULL, 'Bara Sandah Stop Captain Jamal Rod Amir Kezaro Street', 'Muhammad Assd', 'Mam', '+9203214641599', '+9203214641599', 'High School', 25, '2026-03', '2025-12', 2, 'Yosaf hanif', '31.5519696,74.2988245', NULL, '2025-10-11 12:46:18', 1, 'grey', NULL, '2025-10-11 07:20:37'),
(1556, 11, 'Ghazali public school', 'Zafarwal', NULL, 'Darman', 'Sir Naveed', 'Sir Naveed', '+9203026175318', '+9203026175318', 'High School', 4000, '2026-02', '2025-12', 4, '.', '32.3963963963964,75.00735643818442', NULL, '2025-10-11 12:50:19', 1, 'green', NULL, '2025-10-11 07:28:24'),
(1557, 3, 'M.D School System', 'LHR', NULL, 'Chohan Road ,Islam Pura Lahore', 'Muhammad Yasin', 'Mam', '+9203349377909', '+9203215333334', 'High School', 50, '2026-03', '2026-01', 1, 'Yosaf hanif', '31.5519875,74.298682', NULL, '2025-10-11 12:46:11', 1, 'grey', NULL, '2025-10-11 07:33:27'),
(1558, 8, 'Chenab school', 'Faisalabad', NULL, 'Sheikh colony', 'Sir Umer', 'Sir Umer', '+9203028666090', '+9203028666090', 'High School', 1500, '2026-01', '2025-12', 1, 'Waqas', '31.4128824,73.0436638', NULL, '2025-10-11 14:48:35', 1, 'grey', NULL, '2025-10-11 07:41:02'),
(1559, 9, 'The foundation School', 'Shakargarh', NULL, 'Natlan', 'Miss Bushra', 'Miss Bushra', '+9203001012503', '+9203001012503', 'High School', 250, '2026-03', '2025-12', 0, '', '32.3625733,75.17077', NULL, '2025-10-11 12:53:59', 1, 'grey', NULL, '2025-10-11 07:46:50'),
(1560, 4, 'Trueman school system', 'Lahore', NULL, 'Daroghawala', 'Sir Nadeem', 'Sir Nadeem', '+9203009426757', '+9203009426757', 'High School', 250, '2026-02', '2025-11', 1, 'Shiekh haneef', '31.5787027,74.3997404', NULL, '2025-11-07 15:39:28', 1, 'grey', NULL, '2025-10-11 07:53:31'),
(1561, 11, 'AIMS SCHOOL SYSTEM MARJAL ZAFARWAL', 'Zafarwal', NULL, 'Marjal', 'WAHEED ABBAS', 'Ayesha Tabassum', '+92033404490245', '+9203340490245', 'Middle', 130, '2026-02', '2025-11', 0, '.', '32.36036036036036,74.95611805476224', NULL, '2025-10-13 09:23:45', 1, NULL, 'Number busy', '2025-10-11 08:11:47'),
(1562, 8, 'Shiblee Grammer school', 'Faisalabad', NULL, 'Sheikh colony', 'Sir Fahad', 'Sir Fahad', '+9203217678718', '+9203217678718', 'High School', 2500, '2026-03', '2025-12', 4, 'Waqas', '31.4142726,73.0462464', NULL, '2025-10-11 14:48:11', 1, 'orange', 'need samples in December.', '2025-10-11 08:30:48'),
(1563, 24, 'Pioneer group college', 'Lahore', NULL, '12 iqbal block ittifaq town mansoora', '', '', '+9203034435761', '+9203190405672', 'High School', 300, '2026-02', '2025-11', 1, 'Open', '31.5566308,74.3037599', NULL, '2025-10-13 09:20:17', 1, 'orange', 'need samples in December.', '2025-10-11 10:08:50'),
(1564, 24, 'Saliha ideal school', 'Lahore', NULL, '80 foot road iqbal block mansoora', '', '', '+9203220266451', '+9203044977538', 'Middle', 100, '2026-02', '2025-12', 1, 'Open', '31.5566027,74.3037646', NULL, '2025-10-13 09:20:10', 1, 'grey', 'Number powered Off', '2025-10-11 10:11:38'),
(1565, 24, 'Aal-e-imran school', 'Lahore', NULL, '21 iqbal block 80 feet road ittefaq town mansoora', 'Samra aftab', 'Samra aftab', '+9203235384440', '+9203235384440', 'High School', 100, '2026-02', '2025-12', 1, 'Open', '31.5566255,74.3037515', NULL, '2025-10-22 12:28:06', 1, 'orange', 'Need Samples.', '2025-10-11 10:21:24'),
(1566, 24, 'The namal school', 'Lahore', NULL, 'Commercial fazal block ittifaq town', 'Kausar hashmi', 'Kausar hashmi', '+9203024965379', '+9203024965379', 'High School', 150, '2026-01', '2025-11', 1, 'Open', '31.5566529,74.3037299', NULL, '2025-10-30 16:04:20', 1, 'green', 'Need Samples.', '2025-10-11 10:24:35'),
(1567, 24, 'M Zee school', 'Lahore', NULL, 'Shakira chowk mansoora', 'Waqar mustafa', 'Waqar mustafa', '+9203046480918', '+9203046480918', 'High School', 100, '2026-03', '2025-12', 1, 'Open', '31.5566316,74.3037567', NULL, '2025-10-13 09:19:55', 1, 'grey', 'not pick the call.', '2025-10-11 10:29:12'),
(1568, 24, 'The leaders school', 'Lahore', NULL, '58/A ahmad block near mansoora', '', '', '+9203117915636', '+9203078827849', 'Middle', 150, '2026-03', '2025-12', 1, 'Open', '31.5566098,74.3037684', NULL, '2025-10-13 09:19:49', 1, 'grey', 'not pick the call.', '2025-10-11 10:33:23'),
(1569, 24, 'Standard Grammer school', 'Lahore', NULL, 'Hussain chowk near mansoora', 'Azam khan', 'Azam Khan', '+9203004938764', '+9203004938764', 'Middle', 150, '2026-02', '2025-11', 1, 'Open', '31.5566179,74.3037657', NULL, '2025-10-13 09:19:30', 1, 'orange', 'Will Inform you.', '2025-10-11 10:36:58'),
(1570, 24, 'High career public school', 'Lahore', NULL, 'Ahmad block mansoora', 'Muhammad shahzad', 'Muhammad shahzad', '+9203004276807', '+9203004276807', 'High School', 200, '2025-12', '2025-10', 1, 'Open', '31.5566206,74.3037739', NULL, '2025-10-28 11:44:20', 1, 'grey', 'Not pick the call.', '2025-10-11 10:43:27'),
(1571, 21, 'Elysium School System', 'Pakpattan', NULL, 'Malkahans', 'Zulfiqar Ali', 'Zulfiqar Ali', '+9203009850329', '+9203457081991', 'Primary', 250, '2026-02', '2025-11', 1, 'Self', '30.48635,73.3475933', NULL, '2025-10-13 09:22:56', 1, 'grey', 'Not pick the call.', '2025-10-11 14:36:20'),
(1572, 21, 'Al Qalam School System', 'Pakpattan', NULL, 'Malkahans', 'Sajid Ali', 'Sajid Ali', '+9203131645979', '+9203131645979', 'High School', 400, '2026-01', '2025-11', 1, 'Self', '30.4860533,73.347885', NULL, '2025-10-13 09:22:17', 1, 'orange', 'Urgently need samples', '2025-10-11 14:39:29'),
(1573, 21, 'Dar Ul ilm School', 'Pakpattan', NULL, 'Malkahans', 'Mehwish', 'Miss Mehwish', '+9203266619137', '+9203266619137', 'Primary', 150, '2026-02', '2025-12', 1, 'Ramzan Book Center Rang Shah', '30.48589,73.3478967', NULL, '2025-10-13 13:03:50', 1, 'grey', 'Number Off', '2025-10-11 14:46:00'),
(1574, 21, 'iqra Public School', 'Pakpattan', NULL, 'Malkahans', 'Rana Rasheed', 'Rana Rasheed', '+9203017258724', '+9203017258724', 'Middle', 350, '2026-02', '2025-12', 1, 'Self', '30.4861067,73.3478367', NULL, '2025-10-13 09:21:22', 1, 'grey', 'Not pick the call.', '2025-10-11 14:53:31'),
(1575, 23, 'Al kitab educators', 'Lahore', NULL, 'Panjho kahna Nau', 'Syed MustafaShah', 'Syed Mustafa Shah', '+923238845231', '+923238845231', 'Middle', 350, '2025-12', '2025-11', 7, 'Rehmani Book shop', '31.3803625,74.3670873', NULL, '2025-10-13 09:29:52', 1, 'grey', 'Not pick the call.', '2025-10-12 18:23:30'),
(1576, 23, 'Savy School System Head office', 'Lahore', NULL, 'Johar town', 'Kamran Saab', 'kamran Saab', '+923026267548', '+923026267548', 'Middle', 4000, '2026-02', '2025-12', 14, 'Rehmani Book shop', '31.3803675,74.3670827', NULL, '2025-10-13 09:29:34', 1, 'grey', 'Owner said i already inform to Mr. Zubair We use our publication. if we need your books so we will contact you in July 2026.', '2025-10-12 18:27:21'),
(1577, 9, 'Salsabeel school noorkot', 'Shakargarh', NULL, 'Noorkot', 'Tanzeem sb', 'Tanzeem sb', '+9203046988140', '+9203046988140', '-- Select --', 0, '', '', 0, '', '32.2064616,75.1256742', NULL, '2025-11-04 17:03:25', 1, NULL, 'I just Received the card . i didn\'t meet  anyone . send me samples in end of December.', '2025-10-13 04:51:57'),
(1578, 16, 'City public', 'Multan', NULL, 'Gulshan colony Bilal Chowk', 'Mam Sumaira', 'Mam Sumaira', '+9203007337273', '+9203007337273', 'Primary', 700, '2026-01', '2025-11', 0, '', '30.1615155,71.4393873', NULL, '2025-10-13 10:06:37', 1, 'orange', 'Need samples in November for grade 1 to 5. in Pre primary need samples. Miss Hina Number 0320-5519861', '2025-10-13 04:58:30'),
(1579, 8, 'The city school', 'Faisalabad', NULL, 'Nisar colony , samnabad', 'Sir Qurban', 'Sir Qurban', '+9203007967226', '+9203007967226', 'High School', 110, '2026-01', '2025-11', 1, 'Waqas', '31.3761949,73.0672352', NULL, '2025-10-13 11:01:23', 1, 'grey', 'Not Pick the call.', '2025-10-13 05:07:05'),
(1580, 16, 'City toddler school', 'Multan', NULL, 'Gulshan colony Bilal Chowk', 'Miss hina', 'Miss hina', '+9203205519861', '+9203205519861', 'Preschool', 500, '2026-01', '2025-11', 0, '', '30.161274,71.4398417', NULL, '2025-10-13 11:06:22', 1, 'orange', 'Need Samples', '2025-10-13 05:22:41'),
(1581, 28, 'Pak Children Academy', 'Karachi', NULL, 'Baldia', 'Siraj', 'Siraj', '+9203133480668', '+9203133480668', 'High School', 600, '2026-04', '2025-12', 1, '', '24.9596946,66.9642081', NULL, '2025-10-13 10:55:31', 1, 'orange', 'Need Samples', '2025-10-13 05:30:13'),
(1582, 9, 'Study land school', 'Shakargarh', NULL, 'Noorkot', 'M Amir Shabeer', 'M amir shabeer', '+9203456678678', '+9203456678678', 'High School', 300, '2026-02', '2025-11', 0, 'Bhatti book depot', '32.2024804,75.1264961', NULL, '2025-10-13 10:53:22', 1, 'grey', 'Not pick the call.', '2025-10-13 05:34:18'),
(1583, 28, 'Al sheraz public secondary school', 'Karachi', NULL, 'Baldia', 'Sir Ayaz', 'Sir Ayaz', '+9203332315905', '+9203332315905', 'High School', 300, '2026-04', '2025-12', 1, '', '24.9595876,66.9635799', NULL, '2025-10-13 10:55:13', 1, 'grey', 'Number busy.', '2025-10-13 05:43:10'),
(1584, 16, 'Ibrahim public school', 'Multan', NULL, 'Ghangla Chowk', 'Faiza zahoor', 'Faiza zahoor', '+9203138790843', '+9203138790843', 'Middle', 230, '2026-01', '2025-11', 0, '', '30.15889,71.4384817', NULL, '2025-10-13 11:05:31', 1, 'orange', 'not meet to anyone send your Mo', '2025-10-13 05:45:29'),
(1585, 9, 'Jameel oxford school', 'Shakargarh', NULL, 'Noorkot', 'Jameel sb', 'Jameel sb', '+9203007771983', '+9203007771983', 'High School', 300, '2026-03', '2025-12', 0, '', '32.2027631,75.1267699', NULL, '2025-10-13 11:35:08', 1, 'orange', 'Need samples', '2025-10-13 06:00:48'),
(1586, 4, 'The Nine Stairs school', 'Lahore', NULL, 'Shadbagh', 'Sir Tariq', 'Sir Tariq', '+9204237606565', '+9204237606565', 'High School', 600, '2026-02', '2025-12', 2, 'Open list', '31.6003518,74.3424843', NULL, '2025-11-17 12:03:52', 1, 'grey', 'its ptcl number no one pick the call', '2025-10-13 06:23:14'),
(1587, 8, 'The spirit grammar school system', 'Faisalabad', NULL, 'Nisar colony , samnabad', 'Miss Ammara', 'Miss Ammara', '+9203037420365', '+9203007294299', 'High School', 1200, '2026-03', '2026-02', 1, 'Waqas', '31.371732,73.0631201', NULL, '2025-10-13 11:36:11', 1, 'grey', 'Cut the call', '2025-10-13 06:32:09'),
(1588, 9, 'Iqra school nurkot', 'Shakargarh', NULL, 'Noorkot', 'Hafiz Zahid moeen', 'Hafiz zahid Moeen', '+9203007772854', '+92030077728545', 'High School', 280, '2026-02', '2025-12', 0, 'New star book depot', '32.206055,75.1280021', NULL, '2025-10-29 13:13:38', 1, NULL, 'No one visited us.', '2025-10-13 06:41:57'),
(1589, 28, 'The Graceful Grammar School', 'Karachi', NULL, 'Baldia', 'Sir Saleem', 'Tubi Naaz', '+9203362702222', '+9203362702222', 'High School', 3000, '2026-04', '2025-11', 4, '', '24.9253777,66.9645145', NULL, '2025-10-13 13:13:14', 1, 'grey', 'Not Pick the call.', '2025-10-13 06:57:58'),
(1590, 4, 'Al islam school', 'Lahore', NULL, 'Baghbanpura', 'Mrs ameer Hussain', 'Mrs Ameer Hussain', '+9203224228217', '+9203224228217', 'High School', 150, '2026-02', '2025-11', 1, 'Tanvir', '31.5943036,74.3712049', NULL, '2025-10-13 13:11:04', 1, 'grey', 'Not Pick the call.', '2025-10-13 06:58:28'),
(1591, 11, 'DPS  School  System', 'Narowal', NULL, 'Domala', 'M Umair', 'Miss Neelam', '+9203471016775', '+9203471016775', 'High School', 200, '2026-01', '2025-10', 0, '.', '32.16216216216216,74.81391011484365', '2025-10-21', '2025-10-14 09:55:36', 1, 'orange', 'Will inform you after review the books.', '2025-10-13 07:03:44'),
(1592, 28, 'Air Foundation School', 'Karachi', NULL, 'Baldia', 'Sumaira Saeed', 'Sumaira Saeed', '+9203032847659', '+9203032847659', 'High School', 250, '2026-04', '2025-12', 1, '', '24.9159135,66.9646002', NULL, '2025-10-13 13:12:30', 1, 'grey', 'Not Pick the call.', '2025-10-13 07:19:34'),
(1593, 9, 'Lahore educator school', 'Shakargarh', NULL, 'Noorkot', 'Zohaib Afzal ch', 'Zohaib Afzal', '+9203114480143', '+9203114480143', 'High School', 280, '2026-02', '2025-11', 0, '', '32.200485,75.1260017', NULL, '2025-11-04 17:02:36', 1, 'grey', 'not Reached able', '2025-10-13 07:19:49'),
(1594, 4, 'Ashraf Grammar school', 'Lahore', NULL, 'Baghbanpura', 'Sir Muhammad Azam', 'Sir Muhammad Azam', '+9203214311531', '+9203214311531', 'High School', 300, '2026-01', '2025-11', 1, 'Direct purchase', '31.5995983,74.3816118', NULL, '2025-10-13 13:11:12', 1, 'grey', 'Not Pick the call.', '2025-10-13 07:37:34'),
(1595, 30, 'Al Qalam Radient School', 'Ali Pur Chattha', NULL, '', 'Mr.Waqas', '', '+923006467599', '+923006467599', '-- Select --', 0, '', '', 0, 'Babar Book Depot', '31.5566217,74.3038134', NULL, '2025-10-14 15:24:18', 1, 'orange', 'Attended Summit', '2025-10-13 07:43:43'),
(1596, 30, 'Al Riaz Academy', 'Ali Pur Chattha', NULL, '', 'Mr.Riaz Ahmad', 'Mr.Riaz Ahmad', '+923446574701', '+923446574701', '-- Select --', 0, '', '', 0, 'Babar Book Depot', '31.5566217,74.3038134', NULL, '2025-10-14 15:45:37', 1, 'orange', 'Attended Summit', '2025-10-13 07:45:18'),
(1597, 30, 'Bright Future School', 'Ali Pur Chattha', NULL, '', 'Madam Falak', 'Madam Falak', '+923454558057', '+923454558057', '-- Select --', 0, '', '', 0, 'Babar Book Depot', '31.5566217,74.3038134', NULL, '2025-10-14 15:43:08', 1, 'orange', 'Attended Summit', '2025-10-13 07:46:22'),
(1598, 30, 'Rising Star School System', 'Ali Pur Chattha Noin Wala', NULL, '', 'Madam Humaira Bilal', '', '+923167800425', '+923167800425', '-- Select --', 0, '', '', 0, 'Babar Book Depot', '31.5566217,74.3038134', NULL, '2025-10-20 11:17:06', 1, 'orange', 'Attended Summit', '2025-10-13 07:47:03'),
(1599, 30, 'Wisdom Science School', 'Noin Wala Ali Pur Chattha', NULL, '', 'Madam Uzma', '', '+923476581506', '+923476581506', '-- Select --', 0, '', '', 0, 'Babar Book Depot', '31.5566217,74.3038134', NULL, '2025-10-14 15:37:11', 1, 'orange', 'Attended Summit', '2025-10-13 07:47:47'),
(1600, 8, 'AK learning school', 'Faisalabad', NULL, 'Dasuha, samundri road', 'Sir Muhammad Ahmad', 'Sir Muhammad Ahmad', '+9203009135526', '+9203009135526', 'High School', 2000, '', '', 0, 'Waqas', '31.3076479,73.0387195', NULL, '2025-10-13 13:16:21', 0, NULL, NULL, '2025-10-13 07:48:38'),
(1601, 30, 'Al Rehman Grammar High School', 'Noin Wala Ali Pur Chattha', NULL, '', 'Abid Ur Rehman Sajid', '', '+923007447023', '+923007447023', '-- Select --', 0, '', '', 0, 'Babar Book Depot', '31.5566217,74.3038134', NULL, '2025-10-14 15:17:45', 1, 'orange', 'Attended Summit', '2025-10-13 07:49:39'),
(1602, 30, 'Saharah Ideal School', 'Noin Wala Ali Pur Chattha', NULL, '', 'Mr. Shahbaz', '', '+923446018249', '+923446018249', '-- Select --', 0, '', '', 0, 'Babar Book Depot', '31.5566217,74.3038134', NULL, '2025-10-20 15:14:51', 1, 'orange', 'Attended Summit', '2025-10-13 07:50:16'),
(1603, 30, 'Inqilab Grammar School', 'Kot Fazla  Ali Pur Chattha', NULL, '', 'Madam', '', '+923225531330', '+923225531330', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 12:02:00', 1, 'orange', 'Attended Summit', '2025-10-13 07:51:01'),
(1604, 30, 'New Vision Public School', 'Kot Fazla  Ali Pur Chattha', NULL, '', 'Mr. Ahmad Raza', '', '+923005453087', '+923005453087', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 12:00:39', 1, 'orange', 'Attended Summit', '2025-10-13 07:51:40'),
(1605, 30, 'Guiders Education School System', 'Wazir K Ali Pur Chattha', NULL, '', 'Mr.Ali Raza Awan', '', '+923056172653', '+923056172653', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 11:59:18', 1, 'orange', 'Attended Summit', '2025-10-13 07:52:15'),
(1606, 30, 'Ahmad Public School', 'Sharan Chattha', NULL, '', 'Madam Saira', '', '+923008124009', '+923008124009', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 11:58:12', 1, 'orange', 'Attended Summit', '2025-10-13 07:52:54'),
(1607, 30, 'Efa School System', 'Saharan Ali Pur Chattha', NULL, '', 'Madam Farzana', '', '+923058642111', '+923058642111', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 11:54:40', 1, 'orange', 'Attended Summit', '2025-10-13 07:53:27'),
(1608, 3, 'FALCAN SCHOOL SYSTEM', 'LHR', NULL, '', 'Sir Malik Abdullsami', 'Mam', '+9203214217792', '+9203214217792', 'High School', 0, '', '', 0, 'Yosaf hanif', '31.5519941,74.2988054', NULL, '2025-10-13 13:29:36', 0, NULL, NULL, '2025-10-13 07:53:48'),
(1609, 30, 'New Cambridge High School', 'Verpal Chattha Ali Pur Chattha', NULL, '', 'Mrs.Saeed Ahmad', '', '+923035781419', '+923035781419', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 11:52:21', 1, 'orange', 'Attended Summit', '2025-10-13 07:54:05'),
(1610, 30, 'Good Mission School System', 'Saharan Chattha Ali Pur Chattha', NULL, '', 'Mr. Qaisar Chattha', '', '+923016364902', '+923016364902', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 11:50:39', 1, 'orange', 'Attended Summit', '2025-10-13 07:54:37');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(1611, 30, 'Lancaster High School', 'Maka Wala Nokhar Ali Pur Chattha', NULL, '', 'Madam Shavaiza', '', '+923426525977', '+923426525977', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 11:49:00', 1, 'orange', 'Attended Summit', '2025-10-13 07:55:19'),
(1612, 30, 'Chattha English Academy Nai Wala', 'Nai Wala Ali Pur Chattha', NULL, '', 'Mr. Zulfiqar Ahmad', '', '+923016621736', '+923016621736', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 11:45:53', 1, 'orange', 'Attended Summit', '2025-10-13 07:55:56'),
(1613, 3, 'THE QUAID  SCHOOL SYSTEM', 'LHR', NULL, '', 'Sir Shazad', 'Mam', '+9203317145414', '+9203317145414', 'High School', 150, '2026-03', '2025-12', 1, 'Yosaf hanif', '31.5518224,74.2985695', NULL, '2025-10-13 13:29:30', 0, NULL, NULL, '2025-10-13 07:56:26'),
(1614, 30, 'Tameer e Milat School', 'Nai Wala Chattha Ali Pur Chattha', NULL, '', 'Dr. Manzoor Ahmad Chattha', '', '+923016684244', '+923016684244', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 11:43:14', 1, 'orange', 'Attended Summit', '2025-10-13 07:56:33'),
(1615, 30, 'Al Hamad Grammar School', 'O Lakh  Ali Pur Chattha', NULL, '', 'Mr. Akram Sahib', '', '+923006418681', '+923006418681', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 11:23:29', 1, 'orange', 'Attended Summit', '2025-10-13 07:57:18'),
(1616, 16, 'Fast grmmer', 'Multan', NULL, 'Old Shuja Abad road', 'Ausaf Ali', 'Ausaf Ali', '+9203006308627', '+9203156308627', 'High School', 1800, '2026-01', '2025-11', 0, '', '30.2369181,71.4795949', NULL, '2025-10-13 13:19:26', 0, NULL, NULL, '2025-10-13 07:57:47'),
(1617, 30, 'Oxford Grammar School', 'Bucha Chattha Ali Pur Chattha', NULL, '', 'Mr. Ansar Chattha', '', '+923016668161', '+923016668161', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 11:18:52', 1, 'orange', 'Attended Summit', '2025-10-13 07:57:50'),
(1618, 3, 'Abdali Grammar School system', 'LHR', NULL, '', 'Sir Ahmad', 'Sir', '+9203225558247', '+9203225558247', 'High School', 115, '2026-02', '2025-12', 2, 'Yosaf hanif', '31.5519827,74.298854', NULL, '2025-10-13 13:29:25', 1, 'orange', 'Need Samples', '2025-10-13 07:58:09'),
(1619, 16, 'Dar a Hussain welfare school', 'Multan', NULL, 'Ghangla Chowk', 'M Bilal', 'M Bilal', '+9203057302079', '+9203057302079', 'Primary', 160, '2026-01', '2025-11', 0, '', '30.2369212,71.4795974', NULL, '2025-10-13 13:19:31', 0, NULL, NULL, '2025-10-13 08:08:22'),
(1620, 30, 'Aoun Educator School Wazir K Chattha', 'Wazir K Chattha Ali Pur Chattha', NULL, '', 'Mrs. Imran Butt', '', '+9203245457512', '+9203245457512', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566217,74.3038134', NULL, '2025-10-20 11:19:58', 1, 'orange', 'Attended Summit', '2025-10-13 08:11:18'),
(1621, 21, 'Shaheen Science School', 'Qaboola', NULL, 'Qaboola City', 'Allah Datta', 'Allah Datta', '+9203000121293', '+9203000121293', 'High School', 300, '2026-02', '2025-11', 1, 'Self', '30.485905,73.3476517', NULL, '2025-10-14 09:53:16', 0, NULL, NULL, '2025-10-13 13:31:51'),
(1622, 21, 'The Seek School', 'Qaboola', NULL, 'Qaboola City', 'Muhammad Niaz', 'Muhammad Niaz', '+9203000872042', '+92030008872042', 'Primary', 250, '2026-02', '2025-11', 1, 'Self', '30.4877186,73.3478827', NULL, '2025-10-14 09:53:09', 0, NULL, NULL, '2025-10-13 13:33:51'),
(1623, 21, 'Hope Grammar School', 'Qaboola', NULL, 'Qaboola City', 'Muhammad Kashif', 'Muhammad Kashif', '+9203017917516', '+9203017917516', 'High School', 700, '2026-02', '2025-12', 2, 'Self', '30.4857133,73.3478817', NULL, '2025-10-14 09:09:30', 0, NULL, NULL, '2025-10-13 13:36:22'),
(1624, 21, 'Misali Zakariya School', 'Qaboola', NULL, 'Qaboola City', 'Sibguatullah', 'Sibguatullah', '+9203017447137', '+9203017447137', 'Middle', 270, '2026-03', '2025-12', 1, 'Self', '30.486103,73.3481431', NULL, '2025-10-14 09:09:24', 0, NULL, NULL, '2025-10-13 13:39:38'),
(1625, 21, 'Knowledge School', 'Qaboola', NULL, 'Qaboola City', 'Maqsood Sab', 'Masqood Ø³Ø¨', '+9203026903133', '+9203026903133', 'Primary', 200, '2026-02', '2025-12', 1, 'Self', '30.4857169,73.3476044', NULL, '2025-10-14 09:52:58', 0, NULL, NULL, '2025-10-13 13:41:57'),
(1626, 15, 'bright pakistan school', 'gamber', NULL, 'gamber coty', 'sir bilal', 'sir bilal', '+9203147553231', '+9203147553231', 'High School', 450, '2026-01', '2025-11', 1, 'irfan', '30.744127185570672,73.33834221253719', NULL, '2025-10-14 10:17:55', 0, NULL, NULL, '2025-10-14 05:09:19'),
(1627, 4, 'School of leader', 'Lahore', NULL, 'Badami bagh', 'Mam', 'Mam', '+9203008408035', '+9203008408035', 'High School', 300, '2026-01', '2025-11', 1, 'Direct purchase', '31.6036884,74.3324903', NULL, '2025-11-04 17:07:44', 0, NULL, NULL, '2025-10-14 05:19:40'),
(1628, 8, 'Oxford Grammar school', 'Faisalabad', NULL, 'Tariqabad', 'Sir Rizwan', 'Sir Rizwan', '+9203017032708', '+9203017032708', 'High School', 400, '2026-03', '2026-02', 1, 'Waqas', '31.4241697,73.1035113', NULL, '2025-10-14 10:35:48', 0, NULL, NULL, '2025-10-14 05:20:41'),
(1629, 4, 'British school system', 'Lahore', NULL, 'Tajpura', 'Miss Sofia butt', 'Miss Sofia butt', '+9203044108048', '+9203044108048', 'High School', 300, '2026-02', '2025-12', 1, 'Direct purchase', '31.5918544,74.3389614', NULL, '2025-10-14 12:06:55', 0, NULL, NULL, '2025-10-14 05:42:01'),
(1630, 16, 'Heaven school', 'Multan', NULL, 'Rajwana road', 'M mursaleen', 'M mursaleen', '+9203006340178', '+9203006340178', 'Middle', 185, '2026-01', '2025-11', 0, '', '30.1621795,71.4921451', NULL, '2025-10-14 11:12:17', 0, NULL, NULL, '2025-10-14 05:53:34'),
(1631, 16, 'Bright On', 'Multan', NULL, 'Arslan town', 'Rashid sb', 'Rashid sb', '+9203022480046', '+9203022480046', 'Middle', 320, '2026-01', '2025-11', 0, '', '30.1623933,71.4921664', NULL, '2025-10-14 11:12:51', 0, NULL, NULL, '2025-10-14 05:56:15'),
(1632, 4, 'Nestors school', 'Lahore', NULL, 'Chah miran', 'Sir', 'Sir', '+9204237606532', '+9204237606532', 'High School', 500, '2026-02', '2025-11', 1, 'Open list', '31.5855317,74.3457917', NULL, '2025-10-14 12:06:48', 0, NULL, NULL, '2025-10-14 05:58:59'),
(1633, 8, 'Kindergarden Muslim girls high school', 'Faisalabad', NULL, 'Tariqabad', 'Miss Sumaira', 'Miss Sumaira', '+9203017036296', '+9203017036296', 'High School', 1100, '2026-03', '2026-01', 1, 'Waqas', '31.4245849,73.0993683', NULL, '2025-10-14 11:09:50', 0, NULL, NULL, '2025-10-14 06:04:22'),
(1634, 28, 'Spring Dale Grammar School', 'Karachi', NULL, 'Orangi', 'Sir Arif', 'Sir Arif', '+920303666575', '+920303666575', 'High School', 800, '2026-04', '2025-12', 1, '', '24.9486117,67.0080542', NULL, '2025-11-07 15:54:12', 0, NULL, NULL, '2025-10-14 06:10:20'),
(1635, 28, 'Rose house grammar school sec 8', 'Karachi', NULL, 'Orangi', 'Sir Mukhtar', 'Sir Akbar', '+9203121295710', '+9203121295710', 'High School', 1000, '2026-04', '2025-12', 1, '', '24.948219,67.0114259', NULL, '2025-10-14 12:38:24', 0, NULL, NULL, '2025-10-14 06:23:41'),
(1636, 4, 'School creativity', 'Lahore', NULL, 'Chah miran', 'Sir Bilal', 'Sir Bilal', '+9203219073640', '+9203219073640', 'High School', 700, '2026-02', '2025-11', 2, 'Tanvir', '31.5877061,74.3509856', NULL, '2025-11-12 11:21:28', 0, NULL, NULL, '2025-10-14 06:30:14'),
(1637, 28, 'Helicon Grammar School', 'Karachi', NULL, 'Orangi', 'Farrukh', 'Farrukh', '+9203072687247', '+9203072687247', 'High School', 1100, '2026-03', '2025-12', 2, '', '24.9477488,67.0113302', NULL, '2025-10-14 12:24:17', 0, NULL, NULL, '2025-10-14 06:40:47'),
(1638, 8, 'City islamic school', 'Faisalabad', NULL, 'Tariqabad', 'Miss Ashmina', 'Miss Ashmina', '+9203007684256', '+9203007684256', 'Middle', 400, '2026-03', '2025-12', 2, 'Waqas', '31.4259574,73.1026399', NULL, '2025-10-14 13:11:42', 1, NULL, 'talk to you later .Tomorrow 23rd October', '2025-10-14 06:43:46'),
(1639, 10, 'excellence school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'ramzan dab', 'ramzan sab', '+9203414063197', '+9203414063197', 'Middle', 430, '2026-03', '2025-12', 0, 'mixed', '32.0759083,72.7045967', NULL, '2025-10-14 12:48:10', 1, 'orange', 'Internet issue.', '2025-10-14 07:17:12'),
(1640, 4, 'New Cannt Public School', 'Lahore', NULL, 'Cannt', 'Mrs Tehmina', 'Mrs Tehmina', '+9203004459198', '+9203004459198', 'High School', 4000, '2026-02', '2025-12', 5, 'School shop', '31.5498395,74.3969063', NULL, '2025-10-14 13:14:33', 1, 'green', '', '2025-10-14 07:21:29'),
(1641, 4, 'Daffodils School', 'Lahore', NULL, 'Cannt', 'Sir Arshad', 'Sir Arshad', '+9204236660888', '+9204236660888', 'High School', 300, '2026-03', '2025-12', 2, 'Mubee', '31.5495165,74.3945025', '2025-12-12', '2025-10-14 13:14:27', 1, 'grey', 'Not able to conact', '2025-10-14 07:37:41'),
(1642, 10, 'zaib grammar school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'shahbaz sÃ b', 'shahbaz sÃ b', '+9203009606091', '+9203009606091', 'Middle', 430, '2026-03', '2025-12', 0, 'mixed', '32.0608322,72.6864144', NULL, '2025-11-15 10:53:37', 1, 'grey', 'Not Pick the call', '2025-10-14 07:45:58'),
(1643, 29, 'The Hawk Ridge School', 'Saharan Chattha Ali Pur Chattha', NULL, '', 'Mr. Azeem Ahmad', '', '+923088548495', '+923088548495', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, NULL, 1, 'orange', 'Attended Summit', '2025-10-14 08:23:07'),
(1644, 30, 'Pakistan Foundation School', 'Botala Jhandha Singh Pur', NULL, '', 'Mr. Arshad Sb', '', '+923077863133', '+923077863133', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 14:56:50', 1, 'orange', 'Attended Summit', '2025-10-14 08:34:49'),
(1645, 30, 'Dar e Arqam School', 'Botala Jhandha Singh Pur', NULL, '', 'Mr. Khalid Mehmood', '', '+923076459985', '+923076459985', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 12:02:41', 1, 'orange', 'Attended Summit', '2025-10-14 08:35:32'),
(1646, 30, 'Ever Green Punjab School', 'Botala', NULL, '', 'Hafiz Muhammad Ishaq', '', '+923456595558', '+923456595558', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-14 15:07:57', 1, NULL, 'Attended Summit', '2025-10-14 08:36:00'),
(1647, 30, 'Sun Rise School System', 'Bhoma Batth', NULL, '', 'Mr. Raheel Batth', '', '+923008169000', '+923008169000', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 15:28:57', 1, 'orange', 'Attended Summit', '2025-10-14 08:36:30'),
(1648, 30, 'Kings Land School System', 'Klassky', NULL, '', 'Mr. Kashif Fayyaz', '', '+923364273234', '+923364273234', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-14 14:57:32', 1, 'orange', 'Attended Summit', '2025-10-14 08:36:55'),
(1649, 30, 'Sun Rise Islamia School', 'Klassky Ali Pur Chattha', NULL, '', 'Mr. Zahid Naveed', '', '+923006446470', '+923006446470', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 15:23:47', 1, 'orange', 'Attended Summit', '2025-10-14 08:37:31'),
(1650, 30, 'abc', 'abc', NULL, '', 'abc', '', '+923055669326', '+923055669326', '-- Select --', 0, '', '', 0, 'abc', '31.5566175,74.3037885', NULL, '2025-10-14 14:52:47', 1, 'orange', 'Attended Summit', '2025-10-14 08:38:41'),
(1651, 30, 'Sadiq Memorial School', 'Makkah Colony Ali Pur Chattha', NULL, '', 'Madam Faiza', '', '+923088023365', '+923088023365', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 15:22:09', 1, 'orange', 'Attended Summit', '2025-10-14 08:39:13'),
(1652, 30, 'Beacon Rise School', 'Ali Pur Chattha', NULL, '', 'Mr. Zaman Ahmad', '', '+923007459524', '+923007459524', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 15:20:24', 1, 'orange', 'Attended Summit', '2025-10-14 08:39:43'),
(1653, 30, 'Dar e Arqam School', 'Ali Pur Chattha', NULL, '', 'Mr. Rashid Nazar', '', '+923008158891', '+923008158891', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 15:16:02', 1, 'orange', 'Attended Summit', '2025-10-14 08:40:16'),
(1654, 30, 'Divine Public School', 'Ali Pur Chattha', NULL, '', 'Dr. Zahid Majeed', '', '+923444319177', '+923444319177', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 15:31:06', 1, 'orange', 'Attended Summit', '2025-10-14 08:40:40'),
(1655, 30, 'Leads School System', 'Ali Pur Chattha', NULL, '', 'Madam Uzma Aslam Cheema', '', '+923496138309', '+923496138309', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 15:11:13', 1, 'orange', 'Attended Summit', '2025-10-14 08:41:08'),
(1656, 30, 'The Paragon School', 'Ali Pur Chattha', NULL, '', 'Ali Pur Chattha', '', '+923051922693', '+923051922693', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 15:02:14', 1, 'orange', 'Attended Summit', '2025-10-14 08:41:50'),
(1657, 30, 'The United School System', 'Ali Pur Chattha', NULL, '', 'Mr. Shamas Ul Hassan Chattha', '', '+923456575199', '+923456575199', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 15:08:46', 1, 'orange', 'Attended Summit', '2025-10-14 08:42:14'),
(1658, 30, 'SS Cadet School', 'Ali Pur Chattha', NULL, '', 'Mr. Captain Shahzad', '', '+923130007050', '+923130007050', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 15:00:37', 1, 'orange', 'Attended Summit', '2025-10-14 08:42:41'),
(1659, 30, 'Jinnah International Public School', 'Ali Pur Chattha', NULL, '', 'Mr. Raffaqat Ali', '', '+923246448213', '+923246448213', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 10:48:16', 1, 'orange', 'Attended Summit', '2025-10-14 08:43:13'),
(1660, 30, 'MCM High School', 'Ali Pur Chattha', NULL, '', 'Mr. Saeed Zia', '', '+923066600294', '+923066600294', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566175,74.3037885', NULL, '2025-10-20 12:04:29', 1, 'orange', 'Attended Summit', '2025-10-14 08:43:40'),
(1661, 23, 'Nusrat Model High School', 'Lahore', NULL, 'Shahdra', 'Ghulam Hussain', 'Ghulam Hussain', '+9203215494338', '+9203215494338', 'Middle', 1200, '2026-01', '2025-11', 1, 'Mirza Tahir Shahdra', '31.5566453,74.3037168', NULL, '2025-11-17 12:35:44', 1, 'grey', 'number busy. PTCL', '2025-10-14 11:00:36'),
(1662, 23, 'Star Boys High School', 'Lahore', NULL, 'Shahdra', 'Malik Sheraz', 'Malik  Sheraz', '+9203334746101', '+9203334746101', 'High School', 300, '2026-01', '2025-11', 3, 'Mirza Tahir Shahdra', '31.5566328,74.3037557', NULL, '2025-10-15 12:41:01', 1, 'grey', 'No one pick the call.', '2025-10-14 11:23:29'),
(1663, 23, 'Al Noor Group of School', 'Lahore', NULL, 'Shahdra', 'Muhammad Ayaz', 'Muhammad Ayaz', '+9203249457641', '+9203249457641', 'Middle', 1200, '2026-01', '2025-11', 2, 'Mirza Tahir Shahdra', '31.5566091,74.3037264', NULL, '2025-10-15 12:40:45', 1, 'grey', 'No one pick the call.', '2025-10-14 11:26:28'),
(1664, 23, 'inayat High School', 'Lahore', NULL, 'Shahdra', 'Maam Rabia', 'Maam Rabia', '+9203324410666', '+9203324410666', 'Middle', 200, '2026-01', '2025-11', 2, 'Mirza Tahir Shahdra', '31.5566321,74.3037327', NULL, '2025-10-15 12:40:28', 1, 'grey', 'No one pick the call.', '2025-10-14 11:30:33'),
(1665, 23, 'Sunshine High School', 'Lahore', NULL, 'Shahdra', 'Ma\'am Mehwish Zia', 'Ma\'am Mehwish Zia', '+9203129034578', '+9203129034578', 'Middle', 225, '2026-02', '2025-11', 2, 'Mirza Tahir Shahdra', '31.5566168,74.3037488', NULL, '2025-10-15 12:40:08', 1, 'orange', 'Busy Call back after 20 mins', '2025-10-14 11:40:44'),
(1666, 23, 'ikhwanul Muslimin High School', 'Lahore', NULL, 'Shahdra', 'M. Tasleem Arif', 'M. Tasleem Arif', '+9203009415191', '+9203009415191', 'High School', 200, '2026-02', '2025-12', 1, 'Mirza Tahir Shahdra', '31.5566118,74.3037044', NULL, '2025-10-15 12:40:00', 1, 'orange', '', '2025-10-14 11:47:16'),
(1667, 24, 'The laurel Grammer school', 'Lahore', NULL, 'Iqbal block itfaaq town lahore', '', '', '+9203236841234', '+9203236841234', 'High School', 200, '2026-01', '2025-11', 1, 'Open', '31.5566336,74.3036883', NULL, '2025-10-15 09:07:04', 1, 'grey', 'Not pick the call.', '2025-10-14 11:54:36'),
(1668, 6, 'Victory School System', 'Lahore', NULL, 'mughalpura', 'sir Ramzan', 'Sir Ramzan', '+9204236881951', '+92042368881951', 'High School', 1500, '2026-03', '2025-12', 1, 'Mughal book depot', '31.5566691,74.3037182', NULL, '2025-10-15 12:39:01', 1, 'orange', 'Mamm is on round . Call us back \n27 October', '2025-10-14 12:00:46'),
(1669, 6, 'Al Faisal Model Girls High School', 'Lahore', NULL, 'Allama Iqbal Road', 'sir', 'sir', '+9203361452454', '+9203361452454', 'High School', 300, '2026-03', '2025-12', 1, 'School', '31.5565805,74.3037954', NULL, '2025-10-15 12:39:14', 1, 'grey', 'Not Pick the call.', '2025-10-14 12:07:39'),
(1670, 24, 'Nara school', 'Lahore', NULL, 'Itifaq town masoora', '', '', '+9203000258423', '+9203000258423', 'High School', 100, '2026-02', '2025-11', 1, 'Open', '31.5567142,74.3036948', NULL, '2025-10-15 09:06:57', 1, 'grey', 'Not answering PTCL', '2025-10-14 12:09:10'),
(1671, 24, 'Lauren\'s school', 'Lahore', NULL, '96 saleem block itifaq town', 'Mr Imran nasir', 'Mr Imran nasir', '+9203004136606', '+9203004136606', 'High School', 100, '2026-01', '2025-12', 1, 'Open', '31.5566345,74.3037208', NULL, '2025-10-15 09:06:48', 1, 'grey', 'Not Pick the call', '2025-10-14 12:11:56'),
(1672, 24, 'Green flag school', 'Lahore', NULL, 'Ahmad block multan road', 'Miss naveeda rizwan', 'Miss naveeda rizwan', '+9203316397777', '+9203316397777', 'High School', 100, '2026-01', '2025-10', 1, 'Open', '31.5566417,74.3037488', NULL, '2025-10-30 16:02:00', 1, 'grey', 'Not Answering', '2025-10-14 12:14:43'),
(1673, 6, 'Muslim Angels School System', 'Lahore', NULL, 'Tajpura', 'Riasat Ali', 'Riasat Ali', '+9203004425389', '+9203004425389', 'High School', 400, '2026-03', '2025-12', 2, 'school', '31.5566387,74.30367', NULL, '2025-10-15 12:38:50', 1, 'grey', 'Not Answering', '2025-10-14 12:14:50'),
(1674, 24, 'The beacon hall high school', 'Lahore', NULL, 'Itifaq town mansoora', 'Mr khalid', 'Mr khalid', '+9203214288246', '+9203214288246', 'High School', 150, '2026-03', '2025-11', 1, 'Open', '31.5566731,74.3037167', NULL, '2025-10-27 11:58:21', 1, 'orange', 'Send Samples In mid of November.', '2025-10-14 12:16:41'),
(1675, 6, 'Crescent Grammar School', 'Lahore', NULL, 'Sadar', 'Rehan Ahmed', 'Rehan Ahmed', '+9203214015988', '+9203008081555', 'Middle', 250, '2026-03', '2026-01', 1, 'school', '31.5566387,74.30367', NULL, '2025-10-15 12:38:37', 1, 'orange', 'Call Me after 1 hour.', '2025-10-14 12:19:22'),
(1676, 24, 'Azeem cadet school', 'Lahore', NULL, 'Ramanpura colony', 'Mr shazan', 'Miss laiqa', '+9203066803175', '+9203066803175', 'High School', 150, '2026-01', '2025-10', 1, 'Open', '31.5566895,74.303685', NULL, '2025-10-15 09:06:25', 1, 'grey', 'Not Pick the call', '2025-10-14 12:21:05'),
(1677, 24, 'Let\'s do it school', 'Lahore', NULL, 'Shah kamal colony Rehmanpura', 'Miss ana', 'Miss ana', '+9203290351955', '+9203290351955', 'High School', 150, '2026-09', '2025-10', 1, 'Open', '31.5566741,74.3036757', NULL, '2025-10-27 12:04:10', 1, 'orange', 'Session starts in September. Send Samples In July 2026. Willing to adopt.', '2025-10-14 12:23:27'),
(1678, 6, 'Icon school system', 'Lahore', NULL, 'fategarh', 'sir Fayaz Ali', 'Sir Fayaz Ali', '+9203224919619', '+9203224919619', 'Middle', 200, '2026-03', '2026-01', 1, 'direct purchase', '31.5566253,74.3037186', NULL, '2025-10-27 12:06:53', 1, 'orange', 'Send us Samples in December .', '2025-10-14 12:26:09'),
(1679, 21, 'The Arqam School', 'Pakpattan', NULL, 'pakpattan', 'Shabir Ahmad', 'Shabir Ahmad', '+9203006940383', '+9203006940383', 'Primary', 250, '2026-02', '2025-11', 1, 'Self', '30.4862433,73.3481933', NULL, '2025-10-15 09:57:06', 1, 'grey', NULL, '2025-10-14 12:49:26'),
(1680, 21, 'The Oxford Education School', 'Pakpattan', NULL, 'pakpattan', 'Miss Sumbal', 'Miss Sumbal', '+9203236127455', '+9203236127455', 'Middle', 400, '2026-01', '2025-11', 1, 'Self', '30.48611,73.3478483', NULL, '2025-10-15 09:57:19', 1, 'orange', 'He Save Our Num and said will inform you today. 28th October 2025.', '2025-10-14 12:52:24'),
(1681, 21, 'Al Fareed School', 'Pakpattan', NULL, 'pakpattan', 'Asid Sab', 'Asid Sab', '+9203017789535', '+9203017789535', 'High School', 1500, '2026-01', '2025-11', 2, 'open', '30.4861633,73.3479217', NULL, '2025-11-18 13:47:46', 1, 'grey', 'No one pick the call.', '2025-10-14 12:55:57'),
(1682, 21, 'The Smart School', 'Pakpattan', NULL, 'pakpattan', 'Najma', 'Najma', '+9203061352644', '+9203061352644', 'Middle', 450, '2026-01', '2025-11', 1, 'Self', '30.4862867,73.3483017', NULL, '2025-10-16 09:57:46', 0, NULL, NULL, '2025-10-14 12:59:25'),
(1683, 21, 'Rizwan Educational School', 'Pakpattan', NULL, 'pakpattan', 'Rizwan Ahmad', 'Rizwan Ahmad', '+9203056727702', '+9203056727702', 'Primary', 200, '2025-12', '2025-11', 1, 'Self', '30.4860783,73.347715', NULL, '2025-10-15 09:58:06', 0, NULL, NULL, '2025-10-14 13:03:55'),
(1684, 26, 'FATIMA MEMORIAL SCHOOL', 'SIALKOT', NULL, 'KASHMIRI MUHALLA', 'SIR RAJA BUTT', 'SIR RAJA BUTT', '+9203006107142', '+9203006107142', 'High School', 250, '2025-02', '2025-12', 1, 'AHMED BOOK DEPOT', '32.45,74.58', NULL, '2025-10-15 11:04:32', 0, NULL, NULL, '2025-10-14 15:44:25'),
(1685, 26, 'KAH EDUCATION NEST', 'SIALKOT', NULL, 'AHMED NAGAR, ZAFAR WAL ROAD', 'MADAM', 'MADAM', '+9203217113437', '+9203217113437', 'High School', 270, '2025-02', '2025-12', 1, 'AHMED BOOK DEPOT', '32.45,74.58', NULL, '2025-10-15 11:03:42', 0, NULL, NULL, '2025-10-14 15:49:15'),
(1686, 21, 'Allama Iqbal School', 'Arifwala', NULL, 'Kot Heera Singh', 'Qri Kashif Sab', 'Qri Kashif Sab', '+9203414019786', '+9203414019786', 'Middle', 250, '2026-02', '2025-11', 1, 'Ramzan Book Center Rang Shah', '30.3358033,73.2120283', NULL, '2025-10-15 09:59:54', 0, NULL, NULL, '2025-10-15 04:00:04'),
(1687, 15, 'bismillah education school', 'okara', NULL, 'near railway station', 'atta ur rehman', 'atta ur rehman', '+9203007907578', '+9203007907578', 'High School', 400, '2026-02', '2025-12', 1, 'irfan', '30.803725748757177,73.44336442575342', NULL, '2025-10-15 12:43:31', 0, NULL, NULL, '2025-10-15 04:12:02'),
(1688, 6, 'Asfia Educational System', 'Lahore', NULL, 'sadar', 'Fozia Tariq', 'Fozia Tariq', '+9203011113399', '+9203011113399', 'Middle', 200, '2026-03', '2025-12', 1, 'school', '31.5513574,74.3786515', NULL, '2025-10-15 12:38:31', 0, NULL, NULL, '2025-10-15 04:19:24'),
(1689, 9, 'Victory education system', 'Shakargarh', NULL, 'Dinpur', 'Rimsha Naseer', 'Rimsha naseer', '+9203452214152', '+9203452214152', 'High School', 120, '2026-01', '2025-11', 0, '', '32.2594877,75.170752', NULL, '2025-10-15 10:57:41', 0, NULL, NULL, '2025-10-15 04:47:39'),
(1690, 11, 'John kids school system', 'Narowal', NULL, 'Village Dhadiala', '', '', '+9203407250251', '+9203407250251', 'High School', 350, '2026-03', '2025-10', 0, '.', '32.108108108108105,74.85467381266905', NULL, '2025-10-15 10:54:34', 0, NULL, NULL, '2025-10-15 04:49:36'),
(1691, 15, 'CherryDale school', 'okara', NULL, 'railway line', 'mam', 'mam', '+9203312000327', '+9203312000327', 'High School', 300, '2026-01', '2025-11', 1, 'irfam book', '30.800814159997827,73.43353567164422', NULL, '2025-10-15 12:43:11', 0, NULL, NULL, '2025-10-15 04:55:31'),
(1692, 28, 'Islamia Public School', 'Karachi', NULL, 'Orangi', 'Sir Khalid', 'Ma\'am Ghazala', '+9203008954068', '+9203343650601', 'High School', 2000, '2026-04', '2025-12', 1, '', '24.9644582,66.992335', NULL, '2025-11-01 16:55:29', 0, NULL, NULL, '2025-10-15 04:57:25'),
(1693, 9, 'KBL school dinpur', 'Shakargarh', NULL, 'Dinpur', 'Prof Abid khokhar', 'Prof Abid Khokhar', '+9203007766220', '+9203007766220', 'High School', 250, '2026-02', '2025-12', 0, '', '32.2550837,75.1767108', NULL, '2025-10-15 10:57:14', 0, NULL, NULL, '2025-10-15 05:01:18'),
(1694, 15, 'crescent school', 'okara', NULL, 'okara', 'ali raza', 'ali raza', '+9203056737154', '+9203056737154', 'High School', 300, '2026-03', '2026-01', 1, 'irfan book', '30.800814159997827,73.43353567164422', NULL, '2025-10-15 12:43:05', 0, NULL, NULL, '2025-10-15 05:10:36'),
(1695, 30, 'Pen School System', 'Ali Pur Chattha', NULL, '', 'Mr. Umar Farooq', '', '+923007446960', '+923007446960', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 11:19:07', 1, 'orange', 'Attended Summit', '2025-10-15 05:27:39'),
(1696, 25, 'Ghazali model school', 'Helan', NULL, 'Phalia', 'Abdul haleem', 'Same', '+9203458590003', '+9203458590003', 'Middle', 450, '2026-02', '2025-12', 1, 'Jinnah book phalia', '32.4940433,73.6583133', NULL, '2025-10-15 12:36:35', 0, NULL, '', '2025-10-15 05:28:24'),
(1697, 30, 'Oxford Public Model School', 'Rukan Pur', NULL, '', 'Mr. Naseer Ahmad', '', '+923006410298', '+923006410298', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 11:23:49', 1, 'orange', 'Attended Summit', '2025-10-15 05:28:36'),
(1698, 30, 'The Savvy School', 'Ali Pur Chattha', NULL, '', 'Mr. Farrukh Ijaz Chattha', '', '+923490757320', '+923490757320', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, NULL, 1, 'orange', 'Attended Summit', '2025-10-15 05:29:13'),
(1699, 30, 'Royal Cambridge School', 'Ali Pur Chattha', NULL, '', 'Mr. Hasnain Bilal', '', '+923214463747', '+923214463747', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 14:41:13', 1, 'orange', 'Attended Summit', '2025-10-15 05:29:56'),
(1700, 30, 'Ken Public School', 'Jhokhia', NULL, '', 'Mr. Zeeshan Parvaiz', '', '+923034793642', '+923034793642', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 14:42:24', 1, 'orange', 'Attended Summit', '2025-10-15 05:31:18'),
(1701, 30, 'Al Noor Public School', 'Jhokhia', NULL, '', 'Mr. Kamran Ahmad', '', '+923086410047', '+923086410047', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 14:43:37', 1, 'orange', 'Attended Summit', '2025-10-15 05:31:52'),
(1702, 30, 'Educated Villagers School', 'Dhela Chattha', NULL, '', 'Mr. Usman Khokhar', '', '+923426061813', '+923426061813', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 14:49:51', 1, 'orange', 'Attended Summit', '2025-10-15 05:32:32'),
(1703, 30, 'Bright Future Science School', 'Dhela Chattha', NULL, '', 'Faisal Mehmood', '', '+923217437060', '+923217437060', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 14:36:08', 1, 'orange', 'Attended Summit', '2025-10-15 05:33:02'),
(1704, 30, 'Islamia Model School', 'Dera Jamoo', NULL, '', 'Mr. Imtiaz Ahmad', '', '+923448813878', '+923448813878', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 14:34:39', 1, 'orange', 'Attended Summit', '2025-10-15 05:34:41'),
(1705, 30, 'CSS (The Cert School System)', 'Jamke Chattha', NULL, '', 'Mr. Anwar Ali', '', '+923016400701', '+923016400701', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 14:33:19', 1, 'orange', 'Attended Summit', '2025-10-15 05:35:18'),
(1706, 30, 'CSS (The Cert School System)', 'Ali Pur Chattha', NULL, '', 'Mr. Iqbal Habib', '', '+923004517755', '+923004517755', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 14:31:56', 1, 'orange', 'Attended Summit', '2025-10-15 05:35:50'),
(1707, 30, 'Taleem International School', 'Verpal Chattha', NULL, '', 'Mr. Irfan Zia Chattha', '', '+923034891325', '+923034891325', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 14:30:23', 1, 'orange', 'Attended Summit', '2025-10-15 05:36:29'),
(1708, 30, 'New Misali Science Public School', 'Verpal Chattha', NULL, '', 'Mr. Hafiz Shahid Irshad', '', '+923032000784', '+923032000784', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 14:29:07', 1, 'orange', 'Attended Summit', '2025-10-15 05:37:07'),
(1709, 30, 'Civil Soldier School System', 'Pindori Khurd', NULL, '', 'Mr. Zubair Ahmad', '', '+923316434270', '+923316434270', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 14:25:56', 1, 'orange', 'Attended Summit', '2025-10-15 05:37:55'),
(1710, 30, 'Farhan Ideal School', 'Pindori Khurd', NULL, '', 'Madam', '', '+923416042343', '+923416042343', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 14:20:39', 1, 'orange', 'Attended Summit', '2025-10-15 05:38:30'),
(1711, 30, 'Hassan Public School', 'Manchar', NULL, '', 'Mr. Irfan Ali', '', '+923445749428', '+923445749428', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.555584,74.3047168', NULL, '2025-10-15 13:38:36', 1, 'orange', 'Attended Summit', '2025-10-15 05:39:05'),
(1712, 30, 'Amps School System', 'Salokhi Chattha', NULL, '', 'Mr. Ashfaq Ahmad', '', '+923056255735', '+923056255735', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 13:37:21', 1, 'orange', 'Attended Summit', '2025-10-15 05:39:38'),
(1713, 30, 'The Personality Developer School', 'Salokhi Chattha', NULL, '', 'Mr. Asif Nawaz', '', '+923008958089', '+923008958089', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 13:32:58', 1, 'orange', 'Attended Summit', '2025-10-15 05:40:09'),
(1714, 30, 'Iqra Public School', 'Manchar Nai Abadi', NULL, '', 'Mr. Anwar Ali', '', '+923455856283', '+923455856283', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 13:28:10', 1, 'orange', 'Attended Summit', '2025-10-15 05:40:38'),
(1715, 30, 'Sadiq Memorial School', 'Mandayala Chattha', NULL, '', 'Mr. Nusrat Abbas', '', '+923401356624', '+923401356624', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 13:24:32', 1, 'orange', 'Attended Summit', '2025-10-15 05:41:19'),
(1716, 30, 'Al Ghazi Foundation School', 'Mandayala Chattha', NULL, '', 'Madam Fatima Shabbir', '', '+923446618895', '+923446618895', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 13:21:42', 1, 'orange', 'Attended Summit', '2025-10-15 05:41:53'),
(1717, 30, 'The Elite School', 'Mandayala Chattha', NULL, '', 'Mr.Luqman Ali', '', '+923367445410', '+923367445410', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 13:19:22', 1, 'orange', 'Attended Summit', '2025-10-15 05:42:42'),
(1718, 30, 'Gift Higher Secondary School', 'Ali Pur Chattha', NULL, '', 'Mr. Umar Farooq', '', '+923006254646', '+923006254646', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 12:56:47', 1, NULL, NULL, '2025-10-15 05:43:09'),
(1719, 30, 'The Bright Laureate School', '', NULL, '', 'Mr. Javed Butt', '', '+923077283585', '+923077283585', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 12:46:19', 1, 'orange', 'Attended Summit', '2025-10-15 05:43:33'),
(1720, 30, 'Unique Model High School', 'Ali Pur Chattha', NULL, '', 'Madam Shehla', '', '+923066641133', '+923066641133', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 12:43:46', 1, 'orange', 'Attended Summit', '2025-10-15 05:44:20'),
(1721, 30, 'Al Ayesha Public School', 'Ali Pur Chattha', NULL, '', 'Mr. Nasir Tanveer', '', '+923007420386', '+923007420386', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 12:40:06', 1, 'orange', 'Attended Summit', '2025-10-15 05:44:47'),
(1722, 30, 'Pakistan Ideal Middle School', 'Ali Pur Chattha', NULL, '', 'Madam Misbah', '', '+923083135432', '+923083135432', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 12:36:51', 1, 'orange', 'Attended Summit', '2025-10-15 05:45:17'),
(1723, 30, 'Pelican School System', 'Ali Pur Chattha', NULL, '', 'Madam', '', '+923024650235', '+923024650235', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 12:35:06', 1, 'orange', 'Attended Summit', '2025-10-15 05:45:47'),
(1724, 25, 'Dar ul ilam scholars school', 'Helan', NULL, 'Phalia', 'Mam nabeela', 'Same', '+9203404898370', '+9203404898370', 'High School', 100, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.4920599,73.6595484', NULL, '2025-10-15 12:37:03', 0, NULL, NULL, '2025-10-15 05:46:23'),
(1725, 30, 'Sun Rise School', 'Sadha wali', NULL, '', 'Principal', '', '+923054299448', '+923054299448', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 12:24:35', 1, 'orange', 'Attended Summit', '2025-10-15 05:46:26'),
(1726, 30, 'Allama Iqbal Pilot School', 'Ali Pur Chattha', NULL, '', 'Mr. Shahid', '', '+923007418635', '+923007418635', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 12:21:38', 1, 'orange', 'Attended Summit', '2025-10-15 05:46:50'),
(1727, 30, 'Al Sitarah Model High School', 'Ali Pur Chattha', NULL, '', 'Madam Mahnaz', '', '+923072049514', '+923072049514', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 12:14:07', 1, 'orange', 'Attended Summit', '2025-10-15 05:47:12'),
(1728, 30, 'Mir Science School', 'Ali Pur Chattha', NULL, '', 'Mr. Mir Qasim', '', '+923455145026', '+923455145026', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 12:10:56', 1, 'orange', 'Attended Summit', '2025-10-15 05:48:07'),
(1729, 30, 'Pakistan Future Maker School', 'Jamke Chattha', NULL, '', 'Madam Azra', '', '+923425313688', '+923425313688', '-- Select --', 0, '', '', 0, 'Babar Book Depot Ali Pur Chattha', '31.5566232,74.3038228', NULL, '2025-10-15 12:09:05', 1, 'orange', 'Attended Summit', '2025-10-15 05:48:40'),
(1730, 10, 'learner school Joharabad', 'Joharabad', NULL, 'block no 6 Joharabad', 'akhtar sab', 'akhtar sab', '+9203006075058', '+9203006075058', 'Middle', 300, '2026-02', '2025-12', 0, 'will be shared', '32.2946508,72.2799698', NULL, '2025-10-15 12:33:32', 1, 'grey', '30th October Time 9:06am\nNot Pick the call.', '2025-10-15 05:49:00'),
(1731, 15, 'ABC school', 'okara', NULL, 'MA jinah  road', 'sir shoaib', 'sir shoaib', '+9203207000156', '+9203207000156', 'High School', 300, '2026-03', '2025-12', 1, 'irfan book', '30.80951690404189,73.43451444719075', NULL, '2025-10-15 12:43:54', 1, 'grey', '30th October Time 9:08am\nNot Pick the call.', '2025-10-15 05:59:49'),
(1732, 8, 'Usman blessing home high schools system', 'Faisalabad', NULL, 'Jinnah colony', 'Sir Afzal', 'Sir Afzal', '+9203009653648', '+9203009653648', 'High School', 1200, '2026-02', '2025-12', 5, 'Waqas', '31.4161103,73.056384', NULL, '2025-10-15 12:35:12', 1, 'grey', 'Sir Afzal Said i am on the road . Talk to u later.', '2025-10-15 06:05:01'),
(1733, 9, 'Super Career group of school', 'Shakargarh', NULL, 'Noorkot road', 'Ashfaq ch', 'Ashfaq ch', '+9203337773588', '+9203337773588', 'High School', 550, '2026-01', '2025-11', 0, '', '32.2596978,75.1614332', NULL, '2025-11-07 15:35:52', 1, 'grey', 'Not Pick the call.', '2025-10-15 06:07:44'),
(1734, 3, 'Rana cadet School', 'LHR', NULL, '', 'Rana Muhammad suleman', 'Mam', '+9204237582677', '+9204237582677', 'High School', 50, '2026-02', '2025-12', 1, 'Yosaf hanif', '31.5346085,74.3043045', NULL, '2025-10-15 12:44:44', 1, 'orange', 'Need Samples.', '2025-10-15 06:11:23'),
(1735, 10, 'comprehensive school Joharabad', 'Joharabad', NULL, 'civil line Joharabad', 'umar sab', 'umar sab', '+9203445008686', '+9203445008686', 'High School', 570, '2026-03', '2025-12', 0, 'student point Joharabad', '32.2843981,72.272421', NULL, '2025-10-15 12:32:54', 1, 'orange', 'Samples Received.', '2025-10-15 06:23:34'),
(1736, 4, 'Caps school', 'Lahore', NULL, 'Farooq gunj', 'Sir imran', 'Sir imran', '+9203244038299', '+9203244038299', 'High School', 250, '2026-01', '2025-11', 1, 'Direct purchase', '31.5881904,74.3258393', NULL, '2025-11-12 11:20:51', 1, 'grey', 'Not Pick the call.', '2025-10-15 07:08:00'),
(1737, 25, 'Urwa tul uska school', 'Helan', NULL, 'Phalia', 'Mam sobia', 'Same', '+9203484091211', '+9203484091211', 'High School', 270, '2026-03', '2026-01', 1, 'Pakistan book depot helan', '32.4864417,73.64948', NULL, '2025-10-30 09:45:07', 1, 'orange', 'she said send me link. if i like then plan to change,', '2025-10-15 07:09:05'),
(1738, 10, 'rashid minhas school Joharabad', 'Joharabad', NULL, 'civil line Joharabad', 'shehzad sab', 'shehzad sab', '+9203006905644', '+9203006905644', 'Middle', 600, '2026-03', '2025-12', 0, 'school point Joharabad', '32.2893167,72.2766617', NULL, '2025-11-04 17:19:59', 1, 'grey', 'Not pick the call.', '2025-10-15 07:12:47'),
(1739, 8, 'Niazi school system', 'Faisalabad', NULL, 'Razabad', 'Sir Mehboob', 'Sir Mehboob', '+9203336539761', '+9203336539761', 'High School', 150, '2026-01', '2025-11', 1, 'Waqas', '31.4266807,73.0486355', NULL, '2025-11-04 17:22:37', 1, 'orange', 'i send them lesson a link', '2025-10-15 07:31:44'),
(1740, 10, 'dar us salam Joharabad', 'Joharabad', NULL, 'civil line Joharabad', 'trust school Joharabad', 'mam asia', '+9203098e450468', '+9203098e450468', 'High School', 370, '2026-03', '2025-12', 0, 'school point Joharabad', '32.284565,72.2696317', NULL, '2025-11-04 17:20:22', 1, 'grey', 'Error 404', '2025-10-15 07:37:38'),
(1741, 4, 'Lacs school', 'Lahore', NULL, 'Mughalpura', 'Sir Tahir Bhati', 'Sir Tahir Bhati', '+9203009473419', '+9203009473419', 'High School', 250, '2026-02', '2025-12', 1, 'Bilal', '31.5721332,74.3812775', NULL, '2025-10-15 13:18:59', 1, 'orange', 'need samples in Dec', '2025-10-15 07:47:02'),
(1742, 10, 'bloomfield school Joharabad', 'Joharabad', NULL, 'satellite town Joharabad', 'sohail sab', 'sohail sab', '+9203096675266', '+9203096675266', 'Middle', 100, '2026-03', '2025-12', 0, 'student point Joharabad', '32.2838796,72.2784552', NULL, '2025-10-15 13:00:24', 1, 'orange', 'send samples in Dec.', '2025-10-15 07:56:11'),
(1743, 15, 'ayesha public school', 'okara', NULL, 'farid abad', 'sir akram', 'sir akram', '+9203070772216', '+9203070772216', 'Primary', 300, '2026-02', '2025-11', 1, 'mehmood book dipo', '30.80224643954559,73.44433631888539', NULL, '2025-10-30 10:08:28', 1, 'orange', 'They said no one visited . send us samples.', '2025-10-15 08:15:24'),
(1744, 26, 'Home Like School system', 'Sialkot', NULL, 'Model town', 'Mr Shoaib sahb', 'Mr Shoaib Sahb', '+9203368112233', '+9203368112233', 'High School', 750, '2026-03', '2025-10', 2, 'Ashraf book centre', '32.501894,74.5237608', NULL, '2025-10-15 14:09:05', 1, 'grey', 'Not Pick the call 10:10am', '2025-10-15 08:26:02'),
(1745, 4, 'Sabaksa school', 'Lahore', NULL, 'Tajpura cannt', 'Sir Abid', 'Sir Abid', '+9203094348220', '+9203094348220', 'High School', 300, '2026-02', '2025-12', 1, 'Asher lala', '31.548849,74.3800803', NULL, '2025-11-01 16:30:25', 1, 'green', 'member school', '2025-10-15 09:14:50'),
(1746, 21, 'Abdali School', 'Arifwala', NULL, 'Rangshah', 'Sohail Sab', 'Sohail Sab', '+9203077106034', '+9203077106034', 'High School', 350, '2026-01', '2025-11', 1, 'Self', '30.4859801,73.3481632', NULL, '2025-10-15 15:20:50', 1, 'orange', NULL, '2025-10-15 09:21:12'),
(1747, 5, 'New Beacon Grammar School Multan', '', NULL, '', '', '', '+9203067351962', '+9203067351962', '-- Select --', 0, '', '', 0, '', '30.2003759,71.4646498', NULL, '2025-10-16 10:04:20', 1, 'grey', 'wrong number', '2025-10-16 04:18:16'),
(1748, 16, 'Mile Stone', 'Multan', NULL, 'Budla road', 'Ch Waqas', 'Ch Waqas', '+9203001353564', '+9203001353564', 'Primary', 300, '2026-01', '2025-11', 0, '', '30.1776812,71.5282152', NULL, '2025-10-16 11:19:04', 1, 'orange', 'he said no one meet me. I send him link.', '2025-10-16 04:33:47'),
(1749, 16, 'Al Khair', 'Multan', NULL, 'Budla road', 'Mehbob sb', 'Mehbob sb', '+9203065400701', '+9203065400701', 'Middle', 285, '2026-01', '2025-11', 0, '', '30.1780629,71.5451701', NULL, '2025-10-16 11:21:24', 1, 'grey', 'Number busy', '2025-10-16 04:45:11'),
(1750, 8, 'Fairyland grammar school', 'Faisalabad', NULL, 'Model town', 'Sir Ausaf-ul-haq', 'Sir Ausaf-ul-haq', '+9203216613630', '+9203216613630', 'High School', 200, '2026-02', '2025-12', 1, 'Waqas', '31.4252477,73.0688168', NULL, '2025-10-16 11:01:23', 1, 'grey', 'not answering.', '2025-10-16 04:50:37'),
(1751, 15, 'noble education school', 'okara', NULL, 'faisalbad road', 'sir abdulshkoor', 'sir abdulshkoor', '+9203227532495', '+9203227532495', 'Middle', 300, '2026-03', '2026-01', 1, 'mehmood', '30.825672574060768,73.45010754106302', NULL, '2025-10-30 10:58:39', 1, 'orange', 'Need Samples', '2025-10-16 04:51:36'),
(1752, 4, 'The prime school', 'Lahore', NULL, 'Shadbagh', 'Sir Waheed', 'Sir Waheed', '+9203349792145', '+9203349702145', 'High School', 150, '2026-02', '2025-11', 1, 'Shakeel', '31.6030416,74.3438921', NULL, '2025-10-16 10:00:03', 1, 'grey', 'Number off', '2025-10-16 04:54:38'),
(1753, 4, 'Villiam school', 'Lahore', NULL, 'Islampura', 'Sir Raheel', 'SIR raheel', '+9204237147562', '+9204237147562', 'High School', 250, '2026-03', '2025-11', 1, 'Direct purchase', '31.5656019,74.2851588', NULL, '2025-10-16 11:30:46', 1, 'orange', 'Need Samples', '2025-10-16 05:44:52'),
(1754, 25, 'Noshahi public high school', 'Agroya', NULL, 'Phalia', 'Rukhsar akram', 'Same', '+9203429206692', '+9203429206692', 'High School', 120, '2026-03', '2026-01', 1, 'Dar ul kutab phalia', '32.3848467,73.69827', NULL, '2025-10-16 11:02:28', 1, 'grey', 'Cut the call.', '2025-10-16 05:44:56'),
(1755, 16, 'Happy future', 'Multan', NULL, 'Budla road', 'Farhan sb', 'Farhan Sb', '+9203036573696', '+9203036573696', 'High School', 400, '2026-01', '2025-11', 2, '', '30.1954912,71.5156422', NULL, '2025-10-16 11:20:34', 1, 'orange', 'Need Samples and details info about pre primary books', '2025-10-16 05:49:50'),
(1756, 28, 'Al Qalam School', 'Karachi', NULL, 'Orangi', 'Munawwer', 'Munawwer', '+9203158457928', '+9203158457928', 'High School', 250, '2026-04', '2025-12', 1, '', '24.9620716,66.9819584', NULL, '2025-11-12 15:10:42', 1, 'orange', 'I checked the books will inform you soon.', '2025-10-16 06:09:45'),
(1757, 16, 'Gillson', 'Multan', NULL, 'New Multan', 'Afzal Gill', 'Afzal Gill', '+9203006402199', '+920614553965', 'High School', 850, '2026-01', '2025-11', 2, 'Habib', '30.2050683,71.5207817', NULL, '2025-10-16 11:19:53', 0, NULL, NULL, '2025-10-16 06:14:02'),
(1758, 4, 'Ayesha grammar school', 'Lahore', NULL, 'Islampura', 'Sir ghulam Abbas', 'Sir Ghulam Abbas', '+9204237330700', '+9204237330700', 'High School', 400, '2026-03', '2026-01', 1, 'Direct purchase', '31.5697093,74.2991509', NULL, '2025-10-16 11:30:36', 0, NULL, NULL, '2025-10-16 06:16:23'),
(1759, 25, 'Al ameen school', 'Agroya', NULL, 'Phalia', 'Hamza ameen', 'Same', '+9203411277930', '+9203411277930', 'High School', 210, '2026-03', '2026-01', 1, 'Jinnah book phalia', '32.3811762,73.6967605', NULL, '2025-10-16 11:41:55', 0, NULL, NULL, '2025-10-16 06:16:26'),
(1760, 11, 'Habibuhlla Haavi public school', 'Narowal', NULL, 'Village qila Ahmedabad', 'ABC', 'ABc', '+9203460504188', '+9203460504188', 'High School', 210, '2026-02', '2025-12', 0, '.', '32.234234234234236,74.74538616079184', NULL, '2025-10-16 12:21:08', 0, NULL, NULL, '2025-10-16 06:17:19'),
(1761, 4, 'Rakan grammar High School', 'Lahore', NULL, 'Ravi road', 'Sir Faheem Arshad', 'Sir Faheem Arshad', '+92033245437688', '+92033245437688', 'High School', 2000, '2026-01', '2025-11', 3, 'Direct purchase', '31.5907766,74.3018008', NULL, '2025-11-01 12:48:49', 0, NULL, NULL, '2025-10-16 07:03:18'),
(1762, 15, 'explore school', 'renala', NULL, 'renala', 'ibrar sir', 'sir ibrar', '+9203018949966', '+9203018949966', 'High School', 300, '2026-02', '2025-12', 1, 'mehmod', '30.879191438305728,73.60575037428978', NULL, '2025-10-16 13:37:02', 0, NULL, NULL, '2025-10-16 07:09:03'),
(1763, 25, 'Fatima jinnah high school', 'Agroya', NULL, 'Phalia', 'Mam zarka', 'Same', '+9203494260540', '+9203494260540', 'High School', 250, '2026-03', '2026-01', 1, 'Dar ul kutab pahrianwali', '32.389173,73.7111518', NULL, '2025-10-16 12:22:06', 0, NULL, NULL, '2025-10-16 07:17:11'),
(1764, 9, 'Educreator grammer school', 'Shakargarh', NULL, 'Gamtala road', 'Sir Muzaffar', 'Sir Muzaffar', '+9203014460470', '+9203014460470', 'High School', 70, '2026-01', '2025-11', 0, '', '32.2546217,75.1535767', NULL, '2025-10-16 12:56:05', 0, NULL, NULL, '2025-10-16 07:45:24'),
(1765, 23, 'Luminescence Grammar School', 'Lahore', NULL, 'Allama Iqbal town', 'Miss Rabia', 'Miss Rabia', '+9203044694606', '+9203044694606', 'Middle', 400, '2026-03', '2025-12', 1, 'Yousaf & Sons', '31.5566809,74.3036745', NULL, '2025-10-16 13:02:29', 0, NULL, NULL, '2025-10-16 08:01:03'),
(1766, 23, 'Prime Grammar School', 'Lahore', NULL, 'Allama Iqbal town', 'Maam Sana', 'Ma\'am Sana', '+9203210137773', '+9203210137773', 'Middle', 900, '2026-02', '2025-11', 4, 'Yousaf & Sons', '31.5566986,74.3036648', NULL, '2025-10-16 13:34:11', 0, NULL, NULL, '2025-10-16 08:06:05'),
(1767, 23, 'Rills School', 'Lahore', NULL, 'Allama Iqbal town', 'Hasnain', 'Hasnain', '+9203007729597', '+9203007729597', 'Middle', 3000, '2026-03', '2025-12', 15, 'self', '31.5566601,74.3037017', NULL, '2025-10-16 13:33:56', 0, NULL, NULL, '2025-10-16 08:08:42'),
(1768, 23, 'Native School', 'Lahore', NULL, 'Allama Iqbal town', 'Miss Sobia', 'Miss Sobia', '+9203366333477', '+9203366333477', 'Middle', 2500, '2026-02', '2025-11', 15, 'self', '31.5566274,74.303753', NULL, '2025-10-16 13:33:40', 0, NULL, NULL, '2025-10-16 08:11:43'),
(1769, 23, 'Noor Islam School', 'Lahore', NULL, 'Allama Iqbal town', 'Miss Rafia', 'Miss Rafia', '+9203324888439', '+9203324888439', 'Middle', 100, '2026-02', '2026-01', 1, 'Yousaf & Sons', '31.5566778,74.3036722', NULL, '2025-10-16 13:28:08', 0, NULL, NULL, '2025-10-16 08:14:43'),
(1770, 23, 'Aamina Girls High School', 'Lahore', NULL, 'Khrak', 'Ma\'am Salma Naeem', 'Maam Walmart Naeem', '+9203004897458', '+9203004897458', 'Middle', 300, '2025-12', '2025-12', 1, 'Yousaf & Sons', '31.5566452,74.303716', NULL, '2025-10-16 13:27:05', 0, NULL, NULL, '2025-10-16 08:18:14'),
(1771, 23, 'The Islamic Lyceum School', 'Lahore', NULL, 'Kharak', 'Hassan Raza', 'Hassan Raza', '+9203029859497', '+9203029859497', 'Middle', 300, '2026-01', '2025-12', 2, 'Yousaf & Sons', '31.5567309,74.3037135', NULL, '2025-10-16 13:26:44', 0, NULL, NULL, '2025-10-16 08:21:22'),
(1772, 23, 'The Pak lyceums School system', 'Lahore', NULL, 'Gulshan Ravi', 'Ma\'amTayyaba', 'Ma\'am Tayyaba', '+920423713260', '+9203320769617', 'Middle', 1000, '2026-04', '2026-01', 11, 'Yousaf & Sons', '31.5566372,74.3037361', NULL, '2025-10-16 13:27:50', 0, NULL, NULL, '2025-10-16 08:26:09'),
(1773, 23, 'Glorious Grammar School', 'Lahore', NULL, 'Gulshan Ravi', 'Miss Mehak', 'Miss Mehak', '+9203094938178', '+9203094938178', 'Middle', 400, '2026-03', '2025-12', 2, 'Yousaf & Sons', '31.5566676,74.3036856', NULL, '2025-10-16 13:33:26', 0, NULL, NULL, '2025-10-16 08:29:10'),
(1774, 4, 'Grand knowledge school', 'Lahore', NULL, 'Karim park ravi road', 'Sir Latif', 'Sir Latif', '+9203009438655', '+9203009438655', 'High School', 300, '2026-01', '2025-11', 1, 'Direct purchase', '31.5913566,74.2988552', NULL, '2025-10-17 12:51:57', 0, NULL, NULL, '2025-10-16 08:37:20'),
(1775, 23, 'Pak Angel Fondation School', 'Lahore', NULL, 'Gulshan Ravi', 'Mr Yasir', 'Maam Saima', '+9203008663543', '+9203008663543', 'Middle', 1600, '2026-03', '2025-12', 1, 'Yousaf & Sons', '31.5566562,74.3037459', NULL, '2025-10-17 13:26:36', 0, NULL, NULL, '2025-10-16 08:44:43'),
(1776, 23, 'Unique School System', 'Lahore', NULL, 'Gulshan Ravi', 'Sheikh Iftikhar', 'Sheikh iftikhar', '+9203004466066', '+9203004466062', 'Middle', 5000, '2026-03', '2025-12', 50, 'Yousaf & Sons', '31.5566375,74.3037384', NULL, '2025-10-17 13:26:26', 0, NULL, NULL, '2025-10-16 08:49:03'),
(1777, 24, 'The candour school', 'Lahore', NULL, '35-kamran block allama iqbal town', 'Miss imrana', 'Miss imrana', '+9203288266668', '+9203288266668', 'High School', 150, '2026-02', '2025-11', 1, 'Open', '16.3998112,120.6035879', NULL, '2025-11-01 15:55:00', 0, NULL, NULL, '2025-10-16 10:06:36'),
(1778, 24, 'Nobel leader school system', 'Lahore', NULL, '14-nizam block main wahdat road', 'Mr Imran', 'Mr imran', '+9203315466044', '+9203315466044', 'High School', 100, '2026-02', '2025-11', 2, 'Open', '16.3998111,120.6035872', NULL, '2025-10-17 09:28:30', 0, NULL, NULL, '2025-10-16 10:17:48');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(1779, 21, 'The Al Mustifa Islamic School System', 'Manchanabad', NULL, 'Manchanabad city', 'Ali Raza Madni', 'Ali Raza Madni', '+9203070822082', '+9203070822082', 'Primary', 200, '2026-02', '2025-12', 1, 'Self', '30.4856817,73.3463433', NULL, '2025-10-17 11:35:05', 0, NULL, NULL, '2025-10-16 10:26:49'),
(1780, 24, 'Hajaris school system', 'Lahore', NULL, '81-sultan ahmad road ichra', 'Mr azhar sb', 'Mr ahmad', '+9203200436576', '+9203064289677', 'High School', 450, '2026-03', '2025-12', 1, 'Open', '16.3998112,120.6035897', NULL, '2025-10-17 09:28:01', 0, NULL, NULL, '2025-10-16 10:27:21'),
(1781, 21, 'The Spirit School', 'Manchanabad', NULL, 'Manchanabad city', 'Majid Lodhi', 'Majid Lodhi', '+9203061234260', '+9203061234260', 'Primary', 300, '2026-02', '2025-12', 1, 'Self', '30.4861867,73.34648', NULL, '2025-10-17 11:34:56', 0, NULL, NULL, '2025-10-16 10:28:53'),
(1782, 24, 'Greensprout school system', 'Lahore', NULL, '20-ahmad munir shaheed road rehmanpura', 'Mr areeb', 'Mr areeb', '+9203009401430', '+9203009401430', 'High School', 200, '2026-01', '2025-11', 1, 'Open', '16.3998113,120.6035888', NULL, '2025-10-17 09:27:33', 0, NULL, NULL, '2025-10-16 10:37:16'),
(1783, 24, 'Eman school system', 'Lahore', NULL, '160 Ali block itifaq town', 'Rana Muhammad asif', 'Rana Muhammad asif', '+9203336975542', '+9203336975542', 'High School', 200, '2026-02', '2025-12', 1, 'Open', '16.3998112,120.6035879', NULL, '2025-10-17 09:27:18', 0, NULL, NULL, '2025-10-16 10:41:37'),
(1784, 5, 'Gillson School System Multan', 'Multan', NULL, '', '', '', '+9203006302199', '+9203006302199', '-- Select --', 0, '', '', 0, '', '30.1895879,71.4512953', NULL, '2025-10-17 09:37:23', 0, NULL, NULL, '2025-10-16 12:17:55'),
(1785, 5, 'The curiq kids School Multan', 'Multan', NULL, '', '', '', '+9203708382220', '+9203708382220', '-- Select --', 0, '', '', 0, '', '30.1895656,71.4513356', NULL, '2025-10-17 09:37:59', 0, NULL, NULL, '2025-10-16 12:20:20'),
(1786, 21, 'Ideal School System', 'Pakpattan', NULL, 'Noor Pur', 'Muhammad Ameen', 'Muhammad Ameen', '+9203012547795', '+9203012547795', 'Primary', 200, '2026-01', '2025-11', 1, 'Self', '30.4884178,73.2461907', NULL, '2025-10-17 09:29:28', 0, NULL, NULL, '2025-10-17 04:05:09'),
(1787, 5, 'The RPS System', 'Multan', NULL, '', '', '', '+9203336098301', '+9203336098301', '-- Select --', 0, '', '', 0, '', '30.189641,71.451306', NULL, '2025-10-17 09:38:58', 0, NULL, NULL, '2025-10-17 04:16:18'),
(1788, 4, 'Kashmir Public School', 'Lahore', NULL, 'Badami bagh', 'Sir Babar hameed', 'Sir Babar hameed', '+9203454610045', '+9203454610045', 'High School', 200, '2026-01', '2025-12', 1, 'Nazim', '31.6037938,74.331508', NULL, '2025-11-04 17:07:24', 0, NULL, NULL, '2025-10-17 04:29:30'),
(1789, 28, 'Salma Public School', 'Karachi', NULL, 'Orangi', 'Qudratullah Alvi', 'Saba', '+9203362045448', '+9203196625447', 'High School', 100, '2026-04', '2025-12', 1, '', '24.9662532,66.9796129', NULL, '2025-11-03 11:39:03', 0, NULL, NULL, '2025-10-17 04:30:17'),
(1790, 5, 'International School System', 'Multan', NULL, '', '', '', '+9203320947414', '+9203320947414', '-- Select --', 0, '', '', 0, '', '30.1889857,71.448347', NULL, '2025-10-17 09:39:30', 0, NULL, NULL, '2025-10-17 04:34:34'),
(1791, 8, 'Royal grammar school', 'Faisalabad', NULL, 'Amin town', 'Sir Sadiq', 'Sir Faizan', '+9203366578696', '+9203366578696', 'High School', 550, '2026-02', '2025-12', 2, 'Waqas', '31.4428045,73.1307389', NULL, '2025-10-17 11:48:28', 0, NULL, NULL, '2025-10-17 04:40:38'),
(1792, 16, 'Superior learnings school', 'Multan', NULL, 'Awan Pura', 'Mrs Nadeem.', 'Mrs Nadeem.', '+9203202036000', '+9203202036000', 'High School', 600, '2026-01', '2025-10', 1, '', '30.1842407,71.5093363', NULL, '2025-10-17 13:29:35', 0, NULL, NULL, '2025-10-17 04:52:45'),
(1793, 25, 'The sage school', 'Pheray', NULL, 'Phalia', 'Amir sb', 'Same', '+9203465914213', '+9203465914213', 'High School', 150, '2026-02', '2025-11', 5, 'Jinnah book phalia', '32.420303,73.6678865', NULL, '2025-10-17 13:02:30', 0, NULL, NULL, '2025-10-17 04:58:49'),
(1794, 16, 'Ambassador school', 'Multan', NULL, 'Shah rukn a alam', 'M Akram', 'M Akram', '+9203216353929', '+9203216353929', 'High School', 300, '2026-01', '2025-11', 0, '', '30.1940453,71.5156192', NULL, '2025-10-17 13:29:07', 0, NULL, NULL, '2025-10-17 05:06:27'),
(1795, 5, 'Sun Rice School System', 'Multan', NULL, '', '', '', '+920614512400', '+920614512400', '-- Select --', 0, '', '', 0, '', '30.2142987,71.4744967', NULL, '2025-10-17 11:39:22', 0, NULL, NULL, '2025-10-17 05:12:13'),
(1796, 5, 'The Harvey International School', 'Multan', NULL, '', '', '', '+9203127972407', '+9203127972407', '-- Select --', 0, '', '', 0, '', '30.2142969,71.474676', NULL, '2025-10-17 11:39:48', 0, NULL, NULL, '2025-10-17 05:16:29'),
(1797, 28, 'Flourance English Model School', 'Karachi', NULL, 'Orangi', 'Sir Moen', 'Sir Moen', '+9203472173818', '+9203472173818', 'High School', 350, '2026-04', '2025-12', 1, '', '24.9481807,66.9955911', NULL, '2025-10-17 11:42:58', 0, NULL, NULL, '2025-10-17 05:22:26'),
(1798, 4, 'Well graduate', 'Lahore', NULL, 'Baghat pura', 'Sir imran', 'Sir Imran', '+9203464491831', '+9203464491831', 'High School', 700, '2026-02', '2025-12', 2, 'Shakeel hajvery', '31.6035872,74.3487083', NULL, '2025-10-17 11:38:05', 0, NULL, NULL, '2025-10-17 05:33:15'),
(1799, 4, 'Kips knowledge school', 'Lahore', NULL, 'Shadbagh', 'Sir Zeeshan', 'Sir Zeeshan', '+9203134743212', '+9203134743212', 'High School', 450, '2026-01', '2025-10', 1, 'Direct purchase', '31.6041382,74.3483534', NULL, '2025-10-17 11:37:19', 0, NULL, NULL, '2025-10-17 05:43:25'),
(1800, 8, 'Chiniot islamia school', 'Faisalabad', NULL, 'Canal road', 'Sir Irfan', 'Sir Irfan', '+9203217819746', '+9203217819746', 'High School', 2200, '2026-02', '2025-11', 2, 'Waqas', '31.4551348,73.1613283', NULL, '2025-10-17 11:47:50', 0, NULL, NULL, '2025-10-17 05:50:43'),
(1801, 4, 'The knowledge school', 'Lahore', NULL, 'China scheme', 'Sir. Shafaquat', 'Sir Shafaquat', '+9203028792272', '+9203028792272', 'High School', 2200, '2026-01', '2025-11', 3, 'Direct purchase', '31.600434,74.3578637', NULL, '2025-11-17 12:03:28', 0, NULL, NULL, '2025-10-17 06:50:18'),
(1802, 26, 'NEW APWA SCHOLARS SCHOOL', 'Sialkot', NULL, 'Pk pura', 'Directors', 'Madam Farah qamar', '+9203144086951', '+9203144086951', 'Primary', 200, '2026-02', '2025-12', 1, 'Different dealers', '32.507915,74.5354217', NULL, '2025-10-17 12:49:53', 0, NULL, NULL, '2025-10-17 07:29:12'),
(1803, 21, 'Quaid e Azam Public School', 'Pakpattan', NULL, 'Noor Pur', 'Ali Shar Sab', 'Ali Shar Sab', '+9203057155183', '+9203057155183', 'Middle', 200, '2026-03', '2025-12', 1, 'Self', '30.485545,73.347675', NULL, '2025-10-17 15:10:12', 0, NULL, NULL, '2025-10-17 09:56:42'),
(1804, 21, 'iqra Public School', 'Pakpattan', NULL, 'Noor Pur', 'Kasihif Sab', 'Kashif Sab', '+9203029394255', '+9203029394255', 'Primary', 250, '2026-02', '2025-12', 1, 'Self', '30.4862983,73.348165', NULL, '2025-10-17 15:10:04', 0, 'grey', 'Not Pick the call.', '2025-10-17 09:59:25'),
(1805, 23, 'Universal High School', 'Lahore', NULL, 'Gulberg ll', 'Office', 'office', '+9203004231457', '+9203004231457', 'Middle', 1000, '2026-03', '2025-12', 1, 'Rehmani Book shop', '31.3803617,74.3671059', NULL, '2025-10-27 15:14:18', 1, 'grey', 'Not Pick the call.', '2025-10-17 17:36:08'),
(1806, 23, 'St. Francis Convent Girls High School', 'Lahore', NULL, 'Gulberg ll', 'Sister of Merry', 'Sister of Merry', '+9203092483203', '+9203092483203', 'Middle', 350, '2026-04', '2026-02', 1, 'Rehmani Book shop', '31.3803741,74.3670831', NULL, '2025-10-18 09:33:51', 1, 'grey', 'Number powered off.', '2025-10-17 17:40:16'),
(1807, 23, 'New Science School', 'Lahore', NULL, 'Gulberg ll', 'Ma\'am Saima', 'Ma\'am Saima', '+9203204071817', '+9203204071817', 'Middle', 300, '2026-02', '2025-12', 1, 'Rehmani Book shop', '31.3803908,74.3670494', NULL, '2025-10-18 09:30:26', 1, 'grey', 'Not Pick the call.', '2025-10-17 17:43:17'),
(1808, 4, 'Alqalm school system', 'Lahore', NULL, 'Shahdara', 'Sir Zaman', 'Sir Zaman', '+9203174902071', '+9203174902071', 'High School', 400, '2026-01', '2025-11', 1, 'Mursalin', '31.625402,74.2952892', NULL, '2025-10-18 09:58:38', 1, 'orange', 'He said give me detail about books. i gave him whole detail. he need samples in mid of November.', '2025-10-18 04:22:54'),
(1809, 28, 'Waseem Grammar School', 'Karachi', NULL, 'Orangi', 'Sir Waseem', 'Sir Waseem', '+9203002618068', '+9203002618068', 'High School', 280, '2026-03', '2026-01', 1, '', '24.9666751,66.9794531', NULL, '2025-11-03 11:37:24', 1, 'grey', 'Not pick the call on ptcl', '2025-10-18 04:33:16'),
(1810, 10, 'wits school sargodha', 'sargodha', NULL, '49 tail sargodha', 'shehzad sab', 'shehzad sab', '+9203189003369', '+9203189003369', 'Primary', 170, '2026-03', '2024-12', 0, 'mixed', '32.0380869,72.6876659', NULL, '2025-10-18 12:06:31', 1, 'grey', '31st October .\nNot pick the call.', '2025-10-18 04:37:03'),
(1811, 15, 'city international school', 'sahiwal', NULL, 'farid town', 'sir mubeen', 'sir mubeen', '+9203026900033', '+9203026900033', 'High School', 300, '2026-02', '2025-12', 1, 'sports palace', '30.682058012482607,73.08685431302426', NULL, '2025-10-31 10:21:16', 1, 'orange', 'They need samples in December.', '2025-10-18 05:00:33'),
(1812, 15, 'new knowledge school', 'sahiwal', NULL, 'farid town', 'mam', 'mam', '+9203491417791', '+9203491417791', 'High School', 50, '2026-01', '2025-11', 1, 'sports palace', '30.682058012482607,73.08685431302426', NULL, '2025-10-18 12:58:41', 1, 'grey', 'No Ptcl . Not pick the call.', '2025-10-18 05:02:57'),
(1813, 4, 'Iqra school system', 'Lahore', NULL, 'Shahdara', 'Sir Umer ijaz', 'Sir Umer ijaz', '+9203324636899', '+9203324636898', 'High School', 250, '2026-01', '2025-11', 1, 'Ibrahim', '31.6264063,74.294701', NULL, '2025-10-18 12:34:53', 1, 'grey', 'No Ptcl . Not pick the call.', '2025-10-18 05:06:54'),
(1814, 21, 'Delphia Grammar School', 'Bunga hayat', NULL, 'Sakndar Chowk', 'Ali Haider', 'Ali Haider', '+9203457123363', '+9203457123363', 'Primary', 150, '2026-02', '2025-12', 1, 'Self', '30.4953064,73.5177476', NULL, '2025-11-01 15:59:33', 1, 'orange', 'Need samples.', '2025-10-18 05:12:17'),
(1815, 16, 'Shahid Model', 'Multan', NULL, 'Sameja Abad', 'Rafiq Sb', 'Rafiq Sb', '+9203216335447', '+9203216335447', 'Middle', 220, '2026-01', '2025-11', 0, '', '30.198805,71.5199133', NULL, '2025-10-18 12:57:57', 1, 'grey', 'Not on whatsaap. \nToday 31st October i dont has ptcls.', '2025-10-18 05:23:49'),
(1816, 28, 'Envision School', 'Karachi', NULL, 'Orangi', 'Sir Zaid', 'Sir Zaid', '+92O3333505535', '+92O3333505535', 'High School', 300, '2026-04', '2026-01', 1, '', '24.9624924,66.9757112', NULL, '2025-10-28 12:09:54', 1, 'grey', 'Govt. Department Block this number . 404', '2025-10-18 05:24:24'),
(1817, 5, 'Learnovate School System', 'Multan', NULL, '', '', '', '+9203008639774', '+9203008639774', '-- Select --', 0, '', '', 0, '', '30.2025769,71.4958937', NULL, '2025-10-31 11:24:07', 1, 'orange', 'Mr.CEO said call to Mr.Shahan Academic head.\nI need his Number. Mr Faisal kindly arrange his number.', '2025-10-18 05:26:18'),
(1818, 25, 'Akash school system', 'Kuthyala', NULL, 'Phalia', 'Faiz ahmad', 'Same', '+9203076861004', '+9203076861004', 'High School', 500, '2026-03', '2026-01', 1, 'Farooqi book center mandi b din', '32.4575759,73.413979', NULL, '2025-10-18 12:11:07', 1, NULL, 'Number Busy.', '2025-10-18 05:37:18'),
(1819, 16, 'Pinnacle school', 'Multan', NULL, 'Baqir Abad', 'Iftkhar Sb', 'Iftkhar Sb', '+9203166282606', '+9203216382606', 'Middle', 180, '2026-01', '2025-11', 0, '', '30.1880279,71.5117966', NULL, '2025-10-18 12:57:28', 1, 'grey', 'Not Pick the call.', '2025-10-18 05:38:46'),
(1820, 4, 'Oxford school', 'Lahore', NULL, 'Narowal road shahdara Lahore', 'Miss samia', 'Miss samia', '+9203227611700', '+9203227611700', 'High School', 800, '2026-02', '2025-11', 1, 'Direct purchase', '31.6308377,74.3091942', NULL, '2025-10-18 12:34:59', 1, 'grey', 'Not Pick the call.', '2025-10-18 05:53:37'),
(1821, 8, 'The Educare school system', 'Gojra', NULL, 'Jhang road', 'Sir Sohail', 'Sir Sohail', '+9203456909961', '+9203229807961', 'High School', 350, '2026-02', '2026-01', 3, 'Adnan', '31.1566466,72.6664432', NULL, '2025-11-11 13:51:35', 1, 'orange', 'he get the samples and intrested to addopt.', '2025-10-18 06:01:41'),
(1822, 4, 'Paradise school system', 'Lahore', NULL, 'Shahdara', 'Sir Zeeshan', 'Sir Zeeshan', '+9203244117297', '+9203244119297', 'High School', 800, '2026-01', '2025-12', 1, 'Mursalin', '31.6312174,74.3093412', NULL, '2025-11-11 14:22:14', 1, 'orange', 'he need the samples', '2025-10-18 06:25:47'),
(1823, 25, 'Zia educators', 'Kuthyala', NULL, 'Phalia', 'Safdar iqbal', 'Same', '+9203420431675', '+9203420431675', 'High School', 650, '2026-03', '2026-01', 1, 'Fatooq book depot kuthyala', '32.448126,73.4173539', NULL, '2025-11-03 12:20:35', 1, 'orange', 'he sad call me again 11/11/2025', '2025-10-18 06:36:04'),
(1824, 8, 'St. Albert high school', 'Gojra', NULL, 'Samundri road', 'Sir Afzal', 'Sir Afzal', '+9203075050885', '+9203075050885', 'High School', 350, '2026-03', '2026-01', 2, 'Adnan', '31.1468582,72.6914494', NULL, '2025-10-18 12:08:18', 0, NULL, NULL, '2025-10-18 06:38:42'),
(1825, 31, 'Pakistan public school', 'Chakwal', NULL, 'Talagang road chakwal', 'Amir', 'Amir', '+9203345341031', '+9203345341031', 'Middle', 120, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9339174,72.8396549', NULL, '2025-10-18 12:33:45', 0, NULL, NULL, '2025-10-18 06:55:27'),
(1826, 8, 'The little leaders school', 'Gojra', NULL, 'Moongi road, samundri road', 'Sir Arshad', 'Sir Arshad', '+9203006553562', '+9203006553562', 'High School', 350, '2026-01', '2025-12', 1, 'Adnan', '31.1433999,72.6895955', NULL, '2025-11-03 11:48:56', 0, NULL, NULL, '2025-10-18 07:00:36'),
(1827, 31, 'New Bilal modern school', 'Chakwal', NULL, 'Dako road chakwal', 'Malik Adnan', 'Malik Adnan', '+9203125715181', '+9203125715181', 'Middle', 109, '2026-04', '2026-01', 1, 'Arshad book depo', '32.93843,72.8443217', NULL, '2025-10-18 12:33:54', 0, NULL, NULL, '2025-10-18 07:03:26'),
(1828, 28, 'Decent English Secondary School', 'Karachi', NULL, 'Orangi', 'Musarrat Jabeen', 'Musarrat Jabeen', '+9203223383090', '+9203223383090', 'High School', 150, '2026-04', '2025-11', 1, '', '24.9614258,66.9821783', NULL, '2025-11-04 17:17:40', 0, NULL, NULL, '2025-10-18 07:05:10'),
(1829, 31, 'Ashfaq public school', 'Chakwal', NULL, 'Nishat kalooni chakwal', 'Ashfaq', 'Ashfaq', '+9203365796566', '+9203365796566', 'Middle', 110, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9438816,72.8451855', NULL, '2025-10-18 12:33:39', 0, NULL, NULL, '2025-10-18 07:09:46'),
(1830, 8, 'The direction school', 'Gojra', NULL, 'Moongi road, samundri road', 'Miss Umme Rubab', 'Miss Umme Rubab', '+9203008676371', '+9203008676371', 'High School', 350, '2026-03', '2025-12', 1, 'Adnan', '31.1421276,72.6876981', NULL, '2025-10-18 12:54:37', 0, NULL, NULL, '2025-10-18 07:46:57'),
(1831, 23, 'All kitab Educators', 'Lahore', NULL, 'Kahna Nau', 'Murtaza shah', 'Murtaza shah', '+9203044325499', '+9203044325499', 'High School', 250, '2026-01', '2025-11', 7, 'Rehmani Book shop', '31.5565958,74.3037466', NULL, '2025-10-18 15:18:24', 0, NULL, NULL, '2025-10-18 10:07:23'),
(1832, 23, 'The Liberty School', 'Lahore', NULL, 'Kacha Road', 'Zeenat Ali', 'Zeenat Ali', '+9203214047359', '+9203214047359', 'Middle', 200, '2026-02', '2025-12', 1, 'Rehmani Book shop', '31.5566404,74.303761', NULL, '2025-10-18 15:17:51', 0, NULL, NULL, '2025-10-18 10:10:49'),
(1833, 23, 'Dreamland International School', 'Lahore', NULL, 'Kacha Road', 'Maam Shazia', 'Ma\'am Shazia', '+9203215676386', '+9203215676386', 'Middle', 400, '2026-02', '2025-12', 10, 'Rehmani Book shop', '31.5566194,74.3037498', NULL, '2025-10-18 15:17:31', 0, NULL, NULL, '2025-10-18 10:14:07'),
(1834, 23, 'Al Suffah Science School', 'Lahore', NULL, 'Kahna Nau', 'Abdur  Razzaq', 'Abdur Razzaq', '+9203004928922', '+9203004928922', 'High School', 1000, '2026-02', '2025-12', 1, 'Rehmani Book shop', '31.5566578,74.3037342', NULL, '2025-10-18 15:27:36', 0, NULL, NULL, '2025-10-18 10:16:59'),
(1835, 6, 'Arafat Grammar School', 'Lahore', NULL, 'fatehghar', 'Shumaila Khan', 'Shumaila Khan', '+9203158005472', '+9203158005472', 'Middle', 250, '2026-03', '2026-01', 1, 'school', '31.5566715,74.3036944', NULL, '2025-10-18 15:39:15', 0, NULL, NULL, '2025-10-18 10:17:01'),
(1836, 6, 'Oxford School', 'Lahore', NULL, 'fatehghar', 'Sir Tariq', 'Sir Tariq', '+9203259728376', '+9203259728376', 'Middle', 800, '2026-03', '2025-12', 2, 'school', '31.5566715,74.3036944', NULL, '2025-11-13 11:56:41', 0, NULL, NULL, '2025-10-18 10:20:20'),
(1837, 23, 'The Devine Public School', 'Lahore', NULL, 'Kahna Nau', 'Hassan Raza', 'Hassan Raza', '+9203051368467', '+9203051368467', 'Middle', 200, '2026-02', '2025-10', 1, 'Rehmani Book shop', '31.5566496,74.3036862', NULL, '2025-10-18 15:29:58', 0, NULL, NULL, '2025-10-18 10:25:47'),
(1838, 21, 'The Life Standard School', 'Bunga hayat', NULL, 'Bunga hayat City', 'Qri Sajjad Hussan', 'Qri Sajjad Hussan', '+9203012366584', '+9203012366584', 'Middle', 300, '2026-02', '2025-12', 1, 'Self', '30.3704017,73.4102433', NULL, '2025-10-20 10:12:00', 0, NULL, NULL, '2025-10-18 10:26:11'),
(1839, 6, 'Sims School', 'Lahore', NULL, 'Harbanspura', 'Sir Asif', 'Sir Asif', '+9203214057820', '+9203214057820', 'Middle', 600, '2026-02', '2025-12', 2, 'school', '31.5566716,74.3037395', NULL, '2025-10-18 15:39:03', 0, NULL, NULL, '2025-10-18 10:27:40'),
(1840, 21, 'The City Elysium School', 'Bunga hayat', NULL, 'Bunga hayat', 'Mazhar Sab', 'Mazhar Sab', '+9203008804520', '+9203008804520', 'High School', 500, '2026-02', '2025-12', 1, 'Shahzaib Book Center Pakpattan', '30.370265,73.4102433', NULL, '2025-10-20 10:11:52', 0, NULL, NULL, '2025-10-18 10:30:22'),
(1841, 6, 'Nishat Model High school', 'Lahore', NULL, 'Nishat', 'Mam', 'Robina Mis', '+9203044743994', '+9203044743994', 'High School', 300, '2026-03', '2025-12', 1, 'school', '31.5566783,74.3037241', NULL, '2025-10-20 10:47:11', 0, NULL, NULL, '2025-10-18 10:48:07'),
(1842, 6, 'Icon School system', 'Lahore', NULL, 'Mustafabad', 'Younis sb', 'Younis sb', '+9203334217411', '+9203334217411', 'Middle', 600, '2026-03', '2025-12', 1, 'Lala Books', '31.556613,74.3037653', NULL, '2025-10-20 10:47:02', 0, NULL, NULL, '2025-10-18 11:23:03'),
(1843, 21, 'East Intellectual School', 'Burawala', NULL, 'Burawala City', 'Mirza Abu Bakir', 'Mirza Abu Bakir', '+9203011613265', '+9203011613265', 'Primary', 200, '2026-02', '2025-11', 1, 'Self', '30.1607688,72.7069368', NULL, '2025-10-20 10:24:34', 0, NULL, NULL, '2025-10-20 04:49:08'),
(1844, 25, 'PIPS School system', 'Mandi b din', NULL, 'Mandi b din', 'Rana M afzal', 'Madam', '+9203438150691', '+9203438150691', 'High School', 250, '2026-02', '2025-12', 1, 'United book mandi', '32.5701892,73.4751067', NULL, '2025-10-20 10:46:02', 0, NULL, NULL, '2025-10-20 05:23:47'),
(1845, 11, 'The Decent school', 'Zafarwal', NULL, 'Mandi Throo', 'Qadeer  anjum', 'Qadeer anjum', '+9203404114743', '+9203404114743', 'High School', 350, '2026-02', '2025-11', 0, '.', '32.34234234234234,74.7919032900297', NULL, '2025-10-20 11:03:13', 0, NULL, NULL, '2025-10-20 05:27:18'),
(1846, 15, 'the oxford school', 'chichawtni', NULL, 'housing colony', 'sir iftkhar', 'sir usman', '+9203156398743', '+9203156398743', 'High School', 400, '2026-02', '2025-12', 1, 'rana book', '30.527019025545247,72.69117876682472', NULL, '2025-10-20 10:48:32', 0, NULL, NULL, '2025-10-20 05:31:14'),
(1847, 11, 'High Aims Secondary School', 'Zafarwal', NULL, 'Hafiz Shahid', 'Hafiz Shahid', 'Hafiz Shahid', '+9203456778683', '+9203456778683', 'High School', 1200, '2026-01', '2025-11', 0, '.', '32.34234234234234,74.7919032900297', NULL, '2025-10-20 11:03:37', 0, NULL, NULL, '2025-10-20 05:51:01'),
(1848, 15, 'islamia high school', 'chichawtni', NULL, 'housing colony', 'sir haneef', 'sir hassan', '+9203049705540', '+9203049705540', 'High School', 300, '2026-02', '2025-12', 1, 'rana book', '30.52349349861984,72.6866468831844', NULL, '2025-10-20 11:05:45', 0, NULL, NULL, '2025-10-20 05:51:21'),
(1849, 25, 'Comprehensive school system', 'Mandi b din', NULL, 'Mandi b din', 'Aqeela hasnat', 'Aqeela hasnat', '+9203467897891', '+9203467897891', 'High School', 600, '2026-03', '2025-12', 3, 'Jinnah book mandi b din', '32.5706132,73.4751475', NULL, '2025-10-20 11:01:33', 0, NULL, NULL, '2025-10-20 05:52:59'),
(1850, 8, 'LR school system', 'Faisalabad', NULL, 'Azamabad, Razabad', 'Mrs. Jameel', 'Mrs. Jameel', '+9203226045150', '+9203226045150', 'High School', 200, '2025-12', '2025-10', 1, 'Waqas', '31.4287727,73.0404139', NULL, '2025-10-20 11:02:15', 0, NULL, NULL, '2025-10-20 05:54:39'),
(1851, 4, 'New light school', 'Lahore', NULL, 'Kot khawaja saeed', 'Sir Qayum', 'Sir Qayum', '+9203214210741', '+9203214210741', 'High School', 400, '2026-02', '2025-11', 1, 'Direct purchase', '31.5869347,74.3598684', NULL, '2025-10-20 12:20:39', 0, NULL, NULL, '2025-10-20 05:58:36'),
(1852, 28, 'Shaheen e Pakistan Secondary School', 'Karachi', NULL, 'Orangi', 'Irfan Rao', 'Irfan Rao', '+9203012454135', '+9203012454135', 'High School', 450, '2026-04', '2026-01', 1, '', '24.9387015,67.0030124', NULL, '2025-10-20 12:22:38', 0, NULL, NULL, '2025-10-20 06:33:11'),
(1853, 8, 'Madina happy land islamic school system', 'Faisalabad', NULL, 'Kaleem shaheed park', 'Sir Faisal', 'Sir Faisal', '+9203226264949', '+9203226264949', 'Middle', 400, '2026-01', '2025-11', 2, 'Waqas', '31.432914,73.0390031', NULL, '2025-10-20 12:29:13', 0, 'orange', NULL, '2025-10-20 06:34:36'),
(1854, 8, 'The Ilm school', 'Faisalabad', NULL, 'G.M abad', 'Sir Abdul Rehman', 'Sir Abdul Rehman', '+9203217778845', '+9203217778845', 'High School', 700, '2026-03', '2025-12', 3, 'Waqas', '31.4376444,73.037056', NULL, '2025-10-20 12:28:35', 0, NULL, NULL, '2025-10-20 06:53:10'),
(1855, 25, 'Imss school system', 'Mandi b din', NULL, 'Mandi b din', 'Mian shezad sb', 'Same', '+9203217754181', '+9203217754181', 'High School', 328, '2025-12', '2025-11', 1, 'Jinnah book phalia', '32.5752676,73.4854782', NULL, '2025-10-20 12:30:08', 1, 'green', NULL, '2025-10-20 06:58:20'),
(1856, 28, 'New Shagufta Memorial Secondary School', 'Karachi', NULL, 'Orangi', 'Adnan', 'Adnan', '+9203002640264', '+9203002640264', 'High School', 800, '2026-04', '2025-12', 1, '', '24.9428902,66.9987187', NULL, '2025-10-20 16:38:21', 0, NULL, NULL, '2025-10-20 07:22:44'),
(1857, 25, 'Royal genius', 'Mandi b din', NULL, 'Mandi b din', 'Asif sb', 'Same', '+9203338034217', '+9203338034217', 'High School', 950, '2026-03', '2026-01', 2, 'Jinnah book mandi b din', '32.577453,73.4888654', NULL, '2025-10-20 12:29:56', 0, NULL, NULL, '2025-10-20 07:26:23'),
(1858, 11, 'Unique Public School', 'Chawinda', NULL, 'Wajeed wali', 'Mrs  Ayesheb', 'Mrs  Ayesheb', '+9203086169918', '+9203086169918', 'High School', 3200, '2026-01', '2025-11', 0, '.', '32.34234234234234,74.7065974408252', NULL, '2025-10-20 13:54:19', 0, NULL, NULL, '2025-10-20 07:37:27'),
(1859, 24, 'Al Faiza school', 'Lahore', NULL, 'Shama road rasool park ichra', 'Munawar hussain', 'Munawar hussain', '+9203024527913', '+9203024527913', 'Middle', 50, '2026-01', '2025-11', 1, 'Open', '31.5039231,74.2676335', NULL, '2025-11-18 11:44:59', 0, NULL, NULL, '2025-10-20 08:18:51'),
(1860, 24, 'Standard model school', 'Lahore', NULL, 'Pir ghazi road ichra', 'Mr usman', 'Miss fiza administrator', '+9203008460447', '+9203008460447', 'High School', 180, '2026-01', '2025-11', 1, 'Open', '31.5039231,74.2676335', NULL, '2025-10-20 13:52:37', 0, NULL, NULL, '2025-10-20 08:23:57'),
(1861, 24, 'Peace foundation school', 'Lahore', NULL, 'Pir ghazi road ichra', 'Mr zeeshan', 'Mr zeeshan', '+9203008805093', '+9203008805093', 'High School', 150, '2026-02', '2025-11', 1, 'Open', '31.5039231,74.2676335', NULL, '2025-10-20 13:51:46', 0, NULL, NULL, '2025-10-20 08:31:48'),
(1862, 24, 'Study Palace school', 'Lahore', NULL, 'Pir ghazi road ichra', 'Mr waseem', 'Mr waseem', '+9203334276560', '+9203024402366', 'Middle', 200, '2026-02', '2025-11', 1, 'Open', '31.5039231,74.2676335', NULL, '2025-10-20 13:51:16', 0, NULL, NULL, '2025-10-20 08:44:16'),
(1863, 24, 'Britain Grammer school', 'Lahore', NULL, 'Pir ghazi road ichra', 'Abdur rehman', 'Abdur rehman', '+9203234955950', '+9203234955950', 'High School', 100, '2026-03', '2025-11', 1, 'Open', '31.5039231,74.2676335', NULL, '2025-10-20 13:52:12', 0, NULL, NULL, '2025-10-20 08:50:25'),
(1864, 24, 'Chanab school', 'Lahore', NULL, 'Pir ghazi road ichra', 'Mr shakeel', 'Mr shakeel', '+9203338882994', '+9203338882994', 'Middle', 100, '2026-02', '2025-12', 1, 'Open', '31.5061495,74.2689913', NULL, '2025-10-20 16:30:14', 0, NULL, NULL, '2025-10-20 08:54:29'),
(1865, 24, 'Lahore city school', 'Lahore', NULL, 'Zaildar road ichra', 'Mrs zia', 'Mrs zia', '+9203054597576', '+9203054597576', 'High School', 200, '2026-03', '2025-11', 1, 'Open', '31.506173,74.2691622', NULL, '2025-10-20 16:29:44', 0, NULL, NULL, '2025-10-20 08:59:37'),
(1866, 24, 'The British school', 'Lahore', NULL, '6-pir ghazi road ichra', 'Mrs ayub butt', 'Mrs ayub butt', '+9203004457059', '+9203004457059', 'High School', 250, '2025-12', '2026-03', 2, 'Open', '31.5062209,74.2689012', NULL, '2025-10-20 16:29:12', 0, NULL, NULL, '2025-10-20 09:07:46'),
(1867, 4, 'Golden girls school', 'Lahore', NULL, 'Mehmood booti', 'Sir Ali Raza', 'Sir Ali Raza', '+9203214810943', '+9203214810943', 'High School', 800, '2026-03', '2025-12', 3, 'Direct purchase', '31.6024352,74.3946987', NULL, '2025-10-22 13:39:55', 0, NULL, NULL, '2025-10-20 09:10:35'),
(1868, 24, 'Abdali Grammer school', 'Lahore', NULL, '32-shama road ichra', 'Atiq ur rehman', 'Miss sumaira', '+9203004021644', '+9203004021644', 'High School', 250, '2026-02', '2025-10', 3, 'Open', '31.5061585,74.2690033', NULL, '2025-11-18 11:45:20', 0, NULL, NULL, '2025-10-20 09:19:28'),
(1869, 24, 'Ideal Grammer school', 'Lahore', NULL, 'Pir ghazi road ichra', 'Rao amjad ali', 'Rao amjad ali', '+9203204582475', '+9203204582475', 'High School', 150, '2026-02', '2025-12', 1, 'Open', '31.506162,74.2689941', NULL, '2025-10-20 16:28:51', 0, NULL, NULL, '2025-10-20 09:25:33'),
(1870, 26, 'IBN E SENA HIGH S SCHOOL', 'Sialkot', NULL, 'Harar wazirabad road', 'Madam Zakiya', 'Madam Zakiya', '+9203316722623', '+9203316722623', 'High School', 300, '2025-10', '2025-12', 1, 'Shahid book centre ugoki', '32.4951967,74.5337973', NULL, '2025-10-20 16:37:09', 0, NULL, NULL, '2025-10-20 10:04:41'),
(1871, 26, 'BRIGHT FUTURE PUBLIC SCHOOL', 'Sialkot', NULL, 'Harar', 'Madam', 'Madam', '+9203227290715', '+9203227290715', 'Middle', 200, '2026-03', '2026-01', 1, 'Shahid book centre ugoki', '32.4952017,74.533798', NULL, '2025-10-20 16:36:54', 0, NULL, NULL, '2025-10-20 10:14:50'),
(1872, 26, 'SAROOSH PUBLIC HIGH SCHOOL', 'Sialkot', NULL, 'Noul, wazirabad road', 'Sir Salman', 'Sir Naeem', '+9203349619191', '+9203403379879', 'High School', 450, '2026-02', '2025-12', 1, 'Shahid book centre ugoki', '32.4952018,74.5337987', NULL, '2025-10-20 16:36:29', 0, NULL, NULL, '2025-10-20 10:43:03'),
(1873, 21, 'The Orinet Public School', 'Burewala', NULL, 'Burewala City', 'Muhammad Jafar Sab', 'Muhammad Jafar Sab', '+9203009753355', '+9203009753355', 'Primary', 250, '2026-03', '2025-12', 1, 'Self', '30.2742267,72.9428467', NULL, '2025-10-20 16:32:05', 0, NULL, NULL, '2025-10-20 10:51:58'),
(1874, 21, 'Al Aqeeq Public School', 'Burewala', NULL, 'Mujahid Colany Burewala', 'Rao Amaan Sab', 'Rao Amaan Sab', '+9203347198791', '+9203347198791', 'Middle', 300, '2026-02', '2025-12', 1, 'Self', '30.2743967,72.9430167', NULL, '2025-10-20 16:31:59', 0, NULL, NULL, '2025-10-20 10:56:48'),
(1875, 26, 'JOHN & SCOT HIGH SCHOOL', 'Sialkot', NULL, 'Harar Wazirabad road', 'Madam', 'Madam', '+9203217191208', '+9203217191208', 'High School', 1800, '2026-03', '2025-12', 2, 'Different dealers', '32.4951978,74.5337994', NULL, '2025-10-20 16:35:46', 0, NULL, NULL, '2025-10-20 10:57:32'),
(1876, 21, 'Grescent Model Middle School', 'Burewala', NULL, 'Burewala City', 'Mudassar Sab', 'Mudasar Sab', '+9203216992995', '+9203216992995', 'Middle', 400, '2026-02', '2025-11', 2, 'Self', '30.27421,72.94291', NULL, '2025-10-20 16:31:50', 0, NULL, NULL, '2025-10-20 11:02:36'),
(1877, 21, 'Al Hamd Grammar School', 'Burewala', NULL, 'Burewala City', 'Mahboob Sab', 'Mahboob Sab', '+9203029027060', '+9203029027060', 'Middle', 250, '2026-02', '2025-12', 1, 'Self', '30.2741317,72.9428867', NULL, '2025-10-20 16:31:37', 0, NULL, NULL, '2025-10-20 11:08:02'),
(1878, 15, 'alfurqan school', 'chichawtni', NULL, 'housing colony', 'sir hnan', 'sir hnan', '+923015558712', '+923015558712', 'Middle', 200, '2026-02', '2025-12', 1, 'rana book', '30.67379452755119,73.08919316153536', NULL, '2025-10-21 12:12:08', 0, NULL, NULL, '2025-10-20 13:22:58'),
(1879, 15, 'mustfa cadet school', 'chichawtni', NULL, 'main road', 'sir', 'sir', '+9203077458006', '+9203077458006', 'High School', 400, '2026-02', '2025-12', 1, 'rana book', '30.67378328679301,73.08924702390422', NULL, '2025-10-21 12:12:01', 0, NULL, NULL, '2025-10-20 13:24:22'),
(1880, 23, 'Al fajar  School', 'Lahore', NULL, 'Aashiyana Road', 'Maam Hina', 'Ma\'am Hina', '+923004981466', '+923004981466', 'Middle', 1500, '2026-03', '2025-12', 2, 'Rehmani Book shop', '31.3803832,74.3670851', NULL, '2025-10-21 11:52:20', 0, NULL, NULL, '2025-10-20 18:22:03'),
(1881, 23, 'National Lyceum School', 'Lahore', NULL, 'Aashiyana Road', 'Muhammad Farasat.', 'Muhammad Farasat', '+9203197062225', '+9203197062225', 'Middle', 350, '2026-01', '2025-11', 1, 'Rehmani Book shop', '31.3803579,74.3671078', NULL, '2025-10-21 11:51:47', 0, NULL, NULL, '2025-10-20 18:26:16'),
(1882, 23, 'Jhangeer High School System', 'Lahore', NULL, 'Chungi Ammar Sidhu', 'M. Imran', 'M.Imran', '+9203004922185', '+9203004922185', 'Middle', 360, '2026-01', '2025-11', 2, 'Rehmani Book shop', '31.380379,74.3670691', NULL, '2025-10-21 11:51:35', 0, NULL, NULL, '2025-10-20 18:29:54'),
(1883, 23, 'English Foundation School', 'Lahore', NULL, 'Punjab Society', 'Adv Tahir Bashir', 'Adv Tahir Bashir', '+923009421123', '+923009421123', 'High School', 600, '2026-02', '2025-12', 1, 'Rehmani Book shop', '31.3803896,74.3670513', NULL, '2025-10-21 11:51:21', 0, NULL, NULL, '2025-10-20 18:33:49'),
(1884, 23, 'New Sunrise Public School', 'Lahore', NULL, 'Sitara colony Chungi', 'Muhammad Iqbal', 'Muhammad Iqbal', '+9203014349132', '+9203014349132', 'High School', 400, '2026-01', '2025-12', 3, 'self', '31.3817174,74.3677278', NULL, '2025-10-21 11:51:12', 0, NULL, NULL, '2025-10-20 18:36:57'),
(1885, 23, 'Ravein Group of School', 'Lahore', NULL, 'Behind Ganeral Hospital', 'Rana Noor', 'Rana Noor', '+923334620704', '+923334620704', 'High School', 900, '2026-02', '2025-12', 2, 'Rehmani Book shop', '31.380359,74.3671036', NULL, '2025-10-21 11:49:47', 0, NULL, NULL, '2025-10-20 18:44:43'),
(1886, 8, 'Pakistan national grammar high school', 'Faisalabad', NULL, 'Sehgol city, samundri road', 'Sir Asim', 'Sir Asim', '+9203004447652', '+9203004447652', 'High School', 400, '2026-02', '2025-12', 1, 'Waqas', '31.3475018,73.0633198', NULL, '2025-10-21 11:22:40', 0, NULL, NULL, '2025-10-21 04:35:15'),
(1888, 4, 'Iqra high school', 'Lahore', NULL, 'Shahdara', 'Sir safdar', 'Sir safdar', '+92030071001156', '+92030071001156', 'High School', 300, '2026-01', '2025-11', 1, 'Direct purchase', '31.6268588,74.2833028', NULL, '2025-10-21 10:42:16', 0, NULL, NULL, '2025-10-21 04:56:13'),
(1889, 15, 'laps school', 'sahiwal', NULL, 'tariq bin ziad', 'sir faisal', 'sir faisal', '+9203326666182', '+9203326666182', 'High School', 300, '2026-03', '2026-01', 1, 'irfan book', '30.671366259949846,73.12388080305594', NULL, '2025-10-21 12:11:34', 0, NULL, NULL, '2025-10-21 05:06:33'),
(1890, 28, 'The innovators school system', 'Karachi', NULL, 'Orangi', 'Nadeem Ahmad Faraz', 'Nadeem Ahmad Faraz', '+9203062223585', '+9203062223585', 'High School', 380, '2026-03', '2025-12', 1, '', '24.9668274,66.9791752', NULL, '2025-11-17 13:18:36', 0, NULL, NULL, '2025-10-21 05:29:50'),
(1891, 4, 'Lahore lycetuff school', 'Lahore', NULL, 'Shahdara', 'Sir Ali Raza', 'Sir Ali raza', '+9203004306160', '+9203004306160', 'High School', 400, '2026-03', '2025-12', 1, 'Mursalin', '31.6193488,74.2857774', NULL, '2025-10-21 10:42:10', 0, NULL, NULL, '2025-10-21 05:34:17'),
(1892, 10, 'nakhala school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'mrs zaheer', 'mrs zaheer', '+9203317651335', '+9203317651335', 'Middle', 100, '2026-03', '2025-12', 0, 'will be shared', '32.0870223,72.6964611', NULL, '2025-10-21 11:19:48', 0, NULL, NULL, '2025-10-21 05:35:44'),
(1893, 6, 'Supreme Educational School System', 'Lahore', NULL, 'Harbanspura', 'Azar sb', 'Mis Sobia', '+9203250888299', '+9203250888299', 'High School', 800, '2026-03', '2025-12', 2, 'School', '31.5487678,74.38012', NULL, '2025-10-21 10:57:40', 0, NULL, NULL, '2025-10-21 05:48:17'),
(1894, 8, 'Savvy school (HR Campus)', 'Faisalabad', NULL, 'D Type', 'Sir Mohsin', 'Sir Mohsin', '+9203247250147', '+9203247250147', 'High School', 400, '2026-01', '2025-11', 1, 'Waqas', '31.3765473,73.07773', '2025-10-25', '2025-10-21 11:23:05', 0, NULL, NULL, '2025-10-21 06:09:57'),
(1895, 7, 'ALMASOOM GRAMMAR SCHOOL', 'NANKANA', NULL, 'Housing colony', 'Saleem sb', 'Mr.Saleem', '+9203044714189', '+9203044714189', 'High School', 800, '2026-01', '2025-11', 2, 'NAZIR BOOK CENTRE', '31.4471633,73.7110651', NULL, '2025-10-21 13:20:51', 0, NULL, NULL, '2025-10-21 06:38:03'),
(1896, 8, 'Educational height school', 'Faisalabad', NULL, 'D Type', 'Sir Fahad', 'Sir Fahad', '+9203145336374', '+9203145336374', 'Middle', 450, '2026-02', '2025-12', 1, 'Waqas', '31.3777818,73.0770259', NULL, '2025-10-22 10:58:24', 0, NULL, NULL, '2025-10-21 06:49:11'),
(1897, 28, 'Young Scholar Grammar School', 'Karachi', NULL, 'Orangi', 'Dr Asim', 'Shahida', '+9203333729415', '+9203333729415', 'High School', 400, '2026-03', '2025-12', 1, '', '24.9392181,67.0118147', NULL, '2025-11-18 13:26:36', 0, NULL, NULL, '2025-10-21 06:50:09'),
(1898, 7, 'Al Husain model school', 'Nankana', NULL, 'Housing colony', 'Sajjad sb', 'Sajjad sb', '+9203054026655', '+9203054026655', 'Middle', 300, '2026-01', '2025-11', 1, 'NAZIR BOOK CENTRE', '31.4485556,73.7129787', '2025-10-31', '2025-10-21 13:21:07', 0, NULL, NULL, '2025-10-21 07:03:35'),
(1899, 4, 'Noor islamic  school', 'Lahore', NULL, 'Shahdara kot Abdul Malik', 'Sir Faisal', 'Sir Faisal', '+9203059551005', '+9203059551005', 'High School', 300, '2026-01', '2025-12', 1, 'Ibrahim', '31.6348491,74.2121909', NULL, '2025-10-21 12:17:17', 0, NULL, NULL, '2025-10-21 07:07:07'),
(1900, 3, 'Fatima Kids Campus', 'LHR', NULL, 'Samnabad', 'Miss Anjum', 'Mam', '+9203077799051', '+9203077799051', 'High School', 28, '2026-05', '2025-12', 1, 'Yosaf hanif', '31.5383795,74.3016214', NULL, '2025-10-21 13:20:07', 0, NULL, NULL, '2025-10-21 07:29:23'),
(1901, 4, 'Paradise school system', 'Lahore', NULL, 'Shahdara kot Abdul Malik', 'Sir Mohsin shah', 'Sir Mohsin shah', '+9203217930025', '+9203217930025', 'High School', 700, '2026-01', '2025-11', 1, 'Direct purchase', '31.6265676,74.2380884', NULL, '2025-10-21 13:13:53', 0, NULL, NULL, '2025-10-21 07:31:40'),
(1902, 7, 'Al Haram International School', 'NANKANA', NULL, 'Housing colony', 'NAZIM SB', 'NAZIM SB', '+9203039220048', '+9203039220048', 'Middle', 200, '2026-01', '2025-10', 1, 'NAZIR BOOK CENTRE', '31.4506853,73.7105089', '2025-10-31', '2025-10-21 13:21:00', 0, NULL, NULL, '2025-10-21 07:37:44'),
(1903, 3, 'JPS School system', 'LHR', NULL, 'Sa', 'Sir Azez', 'Qundeen', '+9203062971567', '+9203062971567', 'Middle', 50, '2026-03', '2026-01', 1, 'Yosaf hanif', '31.5370203,74.3004696', NULL, '2025-10-21 13:20:01', 0, NULL, NULL, '2025-10-21 07:44:16'),
(1904, 8, 'Al Ghazali high school', 'Faisalabad', NULL, 'Sarfaraz colony', 'Sir Asif', 'Sir Asif', '+9203008664012', '+9203008664012', 'High School', 200, '2026-03', '2025-12', 1, 'Waqas', '31.393822,73.0944289', NULL, '2025-10-21 13:17:41', 0, NULL, NULL, '2025-10-21 07:49:01'),
(1905, 5, 'Uni scholarly School System', 'Raiwind city', NULL, '', '', '', '+9203004170223', '+9203004170223', '-- Select --', 0, '', '', 0, '', '31.2580181,74.2261615', NULL, '2025-10-21 13:12:23', 0, NULL, NULL, '2025-10-21 07:50:13'),
(1906, 5, 'City Public School', 'Raiwind city', NULL, '', '', '', '+9203214979625', '+9203214979625', '-- Select --', 0, '', '', 0, '', '31.2580181,74.2261615', NULL, '2025-10-21 13:11:53', 0, NULL, NULL, '2025-10-21 07:52:47'),
(1907, 7, 'AL QALAM SCHOOL', 'NANKANA', NULL, 'CHARCH ROAD', 'MALIK SAJJAD', 'MALIK SAJJAD', '+9203054801286', '+9203054801286', 'High School', 200, '2026-01', '2025-10', 1, 'NAZIR BOOK CENTRE', '31.4490394,73.7074732', '2025-11-04', '2025-10-21 13:21:43', 0, NULL, NULL, '2025-10-21 07:56:27'),
(1908, 5, 'The Honest School', 'Raiwind city', NULL, '', '', '', '+9203035433931', '+9203035433931', '-- Select --', 0, '', '', 0, '', '31.2588318,74.2255881', NULL, '2025-10-21 13:10:44', 0, NULL, NULL, '2025-10-21 07:56:28'),
(1909, 16, 'Multan junior', 'Multan', NULL, 'Old Shuja Abad road', 'Khurram Sb', 'Khurram Sb', '+9203008214334', '+9203008214334', 'High School', 2000, '2026-01', '2025-11', 0, '', '30.2369028,71.4796053', NULL, '2025-10-21 13:19:16', 0, NULL, NULL, '2025-10-21 07:57:32'),
(1910, 5, 'Lahore School of English', 'Raiwind city', NULL, '', '', '', '+9203047804047', '+9203047804047', '-- Select --', 0, '', '', 0, '', '31.258516,74.2260088', NULL, '2025-10-22 13:42:26', 0, NULL, NULL, '2025-10-21 08:02:07'),
(1911, 5, 'Ali public School', 'Raiwind city', NULL, '', '', '', '+9203061090267', '+9203061090267', '-- Select --', 0, '', '', 0, '', '31.2584809,74.2259253', NULL, '2025-10-21 13:08:54', 0, NULL, NULL, '2025-10-21 08:03:53'),
(1912, 16, 'Multan Excel school', 'Multan', NULL, 'New Multan', 'Mam', 'Mam', '+9203096660072', '+9203096660072', 'Middle', 160, '2026-01', '2025-11', 0, '', '30.2369067,71.4795973', NULL, '2025-10-21 13:48:18', 0, NULL, NULL, '2025-10-21 08:32:59'),
(1913, 24, 'Royal balsam house school', 'Lahore', NULL, 'Rosool park near ichra', 'Shamim ahmad', 'Shamim ahmad', '+9203004978597', '+9203004978597', 'High School', 250, '2026-02', '2025-11', 1, 'Open', '31.5566239,74.3037278', NULL, '2025-10-21 16:18:00', 0, NULL, NULL, '2025-10-21 10:01:02'),
(1914, 24, 'Lahore citizens school system', 'Lahore', NULL, 'Rasool park near ichra', 'Mrs Ruby mudassar', 'Mrs Ruby mudassar', '+9203224381454', '+9203224381454', 'High School', 120, '2026-02', '2025-10', 1, 'Open', '31.5566453,74.3037117', NULL, '2025-11-18 11:45:11', 0, NULL, NULL, '2025-10-21 10:07:32'),
(1915, 24, 'Lahore leads school', 'Lahore', NULL, '157 main maqbool road ichra', 'Khurram shahzad', 'Khurram shahzad', '+920321881053', '+920321881053', 'High School', 150, '2026-02', '2025-12', 1, 'Open', '31.556645,74.3037128', NULL, '2025-10-21 16:07:37', 0, NULL, NULL, '2025-10-21 10:12:20'),
(1916, 24, 'Pak pioneers school', 'Lahore', NULL, '19,zaildar road chowk baba azam', 'Hassan faisal', 'Hassan faisal', '+9204237555259', '+9204235471643', 'High School', 350, '2026-01', '2025-11', 4, 'Open', '31.5566845,74.3036807', NULL, '2025-10-21 16:06:58', 0, NULL, NULL, '2025-10-21 10:17:12'),
(1917, 24, 'Experts Grammer school', 'Lahore', NULL, 'Main peer ghazi road ichra', 'Zeeshan khan', 'Zeeshan khan', '+9203334472002', '+9203334472002', 'High School', 350, '2026-01', '2025-11', 2, 'Open', '31.5566675,74.3036684', NULL, '2025-10-21 16:06:25', 0, NULL, NULL, '2025-10-21 10:20:48'),
(1918, 16, 'Perfect education', 'Multan', NULL, 'Shah rukn a alam', 'Sadaf islam', 'Sadaf iasam', '+9203216363411', '+9203216363411', 'Primary', 250, '2026-01', '2025-11', 0, '', '30.186292,71.4391406', NULL, '2025-10-22 11:02:34', 0, NULL, NULL, '2025-10-21 10:24:10'),
(1920, 16, 'Amerjan school', 'Multan', NULL, 'Gulshan a faiz', 'Sir Umer', 'Sir Umer', '+9203057886308', '+9203057886308', 'Middle', 100, '2026-01', '2025-11', 0, '', '30.186302,71.4391525', NULL, NULL, 0, NULL, NULL, '2025-10-21 10:31:47'),
(1921, 23, 'Al Rehman school System', 'Lahore', NULL, 'Manawa', 'Ma\'am Sumera', 'Ma\'am Sumera', '+9203044579649', '+9203044579649', 'Middle', 800, '2026-02', '2025-12', 2, 'Books About you', '31.380358,74.3671075', NULL, '2025-10-22 11:01:22', 0, NULL, NULL, '2025-10-21 17:23:07'),
(1922, 4, 'Sweet ways school', 'Lahore', NULL, 'Shadbagh', 'Sir Tariq', 'Sir Tariq', '+9204237607744', '+9204237607744', 'High School', 1000, '2026-03', '2026-01', 2, 'Open list', '31.6009045,74.3405512', NULL, '2025-10-22 10:33:06', 0, NULL, NULL, '2025-10-22 04:10:27'),
(1923, 28, 'Darul uloom islamia', 'Karachi', NULL, 'Orangi', 'Rizwan', 'Rizwan', '+9203333049633', '+9203333049633', 'High School', 200, '2026-04', '2025-12', 1, '', '24.9532027,66.9982108', NULL, '2025-11-07 15:54:28', 0, NULL, NULL, '2025-10-22 04:31:55'),
(1924, 5, 'Hope School System', 'Raiwind', NULL, '', '', 'Imran sir', '+9203154600525', '+9203154600525', '-- Select --', 0, '', '', 0, '', '31.25684,74.234705', NULL, '2025-10-22 10:54:34', 0, NULL, NULL, '2025-10-22 04:35:39'),
(1925, 28, 'Muslim Millat Schooling system', 'Karachi', NULL, 'Baldia', 'Sana', 'Sana', '+9203472375503', '+9203121265598', 'High School', 200, '2026-04', '2025-12', 1, '', '24.937791,66.9841915', NULL, '2025-10-22 10:56:29', 0, NULL, NULL, '2025-10-22 04:53:52'),
(1926, 25, 'Khursheeda memorial school', 'Thatha hast', NULL, 'Pahrianwali', 'Yaseen ata', 'Same', '+9203455860340', '+9203455860340', 'High School', 300, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.5192684,73.7679225', NULL, '2025-10-22 11:00:24', 0, NULL, NULL, '2025-10-22 05:18:43'),
(1927, 11, 'Iqra Shaheen school', 'Narowal', NULL, 'Village nor kot', 'Razzqa', 'Razzqa', '+9203026239039', '+9203026239039', 'High School', 700, '2026-01', '2025-11', 0, '.', '32.14414414414414,74.86296261244351', NULL, '2025-10-22 10:25:09', 0, NULL, NULL, '2025-10-22 05:21:00'),
(1928, 11, 'modern knowledge Public School', 'Narowal', NULL, 'Village Saddowala', 'Muhammed Husnain', 'Muhammed Husnain', '+9203348244662', '+9203348244662', 'Middle', 200, '2026-02', '2025-12', 0, '.', '32.14414414414414,74.86296261244351', NULL, '2025-10-22 13:34:43', 0, NULL, NULL, '2025-10-22 05:26:44'),
(1929, 25, 'Zamindar high school', 'Lasoori', NULL, 'Pahrianwali', 'Mrs Zahid', 'Same', '+9203042449799', '+9203042449799', 'High School', 160, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.5201183,73.750152', NULL, '2025-10-22 10:59:10', 0, NULL, NULL, '2025-10-22 05:34:50'),
(1930, 16, 'Spring school', 'Multan', NULL, 'Sharif Pura', 'Faizan', 'Faizan', '+9203007198971', '+9203007198971', 'Middle', 800, '2026-01', '2025-11', 0, '', '30.1909592,71.4931967', NULL, '2025-10-22 11:03:20', 0, NULL, NULL, '2025-10-22 05:36:11'),
(1931, 4, 'Batool education system', 'Lahore', NULL, 'Baghbanpura', 'Sir Sajid', 'Sir Sajid', '+9203054655446', '+9203054655446', 'High School', 300, '2026-02', '2025-12', 1, 'Tanvir', '31.6010043,74.3822932', NULL, '2025-10-22 13:40:29', 0, NULL, NULL, '2025-10-22 05:45:35'),
(1932, 8, 'J.M. High school', 'Gojra', NULL, 'Lala park', 'Sir Waleed', 'Sir Waleed', '+9203059742474', '+9203059742474', 'High School', 1000, '2026-01', '2025-11', 1, 'Adnan', '31.1403659,72.6790562', NULL, '2025-11-03 11:49:36', 0, NULL, NULL, '2025-10-22 05:48:09'),
(1933, 9, 'The kids garden school', 'Shakargarh', NULL, 'Zia Road', 'Ahmed ali', 'Ahmed ali', '+9203016899591', '+9203016899591', 'High School', 250, '2026-01', '2025-11', 8, '', '32.2688583,75.1589217', NULL, '2025-10-22 13:37:41', 0, NULL, NULL, '2025-10-22 05:54:26'),
(1934, 28, 'Shafia Grammar School', 'Karachi', NULL, 'Baldia', 'Miss Rukhsana', 'Miss Jaweria', '+9203332350967', '+9203332350967', 'High School', 400, '2026-04', '2025-12', 1, '', '24.9063131,66.9668578', NULL, '2025-10-30 16:23:37', 0, NULL, NULL, '2025-10-22 05:57:48'),
(1935, 28, 'Khan Children Academy', 'Karachi', NULL, 'Orangi', 'Khursheed', 'Khursheed', '+9203212406525', '+9203212406525', 'High School', 500, '2026-02', '2025-12', 1, '', '24.9062974,66.9668601', NULL, '2025-10-24 17:20:31', 0, NULL, NULL, '2025-10-22 05:59:49'),
(1936, 5, 'Al-Ahad Education School System', 'Raiwind', NULL, '', '', 'Salman Arif', '+9203007860056', '+9203007860056', '-- Select --', 0, '', '', 0, '', '31.2519142,74.2200233', NULL, '2025-10-22 11:05:59', 0, NULL, NULL, '2025-10-22 06:00:53'),
(1937, 5, 'Morning Bell Foundation School', 'Raiwind', NULL, '', '', '', '+9203064006237', '+9203064006237', '-- Select --', 0, '', '', 0, '', '31.2519142,74.2200233', NULL, '2025-10-22 11:05:14', 0, NULL, NULL, '2025-10-22 06:03:24'),
(1938, 28, 'The citizen School', 'Karachi', NULL, 'Baldia', 'Yousuf patni', 'Sadia Aqib', '+9203232450042', '+9203232450042', 'High School', 200, '2026-04', '2025-12', 1, '', '24.9064587,66.9669046', NULL, '2025-10-30 16:23:44', 0, NULL, NULL, '2025-10-22 06:06:01'),
(1939, 25, 'Al noor school', 'Lasoori', NULL, 'Pahrianwali', 'M.Rizwan', 'Same', '+9203416661600', '+9203416661600', 'High School', 500, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.5216556,73.7482752', NULL, '2025-11-07 16:04:24', 0, NULL, NULL, '2025-10-22 06:19:33'),
(1940, 8, 'St. John\'s cathedral high school', 'Gojra', NULL, 'Mission road', 'Sir Amin', 'Sir Amin', '+9203006550068', '+9203006550068', 'High School', 400, '2026-02', '2025-12', 1, 'Adnan', '31.152222,72.6853735', NULL, '2025-10-24 17:36:31', 0, NULL, NULL, '2025-10-22 06:34:56'),
(1941, 25, 'The blooming school', 'Chohranwala', NULL, 'Pahrianwali', 'Mam kalsoom', 'Same', '+9203497455958', '+9203497455958', 'Middle', 250, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.5350442,73.7348725', NULL, '2025-10-24 17:39:35', 0, NULL, NULL, '2025-10-22 06:35:19'),
(1942, 7, 'EYRIE SCHOOL', 'GUJRANWALA', NULL, 'People colony', 'TAYYAB SB', 'TAYYAB SB', '+923338188003', '+923338188003', 'High School', 700, '2026-01', '2025-11', 6, 'BOOKCITY', '32.1329544,74.2077889', '2025-10-31', '2025-10-27 15:24:41', 0, NULL, NULL, '2025-10-22 06:44:59'),
(1943, 28, 'Patni English Grammar School', 'Karachi', NULL, 'Baldia', 'Razia', 'Razia', '+9203232456553', '+9203173350471', 'High School', 1500, '2026-04', '2025-12', 1, '', '24.906056,66.9680912', NULL, '2025-10-24 17:19:14', 0, NULL, NULL, '2025-10-22 06:48:52'),
(1944, 4, 'Arif foundation school', 'Lahore', NULL, 'Baghbanpura', 'Sir Hafiz Ali Hassan', 'Sir Hafiz Ali Hassan', '+9203280322200', '+9203280322200', 'High School', 100, '2026-02', '2025-12', 1, 'Direct purchase', '31.6028349,74.3890599', NULL, '2025-10-22 13:40:12', 0, NULL, NULL, '2025-10-22 06:49:10'),
(1945, 25, 'Pakistan science model high school', 'Rajowa', NULL, 'Pahrianwali', 'Zahid shb', 'Same', '+9203455759017', '+9203455759017', 'High School', 200, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.5136267,73.7123967', NULL, '2025-10-24 17:39:49', 0, NULL, NULL, '2025-10-22 06:54:56'),
(1946, 28, 'Naveed Public School', 'Karachi', NULL, 'Baldia', 'Naveed Saeed', 'Miss Naila', '+9203462734429', '+9203462734429', 'High School', 600, '2026-04', '2025-11', 1, '', '24.9166588,66.9647347', NULL, '2025-10-24 17:20:19', 0, NULL, NULL, '2025-10-22 07:09:57'),
(1947, 8, 'The readers school system', 'Gojra', NULL, 'Madina town', 'Sir Sajid', 'Sir Sajid', '+9203335050629', '+9203335050629', 'High School', 400, '2026-02', '2025-12', 1, 'Adnan', '31.1393033,72.6761011', NULL, '2025-10-24 17:36:18', 0, NULL, NULL, '2025-10-22 07:12:42'),
(1948, 4, 'The professors school', 'Lahore', NULL, 'Mehmood booti', 'Sir Imam Ikram', 'Sir I am Ikram', '+9203244511387', '+9203244511387', 'High School', 45, '2026-02', '2025-12', 1, 'Direct purchase', '31.6053023,74.3951195', NULL, '2025-10-22 13:40:23', 0, NULL, NULL, '2025-10-22 07:35:21'),
(1949, 5, 'Oasis Grammar School', 'Raiwind city', NULL, '', '', 'Naveed anjum', '+9203084818511', '+9203084818511', '-- Select --', 0, '', '', 0, '', '31.3367925,74.2357166', NULL, '2025-10-22 13:41:39', 0, NULL, NULL, '2025-10-22 07:54:47'),
(1950, 5, 'Life School System', 'Raiwind', NULL, '', '', '', '+9203454615177', '+9203454615177', '-- Select --', 0, '', '', 0, '', '31.3368968,74.2361912', NULL, '2025-10-22 13:41:19', 0, NULL, NULL, '2025-10-22 07:58:13'),
(1951, 16, 'The Hawks', 'Multan', NULL, 'Niaz Town Bilal Chowk', 'Sajida Naseem', 'Sajida Naseem', '+9203438711991', '+92034387111991', 'High School', 280, '2026-01', '2025-11', 0, '', '30.236905,71.4796318', NULL, '2025-10-22 14:14:55', 0, NULL, NULL, '2025-10-22 08:59:01'),
(1952, 24, 'Zia public High school', 'Lahore', NULL, 'Kit kamboh bund road', 'Mr zia', 'Mr zia', '+9203214045156', '+9203214045156', 'High School', 175, '2026-02', '2025-11', 1, 'Open', '31.5566236,74.3037583', NULL, '2025-10-23 10:27:53', 0, NULL, NULL, '2025-10-22 09:43:26'),
(1953, 24, 'Bab e arqam school', 'Lahore', NULL, 'Kit kamboh bund road', 'Muhammad zubair', 'Ayesha zubair', '+9203215655868', '+9203215655868', 'High School', 50, '2026-02', '2025-11', 1, 'Open', '31.556586,74.3037719', NULL, '2025-10-23 10:27:32', 0, NULL, NULL, '2025-10-22 09:47:04'),
(1954, 24, 'Asim public school', 'Lahore', NULL, 'Kit kamboh yateem khana', 'Mr asim', 'Mr asim', '+9203334620799', '+9203334620799', 'High School', 250, '2026-02', '2025-11', 2, 'Open', '31.5566443,74.3036679', NULL, '2025-10-24 11:39:06', 0, NULL, NULL, '2025-10-22 09:50:06'),
(1955, 24, 'Mohsin foundation school', 'Lahore', NULL, 'Mian shoukat Ali Street gunk baksh park', 'Saira shahbaz', 'Saira shahbaz', '+9203214348525', '+9203004603315', 'High School', 400, '2026-02', '2025-11', 3, 'Open', '31.5566271,74.3037638', NULL, '2025-10-23 10:27:19', 0, NULL, NULL, '2025-10-22 09:55:49');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(1956, 16, 'Oasis Grammer', 'Multan', NULL, 'Suraj kund road', 'Sir Sajjad', 'Sir Sajjad', '+9203127646565', '+9203127646565', 'High School', 600, '2026-01', '2025-11', 0, '', '30.2369164,71.4796053', NULL, '2025-10-27 15:19:22', 0, NULL, NULL, '2025-10-22 12:15:28'),
(1957, 16, 'Oasis', 'Multan', NULL, 'Suraj kund road', 'Ali Raza', 'Ali Raza', '+9203326073983', '+9203326073983', 'Middle', 300, '2026-01', '2025-11', 0, '', '30.2369057,71.4796292', NULL, '2025-10-27 15:19:06', 0, NULL, NULL, '2025-10-22 12:18:21'),
(1958, 16, 'Excel school', 'Multan', NULL, 'Suraj kund road', 'Ansar Jameel', 'Ansar Jameel', '+9203126410048', '+9203126410048', 'High School', 800, '2026-01', '2025-11', 0, '', '30.2369054,71.4796332', NULL, '2025-10-27 15:18:23', 0, NULL, NULL, '2025-10-22 12:21:35'),
(1959, 21, 'The Wisdom Tree School', 'Arifwala', NULL, 'Qaboola Road Arifwala', 'Farhan Sab', 'Farhan Sab', '+9203244049293', '+9203244049293', 'Primary', 250, '2026-02', '2025-12', 1, 'Self', '30.2741017,72.9427383', NULL, '2025-10-23 10:29:08', 0, NULL, NULL, '2025-10-22 12:27:49'),
(1960, 21, 'Climex Public School', 'Arifwala', NULL, 'Qaboola Road Arifwala', 'Ghulam Rasool', 'Ghulam Rasool', '+9203004900907', '+9203004900907', 'Primary', 200, '2026-02', '2025-12', 1, 'Self', '30.2740367,72.94272', NULL, '2025-10-23 10:29:25', 0, NULL, NULL, '2025-10-22 12:30:31'),
(1961, 21, 'The Muslim Public School', 'Arifwala', NULL, '65/E B', 'Muhammad Ramzan', 'Muhammad Ramzan', '+9203216531665', '+9203216531665', 'Middle', 350, '2026-03', '2025-12', 1, 'Ramzan Book Center Rang Shah', '30.2741617,72.942835', NULL, '2025-10-23 10:29:00', 0, NULL, NULL, '2025-10-22 12:32:48'),
(1962, 21, 'Eman Educational Complex', 'Arifwala', NULL, 'Qaboola Road Arifwala', 'Musteen Shah Sab', 'Musteen Shah Sab', '+9203017677532', '+9203017677532', 'Middle', 350, '2026-04', '2026-01', 1, 'Self', '30.2741417,72.942645', NULL, '2025-10-23 10:28:52', 0, NULL, NULL, '2025-10-22 12:39:35'),
(1963, 16, 'Silver Bell', 'Multan', NULL, 'Opp street Bilal Nagar', 'M Ali', 'M Ali', '+92O3217408418', '+9203110441984', 'Middle', 280, '2026-01', '2025-11', 0, '', '30.1826743,71.4932535', NULL, '2025-10-27 15:18:00', 0, NULL, NULL, '2025-10-23 04:50:53'),
(1964, 25, 'Aftab model school', 'Ranmal', NULL, 'Pahrianwali', 'Aftab sb', 'Same', '+9203454873010', '+9203454873010', 'High School', 150, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.3912401,73.7317661', NULL, '2025-11-15 10:57:27', 0, NULL, NULL, '2025-10-23 05:16:20'),
(1965, 8, 'Glorious grammar school', 'Faisalabad', NULL, 'Noorpur', 'Miss Nazia', 'Miss Nazia', '+9203336529901', '+9203336529901', 'High School', 200, '2026-02', '2025-12', 1, 'Waqas', '31.4623676,73.0915076', NULL, '2025-10-24 17:35:37', 0, NULL, NULL, '2025-10-23 05:23:02'),
(1966, 5, 'Khadija Tul Kubra School System', 'Raiwind', NULL, '', '', '', '+9203278184204', '+9203278184204', '-- Select --', 0, '', '', 0, '', '31.2471249,74.2124994', NULL, '2025-10-24 16:13:41', 0, NULL, NULL, '2025-10-23 05:24:04'),
(1967, 11, 'The shining stars English school pasrur', 'Pasrur', NULL, '', 'Mirza Muhammed usman attari', 'Mirza Muhammed usman attari', '+9203039354611', '+9203039354611', 'High School', 250, '2026-01', '2025-11', 0, '.', '32.252252252252255,74.65368821633065', NULL, '2025-10-23 11:57:04', 0, NULL, NULL, '2025-10-23 05:26:04'),
(1968, 25, 'New chenab school', 'Jokalian', NULL, 'Pahrianwali', 'Danyal ahmad', 'Khadim hussain', '+9203407229080', '+9203407229080', 'High School', 500, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.405146,73.7879476', NULL, '2025-10-24 17:38:45', 0, NULL, NULL, '2025-10-23 06:06:28'),
(1969, 15, 'the royal cambridge', 'sahiwal', NULL, 'pakawvinew', 'sir sjjad', 'sir sjjad', '+9203009694150', '+9203009694150', 'High School', 500, '2026-02', '2025-12', 1, 'imran', '30.68453619323411,73.09628723298829', NULL, '2025-10-27 15:21:33', 0, NULL, NULL, '2025-10-23 06:09:56'),
(1970, 26, 'Sultan School System', 'Sialkot', NULL, 'Gulbahar', 'Madam', 'Madam', '+9203026190307', '+9203026190307', 'High School', 650, '2026-03', '2025-12', 1, 'Different dealers', '32.556795,74.5947938', NULL, '2025-10-24 16:21:54', 0, NULL, NULL, '2025-10-23 06:12:35'),
(1971, 25, 'Officers school', 'Jokalian', NULL, 'Pahrianwali', 'Anjum shb', 'Same', '+9203476185079', '+9203476185079', 'High School', 250, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.40421,73.7872517', NULL, '2025-10-24 17:38:28', 0, NULL, NULL, '2025-10-23 06:14:10'),
(1972, 4, 'Igs school', 'Lahore', NULL, 'Cannt', 'Sir Azeem Khan', 'Sir Azeem Khan', '+9203058889933', '+9203058889933', 'High School', 1000, '2026-03', '2026-01', 2, 'Open list', '31.5452038,74.4197148', NULL, '2025-10-24 16:11:02', 0, NULL, NULL, '2025-10-23 06:15:38'),
(1973, 3, 'AGS', 'LHR', NULL, 'Hassan choock Lahore', 'Khuram', 'Sir', '+9203064771618', '+9203064771618', 'High School', 40, '2026-01', '2025-12', 1, 'Yosaf hanif', '31.5397253,74.3002534', NULL, '2025-10-27 15:22:49', 0, NULL, NULL, '2025-10-23 06:16:14'),
(1974, 3, 'UNIQUE GRAMMAR SCHOOL', 'LHR', NULL, '25-s-11, Tipu Sultan Rood', 'Sir A', 'Mam', '+9203004847796', '+9237553551', 'High School', 60, '2026-01', '2025-09', 1, 'Yosaf hanif', '31.5386093,74.3008382', NULL, '2025-10-27 15:22:43', 0, NULL, NULL, '2025-10-23 06:27:26'),
(1975, 5, 'Paradigm School System', 'SundarCity', NULL, '', '', '', '+9203215256327', '+9203215256327', '-- Select --', 0, '', '', 0, '', '31.2690148,74.2001286', NULL, '2025-10-24 16:13:10', 0, NULL, NULL, '2025-10-23 06:32:22'),
(1976, 26, 'Zaka Public School', 'Sialkot', NULL, 'Gulbahar Jhai', 'Sir Khalid Pervez', 'Sir Khalid Pervez', '+9203217149002', '+9203217149002', 'High School', 1100, '2026-03', '2025-12', 1, 'Different dealers', '32.5491178,74.5895838', NULL, '2025-10-24 16:21:30', 0, NULL, NULL, '2025-10-23 06:51:13'),
(1977, 5, 'The ONE School System', 'SundarCity', NULL, '', '', '', '+9203004799264', '+9203004799264', '-- Select --', 0, '', '', 0, '', '31.23753,74.2051324', NULL, '2025-10-24 16:12:45', 0, NULL, NULL, '2025-10-23 07:26:10'),
(1978, 25, 'Al muslim school', 'Jokalian', NULL, 'Pahrianwali', 'Kazim shb', 'Same', '+9203016297563', '+9203016297563', 'High School', 160, '2026-03', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.398545,73.7690583', NULL, '2025-10-24 17:38:19', 0, NULL, NULL, '2025-10-23 07:28:40'),
(1979, 31, 'Tameer e nau public school', 'Chakwal', NULL, 'Pinwal road chakwal', 'Sir mushtaq', 'Nosheen', '+9203352840512', '+9203352840512', 'Middle', 120, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9486233,72.8822767', NULL, '2025-10-24 17:41:11', 0, NULL, NULL, '2025-10-23 07:29:32'),
(1980, 5, 'IQRA  ATFAL School', 'SundarCity', NULL, '', '', 'Naseer Ahmad', '+9203014300665', '+9203014300665', '-- Select --', 0, '', '', 0, '', '31.2374684,74.2050233', NULL, '2025-10-24 16:12:31', 0, NULL, NULL, '2025-10-23 07:34:53'),
(1981, 31, 'The elite school of excellence', 'Chakwal', NULL, 'Pinwal road chakwal', 'Ahsan shahzad', 'Ahsan shahzad', '+9203155693508', '+9203155693508', 'Middle', 15, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9431041,72.8743832', NULL, '2025-10-24 17:41:05', 0, NULL, NULL, '2025-10-23 07:41:59'),
(1982, 31, 'The ilsa scholar school', 'Chakwal', NULL, 'Pinwal road chakwal', 'Shahid sb', 'Shahid', '+9203335004822', '+9203335004822', 'Middle', 250, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9403451,72.8716401', NULL, '2025-10-24 17:40:58', 0, NULL, NULL, '2025-10-23 07:51:23'),
(1983, 31, 'The Rights school system', 'Chakwal', NULL, 'Pinwal road chakwal', 'Kamran', 'Misbah sultana', '+9203425252786', '+9203405159647', 'High School', 159, '2026-03', '2025-12', 200, 'Arshad book depo', '32.9391103,72.8705311', NULL, '2025-10-24 17:40:51', 0, NULL, NULL, '2025-10-23 08:05:39'),
(1984, 7, 'RILLS SCHOOL', 'GUJRANWALA', NULL, 'PEOPLES COLONY', 'IMRAN GUL', 'IMRAN GUL', '+923247661111', '+923247661111', 'High School', 2000, '2026-01', '2025-11', 12, 'BOOKCITY', '32.14427,74.2090316', '2025-10-31', '2025-10-27 15:24:11', 0, NULL, NULL, '2025-10-23 08:06:17'),
(1985, 24, 'Meeqat public school', 'Lahore', NULL, 'Rasool park near ichra', 'Mr ali', 'Mrs ali', '+9203004416328', '+9203004416328', 'High School', 100, '2026-03', '2025-11', 1, 'Open', '31.5061811,74.2691479', NULL, '2025-11-18 11:45:05', 0, NULL, NULL, '2025-10-23 10:50:23'),
(1986, 24, 'British school system', 'Lahore', NULL, 'Kot Muhammad block b sabzaaar scheme', '', '', '+9203003535195', '+9203003535195', 'High School', 280, '2026-03', '2025-12', 3, 'Open', '31.506182,74.2691583', NULL, '2025-10-24 11:38:52', 0, NULL, NULL, '2025-10-23 11:00:31'),
(1987, 24, 'United school system', 'Lahore', NULL, 'Al abbas road kot kamboh near yateem khana', '', '', '+9203234032563', '+9203234032563', 'High School', 150, '2026-03', '2025-11', 1, 'Open', '31.5039231,74.2676335', NULL, '2025-10-24 11:32:44', 0, NULL, NULL, '2025-10-23 11:19:22'),
(1988, 21, 'Al Qalam School', 'Kamir', NULL, 'Kamir City', 'Malik Mojtaba', 'Malik Mojtaba Sab', '+9203016900521', '+9203016900521', 'Primary', 200, '2026-02', '2025-12', 1, 'Self', '30.2702717,72.9411317', NULL, '2025-10-24 11:41:02', 0, NULL, NULL, '2025-10-23 12:09:04'),
(1989, 23, 'Bismillah School System', 'Lahore', NULL, 'Shareout dist Sheikhupura', 'Ma\'am Humaira Munawar', 'Ma\'am Humaira Munawar', '+9203004799014', '+9203004799014', 'High School', 400, '2026-01', '2025-11', 1, 'Mirza Tahir Shahdra', '31.3803668,74.3671098', NULL, '2025-10-27 15:13:17', 0, NULL, NULL, '2025-10-23 18:35:43'),
(1990, 23, 'Khizar Educational Complex', 'Lahore', NULL, 'Sharqpur Dist Sheikhupura', 'Ma\'am Tehmina', 'Ma\'am Tehmina', '+9203074534544', '+9203074534544', 'High School', 500, '2026-03', '2025-12', 1, 'Mirza Tahir Shahdra', '31.3803679,74.367113', NULL, '2025-10-27 15:13:06', 0, NULL, NULL, '2025-10-23 18:40:06'),
(1991, 23, 'Saeed Public High School', 'Lahore', NULL, 'Sharqpur', 'Ayesha Sarfaraz', 'Ayesha Sarfaraz', '+9203320848684', '+9203320848684', 'High School', 500, '2026-02', '2025-12', 1, 'Mirza Tahir Shahdra', '31.3803786,74.3670866', NULL, '2025-10-27 15:09:34', 0, NULL, NULL, '2025-10-23 18:43:51'),
(1992, 23, 'The Prime School', 'Lahore', NULL, 'Sharqpur dist Sheikhupura', 'Ma\'am Aqsa Naaz', 'Ma\'am Aqsa Naaz', '+9203084860595', '+9203084860595', 'High School', 550, '2026-01', '2025-11', 3, 'Mirza Tahir Shahdra', '31.3803646,74.3671075', NULL, '2025-10-27 15:08:53', 0, NULL, NULL, '2025-10-23 18:48:32'),
(1993, 23, 'Star School System', 'Sheikhapura', NULL, 'Sharqpur dist Sheikhupura', 'Atif Touqeer', 'Atif Touqeer', '+9203134040668', '+9203134040668', 'High School', 600, '2026-03', '2025-12', 2, 'Mirza Tahir Shahdra', '31.3803709,74.3671131', NULL, '2025-10-27 15:08:39', 0, NULL, NULL, '2025-10-23 18:52:22'),
(1994, 23, 'City Lyceum School', 'Sheikhupura', NULL, 'Sharqpur dist Sheikhupura', 'Safdar Ali Ranjha', 'Safdar Ali Ranjha', '+9203014488104', '+9203014488104', 'High School', 600, '2026-03', '2025-12', 2, 'Mirza Tahir Shahdra', '31.3803888,74.3671028', NULL, '2025-10-27 15:08:29', 0, NULL, NULL, '2025-10-23 18:57:34'),
(1995, 28, 'KIMS School', 'Karachi', NULL, 'Orangi', 'Uzma', 'Uzma', '+9203421523073', '+9203421523073', 'Middle', 200, '2026-04', '2025-12', 1, '', '24.9668289,66.9791766', NULL, '2025-10-24 17:21:08', 0, NULL, NULL, '2025-10-24 04:23:38'),
(1996, 11, 'The Excellent school', 'Narowal', NULL, 'Ghaziwall colony', 'Sajid Ali', 'Sajid Ali', '+9203016839061', '+9203016839061', 'High School', 250, '2026-01', '2025-11', 0, '.', '32.108108108108105,74.87594538806339', '2025-11-07', '2025-10-24 11:42:42', 0, NULL, NULL, '2025-10-24 05:12:51'),
(1997, 4, 'Are school', 'Lahore', NULL, 'Badami bagh', 'Sir Hafiz Waseem', 'Sir Hafiz Waseem', '+92030840663145', '+92030840663145', 'High School', 150, '2026-01', '2025-12', 1, 'Direct purchase', '31.6053561,74.3309751', NULL, '2025-10-24 16:10:08', 0, NULL, NULL, '2025-10-24 05:16:40'),
(1998, 26, 'Jingle Bells School', 'Sialkot', NULL, 'Bharat', 'Madam', 'Madam', '+9203356663050', '+9203356663050', 'Preschool', 350, '2026-03', '2026-01', 1, 'Hafeez Traders book shop', '32.5131287,74.5549849', NULL, '2025-10-24 16:15:31', 0, NULL, NULL, '2025-10-24 05:18:51'),
(1999, 26, 'KALSOOM GRAMMAR SCHOOL', 'Sialkot', NULL, 'Bharat', 'Major Zaka Sahb', 'Major Zaka Sahb', '+9203216191550', '+9203216191550', 'High School', 750, '2026-03', '2026-01', 2, 'Different dealers', '32.5131482,74.5549671', NULL, '2025-10-24 16:14:50', 0, NULL, NULL, '2025-10-24 05:24:09'),
(2000, 28, 'Sunrise School English Secondary school', 'Karachi', NULL, 'Orangi', 'Sajid', 'Sajid', '+9203180113113', '+9203180113113', 'High School', 300, '2026-04', '2025-12', 1, '', '24.94317,66.9890583', NULL, '2025-10-24 16:40:45', 0, NULL, NULL, '2025-10-24 06:24:19'),
(2001, 31, 'National foundation academy', 'Chakwal', NULL, 'Jabir pur road chakwal', 'Saleem sb', 'Saleem sb', '+9203335915218', '+9203335915218', 'Middle', 100, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9299126,72.8647531', NULL, '2025-10-24 17:40:46', 0, NULL, NULL, '2025-10-24 06:54:37'),
(2002, 31, 'Peak knowledge school', 'Chakwal', NULL, 'Jabir pur road chakwal', 'Sakhawat sb', 'Sakhawat sb', '+9203348614027', '+9203348614027', 'High School', 80, '2026-03', '2026-01', 1, 'Arshad book depo', '32.9294862,72.8671397', NULL, '2025-10-24 17:40:40', 0, NULL, NULL, '2025-10-24 06:57:53'),
(2003, 31, 'The balance school', 'Chakwal', NULL, 'Jabir pur road chakwal', 'Miss fouzia', 'Miss fouzia', '+9203325670650', '+9203325670650', 'Middle', 150, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9293079,72.8683088', NULL, '2025-10-24 17:40:35', 0, NULL, NULL, '2025-10-24 07:01:22'),
(2004, 8, 'Knowledgia international school', 'Faisalabad', NULL, 'Sargodha road', 'Miss Warda', 'Miss Warda', '+9203083080111', '+9203083080111', 'Primary', 250, '2026-03', '2025-11', 1, 'Waqas', '31.4914829,73.0756158', NULL, '2025-11-07 16:02:40', 0, NULL, NULL, '2025-10-24 07:10:01'),
(2005, 4, 'Marching bells school', 'Lahore', NULL, 'Shadbagh', 'Sir Umer riaz', 'Sir Umer riaz', '+9203334609885', '+9203334609885', 'High School', 1000, '2026-03', '2026-01', 3, 'Direct purchase', '31.5931076,74.3645037', NULL, '2025-10-24 16:10:56', 0, NULL, NULL, '2025-10-24 07:50:41'),
(2006, 24, 'The north\'s tar school', 'Lahore', NULL, '349 kashmir block allama iqbal town', 'Junaid khawaja', 'Junaid khawaja', '+9203216005616', '+9203216005616', 'High School', 300, '2026-02', '2025-11', 1, 'Open', '31.5566049,74.3037695', NULL, '2025-11-15 10:31:09', 0, NULL, NULL, '2025-10-24 10:21:09'),
(2007, 24, 'Oxford Grammer school', 'Lahore', NULL, '377 nargis block allama iqbal town', 'Amir sohail', 'Amir sohail', '+9203009411710', '+9203009411710', 'Middle', 100, '2026-02', '2025-11', 1, 'Open', '31.5566106,74.3037606', NULL, '2025-10-30 16:02:15', 0, NULL, NULL, '2025-10-24 10:24:47'),
(2008, 24, 'American Grammer school', 'Lahore', NULL, '535 c huma block allama iqbal town', 'Mr Numan', 'Mr numan', '+9203317247248', '+9203317247248', 'High School', 250, '2026-02', '2025-11', 2, 'Open', '31.5566149,74.303765', NULL, '2025-11-15 10:30:39', 0, NULL, NULL, '2025-10-24 10:27:27'),
(2009, 11, 'The Shacker Alit School system', 'Narowal', NULL, 'Nagal', 'Rana Atiq', 'Rana Atiq', '+9203466928525', '+9203466928525', 'High School', 200, '2026-01', '2025-12', 0, '.', '32.108108108108105,74.87594538806339', NULL, '2025-10-27 12:59:21', 0, NULL, NULL, '2025-10-25 04:58:06'),
(2010, 4, 'Allama Iqbal  Grammar School', 'Lahore', NULL, 'Badami bagh', 'Sir Usman Butt', 'Sir Usman Butt', '+9203227466742', '+9203227466742', 'High School', 150, '2026-01', '2025-10', 1, 'Direct purchase', '31.604695,74.316348', NULL, '2025-10-27 13:39:17', 0, NULL, NULL, '2025-10-25 05:17:10'),
(2011, 25, 'The arqam school qadirabad', 'Qadirabad', NULL, 'Phalia', 'Sanawar shb', 'Same', '+9203335511705', '+9203335511705', 'High School', 200, '2026-03', '2025-12', 1, 'Dar ul kutab phalia', '32.3028407,73.5019979', NULL, '2025-10-27 14:57:34', 0, NULL, NULL, '2025-10-25 05:21:12'),
(2012, 31, 'Hassan cadet high school', 'Choa saidan shah', NULL, 'Vpo chumbi tehsil choa saidan shah distt chakwal', 'Syed Hassan mujtaba haider', 'Syed Hassan mujtaba haider', '+9203459382028', '+9203459382028', 'Middle', 150, '2026-04', '2026-02', 1, 'Arshad book depo', '32.7522607,73.0092549', NULL, '2025-10-27 15:06:50', 0, NULL, NULL, '2025-10-25 05:27:35'),
(2013, 9, 'Arsal model school', 'Shakargarh', NULL, 'Bhati afgana village', 'Yasmin khan', 'Yasmin khan', '+9203103380239', '+9203103380239', 'High School', 350, '2026-03', '2025-12', 0, '', '32.2777167,75.2038017', NULL, '2025-10-27 15:26:55', 0, NULL, NULL, '2025-10-25 05:35:39'),
(2014, 25, 'Islamic educational model school', 'Qadirabad', NULL, 'Phalia', 'Mam asma', 'Same', '+9203406138849', '+9203406138849', 'Middle', 200, '2026-03', '2025-12', 4, 'Jinnah book phalia', '32.3031025,73.5022938', NULL, '2025-10-27 13:53:16', 0, NULL, NULL, '2025-10-25 05:37:42'),
(2015, 25, 'Moral grammar school', 'Qadirabad', NULL, 'Phalia', 'Waqas anmol shb', 'Same', '+923007557313', '+923007557313', 'Primary', 100, '2026-03', '2025-12', 1, 'Dar ul kutab phalia', '32.2988383,73.5050899', NULL, '2025-10-27 13:52:48', 0, NULL, NULL, '2025-10-25 06:13:57'),
(2016, 8, 'Faisalabad high school', 'Faisalabad', NULL, 'Model town', 'Sir Usman', 'Sir Usman', '+9203138888123', '+9203138888123', 'High School', 800, '2026-02', '2025-12', 2, 'Waqas', '31.4241606,73.0695286', NULL, '2025-10-27 13:48:59', 0, NULL, NULL, '2025-10-25 06:23:11'),
(2017, 25, 'Pakistan scholars school', 'Qadirabad', NULL, 'Phalia', 'Zafar hussain', 'Same', '+9203446283355', '+9203446283355', 'High School', 220, '2026-01', '2025-11', 1, 'Jinnah book phalia', '32.2992709,73.5009015', NULL, '2025-10-27 13:52:30', 0, NULL, NULL, '2025-10-25 06:36:03'),
(2018, 9, 'Lyceum School shahpur bangoo', 'Shakargarh', NULL, 'Shahpur bangoo', 'Ghulam Rasool sb', 'Ghulam Rasool sb', '+9203006141040', '+9203006141040', 'High School', 180, '2026-02', '2025-12', 0, '', '32.3186705,75.2174995', NULL, '2025-10-27 15:25:47', 0, NULL, NULL, '2025-10-25 06:41:39'),
(2019, 9, 'The Nation School', 'Shakargarh', NULL, 'Shahpur', 'M Rizwan', 'M Rizwan', '+9203066331471', '+9203066331471', 'High School', 130, '2026-02', '2025-12', 0, 'Bhatti book depot', '32.3194102,75.2171202', NULL, '2025-10-27 13:30:51', 0, NULL, NULL, '2025-10-25 06:51:56'),
(2020, 11, 'Islamic public school', 'Narowal', NULL, 'Village Munzper polt', 'Aleem', 'Aleem', '+9203006236365', '+9203006236365', 'High School', 600, '2026-03', '2025-10', 0, 'City book depot', '32.108108108108105,75.02484641582375', NULL, '2025-10-27 12:59:15', 0, NULL, NULL, '2025-10-25 06:59:35'),
(2021, 9, 'Educator public school', 'Shakargarh', NULL, 'Shahpur', 'Sajida basheer', 'SAjida basheer', '+9203037005643', '+9203037005643', 'High School', 180, '2026-03', '2025-12', 0, '', '32.3203848,75.2196614', NULL, '2025-10-27 13:30:18', 0, NULL, NULL, '2025-10-25 07:16:45'),
(2022, 25, 'The knowledge and visdom velly school', 'Qadirabad', NULL, 'Phalia', 'Sir arif', 'Mam nusrat shaheen', '+9203007756077', '+9203426680300', 'Middle', 150, '2026-03', '2025-12', 1, 'Umar book depot qadirabad', '32.2998619,73.4988542', NULL, '2025-10-29 13:53:32', 0, NULL, NULL, '2025-10-25 07:25:04'),
(2023, 4, 'Moon Public school', 'Lahore', NULL, 'Ravi road', 'Sir Faisal Riaz', 'Sir Faisal Riaz', '+9203114111163', '+9203114111163', 'High School', 6000, '2026-01', '2025-12', 6, 'Direct purchase', '31.5974986,74.3039378', NULL, '2025-10-27 13:42:01', 0, NULL, NULL, '2025-10-25 07:45:21'),
(2024, 9, 'Huzaifa school system', 'Shakargarh', NULL, 'Khanna saidpur', 'Imran sb', 'Imran sb', '+9203003539590', '+9203003539590', 'High School', 250, '2026-02', '2025-12', 0, '', '32.2729,75.199825', NULL, '2025-10-27 13:28:55', 0, NULL, NULL, '2025-10-25 08:05:51'),
(2025, 8, 'City star school', 'Faisalabad', NULL, 'D Ground', 'Sir Tahir', 'Sir Tahir', '+923007913380', '+923007913380', 'High School', 800, '2026-02', '2025-11', 2, 'Waqas', '31.4150671,73.1029759', NULL, '2025-11-17 13:31:27', 0, NULL, NULL, '2025-10-25 08:11:13'),
(2026, 4, 'Aims school', 'Lahore', NULL, 'Shahdara', 'Sir', 'Sir', '+9203114543435', '+9203114543435', 'High School', 800, '2026-01', '2025-10', 1, 'Direct purchase', '31.6261261,74.3053529', NULL, '2025-11-15 10:41:04', 0, NULL, NULL, '2025-10-25 08:38:21'),
(2027, 11, 'Elite Scholars School', 'Narowal', NULL, 'Village Dhabliwala', 'Muhammed Rehan', 'Muhammed Rehan', '+9203007416035', '+9203007416035', 'High School', 1800, '2026-02', '2025-12', 0, '.', '32.09009009009009,74.861176657301', NULL, '2025-10-27 12:58:22', 0, NULL, NULL, '2025-10-25 08:52:13'),
(2028, 4, 'The shine school', 'Lahore', NULL, 'Karim park ravi road', 'Mam Amna', 'Mam Amna', '+9203001245486', '+9203001245486', 'High School', 100, '2026-01', '2025-11', 1, 'Direct purchase', '31.5912617,74.3024805', NULL, '2025-10-29 13:16:26', 0, NULL, NULL, '2025-10-25 09:03:10'),
(2029, 25, 'Montessori school system', 'Mangat', NULL, 'Mandi b din', 'M.Arshad mehmood', 'Same', '+9203487234806', '+9203487234806', 'Primary', 400, '2026-02', '2025-12', 2, 'Jinnah book phalia', '32.5150519,73.5062042', NULL, '2025-11-07 16:05:49', 0, NULL, NULL, '2025-10-27 05:01:07'),
(2030, 31, 'Iqra grammar elementary school', 'Chakwal', NULL, 'Mohalla rehmania chakwal', 'Khushi muhammad', 'Mrs Khushi muhammad', '+9203335771403', '+9203315771403', 'Middle', 130, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9313498,72.8699371', NULL, '2025-10-27 15:04:55', 0, NULL, NULL, '2025-10-27 05:14:43'),
(2031, 4, 'Ravians public school', 'Lahore', NULL, 'Shadbagh', 'Sir Usman', 'Sir Usman', '+9203217179241', '+9203217179241', 'High School', 350, '2026-01', '2025-11', 1, 'Direct purchase', '31.5967406,74.3434196', NULL, '2025-10-27 13:41:45', 0, NULL, NULL, '2025-10-27 05:30:01'),
(2032, 11, 'Hira Memorial Modal', 'Zafarwal', NULL, 'Near  Bagichi darbar  zafarwal', 'Naheed kausar', 'Naheed kausar', '+9203016307242', '+9203016307242', 'Middle', 270, '2026-03', '2025-12', 0, '.', '32.34234234234234,74.8985356015353', NULL, '2025-10-27 12:57:53', 0, NULL, NULL, '2025-10-27 05:47:31'),
(2033, 31, 'Rising star school system', 'Chakwal', NULL, 'Mohalla rehmania chakwal', 'Ubaida nasreen', 'Iftikhaar Hussain', '+9203235903396', '+9203235903396', 'Middle', 100, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9309985,72.8683352', NULL, '2025-10-27 15:07:11', 0, NULL, NULL, '2025-10-27 06:01:49'),
(2034, 15, 'comet school system', 'okara', NULL, 'garden town', 'ghulam rasool', 'ghulam rasool', '+9203006953516', '+9203006953516', 'High School', 300, '2026-02', '2025-12', 1, 'mehmod book', '30.80214718557224,73.44280851603466', NULL, '2025-10-27 15:21:18', 0, NULL, NULL, '2025-10-27 06:07:50'),
(2035, 25, 'Garrison grammar school', 'Mandi b din', NULL, 'Mandi b din', 'Mukhtar ahmad', 'Mam fatima', '+9203304525108', '+9203477827345', 'High School', 1200, '2026-03', '2025-12', 2, 'Jinnah book mandi b din', '32.5731977,73.4744723', NULL, '2025-10-27 13:52:02', 0, NULL, NULL, '2025-10-27 06:11:39'),
(2036, 15, 'Foundation', 'grammar', NULL, 'school', 'mam', 'mam', '+9203368491642', '+9203368491642', 'Middle', 250, '2026-03', '2026-01', 1, 'mehmod', '30.802244450580016,73.44409892052191', NULL, '2025-10-27 15:21:08', 0, NULL, NULL, '2025-10-27 06:25:56'),
(2037, 11, 'Brain Science School', 'Zafarwal', NULL, 'Main city zafarwal', 'Muhammed Asif', 'Muhammed Asif', '+9203061212046', '+9203061212046', 'Middle', 250, '2026-01', '2025-10', 0, '.', '32.34234234234234,74.8985356015353', NULL, '2025-10-27 12:57:03', 0, NULL, NULL, '2025-10-27 06:36:57'),
(2038, 25, 'Heaven rose montessori school', 'Mandi b din', NULL, 'Mandi b din', 'Abrar anjum awan', 'Same', '+9203347742110', '+9203347742110', 'Primary', 400, '2026-02', '2025-12', 1, 'Jinnah book mandi b din', '32.5798902,73.4907055', NULL, '2025-10-27 13:52:18', 0, NULL, NULL, '2025-10-27 06:52:46'),
(2039, 15, 'Muhammad Ali jinnah girls high school', 'okara', NULL, 'okara', 'sir sadiq', 'sir sadiq', '+9203143561221', '+9203143561221', 'High School', 500, '2026-03', '2026-01', 1, 'mehmod book dipo', '30.804949084317734,73.44632452152325', NULL, '2025-10-27 15:21:02', 0, NULL, NULL, '2025-10-27 07:09:06'),
(2040, 15, 'zahida girls school', 'okara', NULL, 'okarq', 'mam', 'mam', '+9203347447667', '+9203347447667', 'High School', 500, '2026-03', '2025-12', 1, 'mehmood', '30.805005679731327,73.44644073168315', NULL, '2025-10-27 15:20:54', 0, NULL, NULL, '2025-10-27 07:10:57'),
(2041, 16, 'School of science', 'Multan', NULL, 'Noon Chowk', 'Quratul ain', 'Qurtal ain', '+9203069387811', '+9203069387811', 'High School', 410, '2026-01', '2025-11', 0, '', '30.2025218,71.5051571', NULL, '2025-10-27 15:17:40', 0, NULL, NULL, '2025-10-27 07:11:46'),
(2042, 25, 'Al toheed foundation', 'Mandi b din', NULL, 'Mandi b din', 'Taimoor sb', 'Same', '+9203156597613', '+9203156597613', 'High School', 600, '2026-01', '2025-11', 2, 'Farooqi book center mandi b din', '32.5766556,73.4969982', NULL, '2025-10-27 14:58:24', 0, NULL, NULL, '2025-10-27 07:23:02'),
(2043, 15, 'IEC SCHOOL', 'okarq', NULL, 'okara', 'sir iqbal', 'sir iqbal', '+9203216952331', '+9203216952331', 'High School', 700, '2026-03', '2025-12', 1, 'mehmood book', '30.805005679731327,73.44644073168315', NULL, '2025-10-27 15:20:50', 0, NULL, NULL, '2025-10-27 07:36:13'),
(2044, 25, 'Faran public high school', 'Mandi b din', NULL, 'Mandi b din', 'Shahid hamid', 'Same', '+9203025829536', '+9203025829536', 'High School', 1100, '2026-03', '2025-12', 1, 'Jinnah book mandi b din', '32.5770629,73.4985649', NULL, '2025-10-27 13:50:57', 0, NULL, NULL, '2025-10-27 07:41:20'),
(2045, 9, 'Ali garh public School', 'Shakargarh', NULL, 'Rasheed pura', 'Akhtar Rasool', 'Mrs. Akhtar', '+9203074365307', '+9203074365307', 'High School', 100, '2025-12', '2025-11', 0, '', '32.2610365,75.1510155', NULL, '2025-11-18 10:12:37', 0, NULL, NULL, '2025-10-27 07:49:07'),
(2046, 9, 'Alnoor kids School', 'Shakargarh', NULL, 'Gamtala road', 'Mudassar sb', 'Mudassar Ali', '+9203085065766', '+9203085065766', 'High School', 100, '2025-12', '2025-11', 0, '', '32.2552561,75.1537174', NULL, '2025-10-27 15:25:31', 0, NULL, NULL, '2025-10-27 08:27:31'),
(2047, 21, 'Dar e Arwa International School', 'Pakpattan', NULL, 'pakpattan', 'Mehmood Hassan Sab', 'Mehmood Hassan', '+9203028881381', '+9203028881381', 'High School', 500, '2025-11', '2026-01', 2, 'Shahzaib Book Center Pakpattan', '30.4853233,73.3479383', NULL, '2025-10-28 11:45:16', 0, NULL, NULL, '2025-10-27 13:24:10'),
(2048, 21, 'S.I.M.S School', 'Pakpattan', NULL, 'pakpattan', 'Usman Saleem', 'Usman Saleem', '+9203088040805', '+9203088040805', 'Primary', 200, '2026-01', '2025-11', 1, 'Self', '30.4867177,73.3486414', NULL, '2025-10-28 11:45:09', 0, NULL, NULL, '2025-10-27 13:26:11'),
(2049, 21, 'Sher Dad Public School', 'Pakpattan', NULL, 'pakpattan', 'Syed Javed Hussan Shah', 'Syed Javed Hussan Shah', '+9203017251271', '+9203017251271', 'Primary', 50, '2025-12', '2025-11', 1, 'Self', '30.4868779,73.3484655', NULL, NULL, 1, NULL, 'she said Call me Again in month of december Hollydays', '2025-10-27 13:28:25'),
(2050, 26, 'DARA AL HUDA GRAMMAR HIGH SCHOOL', 'Sialkot', NULL, 'Adalat garha', 'Mr Muhammad Saeed', 'Mr Muhammad Saeed', '+9203007163277', '+9203007163277', 'High School', 1000, '2026-03', '2025-11', 2, 'Shahid book Depot', '32.4952443,74.533772', NULL, '2025-11-18 10:58:17', 1, NULL, 'He Said Need The samples and Selection month of December in Hollydays', '2025-10-27 16:13:23'),
(2051, 26, 'BRISTISH SCHOOL SYSTEM', 'Ugoki', NULL, 'Model town', 'Mr Kashif Butt', 'Mr Kashif Butt', '+9203006675490', '+9203006675490', 'High School', 700, '2026-02', '2025-11', 2, 'Different dealers', '32.4952442,74.5337697', NULL, NULL, 1, NULL, 'not pick the call', '2025-10-27 16:19:36'),
(2052, 26, 'BRITISH SCHOOL SYSTEM', 'Sialkot', NULL, 'Ugoki, model town', 'Mr Kashif butt', 'Mr Kashif butt', '+9203316675490', '+9203316675490', 'High School', 700, '2026-02', '2025-11', 2, 'Different dealers', '32.4952422,74.5337727', NULL, '2025-10-28 12:06:22', 1, NULL, 'Not pick the call', '2025-10-27 16:28:08'),
(2053, 26, 'The Punjab public high school', 'Sialkot', NULL, 'phattak near adalat garha', 'Madam', 'Madam', '+9203314091428', '+9203314091428', 'High School', 550, '2026-01', '2025-11', 1, 'Shahid book centre ugoki', '32.4952497,74.5336705', NULL, '2025-10-28 12:06:11', 1, NULL, 'Not PIck the call', '2025-10-27 16:33:14'),
(2054, 26, 'Pelican school system', 'Sialkot', NULL, 'Adalat garha', 'Madam', 'Madam', '+9203316643633', '+9203316643633', 'High School', 350, '2026-02', '2025-12', 1, 'Shahid book centre ugoki', '32.4952486,74.5337666', NULL, '2025-10-28 12:05:47', 1, NULL, 'Not Pick the call', '2025-10-27 16:39:33'),
(2055, 4, 'The Pioneer school', 'Lahore', NULL, 'Shadbagh', 'Sir Hassan Nizami', 'Sir Hassan Nizami', '+9203234561078', '+9203234561078', 'High School', 500, '2026-02', '2025-12', 2, 'Direct purchase', '31.5942974,74.3353706', NULL, '2025-11-18 10:32:56', 1, NULL, 'Again call in December Hollydays for confirmation about books selection', '2025-10-28 04:29:53'),
(2056, 4, 'Alhaq school', 'Lahore', NULL, 'Shadbagh wasan purq', 'Sir Anjum', 'Sir Anjum', '+9204237601520', '+9204237601520', 'High School', 500, '2026-02', '2025-12', 1, 'Direct purchase', '31.591515,74.3361663', NULL, '2025-11-18 11:10:39', 1, NULL, NULL, '2025-10-28 04:38:32'),
(2057, 28, 'Iqra Kanzul Iman Academy', 'Karachi', NULL, 'Orangi', 'Ma\'am Umme Habiba', 'Ma\'am Umme Habiba', '+9203336123331', '+9203336123331', 'High School', 250, '2026-04', '2025-12', 1, '', '24.9668275,66.9791749', NULL, '2025-10-28 12:16:13', 1, NULL, 'Not Pick the call', '2025-10-28 04:48:09'),
(2058, 16, 'Mujahid School', 'Multan', NULL, 'Dera muhammdi', 'Syed Mujahid', 'Syed Mujahid', '+9203027312202', '+9203027312202', 'High School', 850, '2026-03', '2026-02', 0, '', '30.147966,71.4916263', NULL, '2025-11-18 10:23:08', 1, NULL, 'Selection.PG.NUR.PREP', '2025-10-28 05:10:56'),
(2059, 31, 'Apex public school', 'Chakwal', NULL, 'Jehlum road chakwal', 'Ishrat shah', 'Ishrat shah', '+9203325941595', '+9203325941595', 'Middle', 50, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9215677,72.8680315', '2025-11-05', '2025-10-29 13:58:04', 1, NULL, NULL, '2025-10-28 05:32:48'),
(2060, 9, 'Ghazali school Noorkot', 'Shakargarh', NULL, 'Noorkot', 'Zia ul haq', 'Zia ul haq', '+9203007772434', '+9203007772434', 'High School', 750, '2026-01', '2025-11', 2, '', '32.2053821,75.1247589', NULL, '2025-10-28 11:57:46', 1, NULL, 'Not pick the call', '2025-10-28 05:44:18'),
(2061, 31, 'Minhas public school', 'Chakwal', NULL, 'Jehlum road chakwal', 'Miss sabra', 'Miss sabra', '+9203188060170', '+9203188060170', 'Middle', 130, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9226815,72.8649712', '2026-01-19', '2025-10-29 13:57:39', 1, NULL, 'Not pick the call', '2025-10-28 06:03:09'),
(2062, 4, 'The Angels School', 'Lahore', NULL, 'Ravi Road', 'Mam Fatima', 'Mam Fatima', '+9203344028583', '+9203344028583', 'High School', 700, '2026-01', '2025-12', 1, 'Direct purchase', '31.5948441,74.3055959', NULL, '2025-11-04 17:06:05', 1, NULL, 'Not pick the call', '2025-10-28 06:06:58'),
(2063, 8, 'Al Noor higher secondry school', 'Faisalabad', NULL, 'Muzaffar. Colony', 'Sir Sardar', 'Sir Sardar', '+923009667742', '+923009667742', 'High School', 650, '2026-01', '2025-11', 2, 'Waqas', '31.3786778,73.058699', NULL, '2025-10-28 16:30:15', 1, NULL, 'Not Pick the call', '2025-10-28 06:06:59'),
(2064, 11, 'Naqsh lasani school', 'Shakargarh', NULL, 'Behlolpur kotli', 'Raza', 'Raza', '+9203006332071', '+9203006332071', 'High School', 400, '2026-01', '2025-10', 0, '.', '32.306306306306304,75.10323130966364', NULL, '2025-11-15 10:35:42', 1, NULL, 'Not pick the call', '2025-10-28 06:07:43'),
(2065, 25, 'Creative grammar school', 'Mandi b din', NULL, 'Mandi b din', 'Imran shb', 'Same', '+9203004488063', '+9203004488063', 'Middle', 50, '2026-01', '2025-11', 1, 'Fatima book mandi b din', '32.5792742,73.4948339', NULL, '2025-11-11 13:01:15', 1, NULL, 'Not pick the call', '2025-10-28 06:13:51'),
(2066, 4, 'It city school', 'Lahore', NULL, 'Ravi road', 'Sir Abdul Qayum', 'Sir Abdul Qayum', '+9203008492013', '+9203008492013', 'High School', 250, '2026-02', '2025-12', 1, 'Direct purchase', '31.5961986,74.3070207', NULL, '2025-10-28 12:03:08', 1, NULL, 'Need the samples', '2025-10-28 06:19:46'),
(2067, 31, 'The best future Elementary school', 'Chakwal', NULL, 'Peer sahaba town chakwal', 'M Abdullah', 'M Abdullah', '+9203343189030', '+9203343189030', 'Middle', 70, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9214248,72.8707903', NULL, '2025-10-29 13:57:12', 1, NULL, 'The phone number is not on whatsup', '2025-10-28 06:20:08'),
(2068, 9, 'The Scholar foundation school', 'Shakargarh', NULL, 'Noorkot', 'M Saleem', 'M saleem', '+9203005379562', '+9203005379562', 'High School', 300, '2026-02', '2025-11', 0, '', '32.2047233,75.1279033', NULL, '2025-10-28 11:57:18', 1, NULL, 'Not Pick the call', '2025-10-28 06:24:19'),
(2069, 30, 'Sardar Grammer School', 'GUJRANWALA', NULL, '.', 'Mr.Ch.Shabbir', '.', '+923018645707', '+923018645707', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5464193,74.3008097', NULL, NULL, 1, 'orange', 'Send Invitation', '2025-10-28 06:30:20'),
(2070, 30, 'City Star School', 'GUJRANWALA', NULL, '', 'Mr.Amin Butt', '', '+923006422716', '+92.', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5464193,74.3008097', NULL, NULL, 1, 'orange', 'He Said I must come', '2025-10-28 06:31:11'),
(2071, 11, 'The Sublime School System', 'Shakargarh', NULL, 'Sohawara', 'Zaid Mahmood', 'Zaid Mahmood', '+9203004839537', '+9203004839537', 'High School', 600, '2025-12', '2025-12', 0, '.', '32.306306306306304,75.10323130966364', NULL, '2025-11-18 11:04:35', 1, NULL, 'He said Call me Again in Decembr Hollydays', '2025-10-28 06:38:02'),
(2072, 8, 'Huda lyceum school', 'Faisalabad', NULL, 'Muzaffar. Colony', 'Miss Sana', 'Miss Sana', '+923009665840', '+923009665840', 'High School', 250, '2026-01', '2025-11', 1, 'Waqas', '31.3722727,73.0569253', NULL, '2025-10-28 16:38:30', 1, NULL, 'Again call tomorrow', '2025-10-28 06:39:53'),
(2073, 30, 'Public Science School', 'GUJRANWALA', NULL, '', 'Mr.Shah Zor', '', '+923015222207', '+92...', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5464193,74.3008097', NULL, NULL, 1, 'orange', 'Head Said i Must come.', '2025-10-28 06:40:28'),
(2074, 30, 'King Edward School', 'GUJRANWALA', NULL, '', 'Mr.Rana Arif', '', '+923006113339', '+92....', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5464193,74.3008097', NULL, NULL, 1, 'orange', 'Head Said Check My Calendar Then Plan.', '2025-10-28 06:41:19'),
(2075, 25, 'Bright future model school', 'Mandi b din', NULL, 'Mandi b din', 'Mam samia', 'Same', '+9203144403560', '+9203144403560', 'High School', 250, '2026-03', '2025-12', 1, 'Fatima book mandi b din', '32.5861669,73.4824542', NULL, '2025-10-28 16:41:50', 0, NULL, NULL, '2025-10-28 06:41:44'),
(2076, 4, 'The Great Vision School', 'Lahore', NULL, 'Ravi road', 'Sir Najam', 'Sir najam', '+9203434016190', '+9203434016190', 'High School', 850, '2026-01', '2025-11', 1, 'Direct purchase', '31.596499,74.3062297', NULL, '2025-11-07 15:40:16', 0, NULL, NULL, '2025-10-28 06:44:32'),
(2077, 30, 'Science Model School', 'GUJRANWALA', NULL, '', 'Mr.Shahbaz', '', '+923006471436', '+92.....', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5464193,74.3008097', NULL, NULL, 1, 'orange', 'Invitation Recieved He Said i must come', '2025-10-28 06:44:34'),
(2078, 10, 'masharab ul Ilm school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'asmat sab', 'asmat sab', '+9203225528713', '+9203225528713', 'High School', 100, '2026-03', '2025-10', 0, 'will be shared', '32.0943556,72.6644624', NULL, '2025-10-28 12:17:22', 0, NULL, NULL, '2025-10-28 06:59:50'),
(2079, 31, 'The furat international school', 'Chakwal', NULL, 'Dab road chakwal', 'Mazhar sabir', 'Mazh sabir', '+9203335004637', '+9203335004637', 'High School', 70, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9228462,72.8686251', NULL, '2025-10-29 13:56:49', 0, NULL, NULL, '2025-10-28 07:02:07'),
(2080, 25, 'The right school', 'Mandi b din', NULL, 'Mandi b din', 'Mustaneer ahmad', 'Same', '+9203455790692', '+9203455790692', 'High School', 112, '2026-02', '2025-12', 1, 'Jinnah book mandi b din', '32.5853921,73.4782456', NULL, '2025-10-28 16:42:27', 1, NULL, NULL, '2025-10-28 07:03:12'),
(2081, 8, 'The spirit school (Ahmed campus)', 'Faisalabad', NULL, 'Samnabad', 'Sir Kashif', 'Sir Kashif', '+9203018654010', '+9203018654010', 'High School', 1100, '2026-01', '2025-11', 2, 'Waqas', '31.3828574,73.0633075', NULL, '2025-10-28 16:38:13', 1, NULL, 'Not pick the call', '2025-10-28 07:18:46'),
(2082, 25, 'Tabish model school', 'Mandi b din', NULL, 'Mandi b din', 'Arshad sb', 'Same', '+9203217752826', '+9203217752826', 'High School', 300, '2026-03', '2025-12', 2, 'Fatima book mandi b din', '32.5867999,73.4763752', NULL, '2025-10-28 16:40:59', 1, NULL, '', '2025-10-28 07:28:07'),
(2083, 30, 'Allama Iqbal Ideal School', 'GUJRANWALA', NULL, '', 'Mr. Qasim', 'Mr. Qasim', '+923216287784', '+923216287784', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Mr. Qasim Said i must come in summit.', '2025-10-28 07:29:03'),
(2084, 30, 'M.C model School', 'GUJRANWALA', NULL, '', 'Mr. Muzammil', '', '+923006428896', '+923006428896', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Mr. Muzammil Said i must come in summit.', '2025-10-28 07:29:49'),
(2085, 30, 'Sigma Star School', 'GUJRANWALA', NULL, '', 'Mr.Asif', '', '+923466200428', '+923466200428', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'grey', 'Again call on 31st October. \nMr.Asif not pic the call. I send him Invitation', '2025-10-28 07:30:22'),
(2086, 30, 'MSZ School', 'GUJRANWALA', NULL, '', 'Mr. Shahid', '', '+923006451028', '+923006451028', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Mr. Shahid Said i must come', '2025-10-28 07:30:59'),
(2087, 30, 'Fak _Re_Iqbal School', 'GUJRANWALA', NULL, '', 'Mr.Hafiz Abdullah', '', '+923338127683', '+923338127683', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Mr.Hafiz Abdullah  Said i must come in summit.', '2025-10-28 07:31:33'),
(2088, 30, 'Kids House School', 'GUJRANWALA', NULL, '', 'Mr.Rizwan', '', '+923077863811', '+923077863811', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'grey', 'Again call him on 31st October. Not Pick the call . Send them invitation and voice note.', '2025-10-28 07:32:01'),
(2089, 30, 'Sunrise School', 'GUJRANWALA', NULL, '', 'Mr. Asim', 'Mr. Asim', '+923018744487', '+923018744487', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Mr. Asim said i must come in summit.', '2025-10-28 07:32:45'),
(2090, 16, 'Oxbridge school', 'Multan', NULL, 'Suraj kund road', 'Sir Nasir', 'Sir Nasir', '+9203116125417', '+9203116125417', 'High School', 280, '2026-01', '2025-11', 0, '', '30.1711462,71.4647354', NULL, '2025-10-29 13:59:31', 0, NULL, NULL, '2025-10-28 07:34:01'),
(2091, 30, 'National Education School', 'GUJRANWALA', NULL, '', 'Mr.Akhtar chishti', 'Mr.Akhtar chishti', '+923018433823', '+923018433823', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'grey', 'Send Summit Invitation and voice note.', '2025-10-28 07:34:09'),
(2092, 30, 'Ap_Al _Qalam School', 'GUJRANWALA', NULL, '', 'Mr.Hafeez', 'Mr.Hafeez', '+923456489568', '+923456489568', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'grey', 'Send Summit Invitation and voice note.', '2025-10-28 07:34:38'),
(2093, 30, 'Pasban School', 'GUJRANWALA', NULL, '', 'Mr.Nadeem', 'Mr.Nadeem', '+923006460588', '+923006460588', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Mr.Nadeem said i must come.', '2025-10-28 07:35:08'),
(2094, 30, 'Little Scholar School', 'GUJRANWALA', NULL, '', 'Mr.Khubaib', 'Mr.Khubaib', '+923357426231', '+923357426231', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Mr.Khubaib said i must come.', '2025-10-28 07:35:49'),
(2095, 30, 'City Public School', 'GUJRANWALA', NULL, '', 'Mr. Sheikh Zubair', '', '+923006411300', '+923006411300', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Mr. Sheikh Zubair said i must come.', '2025-10-28 07:36:14'),
(2096, 30, 'Allied School', 'GUJRANWALA', NULL, '', 'Ch.Shahid l', '', '+923018621122', '+923018621122', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'grey', 'Not Pick the call. send him summit invitation and voice note.', '2025-10-28 07:36:47'),
(2097, 30, 'Al Qalam School', 'GUJRANWALA', NULL, '', 'Mr.Azam Hameed School', '', '+923018590700', '+923018590700', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'grey', 'Wrong Number.', '2025-10-28 07:37:12'),
(2098, 30, 'New way School', 'GUJRANWALA', NULL, '', 'Malik Qayyum', '', '+923008740717', '+923008740717', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'grey', 'No one pick the call. I send them summit invitation and voice note.', '2025-10-28 07:37:38'),
(2099, 30, 'Edem Home School', 'GUJRANWALA', NULL, '', 'Mr.Mahmood', '', '+923214967282', '+923214967282', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Mr.Mahmood he said i will must come.', '2025-10-28 07:38:05'),
(2100, 30, 'Life way School', 'GUJRANWALA', NULL, '', 'Mr. Tahir Awaz', '', '+923216482640', '+923216482640', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'he said i will must come.', '2025-10-28 07:38:41'),
(2101, 31, 'Aran international school', 'Chakwal', NULL, 'Mohalla ghousia', 'Rabia', 'Rabia', '+9203350570670', '+9203350570670', 'Middle', 120, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9244452,72.8676556', NULL, '2025-10-29 13:56:14', 1, 'orange', NULL, '2025-10-28 07:38:47'),
(2102, 30, 'Ap_Rehman School', 'GUJRANWALA', NULL, '', 'Dr.Aman ullah', '', '+923048111821', '+923048111821', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'he said i will must come.', '2025-10-28 07:39:10'),
(2103, 30, 'Brookfield School', 'GUJRANWALA', NULL, '', 'Mr.Abdul Rehman', '', '+923006469747', '+923006469747', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'grey', 'Again call them on 31st October. Not pick the call.', '2025-10-28 07:39:35'),
(2104, 30, 'Azeem Ideal School', 'GUJRANWALA', NULL, '', 'Mr. Usman_ur_Rehman', '', '+923006457727', '+923006457727', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Today 31st Sir Usman said we must come.\nNot pick the call. Send them invitation and voice note.', '2025-10-28 07:39:59'),
(2105, 30, 'The Pakistan School', 'GUJRANWALA', NULL, '', 'Mr. Afi Kallu', '', '+923009336663', '+923009336663', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Send invitation . He said i will must come.', '2025-10-28 07:40:27'),
(2107, 30, 'Lihle Scholar School', 'GUJRANWALA', NULL, '', 'Mr. Ch.Akhtr', '', '+923037712980', '+923037712980', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'They said i will come. Update on 31st october.\nNot pick the call. Send them invitation and voice note.', '2025-10-28 07:41:27'),
(2108, 30, 'Aims Grammar School', 'GUJRANWALA', NULL, '', 'Mr.Imran Darogha', 'Mr.Imran Darogha', '+923018640524', '+923018640524', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'Mr.Imran Darogha he said i will must come.', '2025-10-28 07:42:03'),
(2109, 30, 'The Oxford School', 'GUJRANWALA', NULL, '', 'Mr. Abu Bakar', '', '+923028139999', '+923028139999', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'grey', 'not pick the call . 31 October.\n1-Not pick the call. Send them invitation and voice note.', '2025-10-28 07:42:26'),
(2110, 30, 'G.C Grammar School', 'GUJRANWALA', NULL, '', 'Mr. Hamaad', '', '+923225706465', '+923225706465', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5566212,74.3037978', NULL, NULL, 1, 'orange', 'He said i will come.', '2025-10-28 07:43:33'),
(2111, 30, '\"Future vision School \"', 'GUJRANWALA', NULL, '', 'Mr.Kashif', '', '+923006403415', '+923006403415', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5464193,74.3008097', NULL, NULL, 1, 'orange', 'Mr.Kashif said i will must come.', '2025-10-28 07:46:35'),
(2112, 30, 'Pacific School', 'GUJRANWALA', NULL, '', 'Mr.Nadeem Anwar', '', '+923216430150', '+923216430150', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5464193,74.3008097', NULL, NULL, 1, 'orange', 'He said i will must come.', '2025-10-28 07:47:11'),
(2113, 9, 'The punjab school Nurkot', 'Shakargarh', NULL, 'Noorkot', 'Ahmed sultan', 'Ahmed sultan', '+9203064299553', '+9203064299553', 'High School', 280, '2026-02', '2025-12', 0, '', '32.2065897,75.1255911', NULL, '2025-10-29 13:13:08', 1, 'orange', 'Not pick the call.', '2025-10-28 07:47:36'),
(2114, 30, 'Millat School', 'GUJRANWALA', NULL, '', 'Mr.Uzman Rasheed', '', '+923217428182', '+923217428182', '-- Select --', 0, '', '', 0, 'Book Citi', '31.5464193,74.3008097', NULL, NULL, 1, 'grey', 'Not pick the call . i send him invitation and voice note.', '2025-10-28 07:47:51'),
(2115, 25, 'Al mujahid school', 'Mandi b din', NULL, 'Mandi b din', 'Saqlain sb', 'Same', '+9203445505298', '+9203445505298', 'High School', 265, '2026-02', '2025-12', 1, 'Farooqi book center mandi b din', '32.588665,73.4770067', NULL, '2025-10-28 16:44:33', 1, 'orange', 'They recieved samples.', '2025-10-28 07:48:15'),
(2117, 4, 'Star light school', 'Lahore', NULL, 'Ravi road', 'Ahmed Ali Mehboob', 'Ahmed Ali Mehboob', '+9204237704166', '+9204237704166', 'High School', 300, '2026-01', '2025-11', 1, 'Direct purchase', '31.591315,74.3017204', NULL, '2025-11-01 13:08:47', 1, 'grey', 'Not pick the Call on ptcl.', '2025-10-28 07:56:37'),
(2118, 25, 'The vision model school', 'Mandi b din', NULL, 'Mandi b din', 'Nasir sb', 'Same', '+9203437512050', '+9203437512050', 'High School', 200, '2026-03', '2025-12', 1, 'Jinnah book mandi b din', '32.5882645,73.4792828', NULL, '2025-10-28 16:40:19', 1, 'orange', 'Call tomorrow 13 November 2025', '2025-10-28 08:03:13'),
(2119, 4, 'The Legend', 'Lahore', NULL, 'Shahdara', 'Mam', 'Mam', '+9203311079497', '+9203311070497', 'High School', 300, '2026-01', '2025-11', 1, 'Ibrahim', '31.615112,74.2886809', NULL, '2025-11-07 15:40:25', 1, 'grey', 'Not conected.', '2025-10-28 08:36:17'),
(2120, 21, 'The Ilam Public School', 'Basirpur', NULL, 'Basirpur', 'Sarfaraz Sab', 'Sarfaraz Sab', '+9203121946805', '+9203121946805', 'High School', 350, '2026-02', '2025-10', 1, 'Riaz Book Center Basirpur', '30.4859133,73.3478033', NULL, '2025-10-29 12:47:59', 1, 'orange', 'Sarfraz cut the call.', '2025-10-28 11:46:11'),
(2121, 26, 'Learning School System', 'Sia', NULL, 'gohad pur', 'Mr waleed', 'Mr waleed', '+9203328737012', '+9203328737012', 'High School', 450, '2026-03', '2025-12', 2, 'Different dealers', '32.4935265,74.5479812', NULL, '2025-10-29 13:19:36', 1, 'grey', 'not pick the call.', '2025-10-28 13:24:37'),
(2122, 26, 'Eden Garden Grammar School', 'Sialkot', NULL, 'Muraad pur', 'Mr Usman', 'Mr Zia', '+9203217141891', '+9203217141891', 'High School', 850, '2026-03', '2025-12', 3, 'Different dealers', '32.4935259,74.5479808', NULL, '2025-10-29 13:19:23', 1, NULL, 'Not pick the call', '2025-10-28 13:29:14'),
(2123, 26, 'Fatima Public School', 'Sialkot', NULL, 'Muraad pur', 'Mr Shabbir', 'Madam', '+9203456721811', '+9203456721811', 'High School', 450, '2026-03', '2026-01', 1, 'Cantt book centre', '32.493527,74.5479812', NULL, '2025-10-29 13:19:11', 1, NULL, 'Need The Sample', '2025-10-28 13:35:03'),
(2124, 26, 'The Education High School', 'Sialkot', NULL, 'Muraad pur', 'Dr Abdul Qayyum sahb', 'Dr Abdul Qayyum sahb', '+9203338662414', '+9203338662414', 'High School', 550, '2026-02', '2025-12', 1, 'Shahid book centre ugoki', '32.4935259,74.5479808', NULL, '2025-10-29 13:18:36', 1, NULL, NULL, '2025-10-28 13:42:05'),
(2125, 26, 'The Brighter School', 'Sialkot', NULL, 'Muraad pur', '03216136834', '03216136834', '+92Mrkhuram', '+92Mrkhuram', 'High School', 200, '2026-03', '2026-01', 1, 'Shahid book centre ugoki', '32.4935268,74.5479807', NULL, '2025-10-29 13:18:22', 1, NULL, NULL, '2025-10-28 13:57:25'),
(2126, 28, 'Alhamd Grammar School', 'Karachi', NULL, 'Orangi', 'Irfan', 'Irfan', '+9203410267577', '+9203410267577', 'High School', 250, '2026-03', '2025-12', 1, '', '24.9668025,66.9791613', NULL, '2025-11-15 10:49:26', 1, NULL, 'Need the samples', '2025-10-29 04:23:11'),
(2127, 10, 'comprehensive school sargodha', 'sargodha', NULL, '', 'university road sargodha', 'madam bushra', '+9203036245589', '+9203036245589', 'Middle', 100, '2026-10', '2025-10', 0, 'mixed', '32.0623188,72.7013283', NULL, '2025-10-29 13:28:04', 1, NULL, 'Need the samples', '2025-10-29 04:34:19'),
(2128, 8, 'Al Asr study school', 'Faisalabad', NULL, 'Razabad', 'Sir Muzaffar', 'Sir Muzaffar', '+923236931413', '+923236931413', 'Middle', 400, '2026-01', '2025-11', 2, 'Waqas', '31.427309,73.0453871', NULL, '2025-11-04 17:22:44', 1, NULL, 'Confirm after few days', '2025-10-29 04:36:04');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(2129, 15, 'bregma school', 'sahiwal', NULL, 'pkp choek', 'sir akhtar', 'sir akhtar', '+9203004655122', '+9203004655122', 'High School', 1500, '2026-03', '2025-12', 1, 'imran book', '30.65335626263944,73.11911051290997', NULL, '2025-10-29 14:00:52', 1, NULL, 'Again call after few days', '2025-10-29 04:38:43'),
(2130, 11, 'Al  Jannat Education school', 'Narowal', NULL, 'Talwandi', 'Sajad sub', 'Sajad sub', '+9203177763639', '+9203436461975', 'High School', 400, '2026-01', '2025-11', 0, '.', '32.108108108108105,74.9397601142464', NULL, '2025-11-15 11:09:29', 1, NULL, 'Must in next year', '2025-10-29 05:25:02'),
(2131, 8, 'United grammar school', 'Faisalabad', NULL, 'Kaleem shaheed park', 'Sir Khalid', 'Sir Khalid', '+9203448364820', '+9203448364820', 'Middle', 150, '2026-01', '2025-12', 1, 'Waqas', '31.4333864,73.038374', NULL, '2025-11-15 11:03:30', 1, NULL, 'Send me publisher name and confirmed the school staff', '2025-10-29 05:37:32'),
(2133, 4, 'Star school and academy', 'Lahore', NULL, 'Singhpura', 'Sir Saqib', 'Sir Saqib', '+9203009432128', '+9203009432128', 'High School', 400, '2026-02', '2025-11', 1, 'Direct purchase', '31.5791544,74.3692014', NULL, '2025-10-29 13:16:42', 1, NULL, 'Again call', '2025-10-29 05:46:05'),
(2134, 11, 'Al Farooq Public School', 'Narowal', NULL, 'Village Talwandi', 'Azeem', 'Azeem', '+9203016368263', '+9203016368263', 'High School', 250, '2026-01', '2025-11', 0, '.', '32.108108108108105,74.9397601142464', NULL, '2025-11-15 10:45:26', 1, NULL, 'Need the samples', '2025-10-29 05:46:10'),
(2135, 31, 'Afaq Montessori school', 'Chakwal', NULL, 'Main islamia Chowk chakwal', 'Najma Hassan', 'Najma Hassan', '+9203348766560', '+9203348766560', 'Middle', 100, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9278722,72.8522327', NULL, '2025-10-29 13:56:03', 1, NULL, NULL, '2025-10-29 06:11:29'),
(2136, 28, 'Rafi vision Public School', 'Karachi', NULL, 'Orangi', 'Ali Raza', 'Ali Raza', '+9203112968701', '+9203112968701', 'High School', 600, '2026-04', '2025-12', 1, '', '24.9338834,66.9844285', NULL, '2025-10-29 13:21:52', 1, NULL, 'Not pick the call', '2025-10-29 06:26:35'),
(2137, 8, 'The our own national school', 'Faisalabad', NULL, 'Kaleem shaheed colony 2', 'Sir Saqib', 'Sir Saqib', '+9203217697651', '+9203217697651', 'Middle', 150, '2026-01', '2025-11', 1, 'Waqas', '31.4337522,73.0241362', NULL, '2025-10-29 13:29:55', 1, NULL, NULL, '2025-10-29 06:43:35'),
(2138, 28, 'S.M standard School', 'Karachi', NULL, 'Orangi', 'Syed Mustafa Shah', 'Syed Mustafa Shah', '+9203212752825', '+9203212752825', 'High School', 500, '2026-04', '2025-12', 1, '', '24.9298249,66.9870758', NULL, '2025-10-29 13:21:30', 1, NULL, 'Not pick the call', '2025-10-29 06:57:12'),
(2139, 4, 'Muslim Public School', 'Lahore', NULL, 'Mughalpura', 'Sir imran', 'Sir imran', '+9203234291708', '+9203234291708', 'High School', 300, '2026-02', '2025-11', 1, 'Direct purchase', '31.5673188,74.3828086', NULL, '2025-10-29 13:16:49', 1, NULL, '', '2025-10-29 07:02:09'),
(2140, 8, 'Epic life care school', 'Faisalabad', NULL, 'Kaleem shaheed colony 2', 'Sir Javaid', 'Sir Javaid', '+9203008669802', '+9203008669802', 'High School', 200, '2026-02', '2025-11', 1, 'Waqas', '31.4358907,73.0261208', NULL, '2025-11-15 10:36:27', 1, NULL, 'Need the samples', '2025-10-29 07:11:44'),
(2141, 4, 'Alnoon progressive school', 'Lahore', NULL, 'Mughalpura', 'Sir Faisal', 'Sir Faisal', '+9203007228661', '+9203007228661', 'High School', 300, '2026-03', '2025-12', 1, 'Direct purchase', '31.5714586,74.3827593', NULL, '2025-10-29 13:16:55', 1, NULL, 'Not pick the call', '2025-10-29 07:19:49'),
(2142, 11, 'N S High School', 'Narowal', NULL, 'Village alibaad', 'Ali humza', 'Ali Raza', '+9203494050123', '+9203424496956', 'High School', 200, '2026-02', '2025-12', 0, '.', '32.09009009009009,74.94624617622975', NULL, '2025-10-29 12:50:34', 1, NULL, 'Not pick  the call', '2025-10-29 07:30:42'),
(2143, 8, 'The Lyallpur school of thoughts', 'Faisalabad', NULL, 'Kaleem shaheed colony 2', 'Sir Azam', 'Sir Azam', '+9203046690241', '+9203046690241', 'High School', 150, '2026-02', '2025-12', 1, 'Waqas', '31.4366125,73.0268725', NULL, '2025-11-15 10:29:54', 1, NULL, 'Need the samples', '2025-10-29 07:30:43'),
(2144, 11, 'AM public school', 'Narowal', NULL, 'Village Ali Abad', 'Umer shahzad', 'Umer shahzad', '+9203407702844', '+9203407702844', 'High School', 500, '2026-03', '2025-12', 0, '.', '32.072072072072075,74.95273709095555', NULL, '2025-11-15 10:27:38', 1, NULL, 'Samples Requierd month of .jan & feb.2026', '2025-10-29 07:43:53'),
(2145, 31, 'Misali pre cadet school', 'Chakwal', NULL, 'Islamia road chakwal', 'Khalid majeed', 'Khalid majeed', '+9203336033738', '+9203336033738', 'High School', 100, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9314798,72.8473183', '2026-01-20', '2025-10-29 13:55:40', 1, NULL, 'Not pick the call', '2025-10-29 07:47:25'),
(2146, 8, 'Punjab scholar public school', 'Faisalabad', NULL, 'Kaleem shaheed park', 'Sir Tanveer', 'Sir Tanveer', '+9203087878508', '+9203087878508', 'Middle', 200, '2026-01', '2025-11', 1, 'Waqas', '31.4322451,73.029072', NULL, '2025-11-15 11:01:44', 1, NULL, 'Selaction in month of Deceber', '2025-10-29 07:55:37'),
(2147, 31, 'Pak land public school', 'Chakwal', NULL, 'Dako road chakwal', 'Sajjad sb', 'Sajjad', '+9203335908544', '+9203335908544', 'High School', 120, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9373364,72.8464708', NULL, '2025-10-29 13:55:32', 1, NULL, NULL, '2025-10-29 07:59:43'),
(2148, 4, 'Apex school of learning', 'Lahore', NULL, 'Fatehgarh', 'Miss maria', 'Miss Maria', '+9203104587299', '+9203105487299', 'High School', 900, '2025-12', '2025-11', 1, 'Shiekh haneef', '31.5785234,74.4026728', NULL, '2025-10-29 13:17:09', 1, NULL, NULL, '2025-10-29 08:14:25'),
(2149, 31, 'Qaid public school', 'Chakwal', NULL, 'Dako road chakwal', 'Pro m hanif', 'Pro m hanif', '+9203325912021', '+9203325912021', 'Middle', 150, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9376127,72.8422284', '2026-01-19', '2025-10-29 13:55:25', 1, NULL, '', '2025-10-29 08:20:47'),
(2150, 16, 'Iqbal elementary school', 'Multan', NULL, 'Sher Shah', 'Iqbal sb', 'Iqbal sb.', '+9203009637080', '+9203009637080', 'High School', 1000, '2026-03', '2026-02', 0, '', '30.2369309,71.4795829', NULL, '2025-10-29 14:19:16', 1, NULL, 'Not pick the call', '2025-10-29 09:18:22'),
(2151, 24, 'New era Grammer school', 'Lahore', NULL, 'Punch road samnabad', 'Mr aftab', 'Mr aftab', '+9203349796404', '+9203349796404', 'High School', 120, '2026-01', '2025-11', 1, 'Open', '31.5566322,74.3037145', NULL, '2025-11-14 12:22:47', 1, NULL, 'Selection .PG.NUR.PREP', '2025-10-29 10:01:07'),
(2152, 24, 'Nawab Grammer school', 'Lahore', NULL, 'Kharak multan road', 'Mr qari waris', 'Mr qari waris', '+9203027994882', '+9203027994882', 'High School', 280, '2026-01', '2025-11', 1, 'Open', '31.5566615,74.303716', NULL, '2025-10-30 16:05:45', 1, NULL, NULL, '2025-10-29 10:04:29'),
(2153, 24, 'A. D Grammer school', 'Lahore', NULL, 'Kharak awan town', 'Miss saba', 'Miss saba', '+9203044950956', '+9203044950956', 'Middle', 70, '2026-02', '2025-11', 1, 'Open', '31.5566137,74.303736', NULL, '2025-11-15 10:29:54', 1, NULL, NULL, '2025-10-29 10:07:39'),
(2154, 24, 'Al Noor School system and acdamey', 'Lahore', NULL, 'Kharak multan road', 'Miss phool. Ashraf', 'Miss phool ashraf', '+9203264747072', '+92032647470727', 'Middle', 50, '', '', 1, 'Open', '31.5566411,74.3036972', NULL, '2025-10-30 16:05:16', 1, NULL, NULL, '2025-10-29 10:14:26'),
(2155, 4, 'The Horizon School', 'Lahore', NULL, 'Sattar town', 'Sattar town', 'Sir Rizwan', '+9203336292080', '+9203336292080', 'High School', 800, '2026-03', '2025-12', 1, 'Direct purchase', '31.5873763,74.4285627', NULL, NULL, 1, NULL, 'Not pick the call', '2025-10-29 10:24:39'),
(2156, 11, 'Readr Public school', 'Narowal', NULL, 'Village baill kala', 'Tanveer gujjar', 'Tanveer gujjar', '+9203063386035', '+9203063386035', 'Middle', 250, '2026-01', '2025-10', 0, 'City book depot', '32.09009009009009,74.8824440370332', NULL, '2025-10-30 16:16:24', 1, NULL, 'Not pick the call', '2025-10-30 03:49:27'),
(2157, 11, 'Minhaj Model School Domala', 'Narowal', NULL, 'Village Domala', 'Muhammad Yaseen', 'Muhammad Yaseen', '+9203064022010', '+9203064022010', 'Middle', 200, '2026-02', '2025-12', 0, '.', '32.16216216216216,74.83519429979809', NULL, '2025-10-30 16:15:53', 1, NULL, 'Not Pick The Call', '2025-10-30 04:51:24'),
(2158, 7, 'Ghazal school', 'GUJRAT', NULL, 'Qamar sialvi road', 'Ahmad sultan', 'Ahmad sultan', '+9203366217888', '+9203366217888', 'High School', 1200, '2026-03', '2025-11', 4, 'ZAIN BOOK & STATIONERS', '32.5772785,74.0675662', NULL, '2025-10-30 16:42:06', 1, NULL, NULL, '2025-10-30 05:20:39'),
(2159, 31, 'Unity public school', 'Chakwal', NULL, 'Vpo Tatral tehsil distt chakwal', 'Robina', 'Robina', '+9203109174805', '+9203109174805', 'Middle', 250, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9164973,72.8618093', '2025-12-02', '2025-10-30 16:30:47', 1, NULL, 'Ned the samples', '2025-10-30 05:37:02'),
(2160, 8, 'Kidder joy school', 'Faisalabad', NULL, 'Daewoo road', 'Miss Naseem', 'Miss Naseem', '+9203001035603', '+9203001035603', 'High School', 650, '2026-02', '2025-11', 1, 'Waqas', '31.4730862,73.0615609', NULL, '2025-10-30 16:27:33', 1, NULL, 'Need The Samples', '2025-10-30 05:40:43'),
(2161, 25, 'Babul ilam school', 'Kalu pindi', NULL, 'Pahrianwali', 'Shabbir shb', 'Same', '+9203023385658', '+9203023385658', 'High School', 700, '2026-03', '2025-12', 1, 'Jinnah book phalia', '32.4175162,73.7312888', NULL, '2025-10-30 16:29:23', 1, NULL, NULL, '2025-10-30 05:52:18'),
(2162, 31, 'Sunrise science school', 'Chakwal', NULL, 'Vpo Tatral tehsil distt chakwal', 'Abdul hameed', 'Abdul hameed', '+9203350995995', '+9203350995995', 'High School', 600, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9131338,72.8604927', '2026-01-16', '2025-10-30 16:30:25', 1, NULL, 'Not pick the call', '2025-10-30 06:16:05'),
(2163, 7, 'Laura home school', 'GUJRAT', NULL, 'Gujrat', 'Gujrat', 'Gujrat', '+9203000507566', '+9203000507566', 'High School', 600, '2026-03', '2025-11', 2, 'ZAIN BOOK & STATIONERS', '32.5781626,74.0638516', NULL, '2025-10-30 16:42:26', 1, NULL, NULL, '2025-10-30 06:21:05'),
(2164, 31, 'Janjua ideal academy', 'Chakwal', NULL, 'Vpo Tatral tehsil distt chakwal', 'Khalid', 'Khalid', '+9203315578286', '+9203315578286', 'High School', 1000, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9115311,72.8597713', NULL, '2025-10-30 16:30:33', 1, NULL, 'Again call after 1 Hour', '2025-10-30 06:21:57'),
(2165, 25, 'Al falah school', 'Kalu pindi', NULL, 'Pahrianwali', 'Qamar shehzad', 'Same', '+9203305987090', '+9203305987090', 'High School', 371, '2026-01', '2025-11', 1, 'Dar ul kutab pahrianwali', '32.4170257,73.7243028', NULL, '2025-11-01 17:15:09', 1, NULL, 'Again Call', '2025-10-30 06:22:26'),
(2166, 10, 'spark school sargodha', 'sargodha', NULL, 'old civil line sargodha', 'madam niha', 'madam niha', '+9203096845909', '+9203096845909', 'Middle', 70, '2026-03', '2025-10', 0, 'searching for dealer', '32.0754887,72.6524614', NULL, '2025-10-30 16:26:18', 1, NULL, NULL, '2025-10-30 06:23:45'),
(2167, 31, 'Moon star Montessori school', 'Chakwal', NULL, 'Vpo Tatral tehsil distt chakwal', 'Miss aysha', 'Miss aysha', '+9203245280354', '+9203245280354', 'Preschool', 120, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9135693,72.8599057', '2026-01-16', '2025-10-30 16:30:39', 1, NULL, NULL, '2025-10-30 06:38:27'),
(2168, 25, 'Quaid model school', 'Kalu pindi', NULL, 'Pahrianwali', 'M.Azam', 'Same', '+9203461655665', '+9203461655665', 'High School', 150, '2026-01', '2025-11', 1, 'Dar ul kutab pahrianwali', '32.4164781,73.7304652', NULL, '2025-10-30 16:28:25', 1, NULL, 'Need the samples', '2025-10-30 06:57:40'),
(2169, 28, 'The Innovative School', 'Karachi', NULL, 'Baldia', 'Muzammil', 'Muzammil', '+9203332441514', '+9203332441514', 'High School', 1000, '2026-04', '2025-12', 1, '', '24.9063569,66.9632058', NULL, '2025-11-14 10:39:37', 1, NULL, 'Need The Samples', '2025-10-30 06:57:50'),
(2170, 7, 'Pakistan International Public school', 'GUJRAT', NULL, 'Ali Pur Road', 'Mr.Asad sb', 'Madam Shaheen', '+9203076275876', '+9203076275876', 'High School', 2000, '2026-03', '2025-12', 2, 'ZAIN BOOK & STATIONERS', '32.5841022,74.0649675', '2025-11-08', '2025-10-30 16:42:43', 1, NULL, 'Not Pick The call', '2025-10-30 06:58:23'),
(2171, 7, 'Kids Galaxy school', 'GUJRAT', NULL, 'Rahman shaheed road', 'Madam Raheela', 'Faraz ijaz', '+920533709288', '+9203453890591', 'High School', 400, '2026-03', '2025-11', 1, 'ZAIN BOOK & STATIONERS', '32.585633,74.0671307', '2025-11-14', '2025-10-30 16:42:19', 1, NULL, 'Again Call', '2025-10-30 07:19:39'),
(2172, 31, 'The first step Montessori school', 'Chakwal', NULL, 'Mohalla porani sabzi mandi chakwal', 'Mrs khalid', 'Mrs khalid', '+9203312898512', '+9203312898512', 'Primary', 120, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9272304,72.8608623', '2025-11-03', '2025-11-14 10:26:12', 1, NULL, 'Need the samples', '2025-10-30 07:49:01'),
(2173, 4, 'Cannt Public High School', 'Lahore', NULL, 'Cannt', 'Miss Abeer', 'Miss Abeer', '+9203214005673', '+9203214005673', 'High School', 1500, '2026-03', '2025-11', 3, 'Direct purchase', '31.5513238,74.381539', NULL, '2025-10-30 16:22:01', 1, NULL, 'Not Pick The Call', '2025-10-30 07:50:19'),
(2174, 31, 'The alpha school system', 'Chakwal', NULL, 'Sarpak chakwal', 'Zahid', 'Mrs zahid', '+9203315647278', '+9203275340257', 'Primary', 100, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9271865,72.8575636', NULL, '2025-11-14 10:26:35', 1, NULL, 'Need The samples', '2025-10-30 08:00:04'),
(2175, 11, 'City Model high school', 'Narowal', NULL, 'Mian bazaar narowal', 'Arif Mehmood', 'Miss Arif Mehmood', '+9203007760300', '+9203354581558', 'High School', 1500, '2026-02', '2025-10', 0, '.', '32.09009009009009,74.8824440370332', NULL, '2025-10-30 16:15:25', 1, NULL, 'Not pick the call', '2025-10-30 08:25:33'),
(2176, 4, 'Alflah School and Academy', 'Lahore', NULL, 'Dharampura', 'Mam', 'Mam', '+920423', '+920423', 'High School', 1200, '2026-02', '2026-01', 1, 'Direct purchase', '31.5539148,74.3660609', NULL, '2025-11-14 10:29:25', 1, NULL, 'This number is not comp', '2025-10-30 08:47:04'),
(2177, 5, 'Rashid Minhas school', 'Multan', NULL, '', 'Ajmal Hameed Khan', 'Ajmal Hameed Khan', '+9203007062666', '+9203007062666', '-- Select --', 0, '', '', 0, '', '29.3932478,71.6826329', NULL, '2025-11-01 16:34:22', 1, NULL, NULL, '2025-10-30 14:14:09'),
(2178, 26, 'Suffah Grammar School', 'Sialkot', NULL, 'Dalowali', 'Mr Naveed', 'Mr Naveed', '+9203246022523', '+9203246022523', 'High School', 450, '2026-03', '2026-01', 2, 'Cantt book centre', '32.4935264,74.5479805', NULL, '2025-11-01 16:37:29', 1, NULL, NULL, '2025-10-30 14:15:59'),
(2179, 26, 'American Grammar School', 'Sialkot', NULL, 'Dalowali', 'Madam', 'Madam', '+9203032992233', '+9203032992233', 'Middle', 200, '2026-03', '2026-01', 1, 'Cantt book centre', '32.4935268,74.5479812', NULL, '2025-11-01 16:37:21', 1, NULL, NULL, '2025-10-30 14:20:35'),
(2180, 26, 'New City School', 'Sialkot', NULL, 'Dalowali', 'Sir Kashif zubair bhutta', 'Si Kashif zubair bhutta', '+9203478208007', '+9203478208007', 'High School', 750, '2026-03', '2025-12', 1, 'Ashraf book centre', '32.4935263,74.5479812', NULL, '2025-11-01 16:37:15', 1, NULL, NULL, '2025-10-30 15:01:54'),
(2181, 26, 'Edison Roots system of Schools', 'Sialkot', NULL, 'Dalowali', 'Arslan Sahb', 'Madam', '+9203078609094', '+9203078609094', 'High School', 350, '2026-03', '2025-12', 2, 'Cantt book centre', '32.4952179,74.5337276', NULL, '2025-11-01 16:36:35', 1, NULL, 'Not pick the call', '2025-10-30 15:23:26'),
(2182, 26, 'Kanz ul imaan school', 'Sialkot', NULL, 'Dalowali', 'Mr Saad', 'Mr Saad', '+9203441782713', '+9203441782713', 'Middle', 170, '2026-03', '2025-12', 1, 'Different dealers', '32.4951933,74.5337575', NULL, '2025-11-14 09:56:06', 1, NULL, 'Contact the Had Office Lahore.0304.6101541', '2025-10-30 15:28:44'),
(2183, 5, 'Al Imeen School System', 'Bahawalpur', NULL, '', '', 'Imran sir', '+9203017775332', '+9203017775332', '-- Select --', 0, '', '', 0, '', '29.3965313,71.6927503', NULL, '2025-11-01 16:32:38', 1, NULL, 'Not pick the call', '2025-10-31 04:29:36'),
(2184, 32, 'Dar-ur-sufa school system', 'Gujrat', NULL, 'Main Sargodha road', 'Sir Irfan', 'Sir Irfan', '+9203156442683', '+9203156442683', 'Middle', 200, '2026-02', '2025-11', 1, 'Zain books shop', '32.5629044,74.0545872', NULL, '2025-11-15 11:02:09', 1, NULL, 'Samples Required', '2025-10-31 04:39:58'),
(2185, 31, 'Al farabi science school', 'Chakwal', NULL, 'Vpo karyala tehsil distt chakwal', 'Miss tahira', 'Miss tahira', '+9203483927369', '+9203483927369', 'Primary', 140, '2026-04', '2026-01', 1, 'Arshad book depo', '32.8440674,72.8779693', NULL, '2025-11-01 17:26:44', 1, NULL, 'Not pick the call', '2025-10-31 04:42:54'),
(2186, 5, 'Umm Al Quran public School System', 'Bahawalpur', NULL, '', '', 'Mrs Jameel', '+9203006808719', '+9203006808719', '-- Select --', 0, '', '', 0, '', '29.3960762,71.6964452', NULL, '2025-11-01 16:33:26', 1, NULL, 'samples delivered in Head Office', '2025-10-31 04:53:36'),
(2187, 11, 'Al Fajr School System', 'Narowal', NULL, 'zaheer Abbas', 'zaheer Abbas', 'zaheer Abbas', '+9203036841433', '+9203036841433', 'High School', 350, '2026-03', '2025-10', 0, '.', '32.09009009009009,74.8824440370332', NULL, '2025-11-01 16:07:31', 1, NULL, 'Not pick the call', '2025-10-31 04:57:42'),
(2188, 32, 'The Punjab School of Sciences', 'Gujrat', NULL, 'Main Sargodha road', 'Sir Ahsanullah', 'Sir Ahsanullah', '+9203216202691', '+9203216202691', 'High School', 1500, '2026-02', '2025-12', 1, 'Zain books shop', '32.5666205,74.0594815', NULL, '2025-11-01 17:27:44', 1, NULL, '', '2025-10-31 05:06:29'),
(2189, 25, 'Qadir memorial school', 'Sarlay', NULL, 'Phalia', 'Firdous mam', 'Same', '+9203413592001', '+9203413592001', 'Middle', 138, '2026-01', '2025-11', 1, 'Ashfaq book depote', '32.4562745,73.6614786', NULL, '2025-11-01 17:15:31', 1, NULL, 'Not pick the call', '2025-10-31 05:10:12'),
(2190, 5, 'Seeks public School System', 'Bahawalpur', NULL, '', '', '', '+9203004016622', '+9203004016622', '-- Select --', 0, '', '', 0, '', '29.3859199,71.6678181', NULL, '2025-11-01 16:33:07', 1, NULL, NULL, '2025-10-31 05:38:11'),
(2191, 32, 'EFA school System', 'Gujrat', NULL, 'Khalida-a-Abad near Bilal mosque', 'Sir Iftikhar', 'Sir khizar', '+920138403197', '+920138403197', 'High School', 400, '2026-03', '2026-02', 5, 'Zain books shop', '32.5599273,74.0604515', NULL, '2025-11-15 11:02:20', 1, NULL, 'Not valid no', '2025-10-31 06:03:09'),
(2192, 32, 'The Sun Rise School', 'Gujrat', NULL, 'Main Sargodha road near Zaman trader', 'Mam Khadija', 'Mam Khadija', '+9203459699517', '+9203459699517', 'Middle', 100, '2026-02', '2025-12', 1, 'Zain books shop', '32.5590474,74.0479688', NULL, '2025-11-01 17:27:32', 1, NULL, NULL, '2025-10-31 06:30:06'),
(2193, 5, 'Al Farooq School System', 'Bahawalpur', NULL, '', '', '', '+9203008584798', '+9203008584798', '-- Select --', 0, '', '', 0, '', '29.392394,71.656767', NULL, '2025-11-01 16:34:03', 1, NULL, 'Not Pick the call', '2025-10-31 06:45:11'),
(2194, 32, 'EFA school System', 'Gujrat', NULL, 'Main Sargodha road Shaheen Chowk', 'Sir Amjad bilal', 'Sir Amjad bilal', '+9203034643109', '+9203034643109', 'Middle', 116, '2026-03', '2025-12', 5, 'Zain books shop', '32.5601172,74.0457626', NULL, '2025-11-01 17:27:26', 1, NULL, 'Need the Book 1 to 5th Grade', '2025-10-31 06:49:26'),
(2195, 4, 'Valiant school', 'Lahore', NULL, 'Faiza bagh', 'Sir Afzaal', 'Sir Afzaal', '+9203334423008', '+9203334423008', 'High School', 400, '2026-02', '2025-12', 1, 'Open list', '31.578538,74.3482032', NULL, '2025-11-04 17:06:54', 1, NULL, NULL, '2025-10-31 06:50:33'),
(2196, 4, 'Quantum school', 'Lahore', NULL, 'Gujjar pura', 'Sir Abdul Ghafoor', 'Sir Abdul Ghafoor', '+9203174053815', '+9203174053815', 'High School', 300, '2026-02', '2025-12', 1, 'Direct purchase', '31.5838653,74.3576748', NULL, '2025-11-01 16:34:50', 1, NULL, NULL, '2025-10-31 07:42:01'),
(2197, 24, 'Musa school', 'Lahore', NULL, '576 near model nazar sabzazar', 'Mr idress', 'Mr idrees', '+9203234121342', '+9203234121342', 'High School', 200, '2026-02', '2025-11', 1, 'Open', '31.5566056,74.3037749', NULL, '2025-11-04 16:58:42', 1, NULL, 'Not pick the call', '2025-10-31 10:26:58'),
(2198, 24, 'J. P school system', 'Lahore', NULL, 'B-block sabzazar', '', '', '+9203334536631', '+9203334536631', 'High School', 200, '2026-02', '2025-12', 1, 'Open', '31.5566156,74.303775', NULL, '2025-11-01 15:57:47', 1, NULL, 'She said i call u later', '2025-10-31 10:33:52'),
(2199, 24, 'Future education model school', 'Lahore', NULL, 'Jamil town sabzazar', 'Mr khawaja farooq', 'Mr khawaja farooq', '+9203224454113', '+9203224454113', 'High School', 250, '2026-03', '2025-12', 1, 'Open', '31.5566084,74.3037568', NULL, '2025-11-01 15:57:39', 1, NULL, 'Not pick the call', '2025-10-31 10:36:23'),
(2200, 24, 'Haven institute', 'Lahore', NULL, '80 feet road near lalazar park lahore', 'Hafiz shazad', 'Hafiz shazad', '+9203084314946', '+9203084314946', 'Middle', 70, '2026-03', '2025-12', 1, 'Open', '31.5566322,74.3037055', NULL, '2025-11-01 15:56:20', 1, NULL, 'Not pick the call', '2025-10-31 10:41:34'),
(2201, 24, 'City scholars school', 'Lahore', NULL, 'Sir shaar town thokar naiz baig lahore', 'Abdul hameed', 'Abdul hameed', '+9203057370621', '+9203088565719', 'Middle', 200, '2026-04', '2026-01', 1, 'Open', '31.5061795,74.2691457', NULL, '2025-11-15 10:28:54', 1, 'grey', 'Again Call tomorrow', '2025-10-31 13:30:35'),
(2202, 21, 'The Headway Public High school', 'Buewala', NULL, 'Sahuka', 'Imran Khan', 'Imran Khan', '+9203006999060', '+9203006999060', 'High School', 700, '2026-02', '2025-12', 1, 'Self', '30.4861031,73.3477768', NULL, '2025-11-01 16:06:25', 1, NULL, 'Again call after one hour', '2025-10-31 16:28:52'),
(2203, 21, 'Smart Grammar School', 'Pakpattan', NULL, 'Purana Thana', 'Khalid Farooq', 'Khalid Farooq', '+9203186946466', '+9203186946466', 'Middle', 750, '2026-02', '2025-11', 2, 'Self', '30.4859883,73.3479217', NULL, '2025-11-01 16:06:09', 1, NULL, 'Not pick the call', '2025-10-31 16:31:58'),
(2204, 21, 'Islamic Grammar School', 'Pakpattan', NULL, 'Purana Thana Road', 'Muhammad Hassan', 'Muhammad Hassan', '+9203075766313', '+9203075766313', 'Primary', 200, '2026-02', '2025-12', 1, 'Self', '30.4853972,73.3483178', NULL, '2025-11-01 16:00:01', 1, 'orange', 'Not pick the call', '2025-10-31 16:34:41'),
(2205, 31, 'Al Hassan Montessori school', 'Kalar kahar', NULL, 'Kalar kahar', 'Tahira', 'Tahira', '+9203361151255', '+9203361151255', 'Primary', 70, '2026-04', '2026-01', 1, 'Arshad book depo', '32.7829849,72.7075307', '2026-01-19', '2025-11-03 12:23:05', 1, 'orange', 'Mam Tahira said Mr Kamran visited us but he did\'t show anything regarding your books and App.', '2025-11-01 04:52:24'),
(2206, 31, 'Little scholar\'s school', 'Kalar kahar', NULL, 'Kalar kahar', 'Tasswar', 'Tasswar', '+9203360573814', '+9203360573814', 'Middle', 100, '2026-03', '2026-01', 1, 'Arshad book depo', '32.7850017,72.6966074', '2025-11-08', '2025-11-03 12:22:15', 1, NULL, '03215244523 Her Whats aap num. need aap link.', '2025-11-01 05:08:25'),
(2207, 5, 'Al Hayan Grammar School', 'RYK', NULL, '', '', '', '+9203006705683', '+9203006705683', '-- Select --', 0, '', '', 0, '', '28.4117691,70.3175527', NULL, '2025-11-01 10:28:50', 1, 'grey', 'Not Intrested to change in this year.', '2025-11-01 05:27:43'),
(2208, 5, 'Nice School System RYK', 'RYK', NULL, '', '', '', '+9203009677725', '+9203009677725', '-- Select --', 0, '', '', 0, '', '28.4114572,70.3141332', NULL, '2025-11-01 10:33:11', 1, 'grey', 'Number is not responding on both conections.', '2025-11-01 05:31:59'),
(2209, 31, 'The sober grammar school', 'Kalar kahar', NULL, 'Bhurpur road kalar kahar', 'Saman hameed', 'Saman hameed', '+920315752294', '+920315752294', 'Middle', 34, '2026-04', '2026-01', 1, 'Arshad book depo', '32.7841226,72.7018402', '2025-11-08', '2025-11-03 12:23:29', 1, 'grey', 'Not a valid number.', '2025-11-01 05:34:52'),
(2210, 25, 'Al kabeer school', 'Khumb khurd', NULL, 'Phalia', 'Mudassir sh', 'Same', '+9203014118524', '+9203014118524', 'High School', 320, '2026-02', '2025-12', 1, 'Jinnah book phalia', '32.3993183,73.4585817', NULL, '2025-11-03 12:20:48', 1, 'grey', 'Cut the call.', '2025-11-01 05:38:34'),
(2211, 5, 'Oxbridge Secondary School ðŸ«', 'RYK', NULL, '', '', '', '+9203008678099', '+9203008678099', '-- Select --', 0, '', '', 0, '', '28.4109492,70.313682', NULL, '2025-11-01 10:39:41', 1, 'grey', 'Number is busy', '2025-11-01 05:39:07'),
(2212, 31, 'Unique Public school', 'Kalar kahar', NULL, 'Vpo kalar kahar tehsi', 'Nisar sb', 'Nisar', '+9203339367572', '+9203339367572', 'Middle', 2000, '2026-03', '2025-12', 1, 'Arshad book depo', '32.7766724,72.6965316', NULL, '2025-11-03 12:22:27', 1, 'grey', 'Wrong Number', '2025-11-01 05:55:56'),
(2213, 4, 'Latif education school', 'Lahore', NULL, 'Baghbanpura', 'Sir Irfan', 'Sir Irfan', '+9203008457722', '+9203008457722', 'High School', 1000, '2026-03', '2025-12', 1, 'Shiekh haneef', '31.5812376,74.3742631', NULL, '2025-11-07 15:39:03', 1, 'orange', NULL, '2025-11-01 06:54:27'),
(2214, 8, 'Worth school', 'Gojra', NULL, 'Jhang road', 'Miss Zil e huma', 'Miss Zil e huma', '+9203391289978', '+9203391289978', 'Primary', 100, '2026-02', '2026-01', 1, 'Adnan', '31.1545453,72.6689531', NULL, '2025-11-03 11:49:27', 1, 'grey', 'Unavailable.', '2025-11-01 06:55:47'),
(2215, 10, 'zia ul quran school silanwali', 'silanwali', NULL, 'garden town silanwali', 'bukhsh sab', 'bukhsh sab', '+9203447526687', '+9203447526687', 'Middle', 200, '2026-03', '2025-12', 0, 'mixed', '31.8175991,72.5446787', NULL, '2025-11-03 11:45:39', 1, 'orange', 'Need Samples', '2025-11-01 06:58:31'),
(2216, 25, 'Extreme knowledge grammar school', 'Kuthyala shaikhan', NULL, 'Phalia', 'Sheraz ali', 'Same', '+9203403600535', '+9203403600535', 'Middle', 400, '2026-03', '2025-12', 1, 'Farooqi book center mandi b din', '32.458043,73.4101842', NULL, '2025-11-03 12:19:59', 1, 'orange', 'Mr. Sheraz Said busy now call me later. \nCall Date is 17 Nov 2025.', '2025-11-01 07:59:42'),
(2217, 10, 'efa school silanwali', 'silanwali', NULL, 'garden town silanwali', 'tanwer sab', 'tanver sab', '+9203468636631', '+9203468636631', 'Middle', 300, '2026-03', '2025-12', 0, 'will be shared', '31.8304532,72.5420727', NULL, '2025-11-03 11:46:27', 1, 'orange', 'Need Samples', '2025-11-01 09:10:47'),
(2218, 4, 'Modest grammar school', 'Lahore', NULL, 'Ravi road', 'Sir Hamayun', 'Sir Hamayun', '+9203344071111', '+9203344071111', 'High School', 400, '2026-01', '2025-12', 1, 'Direct purchase', '31.5788983,74.3696328', NULL, '2025-11-01 16:23:02', 1, 'orange', 'Sesion was too good . Need few days for slection. \nthey liked our books and aap.', '2025-11-01 11:22:47'),
(2219, 25, 'GC school system', 'Mangat', NULL, 'Phalia', 'Amir shezad', 'Alyan hassan', '+9203466461340', '+9203416414588', 'Middle', 250, '2026-03', '2025-12', 1, 'Fatima book mandi b din', '32.5128824,73.50747', NULL, '2025-11-03 11:52:14', 1, 'red', 'They said we did\'t change the sylabus. but i send them our aap link.', '2025-11-03 04:36:42'),
(2220, 11, 'Sirtat ul falah  School System', 'Narowal', NULL, 'Village da', '', 'Wqasa khan', '+9203446306677', '+9203446306677', 'High School', 300, '2026-03', '2025-11', 0, '.', '32.01801801801802,74.80223387976832', NULL, '2025-11-18 11:31:05', 1, 'orange', 'i send them our aap link. They need the samples.', '2025-11-03 04:56:29'),
(2221, 8, 'Pride school', 'Faisalabad', NULL, 'Satyana road', 'Sir Farukh', 'Sir Farukh', '+9203008662661', '+9203008662661', 'High School', 300, '2026-02', '2025-12', 1, 'Waqas', '31.3832162,73.1254114', NULL, '2025-11-03 10:10:06', 1, 'orange', 'they need samples in first week of December. they also liked our books', '2025-11-03 05:08:42'),
(2222, 10, 'punJab school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'madam amna', 'madam amna', '+9203211408384', '+9203211408384', 'Middle', 70, '2026-01', '2025-12', 1, 'school mall sargodha', '32.0771044,72.6890489', NULL, '2025-11-17 12:20:50', 1, 'orange', 'Its a chain school. but miss Amina liked our approach . and ask tosend our link. \ni send her link', '2025-11-03 05:10:32'),
(2223, 4, 'Alhadi school system', 'Lahore', NULL, 'Shahdara', 'Mam Sania', 'Mam sania', '+9203099135426', '+9203099135426', 'High School', 3500, '2026-01', '2025-12', 8, 'Direct purchase', '31.626512,74.2871693', NULL, '2025-11-03 11:31:44', 1, NULL, 'she said call me again in month of december hollydays', '2025-11-03 05:11:12'),
(2224, 32, 'The Sir Syed High School Mubasher Raza Campus', 'Wazirabad', NULL, 'Model colony', 'Mam Zubia Mubasher', 'Mam Zubia Mubasher', '+9205566084919293', '+9205566084919293', 'High School', 500, '2026-03', '2026-01', 2, 'Tayyab Book point', '32.4429251,74.1220181', NULL, '2025-11-03 12:25:24', 1, NULL, NULL, '2025-11-03 05:15:27'),
(2225, 10, 'bliss school sargodha', 'sargodha', NULL, 'satellite town sargodha', 'uzair sab', 'uzair sab', '+9203002900888', '+9203002900888', 'High School', 370, '2026-03', '2025-12', 0, 'school mall sargodha', '32.0780383,72.686773', NULL, '2025-11-18 11:32:32', 1, NULL, 'She said i request u Drop the Samples in month of December on Dates ..10 /15 dec', '2025-11-03 05:27:43'),
(2226, 25, 'Aspire grammar school', 'Mandi b din', NULL, 'Mandi b din', 'Mam faria', 'Mam faiqa', '+9203427988483', '+923427988483', 'Primary', 35, '2026-03', '2026-01', 1, 'Fatima book mandi b din', '32.565191,73.4658899', NULL, '2025-11-03 11:52:28', 1, NULL, 'Need The samples', '2025-11-03 05:45:11'),
(2227, 32, 'Cambridge Public High School', 'Wazirabad', NULL, 'Model colony', 'Sir Iftikhar', 'Sir Asghar', '+9203006241013', '+9203006241013', 'Middle', 225, '2026-03', '2026-01', 1, 'Tayyab Book point', '32.4424659,74.1220628', NULL, '2025-11-03 12:25:16', 1, NULL, 'not interested', '2025-11-03 05:47:26'),
(2228, 5, 'Al Saeed Education School System', 'RYK', NULL, '', '', '', '+9203009672224', '+9203009672224', '-- Select --', 0, '', '', 0, '', '28.4345541,70.3428027', NULL, '2025-11-18 11:43:37', 1, NULL, 'He said i am not change the selubes this year', '2025-11-03 06:09:53'),
(2229, 25, 'Gateway public school', 'Mandi b din', NULL, 'Mandi b din', 'Ch.babar adeel', 'Same', '+9203137550999', '+9203137550999', 'High School', 300, '2026-03', '2026-01', 1, 'Fatima book mandi b din', '32.5896478,73.4854825', NULL, '2025-11-03 12:15:11', 1, NULL, 'He said call me again in month of december hollydays', '2025-11-03 06:17:09'),
(2230, 5, 'The Punjab School System RYK', 'RYK', NULL, '', '', '', '+9203058270500', '+9203058270500', '-- Select --', 0, '', '', 0, '', '28.4326634,70.3396278', NULL, '2025-11-03 11:34:35', 1, NULL, 'He Said Call me Again i am busy', '2025-11-03 06:30:09'),
(2231, 31, 'Nobel house school', 'Chakwal', NULL, 'Line park chakwal', 'Chashman', 'Miss chashman', '+9203189302233', '+9203189302233', 'Middle', 600, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9375669,72.8522018', '2025-12-01', '2025-11-03 12:22:38', 1, NULL, 'drop the call', '2025-11-03 06:34:13'),
(2232, 4, 'Star high school', 'Lahore', NULL, 'Shahdara', 'Sir Tariq', 'Sir Tariq', '+9203334613951', '+9203334613951', 'High School', 4000, '2026-01', '2025-12', 1, 'Direct purchase', '31.6275559,74.2875721', NULL, '2025-11-18 12:16:17', 1, NULL, 'selection.GK.1.2.3', '2025-11-03 06:42:26'),
(2233, 31, 'Muslim academy', 'Chakwal', NULL, 'Line park chakwal', 'Malik Muhammad hussain', 'Malik Muhammad hussain', '+9203348724004', '+9203348724004', 'High School', 250, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9399689,72.8509735', NULL, '2025-11-03 12:22:50', 1, NULL, 'Busy', '2025-11-03 06:44:49'),
(2234, 11, 'Iqra Grammar School', 'Narrowal', NULL, 'Baddomalhi', 'Sir zulfiqar Ali Saif', 'Mam Nabeela Kausar', '+9203335292000', '+9203335292000', 'Middle', 350, '2026-03', '2026-01', 0, '.', '31.98198198198198,74.66663020558839', NULL, '2025-11-04 17:00:24', 1, NULL, 'in hospital', '2025-11-03 06:54:10'),
(2235, 25, 'Daito school', 'Mandi b din', NULL, 'Mandi b din', 'Taimoor hayat', 'Same', '+9203457742122', '+9203457742122', 'High School', 500, '2026-01', '2025-12', 1, 'Direct lahore', '32.5907697,73.4951723', NULL, '2025-11-04 17:24:00', 1, NULL, NULL, '2025-11-03 06:58:38'),
(2236, 9, 'Grammer School nurkot', 'Shakargarh', NULL, 'Noorkot', 'Saeed sb', 'Saeed sb', '+9203004396036', '+9203004396036', 'High School', 550, '2026-01', '2025-11', 0, '', '32.2052184,75.1246275', NULL, '2025-11-04 17:02:45', 0, NULL, NULL, '2025-11-03 07:04:59'),
(2237, 15, 'white rose school', 'okara', NULL, 'gov colony', 'mam', 'mam', '+9203207676676', '+9203207676676', 'High School', 500, '2026-02', '2025-12', 3, 'mehmood', '30.81584944739154,73.4619745900017', NULL, '2025-11-03 12:26:11', 0, NULL, NULL, '2025-11-03 07:08:07'),
(2238, 5, 'Al Huda grammar school', 'RYK', NULL, '', '', '', '+9203017655168', '+9203017655168', '-- Select --', 0, '', '', 0, '', '28.3915581,70.3379669', NULL, '2025-11-04 17:10:22', 0, NULL, NULL, '2025-11-03 07:14:36'),
(2239, 31, 'Presto public school', 'Chakwal', NULL, 'Maghi road chakwal', 'Qadeer sb', 'Qadeer', '+9203358291851', '+9203358291851', 'High School', 500, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9400318,72.8473139', '2025-11-10', '2025-11-03 12:24:22', 0, NULL, NULL, '2025-11-03 07:21:32'),
(2240, 25, 'Al noor school', 'Mandi b din', NULL, 'Mandi b din', 'Basheer shb', 'Same', '+9203337755123', '+9203337755123', 'High School', 1800, '2026-03', '2026-01', 2, 'Fatima book mandi b din', '32.5918006,73.5028449', NULL, '2025-11-04 17:42:49', 0, NULL, NULL, '2025-11-03 07:21:53'),
(2241, 31, 'Al Farooq Montessori school', 'Chakwal', NULL, 'Maghi road chakwal', 'Waqar sb', 'Waqar', '+9203315362573', '+9203315362573', 'Middle', 90, '2026-03', '2026-01', 1, 'Arshad book depo', '32.9384115,72.8471245', '2026-01-19', '2025-11-04 17:45:32', 0, NULL, NULL, '2025-11-03 07:32:16'),
(2242, 32, 'S.Z ELAHI MODEL SCHOOL', 'Wazirabad', NULL, 'Main Gt Road', 'Maj(R) Tariq Mehmood', 'Maj(R) Tariq Mehmood', '+9203334132846', '+9203334132846', 'High School', 1200, '2026-02', '2025-12', 1, 'Tayyab Book point', '32.4170182,74.1205408', NULL, '2025-11-04 17:46:37', 0, NULL, NULL, '2025-11-03 07:37:29'),
(2243, 25, 'British grammar school', 'Mandi b din', NULL, 'Mandi b din', 'Arshad shadab', 'Same', '+9203404921008', '+9203404921008', 'High School', 170, '2026-03', '2026-01', 1, 'Farooqi book center mandi b din', '32.5934164,73.5049549', NULL, '2025-11-04 17:41:43', 0, NULL, NULL, '2025-11-03 07:48:33'),
(2244, 31, 'Go genus Montessori school', 'Chakwal', NULL, 'Dako road chakwal', 'Sara mohsin', 'Sara mohsin', '+9203185915455', '+9203185915455', 'Middle', 170, '2026-03', '2026-01', 1, 'Arshad book depo', '32.9418905,72.8398285', '2025-11-10', '2025-11-04 17:43:56', 0, NULL, NULL, '2025-11-03 07:50:20'),
(2245, 31, 'Oxford academy', 'Chakwal', NULL, 'Faisal kalooni', 'Sir taj', 'Sir taj', '+9203335906421', '+9203335906421', 'Middle', 120, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9347483,72.8343464', NULL, '2025-11-04 17:43:32', 0, NULL, NULL, '2025-11-03 08:05:41'),
(2246, 4, 'New Wisdom Oak School', 'Lahore', NULL, 'Shahdara', 'Sir Amir', 'Sir Amir', '+9203009539179', '+9203009539179', 'High School', 500, '2026-01', '2025-12', 1, 'Direct purchase', '31.6422205,74.2928563', NULL, '2025-11-07 15:41:33', 0, NULL, NULL, '2025-11-03 08:16:05'),
(2247, 32, 'Imperial Public School', 'Wazirabad', NULL, 'Main Gt Road', 'Sir Umair', 'Sir Umair', '+9203319608115', '+9203319608115', 'High School', 500, '2026-03', '2025-12', 1, 'Tayyab Book point', '32.4229617,74.117659', NULL, '2025-11-04 17:46:56', 0, NULL, NULL, '2025-11-03 08:18:45'),
(2248, 4, 'Tahir Higher secondary school', 'Lahore', NULL, 'Shahdara', 'Sir Rehman', 'Sir Rehman', '+9203035600224', '+9203035600224', 'High School', 2500, '2026-02', '2025-12', 3, 'Direct purchase', '31.6422836,74.2921541', NULL, '2025-11-04 17:08:27', 0, NULL, NULL, '2025-11-03 08:33:49'),
(2249, 32, 'Unique school', 'Wazirabad', NULL, 'Model colony', 'Asghar Malik', 'Asghar Malik', '+9203216600909', '+9203216600909', 'High School', 200, '2026-02', '2025-11', 1, 'Tayyab Book point', '32.4431679,74.1201991', NULL, '2025-11-04 17:46:43', 0, NULL, NULL, '2025-11-03 08:57:08'),
(2250, 5, 'Kids Foundation School System RYK', 'RYK', NULL, '', '', '', '+9203018676790', '+9203018676790', '-- Select --', 0, '', '', 0, '', '28.4200869,70.3013629', NULL, '2025-11-04 17:11:04', 0, NULL, NULL, '2025-11-03 11:25:11'),
(2251, 26, 'Kinder Land Montessori', 'Sialkot', NULL, 'Cantt', 'madam', 'madam', '+9203221680039', '+9203221680039', 'Preschool', 100, '2026-03', '2026-01', 1, 'Different dealers', '32.4935268,74.5479812', NULL, '2025-11-04 17:14:34', 0, NULL, NULL, '2025-11-03 14:01:31'),
(2252, 26, 'The Royal School', 'Sialkot', NULL, 'neka pura near Govt school boys', 'Atif Shahzad sahb', 'Atif shahzad sahb', '+9203316146634', '+9203316146634', 'High School', 450, '2026-03', '2025-12', 1, 'Ashraf book centre', '32.493527,74.5479812', NULL, '2025-11-04 17:15:01', 0, NULL, NULL, '2025-11-03 14:05:55'),
(2253, 26, 'Creative School system', 'Sialkot', NULL, 'Jinnah flyover near ground', 'Mr Hamid Basra sahb', 'Mr Hamid Basra', '+920524593256', '+920524593256', 'High School', 950, '2026-03', '2025-12', 1, 'Different dealers', '32.4935272,74.547981', NULL, '2025-11-04 17:15:16', 0, NULL, NULL, '2025-11-03 15:31:56'),
(2254, 5, 'The public School System', 'RYK', NULL, '', '', '', '+920685708470', '+920685708470', '-- Select --', 0, '', '', 0, '', '28.4124166,70.2979156', NULL, '2025-11-04 17:11:27', 0, NULL, NULL, '2025-11-04 04:50:23'),
(2255, 11, 'The Stearns School System', 'Narowal', NULL, 'Hajver nagar mumtaz colony', 'Javed rasool', 'Jaweria Ahsan', '+9203045196421', '+9203045196421', 'Middle', 200, '2026-02', '2025-11', 0, '.', '32.09009009009009,74.8824440370332', NULL, '2025-11-04 17:00:35', 0, NULL, NULL, '2025-11-04 04:53:58'),
(2256, 5, 'The Jinnah School System', 'RYK', NULL, '', '', 'Mrs Mujaheed', '+9203077615081', '+9203077615081', '-- Select --', 0, '', '', 0, '', '28.4122061,70.2966104', NULL, '2025-11-04 17:11:55', 0, NULL, NULL, '2025-11-04 05:10:15'),
(2257, 10, 'ataleeq school Joharabad', 'Joharabad', NULL, 'civil line Joharabad', 'saeed sab', 'saeed sab', '+9203007222067', '+9203007222067', 'High School', 1000, '2026-03', '2025-11', 0, 'mixed', '32.2860554,72.2706401', NULL, '2025-11-04 17:20:09', 0, NULL, NULL, '2025-11-04 05:12:28'),
(2258, 25, 'Sir syed public model girls high school', 'Mandi b din', NULL, 'Mandi b din', 'M.Hussain', 'Sagheer Ahmad', '+9203217744565', '+9203416329174', 'High School', 350, '2026-03', '2026-01', 1, 'Farooqi book center mandi b din', '32.5480033,73.4668367', NULL, '2025-11-04 17:41:52', 0, NULL, NULL, '2025-11-04 05:17:30'),
(2259, 4, 'Creative scholor school', 'Lahore', NULL, 'Shadbagh', 'Sir Rizwan', 'Sir Rizwan', '+9203314162687', '+9203314162687', 'High School', 50, '2026-02', '2025-12', 1, 'Direct purchase', '31.5986774,74.3436109', NULL, '2025-11-04 17:08:18', 0, NULL, NULL, '2025-11-04 05:33:23'),
(2260, 5, 'The Muslim School System', 'RYK', NULL, '', '', '', '+9203357222133', '+920335722213', '-- Select --', 0, '', '', 0, '', '28.4122292,70.2943181', NULL, '2025-11-04 17:12:14', 0, NULL, NULL, '2025-11-04 05:46:07'),
(2261, 25, 'Iqbal public school', 'Mandi b din', NULL, 'Mandi b din', 'Zahid imran', 'Qari yousaf', '+9203464136014', '+9203005756018', 'High School', 500, '2026-03', '2026-01', 3, 'Ittefaq book mandi b din', '32.5481967,73.4647667', NULL, '2025-11-04 17:42:08', 0, NULL, NULL, '2025-11-04 05:46:57'),
(2262, 10, 'ali memorial school Joharabad', 'Joharabad', NULL, 'aheer town', 'raza sab', 'raza sab', '+9203017133998', '+9203017133998', 'High School', 570, '2026-04', '2026-01', 3, 'mixed', '32.2731537,72.2898379', NULL, '2025-11-11 12:55:42', 0, NULL, NULL, '2025-11-04 05:48:07'),
(2263, 32, 'The Cambridge School', 'Lalamusa', NULL, 'Main GT Road', 'Abdullah Tauseef', 'Abdullah Tauseef', '+9203228093616', '+9203228093616', 'High School', 1100, '2026-02', '2025-12', 2, 'Zain books shop', '32.6903485,73.9641406', NULL, '2025-11-04 17:46:49', 0, NULL, NULL, '2025-11-04 05:48:53'),
(2264, 5, 'MGS Grammar School', 'RYK', NULL, '', '', '', '+9203006718463', '+9203006718463', '-- Select --', 0, '', '', 0, '', '28.4111918,70.2937893', NULL, '2025-11-04 17:12:35', 0, NULL, NULL, '2025-11-04 06:00:38'),
(2265, 25, 'Lasaani model high school', 'Mandi b din', NULL, 'Mandi b din', 'Parvaiz ahmad', 'Same', '+9203440582018', '+9203440582018', 'High School', 550, '2026-03', '2026-01', 1, 'Fatima book mandi b din', '32.5487608,73.4649546', NULL, '2025-11-04 17:41:59', 0, NULL, NULL, '2025-11-04 06:05:48'),
(2266, 10, 'Islamic vision school Joharabad', 'Joharabad', NULL, 'burhan town', 'ahmed sab', 'ahmed sab', '+9203037526262', '+9203037526262', 'Middle', 200, '2026-04', '2026-01', 0, 'student point Joharabad', '32.2823144,72.2978888', NULL, '2025-11-04 17:20:36', 0, NULL, NULL, '2025-11-04 06:11:28'),
(2267, 32, 'Zawiya School System', 'Lalamusa', NULL, 'Main Gt Road', 'Sohail Butt', 'Sohail Butt', '+9203338407623', '+9203338407623', 'High School', 500, '2026-02', '2025-11', 1, 'Zain books shop', '32.6903318,73.9641953', NULL, '2025-11-04 17:47:02', 0, NULL, NULL, '2025-11-04 06:26:16'),
(2268, 8, 'Anmol public school system', 'Faisalabad', NULL, 'Samnabad', 'Sir Asif', 'Sir Asif', '+9203218660273', '+9203218660273', 'High School', 600, '2026-01', '2025-11', 2, 'Waqas', '31.3801326,73.0704211', NULL, '2025-11-15 10:55:19', 0, NULL, NULL, '2025-11-04 06:45:41'),
(2269, 25, 'Pilot secondary school', 'Mandi b din', NULL, 'Mandi b din', 'Safdar sb', 'Sir usman', '+9203400428175', '+9203400428175', 'High School', 400, '2026-03', '2026-01', 1, 'Direct lahore', '32.5881848,73.5020629', NULL, '2025-11-04 17:42:16', 0, NULL, NULL, '2025-11-04 06:47:18'),
(2270, 10, 'national public school Joharabad', 'Joharabad', NULL, 'naseem colony Joharabad', 'Malik aziz sab', 'Malik aziz sab', '+9203227528557', '+9203227528557', 'Middle', 170, '2026-03', '2025-12', 0, 'mixed', '32.2748583,72.28901', NULL, '2025-11-04 17:20:42', 0, NULL, NULL, '2025-11-04 06:52:58'),
(2271, 5, 'Al Muslim High School', 'RYK', NULL, '', '', '', '+920685958211', '+920685958211', '-- Select --', 0, '', '', 0, '', '28.4260255,70.2781027', NULL, '2025-11-04 17:12:53', 0, NULL, NULL, '2025-11-04 06:53:09'),
(2272, 31, 'Future stars school system', 'Chakwal', NULL, 'Sarpak road chakwal', 'Ch taimour sb', 'Ch taimour', '+9203188122595', '+9203188122595', 'Middle', 80, '2026-03', '2026-01', 1, 'Arshad book depo', '32.9246037,72.8649139', '2026-01-02', '2025-11-04 17:43:49', 0, NULL, NULL, '2025-11-04 06:53:48'),
(2273, 28, 'Eden English Cambridge School', 'Karachi', NULL, 'Orangi', 'Raza', 'Miss Nisa', '+923202014934', '+923202014934', 'High School', 208, '2026-03', '2025-12', 1, '', '24.9668288,66.9791668', NULL, '2025-11-04 17:18:18', 0, NULL, NULL, '2025-11-04 07:03:49'),
(2274, 25, 'GC school system', 'Mandi b din', NULL, 'Mandi b din', 'Tahir shehzad', 'Same', '+9203367740340', '+9203367740340', 'High School', 800, '2026-03', '2026-01', 1, 'Jinnah book mandi b din', '32.5875473,73.501741', NULL, '2025-11-04 17:42:39', 0, NULL, NULL, '2025-11-04 07:11:07'),
(2275, 31, 'Brookfield international school', 'Chakwal', NULL, 'Mohalla ghousia', 'Yaqoob sb', 'Yaqoob sb', '+9203005471130', '+9203005471130', 'Middle', 120, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9265922,72.868167', '2025-12-01', '2025-11-04 17:43:43', 0, NULL, NULL, '2025-11-04 07:39:00'),
(2276, 32, 'Quaid e Azam Division public school', 'Lalamusa', NULL, 'Main Gt Road', 'Semi Government', 'Mam Huma Rasheed', '+9203324196166', '+9203324196166', 'High School', 1000, '2026-02', '2025-11', 3, 'Zain books shop', '32.7092289,73.9565635', NULL, '2025-11-04 17:47:10', 0, NULL, NULL, '2025-11-04 08:07:32'),
(2277, 9, 'The wisdom school ikhlaspur', 'Shakargarh', NULL, 'Ikhlaspur', 'Haleem sb', 'Haleem sb', '+9203066263618', '+9203066263618', 'High School', 250, '2026-03', '2026-01', 0, '', '32.2566682,75.3027304', NULL, '2025-11-04 17:04:27', 0, NULL, NULL, '2025-11-04 08:26:15'),
(2278, 24, 'Master inn kids school', 'Lahore', NULL, 'Block #j sabzazar', '', '', '+9203004191728', '+9203454744471', 'Middle', 200, '2026-02', '2025-12', 1, 'Open', '31.5061788,74.2691483', NULL, '2025-11-11 12:01:43', 0, NULL, NULL, '2025-11-04 09:50:12'),
(2279, 24, 'Paras school system', 'Lahore', NULL, '585-g block sabzazar', 'Mr rizwan', 'Mam farina', '+9203228409101', '+9203228409101', 'High School', 250, '2026-03', '2025-11', 1, 'Open', '31.5039231,74.2676335', NULL, '2025-11-04 14:54:56', 0, NULL, NULL, '2025-11-04 09:54:03'),
(2280, 7, 'Bright Laureate school', 'Alipur chatha', NULL, 'Manchuria road', 'Javid butt', 'Javid butt', '+9203077283585', '+9203077283585', 'High School', 300, '2026-01', '2025-11', 1, 'BABAR BOOK DEPO', '32.2583984,73.8099089', NULL, '2025-11-04 17:48:20', 0, NULL, NULL, '2025-11-04 10:58:09'),
(2281, 32, 'Neveed e Sahar', 'Lalamusa', NULL, 'Main Gt Road', 'Mam Rashida', 'Mam Rashida', '+9203324964461', '+9203324964461', 'High School', 800, '2026-02', '2025-11', 3, 'Zain books shop', '32.5602001,74.0551099', NULL, NULL, 0, NULL, NULL, '2025-11-04 13:03:22'),
(2282, 31, 'Prospective secondary school', 'Chakwal', NULL, 'Bhoun tehsil kalar kahar', 'Nafeesa', 'Nafeesa', '+9203353504444', '+9203353504444', 'High School', 100, '2026-04', '2025-12', 1, 'Arshad book depo', '32.8623564,72.7647919', NULL, '2025-11-06 11:26:57', 0, NULL, NULL, '2025-11-05 04:40:18'),
(2283, 5, 'The Learners School System', 'RYK', NULL, '', '', '', '+9203367730011', '+9203367730011', '-- Select --', 0, '', '', 0, '', '28.4119628,70.3205661', NULL, '2025-11-07 15:48:42', 0, NULL, NULL, '2025-11-05 05:29:44'),
(2284, 5, 'Bait ul ilm School System', 'RYK', NULL, '', '', '', '+9203207446629', '+9203207446629', '-- Select --', 0, '', '', 0, '', '28.4119628,70.3205661', NULL, '2025-11-07 15:50:02', 0, NULL, NULL, '2025-11-05 05:31:10'),
(2285, 5, 'The Legend School System', 'RYK', NULL, '', '', '', '+9203090063664', '+9203090063664', '-- Select --', 0, '', '', 0, '', '28.4119759,70.3205556', NULL, '2025-11-07 15:43:58', 0, NULL, NULL, '2025-11-05 05:34:36'),
(2286, 25, 'Aleezain islamic school', 'Mangat', NULL, 'Phalia', 'Madam', 'Same', '+9203466707669', '+9203466707669', 'Middle', 40, '2026-03', '2026-01', 1, 'Fatima book mandi b din', '32.5132605,73.5027259', NULL, '2025-11-07 16:05:35', 0, NULL, NULL, '2025-11-05 06:27:06'),
(2287, 31, 'Life foundation school', 'Chakwal', NULL, 'Bhoun tehsil kalar kahar', 'Nadeem', 'Nadeem', '+9203349593998', '+9203325253533', 'High School', 200, '2026-04', '2025-12', 1, 'Arshad book depo', '32.8617895,72.7621744', NULL, '2025-11-06 11:27:06', 1, 'red', 'Use only oxford', '2025-11-05 06:45:30'),
(2288, 25, 'National grammar school', 'Mangat', NULL, 'Phalia', 'Ahmad yar', 'Same', '+9203466478841', '+9203466478841', 'Middle', 170, '2026-03', '2026-01', 1, 'Shaheen book mandi', '32.5112686,73.5038134', NULL, '2025-11-07 16:05:04', 0, NULL, NULL, '2025-11-05 06:45:48'),
(2289, 31, 'Royal cadet school', 'Chakwal', NULL, 'Bhoun tehsil kalar kahar', 'Abdullah abubakar', 'Abdullah abubakar', '+9203352003313', '+9203352003313', 'Middle', 300, '2026-03', '2025-12', 1, 'Arshad book depo', '32.860964,72.7617442', NULL, '2025-11-06 11:27:12', 0, NULL, NULL, '2025-11-05 07:01:12'),
(2290, 5, 'Montessori Grammar School System', 'RYK', NULL, '', '', '', '+9203070118180', '+9203070118180', '-- Select --', 0, '', '', 0, '', '28.4015357,70.3196659', NULL, '2025-11-07 15:45:34', 0, NULL, NULL, '2025-11-05 07:02:54'),
(2291, 4, 'Sardar school', 'Lahore', NULL, 'Daroghawala', 'Sir Muhammad Imran Anwar', 'Sir Muhammad Imran Anwar', '+9203454690669', '+9203454690669', 'High School', 400, '2026-02', '2026-01', 1, 'Direct purchase', '31.5825467,74.3996407', NULL, '2025-11-07 15:41:53', 0, NULL, NULL, '2025-11-05 07:50:22'),
(2292, 5, 'RGS School System RYK', 'RYK', NULL, '', '', '', '+9203071959559', '+9203071859559', '-- Select --', 0, '', '', 0, '', '28.4032209,70.3206604', NULL, '2025-11-07 15:47:12', 0, NULL, NULL, '2025-11-05 08:05:15'),
(2293, 31, 'Nexus', 'Chakwal', NULL, 'Bhoun tehsil kalar kahar', 'Aqeel', 'Aqeel', '+9203347315338', '+9203347315338', 'Middle', 700, '2026-03', '2025-12', 1, 'Arshad book depo', '32.8582094,72.7577902', NULL, '2025-11-06 11:27:19', 0, NULL, 'Need the samples.', '2025-11-05 08:23:43'),
(2294, 23, 'The Quest High School', 'Lahore', NULL, 'Shahdra', 'Maam Zile Huma', 'Maam Zile Huma', '+9203324456885', '+9203324456885', 'Middle', 1600, '2026-01', '2025-12', 3, 'Mirza Tahir Shahdra', '31.6307622,74.2821798', NULL, '2025-11-06 11:24:32', 0, NULL, NULL, '2025-11-05 08:27:06'),
(2295, 23, 'Standard School', 'Lahore', NULL, 'Opposite Rehman Garden phase 2', 'Attique ur Rehman', 'Attique ur Rehman', '+9203256484440', '+9203256484440', 'Middle', 350, '2026-03', '2025-12', 1, 'Mirza Tahir Shahdra', '31.6308316,74.2822848', NULL, '2025-11-06 11:24:24', 0, NULL, NULL, '2025-11-05 08:31:25'),
(2296, 4, 'English secondary school', 'Lahore', NULL, 'Daroghawala', 'Sir Raoon', 'Sir Raoon', '+9203134646620', '+9203134646620', 'High School', 600, '2026-03', '2025-12', 1, 'Direct purchase', '31.5837583,74.40396', NULL, '2025-11-07 15:41:59', 0, NULL, NULL, '2025-11-05 08:43:02'),
(2297, 23, 'Lahore City School', 'Lahore', NULL, 'Rehman Gardan', 'Salman Admin', 'Salman Admin', '+9203000332617', '+9203000332617', 'Middle', 2000, '2026-03', '2025-12', 2, 'Mirza Tahir Shahdra', '31.6308472,74.2822494', NULL, '2025-11-06 11:24:00', 0, NULL, NULL, '2025-11-05 08:43:41');
INSERT INTO `schools` (`id`, `employee_id`, `school_name`, `city`, `team_location`, `area`, `owner_name`, `principal_name`, `owner_contact`, `principal_contact`, `education_level`, `no_of_students`, `month_of_session`, `month_of_selection`, `no_of_branches`, `dealer_name`, `current_location`, `next_visit_date`, `last_activity_at`, `is_verified`, `verification_status`, `manager_comment`, `created_at`) VALUES
(2298, 23, 'Concept School', 'Lahore', NULL, 'Opposite Rehman Garden phase 2', 'Babar Ejaz', 'Babar Ejaz', '+9203014422669', '+9203014422669', 'Middle', 350, '2026-02', '2025-12', 1, 'Mirza Tahir Shahdra', '31.6308502,74.2822413', NULL, '2025-11-06 11:23:52', 0, NULL, NULL, '2025-11-05 08:47:01'),
(2299, 5, 'House of wisdom School System RYK', 'RYK', NULL, '', '', '', '+9203368566466', '+9203368566466', '-- Select --', 0, '', '', 0, '', '28.4137127,70.3306751', NULL, '2025-11-07 15:47:27', 0, NULL, NULL, '2025-11-05 08:48:40'),
(2300, 32, 'The Arqam School', 'Gujrat', NULL, 'Main Sargodha road', 'Arqam School', 'Dawood campus', '+9203026244985', '+9203006255900', 'High School', 280, '2026-02', '2025-12', 3, 'Zain books shop', '32.5602018,74.0551172', NULL, '2025-11-06 11:25:26', 0, NULL, NULL, '2025-11-05 11:40:24'),
(2301, 32, 'The Learners School', 'Gujrat', NULL, 'Main Sargodha road', 'Sir Mazhar', 'Mam Anum', '+9203068626316', '+9203068626316', 'High School', 600, '2026-02', '2025-12', 1, 'Zain books shop', '32.5602018,74.0551173', NULL, '2025-11-06 11:25:32', 0, NULL, NULL, '2025-11-05 11:42:41'),
(2302, 32, 'Forces School System', 'Gujrat', NULL, 'Shaheen Chowk', 'Adnan Hafiz', 'Adnan Hafiz', '+9203316582849', '+9203316582849', 'High School', 100, '2026-02', '2025-12', 1, 'Zain books shop', '32.5602017,74.0551182', NULL, '2025-11-06 11:25:39', 0, NULL, NULL, '2025-11-05 11:44:39'),
(2303, 32, 'Gujrat School of Sciences', 'Gujrat', NULL, 'Ferozabad', 'Sir Rashid', 'Sir Rashid', '+9203707573798', '+9203707573798', 'High School', 400, '2026-02', '2025-11', 1, 'Zain books shop', '32.5601964,74.0551198', NULL, '2025-11-06 11:25:45', 0, NULL, NULL, '2025-11-05 11:47:11'),
(2304, 32, 'Shaheen public school', 'Gujrat', NULL, 'Shaheen Chowk', 'Mam Arzoo', 'Mam Arzoo', '+923466574441', '+923466574441', 'High School', 100, '2026-02', '2025-11', 1, 'Zain books shop', '32.5601974,74.0551204', NULL, '2025-11-06 11:25:52', 0, NULL, NULL, '2025-11-05 11:53:14'),
(2305, 26, 'Sialkot Model School', 'Sialk', NULL, 'Neka pura', 'Mr Adnan afzal', 'Mr Rafaqat bajwa', '+9203111191515', '+9203111191515', 'High School', 1200, '2026-03', '2026-01', 1, 'Hafeez Traders', '32.4935272,74.547981', NULL, '2025-11-07 15:51:15', 0, NULL, NULL, '2025-11-05 14:42:11'),
(2306, 26, 'Jahangir School system', 'Sialkot', NULL, 'Neka pura', 'Mr Anas Jahangir', 'Mr Anas Jahangir', '+9203367276096', '+9203367275096', 'High School', 250, '2026-03', '2026-01', 1, 'Ashraf book centre', '32.493527,74.5479812', NULL, '2025-11-07 15:52:22', 0, NULL, NULL, '2025-11-05 14:49:13'),
(2307, 26, 'The Generation School', 'Sialkot', NULL, 'Badiana', 'Mr Mian Adnan saddique', 'Mr Mian adana saqddiue', '+9203456101024', '+9203456101024', 'High School', 1500, '2026-03', '2026-01', 2, 'Different dealers', '32.4935265,74.5479812', NULL, '2025-11-07 15:51:49', 0, NULL, NULL, '2025-11-05 15:23:28'),
(2308, 26, 'Sialkot Public High School', 'Sialkot', NULL, 'Pasrur road near badiana', '', 'Madam Aliya pre section Head', '+9203009614405', '+9203009614405', 'High School', 1500, '2026-03', '2026-01', 1, 'Different dealers', '32.493527,74.5479812', NULL, '2025-11-07 15:52:08', 0, NULL, NULL, '2025-11-05 15:35:18'),
(2309, 32, 'The Spirit School', 'Gujrat', NULL, 'Sardar Pura', 'Amir Shehzad', 'Amir Shehzad', '+9203322002999', '+9203322002999', 'High School', 150, '2026-02', '2025-11', 2, 'Zain books shop', '32.5642476,74.060735', NULL, '2025-11-07 16:09:04', 0, NULL, NULL, '2025-11-06 04:10:31'),
(2310, 10, 'learner school sargodha', 'madam samina', NULL, 'faisalabad road sargodha', 'madam samina', 'madam samina', '+9203007995934', '+9203007995934', 'High School', 170, '2026-03', '2025-12', 0, 'mixed', '32.0563169,72.7049054', NULL, '2025-11-07 16:00:04', 0, NULL, NULL, '2025-11-06 04:25:35'),
(2311, 32, 'Websters School', 'Gujrat', NULL, 'Sardar Pura', 'Zahid saleem', 'Zahid saleem', '+9203338475191', '+9203338475191', 'High School', 500, '2026-02', '2025-11', 1, 'Zain books shop', '32.5645001,74.0610085', NULL, '2025-11-07 16:09:47', 0, NULL, NULL, '2025-11-06 04:35:56'),
(2312, 10, 'quaid school sargodha', 'sargodha', NULL, 'faisalabad road sargodha', 'Imran sab', 'Imran sab', '+9203006013017', '+9203006013017', 'Middle', 100, '2026-03', '2025-12', 0, 'will be shared', '32.0573409,72.7065813', NULL, '2025-11-07 16:00:13', 0, NULL, NULL, '2025-11-06 04:37:47'),
(2313, 5, 'Islamic Grammar School RYK', '', NULL, '', '', '', '+9203088299029', '+9203088299029', '-- Select --', 0, '', '', 0, '', '28.4413702,70.2223759', NULL, '2025-11-07 15:48:15', 0, NULL, NULL, '2025-11-06 05:01:10'),
(2314, 32, 'Federal public school', 'Gujrat', NULL, 'Faizabad', 'Sir Sohail', 'Sir Sohail', '+9203156265571', '+9203156265571', 'High School', 600, '2026-03', '2025-11', 1, 'Zain books shop', '32.5670721,74.0648282', NULL, '2025-11-07 16:09:38', 0, NULL, NULL, '2025-11-06 05:07:19'),
(2315, 4, 'Soul school', 'Lahore', NULL, 'Shadbagh', 'Sir moazam', 'Sir miazam', '+9204237601911', '+9204237601911', 'High School', 600, '2026-03', '2026-01', 4, 'Direct purchase', '31.600298,74.3364761', NULL, '2025-11-15 10:39:22', 0, NULL, NULL, '2025-11-06 05:32:46'),
(2316, 31, 'Waleed hira Montessori school', 'Chakwal', NULL, 'College road chakwal', 'Mrs Saqib', 'Mrs Saqib', '+9203335915425', '+9203319044516', 'Middle', 80, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9297065,72.8370793', NULL, '2025-11-12 11:57:40', 0, 'grey', 'Needs the sample', '2025-11-06 05:38:50'),
(2317, 32, 'County Public High School', 'Gujrat', NULL, 'Qamar sialvi', 'County Public High School', 'Mam Shameem', '+923450175323', '+923450175323', 'High School', 500, '2026-03', '2025-11', 2, 'Zain books shop', '32.5779174,74.0635411', NULL, '2025-11-07 16:09:23', 0, NULL, NULL, '2025-11-06 05:59:19'),
(2318, 28, 'Orchid schooling system', 'Karachi', NULL, 'Orangi', 'Saqib', 'Farzana', '+9203152437751', '+9203142156371', 'High School', 600, '2026-04', '2025-12', 2, '', '24.9550951,66.9974502', NULL, '2025-11-07 15:54:21', 0, NULL, NULL, '2025-11-06 06:21:02'),
(2319, 31, 'Naveed public secondary school', 'Chakwal', NULL, 'Neela road oudherwal chakwal', 'Qazi Naveed ahmed', 'Qazi Naveed ahmed', '+9203335912007', '+9203335912007', 'High School', 400, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9318131,72.813672', '2026-01-01', '2025-11-12 12:02:41', 0, 'grey', 'Need the Ssmples', '2025-11-06 06:34:50'),
(2320, 32, 'Mounty Public School', 'Gujrat', NULL, 'Qamar sialvi', 'Asif Dar', 'Asif Dar', '+9203367162312', '+9203367162312', 'High School', 450, '2026-02', '2025-12', 1, 'Zain books shop', '32.5771736,74.0677402', NULL, '2025-11-07 16:09:54', 0, NULL, NULL, '2025-11-06 06:44:33'),
(2321, 5, 'Oxbridge Secondary School System RYK', 'RYK', NULL, '', '', 'Uzma zia', '+9203326981470', '+9203326981470', '-- Select --', 0, '', '', 0, '', '28.4256234,70.2795682', NULL, '2025-11-07 15:49:31', 0, NULL, NULL, '2025-11-06 07:03:50'),
(2322, 7, 'Elite School system', 'SARGODHA', NULL, 'Link road', 'M.Shabeer', 'M.Shafeeq', '+923006047610', '+923006047610', 'High School', 1200, '2026-02', '2025-11', 4, 'United book', '32.0943753,72.6725478', NULL, '2025-11-07 16:12:04', 0, NULL, NULL, '2025-11-06 07:34:59'),
(2323, 4, 'Muslim Scholor School', 'Lahore', NULL, 'Shahdara', 'Miss asia', 'Miss Asia', '+9203054539466', '+9203054539466', 'High School', 800, '2026-01', '2025-12', 1, 'Direct purchase', '31.6153296,74.2898297', NULL, '2025-11-07 15:42:11', 0, NULL, NULL, '2025-11-06 07:51:07'),
(2324, 25, 'Leads school system', 'Lasoori', NULL, 'Phalia', 'Hassan raza', 'Same', '+9203334973059', '+9203334973059', 'High School', 600, '2026-03', '2026-01', 1, 'Dar ul kutab pahrianwali', '32.5225828,73.7501701', NULL, '2025-11-07 16:04:33', 0, NULL, NULL, '2025-11-06 07:59:14'),
(2325, 32, 'Bahawal public school', 'Gujrat', NULL, 'Main Sargodha road', 'Usman Asghar', 'Usman Asghar', '+9203216446165', '+9203216446165', 'High School', 1800, '2026-03', '2025-11', 1, 'Zain books shop', '32.5602165,74.0550887', NULL, '2025-11-15 11:01:35', 0, NULL, NULL, '2025-11-06 09:24:55'),
(2326, 9, 'Minhajul Hussain School', 'Shakargarh', NULL, 'Hadnal', 'Zameer Ali ajiz', 'Zameer Ali ajiz', '+9203048632112', '+9203048632112', 'High School', 1500, '2026-03', '2026-01', 0, '', '32.2626863,75.1547849', NULL, '2025-11-07 15:35:22', 0, NULL, NULL, '2025-11-06 18:11:39'),
(2327, 9, 'Khalid public school', 'Shakargarh', NULL, 'Shahpur', 'Dr. Khalid', 'Dr. Khalid', '+9203024896810', '+9203024896810', 'High School', 550, '2026-03', '2026-01', 0, '', '32.2626886,75.1547819', NULL, '2025-11-07 15:35:29', 0, NULL, NULL, '2025-11-06 18:14:37'),
(2328, 31, 'Al Raza schooling system', 'Chakwal', NULL, 'Wariamal tehsil distt chakwal', 'Arif shah sb', 'Arif shah sb', '+9203455741212', '+9203455741212', 'Middle', 40, '2026-04', '2026-01', 1, 'Arshad book depo', '32.8385024,72.868002', NULL, '2025-11-07 16:07:09', 0, NULL, '', '2025-11-07 04:02:36'),
(2329, 31, 'Arslan public school', 'Chakwal', NULL, 'Dab tehsil distt chakwal', 'Nazmeen', 'Nazmeen', '+9203169208993', '+9203169208993', 'Middle', 40, '2026-04', '2026-01', 1, 'Arshad book depo', '32.9055624,72.8816524', NULL, '2025-11-07 16:07:01', 0, 'grey', 'Not pick the call', '2025-11-07 05:43:41'),
(2330, 31, 'Akif international school', 'Chakwal', NULL, 'Dab tehsil distt chakwal', 'Iftikhaar sb', 'Iftikhaar sb', '+9203335912123', '+9203335912123', 'Middle', 110, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9062528,72.8737955', NULL, NULL, 0, 'grey', 'Not pick the call', '2025-11-07 05:57:16'),
(2331, 32, 'The Raza School', 'Gujrat', NULL, 'Near Alina center', 'Dr.Shahid Mehmood', 'Dr.Shahid Mehmood', '+9203091704148', '+9203091704148', 'High School', 400, '2026-01', '2025-11', 1, 'Zain books shop', '32.591065,74.0812318', NULL, '2025-11-17 12:34:52', 0, NULL, NULL, '2025-11-07 06:11:19'),
(2332, 32, 'Miss Farida Shiekh high school', 'Gujrat', NULL, 'Bara Dari Road', 'Miss Farida', 'Miss Farida', '+9203006261961', '+9203006261961', 'High School', 450, '2026-03', '2025-12', 1, 'Zain books shop', '32.5869043,74.0834592', NULL, '2025-11-07 16:10:04', 0, NULL, NULL, '2025-11-07 06:42:29'),
(2333, 32, 'The Spirit School', 'Gujrat', NULL, 'Near prince Chowk', 'Abid shiekh', 'Abid shiekh', '+9203000725800', '+9203000725800', 'High School', 200, '2026-02', '2025-11', 3, 'Zain books shop', '32.5602674,74.0550727', NULL, '2025-11-07 16:11:03', 0, NULL, NULL, '2025-11-07 07:57:03'),
(2334, 32, 'Avicenna School System', 'Gujrat', NULL, 'Faizabad', 'Mirza Saleem Baig', 'Mirza Saleem Baig', '+9203006203587', '+9203006203587', 'High School', 150, '2026-03', '2025-11', 1, 'Zain books shop', '32.5601998,74.0551197', NULL, '2025-11-15 11:01:44', 0, NULL, NULL, '2025-11-07 08:14:34'),
(2335, 32, 'Rills Anvil campus', 'Gujrat', NULL, 'Margazar colony', 'Rills School', 'Rills School', '+9203455012345', '+9203455012345', 'High School', 200, '2026-02', '2025-12', 1, 'Zain books shop', '32.5602009,74.0551209', NULL, '2025-11-07 16:10:30', 0, NULL, NULL, '2025-11-07 08:18:26'),
(2336, 24, 'Higher educational school', 'Lahore', NULL, '922 h block sabzazar', 'Mr Umer', 'Mr umer', '+9203214761512', '+9203214761512', 'Middle', 150, '2026-03', '2025-12', 1, 'Open', '31.5061689,74.2691535', NULL, '2025-11-07 15:29:00', 0, NULL, NULL, '2025-11-07 10:10:01'),
(2337, 24, 'Radiant it school system', 'Lahore', NULL, 'Block A street no 3 sabzazar', 'Muhammad ibrar', 'Muhammad ibrar', '+9203224609796', '+9203224609796', 'High School', 200, '2026-01', '2025-11', 2, 'Open', '31.506178,74.2691383', NULL, '2025-11-15 10:31:49', 0, NULL, NULL, '2025-11-07 10:13:18'),
(2338, 24, 'Hajveri welfare school', 'Lahore', NULL, 'Block A sbzazar', 'Nazar islam', 'Nazar islam', '+9203216799616', '+9203216799616', 'High School', 180, '2026-03', '2025-11', 1, 'Open', '31.5061766,74.2691392', NULL, '2025-11-15 10:31:41', 0, NULL, NULL, '2025-11-07 10:16:38'),
(2339, 24, 'Seicas school', 'Lahore', NULL, 'Block h sabzazar', 'Mr Hassan', 'Mr Hassan', '+9203244909006', '+9203244909006', 'High School', 300, '2026-02', '2025-11', 3, 'Open', '31.5061754,74.2691364', NULL, '2025-11-07 15:28:36', 0, NULL, NULL, '2025-11-07 10:21:49'),
(2340, 24, 'Al hamd Grammer school', 'Lahore', NULL, 'Haider road park madina chowk lahore', 'Faisal', 'Faisal', '+9203124340081', '+9203124340081', 'Middle', 150, '2026-02', '2025-12', 1, 'Open', '31.5061835,74.2691647', NULL, '2025-11-07 15:28:22', 0, NULL, NULL, '2025-11-07 10:25:05'),
(2341, 24, 'Al dawa model school', 'Lahore', NULL, 'Awan town khaarak', 'Mr Hassan', 'Mr hassan', '+9203124340082', '+9203124340082', 'High School', 150, '2026-03', '2025-11', 1, 'Open', '31.506192,74.269153', NULL, '2025-11-11 12:01:36', 0, NULL, NULL, '2025-11-07 10:32:52'),
(2342, 24, 'Little stamp school system', 'Lahore', NULL, 'B#h 144 marghazaar', 'Idrees sb', 'Idrees sb', '+9203214428027', '+9203214428027', 'High School', 250, '2026-02', '2025-11', 1, 'Open', '31.506179,74.2691476', NULL, '2025-11-11 12:01:58', 0, NULL, NULL, '2025-11-07 10:44:16'),
(2343, 9, 'Unique school muhallah bralvi', 'Shakargarh', NULL, 'Muhallah beralvi', 'Dr.Asif', 'Dr. Asif', '+9203016362768', '+9203016362768', 'High School', 350, '2026-03', '2026-01', 0, '', '32.2622428,75.1681094', NULL, '2025-11-11 12:08:17', 0, NULL, NULL, '2025-11-08 04:55:44'),
(2344, 9, 'Islamia School skg', 'Shakargarh', NULL, 'Hostel street', 'Rasheed Anwar Saddiqui', 'Rasheed Anwar', '+9203456745377', '+9203456745377', 'High School', 550, '2026-03', '2026-01', 0, '', '32.2617368,75.1608871', NULL, '2025-11-11 12:08:24', 0, NULL, NULL, '2025-11-08 05:15:00'),
(2345, 4, 'Modern Standard', 'Lahore', NULL, 'Shadbagh', 'Mam', 'Mam', '+9203378641088', '+9203378641088', 'High School', 600, '2026-02', '2025-12', 1, 'Direct purchase', '31.5876784,74.3378457', NULL, '2025-11-11 12:10:59', 0, NULL, NULL, '2025-11-08 05:24:31'),
(2346, 4, 'Mitcon grammar school', 'Lahore', NULL, 'Shadbagh', 'Mam lubna butt', 'Mam lubna butt', '+9203224878939', '+9203224878939', 'High School', 1500, '2026-03', '2025-12', 5, 'Direct purchase', '31.5869883,74.3378633', NULL, '2025-11-11 12:12:05', 0, NULL, NULL, '2025-11-08 05:33:22'),
(2347, 28, 'Ali Schools of Academic Excellence', 'Karachi', NULL, 'Orangi', 'Muhammad Saeem', 'Hina Saeed', '+9203330394664', '+9203330394664', 'High School', 600, '2026-04', '2025-12', 1, '', '24.9507692,66.9841001', NULL, '2025-11-11 12:53:15', 0, NULL, NULL, '2025-11-08 06:32:09'),
(2348, 4, 'Akbari Public School', 'Lahore', NULL, 'Shadbagh', 'Sir Abid', 'Sir Abid', '+9204237608293', '+9204237608293', 'High School', 2200, '2026-03', '2026-02', 1, 'Direct purchase', '31.5961972,74.3410739', NULL, '2025-11-11 12:11:28', 0, NULL, NULL, '2025-11-08 08:10:34'),
(2349, 31, 'Islamic education school system', 'Kalar kahar', NULL, 'Kalar kahar', 'Shaista noureen', 'Shaista noureen', '+9203125467783', '+9203125467783', 'Middle', 55, '2026-04', '2026-01', 1, 'Arshad book depo', '32.7815579,72.701195', NULL, '2025-11-11 13:02:07', 0, 'grey', '', '2025-11-10 05:20:21'),
(2350, 31, 'Bright vision school', 'Kalar kahar', NULL, 'Kalar kahar', 'Shahzad', 'Shahzad', '+9203016949823', '+9203016949823', 'High School', 250, '2026-03', '2026-01', 1, 'Arshad book depo', '32.7861238,72.7004332', NULL, '2025-11-12 11:10:06', 0, 'grey', 'Samples required in summer vication', '2025-11-10 06:04:05'),
(2351, 25, 'Ali model public school', 'Mandi b din', NULL, 'Mandi b din', 'Rana abdul sattar', 'Same', '+9203338002686', '+9203338002686', 'Middle', 100, '2026-02', '2026-01', 1, 'Multan book depo', '32.5906352,73.4864166', NULL, '2025-11-11 13:01:06', 0, NULL, NULL, '2025-11-10 06:22:03'),
(2352, 31, 'Shaheen global school', 'Kalar kahar', NULL, 'Kalar kahar', 'Nusrat', 'Nusrat', '+9203335915087', '+9203335915087', 'High School', 400, '2026-04', '2026-01', 1, 'Arshad book depo', '32.7831087,72.703131', NULL, '2025-11-12 11:58:34', 0, 'grey', 'Again call me tomorrow', '2025-11-10 06:30:54'),
(2353, 28, 'Learning inn School System', 'Karachi', NULL, 'Orangi', 'Umair Raza Khan', 'Umair Raza Khan', '+9203003527706', '+9203003527706', 'High School', 208, '2026-04', '2025-12', 1, '', '24.9667982,66.9791614', NULL, '2025-11-11 12:52:39', 0, NULL, NULL, '2025-11-10 06:44:28'),
(2354, 28, 'Lucid Grammar school', 'Karachi', NULL, 'Orangi', 'Mrs. Khalid', 'Mrs. Khalid', '+9203458071582', '+9203458071582', 'High School', 300, '2026-03', '2025-12', 1, '', '24.9667878,66.9791745', NULL, '2025-11-11 12:52:30', 0, NULL, NULL, '2025-11-10 06:46:15'),
(2355, 28, 'Zahida Schooling system', 'Karachi', NULL, 'Orangi', 'Sir Naveed', 'Sir Naveed', '+9203351116666', '+9203351116666', 'High School', 250, '2026-04', '2025-12', 1, '', '24.9666207,66.9791302', NULL, '2025-11-11 12:52:21', 0, NULL, NULL, '2025-11-10 06:49:06'),
(2356, 4, 'Concept school', 'Lahore', NULL, 'Ravi road', 'Mam', 'Mam', '+9203317722099', '+9203317722099', 'High School', 500, '2026-01', '2025-12', 1, 'Direct purchase', '31.5974938,74.3080726', NULL, '2025-11-11 12:09:43', 0, NULL, NULL, '2025-11-10 08:28:41'),
(2357, 21, 'The Comprehensive School', 'Pakpattan', NULL, 'pakpattan city', 'Nak Muhammad', 'Nak Muhammad', '+9203006949054', '+9203006949054', 'High School', 900, '2025-12', '2025-11', 2, 'Babar Book Center Gaggo', '30.3589749,73.3803403', NULL, '2025-11-15 10:33:42', 0, NULL, NULL, '2025-11-10 08:54:47'),
(2358, 24, 'Alpha scientific school', 'Lahore', NULL, 'Crescent town marghazar', '', '', '+92030058757673', '+92030058757673', 'Middle', 100, '2026-02', '2025-11', 1, 'Open', '31.5061934,74.2691245', NULL, '2025-11-11 12:00:45', 0, NULL, NULL, '2025-11-10 09:35:58'),
(2359, 24, 'Oxford English High school', 'Lahore', NULL, 'Bilal town peco road', 'Amjad rafique', 'Amjad rafique', '+9203321486390', '+9203321486390', 'High School', 150, '2026-02', '2025-11', 1, 'Open', '31.5061877,74.2691487', NULL, '2025-11-11 12:00:37', 0, NULL, NULL, '2025-11-10 09:39:19'),
(2360, 24, 'The knowledge kingdom', 'Lahore', NULL, '271 p block sabzazar', 'Malik shahbaz sarwar', 'Malik shahbaz sarwar', '+9203214460711', '+92032144607117', 'High School', 70, '2026-02', '2025-11', 1, 'Open', '31.5061797,74.2691668', NULL, '2025-11-11 12:00:30', 0, NULL, NULL, '2025-11-10 09:43:29'),
(2361, 5, 'Avalon High School', 'Lahore', NULL, '', '', 'Burhan asad', '+9203004471305', '+9203004471305', '-- Select --', 0, '', '', 0, '', '31.5566659,74.3037462', NULL, '2025-11-11 12:14:31', 0, NULL, NULL, '2025-11-10 09:46:30'),
(2362, 21, 'Kids Paradise School', 'Pakpattan', NULL, 'pakpattan city', 'Zafar Iqbal watto', 'Zafar Iqbal watto', '+9203088542946', '+9203088542946', 'Middle', 300, '2026-02', '2025-12', 1, 'Self', '30.3490592,73.388', NULL, '2025-11-11 12:03:31', 0, NULL, NULL, '2025-11-10 14:26:32'),
(2363, 21, 'Al Quds School', 'Pakpattan', NULL, 'pakpattan city', 'Mukhtar Ali Sab', 'Mukhtar Ali Sab', '+9203004670513', '+9203004670513', 'Primary', 200, '2026-02', '2025-12', 1, 'Self', '30.351211,73.392132', NULL, '2025-11-11 12:03:44', 0, NULL, NULL, '2025-11-10 14:32:12'),
(2364, 21, 'Ghousia Public School', 'Pakpattan', NULL, 'pakpattan city', 'Mudassar Sab', 'Mudassar Sab', '+9203005533034', '+9203005533034', 'Primary', 200, '2026-02', '2025-12', 1, 'Self', '30.3589514,73.3803482', NULL, '2025-11-11 12:04:11', 0, NULL, NULL, '2025-11-10 15:12:19'),
(2365, 5, 'Lahore Oxford Grammar School', 'Kasur', NULL, '', '', '', '+9203034002233', '+9203034002233', '-- Select --', 0, '', '', 0, '', '31.3239705,74.3883519', NULL, '2025-11-11 12:13:41', 0, NULL, NULL, '2025-11-11 04:54:37'),
(2366, 28, 'The Elite Grammar school', 'Karachi', NULL, 'Orangi', 'Aneesuddin', 'Urooj', '+9203212351615', '+9203212351615', 'High School', 200, '2026-04', '2025-12', 2, '', '24.9426191,67.0088578', NULL, '2025-11-18 13:22:33', 0, NULL, NULL, '2025-11-11 07:18:25'),
(2367, 10, 'child care school Joharabad', 'Joharabad', NULL, 'Joharabad', 'madam samina', 'madam samina', '+9203211758599', '+9203211758599', 'Middle', 300, '2026-03', '2025-12', 0, 'student mart Joharabad', '32.288785,72.2825261', NULL, '2025-11-11 12:55:04', 0, NULL, NULL, '2025-11-11 07:43:59'),
(2368, 7, 'Passant school', 'GUJRANWALA', NULL, 'Hafizabad Road', 'Nadeem sb', 'Nadeem sb', '+9203006460588', '+9203006460588', 'High School', 600, '2026-02', '2025-11', 1, 'BOOKCITY', '32.158876,74.1743472', '2025-11-29', '2025-11-11 13:04:26', 0, NULL, NULL, '2025-11-11 07:46:37'),
(2369, 7, 'Millat School', 'GUJRANWALA', NULL, 'Hafizabad road', 'Usman sb', 'Usman sb', '+9203017428182', '+9203017428182', 'High School', 1000, '2026-02', '2025-11', 4, 'BOOKCITY', '32.158894,74.1743317', '2025-11-29', '2025-11-11 13:04:20', 0, NULL, NULL, '2025-11-11 07:49:14'),
(2370, 7, 'Little Scholars school', 'GUJRANWALA', NULL, 'Hafizabad road', 'Khubaib Ayub', 'Khubaib Ayub', '+920335742623', '+9203357426231', 'High School', 1000, '2026-01', '2025-11', 2, 'BOOKCITY', '32.1559597,74.1715777', '2025-11-29', '2025-11-11 13:04:14', 0, NULL, NULL, '2025-11-11 08:01:57'),
(2371, 31, 'Ameer international school', 'Chakwal', NULL, 'Bhoun road chakwal', 'Ch Ameer taimour', 'Ch Ameer taimour', '+9203005588313', '+9203005588313', 'Middle', 300, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9272299,72.8501227', NULL, '2025-11-12 10:59:05', 0, 'grey', 'You come after few days', '2025-11-11 08:07:47'),
(2372, 30, 'Quaid Public School', 'Wazirabad', NULL, '', '', 'Zahid Mehmood', '+923466184655', '+923466184655', '-- Select --', 0, '', '', 0, 'TAYAB BOOK POINT', '31.548032,74.3176762', NULL, NULL, 1, 'orange', 'again call tomorrow', '2025-11-11 11:14:05'),
(2373, 30, 'Chenab Lyceum', 'Wazirabad', NULL, '', '', 'Faizan Mustafa', '+923361477700', '+923361477700', '-- Select --', 0, '', '', 0, 'TAYAB BOOK POINT', '31.548032,74.3176762', NULL, NULL, 1, NULL, NULL, '2025-11-11 11:15:09'),
(2374, 30, 'Imperial Public School', 'Wazirabad', NULL, '', '', 'Sir Umair', '+923319608115', '+923319608115', '-- Select --', 0, '', '', 0, 'TAYAB BOOK POINT', '31.548032,74.3176762', NULL, NULL, 1, NULL, NULL, '2025-11-11 11:16:31'),
(2375, 30, 'Unique Model High School', 'Wazirabad', NULL, '', '', 'Asghar Malik', '+923216600909', '+923216600909', '-- Select --', 0, '', '', 0, 'TAYAB BOOK POINT', '31.548032,74.3176762', NULL, NULL, 1, NULL, 'He said we must come', '2025-11-11 11:20:11'),
(2376, 30, 'Unison Public School', 'Wazirabad', NULL, '', '', 'Naveed Imran', '+923206094587', '+923206094587', '-- Select --', 0, '', '', 0, 'TAYAB BOOK POINT', '31.548032,74.3176762', NULL, NULL, 1, 'orange', 'He said we must come.', '2025-11-11 11:21:03'),
(2377, 10, 'Personally grooming school sargodha', 'sargodha', NULL, 'main bazaar sargodha', 'atiq sab', 'atiq sab', '+9203046604743', '+9203046604743', 'High School', 1000, '2026-03', '2025-12', 3, 'mixed', '32.1001,72.68011', NULL, '2025-11-12 15:20:03', 0, NULL, NULL, '2025-11-12 05:35:11'),
(2378, 7, 'Faizan e Ilam school', 'GUJRANWALA', NULL, 'People\'s colony', 'Abbas sb', 'Abbas sb', '+920553257494', '+920553257494', 'High School', 600, '2026-01', '2025-11', 2, 'BOOKCITY', '32.1632953,74.2093411', NULL, '2025-11-12 12:06:35', 0, NULL, NULL, '2025-11-12 06:10:40'),
(2379, 31, 'Al Noor public school', 'Chakwal', NULL, 'Thirpal', 'Misbah', 'Misbah', '+9203425354678', '+9203425354678', 'Middle', 105, '2026-02', '2025-12', 1, 'Arshad book depo', '32.8457083,72.915665', '2025-12-02', '2025-11-12 11:49:58', 0, NULL, NULL, '2025-11-12 06:22:34'),
(2380, 7, 'Talent kids campus', 'GUJRANWALA', NULL, 'PEOPLES COLONY', 'Shakeel sb', 'Shakeel sb', '+923217428670', '+923217428670', 'High School', 1200, '2026-01', '2025-11', 2, 'BOOKCITY', '32.1421707,74.2032495', '2025-11-22', '2025-11-12 12:06:28', 0, NULL, NULL, '2025-11-12 06:26:17'),
(2381, 9, 'Al shabeer public School', 'Shakargarh', NULL, 'rasheed pura', 'Shabeer Ahmed', 'shabeer ahmed', '+9203064002912', '+9203064002912', 'High School', 150, '2026-01', '2025-12', 0, '', '32.2651393,75.1554501', NULL, '2025-11-12 15:17:45', 0, NULL, NULL, '2025-11-12 06:40:16'),
(2382, 31, 'Qaumi foundation school', 'Chakwal', NULL, 'Sohawa tehsil distt chakwal', 'Sajjad sb', 'Sajjad sb', '+9203103340512', '+9203103340512', 'Middle', 350, '2026-03', '2025-12', 1, 'Arshad book depo', '32.8446234,72.9986795', NULL, '2025-11-12 15:12:06', 0, NULL, NULL, '2025-11-12 07:28:35'),
(2383, 30, 'The Knowledge School', 'Wazirabad', NULL, '', 'Muhammad Usman', 'Muhammad Usman', '+923007004836', '+923007004836', '-- Select --', 0, '', '', 0, 'TAYAB BOOK POINT', '31.5480484,74.3103432', NULL, NULL, 1, 'grey', 'not pick the call.', '2025-11-12 07:36:08'),
(2384, 4, 'Strivers school system', 'Lahore', NULL, 'Dharampura', 'Sir Sajid Bhatti', 'Sir Sajid Bhatti', '+9203244999143', '+9203244999143', 'High School', 600, '2026-03', '2025-12', 1, 'Direct purchase', '31.5506426,74.3643262', NULL, '2025-11-12 15:18:40', 0, NULL, NULL, '2025-11-12 07:54:08'),
(2385, 31, 'The mont uni school', 'Chakwal', NULL, 'Kot raja tehsil distt chakwal', 'Asad', 'Asad', '+9203450753494', '+9203450753494', 'Middle', 140, '2026-02', '2025-12', 1, 'Arshad book depo', '32.8336983,72.9976633', NULL, '2025-11-12 15:11:58', 0, NULL, NULL, '2025-11-12 08:00:03'),
(2386, 32, 'Sadat Education School System', 'Gujrat', NULL, 'Bakhshupura', 'Mrs.Shah Shb', 'Mrs.Shah Shb', '+923102907597', '+923102907597', 'High School', 75, '2026-03', '2025-12', 2, 'Zain books shop', '32.5602234,74.0550844', NULL, '2025-11-12 15:12:44', 0, NULL, NULL, '2025-11-12 08:13:17'),
(2387, 32, 'Dream Educare School', 'Gujrat', NULL, 'Rehman Shaheen Road', 'Sir Imran', 'Sir Imran', '+923066234811', '+923066234811', 'High School', 15, '2026-03', '2025-12', 1, 'Zain books shop', '32.5602116,74.0550954', NULL, '2025-11-12 15:13:01', 0, NULL, NULL, '2025-11-12 08:16:55'),
(2388, 32, 'Suffah Model School', 'Gujrat', NULL, 'Ali Pura road', 'Suffah Model School', 'Suffah Model School', '+9203216232850', '+9203216232850', 'High School', 500, '2026-03', '2025-12', 1, 'Zain books shop', '32.5602072,74.0550997', NULL, '2025-11-12 15:12:53', 0, NULL, NULL, '2025-11-12 08:20:03'),
(2389, 31, 'Abbasi public school', 'Chakwal', NULL, 'Dewalian tehsil distt chakwal', 'Abdul wahid', 'Abdul wahid', '+9203075684120', '+9203075684120', 'Middle', 100, '2026-03', '2026-01', 1, 'Arshad book depo', '32.840609,73.008391', NULL, '2025-11-12 15:11:51', 0, NULL, NULL, '2025-11-12 08:24:17'),
(2390, 4, 'Abexsun grammar school', 'Lahore', NULL, 'Shalimar hospital road', 'Shalimar hospital road', 'Mam Sadia Nafees', '+9203235713868', '+9203235713868', 'High School', 600, '2026-03', '2026-01', 1, 'Direct purchase', '31.5756726,74.376947', NULL, '2025-11-12 15:18:34', 0, NULL, NULL, '2025-11-12 08:29:38'),
(2391, 32, 'The Imperial Model High School', 'Gujrat', NULL, 'Gawara Chowk', 'Miss Shakeela Butt', 'Miss Shakeela Butt', '+9203000839650', '+9203000839650', 'High School', 175, '2026-03', '2025-12', 2, 'Zain books shop', '32.5602063,74.0550952', NULL, '2025-11-15 11:01:09', 0, NULL, NULL, '2025-11-12 08:40:46'),
(2392, 4, 'Star school systems', 'Lahore', NULL, 'Mughalpura', 'Mam Asma', 'Mam Asma', '+9203244590162', '+9203244590162', 'High School', 1300, '2026-03', '2025-12', 3, 'Direct purchase', '31.5833609,74.3797608', NULL, NULL, 0, NULL, NULL, '2025-11-12 13:43:13'),
(2393, 25, 'Ghazali model school dheraikan kalan', 'Dheraikan kalan', NULL, 'Phalia', 'Sir moazam', 'Miss samreen', '+9203356160022', '+9203356160022', 'High School', 300, '2026-03', '2026-01', 1, 'Fatima book mandi b din', '32.4103991,73.6839995', NULL, '2025-11-15 10:57:16', 0, NULL, NULL, '2025-11-13 05:09:18'),
(2394, 8, 'Bright vision school system', 'Faisalabad', NULL, 'G.M abad', 'Sir Sameer', 'Sir Sameer', '+9203007930857', '+9203007930857', 'High School', 450, '2026-03', '2025-12', 1, 'Waqas', '31.4438697,73.0370226', NULL, '2025-11-15 10:55:00', 0, NULL, NULL, '2025-11-13 05:28:50'),
(2395, 5, 'DPS School Kasur', '', NULL, '', '', '', '+9203215903340', '+9203215903440', '-- Select --', 0, '', '', 0, '', '31.1237423,74.4683768', NULL, '2025-11-17 12:07:36', 0, NULL, NULL, '2025-11-13 05:44:35'),
(2396, 4, 'H bright future school system', 'Lahore', NULL, 'Shadbagh', 'Sir Rauf', 'Sir Rauf', '+9203154275764', '+9203154275764', 'High School', 200, '2026-03', '2025-12', 1, 'Direct purchase', '31.5879117,74.3392304', NULL, '2025-11-15 10:42:18', 0, NULL, NULL, '2025-11-13 05:52:59'),
(2397, 8, 'Minhaj grammar high school', 'Faisalabad', NULL, 'Narwala road', 'Sir Rehan', 'Sir Rehan', '+923218605446', '+923218605446', 'High School', 350, '2026-02', '2025-12', 1, 'Waqas', '31.4284058,73.0610037', NULL, '2025-11-15 10:55:08', 0, NULL, NULL, '2025-11-13 06:05:19'),
(2398, 25, 'The source school', 'Sahnpal', NULL, 'Phalia', 'Armaghan raza', 'Same', '+9203049775502', '+9203049775502', 'Primary', 100, '2026-01', '2025-12', 1, 'Dar ul kutab pahrianwali', '32.3859567,73.7270617', NULL, '2025-11-15 10:57:06', 0, NULL, NULL, '2025-11-13 06:12:44'),
(2399, 5, 'Cambron School System', 'Kasur', NULL, '', '', '', '+9203368849900', '+9203368849900', '-- Select --', 0, '', '', 0, '', '31.1092169,74.4715954', NULL, '2025-11-15 10:45:24', 0, NULL, NULL, '2025-11-13 06:12:48'),
(2400, 31, 'Minhas foundation model school', 'Kalar kahar', NULL, 'Bhoun', 'Tahir', 'Tahir', '+9203365986755', '+9203365986755', 'Middle', 100, '2026-04', '2026-01', 1, 'Arshad book depo', '32.8620594,72.755427', NULL, '2025-11-15 10:59:49', 0, NULL, NULL, '2025-11-13 06:19:09'),
(2401, 31, 'M A Jinnah school system', 'Kalar kahar', NULL, 'Bhoun', 'Sumaira zaheer', 'Sumaira zaheer', '+9203709328696', '+9203709328696', 'Middle', 90, '2026-03', '2026-01', 1, 'Arshad book depo', '32.8640683,72.762255', NULL, '2025-11-15 11:00:05', 0, NULL, NULL, '2025-11-13 07:06:55'),
(2402, 4, 'Lahore Cannt public school', 'Lahore', NULL, 'Canal bank scheme', 'Mrs Azam', 'Mrs Azam', '+9203214123066', '+9203214123066', 'High School', 800, '2026-03', '2025-12', 1, 'Direct purchase', '31.573041,74.415258', NULL, '2025-11-15 10:41:53', 0, NULL, NULL, '2025-11-13 07:28:11'),
(2403, 4, 'Ceat school system', 'Lahore', NULL, 'Canal bank scheme', 'Mam', 'Mam', '+9203008430184', '+9203008430184', 'High School', 100, '2026-03', '2025-12', 1, 'Direct purchase', '31.5716162,74.3925158', NULL, '2025-11-15 10:42:00', 0, NULL, NULL, '2025-11-13 07:44:34'),
(2404, 5, 'The Cedre School System', 'Kasur city', NULL, '', '', '', '+9203284095334', '+9203284095334', '-- Select --', 0, '', '', 0, '', '31.1394617,74.4621133', NULL, '2025-11-17 12:08:13', 0, NULL, NULL, '2025-11-14 04:03:33'),
(2405, 5, 'Iqbal Public School', 'Kasur', NULL, '', '', '', '+9203212772628', '+9203212772628', '-- Select --', 0, '', '', 0, '', '31.1317224,74.443421', NULL, '2025-11-15 10:45:57', 0, NULL, NULL, '2025-11-14 04:46:45'),
(2406, 5, 'Al Ansaar School System', 'Kasur', NULL, '', '', '', '+9203211414408', '+9203211414408', '-- Select --', 0, '', '', 0, '', '31.1339838,74.437447', NULL, '2025-11-15 10:46:53', 0, NULL, NULL, '2025-11-14 05:04:08'),
(2407, 32, 'Central public model school', 'Gujrat', NULL, 'Shahdola Road', 'Shehzad Shb', 'Shehzad Shb', '+920300623532', '+920300623532', 'High School', 300, '2026-03', '2025-11', 1, 'Zain books shop', '32.5703546,74.0909937', NULL, '2025-11-15 11:02:29', 0, NULL, NULL, '2025-11-14 05:04:47'),
(2408, 31, 'Iqbal millat secondary school', 'Chakwal', NULL, 'College road chakwal', 'Khalique ul zaman sb', 'Khalique ul zaman sb', '+9203348728210', '+9203348728210', 'High School', 450, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9314845,72.8359992', '2025-12-02', '2025-11-15 10:59:40', 0, NULL, NULL, '2025-11-14 05:47:03'),
(2409, 28, 'The Guiding Light Grammar School', 'Karachi', NULL, 'Orangi', 'Aamir', 'Aamir', '+9203183456432', '+9203183456432', 'High School', 200, '2026-04', '2026-01', 1, '', '24.9434851,66.9891418', NULL, '2025-11-15 10:49:18', 0, NULL, NULL, '2025-11-14 06:36:06'),
(2410, 28, 'Umair Children Academy', 'Karachi', NULL, 'Orangi', 'Sarfraz Alam', 'Sarfraz', '+9203217548457', '+9203217548457', 'High School', 200, '2026-04', '2025-11', 1, '', '24.943258,66.9889886', NULL, '2025-11-15 10:49:11', 0, NULL, NULL, '2025-11-14 06:37:52'),
(2411, 32, 'Diar e Arqam School', 'Gujrat', NULL, 'Shahdola Road', 'Asad ali', 'Asad ali', '+9203328359001', '+9203328359001', 'High School', 500, '2026-03', '2025-12', 5, 'Zain books shop', '32.5602673,74.0551473', NULL, '2025-11-15 11:02:48', 0, NULL, NULL, '2025-11-14 07:02:17'),
(2412, 31, 'Umar science school', 'Chakwal', NULL, 'Mohalla sargujra chakwal', 'Hafiz m yaseen', 'Hafiz m yaseen', '+9203358446898', '+920335844898', 'Middle', 350, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9234202,72.8371878', '2025-12-05', '2025-11-15 10:59:21', 0, NULL, NULL, '2025-11-14 07:33:50'),
(2413, 4, 'Brookfield school system', 'Lahore', NULL, 'Manawa', 'SIR Rana Tahir', 'Sir Rana Tahir', '+9203214016013', '+9203214016013', 'High School', 1200, '2026-03', '2025-12', 3, 'Direct purchase', '31.5950489,74.4801117', NULL, '2025-11-15 10:42:07', 0, NULL, NULL, '2025-11-14 07:49:47'),
(2414, 24, 'City care school', 'Lahore', NULL, 'Al mimtaz road samnabad', 'Sadia shah', 'Sadia shah', '+9203004791984', '+9203004791984', 'High School', 1000, '2026-02', '2025-11', 1, 'Open', '31.5062302,74.2690587', NULL, '2025-11-15 10:30:04', 0, NULL, NULL, '2025-11-14 09:04:34'),
(2415, 24, 'Lord Grammer school', 'Lahore', NULL, 'Al mimtaz road baitul raza colony', 'Yousaf sb', 'Yousaf sb', '+9203214923724', '+9203214923724', 'High School', 600, '2026-02', '2025-12', 1, 'Open', '31.5061918,74.2691234', NULL, '2025-11-15 10:30:14', 0, NULL, NULL, '2025-11-14 09:08:01'),
(2416, 36, 'Al muqudas school', 'Attottabad', NULL, 'City', 'Muqudas mam', 'Muqudas mam', '+923369213788', '+923369213788', 'High School', 390, '2025-11', '2025-11', 2, 'Lahore book centre', '34.1902832,73.2343153', NULL, '2025-11-17 12:25:22', 0, NULL, NULL, '2025-11-14 12:51:17'),
(2417, 36, 'Khabar public school', 'Attottabad', NULL, 'Mandia', 'Abdul malik', 'Abdul malik', '+923335995248', '+923335995248', 'High School', 600, '2025-11', '2025-11', 5, 'Lahore book centre', '34.1902918,73.2343124', NULL, '2025-11-17 12:25:16', 0, NULL, NULL, '2025-11-14 12:56:46'),
(2418, 31, 'Crescent public model school', 'Chakwal', NULL, 'Vpo khokher zer tehsil distt chakwal', 'Ghazala', 'Ghazala', '+9203365927367', '+9203365927367', 'Middle', 70, '2026-04', '2025-12', 1, 'Arshad book depo', '32.819485,72.853085', '2026-01-09', '2025-11-15 10:59:14', 0, NULL, NULL, '2025-11-15 05:21:03'),
(2419, 25, 'Momentus school system', 'Mandi b din', NULL, 'Mandi b din', 'Zulfiqar janjua', 'Mam zunaira', '+9203303858516', '+9203303858516', 'Middle', 150, '2026-03', '2026-01', 32, 'Direct head office', '32.5724726,73.4901749', NULL, NULL, 0, NULL, NULL, '2025-11-15 06:13:18'),
(2420, 9, 'Aslam superior school', 'Shakargarh', NULL, 'Sanyari', 'Miss Nazia', 'Nazia', '+9203056205499', '+9203056205499', 'High School', 350, '2026-02', '2025-12', 0, '', '32.3455475,75.086073', '2026-01-01', NULL, 0, NULL, NULL, '2025-11-15 08:01:36'),
(2421, 4, 'Young Scholor school', 'Lahore', NULL, 'Daroghawala', 'Sir Naveed Zulfiqar', 'Sir Naveed Zulfiqar', '+9203044580204', '+9203044580204', 'High School', 1000, '2026-03', '2026-01', 2, 'Bilal', '31.5900934,74.4314516', NULL, NULL, 0, NULL, NULL, '2025-11-15 08:14:09'),
(2422, 37, 'Rainbow School', 'Lahore', NULL, 'Township', 'ABC', 'Miss Sumaira', '+9203090775054', '+9203090775054', '-- Select --', 0, '2026-02', '2025-12', 0, 'Mr. Noman', '31.5566118,74.3038071', NULL, '2025-11-17 12:05:16', 0, NULL, NULL, '2025-11-15 08:44:25'),
(2423, 37, 'KCS', 'Lahore', NULL, 'Sabzazar', 'ABC', 'SBC', '+9200000', '+9200000', '-- Select --', 0, '', '', 0, '', '31.5566118,74.3038071', NULL, '2025-11-17 12:05:08', 0, NULL, NULL, '2025-11-15 08:45:41'),
(2424, 37, 'LBS', 'Lahore', NULL, 'Sabzazar', 'ABC', 'ABC', '+920000', '+920000', '-- Select --', 0, '', '', 0, 'Mr. Yusaf', '31.5566118,74.3038071', NULL, '2025-11-17 12:04:59', 0, NULL, NULL, '2025-11-15 08:47:50'),
(2425, 37, 'Pak Knowledge', 'Lahore', NULL, 'Johar Town', 'Madam', '', '+9203045294676', '+9203045294676', '-- Select --', 0, '', '', 0, 'Mr. Numan', '31.5566118,74.3038071', NULL, '2025-11-17 12:04:53', 0, NULL, NULL, '2025-11-15 08:51:42'),
(2426, 37, 'ETL Science School', 'Lahore', NULL, 'Green Town', '', '', '+9203344294218', '+9203344294218', '-- Select --', 0, '', '', 0, 'Mr. Numan', '31.5566118,74.3038071', NULL, '2025-11-17 12:04:46', 0, NULL, NULL, '2025-11-15 08:54:41'),
(2427, 37, 'Tayyaba Foundation', 'Lahore', NULL, 'Green Town', '', '', '+92123', '+92123', '-- Select --', 0, '', '', 0, 'Mr. Numan', '31.5566118,74.3038071', NULL, '2025-11-17 12:04:39', 0, NULL, NULL, '2025-11-15 08:56:36'),
(2428, 37, 'Lord Grammar School', 'Lahore', NULL, 'Sabzazar', 'Sir', 'Sir', '+920010', '+920010', '-- Select --', 0, '', '', 0, 'Mr . Yusaf', '31.5566118,74.3038071', NULL, '2025-11-17 12:04:32', 0, NULL, NULL, '2025-11-15 09:02:11'),
(2429, 4, 'Islamic model school', 'Lahore', NULL, 'Shareef pura', 'Mam Nusrat', 'Mam nusrat', '+92033224358979', '+9203324358979', 'High School', 300, '2026-02', '2025-12', 1, 'Direct purchase', '31.6063904,74.4161006', NULL, NULL, 0, NULL, NULL, '2025-11-15 09:08:47'),
(2430, 31, 'Bab ul fauz middle school', 'Chakwal', NULL, 'Vpo mureed tehsil distt chakwal', 'Mamtaz', 'Mamtaz', '+9203461055956', '+9203461055956', 'Middle', 150, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9076567,72.7580917', NULL, '2025-11-17 12:30:35', 0, NULL, NULL, '2025-11-17 04:58:10'),
(2431, 31, 'Ali public model school', 'Chakwal', NULL, 'Vpo mureed tehsil distt chakwal', 'Shaista', 'Shaista', '+9203368423268', '+9203368423268', 'Middle', 120, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9106521,72.7567649', NULL, '2025-11-17 12:30:14', 0, NULL, NULL, '2025-11-17 05:17:43'),
(2432, 9, 'the creative nest school', 'Shakargarh', NULL, 'Booa', 'Qasim Akram', 'Qasim akram', '+9203008891203', '+9203008891203', 'High School', 150, '2026-01', '2025-12', 0, '', '32.1969188,75.0666913', NULL, '2025-11-17 11:55:22', 0, NULL, NULL, '2025-11-17 05:24:51'),
(2433, 9, 'The Great vision model school', 'Shakargarh', NULL, 'Nadala sulehri', 'Ali Hamza sb', 'Ali hamza sb', '+9203164410642', '+9203164410642', 'High School', 100, '2026-02', '2025-12', 0, '', '32.2102054,75.0368044', NULL, '2025-11-17 11:54:43', 0, NULL, NULL, '2025-11-17 05:47:28'),
(2434, 8, 'AlFalah grammar school', 'Faisalabad', NULL, 'Madina town', 'Sir Shahid', 'Sir Shahid', '+923004818100', '+923004818100', 'High School', 350, '2026-02', '2025-12', 1, 'Waqas', '31.4178111,73.1238205', NULL, '2025-11-17 12:26:45', 0, NULL, NULL, '2025-11-17 05:56:18'),
(2435, 32, 'The Educator School', 'Gujrat', NULL, 'Baradari Road', 'Educator School', 'Sir Ahmad sheraz', '+9203018991174', '+9203018991174', 'High School', 600, '2026-03', '2025-12', 3, 'Zain books shop', '32.5875292,74.0836122', NULL, '2025-11-17 12:35:03', 0, NULL, NULL, '2025-11-17 05:58:46'),
(2436, 25, 'Alif laam meem school', 'Mandi b din', NULL, 'Mandi b din', 'Madam', 'Mam sidra', '+923377755002', '+923377755002', 'Middle', 300, '2026-03', '2026-01', 1, 'Fatima book mandi b din', '32.6086023,73.4948137', NULL, '2025-11-17 12:28:28', 0, NULL, NULL, '2025-11-17 06:14:29'),
(2437, 5, 'Premier Public School', 'Kasur', NULL, '', '', '', '+9203216573058', '+9203216573058', '-- Select --', 0, '', '', 0, '', '31.1299249,74.4428159', NULL, '2025-11-17 12:11:27', 0, NULL, NULL, '2025-11-17 06:25:20'),
(2438, 4, 'Mashallah School', 'Lahore', NULL, 'Begum kot Shahdara', 'Sir Nasrullah', 'Sir Nasrullah', '+9203334061816', '+9203334061816', 'High School', 600, '2026-02', '2025-12', 1, 'Direct purchase', '31.6132506,74.2667382', NULL, '2025-11-17 12:04:13', 0, NULL, NULL, '2025-11-17 06:31:57'),
(2439, 25, 'The cambridge school', 'Mandi b din', NULL, 'Mandi b din', 'Naveed hussain', 'Same', '+9203338028767', '+9203338028767', 'High School', 422, '2026-03', '2026-01', 1, 'Farooqi book center mandi b din', '32.6013304,73.4955148', NULL, '2025-11-17 12:28:54', 0, NULL, NULL, '2025-11-17 06:43:06'),
(2440, 9, 'Concept school', 'Shakargarh', NULL, 'Nadala sulehri', 'Farhan sb', 'Farhan sb', '+9203412048739', '+9203412048739', 'High School', 160, '2026-02', '2025-12', 0, '', '32.2044999,75.1279593', NULL, '2025-11-17 12:00:17', 0, NULL, NULL, '2025-11-17 06:58:29'),
(2441, 5, 'Pakistan Model High School', 'Kasur', NULL, '', '', '', '+9203334922747', '+9203334922747', '-- Select --', 0, '', '', 0, '', '31.1316494,74.4453538', NULL, '2025-11-17 12:11:36', 0, NULL, NULL, '2025-11-17 07:10:08'),
(2442, 5, 'The Best Science School Kasur', 'Kasur', NULL, '', '', 'Rasheed ali', '+9203226595482', '+9203226595482', '-- Select --', 0, '', '', 0, '', '31.1414122,74.4635298', NULL, '2025-11-17 12:25:02', 0, NULL, NULL, '2025-11-17 07:23:58'),
(2443, 31, 'Al Fateh school', 'Chakwal', NULL, 'Vpo mureed tehsil distt chakwal', 'Miss ammara', 'Miss ammara', '+9203315772506', '+9203315772506', 'High School', 250, '2026-03', '2025-12', 1, 'Arshad book depo', '32.919382,72.7587212', NULL, NULL, 0, NULL, NULL, '2025-11-17 07:49:09'),
(2444, 5, 'The City V S School System', 'Kasur', NULL, '', '', 'Rasheed', '+9203006581481', '+9203006581481', '-- Select --', 0, '', '', 0, '', '31.1337712,74.4570452', NULL, '2025-11-17 12:56:37', 0, NULL, NULL, '2025-11-17 07:55:01'),
(2445, 31, 'National school system', 'Chakwal', NULL, 'Vpo mureed tehsil distt chakwal', 'Sajida', 'Sajida', '+9203348707929', '+9203348707929', 'Middle', 100, '2026-03', '2025-12', 1, 'Arshad book depo', '32.9254475,72.762061', NULL, NULL, 0, NULL, NULL, '2025-11-17 08:01:57'),
(2446, 36, 'Tabeer wattan', 'Attottabad', NULL, 'City', 'Abbas Shah', 'Abbas shah', '+9203459575412', '+9203459575412', 'High School', 600, '2025-11', '2025-11', 1, 'Lahore book centre', '34.2192864,73.2494898', NULL, NULL, 0, NULL, NULL, '2025-11-17 12:09:38'),
(2447, 36, 'Pak Muslim', 'Attottabad', NULL, 'Nari road', 'Sahadat khan', 'Sahadat khan', '+9203219812321', '+9203219812321', 'High School', 800, '2025-11', '2025-11', 2, 'Lahore book centre', '34.2192865,73.2494889', NULL, NULL, 0, NULL, NULL, '2025-11-17 12:13:24'),
(2448, 36, 'TNG', 'Attottabad', NULL, 'Lak pati chowk', 'Junaid khan', 'Junaid khan', '+9203110009111', '+9203110009111', 'High School', 750, '2025-11', '2025-11', 2, 'Lahore book centre', '34.2192875,73.249488', NULL, NULL, 0, NULL, NULL, '2025-11-17 12:15:28'),
(2449, 36, 'Impressive school system', 'Attottabad', NULL, 'Bani nawasher', 'Mehboob sir', 'Mehboob sir', '+9203335038234', '+9203335038234', 'High School', 500, '2025-11', '2025-11', 1, 'Lahore book centre', '34.2192867,73.2494843', NULL, NULL, 0, NULL, NULL, '2025-11-17 12:18:15'),
(2450, 8, 'The kenberg school', 'Faisalabad', NULL, 'Amin town', '', '', '+9203158505559', '+9203158505559', '-- Select --', 0, '', '', 2, 'Waqas', '31.4424649,73.1273553', NULL, '2025-11-18 10:04:12', 0, NULL, NULL, '2025-11-18 05:03:35'),
(2451, 25, 'Atchisonian school system', 'Mandi b din', NULL, 'Mandi b din', 'M riaz shb', 'Mam anila tariq', '+9203424087002', '+9203424087002', 'High School', 350, '2026-03', '2026-01', 1, 'Jinnah book mandi b din', '32.5544975,73.4752515', NULL, '2025-11-18 11:20:17', 0, NULL, NULL, '2025-11-18 05:18:06'),
(2452, 10, 'dawn school khushab', 'Khushab', NULL, 'main bazaar khushab', 'haider sab', 'haider sab', '+9203319609795', '+9203319609795', 'High School', 170, '2026-03', '2026-01', 0, 'student mart khushab', '32.2868324,72.3433048', NULL, '2025-11-18 10:23:53', 0, NULL, NULL, '2025-11-18 05:22:55'),
(2453, 10, 'aifa school khushab', 'khushab', NULL, 'main bazaar  khushab', 'usama sab', 'usama sab', '+9203087131744', '+9203087131744', 'High School', 300, '2026-03', '2025-12', 0, 'mixed', '32.2912634,72.3460318', NULL, '2025-11-18 10:45:04', 0, NULL, NULL, '2025-11-18 05:43:58'),
(2454, 25, 'Reader grammar school', 'Mandi b din', NULL, 'Mandi b din', 'Hafiza aiman', 'Same', '+9203004086222', '+9203004086222', 'High School', 350, '2026-03', '2026-01', 1, 'Fatima book mandi b din', '32.5690838,73.473635', NULL, '2025-11-18 11:18:52', 0, NULL, NULL, '2025-11-18 06:10:46'),
(2455, 10, 'suffah school khushab', 'khushab', NULL, 'main bazaar khushab', 'sagher sab', 'sagher sab', '+9203336810519', '+9203336810519', 'High School', 600, '2026-03', '2026-01', 0, 'mixed', '32.2911525,72.352842', NULL, '2025-11-18 11:18:32', 0, NULL, NULL, '2025-11-18 06:17:30'),
(2456, 4, 'Heaven school system', 'Lahore', NULL, 'Chah miran', 'Miss Nazia', 'Miss Nazia', '+9203074778999', '+9203074778999', 'High School', 1000, '2026-02', '2025-12', 2, 'Direct purchase', '31.5867771,74.3387714', NULL, NULL, 0, NULL, NULL, '2025-11-18 06:21:38'),
(2457, 32, 'Ghazali school', 'Gujrat', NULL, 'Kalupura road', 'Shazaib Ahmad', 'Shazaib Ahmad', '+9203187357995', '+9203187357995', 'High School', 250, '2026-01', '2025-11', 3, 'Zain books shop', '32.5694719,74.0855676', NULL, NULL, 0, NULL, NULL, '2025-11-18 06:27:55'),
(2458, 11, 'Abdullah grammar school', 'Narowal', NULL, 'Village Aurgabad', 'Miss sana', 'Miss sana', '+9203457873069', '+9203457873069', 'Middle', 160, '2026-02', '2025-11', 0, '.', '32.03603603603604,74.77444014321458', NULL, '2025-11-18 11:35:00', 0, NULL, NULL, '2025-11-18 06:33:54'),
(2459, 10, 'boostan school khushab', 'khushab', NULL, 'main bazaar khushab', 'husnain sab', 'husnain sab', '+9203007553915', '+9203007553915', 'Primary', 170, '2026-03', '2025-12', 0, 'mixed', '32.292358,72.3513473', NULL, '2025-11-18 11:41:22', 0, NULL, NULL, '2025-11-18 06:39:46'),
(2460, 9, 'The peak knowledge school', 'Shakargarh', NULL, 'Reba mor', 'M Farooq sb', 'M farooq', '+9203057796340', '+9203057796340', 'High School', 250, '2026-03', '2025-12', 0, '', '32.2813867,75.1128283', NULL, '2025-11-18 11:54:26', 0, NULL, NULL, '2025-11-18 06:51:12'),
(2461, 31, 'Falcon grammar school', 'Chakwal', NULL, 'Vpo khanpur tehsil distt chakwal', 'Imran banaras', 'Imran banaras', '+9203353874935', '+9203353874935', 'High School', 1000, '2026-03', '2025-12', 2, 'Arshad book depo', '32.9101,73.0632048', '2025-12-09', NULL, 0, NULL, NULL, '2025-11-18 06:55:26'),
(2462, 8, 'Al mustafa school and college', 'Faisalabad', NULL, 'Mansoorabad', 'Sir Rehmat', 'Sir Rehmat', '+9203326962076', '+9203326962076', 'High School', 1500, '2026-03', '2025-12', 2, 'Waqas', '31.433495,73.1134319', NULL, '2025-11-18 11:58:34', 0, NULL, NULL, '2025-11-18 06:57:59'),
(2463, 10, 'punJab school khushab', 'khushab', NULL, 'Joharabad road khushab', 'raza sab', 'raza sab', '+9203024832965', '+9203024832965', 'High School', 1008, '2026-03', '2025-12', 0, 'mixed', '32.2969371,72.3419116', NULL, '2025-11-18 12:22:16', 0, NULL, NULL, '2025-11-18 07:01:16'),
(2464, 32, 'Allied school', 'Gujrat', NULL, 'Shahdola Road', 'Sir Yasir', 'Sir yasir', '+9203095491455', '+9203095491455', 'High School', 500, '2026-03', '2026-01', 3, 'Zain books shop', '32.5694517,74.0933632', NULL, NULL, 0, NULL, NULL, '2025-11-18 07:06:13'),
(2465, 25, 'Jinnah pakistan school', 'Mandi b din', NULL, 'Mandi b din', 'Habib maqsood', 'Same', '+9203426445151', '+9203426445151', 'High School', 130, '2026-03', '2026-01', 1, 'Fatima book mandi b din', '32.5746552,73.4826532', NULL, NULL, 0, NULL, NULL, '2025-11-18 07:06:55'),
(2466, 10, 'Jinnah school khushab', 'khushab', NULL, 'main bazaar khushab', 'saJad sab', 'saJad sab', '+9203029212474', '+9203029212474', '-- Select --', 600, '2026-03', '2025-12', 0, 'mixed', '32.2966836,72.3413116', NULL, '2025-11-18 13:02:02', 0, NULL, NULL, '2025-11-18 07:29:45'),
(2467, 31, 'The air grammar public school', 'Chakwal', NULL, 'Vpo khanpur tehsil distt chakwal', 'Tayyba', 'Tayyba', '+9203366981572', '+9203366981572', 'Middle', 100, '2026-03', '2026-01', 1, 'Arshad book depo', '32.9120261,73.0652846', NULL, '2025-11-18 12:35:19', 0, NULL, NULL, '2025-11-18 07:34:59'),
(2468, 31, 'Air foundation school', 'Chakwal', NULL, 'Vpo khanpur tehsil distt chakwal', 'Yasir sb', 'Yasir sb', '+9203175081550', '+9203175081550', 'Middle', 150, '2026-03', '2026-01', 1, 'Arshad book depo', '32.912045,73.0644833', NULL, '2025-11-18 12:51:13', 0, NULL, NULL, '2025-11-18 07:50:32'),
(2469, 31, 'The allied school system', 'Chakwal', NULL, 'Vpo khanpur tehsil distt chakwal', 'Umair sb', 'Umair', '+9203335002972', '+920335002972', 'High School', 500, '2026-03', '2025-12', 1, 'Arshad book depo', '32.912788,73.0639726', NULL, '2025-11-18 13:37:44', 0, NULL, NULL, '2025-11-18 08:37:02'),
(2470, 21, 'Pak Junior School', 'Pakpattan', NULL, 'pakpattan', 'Shahid Sab', 'Shahid Sab', '+9203053134038', '+9203053134038', 'High School', 500, '2026-01', '2025-11', 4, 'Self', '30.3588383,73.3804283', NULL, '2025-11-18 14:06:31', 0, NULL, NULL, '2025-11-18 09:05:23'),
(2471, 36, 'Green hills public school', 'Battal', NULL, 'Battal city', 'Shahzad', 'Shahzad', '+9203151515321', '+9203151515321', 'High School', 900, '2025-11', '2025-11', 1, 'Lahore book centre', '34.5789287,73.1439959', NULL, NULL, 0, NULL, NULL, '2025-11-18 09:30:53'),
(2472, 36, 'Battal public school', 'Battal', NULL, 'Battal city', 'Haseeb khan', 'Haseeb khan', '+9203409368405', '+9203409368405', 'High School', 700, '2025-11', '2025-11', 1, 'Lahore book centre', '34.5790636,73.1441094', NULL, NULL, 0, NULL, NULL, '2025-11-18 09:33:46'),
(2473, 36, 'The hope school', 'Battal', NULL, 'Battal main road', 'Quratlain mam', 'Quratlain mam', '+9203105910866', '+9203105910866', 'High School', 200, '2026-03', '2026-01', 200, '', '34.5789101,73.1439707', NULL, NULL, 0, NULL, NULL, '2025-11-18 09:36:39'),
(2474, 36, 'Islamica public school', 'Chattar Plan', NULL, 'Chattar Plan', 'Adnan shah', 'Adnan shah', '+9203155026556', '+9203155026556', 'High School', 1000, '2025-11', '2025-11', 1, 'Lahore book centre', '34.5789426,73.1440123', NULL, NULL, 0, NULL, NULL, '2025-11-18 09:38:31');

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

--
-- Table structure for table `school_app_selection`
--

CREATE TABLE `school_app_selection` (
  `id` int(11) NOT NULL,
  `school_id` int(11) NOT NULL,
  `book_id` int(11) NOT NULL,
  `class_id` int(11) NOT NULL,
  `selected_by_id` int(11) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `school_app_selection`
--

INSERT INTO `school_app_selection` (`id`, `school_id`, `book_id`, `class_id`, `selected_by_id`, `created_at`) VALUES
(44, 169, 1, 1, 11, '2025-10-31 01:31:12'),
(45, 169, 1, 2, 11, '2025-10-31 01:31:12'),
(46, 169, 1, 3, 11, '2025-10-31 01:31:12'),
(47, 169, 2, 1, 11, '2025-10-31 01:31:12'),
(48, 169, 2, 2, 11, '2025-10-31 01:31:12'),
(49, 169, 2, 3, 11, '2025-10-31 01:31:12'),
(50, 169, 3, 1, 11, '2025-10-31 01:31:12'),
(51, 169, 3, 2, 11, '2025-10-31 01:31:12'),
(52, 169, 3, 3, 11, '2025-10-31 01:31:12'),
(53, 169, 5, 2, 11, '2025-10-31 01:31:12'),
(54, 169, 6, 2, 11, '2025-10-31 01:31:12'),
(55, 169, 7, 2, 11, '2025-10-31 01:31:12'),
(300, 496, 24, 6, 12, '2025-11-04 00:30:44'),
(301, 496, 24, 7, 12, '2025-11-04 00:30:44'),
(314, 846, 1, 1, 14, '2025-11-10 02:37:33'),
(315, 846, 1, 2, 14, '2025-11-10 02:37:33'),
(316, 846, 1, 3, 14, '2025-11-10 02:37:33'),
(317, 846, 2, 1, 14, '2025-11-10 02:37:33'),
(318, 846, 2, 2, 14, '2025-11-10 02:37:33'),
(319, 846, 2, 3, 14, '2025-11-10 02:37:33'),
(320, 846, 3, 1, 14, '2025-11-10 02:37:33'),
(321, 846, 3, 2, 14, '2025-11-10 02:37:33'),
(322, 846, 3, 3, 14, '2025-11-10 02:37:33'),
(323, 846, 8, 1, 14, '2025-11-10 02:37:33'),
(324, 846, 8, 3, 14, '2025-11-10 02:37:33'),
(325, 846, 9, 1, 14, '2025-11-10 02:37:33'),
(326, 846, 9, 3, 14, '2025-11-10 02:37:33'),
(327, 846, 10, 1, 14, '2025-11-10 02:37:33'),
(328, 846, 10, 3, 14, '2025-11-10 02:37:33'),
(338, 2049, 1, 1, 14, '2025-11-10 02:55:39'),
(339, 2049, 1, 2, 14, '2025-11-10 02:55:39'),
(340, 2049, 1, 3, 14, '2025-11-10 02:55:39'),
(341, 2049, 2, 1, 14, '2025-11-10 02:55:39'),
(342, 2049, 2, 2, 14, '2025-11-10 02:55:39'),
(343, 2049, 2, 3, 14, '2025-11-10 02:55:39'),
(344, 2049, 3, 1, 14, '2025-11-10 02:55:39'),
(345, 2049, 3, 2, 14, '2025-11-10 02:55:39'),
(346, 2049, 3, 3, 14, '2025-11-10 02:55:39'),
(347, 2049, 4, 1, 14, '2025-11-10 02:55:39'),
(348, 2049, 4, 2, 14, '2025-11-10 02:55:39'),
(349, 2049, 4, 3, 14, '2025-11-10 02:55:39'),
(350, 2049, 8, 1, 14, '2025-11-10 02:55:39'),
(351, 2049, 8, 3, 14, '2025-11-10 02:55:39'),
(352, 2049, 9, 1, 14, '2025-11-10 02:55:39'),
(353, 2049, 9, 3, 14, '2025-11-10 02:55:39'),
(354, 2049, 10, 1, 14, '2025-11-10 02:55:39'),
(355, 2049, 10, 3, 14, '2025-11-10 02:55:39'),
(356, 2049, 11, 1, 14, '2025-11-10 02:55:39'),
(357, 2049, 11, 3, 14, '2025-11-10 02:55:39'),
(358, 2049, 12, 1, 14, '2025-11-10 02:55:39'),
(359, 2049, 12, 3, 14, '2025-11-10 02:55:39'),
(360, 279, 1, 1, 14, '2025-11-10 02:58:16'),
(361, 279, 1, 2, 14, '2025-11-10 02:58:16'),
(362, 279, 1, 3, 14, '2025-11-10 02:58:16'),
(363, 279, 2, 1, 14, '2025-11-10 02:58:16'),
(364, 279, 2, 2, 14, '2025-11-10 02:58:16'),
(365, 279, 2, 3, 14, '2025-11-10 02:58:16'),
(366, 279, 3, 1, 14, '2025-11-10 02:58:16'),
(367, 279, 3, 2, 14, '2025-11-10 02:58:16'),
(368, 279, 3, 3, 14, '2025-11-10 02:58:16'),
(369, 279, 8, 1, 14, '2025-11-10 02:58:16'),
(370, 279, 8, 3, 14, '2025-11-10 02:58:16'),
(371, 279, 9, 1, 14, '2025-11-10 02:58:16'),
(372, 279, 9, 3, 14, '2025-11-10 02:58:16'),
(373, 279, 10, 1, 14, '2025-11-10 02:58:16'),
(374, 279, 10, 3, 14, '2025-11-10 02:58:16'),
(396, 2006, 1, 1, 14, '2025-11-10 03:06:02'),
(397, 2006, 1, 2, 14, '2025-11-10 03:06:02'),
(398, 2006, 1, 3, 14, '2025-11-10 03:06:02'),
(399, 2006, 2, 1, 14, '2025-11-10 03:06:02'),
(400, 2006, 2, 2, 14, '2025-11-10 03:06:02'),
(401, 2006, 2, 3, 14, '2025-11-10 03:06:02'),
(402, 2006, 3, 1, 14, '2025-11-10 03:06:02'),
(403, 2006, 3, 2, 14, '2025-11-10 03:06:02'),
(404, 2006, 3, 3, 14, '2025-11-10 03:06:02'),
(405, 2006, 5, 1, 14, '2025-11-10 03:06:02'),
(406, 2006, 5, 2, 14, '2025-11-10 03:06:02'),
(407, 2006, 5, 3, 14, '2025-11-10 03:06:02'),
(408, 2006, 6, 1, 14, '2025-11-10 03:06:02'),
(409, 2006, 6, 2, 14, '2025-11-10 03:06:02'),
(410, 2006, 6, 3, 14, '2025-11-10 03:06:02'),
(411, 2006, 7, 1, 14, '2025-11-10 03:06:02'),
(412, 2006, 7, 2, 14, '2025-11-10 03:06:02'),
(413, 2006, 7, 3, 14, '2025-11-10 03:06:02'),
(414, 184, 1, 1, 14, '2025-11-10 03:10:07'),
(415, 184, 1, 2, 14, '2025-11-10 03:10:07'),
(416, 184, 1, 3, 14, '2025-11-10 03:10:07'),
(417, 184, 2, 1, 14, '2025-11-10 03:10:07'),
(418, 184, 2, 2, 14, '2025-11-10 03:10:07'),
(419, 184, 2, 3, 14, '2025-11-10 03:10:07'),
(420, 184, 3, 1, 14, '2025-11-10 03:10:07'),
(421, 184, 3, 2, 14, '2025-11-10 03:10:07'),
(422, 184, 3, 3, 14, '2025-11-10 03:10:07'),
(423, 1122, 1, 1, 14, '2025-11-10 03:29:30'),
(424, 1122, 1, 2, 14, '2025-11-10 03:29:30'),
(425, 1122, 1, 3, 14, '2025-11-10 03:29:30'),
(426, 1122, 2, 1, 14, '2025-11-10 03:29:30'),
(427, 1122, 2, 2, 14, '2025-11-10 03:29:30'),
(428, 1122, 2, 3, 14, '2025-11-10 03:29:30'),
(429, 1122, 3, 1, 14, '2025-11-10 03:29:30'),
(430, 1122, 3, 2, 14, '2025-11-10 03:29:30'),
(431, 1122, 3, 3, 14, '2025-11-10 03:29:30'),
(432, 604, 1, 1, 14, '2025-11-10 03:32:27'),
(433, 604, 1, 2, 14, '2025-11-10 03:32:27'),
(434, 604, 1, 3, 14, '2025-11-10 03:32:27'),
(435, 604, 2, 1, 14, '2025-11-10 03:32:27'),
(436, 604, 2, 2, 14, '2025-11-10 03:32:27'),
(437, 604, 2, 3, 14, '2025-11-10 03:32:27'),
(438, 604, 3, 1, 14, '2025-11-10 03:32:27'),
(439, 604, 3, 2, 14, '2025-11-10 03:32:27'),
(440, 604, 3, 3, 14, '2025-11-10 03:32:27'),
(441, 604, 4, 1, 14, '2025-11-10 03:32:27'),
(442, 604, 4, 2, 14, '2025-11-10 03:32:27'),
(443, 604, 4, 3, 14, '2025-11-10 03:32:27'),
(444, 604, 5, 1, 14, '2025-11-10 03:32:27'),
(445, 604, 5, 2, 14, '2025-11-10 03:32:27'),
(446, 604, 5, 3, 14, '2025-11-10 03:32:27'),
(447, 604, 6, 1, 14, '2025-11-10 03:32:27'),
(448, 604, 6, 2, 14, '2025-11-10 03:32:27'),
(449, 604, 6, 3, 14, '2025-11-10 03:32:27'),
(450, 604, 7, 1, 14, '2025-11-10 03:32:27'),
(451, 604, 7, 2, 14, '2025-11-10 03:32:27'),
(452, 604, 7, 3, 14, '2025-11-10 03:32:27'),
(453, 1553, 1, 1, 14, '2025-11-10 03:36:21'),
(454, 1553, 1, 2, 14, '2025-11-10 03:36:21'),
(455, 1553, 1, 3, 14, '2025-11-10 03:36:21'),
(456, 1553, 2, 1, 14, '2025-11-10 03:36:21'),
(457, 1553, 2, 2, 14, '2025-11-10 03:36:21'),
(458, 1553, 2, 3, 14, '2025-11-10 03:36:21'),
(459, 1553, 3, 1, 14, '2025-11-10 03:36:21'),
(460, 1553, 3, 2, 14, '2025-11-10 03:36:21'),
(461, 1553, 3, 3, 14, '2025-11-10 03:36:21'),
(462, 1553, 5, 1, 14, '2025-11-10 03:36:21'),
(463, 1553, 5, 2, 14, '2025-11-10 03:36:21'),
(464, 1553, 5, 3, 14, '2025-11-10 03:36:21'),
(465, 1553, 6, 1, 14, '2025-11-10 03:36:21'),
(466, 1553, 6, 2, 14, '2025-11-10 03:36:21'),
(467, 1553, 6, 3, 14, '2025-11-10 03:36:21'),
(468, 1553, 7, 1, 14, '2025-11-10 03:36:21'),
(469, 1553, 7, 2, 14, '2025-11-10 03:36:21'),
(470, 1553, 7, 3, 14, '2025-11-10 03:36:21'),
(471, 1013, 1, 1, 14, '2025-11-10 03:38:07'),
(472, 1013, 1, 2, 14, '2025-11-10 03:38:07'),
(473, 1013, 1, 3, 14, '2025-11-10 03:38:07'),
(474, 1013, 2, 1, 14, '2025-11-10 03:38:07'),
(475, 1013, 2, 2, 14, '2025-11-10 03:38:07'),
(476, 1013, 2, 3, 14, '2025-11-10 03:38:07'),
(477, 1013, 3, 1, 14, '2025-11-10 03:38:07'),
(478, 1013, 3, 2, 14, '2025-11-10 03:38:07'),
(479, 1013, 3, 3, 14, '2025-11-10 03:38:07'),
(480, 73, 1, 1, 14, '2025-11-10 03:44:44'),
(481, 73, 1, 2, 14, '2025-11-10 03:44:44'),
(482, 73, 1, 3, 14, '2025-11-10 03:44:44'),
(483, 73, 2, 1, 14, '2025-11-10 03:44:44'),
(484, 73, 2, 2, 14, '2025-11-10 03:44:44'),
(485, 73, 2, 3, 14, '2025-11-10 03:44:44'),
(486, 73, 3, 1, 14, '2025-11-10 03:44:44'),
(487, 73, 3, 2, 14, '2025-11-10 03:44:44'),
(488, 73, 3, 3, 14, '2025-11-10 03:44:44'),
(498, 74, 1, 1, 14, '2025-11-10 03:52:35'),
(499, 74, 1, 2, 14, '2025-11-10 03:52:35'),
(500, 74, 1, 3, 14, '2025-11-10 03:52:35'),
(501, 74, 2, 1, 14, '2025-11-10 03:52:35'),
(502, 74, 2, 2, 14, '2025-11-10 03:52:35'),
(503, 74, 2, 3, 14, '2025-11-10 03:52:35'),
(504, 74, 3, 1, 14, '2025-11-10 03:52:35'),
(505, 74, 3, 2, 14, '2025-11-10 03:52:35'),
(506, 74, 3, 3, 14, '2025-11-10 03:52:35'),
(507, 74, 4, 1, 14, '2025-11-10 03:52:35'),
(508, 74, 4, 2, 14, '2025-11-10 03:52:35'),
(509, 74, 4, 3, 14, '2025-11-10 03:52:35'),
(510, 457, 1, 1, 14, '2025-11-10 03:56:03'),
(511, 457, 1, 2, 14, '2025-11-10 03:56:03'),
(512, 457, 1, 3, 14, '2025-11-10 03:56:03'),
(513, 457, 2, 1, 14, '2025-11-10 03:56:03'),
(514, 457, 2, 2, 14, '2025-11-10 03:56:03'),
(515, 457, 2, 3, 14, '2025-11-10 03:56:03'),
(516, 457, 3, 1, 14, '2025-11-10 03:56:03'),
(517, 457, 3, 2, 14, '2025-11-10 03:56:03'),
(518, 457, 3, 3, 14, '2025-11-10 03:56:03'),
(519, 457, 4, 1, 14, '2025-11-10 03:56:03'),
(520, 457, 4, 2, 14, '2025-11-10 03:56:03'),
(521, 457, 4, 3, 14, '2025-11-10 03:56:03'),
(522, 457, 5, 1, 14, '2025-11-10 03:56:03'),
(523, 457, 5, 2, 14, '2025-11-10 03:56:03'),
(524, 457, 5, 3, 14, '2025-11-10 03:56:03'),
(525, 457, 6, 1, 14, '2025-11-10 03:56:03'),
(526, 457, 6, 2, 14, '2025-11-10 03:56:03'),
(527, 457, 6, 3, 14, '2025-11-10 03:56:03'),
(528, 457, 7, 1, 14, '2025-11-10 03:56:03'),
(529, 457, 7, 2, 14, '2025-11-10 03:56:03'),
(530, 457, 7, 3, 14, '2025-11-10 03:56:03'),
(531, 2020, 1, 1, 14, '2025-11-10 05:58:12'),
(532, 2020, 1, 2, 14, '2025-11-10 05:58:12'),
(533, 2020, 1, 3, 14, '2025-11-10 05:58:12'),
(534, 2020, 2, 1, 14, '2025-11-10 05:58:12'),
(535, 2020, 2, 2, 14, '2025-11-10 05:58:12'),
(536, 2020, 2, 3, 14, '2025-11-10 05:58:12'),
(537, 2020, 3, 1, 14, '2025-11-10 05:58:12'),
(538, 2020, 3, 2, 14, '2025-11-10 05:58:12'),
(539, 2020, 3, 3, 14, '2025-11-10 05:58:12'),
(540, 2020, 5, 1, 14, '2025-11-10 05:58:12'),
(541, 2020, 5, 2, 14, '2025-11-10 05:58:12'),
(542, 2020, 5, 3, 14, '2025-11-10 05:58:12'),
(543, 2020, 6, 1, 14, '2025-11-10 05:58:12'),
(544, 2020, 6, 2, 14, '2025-11-10 05:58:12'),
(545, 2020, 6, 3, 14, '2025-11-10 05:58:12'),
(546, 2020, 7, 1, 14, '2025-11-10 05:58:12'),
(547, 2020, 7, 2, 14, '2025-11-10 05:58:12'),
(548, 2020, 7, 3, 14, '2025-11-10 05:58:12'),
(549, 2027, 1, 1, 14, '2025-11-10 06:04:31'),
(550, 2027, 1, 2, 14, '2025-11-10 06:04:31'),
(551, 2027, 1, 3, 14, '2025-11-10 06:04:31'),
(552, 2027, 2, 1, 14, '2025-11-10 06:04:31'),
(553, 2027, 2, 2, 14, '2025-11-10 06:04:31'),
(554, 2027, 2, 3, 14, '2025-11-10 06:04:31'),
(555, 2027, 3, 1, 14, '2025-11-10 06:04:31'),
(556, 2027, 3, 2, 14, '2025-11-10 06:04:31'),
(557, 2027, 3, 3, 14, '2025-11-10 06:04:31'),
(558, 2027, 4, 1, 14, '2025-11-10 06:04:31'),
(559, 2027, 4, 2, 14, '2025-11-10 06:04:31'),
(560, 2027, 4, 3, 14, '2025-11-10 06:04:31'),
(561, 2027, 5, 1, 14, '2025-11-10 06:04:31'),
(562, 2027, 5, 2, 14, '2025-11-10 06:04:31'),
(563, 2027, 5, 3, 14, '2025-11-10 06:04:31'),
(564, 2027, 6, 1, 14, '2025-11-10 06:04:31'),
(565, 2027, 6, 2, 14, '2025-11-10 06:04:31'),
(566, 2027, 6, 3, 14, '2025-11-10 06:04:31'),
(567, 2027, 7, 1, 14, '2025-11-10 06:04:31'),
(568, 2027, 7, 2, 14, '2025-11-10 06:04:31'),
(569, 2027, 7, 3, 14, '2025-11-10 06:04:31'),
(570, 2027, 14, 4, 14, '2025-11-10 06:04:31'),
(571, 2027, 14, 5, 14, '2025-11-10 06:04:31'),
(572, 2027, 14, 6, 14, '2025-11-10 06:04:31'),
(573, 2027, 14, 7, 14, '2025-11-10 06:04:31'),
(574, 2027, 14, 8, 14, '2025-11-10 06:04:31'),
(575, 2027, 15, 4, 14, '2025-11-10 06:04:31'),
(576, 2027, 15, 5, 14, '2025-11-10 06:04:31'),
(577, 2027, 15, 6, 14, '2025-11-10 06:04:31'),
(578, 2027, 15, 7, 14, '2025-11-10 06:04:31'),
(579, 2027, 15, 8, 14, '2025-11-10 06:04:31'),
(580, 2027, 17, 4, 14, '2025-11-10 06:04:31'),
(581, 2027, 17, 5, 14, '2025-11-10 06:04:31'),
(582, 2027, 17, 6, 14, '2025-11-10 06:04:31'),
(583, 2027, 17, 7, 14, '2025-11-10 06:04:31'),
(584, 2027, 17, 8, 14, '2025-11-10 06:04:31'),
(585, 2027, 19, 4, 14, '2025-11-10 06:04:31'),
(586, 2027, 19, 5, 14, '2025-11-10 06:04:31'),
(587, 2027, 19, 6, 14, '2025-11-10 06:04:31'),
(588, 24, 1, 1, 14, '2025-11-10 06:11:58'),
(589, 24, 1, 2, 14, '2025-11-10 06:11:58'),
(590, 24, 1, 3, 14, '2025-11-10 06:11:58'),
(591, 24, 2, 1, 14, '2025-11-10 06:11:58'),
(592, 24, 2, 2, 14, '2025-11-10 06:11:58'),
(593, 24, 2, 3, 14, '2025-11-10 06:11:58'),
(594, 24, 3, 1, 14, '2025-11-10 06:11:58'),
(595, 24, 3, 2, 14, '2025-11-10 06:11:58'),
(596, 24, 3, 3, 14, '2025-11-10 06:11:58'),
(597, 24, 4, 1, 14, '2025-11-10 06:11:58'),
(598, 24, 4, 2, 14, '2025-11-10 06:11:58'),
(599, 24, 4, 3, 14, '2025-11-10 06:11:58'),
(600, 24, 5, 1, 14, '2025-11-10 06:11:58'),
(601, 24, 5, 2, 14, '2025-11-10 06:11:58'),
(602, 24, 5, 3, 14, '2025-11-10 06:11:58'),
(603, 24, 6, 1, 14, '2025-11-10 06:11:58'),
(604, 24, 6, 2, 14, '2025-11-10 06:11:58'),
(605, 24, 6, 3, 14, '2025-11-10 06:11:58'),
(606, 24, 7, 1, 14, '2025-11-10 06:11:58'),
(607, 24, 7, 2, 14, '2025-11-10 06:11:58'),
(608, 24, 7, 3, 14, '2025-11-10 06:11:58'),
(749, 93, 1, 1, 14, '2025-11-10 06:21:03'),
(750, 93, 1, 2, 14, '2025-11-10 06:21:03'),
(751, 93, 1, 3, 14, '2025-11-10 06:21:03'),
(752, 93, 2, 1, 14, '2025-11-10 06:21:03'),
(753, 93, 2, 2, 14, '2025-11-10 06:21:03'),
(754, 93, 2, 3, 14, '2025-11-10 06:21:03'),
(755, 93, 3, 1, 14, '2025-11-10 06:21:03'),
(756, 93, 3, 2, 14, '2025-11-10 06:21:03'),
(757, 93, 3, 3, 14, '2025-11-10 06:21:03'),
(758, 93, 4, 1, 14, '2025-11-10 06:21:03'),
(759, 93, 4, 2, 14, '2025-11-10 06:21:03'),
(760, 93, 4, 3, 14, '2025-11-10 06:21:03'),
(761, 93, 5, 1, 14, '2025-11-10 06:21:03'),
(762, 93, 5, 2, 14, '2025-11-10 06:21:03'),
(763, 93, 5, 3, 14, '2025-11-10 06:21:03'),
(764, 93, 6, 1, 14, '2025-11-10 06:21:03'),
(765, 93, 6, 2, 14, '2025-11-10 06:21:03'),
(766, 93, 6, 3, 14, '2025-11-10 06:21:03'),
(767, 93, 7, 1, 14, '2025-11-10 06:21:03'),
(768, 93, 7, 2, 14, '2025-11-10 06:21:03'),
(769, 93, 7, 3, 14, '2025-11-10 06:21:03'),
(770, 93, 14, 4, 14, '2025-11-10 06:21:03'),
(771, 93, 14, 5, 14, '2025-11-10 06:21:03'),
(772, 93, 14, 6, 14, '2025-11-10 06:21:03'),
(773, 93, 14, 7, 14, '2025-11-10 06:21:03'),
(774, 93, 14, 8, 14, '2025-11-10 06:21:03'),
(775, 93, 15, 4, 14, '2025-11-10 06:21:03'),
(776, 93, 15, 5, 14, '2025-11-10 06:21:03'),
(777, 93, 15, 6, 14, '2025-11-10 06:21:03'),
(778, 93, 15, 7, 14, '2025-11-10 06:21:03'),
(779, 93, 15, 8, 14, '2025-11-10 06:21:03'),
(780, 93, 16, 4, 14, '2025-11-10 06:21:03'),
(781, 93, 16, 5, 14, '2025-11-10 06:21:03'),
(782, 93, 16, 6, 14, '2025-11-10 06:21:03'),
(783, 93, 16, 7, 14, '2025-11-10 06:21:03'),
(784, 93, 16, 8, 14, '2025-11-10 06:21:03'),
(785, 93, 17, 4, 14, '2025-11-10 06:21:03'),
(786, 93, 17, 5, 14, '2025-11-10 06:21:03'),
(787, 93, 17, 6, 14, '2025-11-10 06:21:03'),
(788, 93, 17, 7, 14, '2025-11-10 06:21:03'),
(789, 93, 17, 8, 14, '2025-11-10 06:21:03'),
(790, 93, 19, 4, 14, '2025-11-10 06:21:03'),
(791, 93, 19, 5, 14, '2025-11-10 06:21:03'),
(792, 93, 19, 6, 14, '2025-11-10 06:21:03'),
(793, 93, 19, 7, 14, '2025-11-10 06:21:03'),
(794, 93, 19, 8, 14, '2025-11-10 06:21:03'),
(795, 93, 20, 7, 14, '2025-11-10 06:21:03'),
(796, 93, 20, 8, 14, '2025-11-10 06:21:03'),
(797, 93, 21, 4, 14, '2025-11-10 06:21:03'),
(798, 93, 21, 5, 14, '2025-11-10 06:21:03'),
(799, 93, 21, 6, 14, '2025-11-10 06:21:03'),
(800, 93, 21, 7, 14, '2025-11-10 06:21:03'),
(801, 93, 21, 8, 14, '2025-11-10 06:21:03'),
(802, 93, 22, 4, 14, '2025-11-10 06:21:03'),
(803, 93, 22, 5, 14, '2025-11-10 06:21:03'),
(804, 93, 22, 6, 14, '2025-11-10 06:21:03'),
(805, 93, 22, 7, 14, '2025-11-10 06:21:03'),
(806, 93, 22, 8, 14, '2025-11-10 06:21:03'),
(807, 93, 23, 4, 14, '2025-11-10 06:21:03'),
(808, 93, 23, 5, 14, '2025-11-10 06:21:03'),
(809, 93, 23, 6, 14, '2025-11-10 06:21:03'),
(810, 93, 23, 7, 14, '2025-11-10 06:21:03'),
(811, 93, 23, 8, 14, '2025-11-10 06:21:03'),
(812, 93, 24, 4, 14, '2025-11-10 06:21:03'),
(813, 93, 24, 5, 14, '2025-11-10 06:21:03'),
(814, 93, 24, 6, 14, '2025-11-10 06:21:03'),
(815, 93, 24, 7, 14, '2025-11-10 06:21:03'),
(816, 93, 24, 8, 14, '2025-11-10 06:21:03'),
(817, 56, 1, 1, 14, '2025-11-10 06:23:28'),
(818, 56, 1, 2, 14, '2025-11-10 06:23:28'),
(819, 56, 1, 3, 14, '2025-11-10 06:23:28'),
(820, 56, 2, 1, 14, '2025-11-10 06:23:28'),
(821, 56, 2, 2, 14, '2025-11-10 06:23:28'),
(822, 56, 2, 3, 14, '2025-11-10 06:23:28'),
(823, 56, 3, 1, 14, '2025-11-10 06:23:28'),
(824, 56, 3, 2, 14, '2025-11-10 06:23:28'),
(825, 56, 3, 3, 14, '2025-11-10 06:23:28'),
(826, 56, 4, 1, 14, '2025-11-10 06:23:28'),
(827, 56, 4, 2, 14, '2025-11-10 06:23:28'),
(828, 56, 4, 3, 14, '2025-11-10 06:23:28'),
(829, 56, 5, 1, 14, '2025-11-10 06:23:28'),
(830, 56, 5, 2, 14, '2025-11-10 06:23:28'),
(831, 56, 5, 3, 14, '2025-11-10 06:23:28'),
(832, 56, 6, 1, 14, '2025-11-10 06:23:28'),
(833, 56, 6, 2, 14, '2025-11-10 06:23:28'),
(834, 56, 6, 3, 14, '2025-11-10 06:23:28'),
(835, 56, 7, 1, 14, '2025-11-10 06:23:28'),
(836, 56, 7, 2, 14, '2025-11-10 06:23:28'),
(837, 56, 7, 3, 14, '2025-11-10 06:23:28'),
(838, 56, 14, 4, 14, '2025-11-10 06:23:28'),
(839, 56, 14, 5, 14, '2025-11-10 06:23:28'),
(840, 56, 14, 6, 14, '2025-11-10 06:23:28'),
(841, 56, 14, 7, 14, '2025-11-10 06:23:28'),
(842, 56, 14, 8, 14, '2025-11-10 06:23:28'),
(843, 56, 15, 4, 14, '2025-11-10 06:23:28'),
(844, 56, 15, 5, 14, '2025-11-10 06:23:28'),
(845, 56, 15, 6, 14, '2025-11-10 06:23:28'),
(846, 56, 15, 7, 14, '2025-11-10 06:23:28'),
(847, 56, 15, 8, 14, '2025-11-10 06:23:28'),
(848, 56, 16, 4, 14, '2025-11-10 06:23:28'),
(849, 56, 16, 5, 14, '2025-11-10 06:23:28'),
(850, 56, 16, 6, 14, '2025-11-10 06:23:28'),
(851, 56, 16, 7, 14, '2025-11-10 06:23:28'),
(852, 56, 16, 8, 14, '2025-11-10 06:23:28'),
(853, 56, 17, 4, 14, '2025-11-10 06:23:28'),
(854, 56, 17, 5, 14, '2025-11-10 06:23:28'),
(855, 56, 17, 6, 14, '2025-11-10 06:23:28'),
(856, 56, 17, 7, 14, '2025-11-10 06:23:28'),
(857, 56, 17, 8, 14, '2025-11-10 06:23:28'),
(858, 56, 19, 4, 14, '2025-11-10 06:23:28'),
(859, 56, 19, 5, 14, '2025-11-10 06:23:28'),
(860, 56, 19, 6, 14, '2025-11-10 06:23:28'),
(861, 56, 20, 7, 14, '2025-11-10 06:23:28'),
(862, 56, 20, 8, 14, '2025-11-10 06:23:28'),
(863, 56, 21, 4, 14, '2025-11-10 06:23:28'),
(864, 56, 21, 5, 14, '2025-11-10 06:23:28'),
(865, 56, 21, 6, 14, '2025-11-10 06:23:28'),
(866, 56, 21, 7, 14, '2025-11-10 06:23:28'),
(867, 56, 21, 8, 14, '2025-11-10 06:23:28'),
(868, 56, 22, 4, 14, '2025-11-10 06:23:28'),
(869, 56, 22, 5, 14, '2025-11-10 06:23:28'),
(870, 56, 22, 6, 14, '2025-11-10 06:23:28'),
(871, 56, 22, 7, 14, '2025-11-10 06:23:28'),
(872, 56, 22, 8, 14, '2025-11-10 06:23:28'),
(873, 56, 23, 4, 14, '2025-11-10 06:23:28'),
(874, 56, 23, 5, 14, '2025-11-10 06:23:28'),
(875, 56, 23, 6, 14, '2025-11-10 06:23:28'),
(876, 56, 23, 7, 14, '2025-11-10 06:23:28'),
(877, 56, 23, 8, 14, '2025-11-10 06:23:28'),
(878, 56, 24, 4, 14, '2025-11-10 06:23:28'),
(879, 56, 24, 5, 14, '2025-11-10 06:23:28'),
(880, 56, 24, 6, 14, '2025-11-10 06:23:28'),
(881, 56, 24, 7, 14, '2025-11-10 06:23:28'),
(882, 56, 24, 8, 14, '2025-11-10 06:23:28'),
(883, 9, 14, 4, 14, '2025-11-10 06:27:20'),
(884, 9, 14, 5, 14, '2025-11-10 06:27:20'),
(885, 9, 14, 6, 14, '2025-11-10 06:27:20'),
(886, 9, 14, 7, 14, '2025-11-10 06:27:20'),
(887, 9, 14, 8, 14, '2025-11-10 06:27:20'),
(888, 9, 15, 4, 14, '2025-11-10 06:27:20'),
(889, 9, 15, 5, 14, '2025-11-10 06:27:20'),
(890, 9, 15, 6, 14, '2025-11-10 06:27:20'),
(891, 9, 15, 7, 14, '2025-11-10 06:27:20'),
(892, 9, 15, 8, 14, '2025-11-10 06:27:20'),
(893, 9, 16, 4, 14, '2025-11-10 06:27:20'),
(894, 9, 16, 5, 14, '2025-11-10 06:27:20'),
(895, 9, 16, 6, 14, '2025-11-10 06:27:20'),
(896, 9, 16, 7, 14, '2025-11-10 06:27:20'),
(897, 9, 16, 8, 14, '2025-11-10 06:27:20'),
(898, 9, 17, 4, 14, '2025-11-10 06:27:20'),
(899, 9, 17, 5, 14, '2025-11-10 06:27:20'),
(900, 9, 17, 6, 14, '2025-11-10 06:27:20'),
(901, 9, 17, 7, 14, '2025-11-10 06:27:20'),
(902, 9, 17, 8, 14, '2025-11-10 06:27:20'),
(903, 9, 19, 4, 14, '2025-11-10 06:27:20'),
(904, 9, 19, 5, 14, '2025-11-10 06:27:20'),
(905, 9, 19, 6, 14, '2025-11-10 06:27:20'),
(906, 9, 20, 7, 14, '2025-11-10 06:27:20'),
(907, 9, 20, 8, 14, '2025-11-10 06:27:20'),
(908, 9, 21, 4, 14, '2025-11-10 06:27:20'),
(909, 9, 21, 5, 14, '2025-11-10 06:27:20'),
(910, 9, 21, 6, 14, '2025-11-10 06:27:20'),
(911, 9, 21, 7, 14, '2025-11-10 06:27:20'),
(912, 9, 21, 8, 14, '2025-11-10 06:27:20'),
(913, 9, 22, 4, 14, '2025-11-10 06:27:20'),
(914, 9, 22, 5, 14, '2025-11-10 06:27:20'),
(915, 9, 22, 6, 14, '2025-11-10 06:27:20'),
(916, 9, 22, 7, 14, '2025-11-10 06:27:20'),
(917, 9, 22, 8, 14, '2025-11-10 06:27:20'),
(918, 9, 23, 4, 14, '2025-11-10 06:27:20'),
(919, 9, 23, 5, 14, '2025-11-10 06:27:20'),
(920, 9, 23, 6, 14, '2025-11-10 06:27:20'),
(921, 9, 23, 7, 14, '2025-11-10 06:27:20'),
(922, 9, 23, 8, 14, '2025-11-10 06:27:20'),
(923, 9, 24, 4, 14, '2025-11-10 06:27:20'),
(924, 9, 24, 5, 14, '2025-11-10 06:27:20'),
(925, 9, 24, 6, 14, '2025-11-10 06:27:20'),
(926, 9, 24, 7, 14, '2025-11-10 06:27:20'),
(927, 9, 24, 8, 14, '2025-11-10 06:27:20'),
(983, 91, 1, 1, 14, '2025-11-11 00:45:59'),
(984, 91, 1, 2, 14, '2025-11-11 00:45:59'),
(985, 91, 1, 3, 14, '2025-11-11 00:45:59'),
(986, 91, 2, 1, 14, '2025-11-11 00:45:59'),
(987, 91, 2, 2, 14, '2025-11-11 00:45:59'),
(988, 91, 2, 3, 14, '2025-11-11 00:45:59'),
(989, 91, 3, 1, 14, '2025-11-11 00:45:59'),
(990, 91, 3, 2, 14, '2025-11-11 00:45:59'),
(991, 91, 3, 3, 14, '2025-11-11 00:45:59'),
(992, 91, 4, 1, 14, '2025-11-11 00:45:59'),
(993, 91, 4, 2, 14, '2025-11-11 00:45:59'),
(994, 91, 4, 3, 14, '2025-11-11 00:45:59'),
(995, 91, 5, 1, 14, '2025-11-11 00:45:59'),
(996, 91, 5, 2, 14, '2025-11-11 00:45:59'),
(997, 91, 5, 3, 14, '2025-11-11 00:45:59'),
(998, 91, 6, 1, 14, '2025-11-11 00:45:59'),
(999, 91, 6, 2, 14, '2025-11-11 00:45:59'),
(1000, 91, 6, 3, 14, '2025-11-11 00:45:59'),
(1001, 91, 7, 1, 14, '2025-11-11 00:45:59'),
(1002, 91, 7, 2, 14, '2025-11-11 00:45:59'),
(1003, 91, 7, 3, 14, '2025-11-11 00:45:59'),
(1004, 91, 14, 4, 14, '2025-11-11 00:45:59'),
(1005, 91, 14, 5, 14, '2025-11-11 00:45:59'),
(1006, 91, 14, 6, 14, '2025-11-11 00:45:59'),
(1007, 91, 14, 7, 14, '2025-11-11 00:45:59'),
(1008, 91, 14, 8, 14, '2025-11-11 00:45:59'),
(1009, 91, 15, 4, 14, '2025-11-11 00:45:59'),
(1010, 91, 15, 5, 14, '2025-11-11 00:45:59'),
(1011, 91, 15, 6, 14, '2025-11-11 00:45:59'),
(1012, 91, 15, 7, 14, '2025-11-11 00:45:59'),
(1013, 91, 15, 8, 14, '2025-11-11 00:45:59'),
(1014, 91, 16, 4, 14, '2025-11-11 00:45:59'),
(1015, 91, 16, 5, 14, '2025-11-11 00:45:59'),
(1016, 91, 16, 6, 14, '2025-11-11 00:45:59'),
(1017, 91, 16, 7, 14, '2025-11-11 00:45:59'),
(1018, 91, 16, 8, 14, '2025-11-11 00:45:59'),
(1019, 91, 17, 4, 14, '2025-11-11 00:45:59'),
(1020, 91, 17, 5, 14, '2025-11-11 00:45:59'),
(1021, 91, 17, 6, 14, '2025-11-11 00:45:59'),
(1022, 91, 17, 7, 14, '2025-11-11 00:45:59'),
(1023, 91, 17, 8, 14, '2025-11-11 00:45:59'),
(1024, 91, 19, 4, 14, '2025-11-11 00:45:59'),
(1025, 91, 19, 5, 14, '2025-11-11 00:45:59'),
(1026, 91, 19, 6, 14, '2025-11-11 00:45:59'),
(1027, 91, 19, 7, 14, '2025-11-11 00:45:59'),
(1028, 91, 19, 8, 14, '2025-11-11 00:45:59'),
(1029, 91, 20, 7, 14, '2025-11-11 00:45:59'),
(1030, 91, 20, 8, 14, '2025-11-11 00:45:59'),
(1031, 91, 21, 4, 14, '2025-11-11 00:45:59'),
(1032, 91, 21, 5, 14, '2025-11-11 00:45:59'),
(1033, 91, 21, 6, 14, '2025-11-11 00:45:59'),
(1034, 91, 21, 7, 14, '2025-11-11 00:45:59'),
(1035, 91, 21, 8, 14, '2025-11-11 00:45:59'),
(1036, 91, 22, 4, 14, '2025-11-11 00:45:59'),
(1037, 91, 22, 5, 14, '2025-11-11 00:45:59'),
(1038, 91, 22, 6, 14, '2025-11-11 00:45:59'),
(1039, 91, 22, 7, 14, '2025-11-11 00:45:59'),
(1040, 91, 22, 8, 14, '2025-11-11 00:45:59'),
(1041, 91, 23, 4, 14, '2025-11-11 00:45:59'),
(1042, 91, 23, 5, 14, '2025-11-11 00:45:59'),
(1043, 91, 23, 6, 14, '2025-11-11 00:45:59'),
(1044, 91, 23, 7, 14, '2025-11-11 00:45:59'),
(1045, 91, 23, 8, 14, '2025-11-11 00:45:59'),
(1046, 91, 24, 4, 14, '2025-11-11 00:45:59'),
(1047, 91, 24, 5, 14, '2025-11-11 00:45:59'),
(1048, 91, 24, 6, 14, '2025-11-11 00:45:59'),
(1049, 91, 24, 7, 14, '2025-11-11 00:45:59'),
(1050, 91, 24, 8, 14, '2025-11-11 00:45:59'),
(1051, 891, 14, 4, 14, '2025-11-11 00:48:02'),
(1052, 891, 14, 5, 14, '2025-11-11 00:48:02'),
(1053, 891, 14, 6, 14, '2025-11-11 00:48:02'),
(1054, 891, 14, 7, 14, '2025-11-11 00:48:02'),
(1055, 891, 14, 8, 14, '2025-11-11 00:48:02'),
(1056, 891, 15, 4, 14, '2025-11-11 00:48:02'),
(1057, 891, 15, 5, 14, '2025-11-11 00:48:02'),
(1058, 891, 15, 6, 14, '2025-11-11 00:48:02'),
(1059, 891, 15, 7, 14, '2025-11-11 00:48:02'),
(1060, 891, 15, 8, 14, '2025-11-11 00:48:02'),
(1061, 891, 16, 4, 14, '2025-11-11 00:48:02'),
(1062, 891, 16, 5, 14, '2025-11-11 00:48:02'),
(1063, 891, 16, 6, 14, '2025-11-11 00:48:02'),
(1064, 891, 16, 7, 14, '2025-11-11 00:48:02'),
(1065, 891, 16, 8, 14, '2025-11-11 00:48:02'),
(1066, 891, 17, 4, 14, '2025-11-11 00:48:02'),
(1067, 891, 17, 5, 14, '2025-11-11 00:48:02'),
(1068, 891, 17, 6, 14, '2025-11-11 00:48:02'),
(1069, 891, 17, 7, 14, '2025-11-11 00:48:02'),
(1070, 891, 17, 8, 14, '2025-11-11 00:48:02'),
(1071, 891, 19, 4, 14, '2025-11-11 00:48:02'),
(1072, 891, 19, 5, 14, '2025-11-11 00:48:02'),
(1073, 891, 19, 6, 14, '2025-11-11 00:48:02'),
(1074, 891, 19, 7, 14, '2025-11-11 00:48:02'),
(1075, 891, 19, 8, 14, '2025-11-11 00:48:02'),
(1076, 891, 20, 7, 14, '2025-11-11 00:48:02'),
(1077, 891, 20, 8, 14, '2025-11-11 00:48:02'),
(1078, 891, 21, 4, 14, '2025-11-11 00:48:02'),
(1079, 891, 21, 5, 14, '2025-11-11 00:48:02'),
(1080, 891, 21, 6, 14, '2025-11-11 00:48:02'),
(1081, 891, 21, 7, 14, '2025-11-11 00:48:02'),
(1082, 891, 21, 8, 14, '2025-11-11 00:48:02'),
(1083, 891, 22, 4, 14, '2025-11-11 00:48:02'),
(1084, 891, 22, 5, 14, '2025-11-11 00:48:02'),
(1085, 891, 22, 6, 14, '2025-11-11 00:48:02'),
(1086, 891, 22, 7, 14, '2025-11-11 00:48:02'),
(1087, 891, 22, 8, 14, '2025-11-11 00:48:02'),
(1088, 891, 23, 4, 14, '2025-11-11 00:48:02'),
(1089, 891, 23, 5, 14, '2025-11-11 00:48:02'),
(1090, 891, 23, 6, 14, '2025-11-11 00:48:02'),
(1091, 891, 23, 7, 14, '2025-11-11 00:48:02'),
(1092, 891, 23, 8, 14, '2025-11-11 00:48:02'),
(1093, 891, 24, 4, 14, '2025-11-11 00:48:02'),
(1094, 891, 24, 5, 14, '2025-11-11 00:48:02'),
(1095, 891, 24, 6, 14, '2025-11-11 00:48:02'),
(1096, 891, 24, 7, 14, '2025-11-11 00:48:02'),
(1097, 891, 24, 8, 14, '2025-11-11 00:48:02'),
(1098, 1021, 1, 1, 14, '2025-11-11 01:07:11'),
(1099, 1021, 1, 2, 14, '2025-11-11 01:07:11'),
(1100, 1021, 1, 3, 14, '2025-11-11 01:07:11'),
(1101, 1021, 2, 1, 14, '2025-11-11 01:07:11'),
(1102, 1021, 2, 2, 14, '2025-11-11 01:07:11'),
(1103, 1021, 2, 3, 14, '2025-11-11 01:07:11'),
(1104, 1021, 3, 1, 14, '2025-11-11 01:07:11'),
(1105, 1021, 3, 2, 14, '2025-11-11 01:07:11'),
(1106, 1021, 3, 3, 14, '2025-11-11 01:07:11'),
(1107, 1021, 4, 1, 14, '2025-11-11 01:07:11'),
(1108, 1021, 4, 2, 14, '2025-11-11 01:07:11'),
(1109, 1021, 4, 3, 14, '2025-11-11 01:07:11'),
(1110, 1021, 5, 1, 14, '2025-11-11 01:07:11'),
(1111, 1021, 5, 2, 14, '2025-11-11 01:07:11'),
(1112, 1021, 5, 3, 14, '2025-11-11 01:07:11'),
(1113, 1021, 6, 1, 14, '2025-11-11 01:07:11'),
(1114, 1021, 6, 2, 14, '2025-11-11 01:07:11'),
(1115, 1021, 6, 3, 14, '2025-11-11 01:07:11'),
(1116, 1021, 7, 1, 14, '2025-11-11 01:07:11'),
(1117, 1021, 7, 2, 14, '2025-11-11 01:07:11'),
(1118, 1021, 7, 3, 14, '2025-11-11 01:07:11'),
(1124, 60, 1, 1, 14, '2025-11-11 01:12:56'),
(1125, 60, 1, 2, 14, '2025-11-11 01:12:56'),
(1126, 60, 1, 3, 14, '2025-11-11 01:12:56'),
(1127, 60, 2, 1, 14, '2025-11-11 01:12:56'),
(1128, 60, 2, 2, 14, '2025-11-11 01:12:56'),
(1129, 60, 2, 3, 14, '2025-11-11 01:12:56'),
(1130, 60, 3, 1, 14, '2025-11-11 01:12:56'),
(1131, 60, 3, 2, 14, '2025-11-11 01:12:56'),
(1132, 60, 3, 3, 14, '2025-11-11 01:12:56'),
(1133, 60, 4, 1, 14, '2025-11-11 01:12:56'),
(1134, 60, 4, 2, 14, '2025-11-11 01:12:56'),
(1135, 60, 4, 3, 14, '2025-11-11 01:12:56'),
(1136, 60, 5, 1, 14, '2025-11-11 01:12:56'),
(1137, 60, 5, 2, 14, '2025-11-11 01:12:56'),
(1138, 60, 5, 3, 14, '2025-11-11 01:12:56'),
(1139, 60, 6, 1, 14, '2025-11-11 01:12:56'),
(1140, 60, 6, 2, 14, '2025-11-11 01:12:56'),
(1141, 60, 6, 3, 14, '2025-11-11 01:12:56'),
(1142, 60, 7, 1, 14, '2025-11-11 01:12:56'),
(1143, 60, 7, 2, 14, '2025-11-11 01:12:56'),
(1144, 60, 7, 3, 14, '2025-11-11 01:12:56'),
(1145, 60, 19, 6, 14, '2025-11-11 01:12:56'),
(1146, 60, 19, 7, 14, '2025-11-11 01:12:56'),
(1147, 60, 21, 4, 14, '2025-11-11 01:12:56'),
(1148, 60, 21, 5, 14, '2025-11-11 01:12:56'),
(1149, 60, 21, 6, 14, '2025-11-11 01:12:56'),
(1150, 60, 21, 7, 14, '2025-11-11 01:12:56'),
(1151, 60, 21, 8, 14, '2025-11-11 01:12:56'),
(1152, 60, 23, 4, 14, '2025-11-11 01:12:56'),
(1153, 60, 23, 5, 14, '2025-11-11 01:12:56'),
(1154, 60, 23, 6, 14, '2025-11-11 01:12:56'),
(1155, 60, 23, 7, 14, '2025-11-11 01:12:56'),
(1156, 60, 23, 8, 14, '2025-11-11 01:12:56'),
(1157, 60, 24, 4, 14, '2025-11-11 01:12:56'),
(1158, 60, 24, 5, 14, '2025-11-11 01:12:56'),
(1159, 60, 24, 6, 14, '2025-11-11 01:12:56'),
(1160, 60, 24, 7, 14, '2025-11-11 01:12:56'),
(1161, 60, 24, 8, 14, '2025-11-11 01:12:56'),
(1162, 745, 1, 1, 14, '2025-11-11 01:21:03'),
(1163, 745, 1, 2, 14, '2025-11-11 01:21:03'),
(1164, 745, 1, 3, 14, '2025-11-11 01:21:03'),
(1165, 745, 2, 1, 14, '2025-11-11 01:21:03'),
(1166, 745, 2, 2, 14, '2025-11-11 01:21:03'),
(1167, 745, 2, 3, 14, '2025-11-11 01:21:03'),
(1168, 745, 3, 1, 14, '2025-11-11 01:21:03'),
(1169, 745, 3, 2, 14, '2025-11-11 01:21:03'),
(1170, 745, 3, 3, 14, '2025-11-11 01:21:03'),
(1171, 745, 4, 1, 14, '2025-11-11 01:21:03'),
(1172, 745, 4, 2, 14, '2025-11-11 01:21:03'),
(1173, 745, 4, 3, 14, '2025-11-11 01:21:03'),
(1174, 745, 5, 1, 14, '2025-11-11 01:21:03'),
(1175, 745, 5, 2, 14, '2025-11-11 01:21:03'),
(1176, 745, 5, 3, 14, '2025-11-11 01:21:03'),
(1177, 745, 6, 1, 14, '2025-11-11 01:21:03'),
(1178, 745, 6, 2, 14, '2025-11-11 01:21:03'),
(1179, 745, 6, 3, 14, '2025-11-11 01:21:03'),
(1180, 745, 7, 1, 14, '2025-11-11 01:21:03'),
(1181, 745, 7, 2, 14, '2025-11-11 01:21:03'),
(1182, 745, 7, 3, 14, '2025-11-11 01:21:03'),
(1183, 1401, 1, 1, 14, '2025-11-11 01:38:46'),
(1184, 1401, 1, 2, 14, '2025-11-11 01:38:46'),
(1185, 1401, 2, 1, 14, '2025-11-11 01:38:46'),
(1186, 1401, 2, 2, 14, '2025-11-11 01:38:46'),
(1187, 1401, 2, 3, 14, '2025-11-11 01:38:46'),
(1188, 1401, 3, 1, 14, '2025-11-11 01:38:46'),
(1189, 1401, 3, 2, 14, '2025-11-11 01:38:46'),
(1190, 1401, 3, 3, 14, '2025-11-11 01:38:46'),
(1191, 1401, 4, 1, 14, '2025-11-11 01:38:46'),
(1192, 1401, 4, 2, 14, '2025-11-11 01:38:46'),
(1193, 1401, 4, 3, 14, '2025-11-11 01:38:46'),
(1194, 1401, 5, 1, 14, '2025-11-11 01:38:46'),
(1195, 1401, 5, 2, 14, '2025-11-11 01:38:46'),
(1196, 1401, 5, 3, 14, '2025-11-11 01:38:46'),
(1197, 1401, 6, 1, 14, '2025-11-11 01:38:46'),
(1198, 1401, 6, 2, 14, '2025-11-11 01:38:46'),
(1199, 1401, 6, 3, 14, '2025-11-11 01:38:46'),
(1200, 1401, 7, 1, 14, '2025-11-11 01:38:46'),
(1201, 1401, 7, 2, 14, '2025-11-11 01:38:46'),
(1202, 1401, 7, 3, 14, '2025-11-11 01:38:46'),
(1203, 1123, 1, 1, 14, '2025-11-11 01:39:50'),
(1204, 1123, 1, 2, 14, '2025-11-11 01:39:50'),
(1205, 1123, 1, 3, 14, '2025-11-11 01:39:50'),
(1206, 1123, 2, 1, 14, '2025-11-11 01:39:50'),
(1207, 1123, 2, 2, 14, '2025-11-11 01:39:50'),
(1208, 1123, 2, 3, 14, '2025-11-11 01:39:50'),
(1209, 1123, 3, 1, 14, '2025-11-11 01:39:50'),
(1210, 1123, 3, 2, 14, '2025-11-11 01:39:50'),
(1211, 1123, 3, 3, 14, '2025-11-11 01:39:50'),
(1212, 1123, 4, 1, 14, '2025-11-11 01:39:50'),
(1213, 1123, 4, 2, 14, '2025-11-11 01:39:50'),
(1214, 1123, 4, 3, 14, '2025-11-11 01:39:50'),
(1215, 1123, 5, 1, 14, '2025-11-11 01:39:50'),
(1216, 1123, 5, 2, 14, '2025-11-11 01:39:50'),
(1217, 1123, 5, 3, 14, '2025-11-11 01:39:50'),
(1218, 1123, 6, 1, 14, '2025-11-11 01:39:50'),
(1219, 1123, 6, 2, 14, '2025-11-11 01:39:50'),
(1220, 1123, 6, 3, 14, '2025-11-11 01:39:50'),
(1221, 1123, 7, 1, 14, '2025-11-11 01:39:50'),
(1222, 1123, 7, 2, 14, '2025-11-11 01:39:50'),
(1223, 1123, 7, 3, 14, '2025-11-11 01:39:50'),
(1224, 1388, 1, 1, 14, '2025-11-11 01:44:01'),
(1225, 1388, 1, 2, 14, '2025-11-11 01:44:01'),
(1226, 1388, 1, 3, 14, '2025-11-11 01:44:01'),
(1227, 1388, 2, 1, 14, '2025-11-11 01:44:01'),
(1228, 1388, 2, 2, 14, '2025-11-11 01:44:01'),
(1229, 1388, 2, 3, 14, '2025-11-11 01:44:01'),
(1230, 1388, 3, 1, 14, '2025-11-11 01:44:01'),
(1231, 1388, 3, 2, 14, '2025-11-11 01:44:01'),
(1232, 1388, 3, 3, 14, '2025-11-11 01:44:01'),
(1233, 1388, 4, 1, 14, '2025-11-11 01:44:01'),
(1234, 1388, 4, 2, 14, '2025-11-11 01:44:01'),
(1235, 1388, 4, 3, 14, '2025-11-11 01:44:01'),
(1236, 1388, 5, 1, 14, '2025-11-11 01:44:01'),
(1237, 1388, 5, 2, 14, '2025-11-11 01:44:01'),
(1238, 1388, 5, 3, 14, '2025-11-11 01:44:01'),
(1239, 1388, 6, 1, 14, '2025-11-11 01:44:01'),
(1240, 1388, 6, 2, 14, '2025-11-11 01:44:01'),
(1241, 1388, 6, 3, 14, '2025-11-11 01:44:01'),
(1242, 1388, 7, 1, 14, '2025-11-11 01:44:01'),
(1243, 1388, 7, 2, 14, '2025-11-11 01:44:01'),
(1244, 1388, 7, 3, 14, '2025-11-11 01:44:01'),
(1245, 294, 1, 1, 14, '2025-11-11 01:55:41'),
(1246, 294, 1, 2, 14, '2025-11-11 01:55:41'),
(1247, 294, 1, 3, 14, '2025-11-11 01:55:41'),
(1248, 294, 2, 1, 14, '2025-11-11 01:55:41'),
(1249, 294, 2, 2, 14, '2025-11-11 01:55:41'),
(1250, 294, 2, 3, 14, '2025-11-11 01:55:41'),
(1251, 294, 3, 1, 14, '2025-11-11 01:55:41'),
(1252, 294, 3, 2, 14, '2025-11-11 01:55:41'),
(1253, 294, 3, 3, 14, '2025-11-11 01:55:41'),
(1254, 294, 4, 1, 14, '2025-11-11 01:55:41'),
(1255, 294, 4, 2, 14, '2025-11-11 01:55:41'),
(1256, 294, 4, 3, 14, '2025-11-11 01:55:41'),
(1257, 294, 5, 1, 14, '2025-11-11 01:55:41'),
(1258, 294, 5, 2, 14, '2025-11-11 01:55:41'),
(1259, 294, 5, 3, 14, '2025-11-11 01:55:41'),
(1260, 294, 6, 1, 14, '2025-11-11 01:55:41'),
(1261, 294, 6, 2, 14, '2025-11-11 01:55:41'),
(1262, 294, 6, 3, 14, '2025-11-11 01:55:41'),
(1263, 294, 7, 1, 14, '2025-11-11 01:55:41'),
(1264, 294, 7, 2, 14, '2025-11-11 01:55:41'),
(1265, 294, 7, 3, 14, '2025-11-11 01:55:41'),
(1266, 2262, 1, 1, 14, '2025-11-11 02:01:14'),
(1267, 2262, 1, 2, 14, '2025-11-11 02:01:14'),
(1268, 2262, 1, 3, 14, '2025-11-11 02:01:14'),
(1269, 2262, 2, 1, 14, '2025-11-11 02:01:14'),
(1270, 2262, 2, 2, 14, '2025-11-11 02:01:14'),
(1271, 2262, 2, 3, 14, '2025-11-11 02:01:14'),
(1272, 2262, 3, 1, 14, '2025-11-11 02:01:14'),
(1273, 2262, 3, 2, 14, '2025-11-11 02:01:14'),
(1274, 2262, 3, 3, 14, '2025-11-11 02:01:14'),
(1275, 2262, 4, 1, 14, '2025-11-11 02:01:14'),
(1276, 2262, 4, 2, 14, '2025-11-11 02:01:14'),
(1277, 2262, 4, 3, 14, '2025-11-11 02:01:14'),
(1278, 2262, 5, 1, 14, '2025-11-11 02:01:14'),
(1279, 2262, 5, 2, 14, '2025-11-11 02:01:14'),
(1280, 2262, 5, 3, 14, '2025-11-11 02:01:14'),
(1281, 2262, 6, 1, 14, '2025-11-11 02:01:14'),
(1282, 2262, 6, 2, 14, '2025-11-11 02:01:14'),
(1283, 2262, 6, 3, 14, '2025-11-11 02:01:14'),
(1284, 2262, 7, 1, 14, '2025-11-11 02:01:14'),
(1285, 2262, 7, 2, 14, '2025-11-11 02:01:14'),
(1286, 2262, 7, 3, 14, '2025-11-11 02:01:14'),
(1287, 2266, 1, 1, 14, '2025-11-11 02:02:25'),
(1288, 2266, 1, 2, 14, '2025-11-11 02:02:25'),
(1289, 2266, 1, 3, 14, '2025-11-11 02:02:25'),
(1290, 2266, 2, 1, 14, '2025-11-11 02:02:25'),
(1291, 2266, 2, 2, 14, '2025-11-11 02:02:25'),
(1292, 2266, 2, 3, 14, '2025-11-11 02:02:25'),
(1293, 2266, 3, 1, 14, '2025-11-11 02:02:25'),
(1294, 2266, 3, 2, 14, '2025-11-11 02:02:25'),
(1295, 2266, 3, 3, 14, '2025-11-11 02:02:25'),
(1296, 2266, 4, 1, 14, '2025-11-11 02:02:25'),
(1297, 2266, 4, 2, 14, '2025-11-11 02:02:25'),
(1298, 2266, 4, 3, 14, '2025-11-11 02:02:25'),
(1299, 2266, 5, 1, 14, '2025-11-11 02:02:25'),
(1300, 2266, 5, 2, 14, '2025-11-11 02:02:25'),
(1301, 2266, 5, 3, 14, '2025-11-11 02:02:25'),
(1302, 2266, 6, 1, 14, '2025-11-11 02:02:25'),
(1303, 2266, 6, 2, 14, '2025-11-11 02:02:25'),
(1304, 2266, 6, 3, 14, '2025-11-11 02:02:25'),
(1305, 2266, 7, 1, 14, '2025-11-11 02:02:25'),
(1306, 2266, 7, 2, 14, '2025-11-11 02:02:25'),
(1307, 2266, 7, 3, 14, '2025-11-11 02:02:25'),
(1308, 1740, 1, 1, 14, '2025-11-11 02:03:31'),
(1309, 1740, 1, 2, 14, '2025-11-11 02:03:31'),
(1310, 1740, 1, 3, 14, '2025-11-11 02:03:31'),
(1311, 1740, 2, 1, 14, '2025-11-11 02:03:31'),
(1312, 1740, 2, 2, 14, '2025-11-11 02:03:31'),
(1313, 1740, 2, 3, 14, '2025-11-11 02:03:31'),
(1314, 1740, 3, 1, 14, '2025-11-11 02:03:31'),
(1315, 1740, 3, 2, 14, '2025-11-11 02:03:31'),
(1316, 1740, 3, 3, 14, '2025-11-11 02:03:31'),
(1317, 1740, 4, 1, 14, '2025-11-11 02:03:31'),
(1318, 1740, 4, 2, 14, '2025-11-11 02:03:31'),
(1319, 1740, 4, 3, 14, '2025-11-11 02:03:31'),
(1320, 1740, 5, 1, 14, '2025-11-11 02:03:31'),
(1321, 1740, 5, 2, 14, '2025-11-11 02:03:31'),
(1322, 1740, 5, 3, 14, '2025-11-11 02:03:31'),
(1323, 1740, 6, 1, 14, '2025-11-11 02:03:31'),
(1324, 1740, 6, 2, 14, '2025-11-11 02:03:31'),
(1325, 1740, 6, 3, 14, '2025-11-11 02:03:31'),
(1326, 1740, 7, 1, 14, '2025-11-11 02:03:31'),
(1327, 1740, 7, 2, 14, '2025-11-11 02:03:31'),
(1328, 1740, 7, 3, 14, '2025-11-11 02:03:31'),
(1329, 2257, 1, 1, 14, '2025-11-11 02:08:42'),
(1330, 2257, 1, 2, 14, '2025-11-11 02:08:42'),
(1331, 2257, 1, 3, 14, '2025-11-11 02:08:42'),
(1332, 2257, 2, 1, 14, '2025-11-11 02:08:42'),
(1333, 2257, 2, 2, 14, '2025-11-11 02:08:42'),
(1334, 2257, 2, 3, 14, '2025-11-11 02:08:42'),
(1335, 2257, 3, 1, 14, '2025-11-11 02:08:42'),
(1336, 2257, 3, 2, 14, '2025-11-11 02:08:42'),
(1337, 2257, 3, 3, 14, '2025-11-11 02:08:42'),
(1338, 2257, 4, 1, 14, '2025-11-11 02:08:42'),
(1339, 2257, 4, 2, 14, '2025-11-11 02:08:42'),
(1340, 2257, 4, 3, 14, '2025-11-11 02:08:42'),
(1341, 2257, 5, 1, 14, '2025-11-11 02:08:42'),
(1342, 2257, 5, 2, 14, '2025-11-11 02:08:42'),
(1343, 2257, 5, 3, 14, '2025-11-11 02:08:42'),
(1344, 2257, 6, 1, 14, '2025-11-11 02:08:42'),
(1345, 2257, 6, 2, 14, '2025-11-11 02:08:42'),
(1346, 2257, 6, 3, 14, '2025-11-11 02:08:42'),
(1347, 2257, 7, 1, 14, '2025-11-11 02:08:42'),
(1348, 2257, 7, 2, 14, '2025-11-11 02:08:42'),
(1349, 2257, 7, 3, 14, '2025-11-11 02:08:42'),
(1362, 2171, 1, 1, 14, '2025-11-11 02:18:46'),
(1363, 2171, 1, 2, 14, '2025-11-11 02:18:46'),
(1364, 2171, 1, 3, 14, '2025-11-11 02:18:46'),
(1365, 2171, 2, 1, 14, '2025-11-11 02:18:46'),
(1366, 2171, 2, 2, 14, '2025-11-11 02:18:46'),
(1367, 2171, 2, 3, 14, '2025-11-11 02:18:46'),
(1368, 2171, 3, 1, 14, '2025-11-11 02:18:46'),
(1369, 2171, 3, 2, 14, '2025-11-11 02:18:46'),
(1370, 2171, 3, 3, 14, '2025-11-11 02:18:46'),
(1371, 2171, 4, 1, 14, '2025-11-11 02:18:46'),
(1372, 2171, 4, 2, 14, '2025-11-11 02:18:46'),
(1373, 2171, 4, 3, 14, '2025-11-11 02:18:46'),
(1374, 1228, 1, 1, 14, '2025-11-11 02:19:59'),
(1375, 1228, 1, 2, 14, '2025-11-11 02:19:59'),
(1376, 1228, 1, 3, 14, '2025-11-11 02:19:59'),
(1377, 1228, 2, 1, 14, '2025-11-11 02:19:59'),
(1378, 1228, 2, 2, 14, '2025-11-11 02:19:59'),
(1379, 1228, 2, 3, 14, '2025-11-11 02:19:59'),
(1380, 1228, 3, 1, 14, '2025-11-11 02:19:59'),
(1381, 1228, 3, 2, 14, '2025-11-11 02:19:59'),
(1382, 1228, 3, 3, 14, '2025-11-11 02:19:59'),
(1383, 1228, 4, 1, 14, '2025-11-11 02:19:59'),
(1384, 1228, 4, 2, 14, '2025-11-11 02:19:59'),
(1385, 1228, 4, 3, 14, '2025-11-11 02:19:59'),
(1386, 1228, 5, 1, 14, '2025-11-11 02:19:59'),
(1387, 1228, 5, 2, 14, '2025-11-11 02:19:59'),
(1388, 1228, 5, 3, 14, '2025-11-11 02:19:59'),
(1389, 1228, 6, 1, 14, '2025-11-11 02:19:59'),
(1390, 1228, 6, 2, 14, '2025-11-11 02:19:59'),
(1391, 1228, 6, 3, 14, '2025-11-11 02:19:59'),
(1392, 1228, 7, 1, 14, '2025-11-11 02:19:59'),
(1393, 1228, 7, 2, 14, '2025-11-11 02:19:59'),
(1394, 1228, 7, 3, 14, '2025-11-11 02:19:59'),
(1395, 1204, 1, 1, 14, '2025-11-11 02:21:16'),
(1396, 1204, 1, 2, 14, '2025-11-11 02:21:16'),
(1397, 1204, 1, 3, 14, '2025-11-11 02:21:16'),
(1398, 1204, 2, 1, 14, '2025-11-11 02:21:16'),
(1399, 1204, 2, 2, 14, '2025-11-11 02:21:16'),
(1400, 1204, 2, 3, 14, '2025-11-11 02:21:16'),
(1401, 1204, 3, 1, 14, '2025-11-11 02:21:16'),
(1402, 1204, 3, 2, 14, '2025-11-11 02:21:16'),
(1403, 1204, 3, 3, 14, '2025-11-11 02:21:16'),
(1404, 1204, 4, 1, 14, '2025-11-11 02:21:16'),
(1405, 1204, 4, 2, 14, '2025-11-11 02:21:16'),
(1406, 1204, 4, 3, 14, '2025-11-11 02:21:16'),
(1407, 1204, 5, 1, 14, '2025-11-11 02:21:16'),
(1408, 1204, 5, 2, 14, '2025-11-11 02:21:16'),
(1409, 1204, 5, 3, 14, '2025-11-11 02:21:16'),
(1410, 1204, 6, 1, 14, '2025-11-11 02:21:16'),
(1411, 1204, 6, 2, 14, '2025-11-11 02:21:16'),
(1412, 1204, 6, 3, 14, '2025-11-11 02:21:16'),
(1413, 1204, 7, 1, 14, '2025-11-11 02:21:16'),
(1414, 1204, 7, 2, 14, '2025-11-11 02:21:16'),
(1415, 1204, 7, 3, 14, '2025-11-11 02:21:16'),
(1416, 1389, 1, 1, 14, '2025-11-11 02:53:29'),
(1417, 1389, 1, 2, 14, '2025-11-11 02:53:29'),
(1418, 1389, 1, 3, 14, '2025-11-11 02:53:29'),
(1419, 1389, 2, 1, 14, '2025-11-11 02:53:29'),
(1420, 1389, 2, 2, 14, '2025-11-11 02:53:29'),
(1421, 1389, 2, 3, 14, '2025-11-11 02:53:29'),
(1422, 1389, 3, 1, 14, '2025-11-11 02:53:29'),
(1423, 1389, 3, 2, 14, '2025-11-11 02:53:29'),
(1424, 1389, 3, 3, 14, '2025-11-11 02:53:29'),
(1425, 1389, 4, 1, 14, '2025-11-11 02:53:29'),
(1426, 1389, 4, 2, 14, '2025-11-11 02:53:29'),
(1427, 1389, 4, 3, 14, '2025-11-11 02:53:29'),
(1428, 1812, 1, 1, 14, '2025-11-11 02:55:23'),
(1429, 1812, 1, 2, 14, '2025-11-11 02:55:23'),
(1430, 1812, 1, 3, 14, '2025-11-11 02:55:23'),
(1431, 1812, 2, 1, 14, '2025-11-11 02:55:23'),
(1432, 1812, 2, 2, 14, '2025-11-11 02:55:23'),
(1433, 1812, 2, 3, 14, '2025-11-11 02:55:23'),
(1434, 1812, 3, 1, 14, '2025-11-11 02:55:23'),
(1435, 1812, 3, 2, 14, '2025-11-11 02:55:23'),
(1436, 1812, 3, 3, 14, '2025-11-11 02:55:23'),
(1437, 1812, 4, 1, 14, '2025-11-11 02:55:23'),
(1438, 1812, 4, 2, 14, '2025-11-11 02:55:23'),
(1439, 1812, 4, 3, 14, '2025-11-11 02:55:23'),
(1440, 1812, 5, 1, 14, '2025-11-11 02:55:23'),
(1441, 1812, 5, 2, 14, '2025-11-11 02:55:23'),
(1442, 1812, 5, 3, 14, '2025-11-11 02:55:23'),
(1443, 1812, 6, 1, 14, '2025-11-11 02:55:23'),
(1444, 1812, 6, 2, 14, '2025-11-11 02:55:23'),
(1445, 1812, 6, 3, 14, '2025-11-11 02:55:23'),
(1446, 1812, 7, 1, 14, '2025-11-11 02:55:23'),
(1447, 1812, 7, 2, 14, '2025-11-11 02:55:23'),
(1448, 1812, 7, 3, 14, '2025-11-11 02:55:23'),
(1449, 190, 1, 1, 14, '2025-11-11 02:56:28'),
(1450, 190, 1, 2, 14, '2025-11-11 02:56:28'),
(1451, 190, 1, 3, 14, '2025-11-11 02:56:28'),
(1452, 190, 2, 1, 14, '2025-11-11 02:56:28'),
(1453, 190, 2, 2, 14, '2025-11-11 02:56:28'),
(1454, 190, 2, 3, 14, '2025-11-11 02:56:28'),
(1455, 190, 3, 1, 14, '2025-11-11 02:56:28'),
(1456, 190, 3, 2, 14, '2025-11-11 02:56:28'),
(1457, 190, 3, 3, 14, '2025-11-11 02:56:28'),
(1458, 190, 4, 1, 14, '2025-11-11 02:56:28'),
(1459, 190, 4, 2, 14, '2025-11-11 02:56:28'),
(1460, 190, 4, 3, 14, '2025-11-11 02:56:28'),
(1461, 190, 5, 1, 14, '2025-11-11 02:56:28'),
(1462, 190, 5, 2, 14, '2025-11-11 02:56:28'),
(1463, 190, 5, 3, 14, '2025-11-11 02:56:28'),
(1464, 190, 6, 1, 14, '2025-11-11 02:56:28'),
(1465, 190, 6, 2, 14, '2025-11-11 02:56:28'),
(1466, 190, 6, 3, 14, '2025-11-11 02:56:28'),
(1467, 190, 7, 1, 14, '2025-11-11 02:56:28'),
(1468, 190, 7, 2, 14, '2025-11-11 02:56:28'),
(1469, 190, 7, 3, 14, '2025-11-11 02:56:28'),
(1470, 189, 1, 1, 14, '2025-11-11 02:59:35'),
(1471, 189, 1, 2, 14, '2025-11-11 02:59:35'),
(1472, 189, 1, 3, 14, '2025-11-11 02:59:35'),
(1473, 189, 2, 1, 14, '2025-11-11 02:59:35'),
(1474, 189, 2, 2, 14, '2025-11-11 02:59:35'),
(1475, 189, 2, 3, 14, '2025-11-11 02:59:35'),
(1476, 189, 3, 1, 14, '2025-11-11 02:59:35'),
(1477, 189, 3, 2, 14, '2025-11-11 02:59:35'),
(1478, 189, 3, 3, 14, '2025-11-11 02:59:35'),
(1479, 189, 4, 1, 14, '2025-11-11 02:59:35'),
(1480, 189, 4, 2, 14, '2025-11-11 02:59:35'),
(1481, 189, 4, 3, 14, '2025-11-11 02:59:35'),
(1482, 189, 5, 1, 14, '2025-11-11 02:59:35'),
(1483, 189, 5, 2, 14, '2025-11-11 02:59:35'),
(1484, 189, 5, 3, 14, '2025-11-11 02:59:35'),
(1485, 189, 6, 1, 14, '2025-11-11 02:59:35'),
(1486, 189, 6, 2, 14, '2025-11-11 02:59:35'),
(1487, 189, 6, 3, 14, '2025-11-11 02:59:35'),
(1488, 189, 7, 1, 14, '2025-11-11 02:59:35'),
(1489, 189, 7, 2, 14, '2025-11-11 02:59:35'),
(1490, 189, 7, 3, 14, '2025-11-11 02:59:35'),
(1491, 189, 8, 1, 14, '2025-11-11 02:59:35'),
(1492, 189, 8, 3, 14, '2025-11-11 02:59:35'),
(1493, 189, 9, 1, 14, '2025-11-11 02:59:35'),
(1494, 189, 9, 3, 14, '2025-11-11 02:59:35'),
(1495, 189, 10, 1, 14, '2025-11-11 02:59:35'),
(1496, 189, 10, 3, 14, '2025-11-11 02:59:35'),
(1497, 189, 11, 1, 14, '2025-11-11 02:59:35'),
(1498, 189, 11, 3, 14, '2025-11-11 02:59:35'),
(1499, 189, 12, 1, 14, '2025-11-11 02:59:35'),
(1500, 189, 12, 3, 14, '2025-11-11 02:59:35'),
(1501, 189, 13, 1, 14, '2025-11-11 02:59:35'),
(1502, 189, 13, 3, 14, '2025-11-11 02:59:35'),
(1503, 189, 14, 4, 14, '2025-11-11 02:59:35'),
(1504, 189, 14, 5, 14, '2025-11-11 02:59:35'),
(1505, 189, 14, 6, 14, '2025-11-11 02:59:35'),
(1506, 189, 15, 4, 14, '2025-11-11 02:59:35'),
(1507, 189, 15, 5, 14, '2025-11-11 02:59:35'),
(1508, 189, 15, 6, 14, '2025-11-11 02:59:35'),
(1509, 189, 16, 4, 14, '2025-11-11 02:59:35'),
(1510, 189, 16, 5, 14, '2025-11-11 02:59:35'),
(1511, 189, 16, 6, 14, '2025-11-11 02:59:35'),
(1512, 189, 17, 4, 14, '2025-11-11 02:59:35'),
(1513, 189, 17, 5, 14, '2025-11-11 02:59:35'),
(1514, 189, 17, 6, 14, '2025-11-11 02:59:35'),
(1515, 189, 18, 4, 14, '2025-11-11 02:59:35'),
(1516, 189, 18, 5, 14, '2025-11-11 02:59:35'),
(1517, 189, 18, 6, 14, '2025-11-11 02:59:35'),
(1518, 189, 19, 4, 14, '2025-11-11 02:59:35'),
(1519, 189, 19, 5, 14, '2025-11-11 02:59:35'),
(1520, 189, 19, 6, 14, '2025-11-11 02:59:35'),
(1521, 189, 20, 4, 14, '2025-11-11 02:59:35'),
(1522, 189, 20, 5, 14, '2025-11-11 02:59:35'),
(1523, 189, 20, 6, 14, '2025-11-11 02:59:35'),
(1524, 189, 21, 4, 14, '2025-11-11 02:59:35'),
(1525, 189, 21, 5, 14, '2025-11-11 02:59:35'),
(1526, 189, 21, 6, 14, '2025-11-11 02:59:35'),
(1527, 189, 22, 4, 14, '2025-11-11 02:59:35'),
(1528, 189, 22, 5, 14, '2025-11-11 02:59:35'),
(1529, 189, 22, 6, 14, '2025-11-11 02:59:35'),
(1530, 189, 23, 4, 14, '2025-11-11 02:59:35'),
(1531, 189, 23, 5, 14, '2025-11-11 02:59:35'),
(1532, 189, 23, 6, 14, '2025-11-11 02:59:35'),
(1533, 189, 24, 4, 14, '2025-11-11 02:59:35'),
(1534, 189, 24, 5, 14, '2025-11-11 02:59:35'),
(1535, 189, 24, 6, 14, '2025-11-11 02:59:35'),
(1536, 1593, 1, 1, 14, '2025-11-11 03:06:20'),
(1537, 1593, 1, 2, 14, '2025-11-11 03:06:20'),
(1538, 1593, 1, 3, 14, '2025-11-11 03:06:20'),
(1539, 1593, 2, 1, 14, '2025-11-11 03:06:20'),
(1540, 1593, 2, 2, 14, '2025-11-11 03:06:20'),
(1541, 1593, 2, 3, 14, '2025-11-11 03:06:20'),
(1542, 1593, 3, 1, 14, '2025-11-11 03:06:20'),
(1543, 1593, 3, 2, 14, '2025-11-11 03:06:20'),
(1544, 1593, 3, 3, 14, '2025-11-11 03:06:20'),
(1545, 1593, 4, 1, 14, '2025-11-11 03:06:20'),
(1546, 1593, 4, 2, 14, '2025-11-11 03:06:20'),
(1547, 1593, 4, 3, 14, '2025-11-11 03:06:20'),
(1548, 1593, 5, 1, 14, '2025-11-11 03:06:20'),
(1549, 1593, 5, 2, 14, '2025-11-11 03:06:20'),
(1550, 1593, 5, 3, 14, '2025-11-11 03:06:20'),
(1551, 1593, 6, 1, 14, '2025-11-11 03:06:20'),
(1552, 1593, 6, 2, 14, '2025-11-11 03:06:20'),
(1553, 1593, 6, 3, 14, '2025-11-11 03:06:20'),
(1554, 1593, 7, 1, 14, '2025-11-11 03:06:20'),
(1555, 1593, 7, 2, 14, '2025-11-11 03:06:20'),
(1556, 1593, 7, 3, 14, '2025-11-11 03:06:20'),
(1557, 702, 1, 1, 14, '2025-11-11 03:16:04'),
(1558, 702, 1, 2, 14, '2025-11-11 03:16:04'),
(1559, 702, 1, 3, 14, '2025-11-11 03:16:04'),
(1560, 702, 2, 1, 14, '2025-11-11 03:16:04'),
(1561, 702, 2, 2, 14, '2025-11-11 03:16:04'),
(1562, 702, 2, 3, 14, '2025-11-11 03:16:04'),
(1563, 702, 3, 1, 14, '2025-11-11 03:16:04'),
(1564, 702, 3, 2, 14, '2025-11-11 03:16:04'),
(1565, 702, 3, 3, 14, '2025-11-11 03:16:04'),
(1566, 251, 1, 1, 14, '2025-11-11 03:18:19'),
(1567, 251, 1, 2, 14, '2025-11-11 03:18:19'),
(1568, 251, 1, 3, 14, '2025-11-11 03:18:19'),
(1569, 251, 2, 1, 14, '2025-11-11 03:18:19'),
(1570, 251, 2, 2, 14, '2025-11-11 03:18:19'),
(1571, 251, 2, 3, 14, '2025-11-11 03:18:19'),
(1572, 251, 3, 1, 14, '2025-11-11 03:18:19'),
(1573, 251, 3, 2, 14, '2025-11-11 03:18:19'),
(1574, 251, 3, 3, 14, '2025-11-11 03:18:19'),
(1575, 251, 4, 1, 14, '2025-11-11 03:18:19'),
(1576, 251, 4, 2, 14, '2025-11-11 03:18:19'),
(1577, 251, 4, 3, 14, '2025-11-11 03:18:19'),
(1578, 1113, 1, 1, 14, '2025-11-11 03:19:35'),
(1579, 1113, 1, 2, 14, '2025-11-11 03:19:35'),
(1580, 1113, 1, 3, 14, '2025-11-11 03:19:35'),
(1581, 1113, 2, 1, 14, '2025-11-11 03:19:35'),
(1582, 1113, 2, 2, 14, '2025-11-11 03:19:35'),
(1583, 1113, 2, 3, 14, '2025-11-11 03:19:35'),
(1584, 1113, 3, 1, 14, '2025-11-11 03:19:35'),
(1585, 1113, 3, 2, 14, '2025-11-11 03:19:35'),
(1586, 1113, 3, 3, 14, '2025-11-11 03:19:35'),
(1587, 1113, 4, 1, 14, '2025-11-11 03:19:35'),
(1588, 1113, 4, 2, 14, '2025-11-11 03:19:35'),
(1589, 1113, 4, 3, 14, '2025-11-11 03:19:35'),
(1590, 380, 1, 1, 14, '2025-11-11 03:30:08'),
(1591, 380, 1, 2, 14, '2025-11-11 03:30:08'),
(1592, 380, 1, 3, 14, '2025-11-11 03:30:08'),
(1593, 380, 2, 1, 14, '2025-11-11 03:30:08'),
(1594, 380, 2, 2, 14, '2025-11-11 03:30:08'),
(1595, 380, 2, 3, 14, '2025-11-11 03:30:08'),
(1596, 380, 3, 1, 14, '2025-11-11 03:30:08'),
(1597, 380, 3, 2, 14, '2025-11-11 03:30:08'),
(1598, 380, 3, 3, 14, '2025-11-11 03:30:08'),
(1599, 380, 4, 1, 14, '2025-11-11 03:30:08'),
(1600, 380, 4, 2, 14, '2025-11-11 03:30:08'),
(1601, 380, 4, 3, 14, '2025-11-11 03:30:08'),
(1602, 380, 5, 1, 14, '2025-11-11 03:30:08'),
(1603, 380, 5, 2, 14, '2025-11-11 03:30:08'),
(1604, 380, 5, 3, 14, '2025-11-11 03:30:08'),
(1605, 252, 1, 1, 14, '2025-11-11 03:33:00'),
(1606, 252, 1, 2, 14, '2025-11-11 03:33:00'),
(1607, 252, 1, 3, 14, '2025-11-11 03:33:00'),
(1608, 252, 2, 1, 14, '2025-11-11 03:33:00'),
(1609, 252, 2, 2, 14, '2025-11-11 03:33:00'),
(1610, 252, 2, 3, 14, '2025-11-11 03:33:00'),
(1611, 252, 3, 1, 14, '2025-11-11 03:33:00'),
(1612, 252, 3, 2, 14, '2025-11-11 03:33:00'),
(1613, 252, 3, 3, 14, '2025-11-11 03:33:00'),
(1614, 252, 4, 1, 14, '2025-11-11 03:33:00'),
(1615, 252, 4, 2, 14, '2025-11-11 03:33:00'),
(1616, 252, 4, 3, 14, '2025-11-11 03:33:00'),
(1638, 1936, 1, 1, 14, '2025-11-11 06:34:10'),
(1639, 1936, 1, 2, 14, '2025-11-11 06:34:10'),
(1640, 1936, 1, 3, 14, '2025-11-11 06:34:10'),
(1641, 1936, 2, 1, 14, '2025-11-11 06:34:10'),
(1642, 1936, 2, 2, 14, '2025-11-11 06:34:10'),
(1643, 1936, 2, 3, 14, '2025-11-11 06:34:10'),
(1644, 1936, 3, 1, 14, '2025-11-11 06:34:10'),
(1645, 1936, 3, 2, 14, '2025-11-11 06:34:10'),
(1646, 1936, 3, 3, 14, '2025-11-11 06:34:10'),
(1647, 1936, 4, 1, 14, '2025-11-11 06:34:10'),
(1648, 1936, 4, 2, 14, '2025-11-11 06:34:10'),
(1649, 1936, 4, 3, 14, '2025-11-11 06:34:10'),
(1650, 1936, 5, 1, 14, '2025-11-11 06:34:10'),
(1651, 1936, 5, 2, 14, '2025-11-11 06:34:10'),
(1652, 1936, 5, 3, 14, '2025-11-11 06:34:10'),
(1653, 1936, 6, 1, 14, '2025-11-11 06:34:10'),
(1654, 1936, 6, 2, 14, '2025-11-11 06:34:10'),
(1655, 1936, 6, 3, 14, '2025-11-11 06:34:10'),
(1656, 1936, 7, 1, 14, '2025-11-11 06:34:10'),
(1657, 1936, 7, 2, 14, '2025-11-11 06:34:10'),
(1658, 1936, 7, 3, 14, '2025-11-11 06:34:10'),
(1659, 1784, 1, 1, 14, '2025-11-11 06:35:38'),
(1660, 1784, 1, 2, 14, '2025-11-11 06:35:38'),
(1661, 1784, 1, 3, 14, '2025-11-11 06:35:38'),
(1662, 1784, 2, 1, 14, '2025-11-11 06:35:38'),
(1663, 1784, 2, 2, 14, '2025-11-11 06:35:38'),
(1664, 1784, 2, 3, 14, '2025-11-11 06:35:38'),
(1665, 1784, 3, 1, 14, '2025-11-11 06:35:38'),
(1666, 1784, 3, 2, 14, '2025-11-11 06:35:38'),
(1667, 1784, 3, 3, 14, '2025-11-11 06:35:38'),
(1668, 1784, 4, 1, 14, '2025-11-11 06:35:38'),
(1669, 1784, 4, 2, 14, '2025-11-11 06:35:38'),
(1670, 1784, 4, 3, 14, '2025-11-11 06:35:38'),
(1671, 1784, 5, 1, 14, '2025-11-11 06:35:38'),
(1672, 1784, 5, 2, 14, '2025-11-11 06:35:38'),
(1673, 1784, 5, 3, 14, '2025-11-11 06:35:38'),
(1674, 1784, 6, 1, 14, '2025-11-11 06:35:38'),
(1675, 1784, 6, 2, 14, '2025-11-11 06:35:38'),
(1676, 1784, 6, 3, 14, '2025-11-11 06:35:38'),
(1677, 1784, 7, 1, 14, '2025-11-11 06:35:38'),
(1678, 1784, 7, 2, 14, '2025-11-11 06:35:38'),
(1679, 1784, 7, 3, 14, '2025-11-11 06:35:38'),
(1680, 128, 1, 1, 14, '2025-11-11 06:43:30'),
(1681, 128, 2, 1, 14, '2025-11-11 06:43:30'),
(1682, 128, 5, 1, 14, '2025-11-11 06:43:30'),
(1683, 128, 6, 1, 14, '2025-11-11 06:43:30'),
(1684, 128, 19, 4, 14, '2025-11-11 06:43:30'),
(1685, 128, 19, 5, 14, '2025-11-11 06:43:30'),
(1686, 128, 20, 5, 14, '2025-11-11 06:43:30'),
(1687, 128, 20, 6, 14, '2025-11-11 06:43:30'),
(1688, 1785, 1, 1, 14, '2025-11-11 06:46:14'),
(1689, 1785, 1, 2, 14, '2025-11-11 06:46:14'),
(1690, 1785, 1, 3, 14, '2025-11-11 06:46:14'),
(1691, 1785, 2, 1, 14, '2025-11-11 06:46:14'),
(1692, 1785, 2, 2, 14, '2025-11-11 06:46:14'),
(1693, 1785, 2, 3, 14, '2025-11-11 06:46:14'),
(1694, 1785, 3, 1, 14, '2025-11-11 06:46:14'),
(1695, 1785, 3, 2, 14, '2025-11-11 06:46:14'),
(1696, 1785, 3, 3, 14, '2025-11-11 06:46:14'),
(1697, 1785, 4, 1, 14, '2025-11-11 06:46:14'),
(1698, 1785, 4, 2, 14, '2025-11-11 06:46:14'),
(1699, 1785, 4, 3, 14, '2025-11-11 06:46:14'),
(1700, 1796, 1, 1, 14, '2025-11-11 06:51:08'),
(1701, 1796, 1, 2, 14, '2025-11-11 06:51:08'),
(1702, 1796, 1, 3, 14, '2025-11-11 06:51:08'),
(1703, 1796, 2, 1, 14, '2025-11-11 06:51:08'),
(1704, 1796, 2, 2, 14, '2025-11-11 06:51:08'),
(1705, 1796, 2, 3, 14, '2025-11-11 06:51:08');
INSERT INTO `school_app_selection` (`id`, `school_id`, `book_id`, `class_id`, `selected_by_id`, `created_at`) VALUES
(1706, 1796, 3, 1, 14, '2025-11-11 06:51:08'),
(1707, 1796, 3, 2, 14, '2025-11-11 06:51:08'),
(1708, 1796, 3, 3, 14, '2025-11-11 06:51:08'),
(1709, 1796, 4, 1, 14, '2025-11-11 06:51:08'),
(1710, 1796, 4, 2, 14, '2025-11-11 06:51:08'),
(1711, 1796, 4, 3, 14, '2025-11-11 06:51:08'),
(1712, 1787, 1, 1, 14, '2025-11-11 06:53:39'),
(1713, 1787, 1, 2, 14, '2025-11-11 06:53:39'),
(1714, 1787, 1, 3, 14, '2025-11-11 06:53:39'),
(1715, 1787, 2, 1, 14, '2025-11-11 06:53:39'),
(1716, 1787, 2, 2, 14, '2025-11-11 06:53:39'),
(1717, 1787, 2, 3, 14, '2025-11-11 06:53:39'),
(1718, 1787, 3, 1, 14, '2025-11-11 06:53:39'),
(1719, 1787, 3, 2, 14, '2025-11-11 06:53:39'),
(1720, 1787, 3, 3, 14, '2025-11-11 06:53:39'),
(1721, 573, 1, 1, 14, '2025-11-11 06:55:47'),
(1722, 573, 1, 2, 14, '2025-11-11 06:55:47'),
(1723, 573, 1, 3, 14, '2025-11-11 06:55:47'),
(1724, 573, 2, 1, 14, '2025-11-11 06:55:47'),
(1725, 573, 2, 2, 14, '2025-11-11 06:55:47'),
(1726, 573, 2, 3, 14, '2025-11-11 06:55:47'),
(1727, 573, 3, 1, 14, '2025-11-11 06:55:47'),
(1728, 573, 3, 2, 14, '2025-11-11 06:55:47'),
(1729, 573, 3, 3, 14, '2025-11-11 06:55:47'),
(1730, 566, 1, 1, 14, '2025-11-11 06:56:42'),
(1731, 566, 1, 2, 14, '2025-11-11 06:56:42'),
(1732, 566, 1, 3, 14, '2025-11-11 06:56:42'),
(1733, 566, 2, 1, 14, '2025-11-11 06:56:42'),
(1734, 566, 2, 2, 14, '2025-11-11 06:56:42'),
(1735, 566, 2, 3, 14, '2025-11-11 06:56:42'),
(1736, 566, 3, 1, 14, '2025-11-11 06:56:42'),
(1737, 566, 3, 2, 14, '2025-11-11 06:56:42'),
(1738, 566, 3, 3, 14, '2025-11-11 06:56:42'),
(1739, 2260, 1, 1, 14, '2025-11-11 06:58:16'),
(1740, 2260, 1, 2, 14, '2025-11-11 06:58:16'),
(1741, 2260, 1, 3, 14, '2025-11-11 06:58:16'),
(1742, 2260, 2, 1, 14, '2025-11-11 06:58:16'),
(1743, 2260, 2, 2, 14, '2025-11-11 06:58:16'),
(1744, 2260, 2, 3, 14, '2025-11-11 06:58:16'),
(1745, 2260, 3, 1, 14, '2025-11-11 06:58:16'),
(1746, 2260, 3, 2, 14, '2025-11-11 06:58:16'),
(1747, 2260, 3, 3, 14, '2025-11-11 06:58:16'),
(1748, 2260, 4, 1, 14, '2025-11-11 06:58:16'),
(1749, 2260, 4, 2, 14, '2025-11-11 06:58:16'),
(1750, 2260, 4, 3, 14, '2025-11-11 06:58:16'),
(1751, 2260, 5, 1, 14, '2025-11-11 06:58:16'),
(1752, 2260, 5, 2, 14, '2025-11-11 06:58:16'),
(1753, 2260, 5, 3, 14, '2025-11-11 06:58:16'),
(1754, 2260, 6, 1, 14, '2025-11-11 06:58:16'),
(1755, 2260, 6, 2, 14, '2025-11-11 06:58:16'),
(1756, 2260, 6, 3, 14, '2025-11-11 06:58:16'),
(1757, 2260, 7, 1, 14, '2025-11-11 06:58:16'),
(1758, 2260, 7, 2, 14, '2025-11-11 06:58:16'),
(1759, 2260, 7, 3, 14, '2025-11-11 06:58:16'),
(1760, 2256, 1, 1, 14, '2025-11-11 06:59:34'),
(1761, 2256, 1, 2, 14, '2025-11-11 06:59:34'),
(1762, 2256, 1, 3, 14, '2025-11-11 06:59:34'),
(1763, 2256, 2, 1, 14, '2025-11-11 06:59:34'),
(1764, 2256, 2, 2, 14, '2025-11-11 06:59:34'),
(1765, 2256, 2, 3, 14, '2025-11-11 06:59:34'),
(1766, 2256, 3, 1, 14, '2025-11-11 06:59:34'),
(1767, 2256, 3, 2, 14, '2025-11-11 06:59:34'),
(1768, 2256, 3, 3, 14, '2025-11-11 06:59:34'),
(1769, 2256, 4, 1, 14, '2025-11-11 06:59:34'),
(1770, 2256, 4, 2, 14, '2025-11-11 06:59:34'),
(1771, 2256, 4, 3, 14, '2025-11-11 06:59:34'),
(1772, 1975, 1, 1, 14, '2025-11-12 00:19:36'),
(1773, 1975, 1, 2, 14, '2025-11-12 00:19:36'),
(1774, 1975, 1, 3, 14, '2025-11-12 00:19:36'),
(1775, 1975, 2, 1, 14, '2025-11-12 00:19:36'),
(1776, 1975, 2, 2, 14, '2025-11-12 00:19:36'),
(1777, 1975, 2, 3, 14, '2025-11-12 00:19:36'),
(1778, 1975, 3, 1, 14, '2025-11-12 00:19:36'),
(1779, 1975, 3, 2, 14, '2025-11-12 00:19:36'),
(1780, 1975, 3, 3, 14, '2025-11-12 00:19:36'),
(1781, 1975, 4, 1, 14, '2025-11-12 00:19:36'),
(1782, 1975, 4, 2, 14, '2025-11-12 00:19:36'),
(1783, 1975, 4, 3, 14, '2025-11-12 00:19:36'),
(1784, 1975, 5, 1, 14, '2025-11-12 00:19:36'),
(1785, 1975, 5, 2, 14, '2025-11-12 00:19:36'),
(1786, 1975, 5, 3, 14, '2025-11-12 00:19:36'),
(1787, 1975, 6, 1, 14, '2025-11-12 00:19:36'),
(1788, 1975, 6, 2, 14, '2025-11-12 00:19:36'),
(1789, 1975, 6, 3, 14, '2025-11-12 00:19:36'),
(1790, 1975, 7, 1, 14, '2025-11-12 00:19:36'),
(1791, 1975, 7, 2, 14, '2025-11-12 00:19:36'),
(1792, 1975, 7, 3, 14, '2025-11-12 00:19:36'),
(1793, 1966, 1, 1, 14, '2025-11-12 00:21:10'),
(1794, 1966, 1, 2, 14, '2025-11-12 00:21:10'),
(1795, 1966, 1, 3, 14, '2025-11-12 00:21:10'),
(1796, 1966, 2, 1, 14, '2025-11-12 00:21:10'),
(1797, 1966, 2, 2, 14, '2025-11-12 00:21:10'),
(1798, 1966, 2, 3, 14, '2025-11-12 00:21:10'),
(1799, 1966, 3, 1, 14, '2025-11-12 00:21:10'),
(1800, 1966, 3, 2, 14, '2025-11-12 00:21:10'),
(1801, 1966, 3, 3, 14, '2025-11-12 00:21:10'),
(1802, 1966, 4, 1, 14, '2025-11-12 00:21:10'),
(1803, 1966, 4, 2, 14, '2025-11-12 00:21:10'),
(1804, 1966, 4, 3, 14, '2025-11-12 00:21:10'),
(1805, 1910, 1, 1, 14, '2025-11-12 00:22:08'),
(1806, 1910, 1, 2, 14, '2025-11-12 00:22:08'),
(1807, 1910, 1, 3, 14, '2025-11-12 00:22:08'),
(1808, 1910, 2, 1, 14, '2025-11-12 00:22:08'),
(1809, 1910, 2, 2, 14, '2025-11-12 00:22:08'),
(1810, 1910, 2, 3, 14, '2025-11-12 00:22:08'),
(1811, 1910, 3, 1, 14, '2025-11-12 00:22:08'),
(1812, 1910, 3, 2, 14, '2025-11-12 00:22:08'),
(1813, 1910, 3, 3, 14, '2025-11-12 00:22:08'),
(1814, 1910, 4, 1, 14, '2025-11-12 00:22:08'),
(1815, 1910, 4, 2, 14, '2025-11-12 00:22:08'),
(1816, 1910, 4, 3, 14, '2025-11-12 00:22:08'),
(1817, 2321, 1, 1, 14, '2025-11-12 00:26:34'),
(1818, 2321, 1, 2, 14, '2025-11-12 00:26:34'),
(1819, 2321, 1, 3, 14, '2025-11-12 00:26:34'),
(1820, 2321, 2, 1, 14, '2025-11-12 00:26:34'),
(1821, 2321, 2, 2, 14, '2025-11-12 00:26:34'),
(1822, 2321, 2, 3, 14, '2025-11-12 00:26:34'),
(1823, 2321, 3, 1, 14, '2025-11-12 00:26:34'),
(1824, 2321, 3, 2, 14, '2025-11-12 00:26:34'),
(1825, 2321, 3, 3, 14, '2025-11-12 00:26:34'),
(1826, 2321, 4, 1, 14, '2025-11-12 00:26:34'),
(1827, 2321, 4, 2, 14, '2025-11-12 00:26:34'),
(1828, 2321, 4, 3, 14, '2025-11-12 00:26:34'),
(1829, 2321, 17, 4, 14, '2025-11-12 00:26:34'),
(1830, 2321, 17, 5, 14, '2025-11-12 00:26:34'),
(1831, 2321, 17, 6, 14, '2025-11-12 00:26:34'),
(1832, 2321, 17, 7, 14, '2025-11-12 00:26:34'),
(1833, 2321, 17, 8, 14, '2025-11-12 00:26:34'),
(1834, 2321, 21, 4, 14, '2025-11-12 00:26:34'),
(1835, 2321, 21, 5, 14, '2025-11-12 00:26:34'),
(1836, 2321, 21, 6, 14, '2025-11-12 00:26:34'),
(1837, 2321, 21, 7, 14, '2025-11-12 00:26:34'),
(1838, 2321, 21, 8, 14, '2025-11-12 00:26:34'),
(1839, 2321, 22, 4, 14, '2025-11-12 00:26:34'),
(1840, 2321, 22, 5, 14, '2025-11-12 00:26:34'),
(1841, 2321, 22, 6, 14, '2025-11-12 00:26:34'),
(1842, 2321, 22, 7, 14, '2025-11-12 00:26:34'),
(1843, 2321, 22, 8, 14, '2025-11-12 00:26:34'),
(1844, 2321, 23, 4, 14, '2025-11-12 00:26:34'),
(1845, 2321, 23, 5, 14, '2025-11-12 00:26:34'),
(1846, 2321, 23, 6, 14, '2025-11-12 00:26:34'),
(1847, 2321, 23, 7, 14, '2025-11-12 00:26:34'),
(1848, 2321, 23, 8, 14, '2025-11-12 00:26:34'),
(1849, 2321, 24, 4, 14, '2025-11-12 00:26:34'),
(1850, 2321, 24, 5, 14, '2025-11-12 00:26:34'),
(1851, 2321, 24, 6, 14, '2025-11-12 00:26:34'),
(1852, 2321, 24, 7, 14, '2025-11-12 00:26:34'),
(1853, 2321, 24, 8, 14, '2025-11-12 00:26:34'),
(1854, 2292, 1, 1, 14, '2025-11-12 00:31:02'),
(1855, 2292, 1, 2, 14, '2025-11-12 00:31:02'),
(1856, 2292, 1, 3, 14, '2025-11-12 00:31:02'),
(1857, 2292, 2, 1, 14, '2025-11-12 00:31:02'),
(1858, 2292, 2, 2, 14, '2025-11-12 00:31:02'),
(1859, 2292, 2, 3, 14, '2025-11-12 00:31:02'),
(1860, 2292, 3, 1, 14, '2025-11-12 00:31:02'),
(1861, 2292, 3, 2, 14, '2025-11-12 00:31:02'),
(1862, 2292, 3, 3, 14, '2025-11-12 00:31:02'),
(1863, 2292, 4, 1, 14, '2025-11-12 00:31:02'),
(1864, 2292, 4, 2, 14, '2025-11-12 00:31:02'),
(1865, 2292, 4, 3, 14, '2025-11-12 00:31:02'),
(1866, 2292, 23, 4, 14, '2025-11-12 00:31:02'),
(1867, 2292, 23, 5, 14, '2025-11-12 00:31:02'),
(1868, 2292, 23, 6, 14, '2025-11-12 00:31:02'),
(1869, 2292, 23, 7, 14, '2025-11-12 00:31:02'),
(1870, 2292, 23, 8, 14, '2025-11-12 00:31:02'),
(1871, 2292, 24, 4, 14, '2025-11-12 00:31:02'),
(1872, 2292, 24, 5, 14, '2025-11-12 00:31:02'),
(1873, 2292, 24, 6, 14, '2025-11-12 00:31:02'),
(1874, 2292, 24, 7, 14, '2025-11-12 00:31:02'),
(1875, 2292, 24, 8, 14, '2025-11-12 00:31:02'),
(1876, 2290, 1, 1, 14, '2025-11-12 00:40:27'),
(1877, 2290, 1, 2, 14, '2025-11-12 00:40:27'),
(1878, 2290, 1, 3, 14, '2025-11-12 00:40:27'),
(1879, 2290, 2, 1, 14, '2025-11-12 00:40:27'),
(1880, 2290, 2, 2, 14, '2025-11-12 00:40:27'),
(1881, 2290, 2, 3, 14, '2025-11-12 00:40:27'),
(1882, 2290, 3, 1, 14, '2025-11-12 00:40:27'),
(1883, 2290, 3, 2, 14, '2025-11-12 00:40:27'),
(1884, 2290, 3, 3, 14, '2025-11-12 00:40:27'),
(1885, 2290, 4, 1, 14, '2025-11-12 00:40:27'),
(1886, 2290, 4, 2, 14, '2025-11-12 00:40:27'),
(1887, 2290, 4, 3, 14, '2025-11-12 00:40:27'),
(1888, 2290, 5, 1, 14, '2025-11-12 00:40:27'),
(1889, 2290, 5, 2, 14, '2025-11-12 00:40:27'),
(1890, 2290, 5, 3, 14, '2025-11-12 00:40:27'),
(1891, 2290, 6, 1, 14, '2025-11-12 00:40:27'),
(1892, 2290, 6, 2, 14, '2025-11-12 00:40:27'),
(1893, 2290, 6, 3, 14, '2025-11-12 00:40:27'),
(1894, 2290, 7, 1, 14, '2025-11-12 00:40:27'),
(1895, 2290, 7, 2, 14, '2025-11-12 00:40:27'),
(1896, 2290, 7, 3, 14, '2025-11-12 00:40:27'),
(1897, 2284, 1, 1, 14, '2025-11-12 00:41:39'),
(1898, 2284, 1, 2, 14, '2025-11-12 00:41:39'),
(1899, 2284, 1, 3, 14, '2025-11-12 00:41:39'),
(1900, 2284, 2, 1, 14, '2025-11-12 00:41:39'),
(1901, 2284, 2, 2, 14, '2025-11-12 00:41:39'),
(1902, 2284, 2, 3, 14, '2025-11-12 00:41:39'),
(1903, 2284, 3, 1, 14, '2025-11-12 00:41:39'),
(1904, 2284, 3, 2, 14, '2025-11-12 00:41:39'),
(1905, 2284, 3, 3, 14, '2025-11-12 00:41:39'),
(1906, 2284, 4, 1, 14, '2025-11-12 00:41:39'),
(1907, 2284, 4, 2, 14, '2025-11-12 00:41:39'),
(1908, 2284, 4, 3, 14, '2025-11-12 00:41:39'),
(1909, 2365, 1, 1, 14, '2025-11-12 00:43:14'),
(1910, 2365, 1, 2, 14, '2025-11-12 00:43:14'),
(1911, 2365, 1, 3, 14, '2025-11-12 00:43:14'),
(1912, 2365, 2, 1, 14, '2025-11-12 00:43:14'),
(1913, 2365, 2, 2, 14, '2025-11-12 00:43:14'),
(1914, 2365, 2, 3, 14, '2025-11-12 00:43:14'),
(1915, 2365, 3, 1, 14, '2025-11-12 00:43:14'),
(1916, 2365, 3, 2, 14, '2025-11-12 00:43:14'),
(1917, 2365, 3, 3, 14, '2025-11-12 00:43:14'),
(1918, 2365, 4, 1, 14, '2025-11-12 00:43:14'),
(1919, 2365, 4, 2, 14, '2025-11-12 00:43:14'),
(1920, 2365, 4, 3, 14, '2025-11-12 00:43:14'),
(1921, 2365, 5, 1, 14, '2025-11-12 00:43:14'),
(1922, 2365, 5, 2, 14, '2025-11-12 00:43:14'),
(1923, 2365, 5, 3, 14, '2025-11-12 00:43:14'),
(1924, 2365, 6, 1, 14, '2025-11-12 00:43:14'),
(1925, 2365, 6, 2, 14, '2025-11-12 00:43:14'),
(1926, 2365, 6, 3, 14, '2025-11-12 00:43:14'),
(1927, 2365, 7, 1, 14, '2025-11-12 00:43:14'),
(1928, 2365, 7, 2, 14, '2025-11-12 00:43:14'),
(1929, 2365, 7, 3, 14, '2025-11-12 00:43:14'),
(1930, 950, 1, 1, 14, '2025-11-12 03:42:04'),
(1931, 950, 1, 2, 14, '2025-11-12 03:42:04'),
(1932, 950, 1, 3, 14, '2025-11-12 03:42:04'),
(1933, 950, 2, 1, 14, '2025-11-12 03:42:04'),
(1934, 950, 2, 2, 14, '2025-11-12 03:42:04'),
(1935, 950, 2, 3, 14, '2025-11-12 03:42:04'),
(1936, 950, 3, 1, 14, '2025-11-12 03:42:04'),
(1937, 950, 3, 2, 14, '2025-11-12 03:42:04'),
(1938, 950, 3, 3, 14, '2025-11-12 03:42:04'),
(1939, 950, 4, 1, 14, '2025-11-12 03:42:04'),
(1940, 950, 4, 2, 14, '2025-11-12 03:42:04'),
(1941, 950, 4, 3, 14, '2025-11-12 03:42:04'),
(1942, 950, 5, 1, 14, '2025-11-12 03:42:04'),
(1943, 950, 5, 2, 14, '2025-11-12 03:42:04'),
(1944, 950, 5, 3, 14, '2025-11-12 03:42:04'),
(1945, 950, 6, 1, 14, '2025-11-12 03:42:04'),
(1946, 950, 6, 2, 14, '2025-11-12 03:42:04'),
(1947, 950, 6, 3, 14, '2025-11-12 03:42:04'),
(1948, 950, 7, 1, 14, '2025-11-12 03:42:04'),
(1949, 950, 7, 2, 14, '2025-11-12 03:42:04'),
(1950, 950, 7, 3, 14, '2025-11-12 03:42:04'),
(1951, 1672, 1, 1, 14, '2025-11-12 03:46:30'),
(1952, 1672, 1, 2, 14, '2025-11-12 03:46:30'),
(1953, 1672, 1, 3, 14, '2025-11-12 03:46:30'),
(1954, 1672, 2, 1, 14, '2025-11-12 03:46:30'),
(1955, 1672, 2, 2, 14, '2025-11-12 03:46:30'),
(1956, 1672, 2, 3, 14, '2025-11-12 03:46:30'),
(1957, 1672, 3, 1, 14, '2025-11-12 03:46:30'),
(1958, 1672, 3, 2, 14, '2025-11-12 03:46:30'),
(1959, 1672, 3, 3, 14, '2025-11-12 03:46:30'),
(1960, 1672, 4, 1, 14, '2025-11-12 03:46:30'),
(1961, 1672, 4, 2, 14, '2025-11-12 03:46:30'),
(1962, 1672, 4, 3, 14, '2025-11-12 03:46:30'),
(1963, 1672, 5, 1, 14, '2025-11-12 03:46:30'),
(1964, 1672, 5, 2, 14, '2025-11-12 03:46:30'),
(1965, 1672, 5, 3, 14, '2025-11-12 03:46:30'),
(1966, 1672, 6, 1, 14, '2025-11-12 03:46:30'),
(1967, 1672, 6, 2, 14, '2025-11-12 03:46:30'),
(1968, 1672, 6, 3, 14, '2025-11-12 03:46:30'),
(1969, 1672, 7, 1, 14, '2025-11-12 03:46:30'),
(1970, 1672, 7, 2, 14, '2025-11-12 03:46:30'),
(1971, 1672, 7, 3, 14, '2025-11-12 03:46:30'),
(1972, 1570, 1, 1, 14, '2025-11-12 05:45:05'),
(1973, 1570, 1, 2, 14, '2025-11-12 05:45:05'),
(1974, 1570, 1, 3, 14, '2025-11-12 05:45:05'),
(1975, 1570, 2, 1, 14, '2025-11-12 05:45:05'),
(1976, 1570, 2, 2, 14, '2025-11-12 05:45:05'),
(1977, 1570, 2, 3, 14, '2025-11-12 05:45:05'),
(1978, 1570, 3, 1, 14, '2025-11-12 05:45:05'),
(1979, 1570, 3, 2, 14, '2025-11-12 05:45:05'),
(1980, 1570, 3, 3, 14, '2025-11-12 05:45:05'),
(1981, 1570, 4, 1, 14, '2025-11-12 05:45:05'),
(1982, 1570, 4, 2, 14, '2025-11-12 05:45:05'),
(1983, 1570, 4, 3, 14, '2025-11-12 05:45:05'),
(1984, 1566, 1, 1, 14, '2025-11-12 05:50:55'),
(1985, 1566, 1, 2, 14, '2025-11-12 05:50:55'),
(1986, 1566, 1, 3, 14, '2025-11-12 05:50:55'),
(1987, 1566, 2, 1, 14, '2025-11-12 05:50:55'),
(1988, 1566, 2, 2, 14, '2025-11-12 05:50:55'),
(1989, 1566, 2, 3, 14, '2025-11-12 05:50:55'),
(1990, 1566, 3, 1, 14, '2025-11-12 05:50:55'),
(1991, 1566, 3, 2, 14, '2025-11-12 05:50:55'),
(1992, 1566, 3, 3, 14, '2025-11-12 05:50:55'),
(1993, 1566, 4, 1, 14, '2025-11-12 05:50:55'),
(1994, 1566, 4, 2, 14, '2025-11-12 05:50:55'),
(1995, 1566, 4, 3, 14, '2025-11-12 05:50:55'),
(1996, 1566, 5, 1, 14, '2025-11-12 05:50:55'),
(1997, 1566, 5, 2, 14, '2025-11-12 05:50:55'),
(1998, 1566, 5, 3, 14, '2025-11-12 05:50:55'),
(1999, 1566, 6, 1, 14, '2025-11-12 05:50:55'),
(2000, 1566, 6, 2, 14, '2025-11-12 05:50:55'),
(2001, 1566, 6, 3, 14, '2025-11-12 05:50:55'),
(2002, 1566, 7, 1, 14, '2025-11-12 05:50:55'),
(2003, 1566, 7, 2, 14, '2025-11-12 05:50:55'),
(2004, 1566, 7, 3, 14, '2025-11-12 05:50:55'),
(2005, 2338, 1, 1, 14, '2025-11-12 05:52:02'),
(2006, 2338, 1, 2, 14, '2025-11-12 05:52:02'),
(2007, 2338, 1, 3, 14, '2025-11-12 05:52:02'),
(2008, 2338, 2, 1, 14, '2025-11-12 05:52:02'),
(2009, 2338, 2, 2, 14, '2025-11-12 05:52:02'),
(2010, 2338, 2, 3, 14, '2025-11-12 05:52:02'),
(2011, 2338, 3, 1, 14, '2025-11-12 05:52:02'),
(2012, 2338, 3, 2, 14, '2025-11-12 05:52:02'),
(2013, 2338, 3, 3, 14, '2025-11-12 05:52:02'),
(2014, 2338, 4, 1, 14, '2025-11-12 05:52:02'),
(2015, 2338, 4, 2, 14, '2025-11-12 05:52:02'),
(2016, 2338, 4, 3, 14, '2025-11-12 05:52:02'),
(2017, 256, 1, 1, 14, '2025-11-12 05:58:34'),
(2018, 256, 1, 2, 14, '2025-11-12 05:58:34'),
(2019, 256, 1, 3, 14, '2025-11-12 05:58:34'),
(2020, 256, 2, 1, 14, '2025-11-12 05:58:34'),
(2021, 256, 2, 2, 14, '2025-11-12 05:58:34'),
(2022, 256, 2, 3, 14, '2025-11-12 05:58:34'),
(2023, 256, 3, 1, 14, '2025-11-12 05:58:34'),
(2024, 256, 3, 2, 14, '2025-11-12 05:58:34'),
(2025, 256, 3, 3, 14, '2025-11-12 05:58:34'),
(2026, 256, 4, 1, 14, '2025-11-12 05:58:34'),
(2027, 256, 4, 2, 14, '2025-11-12 05:58:34'),
(2028, 256, 4, 3, 14, '2025-11-12 05:58:34'),
(2029, 633, 1, 1, 14, '2025-11-12 05:59:40'),
(2030, 633, 1, 2, 14, '2025-11-12 05:59:40'),
(2031, 633, 1, 3, 14, '2025-11-12 05:59:40'),
(2032, 633, 2, 1, 14, '2025-11-12 05:59:40'),
(2033, 633, 2, 2, 14, '2025-11-12 05:59:40'),
(2034, 633, 2, 3, 14, '2025-11-12 05:59:40'),
(2035, 633, 3, 1, 14, '2025-11-12 05:59:40'),
(2036, 633, 3, 2, 14, '2025-11-12 05:59:40'),
(2037, 633, 3, 3, 14, '2025-11-12 05:59:40'),
(2038, 364, 1, 1, 14, '2025-11-12 06:03:42'),
(2039, 364, 1, 2, 14, '2025-11-12 06:03:42'),
(2040, 364, 1, 3, 14, '2025-11-12 06:03:42'),
(2041, 364, 2, 1, 14, '2025-11-12 06:03:42'),
(2042, 364, 2, 2, 14, '2025-11-12 06:03:42'),
(2043, 364, 2, 3, 14, '2025-11-12 06:03:42'),
(2044, 364, 3, 1, 14, '2025-11-12 06:03:42'),
(2045, 364, 3, 2, 14, '2025-11-12 06:03:42'),
(2046, 364, 3, 3, 14, '2025-11-12 06:03:42'),
(2047, 364, 4, 1, 14, '2025-11-12 06:03:42'),
(2048, 364, 4, 2, 14, '2025-11-12 06:03:42'),
(2049, 364, 4, 3, 14, '2025-11-12 06:03:42'),
(2050, 364, 5, 1, 14, '2025-11-12 06:03:42'),
(2051, 364, 5, 2, 14, '2025-11-12 06:03:42'),
(2052, 364, 5, 3, 14, '2025-11-12 06:03:42'),
(2053, 364, 6, 1, 14, '2025-11-12 06:03:42'),
(2054, 364, 6, 2, 14, '2025-11-12 06:03:42'),
(2055, 364, 6, 3, 14, '2025-11-12 06:03:42'),
(2056, 364, 7, 1, 14, '2025-11-12 06:03:42'),
(2057, 364, 7, 2, 14, '2025-11-12 06:03:42'),
(2058, 364, 7, 3, 14, '2025-11-12 06:03:42'),
(2059, 1934, 1, 1, 14, '2025-11-12 06:05:48'),
(2060, 1934, 1, 2, 14, '2025-11-12 06:05:48'),
(2061, 1934, 1, 3, 14, '2025-11-12 06:05:48'),
(2062, 1934, 2, 1, 14, '2025-11-12 06:05:48'),
(2063, 1934, 2, 2, 14, '2025-11-12 06:05:48'),
(2064, 1934, 2, 3, 14, '2025-11-12 06:05:48'),
(2065, 1934, 3, 1, 14, '2025-11-12 06:05:48'),
(2066, 1934, 3, 2, 14, '2025-11-12 06:05:48'),
(2067, 1934, 3, 3, 14, '2025-11-12 06:05:48'),
(2068, 1934, 4, 1, 14, '2025-11-12 06:05:48'),
(2069, 1934, 4, 2, 14, '2025-11-12 06:05:48'),
(2070, 1934, 4, 3, 14, '2025-11-12 06:05:48'),
(2071, 1938, 1, 1, 14, '2025-11-12 06:06:59'),
(2072, 1938, 1, 2, 14, '2025-11-12 06:06:59'),
(2073, 1938, 1, 3, 14, '2025-11-12 06:06:59'),
(2074, 1938, 2, 1, 14, '2025-11-12 06:06:59'),
(2075, 1938, 2, 2, 14, '2025-11-12 06:06:59'),
(2076, 1938, 2, 3, 14, '2025-11-12 06:06:59'),
(2077, 1938, 3, 1, 14, '2025-11-12 06:06:59'),
(2078, 1938, 3, 2, 14, '2025-11-12 06:06:59'),
(2079, 1938, 3, 3, 14, '2025-11-12 06:06:59'),
(2080, 1938, 4, 1, 14, '2025-11-12 06:06:59'),
(2081, 1938, 4, 2, 14, '2025-11-12 06:06:59'),
(2082, 1938, 4, 3, 14, '2025-11-12 06:06:59'),
(2083, 1501, 14, 4, 14, '2025-11-12 06:09:16'),
(2084, 1501, 14, 5, 14, '2025-11-12 06:09:16'),
(2085, 1501, 14, 6, 14, '2025-11-12 06:09:16'),
(2086, 1501, 14, 7, 14, '2025-11-12 06:09:16'),
(2087, 1501, 14, 8, 14, '2025-11-12 06:09:16'),
(2088, 1501, 15, 4, 14, '2025-11-12 06:09:16'),
(2089, 1501, 15, 5, 14, '2025-11-12 06:09:16'),
(2090, 1501, 15, 6, 14, '2025-11-12 06:09:16'),
(2091, 1501, 15, 7, 14, '2025-11-12 06:09:16'),
(2092, 1501, 15, 8, 14, '2025-11-12 06:09:16'),
(2093, 1501, 16, 4, 14, '2025-11-12 06:09:16'),
(2094, 1501, 16, 5, 14, '2025-11-12 06:09:16'),
(2095, 1501, 16, 6, 14, '2025-11-12 06:09:16'),
(2096, 1501, 16, 7, 14, '2025-11-12 06:09:16'),
(2097, 1501, 16, 8, 14, '2025-11-12 06:09:16'),
(2098, 1501, 17, 4, 14, '2025-11-12 06:09:16'),
(2099, 1501, 17, 5, 14, '2025-11-12 06:09:16'),
(2100, 1501, 17, 6, 14, '2025-11-12 06:09:16'),
(2101, 1501, 17, 7, 14, '2025-11-12 06:09:16'),
(2102, 1501, 17, 8, 14, '2025-11-12 06:09:16'),
(2103, 1501, 21, 4, 14, '2025-11-12 06:09:16'),
(2104, 1501, 21, 5, 14, '2025-11-12 06:09:16'),
(2105, 1501, 21, 6, 14, '2025-11-12 06:09:16'),
(2106, 1501, 21, 7, 14, '2025-11-12 06:09:16'),
(2107, 1501, 21, 8, 14, '2025-11-12 06:09:16'),
(2108, 1501, 22, 4, 14, '2025-11-12 06:09:16'),
(2109, 1501, 22, 5, 14, '2025-11-12 06:09:16'),
(2110, 1501, 22, 6, 14, '2025-11-12 06:09:16'),
(2111, 1501, 22, 7, 14, '2025-11-12 06:09:16'),
(2112, 1501, 22, 8, 14, '2025-11-12 06:09:16'),
(2113, 1056, 1, 1, 14, '2025-11-12 06:11:04'),
(2114, 1056, 1, 2, 14, '2025-11-12 06:11:04'),
(2115, 1056, 1, 3, 14, '2025-11-12 06:11:04'),
(2116, 1056, 2, 1, 14, '2025-11-12 06:11:04'),
(2117, 1056, 2, 2, 14, '2025-11-12 06:11:04'),
(2118, 1056, 2, 3, 14, '2025-11-12 06:11:04'),
(2119, 1056, 3, 1, 14, '2025-11-12 06:11:04'),
(2120, 1056, 3, 2, 14, '2025-11-12 06:11:04'),
(2121, 1056, 3, 3, 14, '2025-11-12 06:11:04'),
(2122, 1056, 4, 1, 14, '2025-11-12 06:11:04'),
(2123, 1056, 4, 2, 14, '2025-11-12 06:11:04'),
(2124, 1056, 4, 3, 14, '2025-11-12 06:11:04'),
(2125, 917, 1, 1, 14, '2025-11-12 06:12:40'),
(2126, 917, 1, 2, 14, '2025-11-12 06:12:40'),
(2127, 917, 1, 3, 14, '2025-11-12 06:12:40'),
(2128, 917, 2, 1, 14, '2025-11-12 06:12:40'),
(2129, 917, 2, 2, 14, '2025-11-12 06:12:40'),
(2130, 917, 2, 3, 14, '2025-11-12 06:12:40'),
(2131, 917, 3, 1, 14, '2025-11-12 06:12:40'),
(2132, 917, 3, 2, 14, '2025-11-12 06:12:40'),
(2133, 917, 3, 3, 14, '2025-11-12 06:12:40'),
(2134, 917, 4, 1, 14, '2025-11-12 06:12:40'),
(2135, 917, 4, 2, 14, '2025-11-12 06:12:40'),
(2136, 917, 4, 3, 14, '2025-11-12 06:12:40'),
(2137, 1897, 1, 1, 14, '2025-11-12 06:13:58'),
(2138, 1897, 1, 2, 14, '2025-11-12 06:13:58'),
(2139, 1897, 1, 3, 14, '2025-11-12 06:13:58'),
(2140, 1897, 2, 1, 14, '2025-11-12 06:13:58'),
(2141, 1897, 2, 2, 14, '2025-11-12 06:13:58'),
(2142, 1897, 2, 3, 14, '2025-11-12 06:13:58'),
(2143, 1897, 3, 1, 14, '2025-11-12 06:13:58'),
(2144, 1897, 3, 2, 14, '2025-11-12 06:13:58'),
(2145, 1897, 3, 3, 14, '2025-11-12 06:13:58'),
(2146, 1897, 4, 1, 14, '2025-11-12 06:13:58'),
(2147, 1897, 4, 2, 14, '2025-11-12 06:13:58'),
(2148, 1897, 4, 3, 14, '2025-11-12 06:13:58'),
(2149, 1167, 1, 1, 14, '2025-11-12 06:16:04'),
(2150, 1167, 1, 2, 14, '2025-11-12 06:16:04'),
(2151, 1167, 1, 3, 14, '2025-11-12 06:16:04'),
(2152, 1167, 2, 1, 14, '2025-11-12 06:16:04'),
(2153, 1167, 2, 2, 14, '2025-11-12 06:16:04'),
(2154, 1167, 2, 3, 14, '2025-11-12 06:16:04'),
(2155, 1167, 3, 1, 14, '2025-11-12 06:16:04'),
(2156, 1167, 3, 2, 14, '2025-11-12 06:16:04'),
(2157, 1167, 3, 3, 14, '2025-11-12 06:16:04'),
(2158, 1167, 4, 1, 14, '2025-11-12 06:16:04'),
(2159, 1167, 4, 2, 14, '2025-11-12 06:16:04'),
(2160, 1167, 4, 3, 14, '2025-11-12 06:16:04'),
(2161, 1273, 1, 1, 14, '2025-11-12 06:23:18'),
(2162, 1273, 1, 2, 14, '2025-11-12 06:23:18'),
(2163, 1273, 1, 3, 14, '2025-11-12 06:23:18'),
(2164, 1273, 2, 1, 14, '2025-11-12 06:23:18'),
(2165, 1273, 2, 2, 14, '2025-11-12 06:23:18'),
(2166, 1273, 2, 3, 14, '2025-11-12 06:23:18'),
(2167, 1273, 3, 1, 14, '2025-11-12 06:23:18'),
(2168, 1273, 3, 2, 14, '2025-11-12 06:23:18'),
(2169, 1273, 3, 3, 14, '2025-11-12 06:23:18'),
(2170, 1273, 4, 1, 14, '2025-11-12 06:23:18'),
(2171, 1273, 4, 2, 14, '2025-11-12 06:23:18'),
(2172, 1273, 4, 3, 14, '2025-11-12 06:23:18'),
(2173, 1273, 5, 1, 14, '2025-11-12 06:23:18'),
(2174, 1273, 5, 2, 14, '2025-11-12 06:23:18'),
(2175, 1273, 5, 3, 14, '2025-11-12 06:23:18'),
(2176, 1273, 6, 1, 14, '2025-11-12 06:23:18'),
(2177, 1273, 6, 2, 14, '2025-11-12 06:23:18'),
(2178, 1273, 6, 3, 14, '2025-11-12 06:23:18'),
(2179, 1273, 7, 1, 14, '2025-11-12 06:23:18'),
(2180, 1273, 7, 2, 14, '2025-11-12 06:23:18'),
(2181, 1273, 7, 3, 14, '2025-11-12 06:23:18'),
(2182, 1273, 24, 4, 14, '2025-11-12 06:23:18'),
(2183, 1273, 24, 5, 14, '2025-11-12 06:23:18'),
(2184, 1273, 24, 8, 14, '2025-11-12 06:23:18'),
(2185, 1009, 1, 1, 14, '2025-11-12 06:25:01'),
(2186, 1009, 1, 2, 14, '2025-11-12 06:25:01'),
(2187, 1009, 1, 3, 14, '2025-11-12 06:25:01'),
(2188, 1009, 2, 1, 14, '2025-11-12 06:25:01'),
(2189, 1009, 2, 2, 14, '2025-11-12 06:25:01'),
(2190, 1009, 2, 3, 14, '2025-11-12 06:25:01'),
(2191, 1009, 3, 1, 14, '2025-11-12 06:25:01'),
(2192, 1009, 3, 2, 14, '2025-11-12 06:25:01'),
(2193, 1009, 3, 3, 14, '2025-11-12 06:25:01'),
(2194, 1009, 4, 1, 14, '2025-11-12 06:25:01'),
(2195, 1009, 4, 2, 14, '2025-11-12 06:25:01'),
(2196, 1009, 4, 3, 14, '2025-11-12 06:25:01'),
(2197, 874, 1, 1, 14, '2025-11-12 06:34:28'),
(2198, 874, 1, 2, 14, '2025-11-12 06:34:28'),
(2199, 874, 1, 3, 14, '2025-11-12 06:34:28'),
(2200, 874, 2, 1, 14, '2025-11-12 06:34:28'),
(2201, 874, 2, 2, 14, '2025-11-12 06:34:28'),
(2202, 874, 2, 3, 14, '2025-11-12 06:34:28'),
(2203, 874, 3, 1, 14, '2025-11-12 06:34:28'),
(2204, 874, 3, 2, 14, '2025-11-12 06:34:28'),
(2205, 874, 3, 3, 14, '2025-11-12 06:34:28'),
(2206, 874, 4, 1, 14, '2025-11-12 06:34:28'),
(2207, 874, 4, 2, 14, '2025-11-12 06:34:28'),
(2208, 874, 4, 3, 14, '2025-11-12 06:34:28'),
(2209, 181, 1, 1, 14, '2025-11-12 06:37:59'),
(2210, 181, 1, 2, 14, '2025-11-12 06:37:59'),
(2211, 181, 1, 3, 14, '2025-11-12 06:37:59'),
(2212, 181, 2, 1, 14, '2025-11-12 06:37:59'),
(2213, 181, 2, 2, 14, '2025-11-12 06:37:59'),
(2214, 181, 2, 3, 14, '2025-11-12 06:37:59'),
(2215, 181, 3, 1, 14, '2025-11-12 06:37:59'),
(2216, 181, 3, 2, 14, '2025-11-12 06:37:59'),
(2217, 181, 3, 3, 14, '2025-11-12 06:37:59'),
(2218, 181, 4, 1, 14, '2025-11-12 06:37:59'),
(2219, 181, 4, 2, 14, '2025-11-12 06:37:59'),
(2220, 181, 4, 3, 14, '2025-11-12 06:37:59'),
(2221, 1826, 1, 1, 14, '2025-11-12 06:39:21'),
(2222, 1826, 1, 2, 14, '2025-11-12 06:39:21'),
(2223, 1826, 1, 3, 14, '2025-11-12 06:39:21'),
(2224, 1826, 2, 1, 14, '2025-11-12 06:39:21'),
(2225, 1826, 2, 2, 14, '2025-11-12 06:39:21'),
(2226, 1826, 2, 3, 14, '2025-11-12 06:39:21'),
(2227, 1826, 3, 1, 14, '2025-11-12 06:39:21'),
(2228, 1826, 3, 2, 14, '2025-11-12 06:39:21'),
(2229, 1826, 3, 3, 14, '2025-11-12 06:39:21'),
(2230, 1826, 4, 1, 14, '2025-11-12 06:39:21'),
(2231, 1826, 4, 2, 14, '2025-11-12 06:39:21'),
(2232, 1826, 4, 3, 14, '2025-11-12 06:39:21'),
(2233, 1826, 5, 1, 14, '2025-11-12 06:39:21'),
(2234, 1826, 5, 2, 14, '2025-11-12 06:39:21'),
(2235, 1826, 5, 3, 14, '2025-11-12 06:39:21'),
(2236, 1826, 6, 1, 14, '2025-11-12 06:39:21'),
(2237, 1826, 6, 2, 14, '2025-11-12 06:39:21'),
(2238, 1826, 6, 3, 14, '2025-11-12 06:39:21'),
(2239, 1826, 7, 1, 14, '2025-11-12 06:39:21'),
(2240, 1826, 7, 2, 14, '2025-11-12 06:39:21'),
(2241, 1826, 7, 3, 14, '2025-11-12 06:39:21'),
(2242, 1932, 1, 1, 14, '2025-11-12 06:41:57'),
(2243, 1932, 1, 2, 14, '2025-11-12 06:41:57'),
(2244, 1932, 1, 3, 14, '2025-11-12 06:41:57'),
(2245, 1932, 2, 1, 14, '2025-11-12 06:41:57'),
(2246, 1932, 2, 2, 14, '2025-11-12 06:41:57'),
(2247, 1932, 2, 3, 14, '2025-11-12 06:41:57'),
(2248, 1932, 3, 1, 14, '2025-11-12 06:41:57'),
(2249, 1932, 3, 2, 14, '2025-11-12 06:41:57'),
(2250, 1932, 3, 3, 14, '2025-11-12 06:41:57'),
(2251, 1932, 4, 1, 14, '2025-11-12 06:41:57'),
(2252, 1932, 4, 2, 14, '2025-11-12 06:41:57'),
(2253, 1932, 4, 3, 14, '2025-11-12 06:41:57'),
(2254, 1932, 5, 1, 14, '2025-11-12 06:41:57'),
(2255, 1932, 5, 2, 14, '2025-11-12 06:41:57'),
(2256, 1932, 5, 3, 14, '2025-11-12 06:41:57'),
(2257, 1932, 6, 1, 14, '2025-11-12 06:41:57'),
(2258, 1932, 6, 2, 14, '2025-11-12 06:41:57'),
(2259, 1932, 6, 3, 14, '2025-11-12 06:41:57'),
(2260, 1932, 7, 1, 14, '2025-11-12 06:41:57'),
(2261, 1932, 7, 2, 14, '2025-11-12 06:41:57'),
(2262, 1932, 7, 3, 14, '2025-11-12 06:41:57'),
(2263, 1463, 1, 1, 14, '2025-11-12 06:43:27'),
(2264, 1463, 1, 2, 14, '2025-11-12 06:43:27'),
(2265, 1463, 1, 3, 14, '2025-11-12 06:43:27'),
(2266, 1463, 2, 1, 14, '2025-11-12 06:43:27'),
(2267, 1463, 2, 2, 14, '2025-11-12 06:43:27'),
(2268, 1463, 2, 3, 14, '2025-11-12 06:43:27'),
(2269, 1463, 3, 1, 14, '2025-11-12 06:43:27'),
(2270, 1463, 3, 2, 14, '2025-11-12 06:43:27'),
(2271, 1463, 3, 3, 14, '2025-11-12 06:43:27'),
(2272, 1463, 4, 1, 14, '2025-11-12 06:43:27'),
(2273, 1463, 4, 2, 14, '2025-11-12 06:43:27'),
(2274, 1463, 4, 3, 14, '2025-11-12 06:43:27'),
(2275, 1463, 5, 1, 14, '2025-11-12 06:43:27'),
(2276, 1463, 5, 2, 14, '2025-11-12 06:43:27'),
(2277, 1463, 5, 3, 14, '2025-11-12 06:43:27'),
(2278, 1463, 6, 1, 14, '2025-11-12 06:43:27'),
(2279, 1463, 6, 2, 14, '2025-11-12 06:43:27'),
(2280, 1463, 6, 3, 14, '2025-11-12 06:43:27'),
(2281, 1463, 7, 1, 14, '2025-11-12 06:43:27'),
(2282, 1463, 7, 2, 14, '2025-11-12 06:43:27'),
(2283, 1463, 7, 3, 14, '2025-11-12 06:43:27'),
(2284, 1821, 1, 1, 14, '2025-11-12 06:44:57'),
(2285, 1821, 1, 2, 14, '2025-11-12 06:44:57'),
(2286, 1821, 1, 3, 14, '2025-11-12 06:44:57'),
(2287, 1821, 2, 1, 14, '2025-11-12 06:44:57'),
(2288, 1821, 2, 2, 14, '2025-11-12 06:44:57'),
(2289, 1821, 2, 3, 14, '2025-11-12 06:44:57'),
(2290, 1821, 3, 1, 14, '2025-11-12 06:44:57'),
(2291, 1821, 3, 2, 14, '2025-11-12 06:44:57'),
(2292, 1821, 3, 3, 14, '2025-11-12 06:44:57'),
(2293, 1821, 4, 1, 14, '2025-11-12 06:44:57'),
(2294, 1821, 4, 2, 14, '2025-11-12 06:44:57'),
(2295, 1821, 4, 3, 14, '2025-11-12 06:44:57'),
(2296, 1821, 5, 1, 14, '2025-11-12 06:44:57'),
(2297, 1821, 5, 2, 14, '2025-11-12 06:44:57'),
(2298, 1821, 5, 3, 14, '2025-11-12 06:44:57'),
(2299, 1821, 6, 1, 14, '2025-11-12 06:44:57'),
(2300, 1821, 6, 2, 14, '2025-11-12 06:44:57'),
(2301, 1821, 6, 3, 14, '2025-11-12 06:44:57'),
(2302, 1821, 7, 1, 14, '2025-11-12 06:44:57'),
(2303, 1821, 7, 2, 14, '2025-11-12 06:44:57'),
(2304, 1821, 7, 3, 14, '2025-11-12 06:44:57'),
(2305, 2025, 1, 1, 14, '2025-11-12 06:46:09'),
(2306, 2025, 1, 2, 14, '2025-11-12 06:46:09'),
(2307, 2025, 1, 3, 14, '2025-11-12 06:46:09'),
(2308, 2025, 2, 1, 14, '2025-11-12 06:46:09'),
(2309, 2025, 2, 2, 14, '2025-11-12 06:46:09'),
(2310, 2025, 2, 3, 14, '2025-11-12 06:46:09'),
(2311, 2025, 3, 1, 14, '2025-11-12 06:46:09'),
(2312, 2025, 3, 2, 14, '2025-11-12 06:46:09'),
(2313, 2025, 3, 3, 14, '2025-11-12 06:46:09'),
(2314, 2025, 4, 1, 14, '2025-11-12 06:46:09'),
(2315, 2025, 4, 2, 14, '2025-11-12 06:46:09'),
(2316, 2025, 4, 3, 14, '2025-11-12 06:46:09'),
(2317, 2025, 5, 1, 14, '2025-11-12 06:46:09'),
(2318, 2025, 5, 2, 14, '2025-11-12 06:46:09'),
(2319, 2025, 5, 3, 14, '2025-11-12 06:46:09'),
(2320, 2025, 6, 1, 14, '2025-11-12 06:46:09'),
(2321, 2025, 6, 2, 14, '2025-11-12 06:46:09'),
(2322, 2025, 6, 3, 14, '2025-11-12 06:46:09'),
(2323, 2025, 7, 1, 14, '2025-11-12 06:46:09'),
(2324, 2025, 7, 2, 14, '2025-11-12 06:46:09'),
(2325, 2025, 7, 3, 14, '2025-11-12 06:46:09'),
(2326, 1159, 1, 1, 14, '2025-11-12 06:47:23'),
(2327, 1159, 1, 2, 14, '2025-11-12 06:47:23'),
(2328, 1159, 1, 3, 14, '2025-11-12 06:47:23'),
(2329, 1159, 2, 1, 14, '2025-11-12 06:47:23'),
(2330, 1159, 2, 2, 14, '2025-11-12 06:47:23'),
(2331, 1159, 2, 3, 14, '2025-11-12 06:47:23'),
(2332, 1159, 3, 1, 14, '2025-11-12 06:47:23'),
(2333, 1159, 3, 2, 14, '2025-11-12 06:47:23'),
(2334, 1159, 3, 3, 14, '2025-11-12 06:47:23'),
(2335, 1159, 4, 1, 14, '2025-11-12 06:47:23'),
(2336, 1159, 4, 2, 14, '2025-11-12 06:47:23'),
(2337, 1159, 4, 3, 14, '2025-11-12 06:47:23'),
(2338, 1159, 5, 1, 14, '2025-11-12 06:47:23'),
(2339, 1159, 5, 2, 14, '2025-11-12 06:47:23'),
(2340, 1159, 5, 3, 14, '2025-11-12 06:47:23'),
(2341, 1159, 6, 1, 14, '2025-11-12 06:47:23'),
(2342, 1159, 6, 2, 14, '2025-11-12 06:47:23'),
(2343, 1159, 6, 3, 14, '2025-11-12 06:47:23'),
(2344, 1159, 7, 1, 14, '2025-11-12 06:47:23'),
(2345, 1159, 7, 2, 14, '2025-11-12 06:47:23'),
(2346, 1159, 7, 3, 14, '2025-11-12 06:47:23'),
(2347, 1331, 1, 1, 14, '2025-11-12 06:48:51'),
(2348, 1331, 1, 2, 14, '2025-11-12 06:48:51'),
(2349, 1331, 1, 3, 14, '2025-11-12 06:48:51'),
(2350, 1331, 2, 1, 14, '2025-11-12 06:48:51'),
(2351, 1331, 2, 2, 14, '2025-11-12 06:48:51'),
(2352, 1331, 2, 3, 14, '2025-11-12 06:48:51'),
(2353, 1331, 3, 1, 14, '2025-11-12 06:48:51'),
(2354, 1331, 3, 2, 14, '2025-11-12 06:48:51'),
(2355, 1331, 3, 3, 14, '2025-11-12 06:48:51'),
(2356, 1331, 4, 1, 14, '2025-11-12 06:48:51'),
(2357, 1331, 4, 2, 14, '2025-11-12 06:48:51'),
(2358, 1331, 4, 3, 14, '2025-11-12 06:48:51'),
(2359, 1331, 5, 1, 14, '2025-11-12 06:48:51'),
(2360, 1331, 5, 2, 14, '2025-11-12 06:48:51'),
(2361, 1331, 5, 3, 14, '2025-11-12 06:48:51'),
(2362, 1331, 6, 1, 14, '2025-11-12 06:48:51'),
(2363, 1331, 6, 2, 14, '2025-11-12 06:48:51'),
(2364, 1331, 7, 1, 14, '2025-11-12 06:48:51'),
(2365, 1331, 7, 2, 14, '2025-11-12 06:48:51'),
(2366, 1331, 7, 3, 14, '2025-11-12 06:48:51'),
(2367, 796, 1, 1, 14, '2025-11-12 06:50:16'),
(2368, 796, 1, 2, 14, '2025-11-12 06:50:16'),
(2369, 796, 1, 3, 14, '2025-11-12 06:50:16'),
(2370, 796, 2, 1, 14, '2025-11-12 06:50:16'),
(2371, 796, 2, 2, 14, '2025-11-12 06:50:16'),
(2372, 796, 2, 3, 14, '2025-11-12 06:50:16'),
(2373, 796, 3, 1, 14, '2025-11-12 06:50:16'),
(2374, 796, 3, 2, 14, '2025-11-12 06:50:16'),
(2375, 796, 3, 3, 14, '2025-11-12 06:50:16'),
(2376, 796, 4, 1, 14, '2025-11-12 06:50:16'),
(2377, 796, 4, 2, 14, '2025-11-12 06:50:16'),
(2378, 796, 4, 3, 14, '2025-11-12 06:50:16'),
(2379, 796, 5, 1, 14, '2025-11-12 06:50:16'),
(2380, 796, 5, 2, 14, '2025-11-12 06:50:16'),
(2381, 796, 5, 3, 14, '2025-11-12 06:50:16'),
(2382, 796, 6, 1, 14, '2025-11-12 06:50:16'),
(2383, 796, 6, 2, 14, '2025-11-12 06:50:16'),
(2384, 796, 6, 3, 14, '2025-11-12 06:50:16'),
(2385, 796, 7, 1, 14, '2025-11-12 06:50:16'),
(2386, 796, 7, 2, 14, '2025-11-12 06:50:16'),
(2387, 796, 7, 3, 14, '2025-11-12 06:50:16'),
(2388, 780, 1, 1, 14, '2025-11-12 06:52:09'),
(2389, 780, 1, 2, 14, '2025-11-12 06:52:09'),
(2390, 780, 1, 3, 14, '2025-11-12 06:52:09'),
(2391, 780, 2, 1, 14, '2025-11-12 06:52:09'),
(2392, 780, 2, 2, 14, '2025-11-12 06:52:09'),
(2393, 780, 2, 3, 14, '2025-11-12 06:52:09'),
(2394, 780, 3, 1, 14, '2025-11-12 06:52:09'),
(2395, 780, 3, 2, 14, '2025-11-12 06:52:09'),
(2396, 780, 3, 3, 14, '2025-11-12 06:52:09'),
(2397, 780, 4, 1, 14, '2025-11-12 06:52:09'),
(2398, 780, 4, 2, 14, '2025-11-12 06:52:09'),
(2399, 780, 4, 3, 14, '2025-11-12 06:52:09'),
(2400, 1850, 1, 1, 14, '2025-11-12 06:53:03'),
(2401, 1850, 1, 2, 14, '2025-11-12 06:53:03'),
(2402, 1850, 1, 3, 14, '2025-11-12 06:53:03'),
(2403, 1850, 2, 1, 14, '2025-11-12 06:53:03'),
(2404, 1850, 2, 2, 14, '2025-11-12 06:53:03'),
(2405, 1850, 2, 3, 14, '2025-11-12 06:53:03'),
(2406, 1850, 3, 1, 14, '2025-11-12 06:53:03'),
(2407, 1850, 3, 2, 14, '2025-11-12 06:53:03'),
(2408, 1850, 3, 3, 14, '2025-11-12 06:53:03'),
(2409, 413, 1, 1, 14, '2025-11-12 06:54:09'),
(2410, 413, 1, 2, 14, '2025-11-12 06:54:09'),
(2411, 413, 1, 3, 14, '2025-11-12 06:54:09'),
(2412, 413, 2, 1, 14, '2025-11-12 06:54:09'),
(2413, 413, 2, 2, 14, '2025-11-12 06:54:09'),
(2414, 413, 2, 3, 14, '2025-11-12 06:54:09'),
(2415, 413, 3, 1, 14, '2025-11-12 06:54:09'),
(2416, 413, 3, 2, 14, '2025-11-12 06:54:09'),
(2417, 413, 3, 3, 14, '2025-11-12 06:54:09'),
(2418, 413, 4, 1, 14, '2025-11-12 06:54:09'),
(2419, 413, 4, 2, 14, '2025-11-12 06:54:09'),
(2420, 413, 4, 3, 14, '2025-11-12 06:54:09'),
(2421, 1258, 1, 1, 14, '2025-11-12 06:55:11'),
(2422, 1258, 1, 2, 14, '2025-11-12 06:55:11'),
(2423, 1258, 1, 3, 14, '2025-11-12 06:55:11'),
(2424, 1258, 2, 1, 14, '2025-11-12 06:55:11'),
(2425, 1258, 2, 2, 14, '2025-11-12 06:55:11'),
(2426, 1258, 2, 3, 14, '2025-11-12 06:55:11'),
(2427, 1258, 3, 1, 14, '2025-11-12 06:55:11'),
(2428, 1258, 3, 2, 14, '2025-11-12 06:55:11'),
(2429, 1258, 3, 3, 14, '2025-11-12 06:55:11'),
(2430, 1258, 4, 1, 14, '2025-11-12 06:55:11'),
(2431, 1258, 4, 2, 14, '2025-11-12 06:55:11'),
(2432, 1258, 4, 3, 14, '2025-11-12 06:55:11'),
(2433, 1258, 5, 1, 14, '2025-11-12 06:55:11'),
(2434, 1258, 5, 2, 14, '2025-11-12 06:55:11'),
(2435, 1258, 5, 3, 14, '2025-11-12 06:55:11'),
(2436, 1258, 6, 1, 14, '2025-11-12 06:55:11'),
(2437, 1258, 6, 2, 14, '2025-11-12 06:55:11'),
(2438, 1258, 6, 3, 14, '2025-11-12 06:55:11'),
(2439, 1258, 7, 1, 14, '2025-11-12 06:55:11'),
(2440, 1258, 7, 2, 14, '2025-11-12 06:55:11'),
(2441, 1258, 7, 3, 14, '2025-11-12 06:55:11'),
(2442, 1165, 1, 1, 14, '2025-11-12 06:56:08'),
(2443, 1165, 1, 2, 14, '2025-11-12 06:56:08'),
(2444, 1165, 1, 3, 14, '2025-11-12 06:56:08'),
(2445, 1165, 2, 1, 14, '2025-11-12 06:56:08'),
(2446, 1165, 2, 2, 14, '2025-11-12 06:56:08'),
(2447, 1165, 2, 3, 14, '2025-11-12 06:56:08'),
(2448, 1165, 3, 1, 14, '2025-11-12 06:56:08'),
(2449, 1165, 3, 2, 14, '2025-11-12 06:56:08'),
(2450, 1165, 3, 3, 14, '2025-11-12 06:56:08'),
(2451, 1165, 4, 1, 14, '2025-11-12 06:56:08'),
(2452, 1165, 4, 2, 14, '2025-11-12 06:56:08'),
(2453, 1165, 4, 3, 14, '2025-11-12 06:56:08'),
(2454, 1165, 5, 1, 14, '2025-11-12 06:56:08'),
(2455, 1165, 5, 2, 14, '2025-11-12 06:56:08'),
(2456, 1165, 5, 3, 14, '2025-11-12 06:56:08'),
(2457, 1165, 6, 1, 14, '2025-11-12 06:56:08'),
(2458, 1165, 6, 2, 14, '2025-11-12 06:56:08'),
(2459, 1165, 6, 3, 14, '2025-11-12 06:56:08'),
(2460, 1165, 7, 1, 14, '2025-11-12 06:56:08'),
(2461, 1165, 7, 2, 14, '2025-11-12 06:56:08'),
(2462, 1165, 7, 3, 14, '2025-11-12 06:56:08'),
(2463, 2268, 1, 1, 14, '2025-11-12 06:57:20'),
(2464, 2268, 1, 2, 14, '2025-11-12 06:57:20'),
(2465, 2268, 1, 3, 14, '2025-11-12 06:57:20'),
(2466, 2268, 2, 1, 14, '2025-11-12 06:57:20'),
(2467, 2268, 2, 2, 14, '2025-11-12 06:57:20'),
(2468, 2268, 2, 3, 14, '2025-11-12 06:57:20'),
(2469, 2268, 3, 1, 14, '2025-11-12 06:57:20'),
(2470, 2268, 3, 2, 14, '2025-11-12 06:57:20'),
(2471, 2268, 3, 3, 14, '2025-11-12 06:57:20'),
(2472, 2268, 4, 1, 14, '2025-11-12 06:57:20'),
(2473, 2268, 4, 2, 14, '2025-11-12 06:57:20'),
(2474, 2268, 4, 3, 14, '2025-11-12 06:57:20'),
(2475, 228, 1, 1, 14, '2025-11-12 06:58:34'),
(2476, 228, 1, 2, 14, '2025-11-12 06:58:34'),
(2477, 228, 1, 3, 14, '2025-11-12 06:58:34'),
(2478, 228, 2, 1, 14, '2025-11-12 06:58:34'),
(2479, 228, 2, 2, 14, '2025-11-12 06:58:34'),
(2480, 228, 2, 3, 14, '2025-11-12 06:58:34'),
(2481, 228, 3, 1, 14, '2025-11-12 06:58:34'),
(2482, 228, 3, 2, 14, '2025-11-12 06:58:34'),
(2483, 228, 3, 3, 14, '2025-11-12 06:58:34'),
(2484, 228, 4, 1, 14, '2025-11-12 06:58:34'),
(2485, 228, 4, 2, 14, '2025-11-12 06:58:34'),
(2486, 228, 4, 3, 14, '2025-11-12 06:58:34'),
(2487, 1739, 1, 1, 14, '2025-11-12 06:59:52'),
(2488, 1739, 1, 2, 14, '2025-11-12 06:59:52'),
(2489, 1739, 1, 3, 14, '2025-11-12 06:59:52'),
(2490, 1739, 2, 1, 14, '2025-11-12 06:59:52'),
(2491, 1739, 2, 2, 14, '2025-11-12 06:59:52'),
(2492, 1739, 2, 3, 14, '2025-11-12 06:59:52'),
(2493, 1739, 3, 1, 14, '2025-11-12 06:59:52'),
(2494, 1739, 3, 2, 14, '2025-11-12 06:59:52'),
(2495, 1739, 3, 3, 14, '2025-11-12 06:59:52'),
(2496, 1739, 4, 1, 14, '2025-11-12 06:59:52'),
(2497, 1739, 4, 2, 14, '2025-11-12 06:59:52'),
(2498, 1739, 4, 3, 14, '2025-11-12 06:59:52'),
(2499, 1739, 5, 1, 14, '2025-11-12 06:59:52'),
(2500, 1739, 5, 2, 14, '2025-11-12 06:59:52'),
(2501, 1739, 5, 3, 14, '2025-11-12 06:59:52'),
(2502, 1739, 6, 1, 14, '2025-11-12 06:59:52'),
(2503, 1739, 6, 2, 14, '2025-11-12 06:59:52'),
(2504, 1739, 6, 3, 14, '2025-11-12 06:59:52'),
(2505, 1739, 7, 1, 14, '2025-11-12 06:59:52'),
(2506, 1739, 7, 2, 14, '2025-11-12 06:59:52'),
(2507, 1739, 7, 3, 14, '2025-11-12 06:59:52'),
(2508, 2128, 1, 1, 14, '2025-11-12 07:01:09'),
(2509, 2128, 1, 2, 14, '2025-11-12 07:01:09'),
(2510, 2128, 1, 3, 14, '2025-11-12 07:01:09'),
(2511, 2128, 2, 1, 14, '2025-11-12 07:01:09'),
(2512, 2128, 2, 2, 14, '2025-11-12 07:01:09'),
(2513, 2128, 2, 3, 14, '2025-11-12 07:01:09'),
(2514, 2128, 3, 1, 14, '2025-11-12 07:01:09'),
(2515, 2128, 3, 2, 14, '2025-11-12 07:01:09'),
(2516, 2128, 3, 3, 14, '2025-11-12 07:01:09'),
(2517, 2128, 4, 1, 14, '2025-11-12 07:01:09'),
(2518, 2128, 4, 2, 14, '2025-11-12 07:01:09'),
(2519, 2128, 4, 3, 14, '2025-11-12 07:01:09'),
(2520, 2128, 5, 1, 14, '2025-11-12 07:01:09'),
(2521, 2128, 5, 2, 14, '2025-11-12 07:01:09'),
(2522, 2128, 5, 3, 14, '2025-11-12 07:01:09'),
(2523, 2128, 6, 1, 14, '2025-11-12 07:01:09'),
(2524, 2128, 6, 2, 14, '2025-11-12 07:01:09'),
(2525, 2128, 6, 3, 14, '2025-11-12 07:01:09'),
(2526, 2128, 7, 1, 14, '2025-11-12 07:01:09'),
(2527, 2128, 7, 2, 14, '2025-11-12 07:01:09'),
(2528, 2128, 7, 3, 14, '2025-11-12 07:01:09'),
(2529, 2393, 1, 1, 25, '2025-11-13 00:09:43'),
(2530, 2393, 1, 2, 25, '2025-11-13 00:09:43'),
(2531, 2393, 1, 3, 25, '2025-11-13 00:09:43'),
(2532, 2393, 2, 1, 25, '2025-11-13 00:09:43'),
(2533, 2393, 2, 2, 25, '2025-11-13 00:09:43'),
(2534, 2393, 2, 3, 25, '2025-11-13 00:09:43'),
(2535, 2393, 3, 1, 25, '2025-11-13 00:09:43'),
(2536, 2393, 3, 2, 25, '2025-11-13 00:09:43'),
(2537, 2393, 3, 3, 25, '2025-11-13 00:09:43'),
(2538, 2393, 4, 1, 25, '2025-11-13 00:09:43'),
(2539, 2393, 4, 2, 25, '2025-11-13 00:09:43'),
(2540, 2393, 4, 3, 25, '2025-11-13 00:09:43'),
(2541, 1203, 19, 4, 4, '2025-11-13 00:18:20'),
(2542, 1203, 19, 5, 4, '2025-11-13 00:18:20'),
(2543, 1203, 19, 6, 4, '2025-11-13 00:18:20'),
(2544, 1203, 20, 7, 4, '2025-11-13 00:18:20'),
(2545, 1203, 20, 8, 4, '2025-11-13 00:18:20'),
(2546, 1203, 21, 4, 4, '2025-11-13 00:18:20'),
(2547, 1203, 21, 5, 4, '2025-11-13 00:18:20'),
(2548, 1203, 21, 6, 4, '2025-11-13 00:18:20'),
(2549, 1203, 21, 7, 4, '2025-11-13 00:18:20'),
(2550, 1203, 21, 8, 4, '2025-11-13 00:18:20'),
(2551, 1203, 22, 4, 4, '2025-11-13 00:18:20'),
(2552, 1203, 22, 5, 4, '2025-11-13 00:18:20'),
(2553, 1203, 22, 6, 4, '2025-11-13 00:18:20'),
(2554, 1203, 22, 7, 4, '2025-11-13 00:18:20'),
(2555, 1203, 22, 8, 4, '2025-11-13 00:18:20'),
(2556, 2395, 1, 1, 5, '2025-11-13 00:45:08'),
(2557, 2395, 1, 2, 5, '2025-11-13 00:45:08'),
(2558, 2395, 1, 3, 5, '2025-11-13 00:45:08'),
(2559, 2395, 2, 1, 5, '2025-11-13 00:45:08'),
(2560, 2395, 2, 2, 5, '2025-11-13 00:45:08'),
(2561, 2395, 2, 3, 5, '2025-11-13 00:45:08'),
(2562, 2395, 3, 1, 5, '2025-11-13 00:45:08'),
(2563, 2395, 3, 2, 5, '2025-11-13 00:45:08'),
(2564, 2395, 3, 3, 5, '2025-11-13 00:45:08'),
(2565, 2395, 4, 1, 5, '2025-11-13 00:45:08'),
(2566, 2395, 4, 2, 5, '2025-11-13 00:45:08'),
(2567, 2395, 4, 3, 5, '2025-11-13 00:45:08'),
(2568, 2395, 5, 1, 5, '2025-11-13 00:45:08'),
(2569, 2395, 5, 2, 5, '2025-11-13 00:45:08'),
(2570, 2395, 5, 3, 5, '2025-11-13 00:45:08'),
(2571, 2395, 6, 1, 5, '2025-11-13 00:45:08'),
(2572, 2395, 6, 2, 5, '2025-11-13 00:45:08'),
(2573, 2395, 6, 3, 5, '2025-11-13 00:45:08'),
(2574, 2395, 7, 1, 5, '2025-11-13 00:45:08'),
(2575, 2395, 7, 2, 5, '2025-11-13 00:45:08'),
(2576, 2395, 7, 3, 5, '2025-11-13 00:45:08'),
(2577, 1964, 1, 1, 25, '2025-11-13 00:46:26'),
(2578, 1964, 1, 2, 25, '2025-11-13 00:46:26'),
(2579, 1964, 1, 3, 25, '2025-11-13 00:46:26'),
(2580, 1964, 2, 1, 25, '2025-11-13 00:46:26'),
(2581, 1964, 2, 2, 25, '2025-11-13 00:46:26'),
(2582, 1964, 2, 3, 25, '2025-11-13 00:46:26'),
(2583, 1964, 3, 1, 25, '2025-11-13 00:46:26'),
(2584, 1964, 3, 2, 25, '2025-11-13 00:46:26'),
(2585, 1964, 3, 3, 25, '2025-11-13 00:46:26'),
(2586, 1964, 4, 1, 25, '2025-11-13 00:46:26'),
(2587, 1964, 4, 2, 25, '2025-11-13 00:46:26'),
(2588, 1964, 4, 3, 25, '2025-11-13 00:46:26'),
(2589, 2399, 1, 1, 5, '2025-11-13 01:13:33'),
(2590, 2399, 1, 2, 5, '2025-11-13 01:13:33'),
(2591, 2399, 1, 3, 5, '2025-11-13 01:13:33'),
(2592, 2399, 2, 1, 5, '2025-11-13 01:13:33'),
(2593, 2399, 2, 2, 5, '2025-11-13 01:13:33'),
(2594, 2399, 2, 3, 5, '2025-11-13 01:13:33'),
(2595, 2399, 3, 1, 5, '2025-11-13 01:13:33'),
(2596, 2399, 3, 2, 5, '2025-11-13 01:13:33'),
(2597, 2399, 3, 3, 5, '2025-11-13 01:13:33'),
(2598, 2399, 4, 1, 5, '2025-11-13 01:13:33'),
(2599, 2399, 4, 2, 5, '2025-11-13 01:13:33'),
(2600, 2399, 4, 3, 5, '2025-11-13 01:13:33'),
(2601, 2399, 5, 1, 5, '2025-11-13 01:13:33'),
(2602, 2399, 5, 2, 5, '2025-11-13 01:13:33'),
(2603, 2399, 5, 3, 5, '2025-11-13 01:13:33'),
(2604, 2399, 6, 1, 5, '2025-11-13 01:13:33'),
(2605, 2399, 6, 2, 5, '2025-11-13 01:13:33'),
(2606, 2399, 6, 3, 5, '2025-11-13 01:13:33'),
(2607, 2399, 7, 1, 5, '2025-11-13 01:13:33'),
(2608, 2399, 7, 2, 5, '2025-11-13 01:13:33'),
(2609, 2399, 7, 3, 5, '2025-11-13 01:13:33'),
(2610, 859, 1, 1, 14, '2025-11-13 03:27:16'),
(2611, 859, 1, 2, 14, '2025-11-13 03:27:16'),
(2612, 859, 1, 3, 14, '2025-11-13 03:27:16'),
(2613, 859, 2, 1, 14, '2025-11-13 03:27:16'),
(2614, 859, 2, 2, 14, '2025-11-13 03:27:16'),
(2615, 859, 2, 3, 14, '2025-11-13 03:27:16'),
(2616, 859, 3, 1, 14, '2025-11-13 03:27:16'),
(2617, 859, 3, 2, 14, '2025-11-13 03:27:16'),
(2618, 859, 3, 3, 14, '2025-11-13 03:27:16'),
(2619, 859, 4, 1, 14, '2025-11-13 03:27:16'),
(2620, 859, 4, 2, 14, '2025-11-13 03:27:16'),
(2621, 859, 4, 3, 14, '2025-11-13 03:27:16'),
(2622, 859, 5, 1, 14, '2025-11-13 03:27:16'),
(2623, 859, 5, 2, 14, '2025-11-13 03:27:16'),
(2624, 859, 5, 3, 14, '2025-11-13 03:27:16'),
(2625, 859, 6, 1, 14, '2025-11-13 03:27:16'),
(2626, 859, 6, 2, 14, '2025-11-13 03:27:16'),
(2627, 859, 6, 3, 14, '2025-11-13 03:27:16'),
(2628, 859, 7, 1, 14, '2025-11-13 03:27:16'),
(2629, 859, 7, 2, 14, '2025-11-13 03:27:16'),
(2630, 859, 7, 3, 14, '2025-11-13 03:27:16'),
(2631, 2161, 1, 1, 14, '2025-11-13 03:29:15'),
(2632, 2161, 1, 2, 14, '2025-11-13 03:29:15'),
(2633, 2161, 1, 3, 14, '2025-11-13 03:29:15'),
(2634, 2161, 2, 1, 14, '2025-11-13 03:29:15'),
(2635, 2161, 2, 2, 14, '2025-11-13 03:29:15'),
(2636, 2161, 2, 3, 14, '2025-11-13 03:29:15'),
(2637, 2161, 3, 1, 14, '2025-11-13 03:29:15'),
(2638, 2161, 3, 2, 14, '2025-11-13 03:29:15'),
(2639, 2161, 3, 3, 14, '2025-11-13 03:29:15'),
(2640, 2161, 4, 1, 14, '2025-11-13 03:29:15'),
(2641, 2161, 4, 2, 14, '2025-11-13 03:29:15'),
(2642, 2161, 4, 3, 14, '2025-11-13 03:29:15'),
(2643, 2165, 5, 1, 14, '2025-11-13 03:32:30'),
(2644, 2165, 5, 2, 14, '2025-11-13 03:32:30'),
(2645, 2165, 5, 3, 14, '2025-11-13 03:32:30'),
(2646, 2165, 6, 1, 14, '2025-11-13 03:32:30'),
(2647, 2165, 6, 2, 14, '2025-11-13 03:32:30'),
(2648, 2165, 6, 3, 14, '2025-11-13 03:32:30'),
(2649, 2165, 7, 1, 14, '2025-11-13 03:32:30'),
(2650, 2165, 7, 2, 14, '2025-11-13 03:32:30'),
(2651, 2165, 7, 3, 14, '2025-11-13 03:32:30'),
(2652, 667, 1, 1, 14, '2025-11-13 05:35:53'),
(2653, 667, 1, 2, 14, '2025-11-13 05:35:53'),
(2654, 667, 1, 3, 14, '2025-11-13 05:35:53'),
(2655, 667, 2, 1, 14, '2025-11-13 05:35:53'),
(2656, 667, 2, 2, 14, '2025-11-13 05:35:53'),
(2657, 667, 2, 3, 14, '2025-11-13 05:35:53'),
(2658, 667, 3, 1, 14, '2025-11-13 05:35:53'),
(2659, 667, 3, 2, 14, '2025-11-13 05:35:53'),
(2660, 667, 3, 3, 14, '2025-11-13 05:35:53'),
(2661, 667, 4, 1, 14, '2025-11-13 05:35:53'),
(2662, 667, 4, 2, 14, '2025-11-13 05:35:53'),
(2663, 667, 4, 3, 14, '2025-11-13 05:35:53'),
(2664, 667, 5, 1, 14, '2025-11-13 05:35:53'),
(2665, 667, 5, 2, 14, '2025-11-13 05:35:53'),
(2666, 667, 5, 3, 14, '2025-11-13 05:35:53'),
(2667, 667, 6, 1, 14, '2025-11-13 05:35:53'),
(2668, 667, 6, 2, 14, '2025-11-13 05:35:53'),
(2669, 667, 6, 3, 14, '2025-11-13 05:35:53'),
(2670, 667, 7, 1, 14, '2025-11-13 05:35:53'),
(2671, 667, 7, 2, 14, '2025-11-13 05:35:53'),
(2672, 667, 7, 3, 14, '2025-11-13 05:35:53'),
(2673, 2210, 1, 1, 14, '2025-11-13 05:37:13'),
(2674, 2210, 1, 2, 14, '2025-11-13 05:37:13'),
(2675, 2210, 1, 3, 14, '2025-11-13 05:37:13'),
(2676, 2210, 2, 1, 14, '2025-11-13 05:37:13'),
(2677, 2210, 2, 2, 14, '2025-11-13 05:37:13'),
(2678, 2210, 2, 3, 14, '2025-11-13 05:37:13'),
(2679, 2210, 3, 1, 14, '2025-11-13 05:37:13'),
(2680, 2210, 3, 2, 14, '2025-11-13 05:37:13'),
(2681, 2210, 3, 3, 14, '2025-11-13 05:37:13'),
(2682, 2210, 4, 1, 14, '2025-11-13 05:37:13'),
(2683, 2210, 4, 2, 14, '2025-11-13 05:37:13'),
(2684, 2210, 4, 3, 14, '2025-11-13 05:37:13'),
(2685, 2210, 5, 1, 14, '2025-11-13 05:37:13'),
(2686, 2210, 5, 2, 14, '2025-11-13 05:37:13'),
(2687, 2210, 5, 3, 14, '2025-11-13 05:37:13'),
(2688, 2210, 6, 1, 14, '2025-11-13 05:37:13'),
(2689, 2210, 6, 2, 14, '2025-11-13 05:37:13'),
(2690, 2210, 6, 3, 14, '2025-11-13 05:37:13'),
(2691, 2210, 7, 1, 14, '2025-11-13 05:37:13'),
(2692, 2210, 7, 2, 14, '2025-11-13 05:37:13'),
(2693, 2210, 7, 3, 14, '2025-11-13 05:37:13'),
(2694, 844, 1, 1, 14, '2025-11-13 05:40:08'),
(2695, 844, 1, 2, 14, '2025-11-13 05:40:08'),
(2696, 844, 1, 3, 14, '2025-11-13 05:40:08'),
(2697, 844, 2, 1, 14, '2025-11-13 05:40:08'),
(2698, 844, 2, 2, 14, '2025-11-13 05:40:08'),
(2699, 844, 2, 3, 14, '2025-11-13 05:40:08'),
(2700, 844, 3, 1, 14, '2025-11-13 05:40:08'),
(2701, 844, 3, 2, 14, '2025-11-13 05:40:08'),
(2702, 844, 3, 3, 14, '2025-11-13 05:40:08'),
(2703, 844, 4, 1, 14, '2025-11-13 05:40:08'),
(2704, 844, 4, 2, 14, '2025-11-13 05:40:08'),
(2705, 844, 4, 3, 14, '2025-11-13 05:40:08'),
(2706, 844, 5, 1, 14, '2025-11-13 05:40:08'),
(2707, 844, 5, 2, 14, '2025-11-13 05:40:08'),
(2708, 844, 5, 3, 14, '2025-11-13 05:40:08'),
(2709, 844, 6, 1, 14, '2025-11-13 05:40:08'),
(2710, 844, 6, 2, 14, '2025-11-13 05:40:08'),
(2711, 844, 6, 3, 14, '2025-11-13 05:40:08'),
(2712, 844, 7, 1, 14, '2025-11-13 05:40:08'),
(2713, 844, 7, 2, 14, '2025-11-13 05:40:08'),
(2714, 844, 7, 3, 14, '2025-11-13 05:40:08'),
(2715, 1823, 1, 1, 14, '2025-11-13 05:46:41'),
(2716, 1823, 1, 2, 14, '2025-11-13 05:46:41'),
(2717, 1823, 1, 3, 14, '2025-11-13 05:46:41'),
(2718, 1823, 2, 1, 14, '2025-11-13 05:46:41'),
(2719, 1823, 2, 2, 14, '2025-11-13 05:46:41'),
(2720, 1823, 2, 3, 14, '2025-11-13 05:46:41'),
(2721, 1823, 3, 1, 14, '2025-11-13 05:46:41'),
(2722, 1823, 3, 2, 14, '2025-11-13 05:46:41'),
(2723, 1823, 3, 3, 14, '2025-11-13 05:46:41'),
(2724, 1823, 4, 1, 14, '2025-11-13 05:46:41'),
(2725, 1823, 4, 2, 14, '2025-11-13 05:46:41'),
(2726, 1823, 4, 3, 14, '2025-11-13 05:46:41'),
(2727, 1823, 5, 1, 14, '2025-11-13 05:46:41'),
(2728, 1823, 5, 2, 14, '2025-11-13 05:46:41'),
(2729, 1823, 5, 3, 14, '2025-11-13 05:46:41'),
(2730, 1823, 6, 1, 14, '2025-11-13 05:46:41'),
(2731, 1823, 6, 2, 14, '2025-11-13 05:46:41'),
(2732, 1823, 6, 3, 14, '2025-11-13 05:46:41'),
(2733, 1823, 7, 1, 14, '2025-11-13 05:46:41'),
(2734, 1823, 7, 2, 14, '2025-11-13 05:46:41'),
(2735, 1823, 7, 3, 14, '2025-11-13 05:46:41'),
(2736, 2216, 1, 1, 14, '2025-11-13 05:51:56'),
(2737, 2216, 1, 2, 14, '2025-11-13 05:51:56'),
(2738, 2216, 1, 3, 14, '2025-11-13 05:51:56'),
(2739, 2216, 2, 1, 14, '2025-11-13 05:51:56'),
(2740, 2216, 2, 2, 14, '2025-11-13 05:51:56'),
(2741, 2216, 2, 3, 14, '2025-11-13 05:51:56'),
(2742, 2216, 3, 1, 14, '2025-11-13 05:51:56'),
(2743, 2216, 3, 2, 14, '2025-11-13 05:51:56'),
(2744, 2216, 3, 3, 14, '2025-11-13 05:51:56'),
(2745, 2216, 4, 1, 14, '2025-11-13 05:51:56'),
(2746, 2216, 4, 2, 14, '2025-11-13 05:51:56'),
(2747, 2216, 4, 3, 14, '2025-11-13 05:51:56'),
(2748, 2115, 1, 1, 14, '2025-11-13 05:54:27'),
(2749, 2115, 1, 2, 14, '2025-11-13 05:54:27'),
(2750, 2115, 1, 3, 14, '2025-11-13 05:54:27'),
(2751, 2115, 2, 1, 14, '2025-11-13 05:54:27'),
(2752, 2115, 2, 2, 14, '2025-11-13 05:54:27'),
(2753, 2115, 2, 3, 14, '2025-11-13 05:54:27'),
(2754, 2115, 3, 1, 14, '2025-11-13 05:54:27'),
(2755, 2115, 3, 2, 14, '2025-11-13 05:54:27'),
(2756, 2115, 3, 3, 14, '2025-11-13 05:54:27'),
(2757, 2115, 4, 1, 14, '2025-11-13 05:54:27'),
(2758, 2115, 4, 2, 14, '2025-11-13 05:54:27'),
(2759, 2115, 4, 3, 14, '2025-11-13 05:54:27'),
(2760, 2229, 1, 1, 14, '2025-11-13 05:57:41'),
(2761, 2229, 1, 2, 14, '2025-11-13 05:57:41'),
(2762, 2229, 1, 3, 14, '2025-11-13 05:57:41'),
(2763, 2229, 2, 1, 14, '2025-11-13 05:57:41'),
(2764, 2229, 2, 2, 14, '2025-11-13 05:57:41'),
(2765, 2229, 2, 3, 14, '2025-11-13 05:57:41'),
(2766, 2229, 3, 1, 14, '2025-11-13 05:57:41'),
(2767, 2229, 3, 2, 14, '2025-11-13 05:57:41'),
(2768, 2229, 3, 3, 14, '2025-11-13 05:57:41'),
(2769, 2229, 4, 1, 14, '2025-11-13 05:57:41'),
(2770, 2229, 4, 2, 14, '2025-11-13 05:57:41'),
(2771, 2229, 4, 3, 14, '2025-11-13 05:57:41'),
(2772, 2229, 5, 1, 14, '2025-11-13 05:57:41'),
(2773, 2229, 5, 2, 14, '2025-11-13 05:57:41'),
(2774, 2229, 5, 3, 14, '2025-11-13 05:57:41'),
(2775, 2229, 6, 1, 14, '2025-11-13 05:57:41'),
(2776, 2229, 6, 2, 14, '2025-11-13 05:57:41'),
(2777, 2229, 6, 3, 14, '2025-11-13 05:57:41'),
(2778, 2229, 7, 1, 14, '2025-11-13 05:57:41'),
(2779, 2229, 7, 2, 14, '2025-11-13 05:57:41'),
(2780, 2229, 7, 3, 14, '2025-11-13 05:57:41'),
(2781, 2065, 1, 1, 14, '2025-11-13 05:59:23'),
(2782, 2065, 1, 2, 14, '2025-11-13 05:59:23'),
(2783, 2065, 1, 3, 14, '2025-11-13 05:59:23'),
(2784, 2065, 2, 1, 14, '2025-11-13 05:59:23'),
(2785, 2065, 2, 2, 14, '2025-11-13 05:59:23'),
(2786, 2065, 2, 3, 14, '2025-11-13 05:59:23'),
(2787, 2065, 3, 1, 14, '2025-11-13 05:59:23'),
(2788, 2065, 3, 2, 14, '2025-11-13 05:59:23'),
(2789, 2065, 3, 3, 14, '2025-11-13 05:59:23'),
(2790, 2065, 4, 1, 14, '2025-11-13 05:59:23'),
(2791, 2065, 4, 2, 14, '2025-11-13 05:59:23'),
(2792, 2065, 4, 3, 14, '2025-11-13 05:59:23'),
(2793, 2065, 5, 1, 14, '2025-11-13 05:59:23'),
(2794, 2065, 5, 2, 14, '2025-11-13 05:59:23'),
(2795, 2065, 5, 3, 14, '2025-11-13 05:59:23'),
(2796, 2065, 6, 1, 14, '2025-11-13 05:59:23'),
(2797, 2065, 6, 2, 14, '2025-11-13 05:59:23'),
(2798, 2065, 6, 3, 14, '2025-11-13 05:59:23'),
(2799, 2065, 7, 1, 14, '2025-11-13 05:59:23'),
(2800, 2065, 7, 2, 14, '2025-11-13 05:59:23'),
(2801, 2065, 7, 3, 14, '2025-11-13 05:59:23'),
(2802, 397, 1, 1, 14, '2025-11-13 06:20:25'),
(2803, 397, 1, 2, 14, '2025-11-13 06:20:25'),
(2804, 397, 1, 3, 14, '2025-11-13 06:20:25'),
(2805, 397, 2, 1, 14, '2025-11-13 06:20:25'),
(2806, 397, 2, 2, 14, '2025-11-13 06:20:25'),
(2807, 397, 2, 3, 14, '2025-11-13 06:20:25'),
(2808, 397, 3, 1, 14, '2025-11-13 06:20:25'),
(2809, 397, 3, 2, 14, '2025-11-13 06:20:25'),
(2810, 397, 3, 3, 14, '2025-11-13 06:20:25'),
(2811, 397, 4, 1, 14, '2025-11-13 06:20:25'),
(2812, 397, 4, 2, 14, '2025-11-13 06:20:25'),
(2813, 397, 4, 3, 14, '2025-11-13 06:20:25'),
(2814, 2404, 1, 1, 5, '2025-11-13 23:48:37'),
(2815, 2404, 1, 2, 5, '2025-11-13 23:48:37'),
(2816, 2404, 1, 3, 5, '2025-11-13 23:48:37'),
(2817, 2404, 2, 1, 5, '2025-11-13 23:48:37'),
(2818, 2404, 2, 2, 5, '2025-11-13 23:48:37');
INSERT INTO `school_app_selection` (`id`, `school_id`, `book_id`, `class_id`, `selected_by_id`, `created_at`) VALUES
(2819, 2404, 2, 3, 5, '2025-11-13 23:48:37'),
(2820, 2404, 3, 1, 5, '2025-11-13 23:48:37'),
(2821, 2404, 3, 2, 5, '2025-11-13 23:48:37'),
(2822, 2404, 3, 3, 5, '2025-11-13 23:48:37'),
(2823, 2404, 4, 1, 5, '2025-11-13 23:48:37'),
(2824, 2404, 4, 2, 5, '2025-11-13 23:48:37'),
(2825, 2404, 4, 3, 5, '2025-11-13 23:48:37'),
(2847, 2406, 1, 1, 5, '2025-11-14 00:06:36'),
(2848, 2406, 1, 2, 5, '2025-11-14 00:06:36'),
(2849, 2406, 1, 3, 5, '2025-11-14 00:06:36'),
(2850, 2406, 2, 1, 5, '2025-11-14 00:06:36'),
(2851, 2406, 2, 2, 5, '2025-11-14 00:06:36'),
(2852, 2406, 2, 3, 5, '2025-11-14 00:06:36'),
(2853, 2406, 3, 1, 5, '2025-11-14 00:06:36'),
(2854, 2406, 3, 2, 5, '2025-11-14 00:06:36'),
(2855, 2406, 3, 3, 5, '2025-11-14 00:06:36'),
(2856, 2406, 4, 1, 5, '2025-11-14 00:06:36'),
(2857, 2406, 4, 2, 5, '2025-11-14 00:06:36'),
(2858, 2406, 4, 3, 5, '2025-11-14 00:06:36'),
(2859, 2406, 5, 1, 5, '2025-11-14 00:06:36'),
(2860, 2406, 5, 2, 5, '2025-11-14 00:06:36'),
(2861, 2406, 5, 3, 5, '2025-11-14 00:06:36'),
(2862, 2406, 6, 1, 5, '2025-11-14 00:06:36'),
(2863, 2406, 6, 2, 5, '2025-11-14 00:06:36'),
(2864, 2406, 6, 3, 5, '2025-11-14 00:06:36'),
(2865, 2406, 7, 1, 5, '2025-11-14 00:06:36'),
(2866, 2406, 7, 2, 5, '2025-11-14 00:06:36'),
(2867, 2406, 7, 3, 5, '2025-11-14 00:06:36'),
(2868, 2406, 14, 4, 5, '2025-11-14 00:06:36'),
(2869, 2406, 14, 5, 5, '2025-11-14 00:06:36'),
(2870, 2406, 14, 6, 5, '2025-11-14 00:06:36'),
(2871, 2406, 14, 7, 5, '2025-11-14 00:06:36'),
(2872, 2406, 14, 8, 5, '2025-11-14 00:06:36'),
(2873, 2406, 15, 4, 5, '2025-11-14 00:06:36'),
(2874, 2406, 15, 5, 5, '2025-11-14 00:06:36'),
(2875, 2406, 15, 6, 5, '2025-11-14 00:06:36'),
(2876, 2406, 15, 7, 5, '2025-11-14 00:06:36'),
(2877, 2406, 15, 8, 5, '2025-11-14 00:06:36'),
(2878, 2406, 16, 4, 5, '2025-11-14 00:06:36'),
(2879, 2406, 16, 5, 5, '2025-11-14 00:06:36'),
(2880, 2406, 16, 6, 5, '2025-11-14 00:06:36'),
(2881, 2406, 16, 7, 5, '2025-11-14 00:06:36'),
(2882, 2406, 17, 4, 5, '2025-11-14 00:06:36'),
(2883, 2406, 17, 5, 5, '2025-11-14 00:06:36'),
(2884, 2406, 17, 6, 5, '2025-11-14 00:06:36'),
(2885, 2406, 17, 7, 5, '2025-11-14 00:06:36'),
(2886, 2406, 19, 4, 5, '2025-11-14 00:06:36'),
(2887, 2406, 19, 5, 5, '2025-11-14 00:06:36'),
(2888, 2406, 19, 6, 5, '2025-11-14 00:06:36'),
(2889, 2406, 20, 7, 5, '2025-11-14 00:06:36'),
(2890, 2406, 20, 8, 5, '2025-11-14 00:06:36'),
(2891, 2406, 21, 4, 5, '2025-11-14 00:06:36'),
(2892, 2406, 21, 5, 5, '2025-11-14 00:06:36'),
(2893, 2406, 21, 6, 5, '2025-11-14 00:06:36'),
(2894, 2406, 21, 7, 5, '2025-11-14 00:06:36'),
(2895, 2406, 21, 8, 5, '2025-11-14 00:06:36'),
(2896, 2406, 22, 4, 5, '2025-11-14 00:06:36'),
(2897, 2406, 22, 5, 5, '2025-11-14 00:06:36'),
(2898, 2406, 22, 6, 5, '2025-11-14 00:06:36'),
(2899, 2406, 22, 7, 5, '2025-11-14 00:06:36'),
(2900, 2406, 22, 8, 5, '2025-11-14 00:06:36'),
(2901, 2406, 23, 4, 5, '2025-11-14 00:06:36'),
(2902, 2406, 23, 5, 5, '2025-11-14 00:06:36'),
(2903, 2406, 23, 6, 5, '2025-11-14 00:06:36'),
(2904, 2406, 23, 7, 5, '2025-11-14 00:06:36'),
(2905, 2406, 23, 8, 5, '2025-11-14 00:06:36'),
(2906, 2406, 24, 4, 5, '2025-11-14 00:06:36'),
(2907, 2406, 24, 5, 5, '2025-11-14 00:06:36'),
(2908, 2406, 24, 6, 5, '2025-11-14 00:06:36'),
(2909, 2406, 24, 7, 5, '2025-11-14 00:06:36'),
(2910, 2406, 24, 8, 5, '2025-11-14 00:06:36'),
(2911, 1052, 1, 1, 25, '2025-11-14 00:09:46'),
(2912, 1052, 1, 2, 25, '2025-11-14 00:09:46'),
(2913, 1052, 1, 3, 25, '2025-11-14 00:09:46'),
(2914, 1052, 2, 1, 25, '2025-11-14 00:09:46'),
(2915, 1052, 2, 2, 25, '2025-11-14 00:09:46'),
(2916, 1052, 2, 3, 25, '2025-11-14 00:09:46'),
(2917, 1052, 3, 1, 25, '2025-11-14 00:09:46'),
(2918, 1052, 3, 2, 25, '2025-11-14 00:09:46'),
(2919, 1052, 3, 3, 25, '2025-11-14 00:09:46'),
(2920, 1052, 4, 1, 25, '2025-11-14 00:09:46'),
(2921, 1052, 4, 2, 25, '2025-11-14 00:09:46'),
(2922, 1052, 4, 3, 25, '2025-11-14 00:09:46'),
(2923, 1052, 5, 1, 25, '2025-11-14 00:09:46'),
(2924, 1052, 5, 2, 25, '2025-11-14 00:09:46'),
(2925, 1052, 5, 3, 25, '2025-11-14 00:09:46'),
(2926, 1052, 6, 1, 25, '2025-11-14 00:09:46'),
(2927, 1052, 6, 2, 25, '2025-11-14 00:09:46'),
(2928, 1052, 6, 3, 25, '2025-11-14 00:09:46'),
(2929, 1052, 7, 1, 25, '2025-11-14 00:09:46'),
(2930, 1052, 7, 2, 25, '2025-11-14 00:09:46'),
(2931, 1052, 7, 3, 25, '2025-11-14 00:09:46'),
(2932, 672, 1, 1, 25, '2025-11-14 01:04:55'),
(2933, 672, 1, 2, 25, '2025-11-14 01:04:55'),
(2934, 672, 1, 3, 25, '2025-11-14 01:04:55'),
(2935, 672, 2, 1, 25, '2025-11-14 01:04:55'),
(2936, 672, 2, 2, 25, '2025-11-14 01:04:55'),
(2937, 672, 2, 3, 25, '2025-11-14 01:04:55'),
(2938, 672, 3, 1, 25, '2025-11-14 01:04:55'),
(2939, 672, 3, 2, 25, '2025-11-14 01:04:55'),
(2940, 672, 3, 3, 25, '2025-11-14 01:04:55'),
(2941, 672, 4, 1, 25, '2025-11-14 01:04:55'),
(2942, 672, 4, 2, 25, '2025-11-14 01:04:55'),
(2943, 672, 4, 3, 25, '2025-11-14 01:04:55'),
(2944, 1442, 1, 1, 4, '2025-11-14 02:24:07'),
(2945, 1442, 1, 2, 4, '2025-11-14 02:24:07'),
(2946, 1442, 1, 3, 4, '2025-11-14 02:24:07'),
(2947, 1442, 3, 1, 4, '2025-11-14 02:24:07'),
(2948, 1442, 3, 2, 4, '2025-11-14 02:24:07'),
(2949, 1442, 3, 3, 4, '2025-11-14 02:24:07'),
(2950, 1442, 4, 1, 4, '2025-11-14 02:24:07'),
(2951, 1442, 4, 2, 4, '2025-11-14 02:24:07'),
(2952, 1442, 4, 3, 4, '2025-11-14 02:24:07'),
(2953, 1442, 14, 4, 4, '2025-11-14 02:24:07'),
(2954, 1442, 14, 5, 4, '2025-11-14 02:24:07'),
(2955, 1442, 14, 6, 4, '2025-11-14 02:24:07'),
(2956, 1442, 14, 7, 4, '2025-11-14 02:24:07'),
(2957, 1442, 14, 8, 4, '2025-11-14 02:24:07'),
(2958, 1442, 15, 4, 4, '2025-11-14 02:24:07'),
(2959, 1442, 15, 5, 4, '2025-11-14 02:24:07'),
(2960, 1442, 15, 6, 4, '2025-11-14 02:24:07'),
(2961, 1442, 15, 7, 4, '2025-11-14 02:24:07'),
(2962, 1442, 15, 8, 4, '2025-11-14 02:24:07'),
(2963, 1442, 16, 4, 4, '2025-11-14 02:24:07'),
(2964, 1442, 16, 5, 4, '2025-11-14 02:24:07'),
(2965, 1442, 16, 6, 4, '2025-11-14 02:24:07'),
(2966, 1442, 16, 7, 4, '2025-11-14 02:24:07'),
(2967, 1442, 16, 8, 4, '2025-11-14 02:24:07'),
(2968, 2417, 1, 1, 36, '2025-11-14 07:57:47'),
(2969, 2417, 1, 2, 36, '2025-11-14 07:57:47'),
(2970, 2417, 1, 3, 36, '2025-11-14 07:57:47'),
(2971, 2417, 2, 1, 36, '2025-11-14 07:57:47'),
(2972, 2417, 2, 2, 36, '2025-11-14 07:57:47'),
(2973, 2417, 2, 3, 36, '2025-11-14 07:57:47'),
(2974, 2417, 3, 1, 36, '2025-11-14 07:57:47'),
(2975, 2417, 3, 2, 36, '2025-11-14 07:57:47'),
(2976, 2417, 3, 3, 36, '2025-11-14 07:57:47'),
(2977, 2417, 4, 1, 36, '2025-11-14 07:57:47'),
(2978, 2417, 4, 2, 36, '2025-11-14 07:57:47'),
(2979, 2417, 4, 3, 36, '2025-11-14 07:57:47'),
(2980, 2417, 5, 1, 36, '2025-11-14 07:57:47'),
(2981, 2417, 5, 2, 36, '2025-11-14 07:57:47'),
(2982, 2417, 5, 3, 36, '2025-11-14 07:57:47'),
(2983, 2417, 6, 1, 36, '2025-11-14 07:57:47'),
(2984, 2417, 6, 2, 36, '2025-11-14 07:57:47'),
(2985, 2417, 6, 3, 36, '2025-11-14 07:57:47'),
(2986, 2417, 7, 1, 36, '2025-11-14 07:57:47'),
(2987, 2417, 7, 2, 36, '2025-11-14 07:57:47'),
(2988, 2417, 7, 3, 36, '2025-11-14 07:57:47'),
(2989, 1586, 15, 4, 4, '2025-11-15 00:51:16'),
(2990, 1586, 15, 5, 4, '2025-11-15 00:51:16'),
(2991, 1586, 15, 6, 4, '2025-11-15 00:51:16'),
(2992, 1586, 15, 7, 4, '2025-11-15 00:51:16'),
(2993, 1586, 15, 8, 4, '2025-11-15 00:51:16'),
(2994, 1586, 17, 4, 4, '2025-11-15 00:51:16'),
(2995, 1586, 17, 5, 4, '2025-11-15 00:51:16'),
(2996, 1586, 17, 6, 4, '2025-11-15 00:51:16'),
(2997, 1586, 17, 7, 4, '2025-11-15 00:51:16'),
(2998, 1586, 17, 8, 4, '2025-11-15 00:51:16'),
(2999, 1586, 19, 4, 4, '2025-11-15 00:51:16'),
(3000, 1586, 19, 5, 4, '2025-11-15 00:51:16'),
(3001, 1586, 19, 6, 4, '2025-11-15 00:51:16'),
(3002, 1586, 20, 7, 4, '2025-11-15 00:51:16'),
(3003, 1586, 20, 8, 4, '2025-11-15 00:51:16'),
(3004, 1586, 21, 4, 4, '2025-11-15 00:51:16'),
(3005, 1586, 21, 5, 4, '2025-11-15 00:51:16'),
(3006, 1586, 21, 6, 4, '2025-11-15 00:51:16'),
(3007, 1586, 21, 7, 4, '2025-11-15 00:51:16'),
(3008, 1586, 21, 8, 4, '2025-11-15 00:51:16'),
(3009, 1849, 1, 1, 25, '2025-11-15 02:07:26'),
(3010, 1849, 1, 2, 25, '2025-11-15 02:07:26'),
(3011, 1849, 1, 3, 25, '2025-11-15 02:07:26'),
(3012, 1849, 2, 1, 25, '2025-11-15 02:07:26'),
(3013, 1849, 2, 2, 25, '2025-11-15 02:07:26'),
(3014, 1849, 2, 3, 25, '2025-11-15 02:07:26'),
(3015, 1849, 3, 1, 25, '2025-11-15 02:07:26'),
(3016, 1849, 3, 2, 25, '2025-11-15 02:07:26'),
(3017, 1849, 3, 3, 25, '2025-11-15 02:07:26'),
(3018, 1849, 4, 1, 25, '2025-11-15 02:07:26'),
(3019, 1849, 4, 2, 25, '2025-11-15 02:07:26'),
(3020, 1849, 4, 3, 25, '2025-11-15 02:07:26'),
(3021, 1849, 5, 1, 25, '2025-11-15 02:07:26'),
(3022, 1849, 5, 2, 25, '2025-11-15 02:07:26'),
(3023, 1849, 5, 3, 25, '2025-11-15 02:07:26'),
(3024, 1849, 6, 1, 25, '2025-11-15 02:07:26'),
(3025, 1849, 6, 2, 25, '2025-11-15 02:07:26'),
(3026, 1849, 6, 3, 25, '2025-11-15 02:07:26'),
(3027, 1849, 7, 1, 25, '2025-11-15 02:07:26'),
(3028, 1849, 7, 2, 25, '2025-11-15 02:07:26'),
(3029, 1849, 7, 3, 25, '2025-11-15 02:07:26'),
(3030, 2420, 1, 1, 9, '2025-11-15 03:02:12'),
(3031, 2420, 1, 2, 9, '2025-11-15 03:02:12'),
(3032, 2420, 1, 3, 9, '2025-11-15 03:02:12'),
(3033, 2420, 2, 1, 9, '2025-11-15 03:02:12'),
(3034, 2420, 2, 2, 9, '2025-11-15 03:02:12'),
(3035, 2420, 2, 3, 9, '2025-11-15 03:02:12'),
(3036, 2420, 3, 1, 9, '2025-11-15 03:02:12'),
(3037, 2420, 3, 2, 9, '2025-11-15 03:02:12'),
(3038, 2420, 3, 3, 9, '2025-11-15 03:02:12'),
(3039, 2029, 1, 1, 14, '2025-11-15 03:08:19'),
(3040, 2029, 1, 2, 14, '2025-11-15 03:08:19'),
(3041, 2029, 1, 3, 14, '2025-11-15 03:08:19'),
(3042, 2029, 2, 1, 14, '2025-11-15 03:08:19'),
(3043, 2029, 2, 2, 14, '2025-11-15 03:08:19'),
(3044, 2029, 2, 3, 14, '2025-11-15 03:08:19'),
(3045, 2029, 3, 1, 14, '2025-11-15 03:08:19'),
(3046, 2029, 3, 2, 14, '2025-11-15 03:08:19'),
(3047, 2029, 3, 3, 14, '2025-11-15 03:08:19'),
(3048, 2029, 4, 1, 14, '2025-11-15 03:08:19'),
(3049, 2029, 4, 2, 14, '2025-11-15 03:08:19'),
(3050, 2029, 4, 3, 14, '2025-11-15 03:08:19'),
(3051, 2029, 5, 1, 14, '2025-11-15 03:08:19'),
(3052, 2029, 5, 2, 14, '2025-11-15 03:08:19'),
(3053, 2029, 5, 3, 14, '2025-11-15 03:08:19'),
(3054, 2029, 6, 1, 14, '2025-11-15 03:08:19'),
(3055, 2029, 6, 2, 14, '2025-11-15 03:08:19'),
(3056, 2029, 6, 3, 14, '2025-11-15 03:08:19'),
(3057, 2029, 7, 1, 14, '2025-11-15 03:08:19'),
(3058, 2029, 7, 2, 14, '2025-11-15 03:08:19'),
(3059, 2029, 7, 3, 14, '2025-11-15 03:08:19'),
(3060, 2029, 14, 4, 14, '2025-11-15 03:08:19'),
(3061, 2029, 14, 5, 14, '2025-11-15 03:08:19'),
(3062, 2029, 14, 6, 14, '2025-11-15 03:08:19'),
(3063, 2029, 14, 7, 14, '2025-11-15 03:08:19'),
(3064, 2029, 14, 8, 14, '2025-11-15 03:08:19'),
(3065, 2029, 15, 4, 14, '2025-11-15 03:08:19'),
(3066, 2029, 15, 5, 14, '2025-11-15 03:08:19'),
(3067, 2029, 15, 6, 14, '2025-11-15 03:08:19'),
(3068, 2029, 15, 7, 14, '2025-11-15 03:08:19'),
(3069, 2029, 15, 8, 14, '2025-11-15 03:08:19'),
(3070, 2029, 16, 4, 14, '2025-11-15 03:08:19'),
(3071, 2029, 16, 5, 14, '2025-11-15 03:08:19'),
(3072, 2029, 16, 6, 14, '2025-11-15 03:08:19'),
(3073, 2029, 16, 7, 14, '2025-11-15 03:08:19'),
(3074, 2029, 16, 8, 14, '2025-11-15 03:08:19'),
(3075, 2029, 17, 4, 14, '2025-11-15 03:08:19'),
(3076, 2029, 17, 5, 14, '2025-11-15 03:08:19'),
(3077, 2029, 17, 6, 14, '2025-11-15 03:08:19'),
(3078, 2029, 17, 7, 14, '2025-11-15 03:08:19'),
(3079, 2029, 17, 8, 14, '2025-11-15 03:08:19'),
(3080, 2029, 18, 4, 14, '2025-11-15 03:08:19'),
(3081, 2029, 18, 5, 14, '2025-11-15 03:08:19'),
(3082, 2029, 18, 6, 14, '2025-11-15 03:08:19'),
(3083, 2029, 18, 7, 14, '2025-11-15 03:08:19'),
(3084, 2029, 19, 4, 14, '2025-11-15 03:08:19'),
(3085, 2029, 19, 5, 14, '2025-11-15 03:08:19'),
(3086, 2029, 19, 6, 14, '2025-11-15 03:08:19'),
(3087, 2029, 20, 7, 14, '2025-11-15 03:08:19'),
(3088, 2029, 20, 8, 14, '2025-11-15 03:08:19'),
(3089, 2029, 21, 4, 14, '2025-11-15 03:08:19'),
(3090, 2029, 21, 5, 14, '2025-11-15 03:08:19'),
(3091, 2029, 21, 6, 14, '2025-11-15 03:08:19'),
(3092, 2029, 21, 7, 14, '2025-11-15 03:08:19'),
(3093, 2029, 22, 4, 14, '2025-11-15 03:08:19'),
(3094, 2029, 22, 5, 14, '2025-11-15 03:08:19'),
(3095, 2029, 22, 6, 14, '2025-11-15 03:08:19'),
(3096, 2029, 22, 7, 14, '2025-11-15 03:08:19'),
(3097, 2029, 23, 4, 14, '2025-11-15 03:08:19'),
(3098, 2029, 23, 5, 14, '2025-11-15 03:08:19'),
(3099, 2029, 23, 6, 14, '2025-11-15 03:08:19'),
(3100, 2029, 23, 7, 14, '2025-11-15 03:08:19'),
(3101, 2029, 24, 4, 14, '2025-11-15 03:08:19'),
(3102, 2029, 24, 5, 14, '2025-11-15 03:08:19'),
(3103, 2029, 24, 6, 14, '2025-11-15 03:08:19'),
(3104, 2029, 24, 7, 14, '2025-11-15 03:08:19'),
(3105, 1730, 14, 4, 14, '2025-11-15 03:16:59'),
(3106, 1730, 14, 5, 14, '2025-11-15 03:16:59'),
(3107, 1730, 14, 6, 14, '2025-11-15 03:16:59'),
(3108, 1730, 14, 7, 14, '2025-11-15 03:16:59'),
(3109, 1730, 14, 8, 14, '2025-11-15 03:16:59'),
(3110, 1730, 15, 4, 14, '2025-11-15 03:16:59'),
(3111, 1730, 15, 5, 14, '2025-11-15 03:16:59'),
(3112, 1730, 15, 6, 14, '2025-11-15 03:16:59'),
(3113, 1730, 15, 7, 14, '2025-11-15 03:16:59'),
(3114, 1730, 15, 8, 14, '2025-11-15 03:16:59'),
(3115, 1730, 16, 4, 14, '2025-11-15 03:16:59'),
(3116, 1730, 16, 5, 14, '2025-11-15 03:16:59'),
(3117, 1730, 16, 6, 14, '2025-11-15 03:16:59'),
(3118, 1730, 16, 7, 14, '2025-11-15 03:16:59'),
(3119, 1730, 16, 8, 14, '2025-11-15 03:16:59'),
(3120, 1730, 17, 4, 14, '2025-11-15 03:16:59'),
(3121, 1730, 17, 5, 14, '2025-11-15 03:16:59'),
(3122, 1730, 17, 6, 14, '2025-11-15 03:16:59'),
(3123, 1730, 17, 7, 14, '2025-11-15 03:16:59'),
(3124, 1730, 17, 8, 14, '2025-11-15 03:16:59'),
(3125, 1730, 19, 4, 14, '2025-11-15 03:16:59'),
(3126, 1730, 19, 5, 14, '2025-11-15 03:16:59'),
(3127, 1730, 19, 6, 14, '2025-11-15 03:16:59'),
(3128, 1730, 20, 7, 14, '2025-11-15 03:16:59'),
(3129, 1730, 20, 8, 14, '2025-11-15 03:16:59'),
(3130, 1730, 21, 4, 14, '2025-11-15 03:16:59'),
(3131, 1730, 21, 5, 14, '2025-11-15 03:16:59'),
(3132, 1730, 21, 6, 14, '2025-11-15 03:16:59'),
(3133, 1730, 21, 7, 14, '2025-11-15 03:16:59'),
(3134, 1730, 21, 8, 14, '2025-11-15 03:16:59'),
(3135, 1730, 22, 4, 14, '2025-11-15 03:16:59'),
(3136, 1730, 22, 5, 14, '2025-11-15 03:16:59'),
(3137, 1730, 22, 6, 14, '2025-11-15 03:16:59'),
(3138, 1730, 22, 7, 14, '2025-11-15 03:16:59'),
(3139, 1730, 22, 8, 14, '2025-11-15 03:16:59'),
(3140, 1730, 23, 4, 14, '2025-11-15 03:16:59'),
(3141, 1730, 23, 5, 14, '2025-11-15 03:16:59'),
(3142, 1730, 23, 6, 14, '2025-11-15 03:16:59'),
(3143, 1730, 23, 7, 14, '2025-11-15 03:16:59'),
(3144, 1730, 23, 8, 14, '2025-11-15 03:16:59'),
(3145, 1730, 24, 4, 14, '2025-11-15 03:16:59'),
(3146, 1730, 24, 5, 14, '2025-11-15 03:16:59'),
(3147, 1730, 24, 6, 14, '2025-11-15 03:16:59'),
(3148, 1730, 24, 7, 14, '2025-11-15 03:16:59'),
(3149, 1730, 24, 8, 14, '2025-11-15 03:16:59'),
(3150, 2367, 14, 4, 14, '2025-11-15 03:24:31'),
(3151, 2367, 14, 5, 14, '2025-11-15 03:24:31'),
(3152, 2367, 14, 6, 14, '2025-11-15 03:24:31'),
(3153, 2367, 14, 7, 14, '2025-11-15 03:24:31'),
(3154, 2367, 14, 8, 14, '2025-11-15 03:24:31'),
(3155, 2367, 15, 4, 14, '2025-11-15 03:24:31'),
(3156, 2367, 15, 5, 14, '2025-11-15 03:24:31'),
(3157, 2367, 15, 6, 14, '2025-11-15 03:24:31'),
(3158, 2367, 15, 7, 14, '2025-11-15 03:24:31'),
(3159, 2367, 15, 8, 14, '2025-11-15 03:24:31'),
(3160, 2367, 16, 4, 14, '2025-11-15 03:24:31'),
(3161, 2367, 16, 5, 14, '2025-11-15 03:24:31'),
(3162, 2367, 16, 6, 14, '2025-11-15 03:24:31'),
(3163, 2367, 16, 7, 14, '2025-11-15 03:24:31'),
(3164, 2367, 16, 8, 14, '2025-11-15 03:24:31'),
(3165, 2367, 17, 4, 14, '2025-11-15 03:24:31'),
(3166, 2367, 17, 5, 14, '2025-11-15 03:24:31'),
(3167, 2367, 17, 6, 14, '2025-11-15 03:24:31'),
(3168, 2367, 17, 7, 14, '2025-11-15 03:24:31'),
(3169, 2367, 17, 8, 14, '2025-11-15 03:24:31'),
(3170, 2367, 18, 4, 14, '2025-11-15 03:24:31'),
(3171, 2367, 18, 5, 14, '2025-11-15 03:24:31'),
(3172, 2367, 18, 6, 14, '2025-11-15 03:24:31'),
(3173, 2367, 18, 7, 14, '2025-11-15 03:24:31'),
(3174, 2367, 18, 8, 14, '2025-11-15 03:24:31'),
(3175, 2367, 19, 4, 14, '2025-11-15 03:24:31'),
(3176, 2367, 19, 5, 14, '2025-11-15 03:24:31'),
(3177, 2367, 19, 6, 14, '2025-11-15 03:24:31'),
(3178, 2367, 20, 7, 14, '2025-11-15 03:24:31'),
(3179, 2367, 20, 8, 14, '2025-11-15 03:24:31'),
(3180, 2367, 21, 4, 14, '2025-11-15 03:24:31'),
(3181, 2367, 21, 5, 14, '2025-11-15 03:24:31'),
(3182, 2367, 21, 6, 14, '2025-11-15 03:24:31'),
(3183, 2367, 21, 7, 14, '2025-11-15 03:24:31'),
(3184, 2367, 21, 8, 14, '2025-11-15 03:24:31'),
(3185, 2367, 22, 4, 14, '2025-11-15 03:24:31'),
(3186, 2367, 22, 5, 14, '2025-11-15 03:24:31'),
(3187, 2367, 22, 6, 14, '2025-11-15 03:24:31'),
(3188, 2367, 22, 7, 14, '2025-11-15 03:24:31'),
(3189, 2367, 22, 8, 14, '2025-11-15 03:24:31'),
(3190, 2367, 23, 4, 14, '2025-11-15 03:24:31'),
(3191, 2367, 23, 5, 14, '2025-11-15 03:24:31'),
(3192, 2367, 23, 6, 14, '2025-11-15 03:24:31'),
(3193, 2367, 23, 7, 14, '2025-11-15 03:24:31'),
(3194, 2367, 23, 8, 14, '2025-11-15 03:24:31'),
(3195, 2367, 24, 4, 14, '2025-11-15 03:24:31'),
(3196, 2367, 24, 5, 14, '2025-11-15 03:24:31'),
(3197, 2367, 24, 6, 14, '2025-11-15 03:24:31'),
(3198, 2367, 24, 7, 14, '2025-11-15 03:24:31'),
(3199, 2367, 24, 8, 14, '2025-11-15 03:24:31'),
(3200, 39, 1, 1, 14, '2025-11-15 03:29:36'),
(3201, 39, 1, 2, 14, '2025-11-15 03:29:36'),
(3202, 39, 1, 3, 14, '2025-11-15 03:29:36'),
(3203, 39, 2, 1, 14, '2025-11-15 03:29:36'),
(3204, 39, 2, 2, 14, '2025-11-15 03:29:36'),
(3205, 39, 2, 3, 14, '2025-11-15 03:29:36'),
(3206, 39, 3, 1, 14, '2025-11-15 03:29:36'),
(3207, 39, 3, 2, 14, '2025-11-15 03:29:36'),
(3208, 39, 3, 3, 14, '2025-11-15 03:29:36'),
(3209, 39, 4, 1, 14, '2025-11-15 03:29:36'),
(3210, 39, 4, 2, 14, '2025-11-15 03:29:36'),
(3211, 39, 4, 3, 14, '2025-11-15 03:29:36'),
(3212, 39, 5, 1, 14, '2025-11-15 03:29:36'),
(3213, 39, 5, 2, 14, '2025-11-15 03:29:36'),
(3214, 39, 5, 3, 14, '2025-11-15 03:29:36'),
(3215, 39, 6, 1, 14, '2025-11-15 03:29:36'),
(3216, 39, 6, 2, 14, '2025-11-15 03:29:36'),
(3217, 39, 6, 3, 14, '2025-11-15 03:29:36'),
(3218, 39, 7, 1, 14, '2025-11-15 03:29:36'),
(3219, 39, 7, 2, 14, '2025-11-15 03:29:36'),
(3220, 39, 7, 3, 14, '2025-11-15 03:29:36'),
(3221, 1738, 1, 1, 14, '2025-11-15 03:32:52'),
(3222, 1738, 1, 2, 14, '2025-11-15 03:32:52'),
(3223, 1738, 1, 3, 14, '2025-11-15 03:32:52'),
(3224, 1738, 2, 1, 14, '2025-11-15 03:32:52'),
(3225, 1738, 2, 2, 14, '2025-11-15 03:32:52'),
(3226, 1738, 2, 3, 14, '2025-11-15 03:32:52'),
(3227, 1738, 3, 1, 14, '2025-11-15 03:32:52'),
(3228, 1738, 3, 2, 14, '2025-11-15 03:32:52'),
(3229, 1738, 3, 3, 14, '2025-11-15 03:32:52'),
(3230, 1738, 4, 1, 14, '2025-11-15 03:32:52'),
(3231, 1738, 4, 2, 14, '2025-11-15 03:32:52'),
(3232, 1738, 4, 3, 14, '2025-11-15 03:32:52'),
(3233, 1738, 5, 1, 14, '2025-11-15 03:32:52'),
(3234, 1738, 5, 2, 14, '2025-11-15 03:32:52'),
(3235, 1738, 5, 3, 14, '2025-11-15 03:32:52'),
(3236, 1738, 6, 1, 14, '2025-11-15 03:32:52'),
(3237, 1738, 6, 2, 14, '2025-11-15 03:32:52'),
(3238, 1738, 6, 3, 14, '2025-11-15 03:32:52'),
(3239, 1738, 7, 1, 14, '2025-11-15 03:32:52'),
(3240, 1738, 7, 2, 14, '2025-11-15 03:32:52'),
(3241, 1738, 7, 3, 14, '2025-11-15 03:32:52'),
(3242, 1554, 16, 4, 4, '2025-11-15 03:33:51'),
(3243, 1554, 16, 5, 4, '2025-11-15 03:33:51'),
(3244, 1554, 16, 6, 4, '2025-11-15 03:33:51'),
(3245, 1554, 16, 7, 4, '2025-11-15 03:33:51'),
(3246, 1554, 16, 8, 4, '2025-11-15 03:33:51'),
(3247, 40, 1, 1, 14, '2025-11-15 03:46:58'),
(3248, 40, 1, 2, 14, '2025-11-15 03:46:58'),
(3249, 40, 1, 3, 14, '2025-11-15 03:46:58'),
(3250, 40, 2, 1, 14, '2025-11-15 03:46:58'),
(3251, 40, 2, 2, 14, '2025-11-15 03:46:58'),
(3252, 40, 2, 3, 14, '2025-11-15 03:46:58'),
(3253, 40, 3, 1, 14, '2025-11-15 03:46:58'),
(3254, 40, 3, 2, 14, '2025-11-15 03:46:58'),
(3255, 40, 3, 3, 14, '2025-11-15 03:46:58'),
(3256, 40, 4, 1, 14, '2025-11-15 03:46:58'),
(3257, 40, 4, 2, 14, '2025-11-15 03:46:58'),
(3258, 40, 4, 3, 14, '2025-11-15 03:46:58'),
(3259, 40, 5, 1, 14, '2025-11-15 03:46:58'),
(3260, 40, 5, 2, 14, '2025-11-15 03:46:58'),
(3261, 40, 5, 3, 14, '2025-11-15 03:46:58'),
(3262, 40, 6, 1, 14, '2025-11-15 03:46:58'),
(3263, 40, 6, 2, 14, '2025-11-15 03:46:58'),
(3264, 40, 6, 3, 14, '2025-11-15 03:46:58'),
(3265, 40, 7, 1, 14, '2025-11-15 03:46:58'),
(3266, 40, 7, 2, 14, '2025-11-15 03:46:58'),
(3267, 40, 7, 3, 14, '2025-11-15 03:46:58'),
(3268, 2434, 1, 1, 8, '2025-11-17 00:56:47'),
(3269, 2434, 1, 2, 8, '2025-11-17 00:56:47'),
(3270, 2434, 1, 3, 8, '2025-11-17 00:56:47'),
(3271, 2434, 2, 1, 8, '2025-11-17 00:56:47'),
(3272, 2434, 2, 2, 8, '2025-11-17 00:56:47'),
(3273, 2434, 2, 3, 8, '2025-11-17 00:56:47'),
(3274, 2434, 3, 1, 8, '2025-11-17 00:56:47'),
(3275, 2434, 3, 2, 8, '2025-11-17 00:56:47'),
(3276, 2434, 3, 3, 8, '2025-11-17 00:56:47'),
(3277, 2434, 4, 1, 8, '2025-11-17 00:56:47'),
(3278, 2434, 4, 2, 8, '2025-11-17 00:56:47'),
(3279, 2434, 4, 3, 8, '2025-11-17 00:56:47'),
(3280, 2434, 5, 1, 8, '2025-11-17 00:56:47'),
(3281, 2434, 5, 2, 8, '2025-11-17 00:56:47'),
(3282, 2434, 5, 3, 8, '2025-11-17 00:56:47'),
(3283, 2434, 6, 1, 8, '2025-11-17 00:56:47'),
(3284, 2434, 6, 2, 8, '2025-11-17 00:56:47'),
(3285, 2434, 6, 3, 8, '2025-11-17 00:56:47'),
(3286, 2434, 7, 1, 8, '2025-11-17 00:56:47'),
(3287, 2434, 7, 2, 8, '2025-11-17 00:56:47'),
(3288, 2434, 7, 3, 8, '2025-11-17 00:56:47'),
(3289, 2436, 1, 1, 25, '2025-11-17 01:14:50'),
(3290, 2436, 1, 2, 25, '2025-11-17 01:14:50'),
(3291, 2436, 1, 3, 25, '2025-11-17 01:14:50'),
(3292, 2436, 2, 1, 25, '2025-11-17 01:14:50'),
(3293, 2436, 2, 2, 25, '2025-11-17 01:14:50'),
(3294, 2436, 2, 3, 25, '2025-11-17 01:14:50'),
(3295, 2436, 3, 1, 25, '2025-11-17 01:14:50'),
(3296, 2436, 3, 2, 25, '2025-11-17 01:14:50'),
(3297, 2436, 3, 3, 25, '2025-11-17 01:14:50'),
(3298, 2436, 4, 1, 25, '2025-11-17 01:14:50'),
(3299, 2436, 4, 2, 25, '2025-11-17 01:14:50'),
(3300, 2436, 4, 3, 25, '2025-11-17 01:14:50'),
(3301, 2436, 5, 1, 25, '2025-11-17 01:14:50'),
(3302, 2436, 5, 2, 25, '2025-11-17 01:14:50'),
(3303, 2436, 5, 3, 25, '2025-11-17 01:14:50'),
(3304, 2436, 6, 1, 25, '2025-11-17 01:14:50'),
(3305, 2436, 6, 2, 25, '2025-11-17 01:14:50'),
(3306, 2436, 6, 3, 25, '2025-11-17 01:14:50'),
(3307, 2436, 7, 1, 25, '2025-11-17 01:14:50'),
(3308, 2436, 7, 2, 25, '2025-11-17 01:14:50'),
(3309, 2436, 7, 3, 25, '2025-11-17 01:14:50'),
(3310, 2439, 1, 1, 25, '2025-11-17 01:43:26'),
(3311, 2439, 1, 2, 25, '2025-11-17 01:43:26'),
(3312, 2439, 1, 3, 25, '2025-11-17 01:43:26'),
(3313, 2439, 2, 1, 25, '2025-11-17 01:43:26'),
(3314, 2439, 2, 2, 25, '2025-11-17 01:43:26'),
(3315, 2439, 2, 3, 25, '2025-11-17 01:43:26'),
(3316, 2439, 3, 1, 25, '2025-11-17 01:43:26'),
(3317, 2439, 3, 2, 25, '2025-11-17 01:43:26'),
(3318, 2439, 3, 3, 25, '2025-11-17 01:43:26'),
(3319, 2439, 4, 1, 25, '2025-11-17 01:43:26'),
(3320, 2439, 4, 2, 25, '2025-11-17 01:43:26'),
(3321, 2439, 4, 3, 25, '2025-11-17 01:43:26'),
(3322, 2441, 1, 1, 5, '2025-11-17 02:10:25'),
(3323, 2441, 1, 2, 5, '2025-11-17 02:10:25'),
(3324, 2441, 1, 3, 5, '2025-11-17 02:10:25'),
(3325, 2441, 2, 1, 5, '2025-11-17 02:10:25'),
(3326, 2441, 2, 2, 5, '2025-11-17 02:10:25'),
(3327, 2441, 2, 3, 5, '2025-11-17 02:10:25'),
(3328, 2441, 3, 1, 5, '2025-11-17 02:10:25'),
(3329, 2441, 3, 2, 5, '2025-11-17 02:10:25'),
(3330, 2441, 3, 3, 5, '2025-11-17 02:10:25'),
(3331, 2441, 4, 1, 5, '2025-11-17 02:10:25'),
(3332, 2441, 4, 2, 5, '2025-11-17 02:10:25'),
(3333, 2441, 4, 3, 5, '2025-11-17 02:10:25'),
(3334, 2441, 5, 1, 5, '2025-11-17 02:10:25'),
(3335, 2441, 5, 2, 5, '2025-11-17 02:10:25'),
(3336, 2441, 5, 3, 5, '2025-11-17 02:10:25'),
(3337, 2441, 6, 1, 5, '2025-11-17 02:10:25'),
(3338, 2441, 6, 2, 5, '2025-11-17 02:10:25'),
(3339, 2441, 6, 3, 5, '2025-11-17 02:10:25'),
(3340, 2441, 7, 1, 5, '2025-11-17 02:10:25'),
(3341, 2441, 7, 2, 5, '2025-11-17 02:10:25'),
(3342, 2441, 7, 3, 5, '2025-11-17 02:10:25'),
(3343, 2243, 1, 1, 25, '2025-11-17 02:15:34'),
(3344, 2243, 1, 2, 25, '2025-11-17 02:15:34'),
(3345, 2243, 1, 3, 25, '2025-11-17 02:15:34'),
(3346, 2243, 2, 1, 25, '2025-11-17 02:15:34'),
(3347, 2243, 2, 2, 25, '2025-11-17 02:15:34'),
(3348, 2243, 2, 3, 25, '2025-11-17 02:15:34'),
(3349, 2243, 3, 1, 25, '2025-11-17 02:15:34'),
(3350, 2243, 3, 2, 25, '2025-11-17 02:15:34'),
(3351, 2243, 3, 3, 25, '2025-11-17 02:15:34'),
(3352, 2243, 4, 1, 25, '2025-11-17 02:15:34'),
(3353, 2243, 4, 2, 25, '2025-11-17 02:15:34'),
(3354, 2243, 4, 3, 25, '2025-11-17 02:15:34'),
(3355, 2442, 1, 1, 5, '2025-11-17 02:24:16'),
(3356, 2442, 1, 2, 5, '2025-11-17 02:24:16'),
(3357, 2442, 1, 3, 5, '2025-11-17 02:24:16'),
(3358, 2442, 2, 1, 5, '2025-11-17 02:24:16'),
(3359, 2442, 2, 2, 5, '2025-11-17 02:24:16'),
(3360, 2442, 2, 3, 5, '2025-11-17 02:24:16'),
(3361, 2442, 3, 1, 5, '2025-11-17 02:24:16'),
(3362, 2442, 3, 2, 5, '2025-11-17 02:24:16'),
(3363, 2442, 3, 3, 5, '2025-11-17 02:24:16'),
(3364, 2442, 4, 1, 5, '2025-11-17 02:24:16'),
(3365, 2442, 4, 2, 5, '2025-11-17 02:24:16'),
(3366, 2442, 4, 3, 5, '2025-11-17 02:24:16'),
(3367, 2444, 1, 1, 5, '2025-11-17 02:55:23'),
(3368, 2444, 1, 2, 5, '2025-11-17 02:55:23'),
(3369, 2444, 1, 3, 5, '2025-11-17 02:55:23'),
(3370, 2444, 2, 1, 5, '2025-11-17 02:55:23'),
(3371, 2444, 2, 2, 5, '2025-11-17 02:55:23'),
(3372, 2444, 2, 3, 5, '2025-11-17 02:55:23'),
(3373, 2444, 3, 1, 5, '2025-11-17 02:55:23'),
(3374, 2444, 3, 2, 5, '2025-11-17 02:55:23'),
(3375, 2444, 3, 3, 5, '2025-11-17 02:55:23'),
(3376, 2444, 4, 1, 5, '2025-11-17 02:55:23'),
(3377, 2444, 4, 2, 5, '2025-11-17 02:55:23'),
(3378, 2444, 4, 3, 5, '2025-11-17 02:55:23'),
(3379, 1485, 1, 1, 4, '2025-11-17 03:04:00'),
(3380, 1485, 1, 2, 4, '2025-11-17 03:04:00'),
(3381, 1485, 1, 3, 4, '2025-11-17 03:04:00'),
(3382, 1485, 2, 1, 4, '2025-11-17 03:04:00'),
(3383, 1485, 2, 2, 4, '2025-11-17 03:04:00'),
(3384, 1485, 2, 3, 4, '2025-11-17 03:04:00'),
(3385, 1485, 3, 1, 4, '2025-11-17 03:04:00'),
(3386, 1485, 3, 2, 4, '2025-11-17 03:04:00'),
(3387, 1485, 3, 3, 4, '2025-11-17 03:04:00'),
(3388, 1485, 4, 1, 4, '2025-11-17 03:04:00'),
(3389, 1485, 4, 2, 4, '2025-11-17 03:04:00'),
(3390, 1485, 4, 3, 4, '2025-11-17 03:04:00'),
(3391, 478, 1, 1, 4, '2025-11-17 03:12:38'),
(3392, 478, 1, 2, 4, '2025-11-17 03:12:38'),
(3393, 478, 1, 3, 4, '2025-11-17 03:12:38'),
(3394, 478, 2, 1, 4, '2025-11-17 03:12:38'),
(3395, 478, 2, 2, 4, '2025-11-17 03:12:38'),
(3396, 478, 2, 3, 4, '2025-11-17 03:12:38'),
(3397, 478, 3, 1, 4, '2025-11-17 03:12:38'),
(3398, 478, 3, 2, 4, '2025-11-17 03:12:38'),
(3399, 478, 3, 3, 4, '2025-11-17 03:12:38'),
(3400, 478, 4, 1, 4, '2025-11-17 03:12:38'),
(3401, 478, 4, 2, 4, '2025-11-17 03:12:38'),
(3402, 478, 4, 3, 4, '2025-11-17 03:12:38'),
(3403, 2454, 1, 1, 25, '2025-11-18 01:17:10'),
(3404, 2454, 1, 2, 25, '2025-11-18 01:17:10'),
(3405, 2454, 1, 3, 25, '2025-11-18 01:17:10'),
(3406, 2454, 2, 1, 25, '2025-11-18 01:17:10'),
(3407, 2454, 2, 2, 25, '2025-11-18 01:17:10'),
(3408, 2454, 2, 3, 25, '2025-11-18 01:17:10'),
(3409, 2454, 3, 1, 25, '2025-11-18 01:17:10'),
(3410, 2454, 3, 2, 25, '2025-11-18 01:17:10'),
(3411, 2454, 3, 3, 25, '2025-11-18 01:17:10'),
(3412, 2454, 4, 1, 25, '2025-11-18 01:17:10'),
(3413, 2454, 4, 2, 25, '2025-11-18 01:17:10'),
(3414, 2454, 4, 3, 25, '2025-11-18 01:17:10'),
(3415, 2458, 1, 1, 11, '2025-11-18 01:34:07'),
(3416, 2458, 1, 2, 11, '2025-11-18 01:34:07'),
(3417, 2458, 1, 3, 11, '2025-11-18 01:34:07'),
(3418, 2458, 2, 1, 11, '2025-11-18 01:34:07'),
(3419, 2458, 2, 2, 11, '2025-11-18 01:34:07'),
(3420, 2458, 2, 3, 11, '2025-11-18 01:34:07'),
(3421, 2458, 3, 1, 11, '2025-11-18 01:34:07'),
(3422, 2458, 3, 3, 11, '2025-11-18 01:34:07'),
(3423, 2195, 16, 4, 4, '2025-11-18 01:44:34'),
(3424, 2195, 16, 5, 4, '2025-11-18 01:44:34'),
(3425, 2195, 16, 7, 4, '2025-11-18 01:44:34'),
(3426, 2195, 16, 8, 4, '2025-11-18 01:44:34'),
(3427, 2465, 1, 1, 25, '2025-11-18 02:08:35'),
(3428, 2465, 1, 2, 25, '2025-11-18 02:08:35'),
(3429, 2465, 1, 3, 25, '2025-11-18 02:08:35'),
(3430, 2465, 2, 1, 25, '2025-11-18 02:08:35'),
(3431, 2465, 2, 2, 25, '2025-11-18 02:08:35'),
(3432, 2465, 2, 3, 25, '2025-11-18 02:08:35'),
(3433, 2465, 3, 1, 25, '2025-11-18 02:08:35'),
(3434, 2465, 3, 2, 25, '2025-11-18 02:08:35'),
(3435, 2465, 3, 3, 25, '2025-11-18 02:08:35'),
(3436, 2465, 4, 1, 25, '2025-11-18 02:08:35'),
(3437, 2465, 4, 2, 25, '2025-11-18 02:08:35'),
(3438, 2465, 4, 3, 25, '2025-11-18 02:08:35'),
(3439, 1403, 1, 1, 4, '2025-11-18 02:21:38'),
(3440, 1403, 1, 2, 4, '2025-11-18 02:21:38'),
(3441, 1403, 1, 3, 4, '2025-11-18 02:21:38'),
(3442, 1403, 2, 1, 4, '2025-11-18 02:21:38'),
(3443, 1403, 2, 2, 4, '2025-11-18 02:21:38'),
(3444, 1403, 2, 3, 4, '2025-11-18 02:21:38'),
(3445, 1403, 3, 1, 4, '2025-11-18 02:21:38'),
(3446, 1403, 3, 2, 4, '2025-11-18 02:21:38'),
(3447, 1403, 3, 3, 4, '2025-11-18 02:21:38'),
(3448, 1403, 4, 1, 4, '2025-11-18 02:21:38'),
(3449, 1403, 4, 2, 4, '2025-11-18 02:21:38'),
(3450, 1403, 4, 3, 4, '2025-11-18 02:21:38'),
(3451, 1681, 1, 1, 21, '2025-11-18 03:46:32'),
(3452, 1681, 1, 2, 21, '2025-11-18 03:46:32'),
(3453, 1681, 1, 3, 21, '2025-11-18 03:46:32'),
(3454, 1681, 2, 1, 21, '2025-11-18 03:46:32'),
(3455, 1681, 2, 2, 21, '2025-11-18 03:46:32'),
(3456, 1681, 2, 3, 21, '2025-11-18 03:46:32'),
(3457, 1681, 3, 1, 21, '2025-11-18 03:46:32'),
(3458, 1681, 3, 2, 21, '2025-11-18 03:46:32'),
(3459, 1681, 3, 3, 21, '2025-11-18 03:46:32'),
(3460, 1681, 4, 1, 21, '2025-11-18 03:46:32'),
(3461, 1681, 4, 2, 21, '2025-11-18 03:46:32'),
(3462, 1681, 4, 3, 21, '2025-11-18 03:46:32'),
(3475, 501, 1, 1, 21, '2025-11-18 03:59:57'),
(3476, 501, 1, 2, 21, '2025-11-18 03:59:57'),
(3477, 501, 1, 3, 21, '2025-11-18 03:59:57'),
(3478, 501, 2, 1, 21, '2025-11-18 03:59:57'),
(3479, 501, 2, 2, 21, '2025-11-18 03:59:57'),
(3480, 501, 2, 3, 21, '2025-11-18 03:59:57'),
(3481, 501, 3, 1, 21, '2025-11-18 03:59:57'),
(3482, 501, 3, 2, 21, '2025-11-18 03:59:57'),
(3483, 501, 3, 3, 21, '2025-11-18 03:59:57'),
(3484, 501, 4, 1, 21, '2025-11-18 03:59:57'),
(3485, 501, 4, 2, 21, '2025-11-18 03:59:57'),
(3486, 501, 4, 3, 21, '2025-11-18 03:59:57'),
(3487, 504, 1, 1, 21, '2025-11-18 04:00:59'),
(3488, 504, 1, 2, 21, '2025-11-18 04:00:59'),
(3489, 504, 1, 3, 21, '2025-11-18 04:00:59'),
(3490, 504, 2, 1, 21, '2025-11-18 04:00:59'),
(3491, 504, 2, 2, 21, '2025-11-18 04:00:59'),
(3492, 504, 2, 3, 21, '2025-11-18 04:00:59'),
(3493, 504, 3, 1, 21, '2025-11-18 04:00:59'),
(3494, 504, 3, 2, 21, '2025-11-18 04:00:59'),
(3495, 504, 3, 3, 21, '2025-11-18 04:00:59'),
(3496, 504, 4, 1, 21, '2025-11-18 04:00:59'),
(3497, 504, 4, 2, 21, '2025-11-18 04:00:59'),
(3498, 504, 4, 3, 21, '2025-11-18 04:00:59'),
(3499, 2470, 1, 1, 21, '2025-11-18 04:05:54'),
(3500, 2470, 1, 2, 21, '2025-11-18 04:05:54'),
(3501, 2470, 1, 3, 21, '2025-11-18 04:05:54'),
(3502, 2470, 2, 1, 21, '2025-11-18 04:05:54'),
(3503, 2470, 2, 2, 21, '2025-11-18 04:05:54'),
(3504, 2470, 2, 3, 21, '2025-11-18 04:05:54'),
(3505, 2470, 3, 1, 21, '2025-11-18 04:05:54'),
(3506, 2470, 3, 2, 21, '2025-11-18 04:05:54'),
(3507, 2470, 3, 3, 21, '2025-11-18 04:05:54'),
(3508, 2470, 4, 1, 21, '2025-11-18 04:05:54'),
(3509, 2470, 4, 2, 21, '2025-11-18 04:05:54'),
(3510, 2470, 4, 3, 21, '2025-11-18 04:05:54'),
(3511, 2471, 1, 1, 36, '2025-11-18 04:31:49'),
(3512, 2471, 1, 2, 36, '2025-11-18 04:31:49'),
(3513, 2471, 1, 3, 36, '2025-11-18 04:31:49'),
(3514, 2471, 2, 1, 36, '2025-11-18 04:31:49'),
(3515, 2471, 2, 2, 36, '2025-11-18 04:31:49'),
(3516, 2471, 2, 3, 36, '2025-11-18 04:31:49'),
(3517, 2471, 3, 1, 36, '2025-11-18 04:31:49'),
(3518, 2471, 3, 2, 36, '2025-11-18 04:31:49'),
(3519, 2471, 3, 3, 36, '2025-11-18 04:31:49'),
(3520, 2471, 4, 1, 36, '2025-11-18 04:31:49'),
(3521, 2471, 4, 2, 36, '2025-11-18 04:31:49'),
(3522, 2471, 4, 3, 36, '2025-11-18 04:31:49'),
(3523, 2471, 8, 1, 36, '2025-11-18 04:31:49'),
(3524, 2471, 8, 3, 36, '2025-11-18 04:31:49'),
(3525, 2471, 9, 1, 36, '2025-11-18 04:31:49'),
(3526, 2471, 9, 2, 36, '2025-11-18 04:31:49'),
(3527, 2471, 9, 3, 36, '2025-11-18 04:31:49'),
(3528, 2471, 10, 1, 36, '2025-11-18 04:31:49'),
(3529, 2471, 10, 2, 36, '2025-11-18 04:31:49'),
(3530, 2471, 10, 3, 36, '2025-11-18 04:31:49'),
(3531, 2471, 11, 1, 36, '2025-11-18 04:31:49'),
(3532, 2471, 11, 2, 36, '2025-11-18 04:31:49'),
(3533, 2472, 1, 1, 36, '2025-11-18 04:34:13'),
(3534, 2472, 1, 2, 36, '2025-11-18 04:34:13'),
(3535, 2472, 1, 3, 36, '2025-11-18 04:34:13'),
(3536, 2472, 2, 1, 36, '2025-11-18 04:34:13'),
(3537, 2472, 2, 2, 36, '2025-11-18 04:34:13'),
(3538, 2472, 2, 3, 36, '2025-11-18 04:34:13'),
(3539, 2472, 3, 1, 36, '2025-11-18 04:34:13'),
(3540, 2472, 3, 2, 36, '2025-11-18 04:34:13'),
(3541, 2472, 3, 3, 36, '2025-11-18 04:34:13'),
(3542, 2472, 4, 1, 36, '2025-11-18 04:34:13'),
(3543, 2472, 4, 2, 36, '2025-11-18 04:34:13'),
(3544, 2472, 4, 3, 36, '2025-11-18 04:34:13');

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

--
-- Table structure for table `school_commentary`
--

CREATE TABLE `school_commentary` (
  `id` int(11) NOT NULL,
  `school_id` int(11) NOT NULL,
  `employee_id` int(11) NOT NULL,
  `comment_text` text DEFAULT NULL,
  `audio_path` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `school_commentary`
--

INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(1, 2, 2, '', 'uploads/audio/68a2fffbc58da-1755512827.webm', '2025-08-18 19:27:09'),
(2, 1, 1, 'jhvzjhb,xzm,', '', '2025-08-18 20:46:57'),
(3, 8, 1, 'test', '', '2025-08-22 18:02:26'),
(4, 170, 14, 'Add location', '', '2025-08-23 13:52:21'),
(5, 169, 14, 'Good strength. Add location', '', '2025-08-23 13:53:26'),
(6, 169, 14, 'add them in your loop. Keep them in follow-up.', '', '2025-08-23 13:55:42'),
(7, 168, 14, 'Add their location. and keep them in follow-up.', '', '2025-08-23 13:56:59'),
(8, 167, 14, 'Add their location . keep them in follow-up.', '', '2025-08-23 13:59:29'),
(9, 80, 14, 'add location and keep them in follow-up.', '', '2025-08-23 15:39:33'),
(10, 131, 14, 'Add their location. Their session will start early so keep them in follow-up.', '', '2025-08-23 15:41:54'),
(11, 130, 14, 'Add their location. Their session will start early so keep them in follow-up.', '', '2025-08-23 15:43:24'),
(12, 129, 14, 'Add their location. Their session will start early so keep them in follow-up.', '', '2025-08-23 15:43:49'),
(13, 174, 14, 'They want to change syllabus. so add their location and  keep them in follow-up.', '', '2025-08-28 15:16:48'),
(14, 173, 14, 'They select books in November 2025 so keep them in follow-up.', '', '2025-08-28 15:19:35'),
(15, 170, 14, 'Its a member school. keep them in follow up regarding our services', '', '2025-08-28 15:22:44'),
(16, 169, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-08-28 15:28:54'),
(17, 176, 14, 'Keep them in follow-up', '', '2025-08-28 15:38:03'),
(18, 176, 14, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-08-28 16:12:52'),
(19, 164, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-08-29 13:39:24'),
(20, 180, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-08-29 13:40:41'),
(21, 181, 8, '', 'uploads/audio/68b137c59dad9-1756444613.webm', '2025-08-29 14:16:57'),
(22, 179, 14, 'Keep them in follow-up', '', '2025-08-29 14:20:08'),
(23, 182, 8, '', 'uploads/audio/68b1394d229e3-1756445005.webm', '2025-08-29 14:23:26'),
(24, 177, 14, 'Keep them in follow-up', '', '2025-08-29 14:38:41'),
(25, 177, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-08-29 14:39:07'),
(26, 178, 14, 'Keep them in follow-up', '', '2025-08-29 14:39:45'),
(27, 156, 14, 'Keep them in follow-up', '', '2025-08-29 14:57:51'),
(28, 155, 14, 'Keep them in follow-up', '', '2025-08-29 15:10:54'),
(29, 154, 14, 'Keep them in follow-up', '', '2025-08-29 15:19:56'),
(30, 153, 14, 'Keep them in follow-up', '', '2025-08-29 15:21:32'),
(31, 152, 14, 'Keep them in follow-up', '', '2025-08-29 15:22:24'),
(32, 151, 14, 'Keep them in follow-up', '', '2025-08-29 15:24:05'),
(33, 150, 14, 'Keep them in follow-up', '', '2025-08-29 15:25:42'),
(34, 149, 14, 'Keep them in follow-up', '', '2025-08-29 15:37:55'),
(35, 148, 14, 'Keep them in follow-up', '', '2025-08-29 15:39:14'),
(36, 147, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-08-29 15:42:39'),
(37, 146, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-08-29 15:43:56'),
(38, 145, 14, 'Keep them in follow-up', '', '2025-08-29 15:45:33'),
(39, 144, 14, 'â€œTheir selection has been made on August 21. If a meeting is held with the heads and they are informed about the blended learning approach, good results can be achieved.â€', '', '2025-08-29 16:29:41'),
(40, 143, 14, 'Their selection and session dates are same.?? Can\'t understand', '', '2025-08-29 16:38:22'),
(41, 142, 14, 'Keep them in follow-up', '', '2025-08-29 16:39:54'),
(42, 141, 14, 'â€œTheir selection has been made on August 21. If a meeting is held with the heads and they are informed about the blended learning approach, good results can be achieved.â€', '', '2025-08-29 16:53:22'),
(43, 140, 14, 'â€œTheir selection has been made on August 21. If a meeting is held with the heads and they are informed about the blended learning approach, good results can be achieved.â€', '', '2025-08-29 16:54:44'),
(44, 139, 14, 'Keep them in follow-up', '', '2025-08-29 17:22:51'),
(45, 139, 14, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-08-29 17:25:03'),
(46, 102, 14, 'â€œIt is a chain school, and their head office selects the books. Invest your time in productive schools where you can receive good feedback as well as business.â€', '', '2025-08-29 17:31:06'),
(47, 101, 14, 'â€œIt has not been adequately communicated that the session commenced on August 20, 2025, and the book selection is scheduled for October 31, 2025.â€', '', '2025-08-29 17:40:32'),
(48, 101, 14, 'Any ways Keep them in follow-up.', '', '2025-08-29 17:42:12'),
(49, 188, 2, '', 'uploads/audio/68b18813e381a-1756465171.webm', '2025-08-29 19:59:39'),
(50, 184, 14, 'Keep them in follow-up.', '', '2025-08-30 13:37:37'),
(51, 176, 14, 'If they are not available, then contact the R&D department.', '', '2025-08-30 13:39:25'),
(52, 168, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-08-30 13:44:13'),
(53, 167, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-08-30 13:46:12'),
(54, 166, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-08-30 13:48:52'),
(55, 165, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-08-30 13:50:10'),
(56, 8, 12, '', 'uploads/audio/68b574823f952-1756722306.webm', '2025-09-01 19:25:07'),
(57, 8, 12, 'test', '', '2025-09-01 19:25:34'),
(58, 8, 12, 'Test', '', '2025-09-01 19:27:13'),
(59, 8, 12, '', 'uploads/audio/68b57a761bbda-1756723830.webm', '2025-09-01 19:50:31'),
(60, 8, 12, '', 'uploads/audio/68b57babdc102-1756724139.webm', '2025-09-01 19:55:40'),
(61, 8, 12, 'Test', '', '2025-09-01 20:24:18'),
(62, 8, 12, '', 'uploads/audio/68b5900503501-1756729349.webm', '2025-09-01 21:22:30'),
(63, 8, 12, '', 'uploads/audio/68b5937870213-1756730232.webm', '2025-09-01 21:37:14'),
(64, 8, 12, '', 'uploads/audio/68b59397bfae8-1756730263.webm', '2025-09-01 21:37:49'),
(65, 8, 12, '', 'uploads/audio/68b5941922dab-1756730393.webm', '2025-09-01 21:39:54'),
(66, 8, 17, 'test', '', '2025-09-01 21:55:13'),
(67, 8, 12, '', 'uploads/audio/68b68a33cbce8-1756793395.webm', '2025-09-02 15:09:57'),
(68, 8, 12, '', 'uploads/audio/68b68a7c5fae1-1756793468.webm', '2025-09-02 15:11:09'),
(69, 8, 12, '', 'uploads/audio/68b68afb215de-1756793595.webm', '2025-09-02 15:13:16'),
(70, 8, 12, '', 'uploads/audio/68b698b0ab6bf-1756797104.webm', '2025-09-02 16:12:13'),
(71, 8, 12, '', 'uploads/audio/68b6990ff1547-1756797199.webm', '2025-09-02 16:13:21'),
(72, 8, 12, 'test', '', '2025-09-02 16:13:51'),
(73, 289, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 16:26:54'),
(74, 290, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 16:27:54'),
(75, 288, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 16:28:50'),
(76, 293, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 16:29:50'),
(77, 287, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 16:31:11'),
(78, 286, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 16:31:36'),
(79, 285, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 16:32:01'),
(80, 284, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 16:32:37'),
(81, 283, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 16:33:05'),
(82, 282, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 16:33:36'),
(83, 281, 14, 'â€œYou didnâ€™t fill in the selection and new session dates.â€', '', '2025-09-02 16:36:02'),
(84, 281, 14, 'Keep them in follow-up.', '', '2025-09-02 16:36:13'),
(85, 280, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 16:37:58'),
(86, 298, 14, 'Keep them in follow-up.', '', '2025-09-02 19:08:15'),
(87, 297, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 19:09:17'),
(88, 296, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-02 19:09:53'),
(89, 295, 14, 'Keep them in follow-up.', '', '2025-09-02 19:10:46'),
(90, 294, 14, 'Keep them in follow-up.', '', '2025-09-02 19:11:11'),
(91, 8, 12, '', 'uploads/audio/68b6ead366220-1756818131.webm', '2025-09-02 22:02:13'),
(92, 8, 12, 'test', '', '2025-09-02 22:02:45'),
(93, 8, 17, '', 'uploads/audio/68b6eb2e87395-1756818222.webm', '2025-09-02 22:03:45'),
(94, 233, 8, '', 'uploads/audio/68b7df95ed424-1756880789.webm', '2025-09-03 15:26:31'),
(95, 306, 8, '', 'uploads/audio/68b7dfd0051c9-1756880848.webm', '2025-09-03 15:27:29'),
(96, 350, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:17:56'),
(97, 349, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:18:18'),
(98, 348, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:18:39'),
(99, 347, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:19:03'),
(100, 347, 14, 'Keep them in strong follow-up.', '', '2025-09-04 13:19:25'),
(101, 309, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:23:10'),
(102, 310, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:23:49'),
(103, 311, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:24:26'),
(104, 312, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:24:54'),
(105, 313, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:25:17'),
(106, 315, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:26:01'),
(107, 316, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:26:45'),
(108, 317, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:27:26'),
(109, 318, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:28:03'),
(110, 319, 14, 'Keep them in follow-up.', '', '2025-09-04 13:28:31'),
(111, 320, 14, 'Keep them in follow-up.', '', '2025-09-04 13:29:01'),
(112, 321, 14, 'Keep them in follow-up.', '', '2025-09-04 13:30:42'),
(113, 323, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 13:31:44'),
(114, 339, 14, 'Keep them in follow-up.', '', '2025-09-04 13:54:53'),
(115, 338, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 14:05:54'),
(116, 337, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 14:15:36'),
(117, 336, 14, 'Keep them in follow-up.', '', '2025-09-04 14:16:09'),
(118, 335, 14, 'Keep them in follow-up.', '', '2025-09-04 14:21:07'),
(119, 334, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 14:25:51'),
(120, 333, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 14:26:19'),
(121, 332, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 14:26:39'),
(122, 331, 14, 'Keep them in follow-up.', '', '2025-09-04 14:27:14'),
(123, 330, 14, 'Keep them in follow-up.', '', '2025-09-04 14:27:53'),
(124, 329, 14, 'Keep them in follow-up.', '', '2025-09-04 14:28:13'),
(125, 328, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 14:29:22'),
(126, 327, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 14:29:47'),
(127, 326, 14, 'Keep them in follow-up.', '', '2025-09-04 14:30:16'),
(128, 324, 14, 'Keep them in follow-up.', '', '2025-09-04 14:30:42'),
(129, 346, 14, 'Its a chain school. Keep them in follow-up.', '', '2025-09-04 14:40:57'),
(130, 345, 14, 'Keep them in follow-up.', '', '2025-09-04 14:41:47'),
(131, 344, 14, 'Keep them in follow-up.', '', '2025-09-04 14:42:17'),
(132, 343, 14, 'Keep them in follow-up.', '', '2025-09-04 14:42:39'),
(133, 342, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 14:43:17'),
(134, 306, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 15:02:08'),
(135, 340, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 15:04:41'),
(136, 307, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 15:06:01'),
(137, 308, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 15:06:40'),
(138, 314, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 15:07:15'),
(139, 325, 14, 'Keep them in follow-up.', '', '2025-09-04 15:09:09'),
(140, 322, 14, 'Keep them in follow-up.', '', '2025-09-04 15:09:38'),
(141, 341, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 15:10:49'),
(142, 371, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 18:58:33'),
(143, 370, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 18:59:05'),
(144, 369, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:00:00'),
(145, 368, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:00:36'),
(146, 367, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:01:24'),
(147, 366, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:01:59'),
(148, 365, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:02:24'),
(149, 364, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:02:57'),
(150, 363, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:05:37'),
(151, 362, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:05:56'),
(152, 361, 14, 'Keep them in follow-up.', '', '2025-09-04 19:06:24'),
(153, 358, 14, 'Keep them in follow-up.', '', '2025-09-04 19:10:05'),
(154, 357, 14, 'Keep them in follow-up.', '', '2025-09-04 19:10:21'),
(155, 356, 14, 'Keep them in follow-up.', '', '2025-09-04 19:10:45'),
(156, 355, 14, 'Keep them in follow-up.', '', '2025-09-04 19:11:10'),
(157, 353, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:11:44'),
(158, 352, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:12:02'),
(159, 249, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:12:24'),
(160, 354, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-04 19:14:00'),
(161, 360, 14, 'Keep them in follow-up.', '', '2025-09-04 19:15:54'),
(162, 359, 14, 'Keep them in follow-up.', '', '2025-09-04 19:16:25'),
(163, 351, 14, 'Keep them in follow-up.', '', '2025-09-04 19:16:41'),
(164, 377, 14, 'Keep them in follow-up.', '', '2025-09-05 13:46:15'),
(165, 376, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-05 13:46:53'),
(166, 375, 14, 'Keep them in follow-up.', '', '2025-09-05 13:47:27'),
(167, 374, 14, 'Keep them in follow-up.', '', '2025-09-05 13:47:55'),
(168, 373, 14, 'Keep them in follow-up.', '', '2025-09-05 13:48:23'),
(169, 381, 14, 'Keep them in follow-up.', '', '2025-09-05 13:51:18'),
(170, 380, 14, 'Keep them in follow-up.', '', '2025-09-05 13:51:36'),
(171, 379, 14, 'Keep them in follow-up.', '', '2025-09-05 13:52:05'),
(172, 378, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-05 13:52:50'),
(173, 372, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-05 14:15:22'),
(174, 230, 8, '', 'uploads/audio/68ba7800a96b9-1757050880.webm', '2025-09-05 14:41:21'),
(175, 382, 8, '', 'uploads/audio/68ba78237cdaf-1757050915.webm', '2025-09-05 14:41:56'),
(176, 170, 7, '', 'uploads/audio/68ba7f660fdb0-1757052774.webm', '2025-09-05 15:12:57'),
(177, 382, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-05 19:19:27'),
(178, 411, 11, '', 'uploads/audio/68be590c408e8-1757305100.webm', '2025-09-08 13:18:22'),
(179, 390, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 13:23:36'),
(180, 389, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 13:24:31'),
(181, 388, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 13:25:07'),
(182, 386, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 13:25:21'),
(183, 411, 14, 'Keep them in follow-up.', '', '2025-09-08 13:42:32'),
(184, 170, 11, '', 'uploads/audio/68be651f83624-1757308191.webm', '2025-09-08 14:09:53'),
(185, 71, 9, '', 'uploads/audio/68be672817606-1757308712.webm', '2025-09-08 14:18:34'),
(186, 46, 9, '', 'uploads/audio/68be70571018f-1757311063.webm', '2025-09-08 14:57:44'),
(187, 226, 9, 'New session will be commenced from 1st feb and sampaling must be in december', '', '2025-09-08 15:37:01'),
(188, 421, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 15:48:10'),
(189, 420, 14, 'Keep them in follow-up.', '', '2025-09-08 15:48:44'),
(190, 419, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 15:49:10'),
(191, 418, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 15:49:40'),
(192, 417, 14, 'Keep them in follow-up.', '', '2025-09-08 15:50:07'),
(193, 416, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 15:50:53'),
(194, 415, 14, 'Keep them in follow-up.', '', '2025-09-08 15:51:32'),
(195, 413, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 15:52:06'),
(196, 412, 14, 'Keep them in follow-up.', '', '2025-09-08 15:52:28'),
(197, 410, 14, 'Keep them in follow-up.', '', '2025-09-08 16:02:14'),
(198, 409, 14, 'Keep them in follow-up.', '', '2025-09-08 16:02:32'),
(199, 408, 14, 'Keep them in follow-up.', '', '2025-09-08 16:02:51'),
(200, 407, 14, 'Keep them in follow-up.', '', '2025-09-08 16:03:08'),
(201, 406, 14, 'Keep them in follow-up.', '', '2025-09-08 16:03:29'),
(202, 405, 14, 'Keep them in follow-up.', '', '2025-09-08 16:03:49'),
(203, 404, 14, 'Keep them in follow-up.', '', '2025-09-08 16:04:12'),
(204, 403, 14, 'Keep them in follow-up.', '', '2025-09-08 16:04:36'),
(205, 402, 14, 'Keep them in follow-up.', '', '2025-09-08 16:04:54'),
(206, 401, 14, 'Keep them in follow-up.', '', '2025-09-08 16:05:10'),
(207, 400, 14, 'Keep them in follow-up.', '', '2025-09-08 16:05:28'),
(208, 399, 14, 'Keep them in follow-up.', '', '2025-09-08 16:05:52'),
(209, 398, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 16:07:14'),
(210, 397, 14, 'Keep them in follow-up.', '', '2025-09-08 16:07:43'),
(211, 396, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 16:08:15'),
(212, 395, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 16:13:25'),
(213, 394, 14, 'Keep them in follow-up.', '', '2025-09-08 16:13:50'),
(214, 393, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 16:14:13'),
(215, 392, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 16:14:29'),
(216, 391, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 16:14:43'),
(217, 387, 14, 'Keep them in follow-up.', '', '2025-09-08 16:15:06'),
(218, 431, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-08 16:23:58'),
(219, 169, 11, '', 'uploads/audio/68be979c5c65c-1757321116.webm', '2025-09-08 17:45:21'),
(220, 176, 11, '', 'uploads/audio/68be98318848b-1757321265.webm', '2025-09-08 17:47:53'),
(221, 62, 11, '', 'uploads/audio/68bfac1ad9a44-1757391898.webm', '2025-09-09 13:25:00'),
(222, 438, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-09 13:45:15'),
(223, 437, 14, 'Keep them in follow-up.', '', '2025-09-09 13:45:59'),
(224, 434, 14, 'Keep them in follow-up.', '', '2025-09-09 14:00:11'),
(225, 433, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-09 14:00:42'),
(226, 432, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-09 14:01:05'),
(227, 446, 14, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-09 14:02:35'),
(228, 446, 14, 'If they are not available, then contact the R&D department.', '', '2025-09-09 14:02:51'),
(229, 446, 11, '', 'uploads/audio/68bfb5512acf7-1757394257.webm', '2025-09-09 14:04:19'),
(230, 445, 14, 'Keep them in follow-up.', '', '2025-09-09 14:24:25'),
(231, 444, 14, 'Keep them in follow-up.', '', '2025-09-09 14:24:43'),
(232, 443, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-09 14:25:20'),
(233, 449, 22, 'Selection october ma hy \r\nSample ni deya abi', '', '2025-09-09 14:47:43'),
(234, 445, 22, 'November ma sample dyny hai', '', '2025-09-09 14:49:31'),
(235, 450, 22, 'Selection of in October', '', '2025-09-09 15:13:38'),
(236, 435, 9, '', 'uploads/audio/68bfc6fc3568e-1757398780.webm', '2025-09-09 15:19:43'),
(237, 216, 8, '', 'uploads/audio/68bfc8ddc8e8b-1757399261.webm', '2025-09-09 15:27:43'),
(238, 451, 22, 'Selection in october', '', '2025-09-09 15:35:56'),
(239, 453, 11, '', 'uploads/audio/68bfce9f3b7fb-1757400735.webm', '2025-09-09 15:52:16'),
(240, 447, 14, 'Keep them in follow-up.', '', '2025-09-09 16:09:42'),
(241, 454, 22, 'Selection in November', '', '2025-09-09 16:14:13'),
(242, 91, 10, 'met to school principal introduce abbasi publisher syllabus said about manager visit to school', '', '2025-09-09 16:28:01'),
(243, 92, 10, 'went to school principal not met already visited and introduce abbasi publisher syllabus', '', '2025-09-09 16:29:53'),
(244, 389, 26, 'It is my 2nd visit . Today I met with School Coordinator who deals with different companies representators and introduced ABBASI PUBLICATIONS regarding company main features especially Smart board, our smart syllabus books and smart services.', '', '2025-09-09 16:55:22'),
(245, 456, 10, 'met to school principal introduce abbasi publisher this is new opened school', '', '2025-09-09 17:04:26'),
(246, 294, 10, 'met to school principal and said about manager visit to school', '', '2025-09-09 17:05:53'),
(247, 458, 10, 'met to school principal introduce abbasi publisher syllabus this is special children new school', '', '2025-09-09 17:11:23'),
(248, 71, 11, '', 'uploads/audio/68bfe55b4174a-1757406555.webm', '2025-09-09 17:29:21'),
(249, 460, 24, 'Desember 1st week for selection. Start visiting the school in the end of novembet', '', '2025-09-09 17:34:32'),
(250, 461, 24, 'Next week visit again', '', '2025-09-09 17:45:08'),
(251, 462, 9, '', 'uploads/audio/68bfede4112d9-1757408740.webm', '2025-09-09 18:05:43'),
(252, 457, 11, '', 'uploads/audio/68bfee248aabd-1757408804.webm', '2025-09-09 18:06:49'),
(253, 462, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-09 19:54:31'),
(254, 459, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-09 19:56:34'),
(255, 455, 14, 'Keep them in follow-up.', '', '2025-09-09 19:57:21'),
(256, 452, 14, 'Keep them in follow-up.', '', '2025-09-09 19:57:42'),
(257, 458, 14, 'Keep them in follow-up.', '', '2025-09-09 19:59:50'),
(258, 456, 14, 'Keep them in follow-up.', '', '2025-09-09 20:00:06'),
(259, 65, 11, '', 'uploads/audio/68c105e20bdeb-1757480418.webm', '2025-09-10 14:00:20'),
(260, 216, 8, '', 'uploads/audio/68c107260054f-1757480742.webm', '2025-09-10 14:05:43'),
(261, 48, 10, 'went to school principal madam not met', '', '2025-09-10 14:06:40'),
(262, 101, 10, 'went to school met to school principal introduce abbasi publisher syllabus they said give sampling in december', '', '2025-09-10 14:08:14'),
(263, 470, 11, '', 'uploads/audio/68c109a5b4ebf-1757481381.webm', '2025-09-10 14:16:26'),
(264, 467, 14, 'Keep them in follow-up.', '', '2025-09-10 14:25:40'),
(265, 466, 14, 'Keep them in follow-up.', '', '2025-09-10 14:26:08'),
(266, 465, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 14:26:47'),
(267, 464, 14, 'Keep them in follow-up.', '', '2025-09-10 14:28:25'),
(268, 463, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 14:29:03'),
(269, 461, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 14:32:02'),
(270, 448, 14, 'Keep them in follow-up.', '', '2025-09-10 14:33:15'),
(271, 472, 26, 'Met with Mr Javed Tambra Principal and owner City Model school and chairman Chamber of education sialkot.It was Healthy Introductory Meeting regarding Abbasi publications and our services.', '', '2025-09-10 14:35:14'),
(272, 473, 10, 'met to school principal introduce abbasi publisher syllabus discuss about session start and dealer', '', '2025-09-10 14:37:12'),
(273, 453, 14, 'Keep them in follow-up.', '', '2025-09-10 14:45:02'),
(274, 149, 10, 'went to school principal not met school principal coordinator met and introduce abbasi publisher syllabus they said to wait for sampling kindly provide catalogue', '', '2025-09-10 14:56:53'),
(275, 475, 26, 'Introductory Meeting with Mr Zahur Ahmed Principal Suffah Learning School.', '', '2025-09-10 15:00:28'),
(276, 241, 9, '', 'uploads/audio/68c119587bbf2-1757485400.webm', '2025-09-10 15:23:27'),
(277, 477, 8, '', 'uploads/audio/68c11e0362435-1757486595.webm', '2025-09-10 15:43:16'),
(278, 476, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 15:52:14'),
(279, 470, 14, 'Keep them in follow-up.', '', '2025-09-10 15:54:22'),
(280, 457, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 15:55:59'),
(281, 475, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 15:58:51'),
(282, 472, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 15:59:23'),
(283, 479, 26, 'Introductory meeting with Vice Principal brother of Mr Khusham. I introduced ABBASI PUBLICATIONS and also shared information regarding Smart Boards with our smart services.', '', '2025-09-10 16:01:11'),
(284, 473, 14, 'Keep them in follow-up.', '', '2025-09-10 16:01:14'),
(285, 477, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:06:23'),
(286, 430, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:06:35'),
(287, 429, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:06:50'),
(288, 428, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:07:03'),
(289, 427, 14, 'Keep them in follow-up.', '', '2025-09-10 16:07:24'),
(290, 426, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:07:40'),
(291, 425, 14, 'Keep them in follow-up.', '', '2025-09-10 16:07:59'),
(292, 424, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:08:20'),
(293, 423, 14, 'Keep them in follow-up.', '', '2025-09-10 16:08:51'),
(294, 422, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:09:06'),
(295, 483, 14, 'Keep them in follow-up.', '', '2025-09-10 16:11:39'),
(296, 484, 8, '', 'uploads/audio/68c124ccc0006-1757488332.webm', '2025-09-10 16:12:13'),
(297, 478, 14, 'Keep them in follow-up.', '', '2025-09-10 16:13:54'),
(298, 474, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:14:16'),
(299, 471, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:14:29'),
(300, 469, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:14:43'),
(301, 468, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:14:55'),
(302, 454, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 16:15:06'),
(303, 451, 14, 'Keep them in follow-up.', '', '2025-09-10 16:15:25'),
(304, 450, 14, 'Keep them in follow-up.', '', '2025-09-10 16:15:38'),
(305, 449, 14, 'Keep them in follow-up.', '', '2025-09-10 16:15:52'),
(306, 176, 11, '', 'uploads/audio/68c127d6a4231-1757489110.webm', '2025-09-10 16:25:51'),
(307, 442, 25, 'Aims school hmara member school hy,jb unho ne abbasi ko join kya tha to un k bakol un se ek interative board ka wahda kya gya tha or deal 60k main final hui thi,un k pas jb main ne visit kya to wo shikwa kr rhy thy k na meri bat suni gai or na kisi ne call pick ki,un ki demand ab bhi wohi hy,kindly company ki tarf se un k sath rabta kya jae or unhyn aitmad main lya jae', '', '2025-09-10 16:59:12'),
(308, 441, 25, 'Yh school bhi hmara member school hy or en ko kisi kism ka koi shikwa nahi hum se,un k pas sab kuch in time pohnch rha hy or wo jinnah book depot se bhi khush hyn', '', '2025-09-10 17:00:37'),
(309, 401, 25, 'Also a member school,they have no queries at all but they want to purchase digital equipments from abbassi on installments,i told them to consult with my team', '', '2025-09-10 17:02:52'),
(310, 482, 14, 'Keep them in follow-up.', '', '2025-09-10 17:04:08'),
(311, 476, 7, '', 'uploads/audio/68c1317478ae9-1757491572.webm', '2025-09-10 17:06:24'),
(312, 479, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 17:06:49'),
(313, 484, 14, 'Keep them in follow-up.', '', '2025-09-10 17:08:35'),
(314, 486, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 17:15:34'),
(315, 239, 9, '', 'uploads/audio/68c154706b0c4-1757500528.webm', '2025-09-10 19:35:31'),
(316, 495, 10, 'met to school principal coordinator introduce abbasi publisher syllabus and about dealer also', '', '2025-09-10 19:41:14'),
(317, 495, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 19:57:08'),
(318, 494, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-10 19:57:30'),
(319, 398, 25, 'Yes i am in touch with them,i am align with the owner sir nadeem and will make a large sitting after getting my supporting material from abbassi publishers and have some product knowledge,i just want to meet them with perfection', '', '2025-09-10 22:19:17'),
(320, 397, 25, 'Alright mam', '', '2025-09-10 22:19:58'),
(321, 396, 25, 'Yes i will try to manage orientation over there,it will be fruitful for us', '', '2025-09-10 22:20:43'),
(322, 517, 9, '', 'uploads/audio/68c1c953a839a-1757530451.webm', '2025-09-11 03:54:13'),
(323, 505, 14, 'Keep them in follow-up.', '', '2025-09-11 12:57:22'),
(324, 504, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 12:57:50'),
(325, 503, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 12:58:05'),
(326, 502, 14, 'Keep them in follow-up.', '', '2025-09-11 12:58:53'),
(327, 501, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 12:59:22'),
(328, 500, 14, 'Keep them in follow-up.', '', '2025-09-11 13:00:24'),
(329, 499, 14, 'Keep them in follow-up.', '', '2025-09-11 13:00:53'),
(330, 498, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 13:01:17'),
(331, 523, 11, '', 'uploads/audio/68c24a9ee2e4c-1757563550.webm', '2025-09-11 13:05:53'),
(332, 523, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 13:20:16'),
(333, 524, 9, '', 'uploads/audio/68c24ffcbb8af-1757564924.webm', '2025-09-11 13:28:46'),
(334, 229, 9, '', 'uploads/audio/68c252204e03e-1757565472.webm', '2025-09-11 13:37:56'),
(335, 261, 9, '', 'uploads/audio/68c2563ba6240-1757566523.webm', '2025-09-11 13:55:31'),
(336, 472, 26, 'Fruitful Meeting With Mr Javed Noor Tambra Sahb along with Sir Syed Maqsood Sahb.', '', '2025-09-11 13:58:29'),
(337, 527, 8, '', 'uploads/audio/68c257edbcde5-1757566957.webm', '2025-09-11 14:02:38'),
(338, 73, 11, '', 'uploads/audio/68c25778c43cc-1757566840.webm', '2025-09-11 14:09:46'),
(339, 100, 10, 'met to school principal introduce abbasi publisher syllabus they said for complete sampling in next month', '', '2025-09-11 14:11:14'),
(340, 99, 10, 'met to school principal coordinator introduce abbasi publisher syllabus they said to wait for sampling', '', '2025-09-11 14:12:27'),
(341, 528, 9, '', 'uploads/audio/68c25ce92c9ad-1757568233.webm', '2025-09-11 14:23:54'),
(342, 529, 11, '', 'uploads/audio/68c26020d3b83-1757569056.webm', '2025-09-11 14:37:40'),
(343, 531, 9, '', 'uploads/audio/68c2613f39bb6-1757569343.webm', '2025-09-11 14:42:26'),
(344, 127, 5, '', 'uploads/audio/68c26831c9e03-1757571121.webm', '2025-09-11 15:12:03'),
(345, 534, 11, '', 'uploads/audio/68c2699d97fd3-1757571485.webm', '2025-09-11 15:18:08'),
(346, 258, 9, '', 'uploads/audio/68c269ed44c0c-1757571565.webm', '2025-09-11 15:19:34'),
(347, 535, 9, '', 'uploads/audio/68c26aed280d6-1757571821.webm', '2025-09-11 15:23:43'),
(348, 58, 10, 'went to school principal not met', '', '2025-09-11 15:27:54'),
(349, 59, 10, 'went to school principal was on leave', '', '2025-09-11 15:29:46'),
(350, 416, 10, 'met to school principal introduce abbasi publisher syllabus and discuss about manager visit next week for meeting', '', '2025-09-11 15:32:50'),
(351, 496, 17, '', 'uploads/audio/68c26dda6ca2c-1757572570.webm', '2025-09-11 15:36:12'),
(352, 534, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 15:54:45'),
(353, 529, 29, 'Keep them in follow-up.', '', '2025-09-11 15:55:43'),
(354, 535, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 15:58:13'),
(355, 531, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 15:58:47'),
(356, 528, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 15:59:07'),
(357, 524, 29, 'Keep them in follow-up.', '', '2025-09-11 16:00:35'),
(358, 517, 29, 'Keep them in follow-up.', '', '2025-09-11 16:00:52'),
(359, 526, 29, 'Keep them in follow-up.', '', '2025-09-11 16:03:31'),
(360, 525, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 16:04:04'),
(361, 537, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 16:08:49'),
(362, 527, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 16:09:06'),
(363, 532, 29, 'Keep them in follow-up.', '', '2025-09-11 16:12:22'),
(364, 506, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 16:15:04'),
(365, 537, 8, 'Sure mam', '', '2025-09-11 16:16:34'),
(366, 484, 8, 'Sure mam', '', '2025-09-11 16:17:22'),
(367, 522, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:19:03'),
(368, 521, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:20:10'),
(369, 520, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:20:31'),
(370, 519, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:20:42'),
(371, 518, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:20:56'),
(372, 516, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:21:08'),
(373, 515, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:21:18'),
(374, 514, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:21:31'),
(375, 513, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:21:47'),
(376, 512, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:22:06'),
(377, 511, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:22:21'),
(378, 510, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:22:33'),
(379, 509, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:22:46'),
(380, 508, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-11 16:22:59'),
(381, 507, 29, 'Keep them in follow-up.', '', '2025-09-11 16:23:21'),
(382, 536, 29, 'Keep them in follow-up.', '', '2025-09-11 16:24:11'),
(383, 533, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 16:24:34'),
(384, 530, 29, 'Keep them in follow-up.', '', '2025-09-11 16:27:14'),
(385, 76, 11, '', 'uploads/audio/68c27ab0eabc1-1757575856.webm', '2025-09-11 16:30:58'),
(386, 103, 9, '', 'uploads/audio/68c27dd468f86-1757576660.webm', '2025-09-11 16:44:23'),
(387, 63, 11, '', 'uploads/audio/68c2861347cc4-1757578771.webm', '2025-09-11 17:19:33'),
(388, 538, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-11 17:35:31'),
(389, 75, 11, '', 'uploads/audio/68c2b3985ed61-1757590424.webm', '2025-09-11 20:33:47'),
(390, 108, 11, '', 'uploads/audio/68c397fc327a4-1757648892.webm', '2025-09-12 12:48:13'),
(391, 259, 9, '', 'uploads/audio/68c399211389f-1757649185.webm', '2025-09-12 12:53:07'),
(392, 546, 11, '', 'uploads/audio/68c39f636b74a-1757650787.webm', '2025-09-12 13:19:48'),
(393, 547, 8, '', 'uploads/audio/68c3a053153f0-1757651027.webm', '2025-09-12 13:23:48'),
(394, 548, 9, '', 'uploads/audio/68c3a0dc7d44e-1757651164.webm', '2025-09-12 13:26:07'),
(395, 549, 9, '', 'uploads/audio/68c3a3adea527-1757651885.webm', '2025-09-12 13:38:08'),
(396, 552, 9, '', 'uploads/audio/68c3a68a33cfa-1757652618.webm', '2025-09-12 13:50:23'),
(397, 544, 29, 'Keep them in follow-up.', '', '2025-09-12 14:15:25'),
(398, 543, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 14:15:46'),
(399, 542, 29, 'Keep them in follow-up.', '', '2025-09-12 14:16:09'),
(400, 541, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 14:16:34'),
(401, 540, 29, 'Keep them in follow-up.', '', '2025-09-12 14:17:00'),
(402, 539, 29, 'Keep them in follow-up.', '', '2025-09-12 14:17:13'),
(403, 546, 29, 'Keep them in follow-up.', '', '2025-09-12 14:19:28'),
(404, 552, 29, 'Keep them in follow-up.', '', '2025-09-12 14:20:45'),
(405, 549, 29, 'Keep them in follow-up.', '', '2025-09-12 14:21:18'),
(406, 548, 29, 'Keep them in follow-up.', '', '2025-09-12 14:21:55');
INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(407, 559, 8, '', 'uploads/audio/68c3adf4e5e67-1757654516.webm', '2025-09-12 14:21:58'),
(408, 554, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 14:23:53'),
(409, 551, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 14:24:06'),
(410, 550, 29, 'Keep them in follow-up.', '', '2025-09-12 14:24:26'),
(411, 553, 29, 'Keep them in follow-up.', '', '2025-09-12 14:25:05'),
(412, 545, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 14:25:25'),
(413, 64, 11, '', 'uploads/audio/68c3af1849194-1757654808.webm', '2025-09-12 14:26:50'),
(414, 560, 9, '', 'uploads/audio/68c3b17c478ed-1757655420.webm', '2025-09-12 14:37:02'),
(415, 561, 8, '', 'uploads/audio/68c3b1814db0c-1757655425.webm', '2025-09-12 14:37:08'),
(416, 109, 11, '', 'uploads/audio/68c3b3d5d689e-1757656021.webm', '2025-09-12 14:47:04'),
(417, 562, 26, 'Introductory meeting with Vice Principal. I introduced ABBASI PUBLICATIONS and company\'s features regarding Smart boards and smart services.', '', '2025-09-12 14:47:25'),
(418, 559, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-09-12 14:49:58'),
(419, 547, 29, 'Keep them in follow-up.', '', '2025-09-12 14:50:33'),
(420, 564, 26, 'I met with Admin staff. Principal was not present. I introduced ABBASI PUBLICATIONS and company\'s special creative products.', '', '2025-09-12 14:55:54'),
(421, 569, 23, 'Samples Required pre primary', '', '2025-09-12 15:02:34'),
(422, 78, 11, '', 'uploads/audio/68c3b7c3aa9db-1757657027.webm', '2025-09-12 15:03:49'),
(423, 567, 29, 'Keep them in follow-up.', '', '2025-09-12 15:04:28'),
(424, 570, 29, 'Keep them in follow-up.', '', '2025-09-12 15:05:50'),
(425, 563, 29, 'Keep them in follow-up.', '', '2025-09-12 15:06:45'),
(426, 571, 23, 'Pre primary samples required 25 November', '', '2025-09-12 15:06:45'),
(427, 569, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 15:07:24'),
(428, 569, 29, 'ok', '', '2025-09-12 15:09:21'),
(429, 571, 29, 'ok \r\nStay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 15:10:35'),
(430, 572, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 15:14:40'),
(431, 574, 29, 'Keep them in follow-up.', '', '2025-09-12 15:22:28'),
(432, 573, 29, 'Keep them in follow-up.', '', '2025-09-12 15:23:10'),
(433, 566, 29, 'Keep them in follow-up.', '', '2025-09-12 15:23:23'),
(434, 26, 10, 'went to school introduce abbasi publisher syllabus they said they will decide syllabus in february also requested for manager meeting', '', '2025-09-12 15:23:48'),
(435, 575, 10, 'went to school principal not met school was closed', '', '2025-09-12 15:27:24'),
(436, 155, 10, 'met to school principal introduce abbasi publisher they said for sampling also discussed about manager visit to school', '', '2025-09-12 15:30:29'),
(437, 154, 10, 'met to school principal introduce abbasi publisher syllabus and dealer also about starting of session also inform about manager visit to school', '', '2025-09-12 15:33:14'),
(438, 575, 29, 'Keep them in follow-up.', '', '2025-09-12 15:42:53'),
(439, 576, 29, 'Keep them in follow-up.', '', '2025-09-12 15:43:36'),
(440, 577, 29, 'Keep them in follow-up.', '', '2025-09-12 15:45:24'),
(441, 568, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 15:47:46'),
(442, 581, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 16:26:29'),
(443, 580, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 16:26:47'),
(444, 582, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-12 16:42:09'),
(445, 583, 29, 'Keep them in follow-up.', '', '2025-09-12 17:43:55'),
(446, 579, 29, 'Keep them in follow-up.', '', '2025-09-12 17:44:05'),
(447, 560, 29, 'Keep them in follow-up.', '', '2025-09-12 18:28:53'),
(448, 564, 29, 'kindly check no. of students.', '', '2025-09-12 18:32:54'),
(449, 562, 29, 'Keep them in follow-up.', '', '2025-09-12 18:33:19'),
(450, 561, 29, 'Kindly check no. of students.', '', '2025-09-12 18:36:04'),
(451, 565, 29, 'Keep them in follow-up.', '', '2025-09-12 18:38:24'),
(452, 588, 12, 'gvgghyg', '', '2025-09-12 19:49:13'),
(453, 73, 11, '', 'uploads/audio/68c4f42212c26-1757738018.webm', '2025-09-13 13:33:39'),
(454, 590, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-13 13:53:48'),
(455, 561, 8, '', 'uploads/audio/68c4fbe48966a-1757740004.webm', '2025-09-13 14:06:45'),
(456, 559, 8, 'Sure mam', '', '2025-09-13 14:07:01'),
(457, 591, 8, '', 'uploads/audio/68c4fc51cb66c-1757740113.webm', '2025-09-13 14:08:34'),
(458, 591, 29, 'Keep them in follow-up.', '', '2025-09-13 14:09:39'),
(459, 77, 11, '', 'uploads/audio/68c4fd406a137-1757740352.webm', '2025-09-13 14:12:35'),
(460, 592, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-13 14:26:37'),
(461, 578, 29, 'Keep them in follow-up.', '', '2025-09-13 14:36:56'),
(462, 593, 8, '', 'uploads/audio/68c5093d3c8b2-1757743421.webm', '2025-09-13 15:03:42'),
(463, 593, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-13 15:04:52'),
(464, 596, 8, '', 'uploads/audio/68c510db46f67-1757745371.webm', '2025-09-13 15:36:16'),
(465, 597, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-13 15:53:35'),
(466, 595, 29, 'Keep them in follow-up.', '', '2025-09-13 15:53:52'),
(467, 594, 29, 'Keep them in follow-up.', '', '2025-09-13 15:54:06'),
(468, 596, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-13 15:55:10'),
(469, 601, 25, 'Non member school,visited them but i do not have any asset from company so just introduced myself as an employee of Abbassi publication', '', '2025-09-13 16:04:35'),
(470, 600, 25, 'Non member school,visited them but i do not have any asset from company so just introduced myself as an employee of Abbassi publication', '', '2025-09-13 16:06:27'),
(471, 599, 25, 'Non member school,visited them but i do not have any asset from company so just introduced myself as an employee of Abbassi publication', '', '2025-09-13 16:06:39'),
(472, 598, 25, 'Non member school,visited them but i do not have any asset from company so just introduced myself as an employee of Abbassi publication', '', '2025-09-13 16:06:49'),
(473, 209, 8, '', 'uploads/audio/68c51b7c9371f-1757748092.webm', '2025-09-13 16:21:33'),
(474, 605, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-13 16:45:55'),
(475, 93, 10, 'went to school there was a student function in school but confirm manager visit meeting with principal for manager visit on coming monday', '', '2025-09-13 16:46:00'),
(476, 91, 10, 'went to school principal were busy in school function but confirm meeting time for manager sab visit to sargodha', '', '2025-09-13 16:48:01'),
(477, 606, 10, 'met to school principal introduce abbasi publisher syllabus they said about sampling that will be provided', '', '2025-09-13 16:55:12'),
(478, 607, 10, 'met to school principal introduce abbasi publisher they acquired sampling of 5th grade that will be provided', '', '2025-09-13 17:04:36'),
(479, 604, 29, 'Keep them in follow-up.', '', '2025-09-13 17:14:12'),
(480, 607, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-13 17:15:23'),
(481, 606, 29, 'Keep them in follow-up.', '', '2025-09-13 17:15:51'),
(482, 601, 29, 'Keep them in follow-up.', '', '2025-09-13 17:16:40'),
(483, 600, 29, 'Keep them in follow-up.', '', '2025-09-13 17:16:58'),
(484, 599, 29, 'Keep them in follow-up.', '', '2025-09-13 17:17:15'),
(485, 598, 29, 'Keep them in follow-up.', '', '2025-09-13 17:17:29'),
(486, 602, 29, 'Keep them in follow-up.', '', '2025-09-13 17:18:05'),
(487, 609, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-13 17:36:22'),
(488, 608, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-13 17:36:40'),
(489, 609, 14, 'keep them in your folow up', '', '2025-09-13 18:51:06'),
(490, 604, 11, '', 'uploads/audio/68c5464ea1d95-1757759054.webm', '2025-09-13 19:24:16'),
(491, 176, 14, '19 September is on Friday . kindly Arrange on Saturday. If School is ready. you will plan 2 orientation on Saturday . If The Faiz Public  School is ready for this.', '', '2025-09-13 19:25:50'),
(492, 612, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-13 19:29:39'),
(493, 618, 10, 'went to school met to school principal coordinator introduce abbasi publisher syllabus they said for sampling of pre classes', '', '2025-09-15 12:50:44'),
(494, 255, 9, '', 'uploads/audio/68c79435c0cba-1757910069.webm', '2025-09-15 13:21:11'),
(495, 620, 10, 'met to school principal introduce abbasi publisher syllabus they said to wait for sampling', '', '2025-09-15 13:26:51'),
(496, 366, 26, 'Again Visit for meeting with owner but Sir Ikram was not available. Introductory meeting with Vice Principal where I introduced ABBASI PUBLICATIONS with detailed information regarding our modern methodology, resource material for teachers and smart services.', '', '2025-09-15 13:32:07'),
(497, 622, 25, '1st visit in this school', '', '2025-09-15 13:37:58'),
(498, 432, 9, '', 'uploads/audio/68c7982baec0a-1757911083.webm', '2025-09-15 13:38:07'),
(499, 623, 11, '', 'uploads/audio/68c7999923139-1757911449.webm', '2025-09-15 13:44:11'),
(500, 617, 14, 'Keep them in follow-up.', '', '2025-09-15 13:49:34'),
(501, 616, 14, 'Keep them in follow-up.', '', '2025-09-15 14:03:09'),
(502, 615, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 14:03:40'),
(503, 624, 25, '1st pre visit', '', '2025-09-15 14:03:41'),
(504, 613, 14, 'Keep them in follow-up', '', '2025-09-15 14:04:29'),
(505, 614, 14, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 14:04:59'),
(506, 625, 11, '', 'uploads/audio/68c79fb250cf8-1757913010.webm', '2025-09-15 14:10:11'),
(507, 626, 8, '', 'uploads/audio/68c7a048bf210-1757913160.webm', '2025-09-15 14:12:41'),
(508, 625, 29, 'Keep them in follow-up.', '', '2025-09-15 14:26:22'),
(509, 623, 29, 'Keep them in follow-up.', '', '2025-09-15 14:27:19'),
(510, 629, 29, 'Keep them in follow-up.', '', '2025-09-15 14:28:45'),
(511, 628, 29, 'Keep them in follow-up.', '', '2025-09-15 14:29:00'),
(512, 621, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 14:29:37'),
(513, 619, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 14:30:25'),
(514, 620, 29, 'When they need samples ?', '', '2025-09-15 14:36:57'),
(515, 618, 29, 'ok \r\nWhen they want samples ?', '', '2025-09-15 14:39:55'),
(516, 631, 26, 'Introductory meeting meeting With Mr Munir Ahmed Principal and owner of the school. I introduced ABBASI PUBLICATIONS with interactive App and also give guideline how to use the app. I also informed about company\'s smart board and other resource material.', '', '2025-09-15 14:41:14'),
(517, 626, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 14:41:21'),
(518, 624, 29, 'Kindly fill the options of no .of students and no. of branches .', '', '2025-09-15 14:44:49'),
(519, 622, 29, 'Keep them in follow-up.', '', '2025-09-15 14:45:18'),
(520, 630, 11, '', 'uploads/audio/68c7a80608b37-1757915142.webm', '2025-09-15 14:45:43'),
(521, 632, 11, '', 'uploads/audio/68c7a83051d01-1757915184.webm', '2025-09-15 14:46:29'),
(522, 633, 9, '', 'uploads/audio/68c7a89d2ff09-1757915293.webm', '2025-09-15 14:48:18'),
(523, 633, 29, 'Kindly fill the options of no. of students and no. of branches each and every time .', '', '2025-09-15 14:51:11'),
(524, 636, 9, '', 'uploads/audio/68c7acf9c2ba7-1757916409.webm', '2025-09-15 15:06:56'),
(525, 638, 8, '', 'uploads/audio/68c7ae5842e46-1757916760.webm', '2025-09-15 15:12:42'),
(526, 640, 9, '', 'uploads/audio/68c7b0886edee-1757917320.webm', '2025-09-15 15:22:02'),
(527, 638, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 15:24:11'),
(528, 632, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 15:26:56'),
(529, 630, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 15:27:40'),
(530, 640, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 15:34:57'),
(531, 636, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 15:35:43'),
(532, 436, 9, '', 'uploads/audio/68c7b3c4cbbfd-1757918148.webm', '2025-09-15 15:36:13'),
(533, 641, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 15:36:45'),
(534, 631, 29, 'Keep them in follow-up.', '', '2025-09-15 15:38:19'),
(535, 39, 10, 'met to school principal introduce abbasi publisher with Respected syed maqsod sab in detail and they said about sampling that will be provided also discussed about dealer school mall sargodha', '', '2025-09-15 15:39:45'),
(536, 639, 29, 'Keep them in follow-up.', '', '2025-09-15 15:40:50'),
(537, 39, 10, '', 'uploads/audio/68c7b4f2352b7-1757918450.webm', '2025-09-15 15:40:53'),
(538, 634, 29, 'Keep them in follow-up.', '', '2025-09-15 15:41:00'),
(539, 637, 29, 'Keep them in follow-up.', '', '2025-09-15 15:42:15'),
(540, 635, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 15:42:46'),
(541, 642, 29, 'Keep them in follow-up.', '', '2025-09-15 15:45:33'),
(542, 643, 11, '', 'uploads/audio/68c7b6bf82b45-1757918911.webm', '2025-09-15 15:48:32'),
(543, 643, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 15:49:57'),
(544, 644, 9, '', 'uploads/audio/68c7b721b34eb-1757919009.webm', '2025-09-15 15:50:14'),
(545, 644, 29, 'Keep them in follow-up.', '', '2025-09-15 15:50:46'),
(546, 207, 8, '', 'uploads/audio/68c7b7ca2f98a-1757919178.webm', '2025-09-15 15:52:59'),
(547, 645, 29, 'Keep them in follow-up.', '', '2025-09-15 15:57:31'),
(548, 646, 11, '', 'uploads/audio/68c7ba145b8f9-1757919764.webm', '2025-09-15 16:02:45'),
(549, 648, 29, 'Keep them in follow-up.', '', '2025-09-15 16:05:22'),
(550, 647, 26, 'Again Visit and meeting with Mr Mian Sohaib Raza owner and principal of the school. As we,me and Sir Syed Maqsood visited few days ago and thoroughly discussed. But now some queries from Principal regarding books and resources material also solved today. I hope He will adopt our syllabus in new session', '', '2025-09-15 16:06:07'),
(551, 257, 9, '', 'uploads/audio/68c7bae24883f-1757919970.webm', '2025-09-15 16:06:18'),
(552, 649, 29, 'Keep them in follow-up.', '', '2025-09-15 16:12:33'),
(553, 646, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 16:27:16'),
(554, 473, 10, '', 'uploads/audio/68c7c0c937dfe-1757921481.webm', '2025-09-15 16:31:23'),
(555, 650, 29, 'Keep them in follow-up.', '', '2025-09-15 16:34:13'),
(556, 647, 29, 'Keep them in follow-up.', '', '2025-09-15 16:36:14'),
(557, 651, 29, 'Keep them in follow-up.', '', '2025-09-15 16:46:03'),
(558, 652, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 16:50:10'),
(559, 653, 8, '', 'uploads/audio/68c7c6fbcd0fe-1757923067.webm', '2025-09-15 16:57:48'),
(560, 654, 26, 'Principal was not present.introductory meeting with Admin staff.', '', '2025-09-15 16:59:23'),
(561, 642, 29, '', 'uploads/audio/68c7ca39ee074-1757923897.webm', '2025-09-15 17:11:39'),
(562, 648, 29, '', 'uploads/audio/68c7ca950e003-1757923989.webm', '2025-09-15 17:13:11'),
(563, 656, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 17:13:27'),
(564, 367, 26, 'Detailed meeting with Sir Mudasser Naseer regarding Abbasi publications smart boards and our smart services.also scanned QR code through sample book for showing him interactive app. He admired company work and demand for samples in next month.', '', '2025-09-15 17:44:06'),
(565, 655, 29, 'Keep them in follow-up.', '', '2025-09-15 19:52:11'),
(566, 654, 29, 'Keep them in follow-up.', '', '2025-09-15 19:53:02'),
(567, 653, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-15 19:54:05'),
(568, 618, 10, 'when company will provide us sampling we will provide to school principal', '', '2025-09-15 23:41:43'),
(569, 620, 10, 'when company will provide us sampling we will provide to school principal', '', '2025-09-15 23:42:38'),
(570, 82, 10, 'met to school principal with maqsod shah sab introduce abbasi publisher syllabus and about school teacher training session', '', '2025-09-15 23:54:50'),
(571, 663, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-16 12:58:03'),
(572, 662, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-16 12:58:20'),
(573, 661, 29, 'Keep them in follow-up.', '', '2025-09-16 12:58:58'),
(574, 660, 29, 'Keep them in follow-up.', '', '2025-09-16 12:59:14'),
(575, 664, 25, '1st visit in this school', '', '2025-09-16 13:04:51'),
(576, 666, 8, '', 'uploads/audio/68c8e3db05de7-1757995995.webm', '2025-09-16 13:13:15'),
(577, 667, 25, '1st visit in this school and offered them orientation', '', '2025-09-16 13:20:17'),
(578, 668, 9, '', 'uploads/audio/68c8e6c84d43b-1757996744.webm', '2025-09-16 13:25:48'),
(579, 669, 11, '', 'uploads/audio/68c8e76e683a9-1757996910.webm', '2025-09-16 13:28:47'),
(580, 91, 10, 'met to school principal introduce abbasi publisher they said to wait for for orientation', '', '2025-09-16 13:37:48'),
(581, 666, 29, 'Keep them in follow-up.', '', '2025-09-16 13:47:56'),
(582, 667, 29, 'Keep them in follow-up.', '', '2025-09-16 13:48:39'),
(583, 671, 29, 'Keep them in follow-up.', '', '2025-09-16 13:49:58'),
(584, 670, 29, 'Keep them in follow-up.', '', '2025-09-16 13:50:54'),
(585, 665, 29, 'Keep them in follow-up.', '', '2025-09-16 13:51:24'),
(586, 672, 29, 'Keep them in follow-up.', '', '2025-09-16 13:52:43'),
(587, 664, 29, 'Keep them in follow-up.', '', '2025-09-16 13:53:09'),
(588, 672, 25, '1st visit in this school', '', '2025-09-16 13:54:00'),
(589, 668, 29, 'Kindly mention no. of students and no. of branches.', '', '2025-09-16 13:55:22'),
(590, 668, 29, 'Keep them in follow-up.', '', '2025-09-16 13:55:27'),
(591, 669, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-16 13:57:50'),
(592, 669, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-16 13:58:04'),
(593, 673, 9, '', 'uploads/audio/68c8f0a627b70-1757999270.webm', '2025-09-16 14:07:51'),
(594, 675, 9, '', 'uploads/audio/68c8f48da06e4-1758000269.webm', '2025-09-16 14:24:31'),
(595, 168, 11, '', 'uploads/audio/68c8f66e4ae5d-1758000750.webm', '2025-09-16 14:32:31'),
(596, 601, 25, 'My 2nd visit', '', '2025-09-16 14:33:20'),
(597, 673, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-16 14:44:03'),
(598, 115, 11, '', 'uploads/audio/68c8f96d66d59-1758001517.webm', '2025-09-16 14:45:20'),
(599, 680, 8, '', 'uploads/audio/68c8fc578830e-1758002263.webm', '2025-09-16 14:57:45'),
(600, 681, 11, '', 'uploads/audio/68c8fd95bcdf0-1758002581.webm', '2025-09-16 15:03:02'),
(601, 88, 10, '', 'uploads/audio/68c902bc2a4a5-1758003900.webm', '2025-09-16 15:25:03'),
(602, 684, 9, '', 'uploads/audio/68c903ab6bd10-1758004139.webm', '2025-09-16 15:29:00'),
(603, 678, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-16 15:35:26'),
(604, 620, 14, '', 'uploads/audio/68c90642e7220-1758004802.webm', '2025-09-16 15:40:04'),
(605, 674, 29, 'Keep them in follow-up.', '', '2025-09-16 15:43:21'),
(606, 684, 29, 'Keep them in follow-up.', '', '2025-09-16 15:47:10'),
(607, 684, 29, 'kindly mention no. of students and no. of branches .', '', '2025-09-16 15:47:45'),
(608, 675, 29, 'Keep them in follow-up.', '', '2025-09-16 15:48:58'),
(609, 675, 29, 'Kindly mention no. of students and no. of branches .', '', '2025-09-16 15:49:34'),
(610, 675, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-16 15:49:54'),
(611, 685, 29, 'Keep them in follow-up.', '', '2025-09-16 15:51:05'),
(612, 682, 29, 'Keep them in follow-up.', '', '2025-09-16 15:51:39'),
(613, 677, 29, 'Keep them in follow-up.', '', '2025-09-16 15:51:57'),
(614, 676, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-16 15:52:16'),
(615, 683, 29, 'Keep them in follow-up.', '', '2025-09-16 15:53:22'),
(616, 686, 9, '', 'uploads/audio/68c9098caefee-1758005644.webm', '2025-09-16 15:54:07'),
(617, 681, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-16 15:54:24'),
(618, 680, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-16 15:55:45'),
(619, 679, 29, 'Keep them in follow-up.', '', '2025-09-16 15:56:24'),
(620, 686, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-16 15:57:36'),
(621, 687, 8, '', 'uploads/audio/68c90b2d948b5-1758006061.webm', '2025-09-16 16:01:05'),
(622, 91, 10, '', 'uploads/audio/68c90ff5dddcf-1758007285.webm', '2025-09-16 16:22:32'),
(623, 166, 11, '', 'uploads/audio/68c911075c7c5-1758007559.webm', '2025-09-16 16:26:07'),
(624, 93, 10, '', 'uploads/audio/68c9115d26b92-1758007645.webm', '2025-09-16 16:27:28'),
(625, 214, 8, '', 'uploads/audio/68c913b45e0c8-1758008244.webm', '2025-09-16 16:37:28'),
(626, 691, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-16 17:39:32'),
(627, 690, 29, 'Keep them in follow-up.', '', '2025-09-16 17:40:14'),
(628, 688, 29, 'Keep them in follow-up.', '', '2025-09-16 17:40:23'),
(629, 692, 8, '', 'uploads/audio/68c922c5948d2-1758012101.webm', '2025-09-16 17:41:42'),
(630, 692, 29, 'ok good , plan it', '', '2025-09-16 18:47:59'),
(631, 687, 29, 'Keep them in follow-up.', '', '2025-09-16 18:49:16'),
(632, 91, 10, '', 'uploads/audio/68c93eef4c81f-1758019311.webm', '2025-09-16 19:41:52'),
(633, 694, 26, 'It was fruitful introductory meeting where i thoroughly introduced ABBASI PUBLICATIONS. Principal was totally satisfied with the interactive app and she demanded samples in december.', '', '2025-09-16 21:58:28'),
(634, 695, 26, 'IT WAS EXCELLENT INTRODUCTORY MEETING WITH PRINCIPAL AND VICE PRINCIPAL. I INTRODUCED THOROUGHLY BY MOBILE INTERACTIVE APP. AND ALSO GUIDED THEM ABOUT OUR OTHER RESOURCE MATERIAL. THEY DEMANDED FOR SAMPLES IN THE MONTH OF DECEMBER.', '', '2025-09-16 22:04:43'),
(635, 699, 26, 'INTRODUCTORY MEETING WITH MR ABDUL REHAM, VICE PRINCIPAL AND CO-ORDINATOR. WHERE I INTRODUCED COMPANY\'S INTERACTIVE APP WITH SAMPLE BOOK. AND GAVE SMALL ORIENTATION. IT WAS EXCELLENT EXPRIENCE AND THEY APPRECIATED ABBASI PUBLICATIONS WORK AND DEMANDED SAMPLES AS SOON AS POSSIBLE.', '', '2025-09-16 22:25:44'),
(636, 700, 26, 'WAITING AFTER LONG TIME INTRODUCTORY MEETING WITH SIR SHAHID PRINCIPAL AL HAFIZ SCHOOL HUNTER PURA. INTRODUCED ABBASI PUBLICATIONS WITH COMPLETE INFORMATION THROUGH INTERACTIVE APP AND TOLD HIM ABOUT THE BENEFITS OF BOOKS, SMART BOARD AND INTERACTIVE APP.', '', '2025-09-16 22:39:00'),
(637, 698, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 13:04:21'),
(638, 697, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 13:04:39'),
(639, 696, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 13:04:54'),
(640, 689, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 13:06:06'),
(641, 221, 8, '', 'uploads/audio/68ca359c279d8-1758082460.webm', '2025-09-17 13:14:21'),
(642, 700, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 13:15:24'),
(643, 699, 29, 'Well Done', '', '2025-09-17 13:16:20'),
(644, 699, 29, 'Keep them in follow-up.', '', '2025-09-17 13:16:41'),
(645, 695, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 13:19:02'),
(646, 694, 29, 'Keep them in follow-up.', '', '2025-09-17 13:21:41'),
(647, 701, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 13:30:53'),
(648, 702, 9, '', 'uploads/audio/68ca39ae7d363-1758083502.webm', '2025-09-17 13:31:43'),
(649, 702, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 13:32:53'),
(650, 703, 7, '', 'uploads/audio/68ca3c58ce1af-1758084184.webm', '2025-09-17 13:43:06'),
(651, 70, 11, '', 'uploads/audio/68ca3c974affe-1758084247.webm', '2025-09-17 13:44:08'),
(652, 703, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-17 13:44:15'),
(653, 272, 9, '', 'uploads/audio/68ca3f1743420-1758084887.webm', '2025-09-17 13:54:49'),
(654, 182, 8, '2nd visit', '', '2025-09-17 13:56:27'),
(655, 182, 8, '', 'uploads/audio/68ca3f98a50d8-1758085016.webm', '2025-09-17 13:56:57'),
(656, 704, 29, 'Keep them in follow-up.', '', '2025-09-17 14:00:18'),
(657, 705, 7, '', 'uploads/audio/68ca40c82dee4-1758085320.webm', '2025-09-17 14:02:03'),
(658, 706, 29, 'Keep them in follow-up.', '', '2025-09-17 14:02:59'),
(659, 707, 25, '1st visit in this school', '', '2025-09-17 14:03:57'),
(660, 705, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-17 14:04:30'),
(661, 707, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 14:06:36'),
(662, 708, 10, '', 'uploads/audio/68ca429faf767-1758085791.webm', '2025-09-17 14:10:42'),
(663, 708, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 14:13:39'),
(664, 710, 29, 'Keep them in follow-up.', '', '2025-09-17 14:15:41'),
(665, 709, 29, 'Keep them in follow-up.', '', '2025-09-17 14:15:52'),
(666, 10, 10, '', 'uploads/audio/68ca451f23d92-1758086431.webm', '2025-09-17 14:20:38'),
(667, 712, 25, '1st visit and offered them for orientation and they will think about it', '', '2025-09-17 14:21:20'),
(668, 713, 7, '', 'uploads/audio/68ca46840c623-1758086788.webm', '2025-09-17 14:26:29'),
(669, 714, 9, '', 'uploads/audio/68ca470d852ef-1758086925.webm', '2025-09-17 14:28:47'),
(670, 713, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-17 14:29:12'),
(671, 714, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-17 14:31:07'),
(672, 715, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 14:32:29'),
(673, 716, 25, 'This school is under PEF and my 1st visit in this', '', '2025-09-17 14:35:37'),
(674, 707, 25, 'Yess i tried but they refused,they asked to send samples.', '', '2025-09-17 14:36:49'),
(675, 74, 11, '', 'uploads/audio/68ca4ab33ea14-1758087859.webm', '2025-09-17 14:44:20'),
(676, 720, 9, '', 'uploads/audio/68ca4d3cb6428-1758088508.webm', '2025-09-17 14:55:11'),
(677, 721, 29, 'Keep them in follow-up.', '', '2025-09-17 15:00:06'),
(678, 720, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 15:01:32'),
(679, 722, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 15:03:35'),
(680, 282, 9, '', 'uploads/audio/68ca4f4d54242-1758089037.webm', '2025-09-17 15:03:59'),
(681, 719, 29, 'Keep them in follow-up.', '', '2025-09-17 15:04:02'),
(682, 11, 10, '', 'uploads/audio/68ca50aa8ec7b-1758089386.webm', '2025-09-17 15:09:58'),
(683, 283, 9, '', 'uploads/audio/68ca54ff8ba81-1758090495.webm', '2025-09-17 15:28:17'),
(684, 283, 9, '', 'uploads/audio/68ca555fd3c4f-1758090591.webm', '2025-09-17 15:29:53'),
(685, 12, 10, '', 'uploads/audio/68ca56487decc-1758090824.webm', '2025-09-17 15:33:57'),
(686, 14, 10, '', 'uploads/audio/68ca570904975-1758091017.webm', '2025-09-17 15:36:58'),
(687, 727, 8, '', 'uploads/audio/68ca58dc03522-1758091484.webm', '2025-09-17 15:44:45'),
(688, 716, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 15:49:01'),
(689, 712, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-17 15:50:27'),
(690, 725, 29, 'Keep them in follow-up.', '', '2025-09-17 15:58:00'),
(691, 726, 29, 'Keep them in follow-up.', '', '2025-09-17 15:59:38'),
(692, 724, 29, 'Keep them in follow-up.', '', '2025-09-17 16:00:08'),
(693, 727, 29, 'Keep them in follow-up.', '', '2025-09-17 16:01:37'),
(694, 723, 29, 'Keep them in follow-up.', '', '2025-09-17 16:02:32'),
(695, 718, 29, 'Keep them in follow-up.', '', '2025-09-17 16:02:43'),
(696, 718, 29, 'Kindly leave some note about your meeting.', '', '2025-09-17 16:04:21'),
(697, 717, 29, 'Keep them in follow-up.', '', '2025-09-17 16:04:50'),
(698, 729, 8, '', 'uploads/audio/68ca5dfbae692-1758092795.webm', '2025-09-17 16:06:38'),
(699, 728, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 16:07:50'),
(700, 711, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 16:08:18'),
(701, 729, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 16:09:22'),
(702, 730, 29, 'Keep them in follow-up.', '', '2025-09-17 16:12:20'),
(703, 731, 29, 'Keep them in follow-up.', '', '2025-09-17 16:32:23'),
(704, 731, 8, '', 'uploads/audio/68ca640c1c029-1758094348.webm', '2025-09-17 16:32:28'),
(705, 732, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-17 17:02:43'),
(706, 733, 29, 'Keep them in follow-up.', '', '2025-09-17 17:15:41'),
(707, 734, 9, '', 'uploads/audio/68ca6e6152e71-1758096993.webm', '2025-09-17 17:16:40'),
(708, 734, 29, 'Keep them in follow-up.', '', '2025-09-17 17:19:38'),
(709, 735, 23, 'Sir NY orientation k Liye tym Dena staff sy discuss kr k.', '', '2025-09-17 17:45:26'),
(710, 735, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-17 18:44:35'),
(711, 738, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-18 13:36:53'),
(712, 737, 29, 'Keep them in follow-up.', '', '2025-09-18 13:37:33'),
(713, 736, 29, 'Keep them in follow-up.', '', '2025-09-18 13:37:46'),
(714, 740, 29, 'Keep them in follow-up.', '', '2025-09-18 13:38:57'),
(715, 739, 29, 'Keep them in follow-up.', '', '2025-09-18 13:39:17'),
(716, 741, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-18 14:28:41'),
(717, 743, 25, 'This school will surely join us inshaALLAH.', '', '2025-09-18 14:36:01'),
(718, 742, 29, 'Keep them in follow-up.', '', '2025-09-18 14:38:53'),
(719, 743, 29, 'In Sha Allah', '', '2025-09-18 14:39:40'),
(720, 743, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-18 14:40:22'),
(721, 619, 4, 'Organized a session today but postponed due to some reason', '', '2025-09-18 14:54:50'),
(722, 744, 29, 'Keep them in follow-up.', '', '2025-09-18 15:03:28'),
(723, 745, 10, '', 'uploads/audio/68cba1e3ab36f-1758175715.webm', '2025-09-18 15:08:37'),
(724, 748, 10, '', 'uploads/audio/68cba5846509e-1758176644.webm', '2025-09-18 15:26:57'),
(725, 748, 29, 'Keep them in follow-up.', '', '2025-09-18 15:35:24'),
(726, 745, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-18 15:37:08'),
(727, 746, 29, 'Keep them in follow-up.', '', '2025-09-18 15:38:34'),
(728, 747, 29, 'Keep them in follow-up.', '', '2025-09-18 15:39:16'),
(729, 748, 29, '\' Thank you for highlighting this issue. I request you to share it with your head too for further support.\'', '', '2025-09-18 16:06:43'),
(730, 745, 29, '\' Thank you for highlighting this issue. I request you to share it with your head too for further support.\'', '', '2025-09-18 16:06:59'),
(731, 749, 10, '', 'uploads/audio/68cbb00c4bf67-1758179340.webm', '2025-09-18 16:09:03'),
(732, 749, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-18 16:10:23'),
(733, 659, 29, 'Keep them in follow-up.', '', '2025-09-18 16:20:21'),
(734, 693, 29, 'Kindly mention no. of students and no. of branches.', '', '2025-09-18 16:21:17'),
(735, 693, 29, 'And kindly mention purpose of visit.', '', '2025-09-18 16:22:02'),
(736, 750, 10, '', 'uploads/audio/68cbb3bb64340-1758180283.webm', '2025-09-18 16:24:46'),
(737, 751, 10, '', 'uploads/audio/68cbb78e50287-1758181262.webm', '2025-09-18 16:41:08'),
(738, 752, 25, 'Struggling to convert their all campuses to ABBASSI', '', '2025-09-18 16:42:20'),
(739, 751, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-18 16:43:49'),
(740, 752, 29, 'Good', '', '2025-09-18 16:44:31'),
(741, 752, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-18 16:44:43'),
(742, 753, 10, '', 'uploads/audio/68cbb93579f0f-1758181685.webm', '2025-09-18 16:48:30'),
(743, 753, 29, 'Keep them in follow-up.', '', '2025-09-18 16:50:36'),
(744, 754, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-18 17:11:18'),
(745, 755, 23, 'Samples Deliver kiye hn but next month mn fallow up visit krna Hy', '', '2025-09-18 18:10:31'),
(746, 756, 23, 'Orientation k bad visit krna Hy fallow up visit hy', '', '2025-09-18 18:15:12'),
(747, 757, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-18 18:27:41'),
(748, 756, 14, 'Sure', '', '2025-09-18 18:31:27'),
(749, 757, 23, 'Board lga diya Hy kal properly tools k sath bs kl software krna login ho jae ga InshaAllah', '', '2025-09-18 18:34:00'),
(750, 755, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-18 18:35:24'),
(751, 758, 23, 'Website login share kr diya Hy satisfied hoty tu then lgain gy InshaAllah', '', '2025-09-18 18:48:09'),
(752, 760, 23, 'Orientation k Liye tym Dena Hy Sir NY inshallah next week MN ho Jana', '', '2025-09-18 18:54:23'),
(753, 761, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-18 19:18:10'),
(754, 760, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-18 19:18:41'),
(755, 758, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-18 19:20:36'),
(756, 762, 24, 'Principal not available.', '', '2025-09-18 23:19:17'),
(757, 763, 24, 'Using afaq publisher books need to convince for changing', '', '2025-09-18 23:27:18'),
(758, 764, 24, 'Meeting with principal', '', '2025-09-18 23:32:43'),
(759, 765, 24, 'Wrongly type this mobile no.number is  03127709909', 'uploads/audio/68cc19d555a99-1758206421.webm', '2025-09-18 23:41:14'),
(760, 766, 26, 'COMPANY\'S INTRODUCTORY MEETING WITH ADMIN, PRINCIPAL WAS ABSENT.', '', '2025-09-18 23:45:47'),
(761, 767, 24, 'Principal was busy, coleected the dratail from teacher', '', '2025-09-18 23:46:50'),
(762, 768, 24, 'Need sample for further discussion. He required samples for checking the books metrial and course outline', '', '2025-09-18 23:51:32'),
(763, 769, 26, 'INTRODUCTORY MEETING WITH PRINCIPAL WHERE I INTROUCED ABBASI PUBLICATIONS WITH INTERACTIVE APP AND GUIDE THEM ALSO THAT WE WE HAVE ALL OTHER RESOURCES MATERIAL FOR HELPING THE TEACHERS AS WELL AS STUDENTS.', '', '2025-09-19 00:09:53'),
(764, 770, 26, 'INTRODUCTORY MEETING WITH VICE PRINCIPAL WHERE I INTROUCED ABBASI PUBLICATIONS WITH INTERACTIVE APP AND GUIDE THEM ALSO THAT WE WE HAVE ALL OTHER RESOURCES MATERIAL FOR HELPING THE TEACHERS AS WELL AS STUDENTS. SHE WAS IMPRESSED BY INTERACTIVE APP AND SHE REQUESTED TO MEETING WITH PRINCIPAL.', '', '2025-09-19 00:23:09'),
(765, 771, 26, 'INTRODUCTORY MEETING WITH PRINCIPAL WHERE I INTROUCED ABBASI PUBLICATIONS WITH INTERACTIVE APP AND GUIDE THEM ALSO THAT WE WE HAVE ALL OTHER RESOURCES MATERIAL FOR HELPING THE TEACHERS AS WELL AS STUDENTS.', '', '2025-09-19 01:15:21'),
(766, 772, 26, 'INTRODUCTORY MEETING WITH PRINCIPAL WHERE I INTROUCED ABBASI PUBLICATIONS WITH INTERACTIVE APP AND GUIDE THEM ALSO THAT WE WE HAVE ALL OTHER RESOURCES MATERIAL FOR HELPING THE TEACHERS AS WELL AS STUDENTS.THEY   (PRINCIPAL AND VICE PRINCIPAL)  ALREADY DOING BUSINESS WITH PEN NETWORK. WHO IS FACILITATING WITH THEM SCHOOL MANAGEMENT APP ETC. BUT THEY ADMIRED THE COMPANY WORK.', '', '2025-09-19 01:29:49'),
(767, 768, 29, 'Got it, Please share this with your head too so we can handle it together.', '', '2025-09-19 13:17:23'),
(768, 767, 29, 'Keep them in follow-up.', '', '2025-09-19 13:17:58'),
(769, 765, 29, 'Got it', '', '2025-09-19 13:20:02'),
(770, 764, 29, 'Keep them in follow-up.', '', '2025-09-19 13:20:48'),
(771, 763, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 13:21:22'),
(772, 775, 8, '', 'uploads/audio/68ccdb61e7305-1758255969.webm', '2025-09-19 13:26:11'),
(773, 252, 9, '', 'uploads/audio/68ccdce68b1ac-1758256358.webm', '2025-09-19 13:32:40'),
(774, 777, 9, '', 'uploads/audio/68ccdf82bda93-1758257026.webm', '2025-09-19 13:43:48'),
(775, 762, 29, 'Keep them in follow-up.', '', '2025-09-19 13:53:07'),
(776, 35, 10, '', 'uploads/audio/68cce24dcc09c-1758257741.webm', '2025-09-19 13:55:47'),
(777, 772, 29, 'Keep them in follow-up.', '', '2025-09-19 14:00:34'),
(778, 771, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 14:01:44'),
(779, 770, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 14:02:22'),
(780, 779, 28, 'Met with Sir Iqbal, discuss regarding our product,Sir Zakir is in the class asked to come later.', '', '2025-09-19 14:02:49'),
(781, 769, 29, 'Keep them in follow-up.', '', '2025-09-19 14:03:02'),
(782, 766, 29, 'Keep them in follow-up.', '', '2025-09-19 14:03:18'),
(783, 780, 8, '', 'uploads/audio/68cce424246cd-1758258212.webm', '2025-09-19 14:03:33'),
(784, 402, 25, '2nd visit in this school', '', '2025-09-19 14:07:11'),
(785, 778, 29, 'Keep them in follow-up.', '', '2025-09-19 14:08:23'),
(786, 776, 29, 'Keep them in follow-up.', '', '2025-09-19 14:08:36'),
(787, 399, 25, '2nd visit,non member and not ready to change sylabus but will doing follow ups', '', '2025-09-19 14:08:49'),
(788, 774, 29, 'Keep them in follow-up.', '', '2025-09-19 14:09:29'),
(789, 773, 29, 'Keep them in follow-up.', '', '2025-09-19 14:12:20'),
(790, 779, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 14:14:31'),
(791, 683, 14, 'There Selection Date is in November. so keep them in follow-up. and done on team notebook.', '', '2025-09-19 14:14:59'),
(792, 378, 9, '', 'uploads/audio/68cce75ac4280-1758259034.webm', '2025-09-19 14:17:16'),
(793, 781, 10, '', 'uploads/audio/68cce8843ef6d-1758259332.webm', '2025-09-19 14:22:14'),
(794, 380, 9, '', 'uploads/audio/68cce8a563771-1758259365.webm', '2025-09-19 14:22:47'),
(795, 780, 29, 'Got it, Please share this with your head too.', '', '2025-09-19 14:23:07'),
(796, 781, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 14:26:32'),
(797, 782, 24, '', 'uploads/audio/68cce991725a8-1758259601.webm', '2025-09-19 14:26:43'),
(798, 783, 10, '', 'uploads/audio/68ccea389f630-1758259768.webm', '2025-09-19 14:29:35'),
(799, 783, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 14:34:24'),
(800, 782, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 14:38:37'),
(801, 786, 8, '', 'uploads/audio/68ccec9351060-1758260371.webm', '2025-09-19 14:39:32'),
(802, 784, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 14:40:51'),
(803, 787, 24, 'Need book samples for next meeting', '', '2025-09-19 14:40:55'),
(804, 785, 29, 'Kindly fill the options of no. of branches and no. of students.', '', '2025-09-19 14:43:07'),
(805, 789, 28, 'Met with Miss Urooj coordinator, Ma\'am musarrat was not available, asked to come later', '', '2025-09-19 14:43:35'),
(806, 775, 29, 'Got it, Please share this with your head too so we can handle it together.', '', '2025-09-19 14:47:51'),
(807, 786, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 14:48:39'),
(808, 787, 29, 'Got it, Please share this with your head too.', '', '2025-09-19 14:49:43'),
(809, 788, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 14:51:08'),
(810, 789, 29, 'Keep them in follow-up.', '', '2025-09-19 14:51:59'),
(811, 790, 29, 'Keep them in follow-up.', '', '2025-09-19 14:54:49'),
(812, 782, 14, '', 'uploads/audio/68ccf0f50c2f4-1758261493.webm', '2025-09-19 14:58:19'),
(813, 782, 14, '', 'uploads/audio/68ccf1670562b-1758261607.webm', '2025-09-19 15:00:49'),
(814, 782, 14, 'Kindly Fill Team notebook and add the updates about your visits.', '', '2025-09-19 15:02:09'),
(815, 791, 24, '', 'uploads/audio/68ccf2217451c-1758261793.webm', '2025-09-19 15:03:16'),
(816, 791, 14, 'No Comminatory', '', '2025-09-19 15:03:22'),
(817, 791, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 15:05:58'),
(818, 791, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-19 15:06:29'),
(819, 787, 14, 'Also add your next visit date .', '', '2025-09-19 15:10:11'),
(820, 768, 14, 'Add your plan on team notebook.', '', '2025-09-19 15:10:49'),
(821, 767, 14, 'â€œAre you planning the next visit? Then add it to the portal and to your team notebook.â€', '', '2025-09-19 15:13:15'),
(822, 792, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 15:13:42'),
(823, 793, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 15:14:12'),
(824, 764, 14, '', 'uploads/audio/68ccf53f7bc93-1758262591.webm', '2025-09-19 15:16:34'),
(825, 764, 14, '', 'uploads/audio/68ccf56ddff03-1758262637.webm', '2025-09-19 15:17:20'),
(826, 764, 14, '', 'uploads/audio/68ccf599827a0-1758262681.webm', '2025-09-19 15:18:02'),
(827, 794, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 15:26:42'),
(828, 768, 14, '', 'uploads/audio/68ccf7e9c7cdb-1758263273.webm', '2025-09-19 15:27:55'),
(829, 762, 14, 'â€œItâ€™s a very famous school in this area. Plan a second visit and record it in the team notebook.â€', '', '2025-09-19 15:38:27'),
(830, 795, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 15:38:50'),
(831, 796, 8, '', 'uploads/audio/68ccfb612d9b5-1758264161.webm', '2025-09-19 15:42:42'),
(832, 796, 29, 'Thank you for highlighting this . I request you to share it with your head too for further support.\'', '', '2025-09-19 15:48:40'),
(833, 796, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-19 15:48:58'),
(834, 797, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 15:56:06'),
(835, 756, 14, '20 September, 2025\r\nyour next visit in this school. A soft Reminder', '', '2025-09-19 16:01:52'),
(836, 756, 14, 'Kindly add on these details on Team Notebook.', '', '2025-09-19 16:02:56'),
(837, 798, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 16:09:24'),
(838, 677, 14, 'â€œNo commentary from the side of the MO.â€', '', '2025-09-19 16:10:57'),
(839, 676, 14, 'â€œNo commentary from the side of the MO.â€', '', '2025-09-19 16:11:30'),
(840, 799, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 16:11:40');
INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(841, 800, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 16:16:11'),
(842, 682, 14, 'â€œNo commentary from the side of the MO.â€', '', '2025-09-19 16:19:51'),
(843, 685, 14, 'â€œNo commentary from the side of the MO.â€', '', '2025-09-19 16:20:20'),
(844, 704, 14, 'â€œNo commentary from the side of the MO.â€', '', '2025-09-19 16:20:41'),
(845, 711, 14, 'â€œNo commentary from the side of the MO.â€', '', '2025-09-19 16:31:37'),
(846, 721, 14, 'â€œNo commentary from the side of the MO.â€', '', '2025-09-19 16:32:21'),
(847, 746, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 16:37:38'),
(848, 744, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 16:37:51'),
(849, 742, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 16:38:06'),
(850, 741, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 16:38:35'),
(851, 741, 14, '', 'uploads/audio/68cd0890c18b4-1758267536.webm', '2025-09-19 16:38:57'),
(852, 741, 14, '', 'uploads/audio/68cd08c81c4d6-1758267592.webm', '2025-09-19 16:39:53'),
(853, 728, 14, '', 'uploads/audio/68cd091cd178f-1758267676.webm', '2025-09-19 16:41:18'),
(854, 438, 21, 'Next visit Kya ha with Sir Fasial Sab ya school mamber ha humara', '', '2025-09-19 18:10:04'),
(855, 696, 21, 'Mr. Faisal and I made our second visit to this school, and Inshaâ€™Allah, we hope they will adopt our books.\"', '', '2025-09-19 18:15:10'),
(856, 801, 3, 'English Grammar 12..5', '', '2025-09-19 18:16:50'),
(857, 801, 3, 'Already selected our books', '', '2025-09-19 18:17:31'),
(858, 802, 21, 'Pri Visit with Sir Fasial Rizwan sab', '', '2025-09-19 18:19:07'),
(859, 801, 14, '', 'uploads/audio/68cd2072e63b6-1758273650.webm', '2025-09-19 18:21:03'),
(860, 437, 21, 'We gave a demo at Dawood School, and Inshaâ€™Allah they will place our books. Mr. Faisal Rizwan was with me', '', '2025-09-19 18:24:09'),
(861, 803, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 18:33:00'),
(862, 802, 29, 'Keep them in follow-up.', '', '2025-09-19 18:49:29'),
(863, 804, 29, 'Keep them in follow-up.', '', '2025-09-19 18:50:44'),
(864, 804, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 18:51:08'),
(865, 805, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 19:09:07'),
(866, 806, 24, 'Already using Oxford books', '', '2025-09-19 19:12:33'),
(867, 649, 14, 'Mr Imran Want to meet for Demo.', '', '2025-09-19 19:13:27'),
(868, 649, 14, '', 'uploads/audio/68cd2d5503b2a-1758276949.webm', '2025-09-19 19:15:50'),
(869, 807, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 19:16:41'),
(870, 806, 29, 'Keep them in follow-up.', '', '2025-09-19 19:17:05'),
(871, 808, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 19:24:24'),
(872, 809, 24, 'Using Oxford', '', '2025-09-19 19:26:58'),
(873, 810, 24, 'Already using afaq and gohar publisher books', '', '2025-09-19 19:31:26'),
(874, 603, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 19:31:56'),
(875, 811, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-19 19:35:01'),
(876, 810, 29, 'Keep them in follow-up.', '', '2025-09-19 19:35:25'),
(877, 809, 29, 'Keep them in follow-up.', '', '2025-09-19 19:35:37'),
(878, 578, 14, 'Savvy School is a chain school', '', '2025-09-19 19:37:03'),
(879, 812, 29, 'Kindly mention owner name and principal name.', '', '2025-09-19 19:40:00'),
(880, 813, 26, 'Introductory meeting with Vice Principal Mrs Fiaz. I introduced thoroughly ABBASI PUBLICATIONS with interactive app and guide her with all helping material through QR code. She was interested and demanded samples in November 2025.', '', '2025-09-20 06:09:03'),
(881, 814, 26, 'Introductory meeting with Vice Principal and He said come in November again.', '', '2025-09-20 06:15:00'),
(882, 363, 26, 'Again visit.meeting with Vice Principal \r\nMadam Maryam.I introduced \r\n\r\n\r\n\r\n\r\nthoroughly ABBASI PUBLICATIONS with\r\n interactive app and guide her with all \r\nhelping material through QR code. She was interested and demanded samples in November 2025.', '', '2025-09-20 06:26:58'),
(883, 654, 26, 'Today Mr Daud called me for meeting.i thoroughly introduced and guide him what is the motive of ABBASI PUBLICATIONS basically. (Is to spread and meet the requirements of modern education) With interactive app and also showed him other resource material for their facilitations. He liked the purpose of company and said he will arrange resources to buy our smart board for better future of their school children.again meeting in November 2025.', '', '2025-09-20 06:35:12'),
(884, 819, 11, '', 'uploads/audio/68ce345ab91c8-1758344282.webm', '2025-09-20 13:58:04'),
(885, 48, 10, 'went to school principal not met she was on leave', '', '2025-09-20 14:20:07'),
(886, 821, 24, '', 'uploads/audio/68ce3d95602d5-1758346645.webm', '2025-09-20 14:37:26'),
(887, 26, 10, 'went to school met to school principal introduce abbasi publisher syllabus and discuss about dealer also they also promised for teacher training workshop in next month', 'uploads/audio/68ce3ee9994a2-1758346985.webm', '2025-09-20 14:46:07'),
(888, 826, 24, '', 'uploads/audio/68ce418d68658-1758347661.webm', '2025-09-20 14:54:22'),
(889, 827, 28, 'Met with Mam Najma Akbar, discuss regarding our product,', '', '2025-09-20 14:55:54'),
(890, 26, 10, '', 'uploads/audio/68ce4353e0318-1758348115.webm', '2025-09-20 15:02:02'),
(891, 575, 10, '', 'uploads/audio/68ce43b2dea85-1758348210.webm', '2025-09-20 15:03:32'),
(892, 26, 10, '', 'uploads/audio/68ce43f31e250-1758348275.webm', '2025-09-20 15:04:38'),
(893, 60, 10, '', 'uploads/audio/68ce47abc6fd5-1758349227.webm', '2025-09-20 15:20:33'),
(894, 832, 28, 'Met with Miss Sabiha coordinator, concerned person is not available asked me to come later', '', '2025-09-20 15:32:25'),
(895, 834, 28, 'Met with Sir Arif, required samples in December', '', '2025-09-20 15:44:30'),
(896, 835, 10, '', 'uploads/audio/68ce4d7ce2b48-1758350716.webm', '2025-09-20 15:45:32'),
(897, 796, 14, 'Talk to your Head about smaples', '', '2025-09-20 15:45:55'),
(898, 786, 14, 'You not fill your next visit on Monday 22 September. As you said in your voice note.', '', '2025-09-20 15:50:24'),
(899, 767, 14, '21st September is on Sunday. Are you go for meeting on Sunday.', '', '2025-09-20 15:54:07'),
(900, 704, 14, 'Let me inform about your todays visit in this School.', '', '2025-09-20 15:55:53'),
(901, 839, 24, '', 'uploads/audio/68ce5511a414e-1758352657.webm', '2025-09-20 16:17:41'),
(902, 840, 24, '', 'uploads/audio/68ce57c98efe4-1758353353.webm', '2025-09-20 16:29:15'),
(903, 841, 24, '', 'uploads/audio/68ce5b528e829-1758354258.webm', '2025-09-20 16:44:21'),
(904, 844, 25, 'Training session held at this school', '', '2025-09-20 17:45:56'),
(905, 841, 29, 'Thank you for highlighting this issue. I request you to share it with your head too for further support.\'', '', '2025-09-20 19:33:58'),
(906, 840, 29, 'Keep them in follow-up.', '', '2025-09-20 19:35:10'),
(907, 839, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-20 19:36:27'),
(908, 826, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-20 19:37:33'),
(909, 821, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-20 19:38:49'),
(910, 833, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:39:39'),
(911, 825, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:40:09'),
(912, 819, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-20 19:40:53'),
(913, 777, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-20 19:41:51'),
(914, 843, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:42:19'),
(915, 836, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:42:31'),
(916, 831, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:42:43'),
(917, 830, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:42:54'),
(918, 824, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:43:09'),
(919, 823, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:43:22'),
(920, 818, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:43:37'),
(921, 814, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-20 19:44:58'),
(922, 813, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-20 19:45:23'),
(923, 838, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:45:54'),
(924, 837, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:46:03'),
(925, 834, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-20 19:46:25'),
(926, 832, 29, 'Keep them in follow-up.', '', '2025-09-20 19:46:50'),
(927, 829, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:47:22'),
(928, 827, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-20 19:47:46'),
(929, 835, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-20 19:49:10'),
(930, 844, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-20 19:50:17'),
(931, 842, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:51:06'),
(932, 828, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:51:19'),
(933, 822, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:51:36'),
(934, 820, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:51:47'),
(935, 817, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:51:59'),
(936, 816, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-20 19:52:10'),
(937, 848, 21, 'Fast Visit', '', '2025-09-20 21:21:54'),
(938, 849, 21, 'We visited this school and conducted a demo there along with Mr. Fasial', '', '2025-09-20 21:26:51'),
(939, 850, 21, 'We visited this school and also gave a demo together with Mr. Faisal.â€', '', '2025-09-20 21:31:11'),
(940, 851, 21, 'â€œWe visited this school and also gave a demo together with Mr. Faisal.â€', '', '2025-09-20 21:34:24'),
(941, 161, 11, '', 'uploads/audio/68d0d036510aa-1758515254.webm', '2025-09-22 13:27:35'),
(942, 852, 11, '', 'uploads/audio/68d0d2bb8f992-1758515899.webm', '2025-09-22 13:38:21'),
(943, 853, 8, '', 'uploads/audio/68d0d51ea4c0d-1758516510.webm', '2025-09-22 13:48:31'),
(944, 854, 25, '1st visit', '', '2025-09-22 13:49:46'),
(945, 851, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-22 13:58:30'),
(946, 72, 11, '', 'uploads/audio/68d0d782d75e9-1758517122.webm', '2025-09-22 13:58:43'),
(947, 850, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-22 13:58:53'),
(948, 849, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-22 13:59:07'),
(949, 848, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 14:02:18'),
(950, 847, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:02:56'),
(951, 846, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:03:09'),
(952, 845, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:03:25'),
(953, 852, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 14:04:53'),
(954, 856, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:06:54'),
(955, 857, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:08:30'),
(956, 853, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 14:09:16'),
(957, 854, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 14:10:02'),
(958, 855, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:12:49'),
(959, 857, 8, '', 'uploads/audio/68d0dafb23155-1758518011.webm', '2025-09-22 14:13:32'),
(960, 857, 29, 'Keep them in follow-up.', '', '2025-09-22 14:14:23'),
(961, 114, 11, '', 'uploads/audio/68d0db6542630-1758518117.webm', '2025-09-22 14:15:19'),
(962, 858, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:20:13'),
(963, 859, 25, 'They are asking for a training session', '', '2025-09-22 14:22:39'),
(964, 859, 29, 'Got it, Please share this with your head too so we can handle it together.', '', '2025-09-22 14:26:16'),
(965, 48, 10, '', 'uploads/audio/68d0de1979f85-1758518809.webm', '2025-09-22 14:26:51'),
(966, 856, 9, '', 'uploads/audio/68d0de33e5dd0-1758518835.webm', '2025-09-22 14:27:19'),
(967, 860, 28, 'Met with Sir Adil, discussed our product, asked to come for meeting with Sir Arif to permit orientation session', '', '2025-09-22 14:28:53'),
(968, 860, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:29:03'),
(969, 768, 14, 'Today Call to the head and decide the meting time for tomorrow\'s visit.', '', '2025-09-22 14:35:48'),
(970, 861, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:36:39'),
(971, 862, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:39:15'),
(972, 863, 25, '1,st visit in this school,they will try to join us', '', '2025-09-22 14:43:02'),
(973, 863, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 14:45:40'),
(974, 864, 29, 'Kindly mention no. of branches and no. of students.', '', '2025-09-22 14:46:23'),
(975, 864, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:46:33'),
(976, 865, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:48:07'),
(977, 866, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 14:51:36'),
(978, 869, 28, 'Met with Sir Shahzad and Mudassir, discussed regarding our product asked me to come later with pre primary samples', '', '2025-09-22 14:57:30'),
(979, 868, 8, '', 'uploads/audio/68d0e6b7e81d2-1758521015.webm', '2025-09-22 15:03:37'),
(980, 867, 29, 'Kindly mention no. of student and no. of branches.', '', '2025-09-22 15:06:51'),
(981, 867, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 15:07:00'),
(982, 872, 28, 'Met with Sir Asif kaleem, required samples in December', '', '2025-09-22 15:10:18'),
(983, 633, 9, '', 'uploads/audio/68d0e9f38b7c3-1758521843.webm', '2025-09-22 15:17:27'),
(984, 874, 28, 'Met with Miss Mahnoor, receptionist, Sir wasif was busy asked to come later', '', '2025-09-22 15:17:48'),
(985, 60, 10, '', 'uploads/audio/68d0eae804136-1758522088.webm', '2025-09-22 15:21:37'),
(986, 821, 14, 'ok After diss', 'uploads/audio/68d0eae954962-1758522089.webm', '2025-09-22 15:23:43'),
(987, 160, 11, '', 'uploads/audio/68d0ec9d27ad1-1758522525.webm', '2025-09-22 15:28:47'),
(988, 877, 9, '', 'uploads/audio/68d0ed3d403d7-1758522685.webm', '2025-09-22 15:31:27'),
(989, 878, 8, '', 'uploads/audio/68d0ed741606b-1758522740.webm', '2025-09-22 15:32:20'),
(990, 878, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 15:53:32'),
(991, 868, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-22 15:54:14'),
(992, 885, 28, 'Met with Maam Shaista, required samples in December', '', '2025-09-22 16:01:29'),
(993, 880, 9, '', 'uploads/audio/68d0f4a0d555a-1758524576.webm', '2025-09-22 16:02:57'),
(994, 880, 9, '', 'uploads/audio/68d0f4c6a6883-1758524614.webm', '2025-09-22 16:03:36'),
(995, 888, 28, 'Met with Sir Jamal, discussed regarding our product asked me to come later with pre primary samples', '', '2025-09-22 16:09:06'),
(996, 891, 10, '', 'uploads/audio/68d0f91cb7072-1758525724.webm', '2025-09-22 16:22:08'),
(997, 849, 14, 'WhatsApp number is on calling.', '', '2025-09-22 16:27:37'),
(998, 851, 14, 'WhatsApp Number is on calling.', '', '2025-09-22 16:28:21'),
(999, 850, 14, 'WhatsApp Number is on calling.', '', '2025-09-22 16:28:41'),
(1000, 841, 14, 'Number Busy', '', '2025-09-22 16:29:23'),
(1001, 840, 14, 'WhatsApp Number is on calling.', '', '2025-09-22 16:29:39'),
(1002, 839, 14, 'WhatsApp Number is on calling.', '', '2025-09-22 16:29:55'),
(1003, 821, 14, 'Number is not on WhatsApp', '', '2025-09-22 16:30:43'),
(1004, 894, 8, '', 'uploads/audio/68d0fc3e0bead-1758526526.webm', '2025-09-22 16:35:27'),
(1005, 462, 9, '', 'uploads/audio/68d0fc830212a-1758526595.webm', '2025-09-22 16:36:36'),
(1006, 895, 11, '', 'uploads/audio/68d0fd0583551-1758526725.webm', '2025-09-22 16:38:52'),
(1007, 848, 14, 'WhatsApp Number is on calling.', '', '2025-09-22 16:38:53'),
(1008, 56, 10, '', 'uploads/audio/68d0fda8a249d-1758526888.webm', '2025-09-22 16:41:45'),
(1009, 847, 14, 'The Owner said Talk to me after 2 pm.', '', '2025-09-22 16:41:47'),
(1010, 888, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 16:44:21'),
(1011, 885, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 16:44:43'),
(1012, 874, 29, 'Keep them in follow-up.', '', '2025-09-22 16:45:05'),
(1013, 872, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 16:45:32'),
(1014, 869, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 16:45:48'),
(1015, 892, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 16:47:07'),
(1016, 887, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 16:47:17'),
(1017, 875, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 16:47:31'),
(1018, 870, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 16:47:42'),
(1019, 895, 29, 'Got it, Please share this with your head too so we can handle it together.', '', '2025-09-22 16:49:46'),
(1020, 882, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 16:50:10'),
(1021, 856, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 16:59:04'),
(1022, 877, 29, 'Keep them in follow-up.', '', '2025-09-22 16:59:42'),
(1023, 880, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 17:00:19'),
(1024, 889, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:01:13'),
(1025, 881, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:01:25'),
(1026, 876, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:01:35'),
(1027, 871, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:01:43'),
(1028, 896, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:02:50'),
(1029, 896, 29, 'Kindly mention no. of branches and no.of school.', '', '2025-09-22 17:03:25'),
(1030, 893, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:03:36'),
(1031, 893, 29, 'Kindly mention no. of branches and no. of school .', '', '2025-09-22 17:04:06'),
(1032, 890, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:04:19'),
(1033, 890, 29, 'Kindly mention no. of branches and no. of students .', '', '2025-09-22 17:04:47'),
(1034, 886, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:05:13'),
(1035, 886, 29, 'Kindly mention no. of branches and no. of students.', '', '2025-09-22 17:05:37'),
(1036, 883, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:06:04'),
(1037, 883, 29, 'Kindly mention no. branches and no. of students.', '', '2025-09-22 17:06:38'),
(1038, 879, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:06:47'),
(1039, 873, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:07:16'),
(1040, 899, 11, '', 'uploads/audio/68d105c9c273e-1758528969.webm', '2025-09-22 17:16:10'),
(1041, 891, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 17:21:47'),
(1042, 894, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-22 17:24:37'),
(1043, 897, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:26:01'),
(1044, 898, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-22 17:26:49'),
(1045, 899, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-22 17:28:37'),
(1046, 850, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience and also asked for a phonics training session to be conducted by a female trainer.', '', '2025-09-22 18:53:18'),
(1047, 819, 14, 'The Head said that after seeing the samples, they will decide.', '', '2025-09-22 19:40:36'),
(1048, 902, 9, '', 'uploads/audio/68d21fc939fc5-1758601161.webm', '2025-09-23 13:19:22'),
(1049, 55, 10, '', 'uploads/audio/68d22caf6d06f-1758604463.webm', '2025-09-23 14:14:42'),
(1050, 909, 28, 'Met with Miss Seema, she is interested in our pre', '', '2025-09-23 14:22:09'),
(1051, 910, 9, '', 'uploads/audio/68d22eb78507b-1758604983.webm', '2025-09-23 14:23:05'),
(1052, 912, 10, '', 'uploads/audio/68d230ec2c36c-1758605548.webm', '2025-09-23 14:32:36'),
(1053, 693, 12, '', 'uploads/audio/68d23376c249f-1758606198.webm', '2025-09-23 14:43:21'),
(1054, 914, 9, '', 'uploads/audio/68d2341863905-1758606360.webm', '2025-09-23 14:46:02'),
(1055, 693, 12, '', 'uploads/audio/68d23420910ca-1758606368.webm', '2025-09-23 14:46:10'),
(1056, 693, 12, 'test', '', '2025-09-23 14:46:24'),
(1057, 907, 14, 'Keep them in follow-up.', '', '2025-09-23 14:47:00'),
(1058, 910, 14, 'Keep them in follow-up. and share samples with them, when they want', '', '2025-09-23 14:55:59'),
(1059, 917, 28, 'Met with Maam Sadaf, required samples in October just pre primary', '', '2025-09-23 14:56:02'),
(1060, 914, 14, '\"Also enter their name in the list of those to whom you have to give samples.\"', '', '2025-09-23 14:59:19'),
(1061, 901, 14, 'its a chain School. their Head office select the books.', '', '2025-09-23 15:02:14'),
(1062, 918, 10, '', 'uploads/audio/68d23816e26d2-1758607382.webm', '2025-09-23 15:03:04'),
(1063, 905, 14, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-23 15:03:16'),
(1064, 905, 14, '. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-23 15:03:36'),
(1065, 920, 28, 'Met with Miss Seema, Sir babar was not available asked me to come later', '', '2025-09-23 15:04:30'),
(1066, 913, 14, 'Stay in contact with them, especially before the session starts.', '', '2025-09-23 15:05:38'),
(1067, 921, 9, '', 'uploads/audio/68d239ada778e-1758607789.webm', '2025-09-23 15:09:52'),
(1068, 909, 14, 'well-done', '', '2025-09-23 15:12:30'),
(1069, 909, 14, 'Stay in contact with them, especially before the session starts.', '', '2025-09-23 15:12:43'),
(1070, 917, 14, '\"Iâ€™m pleased to hear that. Please arrange the samples and ensure they are delivered on the specified date.', '', '2025-09-23 15:19:22'),
(1071, 920, 14, '\"Please schedule another meeting with them and record your next visit date on the portal.\"', '', '2025-09-23 15:21:54'),
(1072, 693, 12, '', 'uploads/audio/68d23cbb6f666-1758608571.webm', '2025-09-23 15:22:56'),
(1073, 924, 9, '', 'uploads/audio/68d23d5aecdf1-1758608730.webm', '2025-09-23 15:25:32'),
(1074, 912, 14, 'Keep them in follow-up.', '', '2025-09-23 15:29:19'),
(1075, 918, 14, '\"Please arrange a comprehensive meeting with them and provide detailed guidance on our blended learning approach.\"', '', '2025-09-23 15:32:44'),
(1076, 925, 28, 'Met with Sir Kashif, discuss regarding our product, samples required in December', '', '2025-09-23 15:37:28'),
(1077, 926, 9, '', 'uploads/audio/68d240de40ec6-1758609630.webm', '2025-09-23 15:40:32'),
(1078, 908, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 15:41:40'),
(1079, 911, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 15:42:16'),
(1080, 916, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 15:42:42'),
(1081, 398, 25, 'Voice msg send nai ho rha', 'uploads/audio/68d242d1701aa-1758610129.webm', '2025-09-23 15:49:09'),
(1082, 922, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 15:52:14'),
(1083, 9, 10, '', 'uploads/audio/68d244b996b4a-1758610617.webm', '2025-09-23 15:56:59'),
(1084, 392, 25, 'My 2nd visit', '', '2025-09-23 16:03:10'),
(1085, 145, 10, '', 'uploads/audio/68d2481878f58-1758611480.webm', '2025-09-23 16:12:37'),
(1086, 931, 28, 'Met with Sir Bilal, discussed regarding pre primary, required samples in December', '', '2025-09-23 16:20:39'),
(1087, 932, 7, '', 'uploads/audio/68d24b2c6bb9c-1758612268.webm', '2025-09-23 16:24:30'),
(1088, 393, 25, 'My 2nd visit', '', '2025-09-23 16:24:54'),
(1089, 915, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 16:33:59'),
(1090, 919, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 16:34:33'),
(1091, 927, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 16:34:51'),
(1092, 929, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 16:35:11'),
(1093, 903, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 16:45:46'),
(1094, 906, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 16:46:00'),
(1095, 852, 14, 'A productive call with Owner Muhammed sajad . He said ,provide me the link.', '', '2025-09-23 17:04:24'),
(1096, 937, 9, '', 'uploads/audio/68d2575b8bdaa-1758615387.webm', '2025-09-23 17:16:29'),
(1097, 907, 14, 'its a second visit in this School. Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 17:16:44'),
(1098, 852, 14, '\"The link has been shared with Mr. Muhammad Sajad.\"', '', '2025-09-23 17:19:10'),
(1099, 882, 14, 'Received the call , but disconnect it.', '', '2025-09-23 17:24:19'),
(1100, 895, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience', '', '2025-09-23 17:27:39'),
(1101, 899, 14, '\"The number was not reachable at the time of calling. I will attempt again later and update accordingly.\"', '', '2025-09-23 18:03:54'),
(1102, 856, 14, 'No one pick the call.', '', '2025-09-23 18:16:13'),
(1103, 877, 14, 'I had a very productive conversation with the school owner', '', '2025-09-23 18:21:03'),
(1104, 880, 14, '\"Had a conversation with the owner. He said the session is still delayed. They will go through the books and then discuss.\"', '', '2025-09-23 18:26:43'),
(1105, 902, 14, 'Keep them in follow-up. \"Also enter their name in the list of those to whom you have to give samples.\"', '', '2025-09-23 18:28:16'),
(1106, 938, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 18:29:39'),
(1107, 933, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 18:30:10'),
(1108, 923, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 18:30:31'),
(1109, 928, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 18:30:53'),
(1110, 935, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 18:56:59'),
(1111, 904, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 19:00:12'),
(1112, 900, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 19:00:43'),
(1113, 896, 14, 'kindly complete your required details.', '', '2025-09-23 19:01:32'),
(1114, 893, 14, 'kindly complete your required details.', '', '2025-09-23 19:01:57'),
(1115, 890, 14, 'kindly complete your required details.', '', '2025-09-23 19:02:15'),
(1116, 890, 14, '\"Could you please share their details, as I wonâ€™t be able to contact them without it?\"', '', '2025-09-23 19:04:04'),
(1117, 946, 24, 'Meeting next week with administrator', '', '2025-09-23 19:11:47'),
(1118, 949, 24, 'Meeting with principal mid of the November.', '', '2025-09-23 19:15:30'),
(1119, 948, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 19:51:14'),
(1120, 947, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 19:51:29'),
(1121, 939, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 19:51:47'),
(1122, 940, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 19:52:03'),
(1123, 941, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 19:52:18'),
(1124, 942, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 19:52:39'),
(1125, 943, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 19:52:54'),
(1126, 944, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 19:53:12'),
(1127, 945, 14, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-23 19:53:29'),
(1128, 958, 10, '', 'uploads/audio/68d37779ae3c4-1758689145.webm', '2025-09-24 13:45:49'),
(1129, 956, 8, '', 'uploads/audio/68d3777dde6c4-1758689149.webm', '2025-09-24 13:45:51'),
(1130, 957, 9, '', 'uploads/audio/68d379d00142c-1758689744.webm', '2025-09-24 13:55:45'),
(1131, 949, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-24 13:57:19'),
(1132, 946, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-24 13:58:29'),
(1133, 951, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 13:58:55'),
(1134, 950, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 13:59:07'),
(1135, 961, 10, '', 'uploads/audio/68d37af7d73bf-1758690039.webm', '2025-09-24 14:00:44'),
(1136, 960, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 14:02:30'),
(1137, 957, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-24 14:05:10'),
(1138, 926, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-24 14:07:01'),
(1139, 962, 10, '', 'uploads/audio/68d37d31332b1-1758690609.webm', '2025-09-24 14:10:16'),
(1140, 964, 25, '1st visit in this school', '', '2025-09-24 14:12:58'),
(1141, 965, 30, 'Mr Ahmed Direct call me to Know about our approach.', '', '2025-09-24 14:19:13'),
(1142, 966, 8, '', 'uploads/audio/68d38106b15a2-1758691590.webm', '2025-09-24 14:27:00'),
(1143, 968, 9, '', 'uploads/audio/68d382e38741a-1758692067.webm', '2025-09-24 14:34:29'),
(1144, 972, 10, '', 'uploads/audio/68d385e15eb0e-1758692833.webm', '2025-09-24 14:47:47'),
(1145, 396, 25, '2nd visit in this school,they asked me to come again', '', '2025-09-24 14:47:53'),
(1146, 973, 8, '', 'uploads/audio/68d386114fbae-1758692881.webm', '2025-09-24 14:48:02'),
(1147, 975, 25, '1st visit', '', '2025-09-24 14:59:24'),
(1148, 979, 9, '', 'uploads/audio/68d38dcbb374c-1758694859.webm', '2025-09-24 15:21:03'),
(1149, 105, 11, '', 'uploads/audio/68d38ee5cabd8-1758695141.webm', '2025-09-24 15:25:45'),
(1150, 979, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-24 15:32:48'),
(1151, 968, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-24 15:33:31'),
(1152, 980, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 15:34:44'),
(1153, 971, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 15:34:53'),
(1154, 959, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 15:35:00'),
(1155, 955, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 15:35:09'),
(1156, 981, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 15:35:38'),
(1157, 982, 8, '', 'uploads/audio/68d395211a372-1758696737.webm', '2025-09-24 15:52:18'),
(1158, 983, 9, '', 'uploads/audio/68d397ea01fdb-1758697450.webm', '2025-09-24 16:04:11'),
(1159, 952, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 16:13:40'),
(1160, 953, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 16:13:51'),
(1161, 954, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 16:14:05'),
(1162, 145, 29, 'ok', '', '2025-09-24 16:17:18'),
(1163, 9, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-24 16:18:12'),
(1164, 972, 29, 'Keep them in follow-up.', '', '2025-09-24 16:19:17'),
(1165, 415, 8, '', 'uploads/audio/68d39dfc01772-1758699004.webm', '2025-09-24 16:30:06'),
(1166, 987, 9, '', 'uploads/audio/68d39ec13cceb-1758699201.webm', '2025-09-24 16:33:23'),
(1167, 112, 11, '', 'uploads/audio/68d3a38f386c7-1758700431.webm', '2025-09-24 16:53:55'),
(1168, 962, 29, 'ok . no issue', '', '2025-09-24 16:54:48'),
(1169, 961, 29, 'Keep them in follow-up.', '', '2025-09-24 16:55:37'),
(1170, 958, 29, 'Keep them in follow-up.', '', '2025-09-24 16:56:32'),
(1171, 415, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-24 16:59:04'),
(1172, 982, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-24 17:01:13'),
(1173, 973, 29, 'Keep them in follow-up.', '', '2025-09-24 17:02:16'),
(1174, 966, 29, 'Keep them in follow-up.', '', '2025-09-24 17:02:47'),
(1175, 956, 29, 'Keep them in follow-up.', '', '2025-09-24 17:03:15'),
(1176, 975, 29, 'Keep them in follow-up.', '', '2025-09-24 17:05:23'),
(1177, 861, 14, 'Miss Sadia mentioned that after reviewing the books, she will make a decision regarding their adoption.', '', '2025-09-24 17:06:00'),
(1178, 866, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-24 17:09:52'),
(1179, 396, 29, '\"What is the purpose of the second visit, and why did they ask you to come again?\"', '', '2025-09-24 17:10:23'),
(1180, 964, 29, 'Keep them in follow-up.', '', '2025-09-24 17:12:08'),
(1181, 977, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 17:12:44'),
(1182, 976, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 17:12:56'),
(1183, 398, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-24 17:14:38'),
(1184, 392, 29, 'What is the purpose of 2nd visit ?', '', '2025-09-24 17:15:33'),
(1185, 994, 9, '', 'uploads/audio/68d3a8da19da2-1758701786.webm', '2025-09-24 17:16:29'),
(1186, 984, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 17:17:12'),
(1187, 978, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 17:17:19'),
(1188, 967, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 17:17:27'),
(1189, 963, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-24 17:17:33'),
(1190, 932, 29, 'your voice is not clear , kindly share with again.', '', '2025-09-24 17:21:11'),
(1191, 910, 14, 'Number Busy.', '', '2025-09-24 17:30:36'),
(1192, 995, 9, '', 'uploads/audio/68d3ac9935f4f-1758702745.webm', '2025-09-24 17:32:26'),
(1193, 930, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-24 17:32:56'),
(1194, 995, 29, 'Keep them in follow-up.', '', '2025-09-24 17:34:04'),
(1195, 865, 14, 'They disconnect the call.', '', '2025-09-24 17:35:57'),
(1196, 870, 14, 'She Said nobody visit in our School.', '', '2025-09-24 17:42:36'),
(1197, 875, 14, 'Number is not on WhatsApp.', '', '2025-09-24 18:17:34'),
(1198, 934, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-24 18:26:53'),
(1199, 916, 14, 'Number is not on what\'s Aap', '', '2025-09-24 18:28:53'),
(1200, 908, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-24 18:29:26'),
(1201, 954, 14, 'They mentioned that after reviewing the books, she will make a decision regarding their adoption.', '', '2025-09-24 18:35:40'),
(1202, 953, 14, 'I had a very productive conversation with the school owner. He Said Session was excellent. He need the link. and i am sending him,', '', '2025-09-24 18:42:38'),
(1203, 952, 14, 'The Heads are satisfied with the session, they  Impressed by the books approach.', '', '2025-09-24 18:47:24'),
(1204, 951, 14, 'Number is not on WhatsApp', '', '2025-09-24 18:48:48'),
(1205, 950, 14, 'this number is not on WhatsApp', '', '2025-09-24 18:59:11'),
(1206, 949, 14, 'Mr Rehan Need the link. Its just the startup of the shool.', '', '2025-09-24 19:04:00'),
(1207, 944, 14, 'Mr Israr said call me tomorrow.', '', '2025-09-24 19:29:42'),
(1208, 936, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-24 19:37:03'),
(1209, 998, 21, 'fast Visit', '', '2025-09-24 21:42:19'),
(1210, 999, 21, 'fast Visit', '', '2025-09-24 21:44:54'),
(1211, 1000, 21, 'fast Visit', '', '2025-09-24 21:47:06'),
(1212, 1001, 21, 'fast Visit', '', '2025-09-24 21:49:31'),
(1213, 1002, 21, 'fast Visit', '', '2025-09-24 21:51:45'),
(1214, 900, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-25 13:32:11'),
(1215, 1008, 9, '', 'uploads/audio/68d4c67834dd0-1758774904.webm', '2025-09-25 13:35:05'),
(1216, 901, 14, 'Number is not on WhatsApp.', '', '2025-09-25 13:35:11'),
(1217, 902, 14, 'Mrs Shamsi Said she adopt books from new session. So keep them in follow up.', '', '2025-09-25 13:39:27'),
(1218, 1002, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 13:54:25'),
(1219, 1001, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 13:54:37'),
(1220, 1000, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 13:54:48'),
(1221, 999, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 13:54:58'),
(1222, 998, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 13:55:12'),
(1223, 1008, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-25 13:57:30'),
(1224, 987, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-25 13:59:03'),
(1225, 996, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 13:59:27'),
(1226, 994, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-25 14:00:46'),
(1227, 983, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-25 14:01:24'),
(1228, 1007, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:03:42'),
(1229, 993, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:04:14'),
(1230, 986, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:04:33'),
(1231, 985, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:04:41'),
(1232, 1009, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:06:26'),
(1233, 1009, 28, 'Met with Sir Tabraiz, discussed our pre primary, required samples in December', '', '2025-09-25 14:07:34'),
(1234, 712, 25, '2nd visit and again offered them orientation,they told to decide after consultation', '', '2025-09-25 14:10:43'),
(1235, 84, 10, '', 'uploads/audio/68d4cf3c9ad20-1758777148.webm', '2025-09-25 14:13:04'),
(1236, 1009, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-25 14:13:30'),
(1237, 84, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-25 14:14:36'),
(1238, 1010, 28, 'Met with coordinator, sir naqi was not available asked me to come later', '', '2025-09-25 14:20:06'),
(1239, 900, 14, 'School Head Said nobody visited in our School.', '', '2025-09-25 14:20:15'),
(1240, 906, 14, 'Number is not on WhatsApp.', '', '2025-09-25 14:23:43'),
(1241, 991, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:25:35'),
(1242, 990, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:25:47'),
(1243, 989, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:25:55'),
(1244, 988, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:26:04'),
(1245, 903, 14, 'Principal is busy not able to talk.', '', '2025-09-25 14:27:02'),
(1246, 1010, 29, 'Keep them in follow-up.', '', '2025-09-25 14:27:03'),
(1247, 1011, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:30:19'),
(1248, 932, 14, 'Call the 3 times but no one  pick the call.', '', '2025-09-25 14:30:40'),
(1249, 1006, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:31:47'),
(1250, 1005, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:31:55'),
(1251, 1004, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:32:03'),
(1252, 1003, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 14:32:14'),
(1253, 898, 14, 'Call Declined.', '', '2025-09-25 14:32:50'),
(1254, 915, 14, 'Number is not on Whats AAp', '', '2025-09-25 14:35:46'),
(1255, 51, 10, '', 'uploads/audio/68d4d4b829822-1758778552.webm', '2025-09-25 14:35:54'),
(1256, 1014, 28, 'Met with Sir Nooruduja, he suggested me to meet with his dealer after that he will confirm the adoption', '', '2025-09-25 14:35:55'),
(1257, 1003, 14, 'Number is not on WhatsApp', '', '2025-09-25 14:37:15'),
(1258, 1004, 14, 'Number is not on WhatsApp', '', '2025-09-25 14:39:08'),
(1259, 1018, 25, '1st visit', '', '2025-09-25 14:43:21'),
(1260, 1005, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-25 14:46:35'),
(1261, 929, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-25 14:50:03'),
(1262, 892, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-25 15:01:13'),
(1263, 1020, 25, '1st visit', '', '2025-09-25 15:03:38'),
(1264, 911, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-25 15:04:18'),
(1265, 1021, 10, '', 'uploads/audio/68d4dc542f8d4-1758780500.webm', '2025-09-25 15:08:23'),
(1266, 922, 14, '\"Miss said, I didnâ€™t know whether anyone from your office had visited or not. You should give samples in October, and I also have no idea about you.\"', '', '2025-09-25 15:10:17'),
(1267, 897, 14, '\"The number is not on WhatsApp.\"', '', '2025-09-25 15:11:47'),
(1268, 53, 10, '', 'uploads/audio/68d4e1eb4cec5-1758781931.webm', '2025-09-25 15:32:14'),
(1269, 844, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience . Also Need our digital program link.', '', '2025-09-25 15:36:44'),
(1270, 568, 4, 'Highly issue in smart board', '', '2025-09-25 15:38:39'),
(1271, 235, 9, '', 'uploads/audio/68d4e499de662-1758782617.webm', '2025-09-25 15:43:39'),
(1272, 854, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-25 15:44:20'),
(1273, 859, 14, '\"I had a very productive conversation with the owner. She requested a book-based training session, and after attending the session, she will make her decision regarding adoption.\"', '', '2025-09-25 15:57:04'),
(1274, 1026, 9, '', 'uploads/audio/68d4e801c0b30-1758783489.webm', '2025-09-25 15:58:13'),
(1275, 975, 14, '\"The number is not on WhatsApp.\"', '', '2025-09-25 15:59:41'),
(1276, 1027, 10, '', 'uploads/audio/68d4e99e93afa-1758783902.webm', '2025-09-25 16:05:19'),
(1277, 1027, 29, '\"Your samples have been dispatched, please collect them from your dealer.\"', '', '2025-09-25 16:19:06'),
(1278, 1021, 29, 'Got it, Please share this with your head too so we can handle it together.', '', '2025-09-25 16:21:06'),
(1279, 1020, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 16:23:30'),
(1280, 1018, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 16:23:46'),
(1281, 1024, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 16:24:00'),
(1282, 1025, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 16:24:10'),
(1283, 1022, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 16:26:56'),
(1284, 1015, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 16:28:25'),
(1285, 1013, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 16:29:52'),
(1286, 1026, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-25 16:31:18'),
(1287, 1023, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-25 16:32:38'),
(1288, 1017, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-25 16:32:48');
INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(1289, 1012, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 16:35:09'),
(1290, 1016, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 16:35:40'),
(1291, 1019, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 16:35:53'),
(1292, 1028, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 16:36:02'),
(1293, 1014, 29, 'Got it, Please share this with your head too so we can handle it together.', '', '2025-09-25 16:37:22'),
(1294, 1029, 28, 'Met with Miss Anum, discussed regarding the products asked to come with samples for details discussion with Sir Mazhar', '', '2025-09-25 16:41:12'),
(1295, 977, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-25 16:42:26'),
(1296, 1029, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-25 16:46:25'),
(1297, 1006, 14, '\"The number is not on WhatsApp.\"', '', '2025-09-25 16:47:33'),
(1298, 1006, 14, 'Its our Member school.', '', '2025-09-25 16:47:50'),
(1299, 1007, 14, 'This is our member school. and number is not on WhatsApp.', '', '2025-09-25 16:51:26'),
(1300, 1030, 28, 'Met with Sir Naveed , discussed regarding our product, he needs price list and sample', '', '2025-09-25 16:55:38'),
(1301, 931, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-25 16:57:45'),
(1302, 1031, 9, '', 'uploads/audio/68d4f63251ebf-1758787122.webm', '2025-09-25 16:58:44'),
(1303, 1030, 29, 'Got it, Please share this with your head too so we can handle it together.', '', '2025-09-25 16:58:53'),
(1304, 933, 14, 'user is on another call.', '', '2025-09-25 16:59:33'),
(1305, 935, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-25 17:05:24'),
(1306, 1031, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-25 17:05:38'),
(1307, 937, 14, 'The Owner was on leave. She Need information by tomorrow.', '', '2025-09-25 17:08:55'),
(1308, 938, 14, '\"I had a very productive conversation with the owner. He requested an Orientation as soon as possible on Saturday. He  have a smart Lab.', '', '2025-09-25 17:14:47'),
(1309, 939, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-25 17:43:07'),
(1310, 940, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-25 17:46:14'),
(1311, 941, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-25 17:47:44'),
(1312, 942, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-25 17:50:00'),
(1313, 943, 14, '\"Mamm said nobody visited the school. After the conversation, she wanted our app link.\"', '', '2025-09-25 18:45:23'),
(1314, 1032, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 19:00:53'),
(1315, 1033, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-25 19:01:41'),
(1316, 943, 14, 'I send the link and whole details to her.', '', '2025-09-25 19:09:21'),
(1317, 930, 14, '\"Maâ€™am said nobody visited the school. After the conversation, she wanted our app link.\". and i shared the details with her.', '', '2025-09-25 19:14:42'),
(1318, 918, 14, 'unavailable', '', '2025-09-25 19:31:23'),
(1319, 1040, 24, '1st week of December samples required', '', '2025-09-25 19:36:44'),
(1320, 939, 14, 'Talk with Mr Muzamil. \"He expressed his appreciation for our blended learning program and mentioned that he would call us tomorrow at a convenient time.\"', '', '2025-09-25 19:47:51'),
(1321, 1051, 9, '', 'uploads/audio/68d61005221ae-1758859269.webm', '2025-09-26 13:01:32'),
(1322, 244, 9, '', 'uploads/audio/68d616eba21a9-1758861035.webm', '2025-09-26 13:30:41'),
(1323, 1040, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-26 13:35:35'),
(1324, 1043, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:36:02'),
(1325, 1042, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:36:27'),
(1326, 1041, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:36:34'),
(1327, 1039, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:36:42'),
(1328, 1038, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:36:51'),
(1329, 1037, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:37:00'),
(1330, 1036, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:37:07'),
(1331, 1035, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:37:15'),
(1332, 1034, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:37:22'),
(1333, 1045, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:38:41'),
(1334, 1046, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:38:48'),
(1335, 1047, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:38:59'),
(1336, 1048, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:39:05'),
(1337, 1049, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:39:13'),
(1338, 1051, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-26 13:41:26'),
(1339, 1054, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:42:20'),
(1340, 1053, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:42:30'),
(1341, 1052, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:46:15'),
(1342, 1044, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 13:49:02'),
(1343, 1056, 28, 'Met with Sir pervaiz, discussed regarding our product he is interested in smart board', '', '2025-09-26 13:57:48'),
(1344, 1056, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-26 14:03:21'),
(1345, 1059, 28, 'Met with Sir Nizam Sir Shahid was busy asked to come later', '', '2025-09-26 14:14:30'),
(1346, 1059, 29, 'Keep them in follow-up.', '', '2025-09-26 14:15:33'),
(1347, 1057, 9, '', 'uploads/audio/68d621f51ddac-1758863861.webm', '2025-09-26 14:17:43'),
(1348, 1057, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-26 14:21:27'),
(1349, 1062, 28, 'Met with Miss Nazish, coordinator. Ma\'am Raheela was not available asked me to come later after getting appointment on call.', '', '2025-09-26 14:24:26'),
(1350, 1062, 29, 'Keep them in follow-up.', '', '2025-09-26 14:24:59'),
(1351, 1061, 9, '', 'uploads/audio/68d6244d8a9f6-1758864461.webm', '2025-09-26 14:27:43'),
(1352, 914, 14, 'Mr. Inam ul Haq said â€œAfter reviewing the samples, a decision regarding adoption will be made. If the guide explains everything to him in detail, Inshaâ€™Allah he will join as a member school.â€', '', '2025-09-26 14:27:58'),
(1353, 912, 14, 'Mr.Sharaib said I am busy know call me later.', '', '2025-09-26 14:32:42'),
(1354, 538, 8, '2nd visit', 'uploads/audio/68d6267695d9c-1758865014.webm', '2025-09-26 14:36:58'),
(1355, 538, 8, '', 'uploads/audio/68d626c7b23dd-1758865095.webm', '2025-09-26 14:38:17'),
(1356, 16, 10, '', 'uploads/audio/68d6276f7a9a3-1758865263.webm', '2025-09-26 14:41:04'),
(1357, 18, 10, '', 'uploads/audio/68d6280eb186b-1758865422.webm', '2025-09-26 14:43:50'),
(1358, 1061, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-26 14:50:06'),
(1359, 537, 8, '2nd visit', 'uploads/audio/68d62c2ce3c8f-1758866476.webm', '2025-09-26 15:01:19'),
(1360, 537, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-26 15:03:14'),
(1361, 18, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-26 15:04:25'),
(1362, 16, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-26 15:05:10'),
(1363, 913, 14, 'Mr. Hafiz said â€œYour MO provided us with a comprehensive introduction to the books and the app. We will be reaching a decision soon regarding the adoption of the books.â€', '', '2025-09-26 15:14:42'),
(1364, 1069, 9, '', 'uploads/audio/68d6319a38912-1758867866.webm', '2025-09-26 15:24:33'),
(1365, 1069, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-26 15:26:09'),
(1366, 945, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-26 15:26:53'),
(1367, 946, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-26 15:29:32'),
(1368, 947, 14, '\"The number is not on Whatâ€™s App.\"', '', '2025-09-26 15:30:48'),
(1369, 948, 14, '\"The number is not on Whatâ€™s App.\"', '', '2025-09-26 15:31:47'),
(1370, 949, 14, 'Mr .Rehan need the samples.', '', '2025-09-26 15:34:33'),
(1371, 1044, 7, '', 'uploads/audio/68d633fded88b-1758868477.webm', '2025-09-26 15:34:39'),
(1372, 1015, 7, '', 'uploads/audio/68d63435090c3-1758868533.webm', '2025-09-26 15:35:34'),
(1373, 955, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-26 15:36:49'),
(1374, 956, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience and also asked for a phonics training session to be conducted by a female trainer.', '', '2025-09-26 15:40:54'),
(1375, 957, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-26 15:43:18'),
(1376, 958, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-26 15:45:30'),
(1377, 959, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-26 16:18:27'),
(1378, 960, 14, 'update us after Discussion.', '', '2025-09-26 16:21:27'),
(1379, 961, 14, 'â€œI shared the link with Madam Asfira. She requested that the samples be sent to her on a priority basis.â€', '', '2025-09-26 16:27:38'),
(1380, 963, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-26 16:29:37'),
(1381, 962, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-26 16:30:19'),
(1382, 965, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience and also asked for a phonics training session to be conducted by a female trainer.', '', '2025-09-26 16:31:14'),
(1383, 966, 14, 'Mr. Suheeb â€œ mentioned that he was not aware of who visited. However, after consultation with the R&D department, they have expressed their interest in receiving the samples as well as the link to the digital program.â€', '', '2025-09-26 16:40:32'),
(1384, 1071, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 17:14:04'),
(1385, 1065, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 17:14:21'),
(1386, 1055, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 17:14:29'),
(1387, 1068, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 17:16:58'),
(1388, 1067, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 17:17:06'),
(1389, 1064, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 17:17:13'),
(1390, 1058, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 17:17:19'),
(1391, 1063, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 17:18:35'),
(1392, 1070, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 17:25:23'),
(1393, 1066, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 17:25:33'),
(1394, 26, 10, '', 'uploads/audio/68d64e363631f-1758875190.webm', '2025-09-26 17:26:32'),
(1395, 1060, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-26 17:28:06'),
(1396, 26, 29, 'ok', '', '2025-09-27 13:40:02'),
(1397, 1073, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 13:41:50'),
(1398, 123, 11, '', 'uploads/audio/68d76f0b5ad27-1758949131.webm', '2025-09-27 13:58:57'),
(1399, 1076, 28, 'Met with receptionist,sir dowood was busy in Milaad program, he asked to come on Monday', '', '2025-09-27 14:03:41'),
(1400, 1075, 9, '', 'uploads/audio/68d776266f532-1758950950.webm', '2025-09-27 14:29:17'),
(1401, 869, 28, 'Met with Sir Shahzad , discussed regarding our interactive board policy', '', '2025-09-27 14:47:43'),
(1402, 1083, 25, '1st visit', 'uploads/audio/68d77a980be1b-1758952088.webm', '2025-09-27 14:48:11'),
(1403, 1084, 11, '', 'uploads/audio/68d77b2c97b7c-1758952236.webm', '2025-09-27 14:50:37'),
(1404, 233, 8, '', 'uploads/audio/68d77b44a731c-1758952260.webm', '2025-09-27 14:51:02'),
(1405, 1086, 8, '', 'uploads/audio/68d780021e1c2-1758953474.webm', '2025-09-27 15:11:15'),
(1406, 1087, 11, '', 'uploads/audio/68d7801e5d0f4-1758953502.webm', '2025-09-27 15:11:43'),
(1407, 1088, 25, '1st visit and meeting with the principal', '', '2025-09-27 15:13:41'),
(1408, 917, 14, 'â€œShe expressed great excitement about our digital board and blended learning program. She has requested samples and would also like to know the rates of smart boards.â€', '', '2025-09-27 15:18:10'),
(1409, 266, 9, '', 'uploads/audio/68d781ce0f46d-1758953934.webm', '2025-09-27 15:18:58'),
(1410, 267, 9, '', 'uploads/audio/68d784813686f-1758954625.webm', '2025-09-27 15:30:28'),
(1411, 917, 28, 'Met with Maam Farah, ma\'am saaf was not available, discussed regarding interactive board', '', '2025-09-27 15:30:43'),
(1412, 1089, 8, '', 'uploads/audio/68d7855255c0f-1758954834.webm', '2025-09-27 15:33:55'),
(1413, 1091, 9, '', 'uploads/audio/68d785fa32c40-1758955002.webm', '2025-09-27 15:36:44'),
(1414, 920, 14, 'â€œSir Babar shared his motherâ€™s contact number. She mentioned that she is currently busy and requested to be contacted on Monday. In the meantime, I have shared a link to one of our lectures with her.â€', '', '2025-09-27 15:40:48'),
(1415, 1093, 25, '1st visit', '', '2025-09-27 15:50:56'),
(1416, 608, 4, 'Sir says gave me sample in niv', '', '2025-09-27 15:51:01'),
(1417, 608, 4, 'Nov', '', '2025-09-27 15:51:05'),
(1418, 1087, 29, 'Keep them in follow-up.', '', '2025-09-27 15:52:14'),
(1419, 1084, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-27 15:52:42'),
(1420, 1090, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 15:52:57'),
(1421, 1079, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 15:53:15'),
(1422, 1091, 29, 'Keep them in follow-up.', '', '2025-09-27 15:54:25'),
(1423, 1075, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-27 15:55:06'),
(1424, 1078, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 15:56:04'),
(1425, 1074, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 15:56:10'),
(1426, 1094, 4, 'Today organised a session', '', '2025-09-27 15:56:56'),
(1427, 1076, 29, 'Keep them in follow-up.', '', '2025-09-27 15:57:42'),
(1428, 1089, 29, 'ok', '', '2025-09-27 15:58:41'),
(1429, 1086, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-27 15:59:05'),
(1430, 1093, 29, 'Keep them in follow-up.', '', '2025-09-27 16:00:00'),
(1431, 1088, 29, 'Keep them in follow-up.', '', '2025-09-27 16:00:09'),
(1432, 1083, 29, 'Keep them in follow-up.', '', '2025-09-27 16:00:39'),
(1433, 923, 14, 'â€œI called on the given number, and the person I spoke with asked me to send Mr. Zubairâ€™s number.â€', '', '2025-09-27 16:01:04'),
(1434, 1092, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 16:01:36'),
(1435, 1085, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 16:01:43'),
(1436, 1081, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 16:01:51'),
(1437, 1077, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 16:01:58'),
(1438, 1082, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 16:02:41'),
(1439, 1080, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 16:02:47'),
(1440, 967, 14, 'â€œThe person I contacted was unsure about the meeting with our MO. I briefed him about our blended learning program, which he found impressive. He requested further details, so I shared a lecture link and asked for his feedback.â€', '', '2025-09-27 16:10:46'),
(1441, 968, 14, '\"The number is not on Whatâ€™s App.\"', '', '2025-09-27 16:13:17'),
(1442, 971, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-27 16:15:10'),
(1443, 891, 10, '', 'uploads/audio/68d7912c9de30-1758957868.webm', '2025-09-27 16:24:45'),
(1444, 1098, 8, '', 'uploads/audio/68d791d668b1e-1758958038.webm', '2025-09-27 16:27:19'),
(1445, 972, 14, '\"The number is not on Whatâ€™s App.\"', '', '2025-09-27 16:31:30'),
(1446, 1099, 8, '', 'uploads/audio/68d795f317cbf-1758959091.webm', '2025-09-27 16:44:51'),
(1447, 973, 14, 'â€œI spoke with Mr. Qasir, and he was very pleased to learn about blended learning. I have shared the link with him and also requested his feedback.â€', '', '2025-09-27 16:49:09'),
(1448, 976, 14, '\"The number is not on Whatâ€™s App.\"', '', '2025-09-27 17:01:12'),
(1449, 978, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-27 17:02:58'),
(1450, 60, 10, '', 'uploads/audio/68d79a480b7a8-1758960200.webm', '2025-09-27 17:03:24'),
(1451, 979, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-27 17:04:49'),
(1452, 980, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-27 17:10:02'),
(1453, 920, 28, 'Met with coordinator, Sir babar and his mother also not available today', '', '2025-09-27 17:30:36'),
(1454, 1101, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 17:32:53'),
(1455, 1096, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 17:33:13'),
(1456, 1095, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-27 17:33:25'),
(1457, 1099, 29, 'Keep them in follow-up.', '', '2025-09-27 17:52:38'),
(1458, 1098, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-27 17:53:20'),
(1459, 1102, 21, 'pri classes Sampling \r\nand Damo with Fasial Rizwan Alam Sab', '', '2025-09-27 23:27:45'),
(1460, 1103, 21, 'teacher training and Sampling with Fasial Rizwan Alam Sab', '', '2025-09-27 23:31:58'),
(1461, 857, 8, '', 'uploads/audio/68da0af8d5ec3-1759120120.webm', '2025-09-29 13:28:42'),
(1462, 857, 29, 'Keep them in follow-up.', '', '2025-09-29 13:44:42'),
(1463, 1106, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 13:45:12'),
(1464, 1105, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 13:45:30'),
(1465, 1104, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 13:45:38'),
(1466, 1103, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 13:49:10'),
(1467, 1102, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 13:49:20'),
(1468, 1107, 8, '', 'uploads/audio/68da1180eb264-1759121792.webm', '2025-09-29 13:56:34'),
(1469, 1107, 29, 'Keep them in follow-up.', '', '2025-09-29 14:00:41'),
(1470, 981, 14, '\"The number was not reachable at the time of calling', '', '2025-09-29 14:06:27'),
(1471, 982, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 14:07:37'),
(1472, 404, 25, '2nd visit', '', '2025-09-29 14:18:58'),
(1473, 983, 14, 'I talk to Hafiz Usama. He mentioned that the MO has not been able to motivate him. He stated that he requires books with a strong emphasis on practical, activity-based learning, particularly for grades 1 to 7. I explained the approach of my books to him, shared the link, and requested that he provide his feedback.', '', '2025-09-29 14:26:39'),
(1474, 1109, 8, '', 'uploads/audio/68da196faba82-1759123823.webm', '2025-09-29 14:30:25'),
(1475, 400, 25, '2nd visit', '', '2025-09-29 14:30:57'),
(1476, 1110, 9, '', 'uploads/audio/68da19f419960-1759123956.webm', '2025-09-29 14:32:39'),
(1477, 1110, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 14:35:18'),
(1478, 1109, 29, 'ok', '', '2025-09-29 14:46:12'),
(1479, 1114, 28, 'Met with vice principal Sir Anas, discussed regarding our product he said final decision will make sir Khalid, asked to come later', '', '2025-09-29 14:50:16'),
(1480, 1115, 25, '2nd visit', '', '2025-09-29 14:55:28'),
(1481, 730, 4, 'Required more information regarding books of smart kids', '', '2025-09-29 14:59:50'),
(1482, 1115, 29, 'Kindly describe the reason of meeting .', '', '2025-09-29 15:09:04'),
(1483, 1111, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 15:22:01'),
(1484, 1113, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 15:22:37'),
(1485, 1117, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 15:24:39'),
(1486, 1114, 29, 'Keep them in follow-up.', '', '2025-09-29 15:25:02'),
(1487, 1116, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 15:28:28'),
(1488, 1112, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 15:29:17'),
(1489, 1108, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 15:29:26'),
(1490, 1118, 25, '1st visit', '', '2025-09-29 15:30:42'),
(1491, 984, 14, 'Mr. Saeed is saying that no MO from your office has visited him, and he is also not aware of your books. I have explained everything to him and have also shared the link.', '', '2025-09-29 15:33:07'),
(1492, 1119, 8, '', 'uploads/audio/68da28578e8e0-1759127639.webm', '2025-09-29 15:34:00'),
(1493, 1119, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 15:35:24'),
(1494, 1113, 9, '', 'uploads/audio/68da2a84ed856-1759128196.webm', '2025-09-29 15:43:21'),
(1495, 1121, 28, 'Met with Sir Sajid, discussed regarding our product he is interested in our primary books specially in Maths', '', '2025-09-29 15:47:02'),
(1496, 1120, 9, '', 'uploads/audio/68da2c81dde55-1759128705.webm', '2025-09-29 15:51:48'),
(1497, 1120, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 15:53:46'),
(1498, 1113, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 15:54:21'),
(1499, 1121, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 15:55:14'),
(1500, 1124, 8, '', 'uploads/audio/68da320c598ff-1759130124.webm', '2025-09-29 16:15:27'),
(1501, 985, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 16:16:12'),
(1502, 1124, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-29 16:17:57'),
(1503, 1125, 28, 'Met with Sir Asghar Abbasi, discussed regarding our product required samples in next week', '', '2025-09-29 16:18:59'),
(1504, 1125, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 16:20:56'),
(1505, 1127, 9, '', 'uploads/audio/68da337c99940-1759130492.webm', '2025-09-29 16:21:34'),
(1506, 1126, 10, '', 'uploads/audio/68da32fc10610-1759130364.webm', '2025-09-29 16:22:20'),
(1507, 987, 14, 'Mr. Tanveer need the samples. He liked our book and digital program.', '', '2025-09-29 16:22:49'),
(1508, 1128, 28, 'Met with Sir Amir, sir sabir was not available asked me to come later', '', '2025-09-29 16:23:53'),
(1509, 988, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 16:24:21'),
(1510, 989, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-29 16:32:49'),
(1511, 824, 4, 'Yaha smart kids Ka sample drop Kia hai dealer ne', '', '2025-09-29 16:36:09'),
(1512, 1129, 9, '', 'uploads/audio/68da374aa67ff-1759131466.webm', '2025-09-29 16:37:48'),
(1513, 1130, 28, 'Met with Miss Areeshma, required samples in next week', '', '2025-09-29 16:38:10'),
(1514, 990, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-29 16:38:42'),
(1515, 995, 14, 'Aoa!', '', '2025-09-29 16:40:29'),
(1516, 1000, 14, 'Aoa!', '', '2025-09-29 16:41:06'),
(1517, 886, 14, 'Aoa!', '', '2025-09-29 16:42:56'),
(1518, 796, 14, 'Aoa!', '', '2025-09-29 16:43:38'),
(1519, 1131, 10, '', 'uploads/audio/68da3a6cec302-1759132268.webm', '2025-09-29 16:51:11'),
(1520, 991, 14, 'The lady cut the call when she heard that it was from Abbasi Smartwings.', '', '2025-09-29 17:01:26'),
(1521, 993, 14, 'Call Declined', '', '2025-09-29 17:02:49'),
(1522, 994, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 17:04:16'),
(1523, 995, 14, 'Number is on another call.', '', '2025-09-29 17:05:20'),
(1524, 996, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 17:06:44'),
(1525, 1131, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-29 17:07:47'),
(1526, 997, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 17:07:49'),
(1527, 1126, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-29 17:08:50'),
(1528, 1123, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 17:09:06'),
(1529, 998, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-29 17:09:25'),
(1530, 1132, 10, '', 'uploads/audio/68da41578b77d-1759134039.webm', '2025-09-29 17:20:42'),
(1531, 999, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-29 17:30:54'),
(1532, 999, 14, 'This is a chain of schools. Did they listen to you and understand the approach of your product?', '', '2025-09-29 17:37:46'),
(1533, 1000, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 17:39:17'),
(1534, 1001, 14, 'Call Declined.', '', '2025-09-29 17:40:39'),
(1535, 1002, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 17:42:16'),
(1536, 1010, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-29 17:44:19'),
(1537, 1011, 14, 'Miss said that she was not aware whether anyone from our office had visited or not. I explained our approach to her, shared our link, and requested her feedback.', '', '2025-09-29 17:49:27'),
(1538, 1134, 10, '', 'uploads/audio/68da4d482e458-1759137096.webm', '2025-09-29 18:11:43'),
(1539, 1012, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 18:30:42'),
(1540, 1134, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 18:32:14'),
(1541, 1132, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 18:33:35'),
(1542, 1013, 14, '\"Had a conversation with the owner. They will go through the books and then discuss.\"', '', '2025-09-29 18:38:47'),
(1543, 1016, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 18:40:40'),
(1544, 1014, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 18:41:58'),
(1545, 1015, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 18:42:56'),
(1546, 1017, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 18:45:14'),
(1547, 1018, 14, '\"The number was not reachable at the time of calling.', '', '2025-09-29 18:47:14'),
(1548, 1019, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-29 18:48:49'),
(1549, 1020, 14, 'The phone was ringing, but no one picked up the call.', '', '2025-09-29 18:50:20'),
(1550, 1139, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 18:56:02'),
(1551, 1138, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 18:56:11'),
(1552, 1136, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 18:56:18'),
(1553, 1135, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 18:56:24'),
(1554, 1122, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 18:58:41'),
(1555, 1127, 29, 'up', '', '2025-09-29 19:00:32'),
(1556, 1127, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 19:01:00'),
(1557, 1129, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-29 19:01:32'),
(1558, 1133, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-29 19:02:15'),
(1559, 1128, 29, 'Keep them in follow-up.', '', '2025-09-29 19:07:01'),
(1560, 1130, 29, 'Keep them in follow-up.', '', '2025-09-29 19:07:11'),
(1561, 1118, 29, 'Keep them in follow-up.', '', '2025-09-29 19:08:35'),
(1562, 1142, 9, '', 'uploads/audio/68da5c59bd25f-1759140953.webm', '2025-09-29 19:15:55'),
(1563, 369, 26, 'AGAIN MEETING PRINCIPAL AND V.PTINCIPAL WITH DETAILED INFORMATION ABOUT OUR INTERACTIVE APP AND RESOURCE MATERIAL. AND THEY DEMANDED FOR ORIENTATION AFTER SCHOOL TERM EXAMS.', '', '2025-09-30 04:21:18'),
(1564, 1150, 26, 'PRINCIPAL WAS NOT PRESENT . I MET WITH ADMIN STAFF, SHARED INFORMATION AND COMPANY INTRODUCTION. VISIT AGAIN FOR MEETING WITH PRINCIPAL.', '', '2025-09-30 04:26:21'),
(1565, 361, 26, 'TODAY FOLLOW UP AND MET WITH PRINCIPAL FOR INTRODUCTORY MEETING, SHARED ALL INFORMATION REGARDING COMPANY\'S INTERACTIVE APP ,SMART BOARDS AND ALL RESOURCES MATERIAL. HE LIKED AND ADMIRED COMPANY\'S WORK AND DEMANDED SAMPLES IN DECEMBER.', '', '2025-09-30 04:28:51'),
(1566, 1151, 26, 'INTRODUCTORY MEETING WITH PRINCIPAL WHERE I SHARED INFORMATION AND GUIDED THEM ABOUT THE INTERACTIVE APP.', '', '2025-09-30 04:33:05'),
(1567, 1152, 26, 'INTRODUCTORY MEETING WITH COORDINATOR OF THE SCHOOL.', '', '2025-09-30 04:36:20'),
(1568, 1153, 26, 'INTRODUCTORY MEETING WITH SIR UMER WHERE I SHOWED HIM INTERACTIVE APP AND SHARED ALL THE DETAIL ABOUT ABBASI PUBLICATIONS MOTO. (IS TO SPREAD BLENDED LEARNING)', '', '2025-09-30 04:41:47'),
(1569, 388, 26, 'INTRODUCTORY MEETING WITH COODINATOR. SHARED ALL NECESSARY AND IMPORTATNT INFORMATION REGARDING APP AND SMART BOARDS. BUT NEED TO MEET AGAIN WITH PRINCIPAL . BECAUSE PRINCIPAL WAS NOT PRESENT. AGAIN I WILL FOLLOW UP IN NEXT WEEK. I CALLED TO MADAM AND SHE SAID VISIT AGAIN IN NEXT WEEK', '', '2025-09-30 04:47:19'),
(1570, 1154, 26, 'THOROUGHLY INTRODUCTORY MEETING WITH V.PRINCIPAL. AND SHE SAID MEET WITH PRINCIPAL ANOTHER BRANCH. I WILL VISIT IN NEXT DAYS THERE.', '', '2025-09-30 04:51:29'),
(1571, 1155, 26, 'THOROUGHLY INTRODUCTORY MEETING WITH MR BILAL (ADMINISTRATOR). BOOKS SELECTION PROCESS WILL START IN DECEMBER HE DEMANDED SAMPLES .', '', '2025-09-30 04:57:01'),
(1572, 1157, 8, '', 'uploads/audio/68db5b5972218-1759206233.webm', '2025-09-30 13:23:55'),
(1573, 1009, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience and also asked for a phonics training session to be conducted by a female trainer.', '', '2025-09-30 13:36:53'),
(1574, 1155, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-30 13:42:13'),
(1575, 1154, 29, 'Keep them in follow-up.', '', '2025-09-30 13:42:38'),
(1576, 1021, 14, '0304-8022281 need samples want change. need link', '', '2025-09-30 13:45:35'),
(1577, 388, 29, 'Keep them in follow-up.', '', '2025-09-30 13:47:49'),
(1578, 16, 10, '', 'uploads/audio/68db618707e1b-1759207815.webm', '2025-09-30 13:50:17'),
(1579, 1021, 14, 'I had a very productive conversation with the school owner. He requested samples  after 15 days.', '', '2025-09-30 13:51:08'),
(1580, 1022, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience', '', '2025-09-30 13:58:36'),
(1581, 1022, 14, 'she need the link. i send her.', '', '2025-09-30 14:00:37'),
(1582, 1023, 14, 'Sir Fayyaz said  call us in December', '', '2025-09-30 14:05:24'),
(1583, 1025, 14, 'he asked  send your Mo again.', '', '2025-09-30 14:10:08'),
(1584, 1028, 14, 'â€œShe expressed great excitement about our digital board and blended learning program', '', '2025-09-30 14:17:10'),
(1585, 1159, 8, '', 'uploads/audio/68db6a7715e55-1759210103.webm', '2025-09-30 14:28:24'),
(1586, 410, 25, '2nd visit', '', '2025-09-30 14:35:55'),
(1587, 747, 25, 'They called me to come again and to represent our services', '', '2025-09-30 14:41:44'),
(1588, 1153, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-30 14:52:29'),
(1589, 1160, 10, '', 'uploads/audio/68db701a6b814-1759211546.webm', '2025-09-30 14:52:30'),
(1590, 1152, 29, 'Keep them in follow-up.', '', '2025-09-30 14:53:41'),
(1591, 1151, 29, 'Keep them in follow-up.', '', '2025-09-30 14:53:54'),
(1592, 361, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-30 14:54:28'),
(1593, 1150, 29, 'Keep them in follow-up.', '', '2025-09-30 14:55:04'),
(1594, 779, 28, 'Today is the last day of the month so sir zakir was busy in the meeting with teachers, I have waited long then move forward', '', '2025-09-30 14:55:27'),
(1595, 369, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-30 14:55:43'),
(1596, 1032, 14, 'The head said, â€œI informed your MO that the head office has made the decision regarding book selection. Kindly discuss the matter with them.â€', '', '2025-09-30 14:57:34'),
(1597, 1145, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 14:57:50'),
(1598, 1146, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 14:57:57'),
(1599, 1147, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 14:58:04'),
(1600, 1148, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 14:58:10'),
(1601, 1149, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 14:58:17'),
(1602, 1142, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-30 15:01:06'),
(1603, 1158, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 15:03:09'),
(1604, 1156, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 15:03:16'),
(1605, 890, 5, '', 'uploads/audio/68db72b3ea98f-1759212211.webm', '2025-09-30 15:03:33'),
(1606, 1035, 14, 'MR. Usma need the link. he is interested in our Blended learning program. i shared the link with them.', '', '2025-09-30 15:05:32'),
(1607, 1160, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-30 15:05:51'),
(1608, 1159, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-30 15:07:12'),
(1609, 1157, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-30 15:07:31'),
(1610, 139, 10, '', 'uploads/audio/68db73c8a7e64-1759212488.webm', '2025-09-30 15:08:14'),
(1611, 1137, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 15:13:48'),
(1612, 1141, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 15:14:24'),
(1613, 1162, 8, '', 'uploads/audio/68db7553bab3c-1759212883.webm', '2025-09-30 15:14:45'),
(1614, 1140, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 15:18:07'),
(1615, 1037, 14, 'The owner instructed to provide the samples in December.', '', '2025-09-30 15:19:12'),
(1616, 23, 10, '', 'uploads/audio/68db772c9ea4b-1759213356.webm', '2025-09-30 15:22:38'),
(1617, 23, 10, 'met to school principal they said they will tell about sampling in January', '', '2025-09-30 15:24:11'),
(1618, 1163, 28, 'Met with Maam Nimra, she said that there is use khan Academy international curriculum so there is no need any books.', '', '2025-09-30 15:24:59'),
(1619, 139, 10, 'went to school principal not met', 'uploads/audio/68db789d59694-1759213725.webm', '2025-09-30 15:28:55'),
(1620, 1039, 14, 'i am busy call me later.', '', '2025-09-30 15:30:48'),
(1621, 1040, 14, 'not a valid number', '', '2025-09-30 15:33:43'),
(1622, 1165, 8, '', 'uploads/audio/68db79e61d06a-1759214054.webm', '2025-09-30 15:34:18'),
(1623, 1143, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 15:36:11'),
(1624, 1144, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 15:36:24'),
(1625, 1165, 17, '.', '', '2025-09-30 15:43:58'),
(1626, 1160, 17, '.', '', '2025-09-30 16:14:52'),
(1627, 1157, 17, '.', '', '2025-09-30 16:18:21'),
(1628, 1167, 28, 'Met with Miss Ayesha, discussed regarding our product, she is interested in pre primary but suggested me to come later for meeting with Miss Nadia,', '', '2025-09-30 16:21:56'),
(1629, 891, 10, '', 'uploads/audio/68db85ef8ad55-1759217135.webm', '2025-09-30 16:25:37'),
(1630, 1168, 28, 'Met with Sir Usmani, he has satisfied his pre primary series, asked to come primary samples in November', '', '2025-09-30 16:27:00'),
(1631, 1169, 5, '', 'uploads/audio/68db870036306-1759217408.webm', '2025-09-30 16:30:09'),
(1632, 212, 8, '', 'uploads/audio/68db87341fc74-1759217460.webm', '2025-09-30 16:31:01'),
(1633, 60, 10, '', 'uploads/audio/68db8e65943bd-1759219301.webm', '2025-09-30 17:01:54'),
(1634, 891, 10, '', 'uploads/audio/68db8eab9851e-1759219371.webm', '2025-09-30 17:02:54'),
(1635, 891, 29, 'Got it, Please share this with your head too .', '', '2025-09-30 17:08:19'),
(1636, 60, 29, 'Keep them in follow-up.', '', '2025-09-30 17:10:54'),
(1637, 1161, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 17:14:11'),
(1638, 1164, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 17:14:18'),
(1639, 1170, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 17:14:27'),
(1640, 1169, 29, 'Keep them in follow-up.', '', '2025-09-30 17:15:45'),
(1641, 1168, 29, 'Keep them in follow-up.', '', '2025-09-30 17:18:52'),
(1642, 1167, 29, 'Keep them in follow-up.', '', '2025-09-30 17:19:04'),
(1643, 1163, 29, 'no issue.', '', '2025-09-30 17:19:34'),
(1644, 212, 29, 'Keep them in follow-up.', '', '2025-09-30 17:20:54'),
(1645, 1165, 29, 'Keep them in follow-up.', '', '2025-09-30 17:21:14'),
(1646, 1162, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-30 17:21:50'),
(1647, 747, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-09-30 17:22:31'),
(1648, 410, 29, 'Keep them in follow-up.', '', '2025-09-30 17:23:01'),
(1649, 1171, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 17:27:34'),
(1650, 1166, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-09-30 17:27:40'),
(1651, 850, 14, 'this school need Training Session.', '', '2025-09-30 17:31:31'),
(1652, 1090, 11, '', 'uploads/audio/68db966063843-1759221344.webm', '2025-09-30 17:35:45'),
(1653, 1033, 14, 'the head said if you fulfill your commitments then we think about it', '', '2025-09-30 17:38:01'),
(1654, 1090, 29, 'Keep them in follow-up.', '', '2025-09-30 18:37:57'),
(1655, 1174, 23, 'Principal are interested our pre leval Carriculms & Second week of Oct orientation date is final.', '', '2025-09-30 19:06:00'),
(1656, 1175, 23, 'Books Pasand aye hn but Next month samples required hn school ko', '', '2025-09-30 19:10:27'),
(1657, 1176, 23, 'Principal interested our pre leval Carriculms Oct 2nd weekend 11oct orientation date is final .', '', '2025-09-30 19:16:36'),
(1658, 1177, 23, 'Principal interested our pre leval Carriculms orientation date is final in month of Oct', '', '2025-09-30 19:20:56'),
(1659, 1178, 23, 'Interested our pre leval Carriculms orientation date is 2nd week of October', '', '2025-09-30 19:25:24'),
(1660, 1176, 29, 'Keep them in follow-up.', '', '2025-09-30 19:28:45'),
(1661, 1179, 23, 'Next month mn decide krein gye k slybuss change krna ya nhiv', '', '2025-09-30 19:28:53'),
(1662, 1178, 29, 'Keep them in follow-up.', '', '2025-09-30 19:29:01'),
(1663, 1175, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-30 19:29:39'),
(1664, 1179, 29, 'Keep them in follow-up.', '', '2025-09-30 19:30:24'),
(1665, 1177, 29, 'Keep them in follow-up.', '', '2025-09-30 19:30:43'),
(1666, 1174, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-09-30 19:31:04'),
(1667, 1183, 16, '', 'uploads/audio/68dbc08fce288-1759232143.webm', '2025-09-30 20:36:54'),
(1668, 1184, 16, '', 'uploads/audio/68dbc1b47072d-1759232436.webm', '2025-09-30 20:40:40'),
(1669, 1185, 16, '', 'uploads/audio/68dbc24d5cadb-1759232589.webm', '2025-09-30 20:43:11'),
(1670, 299, 21, 'visit not principal next time coming', '', '2025-09-30 20:43:36'),
(1671, 543, 21, '\"I visited the school for the second time and had a meeting with the admin.\"', '', '2025-09-30 20:54:32'),
(1672, 752, 25, 'I was there in the day but there was serious network problem so i am putting my visit now', '', '2025-10-01 00:11:13'),
(1673, 364, 26, 'Meeting with Mr Hafiz  Zulfiqar Shahid sahb Chairman of PEN (Punjab Education Network). Chairman AAPSA Sialkot. He is doing business with 65+ schools and He has 12 to 15 branches of Quaid public school. He is our old honourable and reputed customer in Sialkot city. He is demanding samples of complete pre-primary set with workbook ASAP. My humble request to Admin please arrange samples in this week. Because management is deciding now for coming session.', '', '2025-10-01 01:12:59'),
(1674, 1194, 26, 'Detailed introductory meeting with vice principal and coordinator through interactive app . They admired the company\'s working and demanded samples in December 2025.', '', '2025-10-01 01:34:08'),
(1675, 1195, 26, 'Introductory meeting with Mr Umer vice Principal Azhar Public School Rangpura. I introduced ABBASI PUBLICATIONS by interactive app and also told him about smart boards also. He said that he will discuss with all things with Principal and inform me through call for visit again.', '', '2025-10-01 01:49:04'),
(1676, 1196, 26, 'Thoroughly Introductory meeting with Principal. She has applied Oxford syllabus in her school from pg to 7th grade. But she was totally agree with the new system of ABBASI PUBLICATION\'S  smart board and interactive App.', '', '2025-10-01 02:00:32'),
(1677, 364, 29, 'Got it, Please share this with your head too so we can handle it together.', '', '2025-10-01 13:09:03'),
(1678, 228, 8, '', 'uploads/audio/68dcafd4b83f0-1759293396.webm', '2025-10-01 13:36:37'),
(1679, 1201, 9, '', 'uploads/audio/68dcb32ca1b9b-1759294252.webm', '2025-10-01 13:50:55'),
(1680, 1047, 14, 'â€œThe person I called said that your marketer just visited but did not explain the digital program. I sent him the link.â€', '', '2025-10-01 14:04:01'),
(1681, 26, 10, '', 'uploads/audio/68dcb67246be0-1759295090.webm', '2025-10-01 14:04:52'),
(1682, 83, 10, '', 'uploads/audio/68dcb97d00301-1759295869.webm', '2025-10-01 14:17:52'),
(1683, 1193, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 14:20:42'),
(1684, 1192, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 14:20:49'),
(1685, 1191, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 14:21:02'),
(1686, 1190, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 14:21:10'),
(1687, 23, 14, '', 'uploads/audio/68dcba4bce44e-1759296075.webm', '2025-10-01 14:21:17'),
(1688, 1189, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 14:21:27'),
(1689, 1188, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 14:21:33'),
(1690, 270, 9, '', 'uploads/audio/68dcbaaf8dfa2-1759296175.webm', '2025-10-01 14:22:57'),
(1691, 1186, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 14:23:04'),
(1692, 1187, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 14:23:11'),
(1693, 1201, 29, '', 'uploads/audio/68dcbb8e1a12c-1759296398.webm', '2025-10-01 14:26:47'),
(1694, 1201, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-01 14:28:26'),
(1695, 270, 29, 'Keep them in follow-up.', '', '2025-10-01 14:29:30'),
(1696, 1203, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 14:31:26'),
(1697, 1200, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 14:31:31'),
(1698, 1199, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 14:31:38'),
(1699, 1196, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-01 14:34:15'),
(1700, 1195, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-01 14:36:33'),
(1701, 82, 10, '', 'uploads/audio/68dcbdefdd1f0-1759297007.webm', '2025-10-01 14:36:49'),
(1702, 859, 25, 'They needs of samples and then orientation', '', '2025-10-01 14:39:41'),
(1703, 1194, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-01 14:39:46'),
(1704, 779, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-01 14:40:21'),
(1705, 392, 25, 'The principal asked me for samples and their session will start soon', '', '2025-10-01 14:41:00'),
(1706, 1205, 8, '', 'uploads/audio/68dcbeeeb774e-1759297262.webm', '2025-10-01 14:41:05'),
(1707, 82, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-01 14:42:06'),
(1708, 23, 29, 'Keep them in follow-up.', '', '2025-10-01 14:42:53'),
(1709, 83, 29, 'Keep them in follow-up.', '', '2025-10-01 14:44:20'),
(1710, 83, 29, '', 'uploads/audio/68dcbfca71a3d-1759297482.webm', '2025-10-01 14:44:44'),
(1711, 1206, 9, '', 'uploads/audio/68dcbfe44f046-1759297508.webm', '2025-10-01 14:45:10'),
(1712, 26, 29, 'Keep them in follow-up.', '', '2025-10-01 14:46:31'),
(1713, 139, 29, 'Keep them in follow-up.', '', '2025-10-01 14:48:11'),
(1714, 1205, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-01 14:58:21'),
(1715, 228, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-01 14:58:39'),
(1716, 1048, 14, 'Kindly Correct the school owner name. Its JAWAD SAEED.', '', '2025-10-01 14:58:59'),
(1717, 1048, 14, 'The School Strength is also wrong.', '', '2025-10-01 14:59:49'),
(1718, 1048, 14, ', Mr. Jawad is excited about our digital program.â€ and need samples . i send him our lesson link.', '', '2025-10-01 15:00:31'),
(1719, 859, 29, 'Got it, kindly share also with your head .', '', '2025-10-01 15:00:39'),
(1720, 392, 29, 'Keep them in follow-up.', '', '2025-10-01 15:02:05'),
(1721, 752, 29, 'ok , no issue .', '', '2025-10-01 15:02:46'),
(1722, 752, 29, 'Keep them in follow-up.', '', '2025-10-01 15:02:54');
INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(1723, 1207, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 15:03:53'),
(1724, 1209, 9, '', 'uploads/audio/68dcc612746c2-1759299090.webm', '2025-10-01 15:11:32'),
(1725, 1210, 28, 'Met with Miss Dania Khan, discussed regarding our product, she is interested in pre primary but asked to later to meet with Sir Bilal', '', '2025-10-01 15:12:50'),
(1726, 1185, 29, 'Keep them in follow-up.', '', '2025-10-01 15:14:06'),
(1727, 1184, 29, 'Keep them in follow-up.', '', '2025-10-01 15:14:28'),
(1728, 1183, 29, 'Keep them in follow-up.', '', '2025-10-01 15:15:18'),
(1729, 1198, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 15:16:30'),
(1730, 1197, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 15:16:36'),
(1731, 1172, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 15:17:24'),
(1732, 1204, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 15:18:04'),
(1733, 1202, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-01 15:18:10'),
(1734, 1212, 8, '', 'uploads/audio/68dcc848ef166-1759299656.webm', '2025-10-01 15:20:59'),
(1735, 1213, 28, 'Met with Sir Naeem, he is interested orientation', '', '2025-10-01 15:43:40'),
(1736, 1054, 14, 'Mr Arshad said i am busy send me your details. So i send him our lesson link.', '', '2025-10-01 15:43:43'),
(1737, 1214, 8, '', 'uploads/audio/68dccdac03ac8-1759301036.webm', '2025-10-01 15:43:57'),
(1738, 60, 10, '', 'uploads/audio/68dcd4bc17799-1759302844.webm', '2025-10-01 16:14:11'),
(1739, 1216, 28, 'Met with Sir Jameel, meeting was good he is interested in our samples in this books', '', '2025-10-01 16:15:30'),
(1740, 1218, 8, '', 'uploads/audio/68dcd821433c8-1759303713.webm', '2025-10-01 16:28:34'),
(1741, 1220, 28, 'Met with Maam Mahjabeen, required samples of pre primary in December', '', '2025-10-01 16:35:15'),
(1742, 9, 10, '', 'uploads/audio/68dcda0af1a8e-1759304202.webm', '2025-10-01 16:37:00'),
(1743, 1221, 9, '', 'uploads/audio/68dcda96e7df0-1759304342.webm', '2025-10-01 16:39:05'),
(1744, 1222, 7, '', 'uploads/audio/68dcdb36d3d94-1759304502.webm', '2025-10-01 16:41:45'),
(1745, 1223, 28, 'Met with Miss Nimra, sir Tariq was not available asked to come later', '', '2025-10-01 16:48:31'),
(1746, 1224, 9, '', 'uploads/audio/68dcde2c1e22b-1759305260.webm', '2025-10-01 16:54:21'),
(1747, 1055, 14, '\"I had a very productive conversation with the owner. they consider our books in selection.', '', '2025-10-01 16:55:28'),
(1748, 1225, 9, '', 'uploads/audio/68dce0fbb142b-1759305979.webm', '2025-10-01 17:06:21'),
(1749, 1226, 28, 'Met with coordinator, sir samiullah was busy in campus 2, asked to come later', '', '2025-10-01 17:07:59'),
(1750, 1060, 14, 'I had a very productive conversation with the school owner. He requested samples i December.', '', '2025-10-01 17:10:58'),
(1751, 1227, 4, 'Admin says u visit in morning some other day', '', '2025-10-01 17:13:54'),
(1752, 1065, 14, 'â€œShe expressed great excitement about our digital board and blended learning program. i send her the lesson link.', '', '2025-10-01 17:53:47'),
(1753, 1066, 14, '70 to 80% convinced.', '', '2025-10-01 18:02:08'),
(1754, 1047, 21, 'Next time inshallah', '', '2025-10-01 18:13:37'),
(1755, 1231, 16, '', 'uploads/audio/68dcf7e422168-1759311844.webm', '2025-10-01 18:44:05'),
(1756, 1229, 16, '', 'uploads/audio/68dcf83375051-1759311923.webm', '2025-10-01 18:45:24'),
(1757, 1232, 16, '', 'uploads/audio/68dcfd646d115-1759313252.webm', '2025-10-01 19:07:33'),
(1758, 1233, 16, '', 'uploads/audio/68dcfe0a6cde1-1759313418.webm', '2025-10-01 19:10:19'),
(1759, 1235, 16, '', 'uploads/audio/68dcfed4abd5b-1759313620.webm', '2025-10-01 19:13:41'),
(1761, 1242, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:31:07'),
(1762, 1243, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:31:13'),
(1763, 1244, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:31:19'),
(1764, 1245, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:31:24'),
(1765, 1246, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:31:30'),
(1766, 1234, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:31:37'),
(1767, 1247, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:32:38'),
(1768, 1248, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:32:44'),
(1769, 1249, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:32:51'),
(1770, 1254, 9, '', 'uploads/audio/68de00798744c-1759379577.webm', '2025-10-02 13:32:59'),
(1771, 1251, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:33:01'),
(1772, 1250, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:33:10'),
(1773, 1219, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:34:17'),
(1774, 1208, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:34:35'),
(1775, 1254, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-02 13:37:05'),
(1776, 1225, 29, 'Keep them in follow-up.', '', '2025-10-02 13:37:32'),
(1777, 1224, 29, 'Keep them in follow-up.', '', '2025-10-02 13:38:01'),
(1778, 1221, 29, 'Keep them in follow-up.', '', '2025-10-02 13:38:37'),
(1779, 1256, 8, '', 'uploads/audio/68de01f7bf58b-1759379959.webm', '2025-10-02 13:39:20'),
(1780, 1209, 29, 'Keep them in follow-up.', '', '2025-10-02 13:39:30'),
(1781, 1206, 29, 'Keep them in follow-up.', '', '2025-10-02 13:41:04'),
(1782, 1211, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:42:07'),
(1783, 1253, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:42:26'),
(1784, 1255, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 13:42:32'),
(1785, 1210, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-02 13:45:23'),
(1786, 1213, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 13:45:45'),
(1787, 1216, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 13:45:56'),
(1788, 1257, 9, '', 'uploads/audio/68de03c232f56-1759380418.webm', '2025-10-02 13:47:01'),
(1789, 1220, 29, 'Keep them in follow-up.', '', '2025-10-02 13:47:38'),
(1790, 1223, 29, 'Keep them in follow-up.', '', '2025-10-02 13:47:54'),
(1791, 1226, 29, 'Keep them in follow-up.', '', '2025-10-02 13:48:12'),
(1792, 9, 29, 'Keep them in follow-up.', '', '2025-10-02 13:50:27'),
(1793, 60, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 13:51:29'),
(1794, 1256, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 13:58:06'),
(1795, 1218, 29, 'Keep them in follow-up.', '', '2025-10-02 13:58:35'),
(1796, 1258, 8, '', 'uploads/audio/68de068e2579e-1759381134.webm', '2025-10-02 13:58:55'),
(1797, 1258, 29, 'ok , no issue', '', '2025-10-02 14:00:09'),
(1798, 1214, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 14:00:40'),
(1799, 1153, 14, 'I had a very productive conversation with Mr umar. they need the samples in december.', '', '2025-10-02 14:00:55'),
(1800, 82, 10, '', 'uploads/audio/68de070be06b4-1759381259.webm', '2025-10-02 14:01:02'),
(1801, 1212, 29, 'Keep them in follow-up.', '', '2025-10-02 14:01:36'),
(1802, 1235, 29, 'Keep them in follow-up.', '', '2025-10-02 14:04:33'),
(1803, 1233, 29, 'Keep them in follow-up.', '', '2025-10-02 14:05:09'),
(1804, 1232, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 14:05:54'),
(1805, 1229, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 14:06:57'),
(1806, 1231, 29, 'Keep them in follow-up.', '', '2025-10-02 14:07:27'),
(1807, 1252, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 14:08:38'),
(1808, 1222, 29, 'Keep them in follow-up.', '', '2025-10-02 14:10:11'),
(1809, 1228, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 14:10:46'),
(1810, 1217, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 14:10:53'),
(1811, 1215, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 14:11:08'),
(1812, 1261, 9, '', 'uploads/audio/68de0a5914a7a-1759382105.webm', '2025-10-02 14:15:06'),
(1813, 561, 8, '2nd visit', 'uploads/audio/68de0b3d67910-1759382333.webm', '2025-10-02 14:18:55'),
(1814, 1261, 29, 'Keep them in follow-up.', '', '2025-10-02 14:24:47'),
(1815, 1257, 29, 'Keep them in follow-up.', '', '2025-10-02 14:25:31'),
(1816, 1158, 14, 'Miss said i will call you later.', '', '2025-10-02 14:35:04'),
(1817, 1159, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience .', '', '2025-10-02 14:38:47'),
(1818, 1263, 9, '', 'uploads/audio/68de109e3b679-1759383710.webm', '2025-10-02 14:41:52'),
(1819, 1266, 5, '', 'uploads/audio/68de10b38f253-1759383731.webm', '2025-10-02 14:42:13'),
(1820, 1268, 28, 'Met with Sir Arshad and Miss Rifat, required samples in this week', '', '2025-10-02 14:47:39'),
(1821, 1162, 14, 'Owner need nursery and prep books sample. she liked our books. and digital progrm', '', '2025-10-02 14:52:18'),
(1822, 1270, 8, '', 'uploads/audio/68de148d91f0f-1759384717.webm', '2025-10-02 14:58:39'),
(1823, 1165, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience .', '', '2025-10-02 15:04:28'),
(1824, 9, 10, '', 'uploads/audio/68de1617b073f-1759385111.webm', '2025-10-02 15:05:14'),
(1825, 1271, 9, '', 'uploads/audio/68de163567ca3-1759385141.webm', '2025-10-02 15:05:43'),
(1826, 838, 28, 'Met with Sir Farrukh, he is interested in primary series but also said need complete series 1 to 8. I suggested him to review our primary series and next year hopefully we will laounc complete series', '', '2025-10-02 15:13:36'),
(1827, 1273, 28, 'Met with Miss Ishrat, discussed regarding our product, she said all these things are under sir nadeem so meet him', '', '2025-10-02 15:16:14'),
(1828, 1274, 8, '', 'uploads/audio/68de18ada44f8-1759385773.webm', '2025-10-02 15:16:15'),
(1829, 1276, 9, '', 'uploads/audio/68de19e82a127-1759386088.webm', '2025-10-02 15:21:29'),
(1830, 1278, 10, '', 'uploads/audio/68de1d02da080-1759386882.webm', '2025-10-02 15:34:45'),
(1831, 414, 8, '', 'uploads/audio/68de1f6c6ef84-1759387500.webm', '2025-10-02 15:45:01'),
(1832, 1280, 28, 'Met with Miss Hina, discussed regarding our product she is interested in samples primary and pre primary', '', '2025-10-02 15:48:38'),
(1833, 789, 28, 'Met with Miss Urooj, ma\'am musarrat was also busy today, asked to come later', '', '2025-10-02 16:09:43'),
(1834, 1276, 29, 'Keep them in follow-up.', '', '2025-10-02 16:23:36'),
(1835, 1271, 29, 'Keep them in follow-up.', '', '2025-10-02 16:24:05'),
(1836, 1263, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 16:24:44'),
(1837, 1264, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 16:25:42'),
(1838, 1269, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 16:25:49'),
(1839, 1279, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 16:25:56'),
(1840, 101, 10, '', 'uploads/audio/68de29405f0ff-1759390016.webm', '2025-10-02 16:27:01'),
(1841, 1266, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 16:27:25'),
(1842, 1267, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 16:28:16'),
(1843, 1281, 8, '', 'uploads/audio/68de2a32bfb5f-1759390258.webm', '2025-10-02 16:31:01'),
(1844, 1280, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 16:31:08'),
(1845, 789, 29, 'Keep them in follow-up.', '', '2025-10-02 16:31:28'),
(1846, 838, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-02 16:32:47'),
(1847, 1273, 29, 'Keep them in follow-up.', '', '2025-10-02 16:33:45'),
(1848, 1268, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 16:34:03'),
(1849, 101, 29, 'Keep them in follow-up.', '', '2025-10-02 16:39:23'),
(1850, 1278, 29, 'ok , no issue', '', '2025-10-02 16:40:38'),
(1851, 9, 29, 'inshallah \r\nmaintain a follow up with them', '', '2025-10-02 16:42:29'),
(1852, 82, 29, 'Keep them in follow-up.', '', '2025-10-02 16:46:23'),
(1853, 1259, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 16:56:19'),
(1854, 1260, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 16:56:27'),
(1855, 1262, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 16:57:36'),
(1856, 1275, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 16:57:43'),
(1857, 1277, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 16:57:49'),
(1858, 1272, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 16:58:01'),
(1859, 1265, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 16:58:08'),
(1860, 1184, 14, 'need samples in November. they liked our books and aap', '', '2025-10-02 17:02:37'),
(1861, 1185, 14, 'I had a very productive conversation with the school owner. need samples in November', '', '2025-10-02 17:05:29'),
(1862, 1283, 23, 'SAMPLES reqired hn last week of November. achs responce hy intrestrd hn', '', '2025-10-02 17:38:21'),
(1863, 1284, 23, 'Intrested oure pre leval books Orientation  date is decide next week inshaallah', '', '2025-10-02 17:43:03'),
(1864, 1286, 23, 'Maam nhi thi Coordinator sy mulaqat howi next week mn again bulaya hy. for meeting', '', '2025-10-02 17:52:29'),
(1865, 1287, 23, 'pre Classes ki books k samples reqired hn december mn', '', '2025-10-02 17:55:38'),
(1866, 1287, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 18:59:42'),
(1867, 1286, 29, 'Keep them in follow-up.', '', '2025-10-02 18:59:59'),
(1868, 1284, 29, 'inshallah', '', '2025-10-02 19:00:20'),
(1869, 1284, 29, 'Keep them in follow-up.', '', '2025-10-02 19:00:30'),
(1870, 1283, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 19:00:59'),
(1871, 1285, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 19:01:14'),
(1872, 1281, 29, 'ok no issue.', '', '2025-10-02 19:02:20'),
(1873, 414, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 19:03:58'),
(1874, 1274, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 19:04:23'),
(1875, 1270, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 19:05:06'),
(1876, 561, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 19:05:32'),
(1877, 1288, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 19:06:45'),
(1878, 1289, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 19:06:52'),
(1879, 1290, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 19:06:59'),
(1880, 1291, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 19:07:05'),
(1881, 1292, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 19:07:12'),
(1882, 1282, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 19:08:49'),
(1883, 1230, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-02 19:11:06'),
(1884, 1293, 5, '', 'uploads/audio/68de52660f3b2-1759400550.webm', '2025-10-02 19:22:31'),
(1885, 1293, 29, 'inshallah Inshallah\r\nKeep them in follow-up.', '', '2025-10-02 19:26:08'),
(1886, 1294, 5, '', 'uploads/audio/68de5341346b3-1759400769.webm', '2025-10-02 19:26:13'),
(1887, 1296, 5, '', 'uploads/audio/68de53bd496fa-1759400893.webm', '2025-10-02 19:28:14'),
(1888, 1294, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-02 19:28:16'),
(1889, 1296, 29, 'Keep them in follow-up.', '', '2025-10-02 19:28:54'),
(1890, 1266, 5, '', 'uploads/audio/68de54dcf2199-1759401180.webm', '2025-10-02 19:33:02'),
(1891, 1266, 29, 'Your efforts have had a positive impact on it', '', '2025-10-02 19:49:53'),
(1892, 519, 16, '', 'uploads/audio/68de58f769fca-1759402231.webm', '2025-10-02 19:51:12'),
(1893, 1298, 16, '', 'uploads/audio/68de5a0bc798a-1759402507.webm', '2025-10-02 19:55:12'),
(1894, 1300, 16, '', 'uploads/audio/68de5bb849f6b-1759402936.webm', '2025-10-02 20:02:18'),
(1895, 514, 16, '', 'uploads/audio/68de5c1d8c304-1759403037.webm', '2025-10-02 20:03:58'),
(1896, 1267, 5, '', 'uploads/audio/68de608d7d05a-1759404173.webm', '2025-10-02 20:22:55'),
(1897, 1301, 21, 'New School ha Head office Book ha', '', '2025-10-02 21:39:36'),
(1898, 1306, 26, 'Introductory meeting with Principal', '', '2025-10-03 00:41:08'),
(1899, 1307, 26, 'Introductory meeting with Principal', '', '2025-10-03 00:46:53'),
(1900, 1308, 26, 'Introductory meeting with Principal Mr Irfan Bajwa Sahb..', '', '2025-10-03 00:51:56'),
(1901, 1309, 26, 'Thoroughly Introductory meeting with Principal and vice Principal', '', '2025-10-03 01:01:13'),
(1902, 1310, 26, 'Introductory meeting with coordinator', '', '2025-10-03 01:11:40'),
(1903, 1311, 26, 'Introductory meeting with Principal and he demanded orientation to their teachers in coming days. I will visit there again for orientation.', '', '2025-10-03 06:01:43'),
(1904, 1312, 26, 'Thoroughly meeting with Sister Ciciliya Principal of the school through Interactive app. She admired the work and demanded for samples', '', '2025-10-03 06:08:01'),
(1905, 1313, 26, 'Principal was not present.introductory meeting with Admin. I will visit again for further discussion with Principal', '', '2025-10-03 06:17:14'),
(1906, 1314, 26, 'Introductory meeting with coordinator', '', '2025-10-03 06:23:31'),
(1907, 1315, 26, 'Principal was not available. Meeting with Vice Principal and she said visit again another in next week', '', '2025-10-03 06:31:30'),
(1908, 1316, 5, '', 'uploads/audio/68df42760fc88-1759462006.webm', '2025-10-03 12:26:50'),
(1909, 1047, 29, 'Keep them in follow-up.', '', '2025-10-03 13:20:51'),
(1910, 1303, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 13:21:09'),
(1911, 1302, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 13:21:17'),
(1912, 1301, 29, 'ok', '', '2025-10-03 13:21:43'),
(1913, 1317, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 13:23:53'),
(1914, 1267, 29, 'Keep them in follow-up.', '', '2025-10-03 13:25:43'),
(1915, 1316, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 13:30:38'),
(1916, 1315, 29, 'Keep them in follow-up.', '', '2025-10-03 13:32:20'),
(1917, 1314, 29, 'Keep them in follow-up.', '', '2025-10-03 13:32:30'),
(1918, 425, 8, '', 'uploads/audio/68df535cbcc31-1759466332.webm', '2025-10-03 13:38:54'),
(1919, 1318, 9, '', 'uploads/audio/68df5399a7dfc-1759466393.webm', '2025-10-03 13:39:54'),
(1920, 1313, 29, 'Keep them in follow-up.', '', '2025-10-03 13:39:59'),
(1921, 1306, 29, 'Keep them in follow-up.', '', '2025-10-03 13:40:14'),
(1922, 1307, 29, 'Keep them in follow-up.', '', '2025-10-03 13:40:24'),
(1923, 1318, 9, '', 'uploads/audio/68df53ba56c33-1759466426.webm', '2025-10-03 13:40:28'),
(1924, 1308, 29, 'Keep them in follow-up.', '', '2025-10-03 13:40:32'),
(1925, 1309, 29, 'Keep them in follow-up.', '', '2025-10-03 13:40:42'),
(1926, 1310, 29, 'Keep them in follow-up.', '', '2025-10-03 13:40:50'),
(1927, 1311, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 13:41:06'),
(1928, 1312, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 13:41:26'),
(1929, 16, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 13:42:46'),
(1930, 155, 10, '', 'uploads/audio/68df5450c395c-1759466576.webm', '2025-10-03 13:43:00'),
(1931, 155, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 13:43:54'),
(1932, 425, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 13:44:54'),
(1933, 1297, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 13:46:21'),
(1934, 1295, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 13:46:29'),
(1935, 514, 29, 'Keep them in follow-up.', '', '2025-10-03 13:48:25'),
(1936, 1300, 29, 'Kiya ap n ye bat apny head se discuss ki hai ?', '', '2025-10-03 13:50:48'),
(1937, 1300, 29, '\"Kindly discuss this with your head to get it resolved soon.\"', '', '2025-10-03 13:52:59'),
(1938, 1298, 29, 'Keep them in follow-up.', '', '2025-10-03 13:53:47'),
(1939, 112, 11, '', 'uploads/audio/68df570faf575-1759467279.webm', '2025-10-03 13:54:41'),
(1940, 1298, 29, '\"Have you discussed the price issue with your head?\"', '', '2025-10-03 13:55:07'),
(1941, 1319, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 13:56:04'),
(1942, 1227, 29, 'Keep them in follow-up.', '', '2025-10-03 13:57:37'),
(1943, 112, 29, 'âž¡ \"Kindly discuss this matter with your head as well.\"', '', '2025-10-03 13:59:47'),
(1944, 519, 29, 'Keep them in follow-up.', '', '2025-10-03 14:01:23'),
(1945, 1318, 29, 'Keep them in follow-up.', '', '2025-10-03 14:02:18'),
(1946, 103, 9, '', 'uploads/audio/68df58ee3bd8e-1759467758.webm', '2025-10-03 14:02:40'),
(1947, 103, 29, 'Keep them in follow-up.', '', '2025-10-03 14:03:23'),
(1948, 381, 9, '', 'uploads/audio/68df5b5ec5888-1759468382.webm', '2025-10-03 14:13:04'),
(1949, 156, 10, '', 'uploads/audio/68df5ccbb2f4b-1759468747.webm', '2025-10-03 14:19:11'),
(1950, 1324, 8, '', 'uploads/audio/68df5fcbeed60-1759469515.webm', '2025-10-03 14:31:57'),
(1951, 1327, 11, '', 'uploads/audio/68df60766bfc8-1759469686.webm', '2025-10-03 14:34:47'),
(1952, 154, 10, '', 'uploads/audio/68df619288470-1759469970.webm', '2025-10-03 14:39:36'),
(1953, 1328, 9, '', 'uploads/audio/68df64e198b73-1759470817.webm', '2025-10-03 14:53:42'),
(1954, 154, 29, 'Keep them in follow-up.', '', '2025-10-03 14:55:16'),
(1955, 156, 29, 'Keep them in follow-up.', '', '2025-10-03 14:56:20'),
(1956, 1328, 29, 'Keep them in follow-up.', '', '2025-10-03 14:57:29'),
(1957, 381, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 14:58:21'),
(1958, 1327, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 15:00:13'),
(1959, 1323, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 15:01:52'),
(1960, 1326, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 15:01:58'),
(1961, 1329, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 15:02:05'),
(1962, 1321, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 15:03:31'),
(1963, 1322, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 15:03:38'),
(1964, 1325, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 15:03:45'),
(1965, 1330, 8, '', 'uploads/audio/68df67876ceed-1759471495.webm', '2025-10-03 15:04:58'),
(1966, 1330, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 15:09:19'),
(1967, 1324, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 15:09:44'),
(1968, 1331, 8, '', 'uploads/audio/68df6f244bb79-1759473444.webm', '2025-10-03 15:37:25'),
(1969, 1332, 5, '', 'uploads/audio/68df7ed9d42c3-1759477465.webm', '2025-10-03 16:44:27'),
(1970, 1333, 5, '', 'uploads/audio/68df7fbcc3adc-1759477692.webm', '2025-10-03 16:48:18'),
(1971, 1334, 5, '', 'uploads/audio/68df807572597-1759477877.webm', '2025-10-03 16:51:21'),
(1972, 1333, 29, 'Keep them in follow-up.', '', '2025-10-03 16:51:51'),
(1973, 1334, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 16:54:06'),
(1974, 1332, 29, 'Keep them in follow-up.', '', '2025-10-03 16:55:22'),
(1975, 1331, 29, 'Keep them in follow-up.', '', '2025-10-03 18:19:26'),
(1976, 1336, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 19:24:18'),
(1977, 1337, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 19:24:24'),
(1978, 1338, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 19:24:30'),
(1979, 1339, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 19:24:36'),
(1980, 1340, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 19:24:44'),
(1981, 1335, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 19:24:51'),
(1982, 1320, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 19:29:51'),
(1983, 1341, 23, 'Intrested our Carriculm pre leval Last og Oct orientation date will b descuss. inshaallah', '', '2025-10-03 19:38:06'),
(1984, 1342, 23, 'Kuch Issues hn but next week meeting hy insha allah or board b instal nhi howa last years ka abhi tkk.', '', '2025-10-03 19:43:28'),
(1985, 1342, 29, 'Keep them in follow-up.', '', '2025-10-03 19:49:36'),
(1986, 1341, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-03 19:49:59'),
(1987, 1343, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-03 19:50:36'),
(1988, 1344, 23, 'intrested our Pre leval & intrective board.  meeting in november', '', '2025-10-03 19:53:01'),
(1989, 1, 16, '', 'uploads/audio/68dfbe113c37a-1759493649.webm', '2025-10-03 21:14:11'),
(1990, 1345, 16, '', 'uploads/audio/68dfbee3231c2-1759493859.webm', '2025-10-03 21:17:40'),
(1991, 1347, 16, '', 'uploads/audio/68dfc06ce759b-1759494252.webm', '2025-10-03 21:24:14'),
(1992, 615, 21, 'Second Visit Syed Abu Dawood shah sab', '', '2025-10-03 22:41:27'),
(1993, 613, 21, 'Not principal next time coming', '', '2025-10-03 22:42:40'),
(1994, 77, 11, '', 'uploads/audio/68e0a0d4d90a9-1759551700.webm', '2025-10-04 13:21:42'),
(1995, 1349, 8, '', 'uploads/audio/68e0a49d4af93-1759552669.webm', '2025-10-04 13:37:51'),
(1996, 600, 25, '1st visit and detailed conversation on application and sylanus', '', '2025-10-04 13:59:58'),
(1997, 973, 8, '', 'uploads/audio/68e0ae08380b6-1759555080.webm', '2025-10-04 14:18:01'),
(1998, 613, 29, 'Keep them in follow-up', '', '2025-10-04 14:21:52'),
(1999, 615, 29, 'Keep them in follow-up', '', '2025-10-04 14:22:05'),
(2000, 1348, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 14:22:22'),
(2001, 1350, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 14:24:30'),
(2002, 1351, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 14:24:37'),
(2003, 98, 10, '', 'uploads/audio/68e0afe7b1e59-1759555559.webm', '2025-10-04 14:26:02'),
(2004, 615, 21, 'ok', '', '2025-10-04 14:26:12'),
(2005, 1, 29, 'ok', '', '2025-10-04 14:26:32'),
(2006, 613, 21, 'ok', '', '2025-10-04 14:27:22'),
(2007, 599, 25, '1st visit and detailed conversation about application and sylabus', '', '2025-10-04 14:27:59'),
(2008, 494, 10, '', 'uploads/audio/68e0b18e5c62a-1759555982.webm', '2025-10-04 14:33:09'),
(2009, 598, 25, '1st visit and detailed conversation about app and sylabus', '', '2025-10-04 14:36:19'),
(2010, 829, 28, 'Met with Sir Sabeeh Ahmad, discussed regarding our product he is interested in primary series specially English and mathematics. Required samples in November', '', '2025-10-04 14:37:04'),
(2011, 1180, 14, 'no single note?', '', '2025-10-04 14:42:21'),
(2012, 97, 10, 'went to school principal not met due to result announcement and school function', '', '2025-10-04 14:44:45'),
(2013, 97, 29, 'Keep them in follow-up.', '', '2025-10-04 14:46:12'),
(2014, 1355, 10, '', 'uploads/audio/68e0b985a31a9-1759558021.webm', '2025-10-04 15:07:03'),
(2015, 494, 29, 'Keep them in follow-up.', '', '2025-10-04 15:13:46'),
(2016, 1355, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 15:14:57'),
(2017, 98, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 15:15:50'),
(2018, 1357, 28, 'Met with Sir Shafqat, required samples of pre primary', '', '2025-10-04 15:16:28'),
(2019, 973, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 15:16:31'),
(2020, 1349, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 15:16:50'),
(2021, 598, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 15:18:05'),
(2022, 599, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 15:18:16'),
(2023, 600, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 15:18:33'),
(2024, 1344, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 15:20:29'),
(2025, 1347, 29, 'Got it, Please share this with your head too', '', '2025-10-04 15:22:44'),
(2026, 1345, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 15:24:04'),
(2027, 1357, 29, 'Keep them in follow-up.', '', '2025-10-04 15:26:39'),
(2028, 829, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 15:27:11'),
(2029, 832, 28, 'Met with Sir Muhiddin, he is interested in our pre primary required samples in this week', '', '2025-10-04 15:33:15'),
(2030, 1361, 8, '', 'uploads/audio/68e0c0314730e-1759559729.webm', '2025-10-04 15:35:30'),
(2031, 37, 10, '', 'uploads/audio/68e0c134608f2-1759559988.webm', '2025-10-04 15:40:00'),
(2032, 77, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 15:44:14'),
(2033, 1356, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 15:44:31'),
(2034, 1352, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 15:44:38'),
(2035, 1363, 28, 'Met with Sir Ashraf, required pre primary samples in November', '', '2025-10-04 15:46:43'),
(2036, 1364, 28, 'Met with Sir Muneeb, required pre primary samples in December', '', '2025-10-04 15:57:57'),
(2037, 1365, 11, '', 'uploads/audio/68e0c5ce276ed-1759561166.webm', '2025-10-04 15:59:28'),
(2038, 1362, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 16:02:15'),
(2039, 1354, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 16:02:23'),
(2040, 1353, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 16:02:34'),
(2041, 1364, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 16:04:00'),
(2042, 37, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 16:05:38'),
(2043, 1197, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience. He is interested.   send him the link', '', '2025-10-04 16:06:19'),
(2044, 1361, 29, 'Keep them in follow-up.', '', '2025-10-04 16:06:35'),
(2045, 1360, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 16:07:56'),
(2046, 1359, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 16:08:04'),
(2047, 1358, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 16:08:11'),
(2048, 1363, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-04 16:09:48'),
(2049, 832, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 16:10:06'),
(2050, 1366, 11, '', 'uploads/audio/68e0c928659a7-1759562024.webm', '2025-10-04 16:13:45'),
(2051, 1368, 8, '', 'uploads/audio/68e0d67140804-1759565425.webm', '2025-10-04 17:10:26'),
(2052, 1202, 14, 'its a book shop num: 0345-693805  Ahmad waheed.', '', '2025-10-04 17:19:23'),
(2053, 1368, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 17:19:34'),
(2054, 1366, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 17:22:06'),
(2055, 1365, 29, 'Keep them in follow-up.', '', '2025-10-04 17:22:38'),
(2056, 1346, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 17:27:32'),
(2057, 1369, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 17:28:31'),
(2058, 1367, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 17:28:37'),
(2059, 1205, 14, '0301-7042636 . need samples', '', '2025-10-04 17:56:10'),
(2060, 1370, 16, '', 'uploads/audio/68e0eca815a4a-1759571112.webm', '2025-10-04 18:45:13'),
(2061, 1371, 16, '', 'uploads/audio/68e0ed5646c27-1759571286.webm', '2025-10-04 18:48:07'),
(2062, 1372, 16, '', 'uploads/audio/68e0ee377c238-1759571511.webm', '2025-10-04 18:51:52'),
(2063, 1373, 16, '', 'uploads/audio/68e0ef23cf735-1759571747.webm', '2025-10-04 18:55:49'),
(2064, 1374, 16, '', 'uploads/audio/68e0f04a1ab54-1759572042.webm', '2025-10-04 19:00:43'),
(2065, 1375, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-04 19:15:36'),
(2066, 1374, 29, 'Keep them in follow-up.', '', '2025-10-04 19:19:29'),
(2067, 1373, 29, 'Keep them in follow-up.', '', '2025-10-04 19:21:35'),
(2068, 1372, 29, 'Keep them in follow-up.', '', '2025-10-04 19:22:32'),
(2069, 1371, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-04 19:23:09'),
(2070, 1316, 5, '', 'uploads/audio/68e100382a25f-1759576120.webm', '2025-10-04 20:08:41'),
(2071, 1266, 5, '', 'uploads/audio/68e1007bd1cf5-1759576187.webm', '2025-10-04 20:09:54'),
(2072, 1376, 5, '', 'uploads/audio/68e1016f85af1-1759576431.webm', '2025-10-04 20:13:53'),
(2073, 1377, 5, '', 'uploads/audio/68e102dc45b8d-1759576796.webm', '2025-10-04 20:19:57'),
(2074, 1378, 5, '', 'uploads/audio/68e103a542e1c-1759576997.webm', '2025-10-04 20:23:22'),
(2075, 1379, 5, '', 'uploads/audio/68e104443b917-1759577156.webm', '2025-10-04 20:25:57'),
(2076, 662, 21, 'Second time Visit', '', '2025-10-04 22:11:52'),
(2077, 277, 21, 'Female Principal contact to Sir', '', '2025-10-04 22:12:52'),
(2078, 501, 21, 'Sir Jahanigar Sab Sy meeting hui ha', '', '2025-10-04 22:14:02'),
(2079, 504, 21, 'Admin Sab maly th principal ni th', '', '2025-10-04 22:15:25'),
(2080, 1380, 26, 'Introductory meeting with Admin. Principal was out of country..', '', '2025-10-06 04:24:49'),
(2081, 1381, 26, 'Visited here for meeting with Mr Adv Abid Sahb Principal and Owner of the school.He was complaining regarding distributor and company promises which didn\'t fullfil. But I gave him surety that In future you will not find any complain.', '', '2025-10-06 04:41:55'),
(2082, 1382, 26, 'Introductory meeting with Mr Shahid Sahb.and He was interested in Smart board. However I shared all prices with pictures with him.', '', '2025-10-06 05:02:20'),
(2083, 1383, 26, 'Meeting with Mr Naeem Sahb brother of Sir Azeem. He was interested in Smart board. And requested again to visit school in next week for meeting with Mr azeem', '', '2025-10-06 05:13:45'),
(2084, 1385, 26, 'Introductory meeting with Mr Zeeshan and he was demanding samples in November 2025', '', '2025-10-06 05:30:13'),
(2085, 1386, 26, 'Detailed Meeting with Head office Manager . He said our selection process has started in June to July every year. I compared the books with their selected books. He admired the work but said visit in next year. Now we ordered to publishers for new session.', '', '2025-10-06 05:52:50'),
(2086, 662, 29, 'Keep them in follow-up.', '', '2025-10-06 13:22:14'),
(2087, 501, 29, 'Keep them in follow-up.', '', '2025-10-06 13:22:57'),
(2088, 504, 29, 'Keep them in follow-up.', '', '2025-10-06 13:23:12'),
(2089, 277, 29, '?', '', '2025-10-06 13:24:02'),
(2090, 1379, 29, 'Keep them in follow-up.', '', '2025-10-06 13:57:54'),
(2091, 1378, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 13:59:32'),
(2092, 1377, 29, 'Keep them in follow-up.', '', '2025-10-06 14:00:39'),
(2093, 504, 21, 'ok', '', '2025-10-06 14:02:23'),
(2094, 501, 21, 'ok', '', '2025-10-06 14:02:33'),
(2095, 662, 21, 'ok', '', '2025-10-06 14:02:49'),
(2096, 1376, 29, '\"This is truly commendable work.\"', '', '2025-10-06 14:03:19'),
(2097, 1266, 29, '\"This is truly commendable work.\"', '', '2025-10-06 14:04:12'),
(2098, 1316, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 14:04:56'),
(2099, 1384, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-06 14:42:00'),
(2100, 1387, 8, '', 'uploads/audio/68e356ee1ae97-1759729390.webm', '2025-10-06 14:43:11'),
(2101, 1386, 29, 'Keep them in follow-up.', '', '2025-10-06 14:44:26'),
(2102, 1385, 29, 'Keep them in follow-up.', '', '2025-10-06 14:44:41'),
(2103, 1383, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 14:45:05'),
(2104, 1382, 29, 'Got it, Please share this with your head too.', '', '2025-10-06 14:46:33'),
(2105, 1381, 29, '\"Plan an orientation with them.\"', '', '2025-10-06 14:49:36'),
(2106, 1380, 29, 'Keep them in follow-up.', '', '2025-10-06 14:50:23'),
(2107, 1387, 29, 'Keep them in follow-up.', '', '2025-10-06 14:52:22'),
(2108, 1370, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 14:54:19'),
(2109, 504, 29, '.', '', '2025-10-06 14:56:06'),
(2110, 501, 29, '.', '', '2025-10-06 14:56:14'),
(2111, 662, 29, '.', '', '2025-10-06 14:56:29'),
(2112, 1388, 10, '', 'uploads/audio/68e35bc034e7e-1759730624.webm', '2025-10-06 15:08:08'),
(2113, 1391, 8, '', 'uploads/audio/68e35dbd59bb1-1759731133.webm', '2025-10-06 15:12:30'),
(2114, 1390, 28, 'Met with Sir Shahzad, required samples in this week', '', '2025-10-06 15:14:05'),
(2115, 1393, 28, 'Met with Miss Fouzia, required samples in December', '', '2025-10-06 15:30:01'),
(2116, 1134, 10, '', 'uploads/audio/68e36281e2078-1759732353.webm', '2025-10-06 15:32:36'),
(2117, 1395, 28, 'Met with coordinator Miss Shumaila, Sir Ansar was not available asked to come later and said Sir Ansar is available in second half', '', '2025-10-06 15:49:28'),
(2118, 1396, 28, 'Met with Miss Saba, coordinator discussed regarding our product he asked to come later to meet with Sir shakeel', '', '2025-10-06 15:53:03'),
(2119, 1397, 8, '', 'uploads/audio/68e369402e433-1759734080.webm', '2025-10-06 16:01:21'),
(2120, 1398, 10, '', 'uploads/audio/68e36a22f376e-1759734306.webm', '2025-10-06 16:05:10'),
(2121, 1399, 28, 'Met with Miss Akbar, Sir Faheem was not available asked me to come later to meet with Sir Faheem', '', '2025-10-06 16:08:44'),
(2122, 388, 26, 'Waiting after long time , thorougly meeting Junior department Principal madam Asma. I shared again all information with Interactive and she said ,she will discuss with Senior Section Principal and you come again tomorrow for further discussion. I also requested for arranging orientation.', '', '2025-10-06 16:10:56'),
(2123, 1209, 14, 'Mam Ayesha: 0305-7776624 , 0302-7776624', '', '2025-10-06 16:13:19'),
(2124, 1400, 10, '', 'uploads/audio/68e3707fb95d5-1759735935.webm', '2025-10-06 16:32:18'),
(2125, 1401, 10, '', 'uploads/audio/68e377a2b21f4-1759737762.webm', '2025-10-06 17:02:47'),
(2126, 613, 29, '.', '', '2025-10-06 17:15:36'),
(2127, 615, 29, '.', '', '2025-10-06 17:15:42'),
(2128, 1394, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-06 17:17:00'),
(2129, 388, 29, 'Keep them in follow-up.', '', '2025-10-06 17:18:17'),
(2130, 1402, 26, 'Thoroughly Introductory meeting with Director Mian Ajmal sahb. He admired the company\'s work And he said ,he will shared all information with Madam. I will visit again tomorrow for follow up.', '', '2025-10-06 17:23:12'),
(2131, 1399, 29, 'Keep them in follow-up.', '', '2025-10-06 17:23:43'),
(2132, 1396, 29, 'Keep them in follow-up.', '', '2025-10-06 17:24:29'),
(2133, 1395, 29, 'Keep them in follow-up.', '', '2025-10-06 17:24:47'),
(2134, 1393, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 17:30:19'),
(2135, 1390, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 17:30:47'),
(2136, 1401, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 17:32:33'),
(2137, 1400, 29, 'Got it, Please share this with your head too', '', '2025-10-06 17:34:06'),
(2138, 1398, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 17:34:39'),
(2139, 1134, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 17:35:16'),
(2140, 1388, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 17:35:33'),
(2141, 1404, 16, '', 'uploads/audio/68e384a71d609-1759741095.webm', '2025-10-06 17:58:25'),
(2142, 1405, 16, '', 'uploads/audio/68e385b723007-1759741367.webm', '2025-10-06 18:02:57'),
(2143, 1406, 16, '', 'uploads/audio/68e386fa40ce4-1759741690.webm', '2025-10-06 18:08:15'),
(2144, 1408, 16, '', 'uploads/audio/68e388a557085-1759742117.webm', '2025-10-06 18:15:20'),
(2145, 1397, 29, 'Keep them in follow-up.', '', '2025-10-06 18:27:21'),
(2146, 1391, 29, 'Keep them in follow-up.', '', '2025-10-06 18:27:47'),
(2147, 1408, 29, 'Keep them in follow-up.', '', '2025-10-06 18:31:54'),
(2148, 1406, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 18:32:35'),
(2149, 1405, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-06 18:33:22'),
(2150, 1404, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-10-06 18:34:43'),
(2151, 1407, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-06 18:35:03'),
(2152, 1402, 29, 'Keep them in follow-up.', '', '2025-10-06 18:37:07'),
(2153, 1403, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-06 19:30:56'),
(2154, 1392, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-06 19:32:54'),
(2155, 1389, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-06 19:33:02'),
(2156, 1222, 14, 'I had a very productive conversation with the school owner. Its our member school. they need login facility. i send them link ,and their num to IT Department.', '', '2025-10-06 19:36:20'),
(2157, 1226, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience .', '', '2025-10-06 19:53:25'),
(2158, 1226, 14, 'They need samples in December.', '', '2025-10-06 19:54:45'),
(2159, 1409, 5, '', 'uploads/audio/68e3b7b6919b3-1759754166.webm', '2025-10-06 21:36:08'),
(2160, 1410, 5, '', 'uploads/audio/68e3b8a634302-1759754406.webm', '2025-10-06 21:40:08'),
(2161, 1411, 5, '', 'uploads/audio/68e3b929555e6-1759754537.webm', '2025-10-06 21:42:20'),
(2162, 1412, 5, '', 'uploads/audio/68e3b9c8e5dd3-1759754696.webm', '2025-10-06 21:44:58'),
(2163, 439, 21, 'second Visit', '', '2025-10-06 22:33:56'),
(2164, 279, 21, 'Second Visit', '', '2025-10-06 22:34:29'),
(2165, 350, 21, 'Not principal Admin Sy bat hui th', '', '2025-10-06 22:35:27'),
(2166, 276, 21, 'Second Visit', '', '2025-10-06 22:36:18'),
(2167, 1421, 23, 'intrested our press legal samples reqired in december', '', '2025-10-07 01:48:32'),
(2168, 1422, 23, 'Orientation in the last week of month required  pre leval samples reqired', '', '2025-10-07 01:53:39'),
(2169, 1423, 23, 'Pre leval Complete samples Required along w.books urgent bases', '', '2025-10-07 01:58:41'),
(2170, 1425, 23, 'Samples required in December pre leval just.', '', '2025-10-07 02:10:02'),
(2171, 1426, 23, 'Interested in our pre-level complete samples + orientation required same  week 12:30 to 2:30 any day', '', '2025-10-07 02:14:45'),
(2172, 1227, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience and also asked for a phonics training session to be conducted by a female trainer. I send her  link.', '', '2025-10-07 13:24:27'),
(2173, 1414, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 13:35:48'),
(2174, 1417, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 13:36:11'),
(2175, 1418, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 13:36:17'),
(2176, 1419, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 13:36:24'),
(2177, 1420, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 13:36:36'),
(2178, 1416, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 13:36:46'),
(2179, 1413, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 13:36:53'),
(2180, 1415, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 13:37:00'),
(2181, 1429, 9, '', 'uploads/audio/68e49cf6f2f44-1759812854.webm', '2025-10-07 13:54:16'),
(2182, 276, 29, 'Keep them in follow-up.', '', '2025-10-07 13:59:53'),
(2183, 350, 29, 'Keep them in follow-up.', '', '2025-10-07 14:00:10'),
(2184, 279, 29, 'Keep them in follow-up.', '', '2025-10-07 14:00:18'),
(2185, 439, 29, 'Keep them in follow-up.', '', '2025-10-07 14:00:25'),
(2186, 169, 11, '', 'uploads/audio/68e49e85a92c6-1759813253.webm', '2025-10-07 14:01:20'),
(2187, 1429, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 14:02:33'),
(2188, 1427, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 14:03:21'),
(2189, 1428, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 14:03:29'),
(2190, 1230, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience and also need the link i shared.', '', '2025-10-07 14:09:39'),
(2191, 1430, 9, '', 'uploads/audio/68e4a1aab39f6-1759814058.webm', '2025-10-07 14:14:20'),
(2192, 1231, 14, 'Interested in  our books. I had a very productive conversation with the school owner. He requested samples at the earliest convenience . Also need orientation.', '', '2025-10-07 14:23:18'),
(2193, 1432, 16, '', 'uploads/audio/68e4a52b5a700-1759814955.webm', '2025-10-07 14:29:35'),
(2194, 1433, 16, '', 'uploads/audio/68e4a60d78f87-1759815181.webm', '2025-10-07 14:33:03'),
(2195, 68, 11, '', 'uploads/audio/68e4a61365739-1759815187.webm', '2025-10-07 14:33:12'),
(2196, 1431, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 14:34:26');
INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(2197, 1233, 14, 'They need samples urgently . I shared link with them.', '', '2025-10-07 14:36:20'),
(2198, 1426, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 14:36:23'),
(2199, 1425, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 14:37:00'),
(2200, 1423, 14, 'ok Arrange the samples and deliver them.', '', '2025-10-07 14:40:55'),
(2201, 1435, 9, '', 'uploads/audio/68e4a9045da16-1759815940.webm', '2025-10-07 14:45:42'),
(2202, 1422, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 14:46:27'),
(2203, 1421, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 14:46:39'),
(2204, 1424, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 14:46:53'),
(2205, 1436, 16, '', 'uploads/audio/68e4aa31beafc-1759816241.webm', '2025-10-07 14:50:43'),
(2206, 51, 10, '', 'uploads/audio/68e4abbab4c53-1759816634.webm', '2025-10-07 14:57:17'),
(2207, 53, 10, '', 'uploads/audio/68e4ac6a90ce5-1759816810.webm', '2025-10-07 15:00:16'),
(2208, 1436, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 15:06:18'),
(2209, 1433, 29, 'ok, no issue', '', '2025-10-07 15:06:58'),
(2210, 1432, 29, 'â€œThis is our member school. Visit them, and if they have any issue, ask about it and immediately contact your senior for a solution.â€', '', '2025-10-07 15:07:40'),
(2211, 53, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 15:09:31'),
(2212, 51, 29, 'Keep them in follow-up.', '', '2025-10-07 15:10:12'),
(2213, 1435, 29, 'Keep them in follow-up.', '', '2025-10-07 15:11:52'),
(2214, 1117, 28, 'Met with Sir Majid, discussed regarding our product he said there is no need any books but art and craft may be adopted so required samples of arts and craft', '', '2025-10-07 15:24:09'),
(2215, 1114, 28, 'Met with Sir Khalid, required samples of primary', '', '2025-10-07 15:26:17'),
(2216, 1021, 10, '', 'uploads/audio/68e4b2d7af988-1759818455.webm', '2025-10-07 15:27:38'),
(2217, 76, 11, '', 'uploads/audio/68e4b3eccac08-1759818732.webm', '2025-10-07 15:32:14'),
(2218, 1439, 16, '', 'uploads/audio/68e4b40f12856-1759818767.webm', '2025-10-07 15:33:23'),
(2219, 859, 25, 'I have finalized the date of orientation and the date is 11 nov 2025 saturday,please reserve my date', '', '2025-10-07 15:40:29'),
(2220, 1440, 9, '', 'uploads/audio/68e4b6eb3c897-1759819499.webm', '2025-10-07 15:45:00'),
(2221, 1114, 29, 'ok, Arrange it.', '', '2025-10-07 15:46:56'),
(2222, 1228, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience and also asked for a phonics training session to be conducted by a female trainer.', '', '2025-10-07 15:47:18'),
(2223, 1117, 29, 'ok, Arrange their need.', '', '2025-10-07 15:48:05'),
(2224, 1441, 10, '', 'uploads/audio/68e4b7ef6a82b-1759819759.webm', '2025-10-07 15:49:23'),
(2225, 1125, 28, 'Pre primary completely delivered and Urdu , Urdu grammar and islamiat primary delivered', '', '2025-10-07 15:49:52'),
(2226, 1440, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 15:56:21'),
(2227, 1430, 29, 'Keep them in follow-up.', '', '2025-10-07 15:56:53'),
(2228, 1125, 29, 'ok', '', '2025-10-07 15:58:23'),
(2229, 1441, 29, 'ok, no issue', '', '2025-10-07 16:03:15'),
(2230, 1162, 8, '', 'uploads/audio/68e4bd023a578-1759821058.webm', '2025-10-07 16:10:59'),
(2231, 1021, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 16:13:18'),
(2232, 1162, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 16:14:57'),
(2233, 1439, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 16:18:25'),
(2234, 859, 29, 'kindly mention the date on next next option', '', '2025-10-07 16:20:18'),
(2235, 1235, 14, 'Need Samples', '', '2025-10-07 16:20:29'),
(2236, 1128, 28, 'Met with Sir Sabir, he is interested in our interactive board after that our pre primary will be adopted', '', '2025-10-07 16:21:10'),
(2237, 1437, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 16:21:27'),
(2238, 1443, 10, '', 'uploads/audio/68e4bf77f3642-1759821687.webm', '2025-10-07 16:21:33'),
(2239, 1434, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 16:21:34'),
(2240, 1444, 16, '', 'uploads/audio/68e4bfd4b1184-1759821780.webm', '2025-10-07 16:23:03'),
(2241, 1443, 29, 'Keep them in follow-up.', '', '2025-10-07 16:23:57'),
(2242, 76, 29, 'Talk to your head to arrange it.', '', '2025-10-07 16:25:14'),
(2243, 68, 29, 'your voice is not clear', '', '2025-10-07 16:26:02'),
(2244, 169, 29, 'Keep them in follow-up.', '', '2025-10-07 16:26:41'),
(2245, 380, 9, '', 'uploads/audio/68e4c17f97a33-1759822207.webm', '2025-10-07 16:30:31'),
(2246, 1444, 29, 'Got it, Please share this with your head too.', '', '2025-10-07 16:33:33'),
(2247, 1128, 29, 'ok, Arrange it.', '', '2025-10-07 16:34:32'),
(2248, 380, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 16:35:59'),
(2249, 1445, 16, '', 'uploads/audio/68e4c57172a30-1759823217.webm', '2025-10-07 16:47:25'),
(2250, 1445, 29, 'Keep them in follow-up.', '', '2025-10-07 16:52:55'),
(2251, 1249, 14, 'They said send us sample. no ne came to meet us.', '', '2025-10-07 16:54:37'),
(2252, 1412, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 16:55:42'),
(2253, 1411, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 16:56:37'),
(2254, 1410, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 16:57:36'),
(2255, 1409, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 16:58:29'),
(2256, 1442, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 17:04:11'),
(2257, 1438, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-07 17:04:18'),
(2258, 1253, 14, 'must visit in November. They liked our books.', '', '2025-10-07 17:06:22'),
(2259, 1255, 14, 'Highly Interested . In Sha Allah they adopt.', '', '2025-10-07 17:26:39'),
(2260, 388, 26, 'Today meeting with Senior Section Principal and discussed, shared all information. she said they have been attended our last year session At Allah Malak Hotel. But this year they will again we will discuss with Directors. They demanded samples .', '', '2025-10-07 17:32:26'),
(2261, 1402, 26, 'Visited again for follow up in Head office. They will decide about orientation and inform me. I will keep them in follow up.', '', '2025-10-07 17:35:10'),
(2262, 1446, 23, 'interested in our pre-level orientation Date is 25 Oct. 2025', '', '2025-10-07 17:55:05'),
(2263, 368, 26, 'Visited again to meet with Principal but unfortunately she was busy, I met with Mr majid administrator and shared all information and guided with Interactive App. He gave me his own personal number and said call me another day I will arrange meeting with Principal and director.', '', '2025-10-07 18:30:16'),
(2264, 1447, 26, 'Thoroughly introductory meeting with Mr Naveed, they are currently working with oxford and afaq. He said this year he changed their syllabus but your blended learning is good. We will discuss and think about it.', '', '2025-10-07 18:36:29'),
(2265, 1448, 26, 'Thoroughly introductory meeting with Mr Rafiq Sahb.', '', '2025-10-07 18:41:41'),
(2266, 1448, 29, 'Keep them in follow-up.', '', '2025-10-07 18:45:34'),
(2267, 1447, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 18:46:03'),
(2268, 368, 29, 'Keep them in follow-up.', '', '2025-10-07 18:46:33'),
(2269, 1402, 29, 'Keep them in follow-up.', '', '2025-10-07 18:46:47'),
(2270, 388, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 18:47:18'),
(2271, 1446, 29, 'ok , got it.', '', '2025-10-07 18:48:53'),
(2272, 1454, 5, '', 'uploads/audio/68e4e4d4714c9-1759831252.webm', '2025-10-07 19:00:54'),
(2273, 1455, 23, 'interestedour pre leval samples reqiured december', '', '2025-10-07 19:01:16'),
(2274, 1454, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 19:02:03'),
(2275, 1456, 5, '', 'uploads/audio/68e4e55376d62-1759831379.webm', '2025-10-07 19:03:02'),
(2276, 1368, 8, '2nd visit orientation', 'uploads/audio/68e4e58da6439-1759831437.webm', '2025-10-07 19:04:09'),
(2277, 1458, 5, '', 'uploads/audio/68e4e6923d27a-1759831698.webm', '2025-10-07 19:08:22'),
(2278, 1458, 29, 'ok', '', '2025-10-07 19:11:50'),
(2279, 1458, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-07 19:11:54'),
(2280, 1456, 29, 'Keep them in follow-up.', '', '2025-10-07 19:13:12'),
(2281, 1368, 29, 'Keep them in follow-up.', '', '2025-10-07 19:14:17'),
(2282, 1455, 29, 'Keep them in follow-up.', '', '2025-10-07 19:14:57'),
(2283, 1309, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '', '2025-10-08 13:13:27'),
(2284, 1450, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-08 13:16:41'),
(2285, 1451, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-08 13:19:20'),
(2286, 1452, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-08 13:20:49'),
(2287, 1453, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-08 13:22:26'),
(2288, 1457, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-08 13:22:33'),
(2289, 1449, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-08 13:22:42'),
(2290, 1460, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-08 13:32:16'),
(2291, 707, 25, '.', 'uploads/audio/68e5ee63e0c67-1759899235.webm', '2025-10-08 13:53:58'),
(2292, 1461, 9, '', 'uploads/audio/68e5f0a767de6-1759899815.webm', '2025-10-08 14:03:37'),
(2293, 707, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-08 14:04:12'),
(2294, 1461, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-08 14:05:28'),
(2295, 712, 25, '.', 'uploads/audio/68e5f45bbe3e8-1759900763.webm', '2025-10-08 14:19:25'),
(2296, 716, 25, 'They will concider about orientation', '', '2025-10-08 14:23:52'),
(2297, 82, 10, '', 'uploads/audio/68e5f81c999c7-1759901724.webm', '2025-10-08 14:35:27'),
(2298, 1463, 8, '', 'uploads/audio/68e5fa49c7e09-1759902281.webm', '2025-10-08 14:44:45'),
(2299, 1463, 29, 'Keep them in follow-up.', '', '2025-10-08 14:49:36'),
(2300, 82, 29, 'ok, kindly update me when it arrange.', '', '2025-10-08 14:51:58'),
(2301, 716, 29, 'Keep them in follow-up.', '', '2025-10-08 14:53:14'),
(2302, 712, 29, 'Keep them in follow-up.', '', '2025-10-08 14:54:11'),
(2303, 1462, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-08 14:54:59'),
(2304, 1464, 9, '', 'uploads/audio/68e5fd43d58dd-1759903043.webm', '2025-10-08 14:57:25'),
(2305, 1466, 8, '', 'uploads/audio/68e5fe3d27dbb-1759903293.webm', '2025-10-08 15:01:34'),
(2306, 58, 10, '', 'uploads/audio/68e5fe5a8c99c-1759903322.webm', '2025-10-08 15:02:04'),
(2307, 1260, 14, 'â€œThe owner has an excellent vision. He needs a one-year plan for training workshops and follow-up sessions for teachers. He wants to train his staff to teach the books using proper teaching methodologies and also ensure their effective implementation.â€', '', '2025-10-08 15:16:56'),
(2308, 1260, 14, 'â€œI suggested arranging an orientation session with Sir Rashid Badar.â€', '', '2025-10-08 15:18:15'),
(2309, 58, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-08 15:24:27'),
(2310, 1466, 29, 'Keep them in follow-up.', '', '2025-10-08 15:25:11'),
(2311, 1464, 29, 'Keep them in follow-up.', '', '2025-10-08 15:26:54'),
(2312, 59, 10, '', 'uploads/audio/68e6081bc53d8-1759905819.webm', '2025-10-08 15:43:42'),
(2313, 1467, 9, '', 'uploads/audio/68e609a0f1598-1759906208.webm', '2025-10-08 15:50:11'),
(2314, 1470, 10, '', 'uploads/audio/68e60ef3c93f9-1759907571.webm', '2025-10-08 16:13:04'),
(2315, 1471, 8, '', 'uploads/audio/68e613a24b98a-1759908770.webm', '2025-10-08 16:32:51'),
(2316, 1467, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-08 16:43:22'),
(2317, 1470, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-08 16:45:49'),
(2318, 59, 29, 'ok, no issue.', '', '2025-10-08 16:47:25'),
(2319, 1471, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-08 16:51:39'),
(2320, 1320, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '', '2025-10-08 17:59:56'),
(2321, 1476, 16, '', 'uploads/audio/68e6281e7630f-1759914014.webm', '2025-10-08 18:00:46'),
(2322, 1475, 16, '', 'uploads/audio/68e628aa37098-1759914154.webm', '2025-10-08 18:02:36'),
(2323, 1477, 16, '', 'uploads/audio/68e629c8f12e9-1759914440.webm', '2025-10-08 18:07:27'),
(2324, 1478, 16, '', 'uploads/audio/68e62be23e02d-1759914978.webm', '2025-10-08 18:16:22'),
(2325, 1319, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '', '2025-10-08 18:23:38'),
(2326, 1315, 14, 'Madam said no one visited in school . she need samples. also have curiosity about %. I send her link.', '', '2025-10-08 18:50:08'),
(2327, 1325, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '', '2025-10-08 18:59:56'),
(2328, 1327, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '', '2025-10-08 19:06:04'),
(2329, 1478, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-08 19:28:35'),
(2330, 1477, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-08 19:29:05'),
(2331, 1475, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-08 19:30:05'),
(2332, 1476, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-08 19:30:31'),
(2333, 1468, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-08 19:31:18'),
(2334, 1469, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-08 19:31:24'),
(2335, 1377, 5, '', 'uploads/audio/68e6634809d34-1759929160.webm', '2025-10-08 22:12:51'),
(2336, 1379, 5, '', 'uploads/audio/68e6639be69a5-1759929243.webm', '2025-10-08 22:14:06'),
(2337, 1482, 23, 'Interestedour Pre leval samples Required next week & Orientation Date Final in next week insha allah', '', '2025-10-09 03:10:28'),
(2338, 1483, 23, 'Interested our pre Leval But Samples Required in December last week', '', '2025-10-09 03:15:02'),
(2339, 1484, 23, '50 percent of the series sample is required.', '', '2025-10-09 03:20:04'),
(2340, 1485, 23, 'Sample required in November last week plus orientation', '', '2025-10-09 03:24:12'),
(2341, 1487, 23, 'Next week Meeting about Pre leval Books & Samples Required complete', '', '2025-10-09 03:31:27'),
(2342, 1488, 23, 'Pre Level Books are Sellected but Board paymnt plan discuss about instalment plan', '', '2025-10-09 03:36:02'),
(2343, 1249, 21, 'ok mam', '', '2025-10-09 12:18:03'),
(2344, 1249, 29, '.', '', '2025-10-09 13:12:53'),
(2345, 1488, 29, 'Discuss it with Rashid sb.', '', '2025-10-09 13:15:51'),
(2346, 1487, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 13:18:12'),
(2347, 1485, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 13:18:29'),
(2348, 1484, 29, 'Discuss it with Rashid sb.', '', '2025-10-09 13:18:58'),
(2349, 1483, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 13:19:14'),
(2350, 1482, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 13:19:48'),
(2351, 1486, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 13:20:03'),
(2352, 1379, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 13:29:24'),
(2353, 1379, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 13:29:38'),
(2354, 1377, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 13:30:11'),
(2355, 1481, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 13:32:48'),
(2356, 1480, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 13:32:58'),
(2357, 1479, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 13:33:05'),
(2358, 1465, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 13:38:11'),
(2359, 1474, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 13:40:40'),
(2360, 1473, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 13:40:47'),
(2361, 1472, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 13:40:55'),
(2362, 1459, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 13:41:02'),
(2363, 1489, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 13:58:35'),
(2364, 1323, 25, 'Meeting with them regarding books and app,they are unhappy for service provided by jinnah book depot', '', '2025-10-09 13:59:59'),
(2365, 894, 8, '2nd visit', 'uploads/audio/68e74153737be-1759986003.webm', '2025-10-09 14:00:10'),
(2366, 894, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 14:01:52'),
(2367, 1323, 25, 'But i am trying to convince them', '', '2025-10-09 14:02:37'),
(2368, 1323, 29, 'Got it, Please share this with your head too.', '', '2025-10-09 14:02:47'),
(2369, 1490, 10, '', 'uploads/audio/68e74419b04d0-1759986713.webm', '2025-10-09 14:11:56'),
(2370, 1490, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 14:16:18'),
(2371, 61, 10, '', 'uploads/audio/68e7465536850-1759987285.webm', '2025-10-09 14:21:27'),
(2372, 853, 8, '', 'uploads/audio/68e7478437e0d-1759987588.webm', '2025-10-09 14:26:29'),
(2373, 1493, 9, '', 'uploads/audio/68e748b8a3755-1759987896.webm', '2025-10-09 14:31:37'),
(2374, 1492, 25, '.', 'uploads/audio/68e748d99e08a-1759987929.webm', '2025-10-09 14:32:12'),
(2375, 1493, 9, '', 'uploads/audio/68e7491a18430-1759987994.webm', '2025-10-09 14:33:16'),
(2376, 92, 10, '', 'uploads/audio/68e749c43541e-1759988164.webm', '2025-10-09 14:36:05'),
(2377, 1494, 28, 'Met with coordinator, Sir wali was in other campus , she said go to other campus or come later.', '', '2025-10-09 14:37:35'),
(2378, 92, 29, 'Keep them in follow-up.', '', '2025-10-09 14:40:08'),
(2379, 61, 29, 'Keep them in follow-up.', '', '2025-10-09 14:40:48'),
(2380, 294, 10, '', 'uploads/audio/68e74c14aee32-1759988756.webm', '2025-10-09 14:45:59'),
(2381, 91, 10, '', 'uploads/audio/68e74dd254352-1759989202.webm', '2025-10-09 14:53:28'),
(2382, 93, 10, '', 'uploads/audio/68e74f3adddca-1759989562.webm', '2025-10-09 14:59:24'),
(2383, 1494, 29, 'Keep them in follow-up.', '', '2025-10-09 15:00:17'),
(2384, 93, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 15:06:35'),
(2385, 1496, 28, 'Met with Miss Amber Sheikh, she required samples in next week', '', '2025-10-09 15:06:47'),
(2386, 91, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 15:07:25'),
(2387, 294, 29, 'Keep them in follow-up.', '', '2025-10-09 15:08:18'),
(2388, 1497, 25, '1st visit', 'uploads/audio/68e751ee18f62-1759990254.webm', '2025-10-09 15:11:05'),
(2389, 1498, 28, 'Met with Miss Nousheen, discussed regarding our product, she said they will decide late so asked to come in December or January for sampling', '', '2025-10-09 15:12:02'),
(2390, 1498, 29, 'Keep them in follow-up.', '', '2025-10-09 15:14:52'),
(2391, 606, 10, '', 'uploads/audio/68e752e214571-1759990498.webm', '2025-10-09 15:15:03'),
(2392, 1496, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-09 15:15:21'),
(2393, 606, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-09 15:16:30'),
(2394, 1497, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 15:18:04'),
(2395, 1500, 25, 'Collected data from teacher, concerned person was absent', '', '2025-10-09 15:18:26'),
(2396, 1492, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 15:18:45'),
(2397, 1499, 9, '', 'uploads/audio/68e753c4a78dc-1759990724.webm', '2025-10-09 15:18:45'),
(2398, 1500, 29, 'Keep them in follow-up.', '', '2025-10-09 15:19:36'),
(2399, 1499, 29, 'Keep them in follow-up.', '', '2025-10-09 15:21:00'),
(2400, 1493, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 15:21:41'),
(2401, 1491, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 15:22:39'),
(2402, 853, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 15:24:11'),
(2403, 1495, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 15:29:21'),
(2404, 1501, 28, 'Met with Maam Shazia,she is so interested in our primary books, need samples complete in next week', '', '2025-10-09 15:50:43'),
(2405, 1501, 29, 'ok, Arrange it.', '', '2025-10-09 15:55:38'),
(2406, 1125, 28, 'Met with Miss Sadaf, she concerned with smart boards, asked to talk with company owner', '', '2025-10-09 16:13:02'),
(2407, 1502, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 16:14:00'),
(2408, 1125, 29, 'Discuss it with Rashid sb .', '', '2025-10-09 16:18:26'),
(2409, 1125, 28, 'Sorry school was entered incorrect', '', '2025-10-09 16:30:02'),
(2410, 917, 28, 'Met with Miss Sadaf, she concerned with smart boards, asked to talk with company owner', '', '2025-10-09 16:30:15'),
(2411, 917, 29, 'Discuss it with Rashid sb.', '', '2025-10-09 16:41:13'),
(2412, 1125, 29, 'its ok.', '', '2025-10-09 16:41:37'),
(2413, 1505, 16, '', 'uploads/audio/68e7753dc1a53-1759999293.webm', '2025-10-09 17:41:38'),
(2414, 1506, 16, '', 'uploads/audio/68e7762798260-1759999527.webm', '2025-10-09 17:45:28'),
(2415, 1507, 16, '', 'uploads/audio/68e7772757045-1759999783.webm', '2025-10-09 17:49:48'),
(2416, 1508, 16, '', 'uploads/audio/68e777fc80742-1759999996.webm', '2025-10-09 17:53:23'),
(2417, 1509, 16, '', 'uploads/audio/68e778b6cc1be-1760000182.webm', '2025-10-09 17:56:24'),
(2418, 1510, 23, 'Meeting Next week complete Sampling along Resourse Materials', '', '2025-10-09 18:09:31'),
(2419, 1511, 23, 'Next Week meeting about Pre leval Books smartkids series', '', '2025-10-09 18:12:50'),
(2420, 506, 23, 'Meeting hopefully data resource materail delivered on the spot.  & fully satisfied about sllybus', '', '2025-10-09 18:15:33'),
(2421, 1486, 23, 'Interested in our press leval Complete Samplings on the spot & Hopefull meeting', '', '2025-10-09 18:18:31'),
(2422, 1486, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 18:25:50'),
(2423, 506, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 18:26:06'),
(2424, 1512, 23, 'Interested in our pre-level books. smartkids  series next week complete sampling Required & Meeting about Academic Dealing , Class Management & How  to now writing skills enhance the student.', '', '2025-10-09 18:26:41'),
(2425, 1511, 29, 'Keep them in follow-up.', '', '2025-10-09 18:31:51'),
(2426, 1512, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 18:33:56'),
(2427, 1510, 29, 'Keep them in follow-up.', '', '2025-10-09 18:34:49'),
(2428, 1514, 23, 'samples Requiredin December Per leval', '', '2025-10-09 18:37:23'),
(2429, 760, 23, 'Coming week meeting is final about pre leval Books complete demostrations reqiured', '', '2025-10-09 18:39:59'),
(2430, 1509, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-09 18:45:06'),
(2431, 1508, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 18:45:48'),
(2432, 1507, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-09 18:46:27'),
(2433, 1506, 29, 'Ok, Arrange their desire.', '', '2025-10-09 18:47:20'),
(2434, 1505, 29, 'Keep them in follow-up.', '', '2025-10-09 18:49:34'),
(2435, 1513, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-09 18:52:47'),
(2436, 760, 29, '\"Please write down the event dates and details, and share them on WhatsApp.\"', '', '2025-10-09 18:56:00'),
(2437, 1514, 29, 'Keep them in follow-up.', '', '2025-10-09 18:56:21'),
(2438, 438, 21, 'only admin th', '', '2025-10-10 00:28:56'),
(2439, 503, 21, 'marza younas sath Sy mala th', '', '2025-10-10 00:31:03'),
(2440, 781, 10, '', 'uploads/audio/68e887a9f0315-1760069545.webm', '2025-10-10 13:12:30'),
(2441, 1517, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 13:16:41'),
(2442, 1518, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 13:16:50'),
(2443, 1519, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 13:17:01'),
(2444, 1520, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 13:17:08'),
(2445, 174, 9, '', 'uploads/audio/68e888c3d46e7-1760069827.webm', '2025-10-10 13:17:09'),
(2446, 1516, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 13:17:20'),
(2447, 18, 10, '', 'uploads/audio/68e88939427da-1760069945.webm', '2025-10-10 13:19:07'),
(2448, 70, 11, '', 'uploads/audio/68e88c388b79b-1760070712.webm', '2025-10-10 13:31:54'),
(2449, 503, 29, 'Got it, Please share this with your head too.', '', '2025-10-10 13:32:00'),
(2450, 438, 29, 'Keep them in follow-up.', '', '2025-10-10 13:35:59'),
(2451, 70, 29, '\"Please fulfill their needs urgently, as they are one of our member schools.\"', '', '2025-10-10 13:41:43'),
(2452, 174, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-10 13:43:36'),
(2453, 1522, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 13:44:22'),
(2454, 1515, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 13:44:31'),
(2455, 18, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-10 13:46:33'),
(2456, 781, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-10 13:47:03'),
(2457, 103, 9, '', 'uploads/audio/68e8903c73ad8-1760071740.webm', '2025-10-10 13:49:01'),
(2458, 1504, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 13:51:05'),
(2459, 1503, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 13:51:21'),
(2460, 1524, 28, 'Met with Miss Nadia,    Coordinator, discussed regarding our product, asked me to come later with samples and met with Sir Meraj,', '', '2025-10-10 14:03:15'),
(2461, 1052, 25, 'This school is done,ready to join abbassi for coming session', '', '2025-10-10 14:19:08'),
(2462, 1525, 11, '', 'uploads/audio/68e897d5a42df-1760073685.webm', '2025-10-10 14:21:29'),
(2463, 1526, 9, '', 'uploads/audio/68e8985fbc61c-1760073823.webm', '2025-10-10 14:23:45'),
(2464, 1162, 8, '', 'uploads/audio/68e898b91d5ea-1760073913.webm', '2025-10-10 14:25:15'),
(2465, 789, 28, 'Met with Miss Musarrat, discussed regarding our product, she said in this year they are not going to change anything but interested to see samples', '', '2025-10-10 14:28:09'),
(2466, 9, 10, '', 'uploads/audio/68e89990a3e94-1760074128.webm', '2025-10-10 14:28:50'),
(2467, 111, 11, '', 'uploads/audio/68e89ac512881-1760074437.webm', '2025-10-10 14:33:58'),
(2468, 1527, 8, '', 'uploads/audio/68e89f84ed084-1760075652.webm', '2025-10-10 14:54:13'),
(2469, 1528, 25, 'There was no network around the school premises so i am submitting details a little bit away from school,', '', '2025-10-10 14:57:29'),
(2470, 872, 28, 'Met with Sir Asif, discussed regarding our books approach specially blended approach', '', '2025-10-10 15:01:03'),
(2471, 1331, 14, 'Almost done order. send them samples in November', '', '2025-10-10 15:20:05'),
(2472, 111, 29, 'Keep them in follow-up.', '', '2025-10-10 15:48:19'),
(2473, 1525, 29, 'Keep them in follow-up.', '', '2025-10-10 15:48:59'),
(2474, 1526, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-10 15:49:58'),
(2475, 103, 29, 'ok', '', '2025-10-10 15:50:43'),
(2476, 1523, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 15:51:29'),
(2477, 872, 29, 'Keep them in follow-up.', '', '2025-10-10 15:53:13'),
(2478, 789, 29, 'Arrange their demand.', '', '2025-10-10 15:53:54'),
(2479, 668, 9, '', 'uploads/audio/68e8aeb39ecc3-1760079539.webm', '2025-10-10 15:59:16'),
(2480, 1524, 29, 'Keep them in follow-up.', '', '2025-10-10 16:12:06'),
(2481, 9, 29, 'Keep them in follow-up.', '', '2025-10-10 16:13:10'),
(2482, 1527, 29, 'Keep them in follow-up.', '', '2025-10-10 16:14:26'),
(2483, 1162, 29, 'Discuss it with miss bushra.', '', '2025-10-10 16:24:41'),
(2484, 1528, 29, 'ok, no issue.', '', '2025-10-10 16:26:39'),
(2485, 1052, 29, 'well-done.', '', '2025-10-10 16:27:12'),
(2486, 1052, 29, 'Discuss it with Rashid sb.', '', '2025-10-10 16:29:16'),
(2487, 82, 10, '', 'uploads/audio/68e8b699ce637-1760081561.webm', '2025-10-10 16:32:44'),
(2488, 1530, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 16:33:12'),
(2489, 1529, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 16:33:18'),
(2490, 82, 29, 'okay', '', '2025-10-10 16:48:39'),
(2491, 668, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-10 16:56:45'),
(2492, 1531, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-10 16:57:40'),
(2493, 1532, 16, '', 'uploads/audio/68e8c49e850f6-1760085150.webm', '2025-10-10 17:32:32'),
(2494, 1533, 16, '', 'uploads/audio/68e8c54dce7e5-1760085325.webm', '2025-10-10 17:35:35'),
(2495, 1534, 16, '', 'uploads/audio/68e8c63b53e17-1760085563.webm', '2025-10-10 17:39:27'),
(2496, 1535, 16, '', 'uploads/audio/68e8c6f22a5a5-1760085746.webm', '2025-10-10 17:43:09'),
(2497, 1535, 29, 'Discuss it with with your head.', '', '2025-10-10 18:57:45'),
(2498, 1534, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-10 18:58:50'),
(2499, 1533, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-10 18:59:27'),
(2500, 1532, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-10 19:00:04'),
(2501, 1536, 23, 'Pre-level Books samples Required in Nov but first visit again in school for demo.', '', '2025-10-11 02:10:03'),
(2502, 1537, 23, 'Interested in our pre-level books Required samples in November 2nd week', '', '2025-10-11 02:15:18'),
(2503, 1538, 23, 'Intrested in our pre leval Books required samples & Demo 11:30 01:30 Next week', '', '2025-10-11 02:20:15'),
(2504, 1539, 23, 'Intrest in our Pre classes Books & Nov 1st week Demo Class Required  12:30 to 02:00', '', '2025-10-11 02:25:58'),
(2505, 292, 21, 'second Visit', '', '2025-10-11 02:27:17'),
(2506, 505, 21, 'second Visit', '', '2025-10-11 02:29:09'),
(2507, 1540, 23, 'Our Member School but No Offline Data Received & No Any QR Code Data Delivered in school.  I request the It department to Allow the offline data resource materail in school as the first priority.', '', '2025-10-11 02:36:19'),
(2508, 1541, 23, 'Interested in our pre-level required samples pre Leval & 1-5 Math , English B', '', '2025-10-11 02:41:17'),
(2509, 740, 4, 'He says u visit at the last of oct', '', '2025-10-11 13:21:17'),
(2510, 520, 16, '', 'uploads/audio/68e9dd6088c8a-1760157024.webm', '2025-10-11 13:30:29'),
(2511, 1125, 28, 'Met with Sir Asghar Abbasi for follow up, review is in process asked to on next week', '', '2025-10-11 13:30:38'),
(2512, 550, 4, 'Mam says I am busy in my daughter marriage u can visit in next week', '', '2025-10-11 13:34:41'),
(2513, 394, 25, 'Offered them training session and they will concider about it', '', '2025-10-11 13:36:11'),
(2514, 644, 9, '', 'uploads/audio/68e9e1c0626c4-1760158144.webm', '2025-10-11 13:49:05'),
(2515, 505, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 14:00:50'),
(2516, 1542, 8, '', 'uploads/audio/68e9e484ab4e8-1760158852.webm', '2025-10-11 14:00:54'),
(2517, 292, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 14:01:08'),
(2518, 633, 9, '', 'uploads/audio/68e9e58adbc16-1760159114.webm', '2025-10-11 14:05:19'),
(2519, 550, 29, 'Keep them in follow-up.', '', '2025-10-11 14:07:02'),
(2520, 740, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 14:11:22'),
(2521, 1125, 29, 'Keep them in follow-up.', '', '2025-10-11 14:14:39'),
(2522, 1543, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-11 14:15:15'),
(2523, 1543, 10, '', 'uploads/audio/68e9e7edc2e00-1760159725.webm', '2025-10-11 14:15:30'),
(2524, 1544, 10, '', 'uploads/audio/68e9e95128556-1760160081.webm', '2025-10-11 14:21:26'),
(2525, 1542, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-11 14:23:37'),
(2526, 1542, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 14:23:54'),
(2527, 395, 25, 'Conversation about app and sylabus but due to their meeting in school they gave me short time,', '', '2025-10-11 14:24:42'),
(2528, 394, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 14:25:08'),
(2529, 395, 29, 'Keep them in follow-up.', '', '2025-10-11 14:26:47'),
(2530, 1545, 11, '', 'uploads/audio/68e9eaba6c407-1760160442.webm', '2025-10-11 14:27:33'),
(2531, 1547, 28, 'Met with Miss Roshan Ara, discussed regarding our product she is interested but said final decision will be made by owner, so asked to come after 12 o clock to meet with him and then samples', '', '2025-10-11 14:33:41'),
(2532, 27, 10, '', 'uploads/audio/68e9ed56340b7-1760161110.webm', '2025-10-11 14:38:32'),
(2533, 1548, 28, 'Met with Sir Asif, discussed regarding our product, he is interested in our pre primary but need samples in December', '', '2025-10-11 14:45:27'),
(2534, 1549, 8, '', 'uploads/audio/68e9f13402c60-1760162100.webm', '2025-10-11 14:55:01'),
(2535, 1550, 28, 'Met with Miss Bisma, discussed regarding our product she said Sir Shahbaz was not available asked me to come later to meet with him and discuss all things.', '', '2025-10-11 14:57:19'),
(2536, 24, 10, '', 'uploads/audio/68e9f2dd792b8-1760162525.webm', '2025-10-11 15:02:07'),
(2537, 387, 25, 'They are using very low priced books but i offer them with our low cost series perhaps they will agree on that', '', '2025-10-11 15:08:28'),
(2538, 1551, 28, 'Met with Sir Feroz Alam, required play grou samples in next month', '', '2025-10-11 15:13:21'),
(2539, 32, 10, '', 'uploads/audio/68e9fb96715ed-1760164758.webm', '2025-10-11 15:39:36'),
(2540, 31, 10, '', 'uploads/audio/68e9ff83026e0-1760165763.webm', '2025-10-11 15:56:04'),
(2541, 1167, 28, 'Met with Miss Nadia, required samples in Nov', '', '2025-10-11 16:05:44'),
(2542, 622, 25, 'Sir nawaz is in search of low cost books,i offered him out low cost series so he will consider on that', '', '2025-10-11 16:06:40'),
(2543, 1554, 4, 'Gave presentation on smart kids books', '', '2025-10-11 16:14:38'),
(2544, 1541, 29, 'ok, Arrange it.', '', '2025-10-11 16:25:30'),
(2545, 1556, 11, '', 'uploads/audio/68ea073e519dc-1760167742.webm', '2025-10-11 16:29:13'),
(2546, 1540, 29, 'â€œThis is our member school. Visit them,  , ask about it and immediately contact your senior for a solution.â€', '', '2025-10-11 16:40:50'),
(2547, 1539, 29, 'Keep them in follow-up.', '', '2025-10-11 16:42:15'),
(2548, 1538, 29, 'Keep them in follow-up.', '', '2025-10-11 16:42:35'),
(2549, 1537, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 16:42:57'),
(2550, 1536, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 16:43:07'),
(2551, 520, 29, 'okay, Arrange their need.', '', '2025-10-11 16:45:23'),
(2552, 1557, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-11 16:46:11'),
(2553, 1555, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-11 16:46:18'),
(2554, 1553, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-11 16:47:23'),
(2555, 1559, 9, '', 'uploads/audio/68ea0b9cee706-1760168860.webm', '2025-10-11 16:47:44'),
(2556, 1545, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 16:48:11'),
(2557, 1556, 29, '\"Please guide them properly.\"', '', '2025-10-11 16:50:19'),
(2558, 644, 29, 'Keep them in follow-up.', '', '2025-10-11 16:52:49'),
(2559, 633, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 16:53:31'),
(2560, 1559, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 16:53:59'),
(2561, 1554, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 16:54:36'),
(2562, 1552, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-11 16:54:52'),
(2563, 1560, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-11 16:54:58'),
(2564, 1546, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-11 16:55:06'),
(2565, 1547, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 16:56:27'),
(2566, 1548, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 16:57:19'),
(2567, 1550, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-11 16:57:40'),
(2568, 1551, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-11 16:57:52'),
(2569, 1167, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-11 16:58:02'),
(2570, 31, 29, 'Keep them in follow-up.', '', '2025-10-11 17:01:30'),
(2571, 32, 29, 'Keep them in follow-up.', '', '2025-10-11 17:02:09'),
(2572, 24, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 17:03:02'),
(2573, 1544, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 17:04:00'),
(2574, 27, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 17:04:50'),
(2575, 1543, 29, 'Keep them in follow-up.', '', '2025-10-11 17:05:32'),
(2576, 1549, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-11 17:06:27'),
(2577, 1558, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-11 17:06:38'),
(2578, 622, 29, 'Discuss it with your head.', '', '2025-10-11 17:07:38'),
(2579, 387, 29, 'Discuss it with your head.', '', '2025-10-11 17:08:06'),
(2580, 1345, 14, '\"I had a very productive conversation with the owner.', '', '2025-10-11 17:28:52'),
(2581, 1558, 8, '', 'uploads/audio/68ea154c7d758-1760171340.webm', '2025-10-11 17:29:01'),
(2582, 1558, 8, '', 'uploads/audio/68ea157c76ac3-1760171388.webm', '2025-10-11 17:29:49'),
(2583, 1562, 8, '', 'uploads/audio/68ea15d849953-1760171480.webm', '2025-10-11 17:31:21'),
(2584, 1352, 14, 'Ali Raza gives number in 2nd visit', '', '2025-10-11 17:36:59'),
(2585, 1362, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '', '2025-10-11 18:26:32'),
(2586, 1363, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '', '2025-10-11 18:31:03'),
(2587, 1562, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 18:48:11'),
(2588, 1558, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-11 18:48:35'),
(2589, 1571, 21, 'Fast Visit', 'uploads/audio/68ea6b860a76c-1760193414.webm', '2025-10-11 23:37:00'),
(2590, 1572, 21, 'Fast Visit', '', '2025-10-11 23:39:46'),
(2591, 1573, 21, 'Miss Mehwish Sy mala th AJ inshallah humari book add ho giii', '', '2025-10-11 23:47:55'),
(2592, 617, 21, 'Second Visit', '', '2025-10-11 23:55:20'),
(2593, 1575, 23, 'Intrested in our pre leval & 1to 5 meeting again in next week hope so insha Allah.', '', '2025-10-13 03:24:38'),
(2594, 1576, 23, 'hopefull meeting some branches meeting held about pre leval books in coming week.', '', '2025-10-13 03:28:38'),
(2595, 1178, 23, 'Fallow up about orientation date.', '', '2025-10-13 03:31:07'),
(2596, 1177, 23, 'Orientation in school about pre leval books Rashid badar & team', '', '2025-10-13 03:32:57'),
(2597, 1427, 4, 'Sir says kindly gave sample in Nov', '', '2025-10-13 13:13:55'),
(2598, 1566, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 13:19:24'),
(2599, 1569, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 13:19:30'),
(2600, 1570, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 13:19:36'),
(2601, 1568, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 13:19:49'),
(2602, 1567, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 13:19:55'),
(2603, 1565, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 13:20:03'),
(2604, 1564, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 13:20:10'),
(2605, 1563, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 13:20:17'),
(2606, 1574, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 13:21:22'),
(2607, 617, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 13:21:46'),
(2608, 1573, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 13:22:00'),
(2609, 1572, 29, 'Keep them in follow-up.', '', '2025-10-13 13:22:17'),
(2610, 1571, 29, 'Keep them in follow-up.', '', '2025-10-13 13:22:56'),
(2611, 1561, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 13:23:45'),
(2612, 1427, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 13:25:23'),
(2613, 1177, 29, 'Keep them in follow-up', '', '2025-10-13 13:28:10'),
(2614, 1178, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 13:28:26'),
(2615, 1576, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 13:29:34'),
(2616, 1575, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 13:29:52'),
(2617, 629, 4, 'Sir says u gave sample in Dec holidays', '', '2025-10-13 13:35:41'),
(2618, 1395, 28, 'Met with Sir Ansar, discussed regarding our pre primary, he is interested, required samples and asked to come after 12 o clock,', '', '2025-10-13 13:37:02'),
(2619, 629, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 13:39:32'),
(2620, 1395, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 13:49:30'),
(2621, 1577, 9, '', 'uploads/audio/68ec858723bc1-1760331143.webm', '2025-10-13 13:52:24'),
(2622, 1578, 16, '', 'uploads/audio/68ec872f06c9b-1760331567.webm', '2025-10-13 13:59:28'),
(2623, 1577, 29, 'Keep them in follow-up.', '', '2025-10-13 14:05:18'),
(2624, 1578, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 14:06:37'),
(2625, 1579, 8, '', 'uploads/audio/68ec8946bb966-1760332102.webm', '2025-10-13 14:08:24'),
(2626, 1385, 14, 'I had a very productive conversation with the school owner. He requested samples in mid of December.', '', '2025-10-13 14:17:11'),
(2627, 1546, 4, 'Demand sample in nov', '', '2025-10-13 14:20:42'),
(2628, 1580, 16, '', 'uploads/audio/68ec8df3c58d8-1760333299.webm', '2025-10-13 14:28:20'),
(2629, 1581, 28, 'Met with Sir Siraj, he said s interested in our primary series required samples in November', '', '2025-10-13 14:31:04'),
(2630, 1573, 21, 'ok', '', '2025-10-13 14:33:13'),
(2631, 1582, 9, '', 'uploads/audio/68ec90719a3e3-1760333937.webm', '2025-10-13 14:39:03'),
(2632, 891, 10, '', 'uploads/audio/68ec90e9eedb3-1760334057.webm', '2025-10-13 14:41:00'),
(2633, 70, 11, '', 'uploads/audio/68ec9190caa24-1760334224.webm', '2025-10-13 14:43:46'),
(2634, 1583, 28, 'Met with Miss Zainab, Sir Ayaz was not available, discussed regarding our product she said to meet with Sir Ayaz later.', '', '2025-10-13 14:43:58'),
(2635, 1584, 16, '', 'uploads/audio/68ec923082949-1760334384.webm', '2025-10-13 14:46:26'),
(2636, 396, 25, 'I am struggling to meet with the principal but unfortunately the meeting is not arranged yet', '', '2025-10-13 14:51:35'),
(2637, 1582, 29, '?', '', '2025-10-13 14:53:22'),
(2638, 1546, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 14:54:07'),
(2639, 1583, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 14:55:13'),
(2640, 1581, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-13 14:55:31'),
(2641, 891, 29, 'Keep them in follow-up.', '', '2025-10-13 14:57:44'),
(2642, 1165, 8, '', 'uploads/audio/68ec94feb3e19-1760335102.webm', '2025-10-13 14:58:24'),
(2643, 1165, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 15:00:39'),
(2644, 1579, 29, 'Keep them in follow-up.', '', '2025-10-13 15:01:23'),
(2645, 396, 29, 'Keep them in follow-up.', '', '2025-10-13 15:02:25'),
(2646, 1585, 9, '', 'uploads/audio/68ec96284bf05-1760335400.webm', '2025-10-13 15:03:22'),
(2647, 9, 10, '', 'uploads/audio/68ec96245ee6b-1760335396.webm', '2025-10-13 15:03:22'),
(2648, 1392, 14, 'owner said kindly send your marketer again. with samples.', '', '2025-10-13 15:03:24'),
(2649, 1584, 29, 'Keep them in follow-up.', '', '2025-10-13 15:05:31');
INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(2650, 1580, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 15:06:22'),
(2651, 1393, 14, 'I had a very productive conversation with the school owner. He requested samples at the earliest convenience.', '', '2025-10-13 15:06:51'),
(2652, 57, 10, '', 'uploads/audio/68ec97d04938c-1760335824.webm', '2025-10-13 15:11:22'),
(2653, 619, 4, 'Session postponed due to uncertain conditions', '', '2025-10-13 15:14:11'),
(2654, 619, 4, 'Held on some other day', '', '2025-10-13 15:14:21'),
(2655, 60, 10, '', 'uploads/audio/68ec9be745296-1760336871.webm', '2025-10-13 15:27:53'),
(2656, 60, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-13 15:29:12'),
(2657, 57, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 15:29:44'),
(2658, 9, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 15:30:53'),
(2659, 9, 29, 'in sha allah', '', '2025-10-13 15:32:06'),
(2660, 1587, 8, '', 'uploads/audio/68ec9d0f8c086-1760337167.webm', '2025-10-13 15:32:48'),
(2661, 619, 29, 'ok', '', '2025-10-13 15:33:04'),
(2662, 1586, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 15:33:51'),
(2663, 1585, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 15:35:08'),
(2664, 1587, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 15:36:11'),
(2665, 1588, 9, '', 'uploads/audio/68ec9f8331bc7-1760337795.webm', '2025-10-13 15:43:16'),
(2666, 73, 11, '', 'uploads/audio/68eca22fc7259-1760338479.webm', '2025-10-13 15:54:41'),
(2667, 34, 10, '', 'uploads/audio/68eca2750db19-1760338549.webm', '2025-10-13 15:55:50'),
(2668, 1589, 28, 'Met with Miss Tubi Naaz, discussed regarding our product she said meet with Miss Saima and dropped a sample in other campus', '', '2025-10-13 15:58:40'),
(2669, 1527, 8, '2nd visit', 'uploads/audio/68eca38c4f3f6-1760338828.webm', '2025-10-13 16:00:31'),
(2670, 1592, 28, 'Met with Miss Sumaira, discussed regarding our product specially pre primary, required samples in this week', '', '2025-10-13 16:20:46'),
(2671, 1593, 9, '', 'uploads/audio/68eca897d9f5f-1760340119.webm', '2025-10-13 16:22:05'),
(2672, 1600, 8, '', 'uploads/audio/68ecaf0d3a74c-1760341773.webm', '2025-10-13 16:49:35'),
(2673, 1573, 29, '.', '', '2025-10-13 17:03:50'),
(2674, 73, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 17:05:49'),
(2675, 70, 29, 'ok', '', '2025-10-13 17:06:20'),
(2676, 1591, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 17:08:10'),
(2677, 1593, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 17:09:45'),
(2678, 1588, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 17:10:25'),
(2679, 1590, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 17:11:04'),
(2680, 1594, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 17:11:12'),
(2681, 1592, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 17:12:30'),
(2682, 1589, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-13 17:13:14'),
(2683, 34, 29, 'Keep them in follow-up.', '', '2025-10-13 17:15:21'),
(2684, 1600, 29, 'Keep them in follow-up.', '', '2025-10-13 17:16:21'),
(2685, 1527, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-13 17:16:54'),
(2686, 1616, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 17:19:26'),
(2687, 1619, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 17:19:31'),
(2688, 1617, 30, 'Send letter', '', '2025-10-13 17:21:05'),
(2689, 1620, 30, 'Send letter', '', '2025-10-13 17:21:19'),
(2690, 1615, 30, 'They recieved letter.', '', '2025-10-13 17:21:51'),
(2691, 1614, 30, 'They not pick the call. i send them the letter.', '', '2025-10-13 17:25:53'),
(2692, 1612, 14, 'Not pick the call send them letter.', '', '2025-10-13 17:28:49'),
(2693, 1618, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 17:29:25'),
(2694, 1613, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 17:29:30'),
(2695, 1608, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-13 17:29:36'),
(2696, 1611, 14, 'Send them letter', '', '2025-10-13 17:30:02'),
(2697, 1610, 14, 'Number is not responding on both connections. i send them Summit Invitation.', '', '2025-10-13 17:32:48'),
(2698, 1609, 14, 'They received', '', '2025-10-13 17:36:11'),
(2699, 1609, 14, 'letter Summit Invitation', '', '2025-10-13 17:37:02'),
(2700, 1607, 14, 'Summit Invitation send', '', '2025-10-13 17:41:12'),
(2701, 1606, 14, 'She Received the Summit Invitation', '', '2025-10-13 17:43:31'),
(2702, 1605, 14, 'They Received Summit Invitation', '', '2025-10-13 17:47:01'),
(2703, 1604, 14, 'Received Summit Invitation', '', '2025-10-13 17:48:45'),
(2704, 1603, 14, 'They received Summit Invitation', '', '2025-10-13 17:51:17'),
(2705, 1621, 21, 'fast Visit', '', '2025-10-13 22:32:04'),
(2706, 1622, 21, 'not principal', '', '2025-10-13 22:34:00'),
(2707, 1625, 21, 'not principal Admin mam Sy mala th', '', '2025-10-13 22:42:21'),
(2708, 1591, 11, '', 'uploads/audio/68ed0d59b18df-1760365913.webm', '2025-10-13 23:31:58'),
(2709, 1553, 11, '', 'uploads/audio/68ed0df9d3058-1760366073.webm', '2025-10-13 23:34:34'),
(2710, 1624, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-14 13:09:24'),
(2711, 1623, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-14 13:09:30'),
(2712, 1357, 28, 'Met with Sir Tariq also discussed him regarding our products, he said samples are required, I will dropped samples whenever I received', '', '2025-10-14 13:21:24'),
(2713, 1526, 9, '', 'uploads/audio/68edd0d41f8e8-1760415956.webm', '2025-10-14 13:25:58'),
(2714, 957, 9, '', 'uploads/audio/68edd69054e91-1760417424.webm', '2025-10-14 13:50:26'),
(2715, 1625, 29, 'Keep them in follow-up.', '', '2025-10-14 13:52:58'),
(2716, 1622, 29, 'Keep them in follow-up.', '', '2025-10-14 13:53:09'),
(2717, 1621, 29, 'Keep them in follow-up.', '', '2025-10-14 13:53:16'),
(2718, 1553, 29, 'In sha Allah', '', '2025-10-14 13:55:00'),
(2719, 1591, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 13:55:36'),
(2720, 402, 25, 'Mam is worried about tools,i gave them guidelines about resources and use of tools', '', '2025-10-14 13:56:33'),
(2721, 957, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 13:57:01'),
(2722, 1526, 29, 'Good', '', '2025-10-14 14:00:33'),
(2723, 411, 11, '', 'uploads/audio/68edd906dff73-1760418054.webm', '2025-10-14 14:00:56'),
(2724, 1357, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 14:03:57'),
(2725, 399, 25, 'En ko distribution ka masla hy lykn sylabus en ko pasnd hy bs yh khty hyn k jidr se hm books ly rhy hyn un k sath relationship acha hy,tried to convince them let\'s see', '', '2025-10-14 14:08:21'),
(2726, 399, 29, 'Inky sath khosish kr k orientation fix kry.', '', '2025-10-14 14:13:47'),
(2727, 402, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 14:14:32'),
(2728, 1626, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-14 14:17:55'),
(2729, 1628, 8, '', 'uploads/audio/68edddc36757f-1760419267.webm', '2025-10-14 14:21:08'),
(2730, 874, 28, 'Met with Sir Wasif, discussed in detail regarding pre primary, he is interested in sampling in mid of November', '', '2025-10-14 14:29:46'),
(2731, 874, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-14 14:34:51'),
(2732, 1628, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-14 14:35:48'),
(2733, 909, 28, 'Met with Miss Seema, she said samples are required in December and Miss Shama was not available asked me to come later with her too.', '', '2025-10-14 14:39:00'),
(2734, 1057, 9, '', 'uploads/audio/68ede36ce36b7-1760420716.webm', '2025-10-14 14:45:32'),
(2735, 91, 10, '', 'uploads/audio/68ede55220faa-1760421202.webm', '2025-10-14 14:53:41'),
(2736, 1630, 16, '', 'uploads/audio/68ede592a9402-1760421266.webm', '2025-10-14 14:54:29'),
(2737, 93, 10, '', 'uploads/audio/68ede68cd04a6-1760421516.webm', '2025-10-14 14:58:41'),
(2738, 1633, 8, '', 'uploads/audio/68ede8124700f-1760421906.webm', '2025-10-14 15:05:07'),
(2739, 1633, 29, 'ok', '', '2025-10-14 15:09:50'),
(2740, 1634, 28, 'Met with Miss Afshan, discussed regarding our product she said that will be final by Sir Arif, so asked to come later to meet him.', '', '2025-10-14 15:11:04'),
(2741, 92, 10, '', 'uploads/audio/68ede984d2760-1760422276.webm', '2025-10-14 15:12:05'),
(2742, 1630, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-14 15:12:17'),
(2743, 1631, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-14 15:12:51'),
(2744, 1411, 14, 'Right Number is 9203042512000', '', '2025-10-14 15:23:51'),
(2745, 1635, 28, 'Met with Sir Akbar, discuss regarding our product he said come in January', '', '2025-10-14 15:27:25'),
(2746, 92, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 15:37:19'),
(2747, 634, 25, 'En ka sara sylabus jinnah book se hi aa rha hy or wo es dfa pre section main hmen join kr skty hyn', '', '2025-10-14 15:37:39'),
(2748, 93, 29, 'Keep them in follow-up.', '', '2025-10-14 15:38:06'),
(2749, 91, 29, 'Keep them in follow-up.', '', '2025-10-14 15:38:33'),
(2750, 1637, 28, 'Met with Sir Farrukh, discussed regarding our product he required pre primary and islamiat samples in December', '', '2025-10-14 15:41:23'),
(2751, 1638, 8, '', 'uploads/audio/68edf158a98e4-1760424280.webm', '2025-10-14 15:44:42'),
(2752, 411, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-14 15:50:19'),
(2753, 1057, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 16:00:55'),
(2754, 61, 10, '', 'uploads/audio/68edf62fb66b7-1760425519.webm', '2025-10-14 16:06:12'),
(2755, 1636, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-14 16:06:42'),
(2756, 1632, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-14 16:06:48'),
(2757, 1629, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-14 16:06:55'),
(2758, 1627, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-14 16:07:06'),
(2759, 1326, 25, 'Mam sania chutti per thi to meri un ki v.p se bt hui jo un ki sister hyn.es school main hmara sylabus lg skta hy', '', '2025-10-14 16:14:24'),
(2760, 1639, 10, '', 'uploads/audio/68edf943b2f62-1760426307.webm', '2025-10-14 16:18:32'),
(2761, 1637, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 16:24:17'),
(2762, 1635, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 16:38:24'),
(2763, 1634, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 16:39:02'),
(2764, 909, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 16:40:01'),
(2765, 1639, 29, 'Keep them in follow-up.', '', '2025-10-14 16:48:10'),
(2766, 61, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 16:50:50'),
(2767, 1642, 10, '', 'uploads/audio/68ee000fe65a5-1760428047.webm', '2025-10-14 16:51:44'),
(2768, 1326, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 16:52:00'),
(2769, 634, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 16:52:14'),
(2770, 1642, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 16:54:55'),
(2771, 1638, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-14 17:11:42'),
(2772, 1641, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-14 17:14:27'),
(2773, 1640, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-14 17:14:33'),
(2774, 1602, 14, 'Send Invitation.', '', '2025-10-14 17:54:23'),
(2775, 1644, 14, 'Send Invitation', '', '2025-10-14 17:55:56'),
(2776, 1659, 14, 'Send Invitation . He said i must come', '', '2025-10-14 18:19:58'),
(2777, 1658, 14, 'Not pick the call on both connections . i send the summit to them.', '', '2025-10-14 18:22:22'),
(2778, 1656, 14, 'she said i must come', '', '2025-10-14 18:24:55'),
(2779, 1657, 14, 'He will must come', '', '2025-10-14 18:29:06'),
(2780, 1655, 14, 'Send Invitation.', '', '2025-10-14 18:32:23'),
(2781, 1654, 14, 'Dr. Zahid said send me invitation. I will Must join you', '', '2025-10-14 18:34:51'),
(2782, 1653, 14, 'cut the call', '', '2025-10-14 18:39:05'),
(2783, 1652, 14, 'He said i will come.', '', '2025-10-14 18:40:48'),
(2784, 1651, 14, 'She said we will join you.', '', '2025-10-14 18:47:26'),
(2785, 1650, 14, 'Its our Marketer Num. Mr.Waseem', '', '2025-10-14 18:52:47'),
(2786, 1649, 14, 'Not Attend the call. I send them Summit Invitation.', '', '2025-10-14 18:54:44'),
(2787, 1648, 14, 'He said not possible due to school field trip.', '', '2025-10-14 18:57:32'),
(2788, 1647, 14, 'the head said i am already busy some where else.', '', '2025-10-14 18:59:43'),
(2789, 1646, 14, 'They said we must come.', '', '2025-10-14 19:07:57'),
(2790, 1601, 14, 'He Said i will come.', '', '2025-10-14 19:17:45'),
(2791, 1595, 14, 'He Said I will must come.', '', '2025-10-14 19:24:18'),
(2792, 1599, 14, 'they said we will join', '', '2025-10-14 19:37:11'),
(2793, 1597, 14, 'Send Summit Invitation', '', '2025-10-14 19:43:08'),
(2794, 1596, 14, 'He said i must come.', '', '2025-10-14 19:45:37'),
(2795, 955, 23, 'School demand oreintation  but date is not final ma\'am discuss the teachers & Academic member then final the date.', '', '2025-10-14 19:55:28'),
(2796, 1661, 23, 'Orientation Reqired 21 Oct timing 12:30 to 02:00pm', '', '2025-10-14 20:02:03'),
(2797, 959, 23, 'Sir nhi thy school mn but Vice sy bat go gai  hy next week mn again vist krna hy hy', '', '2025-10-14 20:21:37'),
(2798, 1662, 23, 'Interested our pre leval books & Demo Reqiured next month.', '', '2025-10-14 20:24:21'),
(2799, 1663, 23, 'After discussing with the owner, then the final demo class', '', '2025-10-14 20:28:08'),
(2800, 1664, 23, 'Sampling reqired next month.', '', '2025-10-14 20:30:59'),
(2801, 1665, 23, 'samples Reqired in next month 2nd week', '', '2025-10-14 20:44:35'),
(2802, 1666, 23, 'Next Week meeting again about books', '', '2025-10-14 20:47:49'),
(2803, 1679, 21, 'fast Visit', '', '2025-10-14 21:49:44'),
(2804, 1680, 21, 'fast Visit', '', '2025-10-14 21:52:39'),
(2805, 1681, 21, 'fast Visit', '', '2025-10-14 21:56:07'),
(2806, 1683, 21, 'fast Visit', '', '2025-10-14 22:04:05'),
(2807, 364, 26, 'i visited on monday but sir was not available, waiting after a long time, madam said today will come late today due to some emergency work. i shared all information with vice principal. again on monday i visited there for meeting with Sir zulfiqar sahb. he checked our samples thoroughly. i offered him for orientation. in next week, we will arrange orientation by coordinate with Sir rashid sahb.', '', '2025-10-15 00:41:04'),
(2808, 1684, 26, 'INTRODUCTORY MEETING WITH SIR RAJA AND SCHOOL COORDINATOR', '', '2025-10-15 00:45:04'),
(2809, 1685, 26, 'introductory meeting with interactive app and also informed about ither services and resource material', '', '2025-10-15 00:51:09'),
(2810, 1686, 21, 'Fast Visit', '', '2025-10-15 13:00:33'),
(2811, 1030, 28, 'Met with Sir Naveed, he required samples and next time he will available in evening', '', '2025-10-15 13:05:03'),
(2812, 1674, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 13:06:19'),
(2813, 1676, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 13:06:25'),
(2814, 1677, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 13:06:32'),
(2815, 1672, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 13:06:39'),
(2816, 1671, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 13:06:48'),
(2817, 1670, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 13:06:57'),
(2818, 1667, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 13:07:04'),
(2819, 665, 4, 'Mam says u meet with sir for further updation', '', '2025-10-15 13:10:09'),
(2820, 1636, 4, 'Sir demand secure system and call it immediately', '', '2025-10-15 13:11:49'),
(2821, 566, 5, '', 'uploads/audio/68ef1f5b8e008-1760501595.webm', '2025-10-15 13:13:17'),
(2822, 1636, 4, 'And call on WhatsApp', '', '2025-10-15 13:22:23'),
(2823, 573, 5, '', 'uploads/audio/68ef239a0edee-1760502682.webm', '2025-10-15 13:31:25'),
(2824, 740, 4, 'Gave presentation about smart kids', '', '2025-10-15 13:41:20'),
(2825, 1689, 9, '', 'uploads/audio/68ef27b3702ab-1760503731.webm', '2025-10-15 13:48:54'),
(2826, 1690, 11, '', 'uploads/audio/68ef28110f45a-1760503825.webm', '2025-10-15 13:50:39'),
(2827, 1679, 29, 'Keep them in follow-up.', '', '2025-10-15 13:57:06'),
(2828, 1680, 29, 'Keep them in follow-up.', '', '2025-10-15 13:57:19'),
(2829, 1681, 29, 'Keep them in follow-up.', '', '2025-10-15 13:57:47'),
(2830, 1683, 29, 'Keep them in follow-up.', '', '2025-10-15 13:58:06'),
(2831, 1692, 28, 'Met with Miss Ghazala , discussed regarding our product she said come with complete samples and meet with Sir Khalid in next month', '', '2025-10-15 13:58:12'),
(2832, 1686, 29, 'Keep them in follow-up.', '', '2025-10-15 13:59:54'),
(2833, 465, 21, 'not principal', '', '2025-10-15 14:00:12'),
(2834, 1693, 9, '', 'uploads/audio/68ef2ac9dec12-1760504521.webm', '2025-10-15 14:02:03'),
(2835, 832, 28, 'Met with Miss Sabiha, I came with a sample set but Sir Muhiddin was not available he is out of country and will come in next month so asked to come later', '', '2025-10-15 14:07:55'),
(2836, 407, 25, 'They are very impressed by our sylabus and they need samples asap', '', '2025-10-15 14:14:20'),
(2837, 1696, 25, 'They are bound by head office and can not use other sylabus', '', '2025-10-15 14:28:58'),
(2838, 1363, 28, 'I dropped a set of samples pre primary, asked to come in November', '', '2025-10-15 14:31:56'),
(2839, 727, 8, '', 'uploads/audio/68ef329e605ba-1760506526.webm', '2025-10-15 14:35:33'),
(2840, 465, 29, 'not principal .   ?????????', '', '2025-10-15 14:46:32'),
(2841, 1724, 25, 'Took data from a teacher because principal was on leave', '', '2025-10-15 14:46:53'),
(2842, 1730, 10, '', 'uploads/audio/68ef3613b699d-1760507411.webm', '2025-10-15 14:50:16'),
(2843, 1690, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 14:54:34'),
(2844, 408, 25, 'I talked with vice principal but the final desision will take principal', '', '2025-10-15 14:55:33'),
(2845, 1693, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 14:57:14'),
(2846, 1689, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 14:57:41'),
(2847, 740, 29, 'Keep them in follow-up.\r\n\r\nKeep them in follow-up.\r\n\r\nKeep them in follow-up', '', '2025-10-15 14:59:04'),
(2848, 1636, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 15:00:19'),
(2849, 665, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 15:00:33'),
(2850, 1211, 4, 'Gave brief presentation about books', '', '2025-10-15 15:00:39'),
(2851, 959, 29, 'Keep them in follow-up.', '', '2025-10-15 15:00:54'),
(2852, 955, 29, 'Keep them in follow-up.', '', '2025-10-15 15:01:12'),
(2853, 1731, 15, 'Ø§Ø³Ù„Ø§Ù…Ù Ø¹Ù„ÛŒÚ©Ù… \r\nsir m ny ubi school visit kia h mgr principal available n school k ik teacher hassan sir sy mulakat hoi', '', '2025-10-15 15:01:22'),
(2854, 1685, 29, 'Keep them in follow-up.', '', '2025-10-15 15:03:42'),
(2855, 1684, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 15:04:32'),
(2856, 364, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 15:05:06'),
(2857, 1732, 8, '', 'uploads/audio/68ef39c7b1479-1760508359.webm', '2025-10-15 15:06:00'),
(2858, 1733, 9, '', 'uploads/audio/68ef3a825e5e8-1760508546.webm', '2025-10-15 15:09:17'),
(2859, 573, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 15:10:15'),
(2860, 566, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 15:10:57'),
(2861, 1363, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 15:11:49'),
(2862, 832, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 15:12:07'),
(2863, 1692, 29, 'Keep them in follow-up.', '', '2025-10-15 15:12:56'),
(2864, 1030, 29, 'Keep them in follow-up.', '', '2025-10-15 15:13:06'),
(2865, 1695, 14, 'Received Invitation. He said i will must come.', '', '2025-10-15 15:19:07'),
(2866, 1697, 14, 'â€œI received an invitation, and they said we have to come.â€', '', '2025-10-15 15:23:49'),
(2867, 838, 28, 'Met with Sir Farrukh, discussed regarding samples', '', '2025-10-15 15:25:49'),
(2868, 1735, 10, '', 'uploads/audio/68ef3e6c283a5-1760509548.webm', '2025-10-15 15:25:51'),
(2869, 465, 21, 'Ji mam principal ni th school', '', '2025-10-15 15:46:37'),
(2870, 465, 29, 'Keep them in follow-up.', '', '2025-10-15 16:02:18'),
(2871, 1729, 14, 'Not Attend The call. i send them invitation again.', '', '2025-10-15 16:09:05'),
(2872, 1737, 25, 'The principal does not meet anyone,collected data from outside,', '', '2025-10-15 16:10:07'),
(2873, 1728, 14, 'â€œI received an invitation, and they said we have to come.â€', '', '2025-10-15 16:10:56'),
(2874, 1733, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:11:30'),
(2875, 1738, 10, '', 'uploads/audio/68ef499a7dcb2-1760512410.webm', '2025-10-15 16:13:33'),
(2876, 1727, 14, 'â€œI received an invitation, and they said we have to come.â€', '', '2025-10-15 16:14:07'),
(2877, 1327, 11, '', 'uploads/audio/68ef49c4198b2-1760512452.webm', '2025-10-15 16:14:13'),
(2878, 1726, 14, 'â€œI received an invitation, and they said we have to come.â€', '', '2025-10-15 16:21:06'),
(2879, 1726, 14, 'I again send them Invitation broacher.', '', '2025-10-15 16:21:38'),
(2880, 1725, 14, 'Not Pick the call. i send them invitation again.', '', '2025-10-15 16:24:35'),
(2881, 1211, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:30:01'),
(2882, 1268, 28, 'Met with Miss Rifat, discussed regarding samples', '', '2025-10-15 16:30:04'),
(2883, 1736, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 16:30:16'),
(2884, 1268, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:31:18'),
(2885, 838, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:31:32'),
(2886, 1738, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:32:22'),
(2887, 1739, 8, '', 'uploads/audio/68ef4e24f220d-1760513572.webm', '2025-10-15 16:32:53'),
(2888, 1735, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:32:54'),
(2889, 1730, 29, 'Keep them in follow-up.', '', '2025-10-15 16:33:32'),
(2890, 1739, 29, 'Discuss it with your head.', '', '2025-10-15 16:34:50'),
(2891, 1723, 14, 'â€œI received an invitation, and they said we have to come.â€', '', '2025-10-15 16:35:06'),
(2892, 1732, 29, 'Keep them in follow-up.', '', '2025-10-15 16:35:12'),
(2893, 727, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:35:44'),
(2894, 407, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:36:18'),
(2895, 1696, 29, 'ok', '', '2025-10-15 16:36:35'),
(2896, 1722, 14, 'â€œI received an invitation, and they said we have to come.â€', '', '2025-10-15 16:36:51'),
(2897, 1724, 29, 'Keep them in follow-up.', '', '2025-10-15 16:37:03'),
(2898, 408, 29, 'Keep them in follow-up.', '', '2025-10-15 16:37:14'),
(2899, 1737, 29, 'Keep them in follow-up.', '', '2025-10-15 16:37:34'),
(2900, 1688, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 16:38:31'),
(2901, 1721, 14, 'Not pick the call. I send them invitation again.', '', '2025-10-15 16:38:35'),
(2902, 1675, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 16:38:37'),
(2903, 1740, 10, '', 'uploads/audio/68ef4f83154c7-1760513923.webm', '2025-10-15 16:38:45'),
(2904, 1673, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 16:38:50'),
(2905, 1668, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 16:39:01'),
(2906, 1678, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 16:39:07'),
(2907, 1669, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 16:39:14'),
(2908, 1721, 14, 'â€œI received an invitation, and they said we have to come.â€', '', '2025-10-15 16:39:49'),
(2909, 1666, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:40:00'),
(2910, 1721, 14, 'Baat ho gye thi', '', '2025-10-15 16:40:06'),
(2911, 1665, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:40:08'),
(2912, 1664, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:40:28'),
(2913, 1663, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:40:45'),
(2914, 1662, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:41:01'),
(2915, 1661, 29, 'talk to mam bushra to add on event.', '', '2025-10-15 16:41:45'),
(2916, 1720, 14, 'Not pick the call. I send them invitation again', '', '2025-10-15 16:42:55'),
(2917, 1694, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 16:43:05'),
(2918, 1691, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 16:43:11'),
(2919, 1687, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 16:43:31'),
(2920, 1720, 14, 'Number is busy on another call.', '', '2025-10-15 16:43:46'),
(2921, 1731, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:43:54'),
(2922, 1734, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 16:44:44'),
(2923, 1719, 14, 'Number is not responding on both connections. I send them invitation.', '', '2025-10-15 16:46:19'),
(2924, 1718, 14, 'â€œI received an invitation, and they said we have to come.â€', '', '2025-10-15 16:56:47'),
(2925, 1327, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:57:25'),
(2926, 1742, 10, '', 'uploads/audio/68ef53ca09756-1760515018.webm', '2025-10-15 16:57:53'),
(2927, 1740, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 16:59:22'),
(2928, 1205, 8, '', 'uploads/audio/68ef547d7c638-1760515197.webm', '2025-10-15 16:59:58'),
(2929, 1742, 29, 'ok', '', '2025-10-15 17:00:24'),
(2930, 1205, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 17:03:16'),
(2931, 1741, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-15 17:18:59'),
(2932, 1717, 14, 'Not attended the call. i send them invitation.', '', '2025-10-15 17:19:22'),
(2933, 1716, 14, 'Not attended the call. i send them invitation,', '', '2025-10-15 17:21:42'),
(2934, 475, 26, '', 'uploads/audio/68ef59bb836b6-1760516539.webm', '2025-10-15 17:22:27'),
(2935, 475, 26, '', 'uploads/audio/68ef59f5680be-1760516597.webm', '2025-10-15 17:23:19'),
(2936, 1715, 14, 'Number is not responding on both connections. i send them invitation', '', '2025-10-15 17:24:32'),
(2937, 467, 21, 'Second Visit', '', '2025-10-15 17:26:54'),
(2938, 1744, 26, '', 'uploads/audio/68ef5adfbaed8-1760516831.webm', '2025-10-15 17:27:13'),
(2939, 1714, 14, 'Wrong Number', '', '2025-10-15 17:28:10'),
(2940, 1713, 14, 'Number is not responding on both connections. i send them invitation', '', '2025-10-15 17:32:58'),
(2941, 1712, 14, 'we are so willing but Sorry Due to high fever madam is not able to attended the session.', '', '2025-10-15 17:37:21'),
(2942, 1711, 14, 'Number is not responding on both connections. I send them invitation.', '', '2025-10-15 17:38:36'),
(2943, 112, 11, '', 'uploads/audio/68ef5eb01185b-1760517808.webm', '2025-10-15 17:43:47'),
(2944, 112, 29, 'good', '', '2025-10-15 18:05:39'),
(2945, 1744, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 18:09:05'),
(2946, 1710, 14, 'send invitation', '', '2025-10-15 18:20:39'),
(2947, 1746, 21, 'fast Visit', '', '2025-10-15 18:21:28'),
(2948, 475, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-15 18:22:23'),
(2949, 1709, 14, 'â€œI received an invitation, and they said we have to come.â€', '', '2025-10-15 18:25:56'),
(2950, 1708, 14, 'â€œI received an invitation, and they said we have to come.â€', '', '2025-10-15 18:29:07'),
(2951, 1707, 14, 'â€œI received an invitation, and they said we have to come.â€', '', '2025-10-15 18:30:23'),
(2952, 1706, 14, 'Not Attended the call. i send them invitation', '', '2025-10-15 18:31:56'),
(2953, 1705, 14, 'Not attended the call. i send them invitation.', '', '2025-10-15 18:33:19'),
(2954, 1704, 14, 'Not pick the call. send them invitation.', '', '2025-10-15 18:34:39'),
(2955, 1703, 14, 'â€œThey received an invitation, and they said we have to come.â€', '', '2025-10-15 18:36:08'),
(2956, 1699, 14, 'Not attended the call. i send them invitation.', '', '2025-10-15 18:41:13'),
(2957, 1700, 14, 'Number off. I send them invitation.', '', '2025-10-15 18:42:24'),
(2958, 1701, 14, 'send them invitation', '', '2025-10-15 18:43:37'),
(2959, 1702, 14, 'â€œThey received an invitation, and they said we have to come.â€', '', '2025-10-15 18:49:51'),
(2960, 1746, 29, 'Keep them in follow-up.', '', '2025-10-15 19:20:50'),
(2961, 467, 29, 'Kindly share the detail of second visit.', '', '2025-10-15 19:21:26'),
(2962, 1071, 5, '', 'uploads/audio/68ef7c3deeb2e-1760525373.webm', '2025-10-15 19:49:36'),
(2963, 739, 4, 'Admin says u gave sample in Nov mid', '', '2025-10-16 13:16:46'),
(2964, 1747, 5, '', 'uploads/audio/68f072437644d-1760588355.webm', '2025-10-16 13:19:20'),
(2965, 641, 4, 'Admin mam says u visit other day bcoz sir is not available right now', '', '2025-10-16 13:36:04'),
(2966, 405, 25, 'Please update the number\r\n03018612226', '', '2025-10-16 13:42:47'),
(2967, 779, 28, 'Met with Sir Zakir Malik, he said there will be sitting for books in December so come with Samples in December', '', '2025-10-16 13:44:41'),
(2968, 1749, 16, '', 'uploads/audio/68f078823b006-1760589954.webm', '2025-10-16 13:45:55'),
(2969, 1057, 9, '', 'uploads/audio/68f078a71dc8d-1760589991.webm', '2025-10-16 13:46:47'),
(2970, 1750, 8, '', 'uploads/audio/68f07abc45b9a-1760590524.webm', '2025-10-16 13:55:25'),
(2971, 1682, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-16 13:57:46'),
(2972, 1057, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 13:59:12'),
(2973, 1745, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-16 13:59:54'),
(2974, 1752, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-16 14:00:03'),
(2975, 641, 29, 'Keep them in follow-up.', '', '2025-10-16 14:00:24'),
(2976, 739, 29, 'Keep them in follow-up.', '', '2025-10-16 14:00:37'),
(2977, 1747, 29, '03006385866\r\nok', '', '2025-10-16 14:04:20'),
(2978, 1009, 28, 'Met with Sir Tabraiz, discussed regarding our samples. He needs samples as soon as possible,', '', '2025-10-16 14:10:45'),
(2979, 1123, 10, '', 'uploads/audio/68f0824a198d1-1760592458.webm', '2025-10-16 14:27:41'),
(2980, 1126, 10, '', 'uploads/audio/68f084728d280-1760593010.webm', '2025-10-16 14:36:54'),
(2981, 1010, 28, 'Met with Mrs. Naqi, detail discussion in pre primary but she said asked in evening to meet with Sir Naqi', '', '2025-10-16 14:38:09'),
(2982, 1754, 25, 'They are demanding orientation but their teacher\'s strength is only 10', '', '2025-10-16 14:45:39'),
(2983, 1755, 16, '', 'uploads/audio/68f087aa4c4d2-1760593834.webm', '2025-10-16 14:50:35'),
(2984, 1010, 29, 'Keep them in follow-up', '', '2025-10-16 14:52:15'),
(2985, 1009, 29, 'ok, Arrange it', '', '2025-10-16 14:53:23'),
(2986, 779, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 14:54:07'),
(2987, 1126, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 14:59:45'),
(2988, 1123, 29, 'Keep them in follow-up.', '', '2025-10-16 15:00:21'),
(2989, 1750, 29, 'Keep them in follow-up.', '', '2025-10-16 15:01:23'),
(2990, 1754, 29, 'no problem discuss direct with rashid sb.', '', '2025-10-16 15:02:28'),
(2991, 1756, 28, 'Met with coordinator, sir munawwer was not available discussed regarding our product she said come later to meet principal', '', '2025-10-16 15:10:22'),
(2992, 405, 29, 'ok', '', '2025-10-16 15:11:17'),
(2993, 405, 29, 'Phone no is compulsory so I don\'t have access to change this.', '', '2025-10-16 15:13:55'),
(2994, 1757, 16, '', 'uploads/audio/68f08d5b77075-1760595291.webm', '2025-10-16 15:14:52'),
(2995, 1760, 11, '', 'uploads/audio/68f08e092f836-1760595465.webm', '2025-10-16 15:17:46'),
(2996, 1751, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-16 15:18:16'),
(2997, 1743, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-16 15:18:24'),
(2998, 1748, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-16 15:19:04'),
(2999, 1757, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 15:19:53'),
(3000, 76, 11, '', 'uploads/audio/68f08e8e8f06b-1760595598.webm', '2025-10-16 15:20:00'),
(3001, 1755, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 15:20:34'),
(3002, 1749, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 15:21:24'),
(3003, 623, 11, '', 'uploads/audio/68f08ee8168e2-1760595688.webm', '2025-10-16 15:21:30'),
(3004, 1071, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 15:22:09'),
(3005, 1759, 25, 'I offered them training session and they are semi agreed.hopefully they will join us', '', '2025-10-16 15:28:40'),
(3006, 1756, 29, 'Keep them in follow-up.', '', '2025-10-16 15:29:43'),
(3007, 1758, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-16 15:30:36'),
(3008, 1753, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-16 15:30:46'),
(3009, 1526, 9, '', 'uploads/audio/68f09288e13bb-1760596616.webm', '2025-10-16 15:36:58'),
(3010, 1526, 9, '', 'uploads/audio/68f092b73900f-1760596663.webm', '2025-10-16 15:37:44'),
(3011, 1526, 29, 'ok', '', '2025-10-16 15:38:07'),
(3012, 1056, 28, 'Met with Sir Pervaiz, required samples', '', '2025-10-16 15:38:08'),
(3013, 1056, 29, 'Ok, Arrange it.', '', '2025-10-16 15:40:50'),
(3014, 1759, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 15:41:55'),
(3015, 647, 26, '', 'uploads/audio/68f096222fcc5-1760597538.webm', '2025-10-16 15:52:21'),
(3016, 745, 10, '', 'uploads/audio/68f098ce99a7f-1760598222.webm', '2025-10-16 16:03:47'),
(3017, 1762, 15, 'Ø§Ø³Ù„Ø§Ù…Ù Ø¹Ù„ÛŒÚ©Ù… \r\ndemo dia h or next visit py sampling krni hai', '', '2025-10-16 16:09:42'),
(3018, 231, 9, '', 'uploads/audio/68f09a8441f06-1760598660.webm', '2025-10-16 16:11:02'),
(3019, 623, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 16:16:34'),
(3020, 1763, 25, 'Es school main dealership ka masla hy k wo khty hyn k hm jidr se lyty hyn udr se hi lyn gy lykn umid hy k convince ho jaen gy', '', '2025-10-16 16:19:59'),
(3021, 76, 29, 'ok', '', '2025-10-16 16:20:15'),
(3022, 1760, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 16:21:08'),
(3023, 1763, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 16:22:06'),
(3024, 745, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 16:23:35'),
(3025, 231, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-16 16:24:25'),
(3026, 647, 29, 'ok', '', '2025-10-16 16:25:15'),
(3027, 647, 29, 'Keep it up', '', '2025-10-16 16:25:29'),
(3028, 1761, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-16 16:26:42'),
(3029, 1051, 9, '', 'uploads/audio/68f09ef718358-1760599799.webm', '2025-10-16 16:30:01'),
(3030, 415, 8, '', 'uploads/audio/68f09f6e9f8f4-1760599918.webm', '2025-10-16 16:31:59'),
(3031, 1134, 10, '', 'uploads/audio/68f0a018771cc-1760600088.webm', '2025-10-16 16:34:53'),
(3032, 1134, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 16:37:02'),
(3033, 415, 29, 'ok', '', '2025-10-16 16:43:22'),
(3034, 1051, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 16:46:11'),
(3035, 1764, 9, '', 'uploads/audio/68f0a2d875b43-1760600792.webm', '2025-10-16 16:46:33'),
(3036, 1764, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 16:56:05'),
(3037, 1765, 23, 'Samples Required in December Press to 5 class', '', '2025-10-16 17:01:38'),
(3038, 1765, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 17:02:29'),
(3039, 1766, 23, 'Samples Required press pre level not returnable', '', '2025-10-16 17:06:51'),
(3040, 1767, 23, 'Samples required pre-level in coming week must', '', '2025-10-16 17:09:32'),
(3041, 1768, 23, 'Samples required in Coming week must', '', '2025-10-16 17:12:47'),
(3042, 1769, 23, 'Samples Required in December must', '', '2025-10-16 17:15:09'),
(3043, 1770, 23, 'Samples required pre-level next month', '', '2025-10-16 17:19:16'),
(3044, 1771, 23, 'Samples required pre-level readify Series must', '', '2025-10-16 17:23:29'),
(3045, 1771, 29, 'ok, Arrange it.', '', '2025-10-16 17:26:44'),
(3046, 1772, 23, 'Samples Delivered on-the-spot pre leval', '', '2025-10-16 17:26:46'),
(3047, 1770, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-16 17:27:05'),
(3048, 1772, 29, 'Keep them in follow-up.', '', '2025-10-16 17:27:50'),
(3049, 1769, 29, 'Keep them in follow-up.', '', '2025-10-16 17:28:08'),
(3050, 1773, 23, 'Sample Delivery on the spot In school  press leval', '', '2025-10-16 17:30:06'),
(3051, 1773, 29, 'Keep them in follow-up.', '', '2025-10-16 17:33:26'),
(3052, 1768, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 17:33:40'),
(3053, 1767, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 17:33:56'),
(3054, 1766, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 17:34:11'),
(3055, 1762, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-16 17:37:02'),
(3056, 1775, 23, 'Samples required in next month', '', '2025-10-16 17:45:16'),
(3057, 1776, 23, 'Meeting again in next week sample Required press leval', '', '2025-10-16 17:50:44'),
(3058, 881, 4, 'Mam says u visit on next week for sampling purpose and gave quotation of Smart board', '', '2025-10-16 18:06:23'),
(3059, 1777, 24, 'Administrator Diss us with principal then meeting again with owner. I already give the presentation', '', '2025-10-16 19:09:34'),
(3060, 631, 26, '', 'uploads/audio/68f0c46291a69-1760609378.webm', '2025-10-16 19:09:41'),
(3061, 1778, 24, 'Visit Monday or Tuesday again Imran sb is not available', '', '2025-10-16 19:19:28'),
(3062, 940, 21, 'Muhammad Tayeeb 03004383291 Principal', '', '2025-10-16 19:24:31'),
(3063, 1779, 21, 'fast Visit to principal sab', '', '2025-10-16 19:27:13'),
(3064, 1781, 21, 'Fast Visit', '', '2025-10-16 19:29:09'),
(3065, 1780, 24, 'Detail discussion with Mr ahmad follow up with the school after 2 or 3 weeks.He is inInterested in smart board services', '', '2025-10-16 19:33:15'),
(3066, 944, 21, 'Ji mam AJ Qri Israr Ahmad Sy hiii mala th inshallah books add ho giii', '', '2025-10-16 19:35:17'),
(3067, 1782, 24, 'Follow up tomorrow for orientation class', '', '2025-10-16 19:38:06'),
(3068, 1783, 24, 'Need samples play, nursery, prep. Already using Oxford and gohar. Meeting with samples again in month of december', '', '2025-10-16 19:43:39'),
(3069, 1784, 5, '', 'uploads/audio/68f0e291dffa9-1760617105.webm', '2025-10-16 21:18:28'),
(3070, 1785, 5, '', 'uploads/audio/68f0e31fbcd2b-1760617247.webm', '2025-10-16 21:20:49'),
(3071, 943, 21, 'AJ mam Sy mala th', '', '2025-10-16 22:15:36'),
(3072, 939, 21, 'AJ Abu Zar sab Sy mala th', '', '2025-10-16 22:17:55'),
(3073, 1786, 21, 'Fast Visit', '', '2025-10-17 13:05:30'),
(3074, 1427, 4, 'Provide guidance and demand 50 per off books sample', '', '2025-10-17 13:13:39'),
(3075, 1787, 5, '', 'uploads/audio/68f1c349b690e-1760674633.webm', '2025-10-17 13:17:15'),
(3076, 1783, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-17 13:27:18'),
(3077, 1782, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 13:27:33'),
(3078, 1780, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 13:28:01'),
(3079, 1778, 29, 'Keep them in follow-up.', '', '2025-10-17 13:28:30'),
(3080, 1777, 29, 'Keep them in follow-up.', '', '2025-10-17 13:28:44'),
(3081, 1786, 29, 'Keep them in follow-up.', '', '2025-10-17 13:29:28'),
(3082, 939, 29, 'tu kiya bat hoi', '', '2025-10-17 13:29:51'),
(3083, 943, 29, 'bhai bat b btaya kry k kiya bat hoi.', '', '2025-10-17 13:30:33'),
(3084, 944, 29, 'in sha Allah', '', '2025-10-17 13:31:06'),
(3085, 1781, 29, 'Keep them in follow-up.', '', '2025-10-17 13:31:21'),
(3086, 1779, 29, 'Keep them in follow-up.', '', '2025-10-17 13:31:29'),
(3087, 1789, 28, 'Met with Miss Saba, discussed regarding our product, she is interested in pre primary samples.', '', '2025-10-17 13:31:31'),
(3088, 940, 29, 'ok', '', '2025-10-17 13:31:52'),
(3089, 881, 29, 'ok, Arrange there need.', '', '2025-10-17 13:34:08'),
(3090, 1427, 29, 'Discuss it with your head.', '', '2025-10-17 13:34:36'),
(3091, 1788, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-17 13:34:50'),
(3092, 1790, 5, '', 'uploads/audio/68f1c78718e30-1760675719.webm', '2025-10-17 13:35:22'),
(3093, 1784, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 13:37:23'),
(3094, 42, 10, '', 'uploads/audio/68f1c80841dee-1760675848.webm', '2025-10-17 13:37:31'),
(3095, 1785, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 13:37:59'),
(3096, 1787, 29, 'Keep them in follow-up.', '', '2025-10-17 13:38:58'),
(3097, 1790, 29, 'Keep them in follow-up.', '', '2025-10-17 13:39:30'),
(3098, 1791, 8, '', 'uploads/audio/68f1c9c64d538-1760676294.webm', '2025-10-17 13:44:55'),
(3099, 631, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 13:46:37'),
(3100, 1789, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 13:47:23'),
(3101, 41, 10, '', 'uploads/audio/68f1ca7f0ce12-1760676479.webm', '2025-10-17 13:48:07'),
(3102, 1168, 28, 'Met with Sir Hamid, discussed more things our primary series', '', '2025-10-17 13:53:35'),
(3103, 1792, 16, '', 'uploads/audio/68f1cbcd2b074-1760676813.webm', '2025-10-17 13:53:35'),
(3104, 1793, 25, 'They demanded class 6,7 books', '', '2025-10-17 13:59:28'),
(3105, 1779, 21, 'ok', '', '2025-10-17 14:00:44'),
(3106, 40, 10, '', 'uploads/audio/68f1cd819551d-1760677249.webm', '2025-10-17 14:00:56'),
(3107, 1781, 21, 'ok', '', '2025-10-17 14:01:21'),
(3108, 1794, 16, '', 'uploads/audio/68f1cf0024c0b-1760677632.webm', '2025-10-17 14:07:13'),
(3109, 1795, 5, '', 'uploads/audio/68f1d05cdd972-1760677980.webm', '2025-10-17 14:13:04'),
(3110, 631, 26, '', 'uploads/audio/68f1d081f2b7e-1760678017.webm', '2025-10-17 14:13:39'),
(3111, 1168, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 14:13:57'),
(3112, 46, 10, '', 'uploads/audio/68f1d2691b882-1760678505.webm', '2025-10-17 14:21:46'),
(3113, 1797, 28, 'Met with Sir Moen, discussed regarding our product he is interested in our books required samples in November. Also need orientation regarding software', '', '2025-10-17 14:25:02'),
(3114, 747, 25, 'They are just taking middle term exams and after that they will think about training session', '', '2025-10-17 14:49:01'),
(3115, 1800, 8, '', 'uploads/audio/68f1d963d84bd-1760680291.webm', '2025-10-17 14:51:39'),
(3116, 410, 25, 'Meeting with Abdullah umar Son of principal\r\n03425868366\r\nHe will concern with his father about sylabus,sir was absent today', '', '2025-10-17 14:59:56'),
(3117, 1467, 9, '', 'uploads/audio/68f1db4f5e988-1760680783.webm', '2025-10-17 15:00:09'),
(3118, 1467, 9, '', 'uploads/audio/68f1db889f59c-1760680840.webm', '2025-10-17 15:00:59'),
(3119, 1531, 4, 'Demand sample in nov', '', '2025-10-17 15:31:51'),
(3120, 1781, 29, '.', '', '2025-10-17 15:34:56'),
(3121, 1779, 29, '.', '', '2025-10-17 15:35:05'),
(3122, 1467, 29, 'Keep them in follow-up.', '', '2025-10-17 15:36:31'),
(3123, 1799, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-17 15:37:19'),
(3124, 1798, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-17 15:38:05'),
(3125, 1531, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-17 15:38:22'),
(3126, 1795, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 15:39:22'),
(3127, 1796, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-17 15:39:48'),
(3128, 631, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 15:40:40'),
(3129, 1797, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 15:42:58'),
(3130, 46, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-17 15:44:20');
INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(3131, 40, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 15:45:12'),
(3132, 41, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 15:46:26'),
(3133, 42, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 15:46:53'),
(3134, 1800, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-17 15:47:50'),
(3135, 1791, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 15:48:28'),
(3136, 1802, 26, 'Thoroughly Introductory meeting with Madam Farah Qamar.where I guided her with smart interactive app and also told her about teacher app and parents App. We also discussed on Smart wings curriculum regarding its special areas. It was fruitful meeting I hope school will adopt our curriculum for next session', 'uploads/audio/68f1f082634be-1760686210.webm', '2025-10-17 16:32:17'),
(3137, 475, 26, 'Today Samples delivered in Suffah Learning School. Pre-primary books + workbooks complete', '', '2025-10-17 16:41:20'),
(3138, 475, 29, 'âœ”', '', '2025-10-17 16:48:25'),
(3139, 1802, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 16:49:53'),
(3140, 1801, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-17 16:51:45'),
(3141, 1774, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-17 16:51:57'),
(3142, 410, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-17 16:53:58'),
(3143, 747, 29, 'Keep them in follow-up.', '', '2025-10-17 16:55:42'),
(3144, 1793, 29, 'humary pas pre primary or primary hoti hain bs.', '', '2025-10-17 17:02:30'),
(3145, 1776, 29, 'Keep them in follow-up.', '', '2025-10-17 17:26:26'),
(3146, 1775, 29, 'Keep them in follow-up.', '', '2025-10-17 17:26:36'),
(3147, 1794, 29, 'Maintain a follow up with them.', '', '2025-10-17 17:29:07'),
(3148, 1792, 29, 'Keep them in follow-up.', '', '2025-10-17 17:29:35'),
(3149, 1803, 21, 'fast Visit', '', '2025-10-17 18:56:52'),
(3150, 1804, 21, 'fast Visit', '', '2025-10-17 18:59:34'),
(3151, 1804, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-17 19:09:51'),
(3152, 1804, 29, 'Keep them in follow-up.', '', '2025-10-17 19:10:04'),
(3153, 1803, 29, 'Keep them in follow-up.', '', '2025-10-17 19:10:12'),
(3154, 1052, 25, 'They have called me again to re consider our resources and i briefly explained all of our areas of knowledge', '', '2025-10-17 20:29:43'),
(3155, 1510, 23, 'The again meeting about pre level & primary leval books are so hopeful. Samples required coming week', '', '2025-10-18 02:29:26'),
(3156, 1805, 23, 'Principle are so busy Office head say again meeting in Monday 11:00am', '', '2025-10-18 02:37:27'),
(3157, 1806, 23, 'Sample Required Jan   Readify Series.', '', '2025-10-18 02:41:14'),
(3158, 1807, 23, 'Demo Class require or Event invitations must Deliver.  & hopefull meeting. samples required in December.last week', '', '2025-10-18 02:45:37'),
(3159, 374, 21, '03464658691 Principal number', '', '2025-10-18 13:22:04'),
(3160, 1807, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 13:30:26'),
(3161, 128, 5, '', 'uploads/audio/68f318947c63f-1760762004.webm', '2025-10-18 13:33:26'),
(3162, 1809, 28, 'Met with Sir Waseem , interested in primary series samples in January', '', '2025-10-18 13:33:48'),
(3163, 1806, 29, 'Keep them in follow-up.', '', '2025-10-18 13:33:51'),
(3164, 1810, 10, '', 'uploads/audio/68f319a4b68fb-1760762276.webm', '2025-10-18 13:38:01'),
(3165, 1805, 29, 'Keep them in follow-up.', '', '2025-10-18 13:38:01'),
(3166, 1510, 29, 'Keep them in follow-up.', '', '2025-10-18 13:38:15'),
(3167, 374, 29, 'ok', '', '2025-10-18 13:53:50'),
(3168, 1466, 8, '', 'uploads/audio/68f31e61e4d90-1760763489.webm', '2025-10-18 13:58:10'),
(3169, 1808, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 13:58:38'),
(3170, 1811, 15, 'december mn sampling krni hai', '', '2025-10-18 14:00:57'),
(3171, 128, 29, '\"You are doing a good job.\"', '', '2025-10-18 14:02:27'),
(3172, 1812, 15, 'Ø§Ø³Ù„Ø§Ù…Ù Ø¹Ù„ÛŒÚ©Ù… school m pre classes ki books ka demo dia books achi lgi hn or bki sampling ki demand ki h next mnth', '', '2025-10-18 14:03:39'),
(3173, 273, 10, '', 'uploads/audio/68f3221a81115-1760764442.webm', '2025-10-18 14:14:06'),
(3174, 1816, 28, 'Met with Sir Fayyaz, Sir Zaid was not available asked me to come later and contact on call between 8 to 1 pm on mentioned number', '', '2025-10-18 14:25:16'),
(3175, 1815, 16, '', 'uploads/audio/68f3249232415-1760765074.webm', '2025-10-18 14:26:41'),
(3176, 1817, 5, '', 'uploads/audio/68f32528d4cef-1760765224.webm', '2025-10-18 14:27:07'),
(3177, 718, 4, 'Gave presentation about smart kids series', '', '2025-10-18 14:28:34'),
(3178, 1819, 16, '', 'uploads/audio/68f3280294505-1760765954.webm', '2025-10-18 14:39:22'),
(3179, 1121, 28, 'Met with Miss Yusra, She said that there is required samples of primary series,', '', '2025-10-18 14:40:52'),
(3180, 39, 10, '', 'uploads/audio/68f328306e185-1760766000.webm', '2025-10-18 14:45:20'),
(3181, 1125, 28, 'Met with Miss Zobi, she said review is still in process due to mid term exam all teachers are busy, need her more time.', '', '2025-10-18 14:53:07'),
(3182, 1821, 8, '', 'uploads/audio/68f32d718cc77-1760767345.webm', '2025-10-18 15:02:29'),
(3183, 1128, 28, 'Met with Sir Amir, Sir Sajid was busy with Parents, asked to come later', '', '2025-10-18 15:04:47'),
(3184, 1125, 29, 'Keep them in follow-up.', '', '2025-10-18 15:05:48'),
(3185, 1128, 29, 'Keep them in follow-up.', '', '2025-10-18 15:07:08'),
(3186, 1121, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-18 15:07:34'),
(3187, 1816, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-18 15:07:52'),
(3188, 1809, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-18 15:08:06'),
(3189, 39, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 15:10:23'),
(3190, 1818, 25, 'Distribution issues,jidr se stock ly rhy hyn udr se hi lyn gy,', '', '2025-10-18 15:11:10'),
(3191, 43, 10, '', 'uploads/audio/68f32f8e7f5c6-1760767886.webm', '2025-10-18 15:11:51'),
(3192, 1130, 28, 'Met with Miss AreshmÃ , discussed regarding samples', '', '2025-10-18 15:27:53'),
(3193, 1823, 25, 'Zia educators', 'uploads/audio/68f335d5b35d3-1760769493.webm', '2025-10-18 15:38:15'),
(3194, 1824, 8, '', 'uploads/audio/68f336259263a-1760769573.webm', '2025-10-18 15:39:39'),
(3195, 1826, 8, '', 'uploads/audio/68f33b3a78b93-1760770874.webm', '2025-10-18 16:01:15'),
(3196, 43, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 16:04:45'),
(3197, 273, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 16:05:34'),
(3198, 1828, 28, 'Met with Miss Shaheena, Discussed regarding our product she is interested in our pre primary and computer.', '', '2025-10-18 16:06:05'),
(3199, 1810, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 16:06:31'),
(3200, 1826, 29, 'Keep them in follow-up.', '', '2025-10-18 16:07:35'),
(3201, 1824, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-18 16:08:18'),
(3202, 1821, 29, 'Keep them in follow-up.', '', '2025-10-18 16:09:04'),
(3203, 1466, 29, 'Keep them in follow-up.', '', '2025-10-18 16:09:21'),
(3204, 54, 10, '', 'uploads/audio/68f33cdc1f801-1760771292.webm', '2025-10-18 16:09:23'),
(3205, 1823, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-18 16:10:39'),
(3206, 1818, 29, 'Discuss with your head.', '', '2025-10-18 16:11:07'),
(3207, 1052, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 16:11:54'),
(3208, 1814, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 16:33:22'),
(3209, 1829, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 16:33:39'),
(3210, 1825, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 16:33:45'),
(3211, 1827, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 16:33:54'),
(3212, 1813, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 16:34:53'),
(3213, 1820, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 16:34:59'),
(3214, 1822, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 16:35:05'),
(3215, 718, 29, 'Maintain a follow-up with them.', '', '2025-10-18 16:35:38'),
(3216, 1817, 29, 'âœ”', '', '2025-10-18 16:38:00'),
(3217, 1828, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 16:39:46'),
(3218, 1130, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 16:39:56'),
(3219, 1830, 8, '', 'uploads/audio/68f3461ce0648-1760773660.webm', '2025-10-18 16:47:42'),
(3220, 54, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 16:52:00'),
(3221, 1830, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 16:54:37'),
(3222, 1819, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 16:57:28'),
(3223, 1815, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 16:57:57'),
(3224, 1812, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 16:58:41'),
(3225, 1811, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-18 16:59:04'),
(3226, 1661, 4, 'Organised a session at school today', '', '2025-10-18 17:40:51'),
(3227, 1661, 29, 'âœ”', '', '2025-10-18 17:44:39'),
(3228, 1831, 23, 'Intrested our Pre leval but All branches academic head meeting in Next week insha Allah', '', '2025-10-18 19:08:30'),
(3229, 1832, 23, 'Samples Reqiured in December Readify series', '', '2025-10-18 19:11:18'),
(3230, 1833, 23, 'Intrested our pre leval books demo plus samples Reqiured in November', '', '2025-10-18 19:14:57'),
(3231, 1833, 29, 'Keep them in follow-up.', '', '2025-10-18 19:17:31'),
(3232, 1832, 29, 'Stay in contact with them, especially before the session starts. If possible arrange an orientation so that they can understand our approach.', '', '2025-10-18 19:17:51'),
(3233, 1831, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 19:18:24'),
(3234, 1834, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 19:18:54'),
(3235, 500, 21, 'Not principal next time coming', '', '2025-10-18 19:22:27'),
(3236, 1834, 23, 'The coordinator meeting  is good but Principal meeting coming week insha Allah', '', '2025-10-18 19:22:39'),
(3237, 1837, 23, 'intrested our pre leval books sample Reqiured in December 1st week', '', '2025-10-18 19:27:30'),
(3238, 1834, 29, 'Keep them in follow-up.', '', '2025-10-18 19:27:36'),
(3239, 1837, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-18 19:29:58'),
(3240, 500, 29, 'Keep them in follow-up.', '', '2025-10-18 19:30:42'),
(3241, 1839, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 19:39:03'),
(3242, 1836, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 19:39:09'),
(3243, 1835, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-18 19:39:15'),
(3244, 1627, 4, 'Demand sample at the last of this month', '', '2025-10-20 13:17:07'),
(3245, 1843, 21, 'Fast Visit', '', '2025-10-20 13:49:23'),
(3246, 1029, 28, 'Met with Sir Mazhar, discussed regarding our product asked to come later with samples', '', '2025-10-20 13:50:27'),
(3247, 619, 4, 'Gave brief presentation about smart kids', '', '2025-10-20 14:00:15'),
(3248, 1544, 10, '', 'uploads/audio/68f5c29e54a72-1760936606.webm', '2025-10-20 14:03:28'),
(3249, 1840, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-20 14:11:52'),
(3250, 1838, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-20 14:12:00'),
(3251, 494, 10, '', 'uploads/audio/68f5c73f34c26-1760937791.webm', '2025-10-20 14:23:12'),
(3252, 364, 26, 'Again visited on priority bases for orientation settlement', '', '2025-10-20 14:24:11'),
(3253, 1843, 29, 'Keep them in follow-up.', '', '2025-10-20 14:24:34'),
(3254, 1844, 25, 'A', 'uploads/audio/68f5c83b9c250-1760938043.webm', '2025-10-20 14:27:25'),
(3255, 1846, 15, 'Ø§Ø³Ù„Ø§Ù…Ù Ø¹Ù„ÛŒÚ©Ù… \r\nschool m demo dia hai sampling ki demand unho ny ki hai january k frst week main', '', '2025-10-20 14:31:56'),
(3256, 577, 4, 'Demand sample in dec', '', '2025-10-20 14:36:33'),
(3257, 619, 29, 'Keep them in follow-up.', '', '2025-10-20 14:37:12'),
(3258, 577, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 14:37:53'),
(3259, 1627, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 14:38:13'),
(3260, 364, 29, 'Keep them in follow-up.', '', '2025-10-20 14:41:07'),
(3261, 1029, 29, 'Keep them in follow-up.', '', '2025-10-20 14:41:50'),
(3262, 860, 28, 'Met with Sir Adil, Sir Arif was not available asked me to come later', '', '2025-10-20 14:43:21'),
(3263, 494, 29, 'Keep them in follow-up.', '', '2025-10-20 14:44:25'),
(3264, 1544, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 14:45:04'),
(3265, 1844, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 14:46:02'),
(3266, 1842, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-20 14:47:02'),
(3267, 1841, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-20 14:47:11'),
(3268, 1659, 14, 'They need samples', '', '2025-10-20 14:48:16'),
(3269, 1846, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 14:48:32'),
(3270, 1848, 15, 'sampling demand in december', '', '2025-10-20 14:51:38'),
(3271, 1847, 11, '', 'uploads/audio/68f5ce3fdbb6e-1760939583.webm', '2025-10-20 14:53:05'),
(3272, 1845, 11, '', 'uploads/audio/68f5ce694addd-1760939625.webm', '2025-10-20 14:53:46'),
(3273, 88, 10, '', 'uploads/audio/68f5cec6bc20b-1760939718.webm', '2025-10-20 14:55:21'),
(3274, 1850, 8, '', 'uploads/audio/68f5cee469738-1760939748.webm', '2025-10-20 14:55:50'),
(3275, 1849, 25, 'Comprehensive', 'uploads/audio/68f5cee834a9a-1760939752.webm', '2025-10-20 14:55:58'),
(3276, 1849, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 15:01:33'),
(3277, 1850, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 15:02:15'),
(3278, 1845, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 15:03:13'),
(3279, 1847, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 15:03:37'),
(3280, 88, 29, 'Keep them in follow-up.', '', '2025-10-20 15:04:59'),
(3281, 1848, 29, 'Keep them in follow-up.', '', '2025-10-20 15:05:45'),
(3282, 860, 29, 'Keep them in follow-up.', '', '2025-10-20 15:06:14'),
(3283, 1030, 28, 'Met with coordinator sir Naveed was not available, convey the message regarding samples might be delivered in next week', '', '2025-10-20 15:07:34'),
(3284, 965, 14, 'Mr.Ahmad said Due to an emergency not able to attended the session . But i like the books. I need the samples.', '', '2025-10-20 15:11:19'),
(3285, 1030, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 15:13:05'),
(3286, 1598, 14, 'Madam ask send me link of 1 lesson. I send her lesson a link', '', '2025-10-20 15:17:06'),
(3287, 342, 10, '', 'uploads/audio/68f5d40ddfaa1-1760941069.webm', '2025-10-20 15:17:53'),
(3288, 1617, 14, 'Not pick the call.', '', '2025-10-20 15:18:52'),
(3289, 1620, 14, 'Not pick the call.', '', '2025-10-20 15:19:58'),
(3290, 1615, 14, 'They need samples.', '', '2025-10-20 15:23:29'),
(3291, 343, 10, '', 'uploads/audio/68f5d6322114a-1760941618.webm', '2025-10-20 15:27:01'),
(3292, 1852, 28, 'Met with Mrs. Irfan Rao, discussed regarding our product she said meet with Sir Irfan later', '', '2025-10-20 15:33:53'),
(3293, 1853, 8, '', 'uploads/audio/68f5d8531083f-1760942163.webm', '2025-10-20 15:36:04'),
(3294, 1496, 28, 'Met with Miss Amber, discussed regarding samples, she required samples as soon as possible', '', '2025-10-20 15:41:07'),
(3295, 1614, 14, 'They need the samples.', '', '2025-10-20 15:43:14'),
(3296, 1612, 14, 'They said Session was too good will call you in December.', '', '2025-10-20 15:45:53'),
(3297, 1611, 14, 'Not pick the call.', '', '2025-10-20 15:49:00'),
(3298, 1610, 14, 'The lady cut the call.', '', '2025-10-20 15:50:39'),
(3299, 1609, 14, 'number is busy.', '', '2025-10-20 15:52:21'),
(3300, 1854, 8, '', 'uploads/audio/68f5dc6c3ec71-1760943212.webm', '2025-10-20 15:53:33'),
(3301, 1854, 8, 'By mistake ..\r\nI send commentary again', '', '2025-10-20 15:54:22'),
(3302, 1607, 14, 'Not pick the call.', '', '2025-10-20 15:54:40'),
(3303, 1854, 8, '', 'uploads/audio/68f5dcb669538-1760943286.webm', '2025-10-20 15:54:51'),
(3304, 652, 4, 'Demand sample in Nov', '', '2025-10-20 15:57:42'),
(3305, 1606, 14, 'Not pick the call.', '', '2025-10-20 15:58:12'),
(3306, 1605, 14, 'Number busy on another call.', '', '2025-10-20 15:59:18'),
(3307, 1604, 14, 'Not pick the call.', '', '2025-10-20 16:00:39'),
(3308, 1603, 14, 'Not pick the call.', '', '2025-10-20 16:02:00'),
(3309, 1645, 14, 'They said head office decided.', '', '2025-10-20 16:02:41'),
(3310, 1660, 14, 'not pick the call.', '', '2025-10-20 16:04:29'),
(3311, 652, 29, 'Keep them in follow-up.', '', '2025-10-20 16:20:22'),
(3312, 1851, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-20 16:20:39'),
(3313, 1496, 29, 'ok, Arrange their need.', '', '2025-10-20 16:22:21'),
(3314, 1852, 29, 'Keep them in follow-up.', '', '2025-10-20 16:22:38'),
(3315, 343, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 16:24:16'),
(3316, 342, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 16:27:01'),
(3317, 1854, 29, 'Keep them in follow-up.', '', '2025-10-20 16:28:35'),
(3318, 1853, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 16:29:13'),
(3319, 1857, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-20 16:29:56'),
(3320, 1855, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-20 16:30:08'),
(3321, 224, 8, '', 'uploads/audio/68f5e567a334b-1760945511.webm', '2025-10-20 16:31:53'),
(3322, 224, 8, '03153861205\r\nMiss Sadia', '', '2025-10-20 16:32:09'),
(3323, 1856, 28, 'Met with Sir Adnan, required complete detail of our software and pre primary samples in December', '', '2025-10-20 16:32:42'),
(3324, 1552, 14, 'Its Our Member school.', '', '2025-10-20 16:43:28'),
(3325, 1551, 14, 'Urgently need samples.', '', '2025-10-20 16:51:46'),
(3326, 1548, 14, 'they need samples in December.', '', '2025-10-20 17:12:35'),
(3327, 1859, 24, 'New school need samples for next month', '', '2025-10-20 17:19:48'),
(3328, 230, 8, '', 'uploads/audio/68f5f0ecbc04a-1760948460.webm', '2025-10-20 17:21:02'),
(3329, 1860, 24, 'Detailed Discussion with miss fiza follow up after 2 weeks with samples', '', '2025-10-20 17:27:09'),
(3330, 1861, 24, 'Contact on call', '', '2025-10-20 17:34:16'),
(3331, 1862, 24, 'Meeting after 4 o clock', '', '2025-10-20 17:44:47'),
(3332, 1862, 29, 'Keep them in follow-up.', '', '2025-10-20 17:51:16'),
(3333, 1863, 24, 'Meeting with abdur rehman next week', '', '2025-10-20 17:51:22'),
(3334, 1861, 29, 'Keep them in follow-up.', '', '2025-10-20 17:51:46'),
(3335, 1863, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 17:52:12'),
(3336, 1860, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 17:52:37'),
(3337, 1859, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 17:53:02'),
(3338, 1858, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-20 17:54:19'),
(3339, 1865, 24, 'Tomorrow meeting after 11o clock', '', '2025-10-20 18:03:51'),
(3340, 1866, 24, 'Visit month of December with samples for further discussion.', '', '2025-10-20 18:10:05'),
(3341, 1868, 24, 'Coming week meeting with samples again', '', '2025-10-20 18:21:36'),
(3342, 1865, 24, 'Samples play, nursery, prep 1 to 5 sample islimyat and drawing', '', '2025-10-20 18:23:26'),
(3343, 1869, 24, 'November follow up again', '', '2025-10-20 18:27:19'),
(3344, 1602, 14, 'Not pick the call.', '', '2025-10-20 18:55:20'),
(3345, 1644, 14, 'Not pick the call.', '', '2025-10-20 18:56:50'),
(3346, 1658, 14, 'Owner said will inform you , he is interested about books. I send him the lesson a link.', '', '2025-10-20 19:00:37'),
(3347, 1656, 14, 'Not attended the call.', '', '2025-10-20 19:02:14'),
(3348, 1870, 26, 'Thoroughly introductory meeting with Madam Zakiya. And she is interested for adopting our curriculum for next session.', '', '2025-10-20 19:06:11'),
(3349, 1657, 14, 'Due to an emergency not able to attended the 16th October 2025 session', '', '2025-10-20 19:08:46'),
(3350, 1655, 14, 'Madam Said the session was too good.', '', '2025-10-20 19:11:13'),
(3351, 1602, 14, 'Head said the session was outclass.', '', '2025-10-20 19:14:51'),
(3352, 1654, 14, 'not pick the call.', '', '2025-10-20 19:15:21'),
(3353, 1653, 14, 'not pick the call.', '', '2025-10-20 19:16:02'),
(3354, 1652, 14, 'not pick the call,', '', '2025-10-20 19:20:24'),
(3355, 1651, 14, 'not pick the call.', '', '2025-10-20 19:22:09'),
(3356, 1649, 14, 'number busy', '', '2025-10-20 19:23:47'),
(3357, 1871, 26, 'Thoroughly introductory meeting with Vice Principal cum daughter in law of Principal. She admired the company\'s work. And demanded for samples in January 2026.', '', '2025-10-20 19:25:09'),
(3358, 1647, 14, 'not pick the call.', '', '2025-10-20 19:28:57'),
(3359, 1654, 14, 'Head is interested in books. he ask me about digital program. I send him lesson a link', '', '2025-10-20 19:31:06'),
(3360, 1872, 26, 'Thoroughly introductory meeting With Principal and Vice Principal. After meeting they discussed and interested for adopting our curriculum. They demanded samples in December 2025', '', '2025-10-20 19:44:15'),
(3361, 1873, 21, 'Fast Visit', '', '2025-10-20 19:52:07'),
(3362, 1874, 21, 'Fast Visit', '', '2025-10-20 19:56:58'),
(3363, 1875, 26, 'Thoroughly meeting with Owner and Principal madam. They are interested and demanded samples in December. Hopefully we will arrange an orientation session for them with coordination.', '', '2025-10-20 20:01:36'),
(3364, 1876, 21, 'Fast Visit', '', '2025-10-20 20:02:46'),
(3365, 1877, 21, 'fast Visit', '', '2025-10-20 20:08:10'),
(3366, 1869, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 20:28:51'),
(3367, 1868, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 20:29:03'),
(3368, 1866, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 20:29:12'),
(3369, 1865, 29, 'ok , Arrange this.', '', '2025-10-20 20:29:44'),
(3370, 1864, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-20 20:30:14'),
(3371, 1877, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 20:31:37'),
(3372, 1876, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 20:31:50'),
(3373, 1874, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 20:31:59'),
(3374, 1873, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-20 20:32:05'),
(3375, 1867, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-20 20:33:36'),
(3376, 1875, 29, 'Keep them in follow-up.', '', '2025-10-20 20:35:46'),
(3377, 1872, 29, 'Keep them in follow-up.', '', '2025-10-20 20:36:29'),
(3378, 1871, 29, 'Keep them in follow-up.', '', '2025-10-20 20:36:54'),
(3379, 1870, 29, 'Keep them in follow-up.', '', '2025-10-20 20:37:09'),
(3380, 1856, 29, 'Keep them in follow-up.', '', '2025-10-20 20:38:21'),
(3381, 1880, 23, 'Sir nhi thy maam sy bat hoi hy December mn samples chaiye hn', '', '2025-10-21 03:23:44'),
(3382, 1881, 23, 'Meeting are so hopeful Demo Reqiured press leval coming week', '', '2025-10-21 03:27:00'),
(3383, 1882, 23, 'Meeting are so hopeful Demo class required Friday', '', '2025-10-21 03:30:55'),
(3384, 1883, 23, 'Meeting again with Demo Orientation required with samples books.', '', '2025-10-21 03:34:37'),
(3385, 1884, 23, 'Demo Orientation Class required in Next Week with samples', '', '2025-10-21 03:37:50'),
(3386, 735, 23, 'The orientation date is 22 Oct Samples Delivered Already', '', '2025-10-21 03:40:02'),
(3387, 1885, 23, 'Sample delivered. pre-level in school again meeting coming week for demo class', '', '2025-10-21 03:45:59'),
(3388, 1546, 4, 'Gave key books of books', '', '2025-10-21 13:19:31'),
(3389, 1886, 8, '', 'uploads/audio/68f70dbade3b8-1761021370.webm', '2025-10-21 13:36:13'),
(3390, 971, 4, 'Gave presentation about smart kids series', '', '2025-10-21 13:42:59'),
(3391, 1548, 28, 'Met with Miss Hina, sir Asif was busy', '', '2025-10-21 13:43:53'),
(3392, 473, 10, '', 'uploads/audio/68f711a772f35-1761022375.webm', '2025-10-21 13:52:56'),
(3393, 533, 15, 'Ø§Ø³Ù„Ø§Ù…Ù Ø¹Ù„ÛŒÚ©Ù… \r\nmam zahida sy metting hoi h pre cls k hwaly dy demo dia hai proper \r\nsampling demand february main ki hai unho ny', '', '2025-10-21 13:53:18'),
(3394, 1889, 15, 'Ø§Ø³Ù„Ø§Ù…Ù Ø¹Ù„ÛŒÚ©Ù… sir ko books k bary m demo dns tha but wo kch busy thy jis wja sy next week ka kha hai unho ny k ap dubara ajaye ga', '', '2025-10-21 14:07:28'),
(3395, 149, 10, '', 'uploads/audio/68f71870d3ad1-1761024112.webm', '2025-10-21 14:21:54'),
(3396, 1890, 28, 'Met with Sir Nadeem Ahmad Faraz, discussed regarding our product required samples in December', '', '2025-10-21 14:30:20'),
(3397, 1892, 10, '', 'uploads/audio/68f71bde3a7c1-1761024990.webm', '2025-10-21 14:36:35'),
(3398, 971, 29, 'Keep them in follow-up.', '', '2025-10-21 14:41:23'),
(3399, 1546, 29, 'Keep them in follow-up.', '', '2025-10-21 14:41:54'),
(3400, 1891, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-21 14:42:10'),
(3401, 1888, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-21 14:42:16'),
(3402, 48, 10, '', 'uploads/audio/68f71e4fe98b9-1761025615.webm', '2025-10-21 14:46:57'),
(3403, 1893, 6, 'please required orientation tomorrow', '', '2025-10-21 14:49:42'),
(3404, 1893, 6, 'Timing 12:00', '', '2025-10-21 14:50:21'),
(3405, 1893, 29, 'ok', '', '2025-10-21 14:57:40'),
(3406, 148, 10, '', 'uploads/audio/68f721117a198-1761026321.webm', '2025-10-21 14:59:00'),
(3407, 1280, 28, 'Met with coordinator, sir Sajid was not available. Required samples in this week', '', '2025-10-21 15:00:24'),
(3408, 1357, 28, 'Met with Sir Shafqat, discussed regarding orientation with Rashid sahib and principal summit', '', '2025-10-21 15:01:25'),
(3409, 1357, 29, 'Keep them in follow-up.', '', '2025-10-21 15:08:27'),
(3410, 1280, 29, 'Keep them in follow-up.', '', '2025-10-21 15:09:00'),
(3411, 1890, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-21 15:10:16'),
(3412, 1548, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-21 15:10:51'),
(3413, 1894, 8, '', 'uploads/audio/68f7243858e4a-1761027128.webm', '2025-10-21 15:12:09'),
(3414, 456, 10, '', 'uploads/audio/68f7249e2455a-1761027230.webm', '2025-10-21 15:13:51'),
(3415, 148, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-21 15:14:10'),
(3416, 456, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-21 15:18:07'),
(3417, 48, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-21 15:18:47'),
(3418, 1892, 29, 'Keep them in follow-up.', '', '2025-10-21 15:19:48'),
(3419, 149, 29, 'Keep them in follow-up.', '', '2025-10-21 15:20:30'),
(3420, 473, 29, 'Keep them in follow-up.', '', '2025-10-21 15:21:02'),
(3421, 230, 29, 'Keep them in follow-up.', '', '2025-10-21 15:22:12'),
(3422, 1886, 29, 'Keep them in follow-up.', '', '2025-10-21 15:22:40'),
(3423, 1894, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-21 15:23:05'),
(3424, 224, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-21 15:23:29'),
(3425, 872, 28, 'Met with Miss Fouzia, discussed regarding orientation and summit', '', '2025-10-21 15:34:23'),
(3426, 1885, 29, 'Keep them in follow-up.', '', '2025-10-21 15:49:47'),
(3427, 1896, 8, '', 'uploads/audio/68f72d0a28c26-1761029386.webm', '2025-10-21 15:49:47'),
(3428, 735, 29, 'ok', '', '2025-10-21 15:50:13'),
(3429, 1884, 29, 'Keep them in follow-up.', '', '2025-10-21 15:51:12'),
(3430, 1897, 28, 'Met with Miss Shahida, discussed regarding our product and approach. Interested in pre primary samples and orientation', '', '2025-10-21 15:51:19'),
(3431, 1883, 29, 'Keep them in follow-up.', '', '2025-10-21 15:51:21'),
(3432, 1882, 29, 'Keep them in follow-up.', '', '2025-10-21 15:51:35'),
(3433, 1881, 29, 'Keep them in follow-up.', '', '2025-10-21 15:51:47'),
(3434, 1880, 29, 'ok, arrange this.', '', '2025-10-21 15:52:20'),
(3435, 836, 4, 'Gave brief presentation of smart Wings', '', '2025-10-21 15:56:53'),
(3436, 917, 28, 'Met with Miss Farah, Ma\'am Sadaf was not available, got follow up', '', '2025-10-21 16:06:01'),
(3437, 1889, 29, 'Keep them in follow-up.', '', '2025-10-21 16:11:34'),
(3438, 533, 29, 'Keep them in follow-up.', '', '2025-10-21 16:11:48'),
(3439, 1879, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-21 16:12:01'),
(3440, 1878, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-21 16:12:08'),
(3441, 917, 29, 'Keep them in follow-up.', '', '2025-10-21 16:14:20'),
(3442, 1897, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-21 16:14:52'),
(3443, 872, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-21 16:15:12'),
(3444, 836, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-21 16:16:59'),
(3445, 1899, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-21 16:17:17'),
(3446, 1896, 29, 'Keep them in follow-up.', '', '2025-10-21 16:20:02'),
(3447, 1896, 29, 'Ap n unhy orientation letter k mutaliq btaya hai.', '', '2025-10-21 16:20:48'),
(3448, 1904, 8, '', 'uploads/audio/68f73b00f0022-1761032960.webm', '2025-10-21 16:49:25'),
(3449, 1905, 5, '', 'uploads/audio/68f73b616d1f6-1761033057.webm', '2025-10-21 16:50:59'),
(3450, 1906, 5, '', 'uploads/audio/68f73c1a7a26e-1761033242.webm', '2025-10-21 16:54:04'),
(3451, 1908, 5, '', 'uploads/audio/68f73ce87e33c-1761033448.webm', '2025-10-21 16:57:31'),
(3452, 1907, 7, '', 'uploads/audio/68f73cf69b62a-1761033462.webm', '2025-10-21 16:57:47'),
(3453, 1909, 16, '', 'uploads/audio/68f73d1bcab6f-1761033499.webm', '2025-10-21 16:58:21'),
(3454, 1910, 5, '', 'uploads/audio/68f73e1dc7e66-1761033757.webm', '2025-10-21 17:02:38'),
(3455, 1911, 5, '', 'uploads/audio/68f73e8e93a72-1761033870.webm', '2025-10-21 17:04:32'),
(3456, 1911, 29, 'Sir ap apni orientation event m add krwaty hain ?', '', '2025-10-21 17:08:54'),
(3457, 1910, 29, 'Keep them in follow-up.', '', '2025-10-21 17:09:33'),
(3458, 1908, 29, 'Keep them in follow-up.', '', '2025-10-21 17:10:44'),
(3459, 1906, 29, 'Keep them in follow-up.', '', '2025-10-21 17:11:53'),
(3460, 1905, 29, 'Keep them in follow-up.', '', '2025-10-21 17:12:23'),
(3461, 1901, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-21 17:13:53'),
(3462, 1904, 29, 'Keep them in follow-up.', '', '2025-10-21 17:17:41'),
(3463, 1909, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-21 17:19:16'),
(3464, 1903, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-21 17:20:01'),
(3465, 1900, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-21 17:20:07'),
(3466, 1895, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-21 17:20:51'),
(3467, 1902, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-21 17:21:00'),
(3468, 1898, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-21 17:21:07'),
(3469, 1907, 29, 'Keep them in follow-up.', '', '2025-10-21 17:21:43'),
(3470, 1912, 16, '', 'uploads/audio/68f74562706f0-1761035618.webm', '2025-10-21 17:33:39'),
(3471, 1912, 29, 'Keep them in follow-up.', '', '2025-10-21 17:48:18'),
(3472, 1913, 24, 'Play nursery prep\r\n1 to 5\r\nEnglish computer need sample next week', '', '2025-10-21 19:03:31'),
(3473, 1914, 24, 'Detailed Discussion need sample for final  confirmation', '', '2025-10-21 19:09:01'),
(3474, 1915, 24, 'One more visit coming month with khurram sb', '', '2025-10-21 19:13:31'),
(3475, 1916, 24, '1 to 5 sample required and pre classes also', '', '2025-10-21 19:18:21'),
(3476, 1917, 24, 'Next week meeting again', '', '2025-10-21 19:21:06'),
(3477, 1918, 16, '', 'uploads/audio/68f75f66beb13-1761042278.webm', '2025-10-21 19:24:40'),
(3478, 1917, 29, 'Keep them in follow-up.', '', '2025-10-21 20:06:25'),
(3479, 1916, 29, 'Ok, Arrange this.', '', '2025-10-21 20:06:58'),
(3480, 1915, 29, 'Keep them in follow-up.', '', '2025-10-21 20:07:37'),
(3481, 1914, 29, 'Keep them in follow-up.', '', '2025-10-21 20:17:36'),
(3482, 1913, 29, 'ok, arrange this.', '', '2025-10-21 20:18:00'),
(3483, 1896, 8, 'G btaya tha sir kehry thy abi rhny den December me hi letter issue kijiye ga', '', '2025-10-21 23:20:21'),
(3484, 1921, 23, 'Interested in our pre leval books Demo session decide in next month insha Allah', '', '2025-10-22 02:24:34'),
(3485, 1552, 23, 'Meeting in school are so hopeful Issues & complaint are resolve on the spot.  but they demand a Teachers Traning workshop in school. as soon as posible.', '', '2025-10-22 02:31:35'),
(3486, 103, 9, '', 'uploads/audio/68f85e30205d3-1761107504.webm', '2025-10-22 13:31:45'),
(3487, 1923, 28, 'Met with Sir Qamar, discussed regarding our product, he said meet with Sir Rizwan who was busy on that time', '', '2025-10-22 13:32:37'),
(3488, 1924, 5, '', 'uploads/audio/68f85f460c383-1761107782.webm', '2025-10-22 13:36:24'),
(3489, 551, 4, 'Guard says u visit in evening time bcoz sir wife not meet with males u meet with sir son', '', '2025-10-22 13:44:06'),
(3490, 1925, 28, 'Met with Miss Shazia, discussed regarding our product she said that will be final by Miss Sana , who is not available right now so meet her later.', '', '2025-10-22 13:54:54'),
(3491, 905, 4, 'Today arranged meeting with mam bushra and coordinator', '', '2025-10-22 14:13:40'),
(3492, 905, 4, 'But postponed due to office concerns now arranged tomorrow', '', '2025-10-22 14:14:04'),
(3493, 1926, 25, 'Low cost books needed', 'uploads/audio/68f86960c8565-1761110368.webm', '2025-10-22 14:19:30'),
(3494, 675, 9, '', 'uploads/audio/68f8696abf9f3-1761110378.webm', '2025-10-22 14:19:40'),
(3495, 1927, 11, '', 'uploads/audio/68f869e717e9f-1761110503.webm', '2025-10-22 14:21:48'),
(3496, 1927, 29, 'âœ”', '', '2025-10-22 14:25:09'),
(3497, 675, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-22 14:27:57'),
(3498, 103, 29, 'Keep them in follow-up.', '', '2025-10-22 14:28:54'),
(3499, 825, 11, '', 'uploads/audio/68f86c0ebd782-1761111054.webm', '2025-10-22 14:30:56'),
(3500, 745, 14, 'Summit on 25th October 2025  Venue: galani Islamic model school', '', '2025-10-22 14:31:34'),
(3501, 905, 29, 'Ap orientation add krwa rhy hain plans mein', '', '2025-10-22 14:31:43'),
(3502, 551, 29, 'Keep them in follow-up.', '', '2025-10-22 14:32:42'),
(3503, 1922, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-22 14:33:06'),
(3504, 1929, 25, '.', '', '2025-10-22 14:36:22'),
(3505, 1930, 16, '', 'uploads/audio/68f86d7096793-1761111408.webm', '2025-10-22 14:36:51'),
(3506, 1552, 29, 'ok', '', '2025-10-22 14:39:50'),
(3507, 252, 9, '', 'uploads/audio/68f86f3ad096e-1761111866.webm', '2025-10-22 14:44:29'),
(3508, 1932, 8, '', 'uploads/audio/68f870395a9d4-1761112121.webm', '2025-10-22 14:48:42'),
(3509, 1924, 29, 'Keep them in follow-up.', '', '2025-10-22 14:54:34'),
(3510, 1933, 9, '', 'uploads/audio/68f871be6c44a-1761112510.webm', '2025-10-22 14:55:12'),
(3511, 1923, 29, 'Keep them in follow-up.', '', '2025-10-22 14:56:02'),
(3512, 1925, 29, 'Keep them in follow-up.', '', '2025-10-22 14:56:29'),
(3513, 1932, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-22 14:57:55'),
(3514, 1934, 28, 'Met with Sir Ahmad, Miss Jaweria was not available asked to come later', '', '2025-10-22 14:58:19'),
(3515, 1896, 29, 'ok', '', '2025-10-22 14:58:24'),
(3516, 1929, 29, '?', '', '2025-10-22 14:59:10'),
(3517, 1926, 29, 'Tu kiya ap k pas abbasi aeri star series ki rate list nhi hai.', '', '2025-10-22 15:00:24'),
(3518, 1935, 28, 'Met with Sir Khursheed, he required samples in next week', '', '2025-10-22 15:00:27'),
(3519, 1921, 29, 'Keep them in follow-up.', '', '2025-10-22 15:01:22'),
(3520, 1936, 5, '', 'uploads/audio/68f8735d27189-1761112925.webm', '2025-10-22 15:02:06'),
(3521, 1918, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-22 15:02:34'),
(3522, 1930, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-22 15:03:20'),
(3523, 1937, 5, '', 'uploads/audio/68f873d21a1da-1761113042.webm', '2025-10-22 15:04:03'),
(3524, 1937, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-22 15:05:14'),
(3525, 1936, 29, 'Keep them in follow-up.', '', '2025-10-22 15:05:59'),
(3526, 1132, 14, 'Not pick the call.', '', '2025-10-22 15:10:09'),
(3527, 1938, 28, 'Met with Miss Sadia, Discussed regarding our pre primary, required samples and orientation', '', '2025-10-22 15:18:46'),
(3528, 1941, 25, 'Collected data from outside', '', '2025-10-22 15:35:35'),
(3529, 1939, 25, '', 'uploads/audio/68f87b7f59978-1761115007.webm', '2025-10-22 15:36:49'),
(3530, 1940, 8, '', 'uploads/audio/68f87bc0df6e6-1761115072.webm', '2025-10-22 15:37:55'),
(3531, 1942, 7, '', 'uploads/audio/68f87dbe2cc21-1761115582.webm', '2025-10-22 15:46:23'),
(3532, 1943, 28, 'Met with Miss Robina, Miss Razia was busy asked to come before 10 pm for meeting', '', '2025-10-22 15:49:30'),
(3533, 158, 9, '', 'uploads/audio/68f87ef932cee-1761115897.webm', '2025-10-22 15:52:07'),
(3534, 1946, 28, 'Met with Miss Zaheen, discuss regarding our product she will call when she required samples', '', '2025-10-22 16:11:43'),
(3535, 1947, 8, '', 'uploads/audio/68f8840b9aa6a-1761117195.webm', '2025-10-22 16:13:16'),
(3536, 1910, 5, '', 'uploads/audio/68f8848b947a8-1761117323.webm', '2025-10-22 16:15:26'),
(3537, 1565, 14, 'Need Samples.', '', '2025-10-22 16:28:06'),
(3538, 777, 9, '', 'uploads/audio/68f88b95181cd-1761119125.webm', '2025-10-22 16:45:27'),
(3539, 1949, 5, '', 'uploads/audio/68f88de40dc36-1761119716.webm', '2025-10-22 16:55:19'),
(3540, 1950, 5, '', 'uploads/audio/68f88ebd7d577-1761119933.webm', '2025-10-22 16:58:55'),
(3541, 1867, 4, 'Demand sample in December', '', '2025-10-22 17:21:40'),
(3542, 825, 29, 'Keep them in follow-up.', '', '2025-10-22 17:34:29'),
(3543, 1928, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-22 17:34:43'),
(3544, 777, 29, 'Keep them in follow-up.', '', '2025-10-22 17:36:27'),
(3545, 158, 29, 'Keep them in follow-up.', '', '2025-10-22 17:37:05'),
(3546, 1933, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-22 17:37:41'),
(3547, 252, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-22 17:38:17'),
(3548, 1867, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-22 17:39:55'),
(3549, 1944, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-22 17:40:12'),
(3550, 1948, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-22 17:40:23'),
(3551, 1931, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-22 17:40:29'),
(3552, 1950, 29, 'Keep them in follow-up.', '', '2025-10-22 17:41:19'),
(3553, 1949, 29, 'Keep them in follow-up.', '', '2025-10-22 17:41:39'),
(3554, 1910, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-22 17:42:26'),
(3555, 1951, 16, 'Ok', '', '2025-10-22 17:59:12'),
(3556, 1951, 29, 'ap n phly ye school enter kiya hoa th?', '', '2025-10-22 18:14:55'),
(3557, 1952, 24, 'Play nursery prep and 1 to 3 samples needed', '', '2025-10-22 18:44:26'),
(3558, 1953, 24, 'New school follow up November', '', '2025-10-22 18:47:50'),
(3559, 1955, 24, 'Visit again Nov 1st week', '', '2025-10-22 18:56:40'),
(3560, 1956, 16, '', 'uploads/audio/68f8cb142111c-1761135380.webm', '2025-10-22 21:16:21'),
(3561, 1957, 16, '', 'uploads/audio/68f8cbbb82fb1-1761135547.webm', '2025-10-22 21:19:09'),
(3562, 1958, 16, '', 'uploads/audio/68f8cc74672bf-1761135732.webm', '2025-10-22 21:22:13'),
(3563, 1960, 21, 'fast Visit Not principal', '', '2025-10-22 21:31:02'),
(3564, 735, 23, 'Orientation done Hopeful session in school.', '', '2025-10-23 02:58:27'),
(3565, 1805, 23, 'Again meeting in school along Rashid Saab in School coordinator. next week axpected orientation date.', '', '2025-10-23 03:00:43'),
(3566, 760, 23, 'short orientation demo deliver in school Present Rashid Saab , complete demo is next month insha Allah', '', '2025-10-23 03:04:53'),
(3567, 1512, 23, 'short demo deliver with coordinator but owner meeting is next week insha Allah', '', '2025-10-23 03:07:38'),
(3568, 905, 4, 'Ni verbally krwata ye orientation ni discussion hai but aaj possible ni bcoz aaj afaq ki orientation hai cheezious shadbagh me', '', '2025-10-23 13:28:04'),
(3569, 1963, 16, '', 'uploads/audio/68f9b44ff0a98-1761195087.webm', '2025-10-23 13:51:42'),
(3570, 1203, 4, 'Sir says u gave sample in the last week of October', '', '2025-10-23 13:54:41'),
(3571, 780, 8, '', 'uploads/audio/68f9b62077e84-1761195552.webm', '2025-10-23 13:59:14'),
(3572, 35, 10, '', 'uploads/audio/68f9b7ce9abdb-1761195982.webm', '2025-10-23 14:06:24'),
(3573, 235, 9, '', 'uploads/audio/68f9b858b077b-1761196120.webm', '2025-10-23 14:08:42'),
(3574, 630, 11, '', 'uploads/audio/68f9b9cbb6a98-1761196491.webm', '2025-10-23 14:14:54'),
(3575, 1168, 28, 'Met with Sir Hamid, dropped some primary books', '', '2025-10-23 14:20:51'),
(3576, 1355, 10, '', 'uploads/audio/68f9bb5e19773-1761196894.webm', '2025-10-23 14:21:36'),
(3577, 1965, 8, '', 'uploads/audio/68f9bbf087d9a-1761197040.webm', '2025-10-23 14:24:23'),
(3578, 1966, 5, '', 'uploads/audio/68f9bc3ce36ba-1761197116.webm', '2025-10-23 14:25:20'),
(3579, 1967, 11, '', 'uploads/audio/68f9bc8aa1aee-1761197194.webm', '2025-10-23 14:26:36'),
(3580, 1955, 29, 'Keep them in follow-up.', '', '2025-10-23 14:27:19'),
(3581, 1953, 29, 'Keep them in follow-up.', '', '2025-10-23 14:27:32'),
(3582, 1952, 29, 'ok, arrange this.', '', '2025-10-23 14:27:53'),
(3583, 1954, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-23 14:28:10'),
(3584, 1962, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-23 14:28:52'),
(3585, 1961, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-23 14:29:00'),
(3586, 1959, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-23 14:29:08'),
(3587, 1960, 29, 'Keep them in follow-up.', '', '2025-10-23 14:29:25'),
(3588, 1964, 25, '', 'uploads/audio/68f9bdb0b4269-1761197488.webm', '2025-10-23 14:31:30'),
(3589, 494, 10, '', 'uploads/audio/68f9bdcae363d-1761197514.webm', '2025-10-23 14:32:00'),
(3590, 652, 4, 'Sir says u visit in few days', '', '2025-10-23 14:34:45'),
(3591, 97, 10, '', 'uploads/audio/68f9c1d97456d-1761198553.webm', '2025-10-23 14:49:16'),
(3592, 1968, 25, 'Meeting with khadim shb and shared all my details regarding sylabus and app', '', '2025-10-23 15:07:18'),
(3593, 1969, 15, 'sampling demand in december', '', '2025-10-23 15:10:14'),
(3594, 1971, 25, 'Collected data from outside', '', '2025-10-23 15:14:28'),
(3595, 1970, 26, 'Thoroughly introductory meeting with wing head cum coordinator madam Sarika..', '', '2025-10-23 15:14:45'),
(3596, 1113, 9, '', 'uploads/audio/68f9c80aa0c41-1761200138.webm', '2025-10-23 15:16:07'),
(3597, 838, 28, 'Met with Sir Ayaz , sir farrukh was not available, discussed in detail regarding our product', '', '2025-10-23 15:24:26'),
(3598, 1167, 28, 'Met with Miss Nadia, discussed regarding orientation when our owner will come', '', '2025-10-23 15:30:31'),
(3599, 1975, 5, '', 'uploads/audio/68f9ccf1178dc-1761201393.webm', '2025-10-23 15:36:38'),
(3600, 1967, 29, 'Keep them in follow-up.', '', '2025-10-23 15:57:04'),
(3601, 630, 29, 'Keep them in follow-up.', '', '2025-10-23 15:57:29'),
(3602, 888, 28, 'He asked regarding samples but I didn\'t receive so said him to dropped in next week', '', '2025-10-23 15:57:34'),
(3603, 1976, 26, 'Waiting after  long time, Introductory  meeting With Principal. 2nd visit is also required for this school.', '', '2025-10-23 15:57:42'),
(3604, 1113, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-23 15:58:51'),
(3605, 1120, 9, '', 'uploads/audio/68f9d231e6552-1761202737.webm', '2025-10-23 15:58:59'),
(3606, 473, 10, '', 'uploads/audio/68f9d3067809f-1761202950.webm', '2025-10-23 16:02:33'),
(3607, 786, 8, '2nd visit \r\nDiscussion with mam about books', '', '2025-10-23 16:05:00'),
(3608, 1977, 5, '', 'uploads/audio/68f9d8b15166a-1761204401.webm', '2025-10-23 16:26:43'),
(3609, 1978, 25, 'Collected data from outside', '', '2025-10-23 16:28:57'),
(3610, 1980, 5, '', 'uploads/audio/68f9dac25e99c-1761204930.webm', '2025-10-23 16:35:32'),
(3611, 1984, 7, '', 'uploads/audio/68f9e24e638f3-1761206862.webm', '2025-10-23 17:07:43'),
(3612, 1009, 28, 'Met with Sir Tabraiz, discussed regarding samples and summit', '', '2025-10-23 17:08:04'),
(3613, 796, 8, '', 'uploads/audio/68f9e81d132de-1761208349.webm', '2025-10-23 17:32:31'),
(3614, 1985, 24, '1 to 5 samples required Nov 1st week. New school', '', '2025-10-23 19:52:05'),
(3615, 1954, 24, 'Today I visited.. Meeting with asim sb Nov 1st week samples needed play nursery and prep', '', '2025-10-23 19:56:47'),
(3616, 1986, 24, 'They selected the books in winter vacation. Follow up for samples before winter vactions', '', '2025-10-23 20:01:57'),
(3617, 1419, 24, 'Today I visit the school for meeting with the principal.she need sample play nursery prep and 1 to 5 math urdu islamiyat', '', '2025-10-23 20:14:15'),
(3618, 1987, 24, 'Principal was not in school. Follow up next week', '', '2025-10-23 20:21:24'),
(3619, 1914, 24, 'Today I visited again drop the samples play nursery prep as per school requirement. Follow up next week with Mrs Ruby mudassar', '', '2025-10-23 20:26:03'),
(3620, 542, 21, 'Second Visit', '', '2025-10-23 20:46:52'),
(3621, 1988, 21, 'Fast Visit', '', '2025-10-23 21:09:15'),
(3622, 1989, 23, 'Interested in our pre leval sampling corformation demand send next week inshaallah', '', '2025-10-24 03:37:30');
INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(3623, 1990, 23, 'interested in our pre level Books Samples Deliverd in School & Demo session Reqiured Next week timing is 2:00pm to 4:00pm', '', '2025-10-24 03:41:43'),
(3624, 1991, 23, 'Maam is not free again visit in Saturday 10:00 am', '', '2025-10-24 03:44:37'),
(3625, 1992, 23, 'interested in our pre-level books but meeting in Shahdra branch to meet sir In Saturday', '', '2025-10-24 03:49:53'),
(3626, 1993, 23, 'Samples Delivered in school press leval coming week demo session reqiured.', '', '2025-10-24 03:53:55'),
(3627, 1994, 23, 'Sample delivered pre level Books Demo session Reqiured then principal conformation call in December', '', '2025-10-24 04:00:17'),
(3628, 1317, 4, 'Admin says u visit on next week', '', '2025-10-24 13:17:04'),
(3629, 783, 10, '', 'uploads/audio/68fb028e814bd-1761280654.webm', '2025-10-24 13:37:36'),
(3630, 252, 9, '', 'uploads/audio/68fb03e99b881-1761281001.webm', '2025-10-24 13:43:22'),
(3631, 170, 11, '', 'uploads/audio/68fb06ca000d7-1761281738.webm', '2025-10-24 13:55:48'),
(3632, 18, 10, '', 'uploads/audio/68fb073fd82d5-1761281855.webm', '2025-10-24 13:57:39'),
(3633, 976, 25, '', 'uploads/audio/68fb07cb64fe8-1761281995.webm', '2025-10-24 13:59:58'),
(3634, 976, 25, '+92 346 6493303', '', '2025-10-24 14:00:19'),
(3635, 1551, 28, 'Met with Sir Feroz, samples will deliver in this week', '', '2025-10-24 14:06:42'),
(3636, 380, 9, '', 'uploads/audio/68fb0a7f02616-1761282687.webm', '2025-10-24 14:11:38'),
(3637, 442, 25, 'Please contact them', '', '2025-10-24 14:11:52'),
(3638, 365, 26, 'Follow up.It was fruitful meeting with Mr Akbar Sahb director and Principal of the School. He said he will inform me about orientation session in next week. He is interested. I will keep follow up with leads Grammar team.', '', '2025-10-24 14:13:17'),
(3639, 45, 10, '', 'uploads/audio/68fb0aebcfe56-1761282795.webm', '2025-10-24 14:13:17'),
(3640, 1996, 11, '', 'uploads/audio/68fb0affbd81c-1761282815.webm', '2025-10-24 14:13:38'),
(3641, 1997, 4, 'Provide offline link of smart kids', '', '2025-10-24 14:17:01'),
(3642, 1998, 26, 'I met with Administration Mr Riaz Ahmed Sahb and with Vice Principal (madam).where I thoroughly introduced ABBASI PUBLICATIONS and our smart services.', '', '2025-10-24 14:21:11'),
(3643, 1999, 26, 'Introductory meeting with Mr Zaheer Sahb. Major Zaka Sahb was not available. I will keep follow up with them. 2nd visit is required', '', '2025-10-24 14:25:19'),
(3644, 422, 8, '', 'uploads/audio/68fb102c52a13-1761284140.webm', '2025-10-24 14:35:42'),
(3645, 379, 9, '', 'uploads/audio/68fb18aca8de2-1761286316.webm', '2025-10-24 15:11:58'),
(3646, 1268, 28, 'Met with Miss Rifat, discussed regarding samples and school leader summit', '', '2025-10-24 15:16:24'),
(3647, 2000, 28, 'Met with coordinator,  Sir Sajid is out of city, asked to come later to meet with him', '', '2025-10-24 15:25:19'),
(3648, 1331, 8, '', 'uploads/audio/68fb1c5452f25-1761287252.webm', '2025-10-24 15:27:33'),
(3649, 1914, 29, 'Keep them in follow-up.', '', '2025-10-24 15:31:50'),
(3650, 1987, 29, 'Keep them in follow-up.', '', '2025-10-24 15:32:44'),
(3651, 1419, 29, 'ok, arrange this.', '', '2025-10-24 15:36:18'),
(3652, 1986, 29, 'Keep them in follow-up.', '', '2025-10-24 15:38:52'),
(3653, 391, 25, 'The meeting could ne be fixed with principal althoug i waited a lot,', '', '2025-10-24 15:39:04'),
(3654, 1954, 29, 'Keep them in follow-up.', '', '2025-10-24 15:39:06'),
(3655, 1985, 29, 'arrange it.', '', '2025-10-24 15:39:36'),
(3656, 1988, 29, 'Keep them in follow-up.', '', '2025-10-24 15:41:02'),
(3657, 542, 29, 'Keep them in follow-up.', '', '2025-10-24 15:41:18'),
(3658, 1996, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 15:42:42'),
(3659, 170, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 15:43:03'),
(3660, 2004, 8, '', 'uploads/audio/68fb267f8a65a-1761289855.webm', '2025-10-24 16:10:58'),
(3661, 568, 4, 'Demand session tomorrow', '', '2025-10-24 16:51:13'),
(3662, 905, 4, 'Bohot Acha guide Kia miss bushra ne', '', '2025-10-24 16:52:03'),
(3663, 2006, 24, 'Wednesday again meeting', '', '2025-10-24 19:21:25'),
(3664, 2007, 24, 'Again visit coming week', '', '2025-10-24 19:25:08'),
(3665, 1417, 24, 'Today I revisit the school. The already have smart board and books follow up with the school management for next session', '', '2025-10-24 19:30:35'),
(3666, 379, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 20:06:17'),
(3667, 380, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 20:06:36'),
(3668, 252, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 20:07:13'),
(3669, 1120, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 20:07:47'),
(3670, 235, 29, 'Keep them in follow-up.', '', '2025-10-24 20:08:07'),
(3671, 905, 29, 'âœ”', '', '2025-10-24 20:09:13'),
(3672, 568, 29, 'Keep them in follow-up.', '', '2025-10-24 20:09:24'),
(3673, 1997, 29, 'talk to miss bushra about it.', '', '2025-10-24 20:10:08'),
(3674, 1317, 29, 'Keep them in follow-up.', '', '2025-10-24 20:10:19'),
(3675, 652, 29, 'Keep them in follow-up.', '', '2025-10-24 20:10:28'),
(3676, 1203, 29, 'Keep them in follow-up.', '', '2025-10-24 20:10:37'),
(3677, 2005, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-24 20:10:56'),
(3678, 1972, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-24 20:11:02'),
(3679, 1980, 29, 'Keep them in follow-up.', '', '2025-10-24 20:12:31'),
(3680, 1977, 29, 'Keep them in follow-up.', '', '2025-10-24 20:12:45'),
(3681, 1975, 29, 'Keep them in follow-up.', '', '2025-10-24 20:13:10'),
(3682, 1966, 29, 'Keep them in follow-up.', '', '2025-10-24 20:13:41'),
(3683, 1999, 29, 'Keep them in follow-up.', '', '2025-10-24 20:14:50'),
(3684, 1998, 29, 'Keep them in follow-up.', '', '2025-10-24 20:15:31'),
(3685, 365, 29, 'Keep them in follow-up.', '', '2025-10-24 20:21:09'),
(3686, 1976, 29, 'Keep them in follow-up.', '', '2025-10-24 20:21:30'),
(3687, 1970, 29, 'Keep them in follow-up.', '', '2025-10-24 20:21:54'),
(3688, 2000, 29, 'Keep them in follow-up.', '', '2025-10-24 20:40:45'),
(3689, 1268, 29, 'Keep them in follow-up.', '', '2025-10-24 20:41:52'),
(3690, 1551, 29, 'Keep them in follow-up.', '', '2025-10-24 20:42:36'),
(3691, 1009, 29, 'Keep them in follow-up.', '', '2025-10-24 20:42:50'),
(3692, 888, 29, 'Keep them in follow-up.', '', '2025-10-24 21:18:25'),
(3693, 1167, 29, 'Keep them in follow-up.', '', '2025-10-24 21:18:41'),
(3694, 838, 29, 'Keep them in follow-up.', '', '2025-10-24 21:18:52'),
(3695, 1168, 29, 'Keep them in follow-up.', '', '2025-10-24 21:19:05'),
(3696, 1943, 29, 'Keep them in follow-up.', '', '2025-10-24 21:19:14'),
(3697, 1938, 29, 'Keep them in follow-up.', '', '2025-10-24 21:20:05'),
(3698, 1946, 29, 'Keep them in follow-up.', '', '2025-10-24 21:20:19'),
(3699, 1935, 29, 'Keep them in follow-up.', '', '2025-10-24 21:20:31'),
(3700, 1934, 29, 'Keep them in follow-up.', '', '2025-10-24 21:20:39'),
(3701, 1995, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-24 21:21:08'),
(3702, 45, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:23:04'),
(3703, 18, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:23:20'),
(3704, 783, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:26:06'),
(3705, 473, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:27:25'),
(3706, 97, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:28:05'),
(3707, 494, 29, 'discuss with your head.', '', '2025-10-24 21:28:59'),
(3708, 1355, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:29:46'),
(3709, 35, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:30:31'),
(3710, 2004, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:33:30'),
(3711, 1331, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:34:32'),
(3712, 422, 29, 'Keep them in follow-up.', '', '2025-10-24 21:35:00'),
(3713, 796, 29, 'Keep them in follow-up.', '', '2025-10-24 21:35:10'),
(3714, 786, 29, 'Keep them in follow-up.', '', '2025-10-24 21:35:20'),
(3715, 1965, 29, 'Keep them in follow-up.', '', '2025-10-24 21:35:37'),
(3716, 780, 29, 'Keep them in follow-up.', '', '2025-10-24 21:35:58'),
(3717, 1947, 29, 'Keep them in follow-up.', '', '2025-10-24 21:36:18'),
(3718, 1940, 29, 'Keep them in follow-up.', '', '2025-10-24 21:36:31'),
(3719, 391, 29, 'Keep them in follow-up.', '', '2025-10-24 21:37:27'),
(3720, 442, 29, 'talk to miss bushra', '', '2025-10-24 21:37:47'),
(3721, 976, 29, 'talk to miss bushra', '', '2025-10-24 21:38:07'),
(3722, 1978, 29, 'Keep them in follow-up.', '', '2025-10-24 21:38:19'),
(3723, 1971, 29, 'Keep them in follow-up.', '', '2025-10-24 21:38:28'),
(3724, 1968, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:38:45'),
(3725, 1964, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:39:04'),
(3726, 1939, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-24 21:39:18'),
(3727, 1941, 29, 'Keep them in follow-up.', '', '2025-10-24 21:39:35'),
(3728, 1945, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-24 21:39:49'),
(3729, 2003, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-24 21:40:35'),
(3730, 2002, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-24 21:40:40'),
(3731, 2001, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-24 21:40:46'),
(3732, 1983, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-24 21:40:51'),
(3733, 1982, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-24 21:40:58'),
(3734, 1981, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-24 21:41:05'),
(3735, 1979, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-24 21:41:11'),
(3736, 1402, 26, 'Today Got in touch with Director Mian Ajmal sahb for Saturday orientation.', '', '2025-10-25 02:42:22'),
(3737, 364, 26, 'Today Got in touch with Chairman Zulfiqar Sahb for Saturday 25 October orientation.', '', '2025-10-25 02:43:29'),
(3738, 389, 26, 'Follow up today with Madam Samia and Vice Principal. It was fruitful discussion with both senior Staff members . And they are interested for orientation session.', '', '2025-10-25 02:45:51'),
(3739, 628, 4, 'Demand sample in dec', '', '2025-10-25 13:21:00'),
(3740, 629, 4, 'I\'m wanted to gave session but sir says gave u time in few days', '', '2025-10-25 13:32:15'),
(3741, 2010, 4, 'Demand sample of low price series and 50 to 60 percent', '', '2025-10-25 14:17:43'),
(3742, 2011, 25, '', 'uploads/audio/68fc5ef2b61fd-1761369842.webm', '2025-10-25 14:24:04'),
(3743, 430, 8, '', 'uploads/audio/68fc5f60597d8-1761369952.webm', '2025-10-25 14:25:53'),
(3744, 2012, 31, '', 'uploads/audio/68fc604ea4989-1761370190.webm', '2025-10-25 14:30:04'),
(3745, 2014, 25, 'Visited here and they need low cost books', '', '2025-10-25 14:38:05'),
(3746, 2013, 9, '', 'uploads/audio/68fc636a0e141-1761370986.webm', '2025-10-25 14:43:07'),
(3747, 457, 11, '', 'uploads/audio/68fc65f8d593d-1761371640.webm', '2025-10-25 14:54:02'),
(3748, 862, 4, 'Mam says gave me sample if change otherwise u can\'t gave sample', '', '2025-10-25 15:03:38'),
(3749, 251, 9, '', 'uploads/audio/68fc68f803314-1761372408.webm', '2025-10-25 15:06:49'),
(3750, 2015, 25, 'Briefed them about smart wings series and application as well', '', '2025-10-25 15:16:20'),
(3751, 923, 4, 'Sir is not available right now he says u visit next week bcoz I am going on trip right now', '', '2025-10-25 15:18:24'),
(3752, 923, 4, '03158082808', '', '2025-10-25 15:19:31'),
(3753, 2016, 8, '', 'uploads/audio/68fc6d11a5747-1761373457.webm', '2025-10-25 15:24:18'),
(3754, 2018, 9, '', 'uploads/audio/68fc713e16b90-1761374526.webm', '2025-10-25 15:42:07'),
(3755, 2017, 25, 'En k sath meri achi conversation hui hy yh mere dost k dost nikl aye the lykn en ki main branch bhairowal main hy udr se jo order ata hy yh wohi follow krty hyn', '', '2025-10-25 15:42:52'),
(3756, 2017, 25, 'Mera agla chakkar bhairowal main lgy ga next week ko', '', '2025-10-25 15:43:16'),
(3757, 881, 4, 'Demand sample of maths 1 to 5', '', '2025-10-25 15:46:51'),
(3758, 2019, 9, '', 'uploads/audio/68fc73f272055-1761375218.webm', '2025-10-25 15:53:39'),
(3759, 2021, 9, '', 'uploads/audio/68fc79ca5da15-1761376714.webm', '2025-10-25 16:18:35'),
(3760, 2024, 9, '', 'uploads/audio/68fc850991f31-1761379593.webm', '2025-10-25 17:06:35'),
(3761, 2025, 8, '', 'uploads/audio/68fc86431a3ec-1761379907.webm', '2025-10-25 17:11:52'),
(3762, 2027, 11, '', 'uploads/audio/68fc8feb621f0-1761382379.webm', '2025-10-25 17:53:00'),
(3763, 1147, 21, 'Second Visit Not principal', '', '2025-10-25 21:50:24'),
(3764, 501, 21, 'Sir Jahanigar Ahmad Sab meeting hui th', '', '2025-10-25 21:52:37'),
(3765, 1145, 21, 'Second Visit', '', '2025-10-25 21:54:39'),
(3766, 504, 21, 'Second Visit', '', '2025-10-25 21:56:37'),
(3767, 665, 4, 'Sir says gave me sample in Nov mid and can\'t provide complete samples', '', '2025-10-27 13:13:07'),
(3768, 2027, 11, '', 'uploads/audio/68fef6019109a-1761539585.webm', '2025-10-27 13:33:09'),
(3769, 674, 4, 'Sir says u gave sample in next month', '', '2025-10-27 14:04:09'),
(3770, 2030, 31, '', 'uploads/audio/68ff00125724b-1761542162.webm', '2025-10-27 14:16:06'),
(3771, 256, 9, '', 'uploads/audio/68ff055e8c8f1-1761543518.webm', '2025-10-27 14:38:41'),
(3772, 2032, 11, '', 'uploads/audio/68ff07b3b4042-1761544115.webm', '2025-10-27 14:48:38'),
(3773, 1544, 10, '', 'uploads/audio/68ff0846af936-1761544262.webm', '2025-10-27 14:51:07'),
(3774, 560, 9, '', 'uploads/audio/68ff0d16505c0-1761545494.webm', '2025-10-27 15:11:35'),
(3775, 91, 10, '', 'uploads/audio/68ff0ea9b7e2e-1761545897.webm', '2025-10-27 15:18:19'),
(3776, 124, 11, '', 'uploads/audio/68ff0f4f8c981-1761546063.webm', '2025-10-27 15:21:05'),
(3777, 93, 10, '', 'uploads/audio/68ff10f2c74a3-1761546482.webm', '2025-10-27 15:28:04'),
(3778, 1636, 4, 'Sir says u gave me offline link of books', '', '2025-10-27 15:36:41'),
(3779, 92, 10, '', 'uploads/audio/68ff131e3598b-1761547038.webm', '2025-10-27 15:37:21'),
(3780, 2037, 11, '', 'uploads/audio/68ff131d2dc8b-1761547037.webm', '2025-10-27 15:37:24'),
(3781, 294, 10, '', 'uploads/audio/68ff166f854a7-1761547887.webm', '2025-10-27 15:51:29'),
(3782, 2038, 25, 'Data collected from outside', '', '2025-10-27 15:53:04'),
(3783, 2035, 25, '', 'uploads/audio/68ff16fb950ab-1761548027.webm', '2025-10-27 15:53:49'),
(3784, 2029, 25, '', 'uploads/audio/68ff173a8087a-1761548090.webm', '2025-10-27 15:54:52'),
(3785, 1674, 14, 'Send Samples In mid of November.', '', '2025-10-27 15:58:21'),
(3786, 1677, 14, 'Session starts in September. Send Samples In July 2026. Willing to adopt.', '', '2025-10-27 16:04:10'),
(3787, 1678, 14, 'owner said Send us Samples in December .', '', '2025-10-27 16:06:53'),
(3788, 2041, 16, '', 'uploads/audio/68ff1b7a7bfe6-1761549178.webm', '2025-10-27 16:13:00'),
(3789, 2044, 25, '', 'uploads/audio/68ff2255225ba-1761550933.webm', '2025-10-27 16:42:18'),
(3790, 2045, 9, '', 'uploads/audio/68ff245179194-1761551441.webm', '2025-10-27 16:51:16'),
(3791, 1417, 29, 'ok', '', '2025-10-27 16:52:36'),
(3792, 2007, 29, 'Keep them in follow-up.', '', '2025-10-27 16:52:58'),
(3793, 2006, 29, 'Keep them in follow-up.', '', '2025-10-27 16:53:07'),
(3794, 504, 29, 'Keep them in follow-up', '', '2025-10-27 16:54:04'),
(3795, 1145, 29, 'Keep them in follow-up', '', '2025-10-27 16:54:11'),
(3796, 501, 29, '', 'uploads/audio/68ff255c67cc7-1761551708.webm', '2025-10-27 16:55:12'),
(3797, 1147, 29, 'Keep them in follow-up', '', '2025-10-27 16:55:25'),
(3798, 2037, 29, 'Keep them in follow-up', '', '2025-10-27 16:57:03'),
(3799, 124, 29, 'Keep them in follow-up', '', '2025-10-27 16:57:28'),
(3800, 2032, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 16:57:53'),
(3801, 2027, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 16:58:22'),
(3802, 457, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 16:59:03'),
(3803, 2020, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 16:59:15'),
(3804, 2009, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 16:59:21'),
(3805, 2045, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 17:01:20'),
(3806, 560, 29, 'Keep them in follow-up.', '', '2025-10-27 17:27:01'),
(3807, 256, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 17:28:19'),
(3808, 2046, 9, '', 'uploads/audio/68ff2d2fbfb28-1761553711.webm', '2025-10-27 17:28:35'),
(3809, 2024, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 17:28:55'),
(3810, 2021, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 17:30:18'),
(3811, 2019, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 17:30:51'),
(3812, 1636, 29, 'Discuss it with miss bushra', '', '2025-10-27 17:37:15'),
(3813, 674, 29, 'Keep them in follow-up.', '', '2025-10-27 17:37:30'),
(3814, 665, 29, 'Keep them in follow-up.', '', '2025-10-27 17:37:52'),
(3815, 881, 29, 'arrange it.', '', '2025-10-27 17:38:15'),
(3816, 923, 29, 'ok', '', '2025-10-27 17:38:42'),
(3817, 2010, 29, 'Discuss it with your head.', '', '2025-10-27 17:39:17'),
(3818, 862, 29, 'ok', '', '2025-10-27 17:40:43'),
(3819, 629, 29, 'Keep them in follow-up.', '', '2025-10-27 17:41:10'),
(3820, 628, 29, 'Keep them in follow-up.', '', '2025-10-27 17:41:22'),
(3821, 2028, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 17:41:39'),
(3822, 2031, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 17:41:45'),
(3823, 2026, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 17:41:53'),
(3824, 2023, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 17:42:01'),
(3825, 389, 29, 'Keep them in follow-up.', '', '2025-10-27 17:43:23'),
(3826, 364, 29, 'Keep them in follow-up.', '', '2025-10-27 17:43:35'),
(3827, 1402, 29, 'Keep them in follow-up.', '', '2025-10-27 17:43:52'),
(3828, 294, 29, 'Keep them in follow-up.', '', '2025-10-27 17:45:13'),
(3829, 92, 29, 'Keep them in follow-up.', '', '2025-10-27 17:45:32'),
(3830, 93, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 17:46:11'),
(3831, 91, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 17:46:34'),
(3832, 1544, 29, 'Keep them in follow-up.', '', '2025-10-27 17:47:28'),
(3833, 2025, 29, 'Keep them in follow-up.', '', '2025-10-27 17:47:57'),
(3834, 2016, 29, 'Keep them in follow-up.', '', '2025-10-27 17:48:59'),
(3835, 430, 29, 'Keep them in follow-up.', '', '2025-10-27 17:49:13'),
(3836, 2044, 29, 'Keep them in follow-up.', '', '2025-10-27 17:50:57'),
(3837, 2029, 29, 'Keep them in follow-up.', '', '2025-10-27 17:51:40'),
(3838, 2035, 29, 'Keep them in follow-up.', '', '2025-10-27 17:52:02'),
(3839, 568, 4, 'Nadeem sahb check smart lab andFace \r\nissue in projector', '', '2025-10-27 17:52:11'),
(3840, 2038, 29, 'Keep them in follow-up.', '', '2025-10-27 17:52:18'),
(3841, 2017, 29, 'Keep them in follow-up.', '', '2025-10-27 17:52:30'),
(3842, 2015, 29, 'Keep them in follow-up.', '', '2025-10-27 17:52:48'),
(3843, 577, 4, 'Can\'t pay our summer pack dues', '', '2025-10-27 17:52:52'),
(3844, 2014, 29, 'Discuss it with your head.', '', '2025-10-27 17:53:16'),
(3845, 2011, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 18:57:34'),
(3846, 2042, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 18:58:24'),
(3847, 2022, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 18:58:31'),
(3848, 2030, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 19:04:55'),
(3849, 2012, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 19:06:50'),
(3850, 2033, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 19:07:11'),
(3851, 1994, 29, 'Keep them in follow-up.', '', '2025-10-27 19:08:29'),
(3852, 1993, 29, 'Keep them in follow-up.', '', '2025-10-27 19:08:39'),
(3853, 1992, 29, 'Keep them in follow-up.', '', '2025-10-27 19:08:53'),
(3854, 1991, 29, 'Keep them in follow-up.', '', '2025-10-27 19:09:34'),
(3855, 1990, 29, 'Keep them in follow-up.', '', '2025-10-27 19:13:06'),
(3856, 1989, 29, 'Keep them in follow-up.', '', '2025-10-27 19:13:17'),
(3857, 1512, 29, 'Keep them in follow-up.', '', '2025-10-27 19:13:32'),
(3858, 760, 29, 'Keep them in follow-up.', '', '2025-10-27 19:14:07'),
(3859, 1805, 29, 'Keep them in follow-up.', '', '2025-10-27 19:14:18'),
(3860, 735, 29, 'Keep them in follow-up.', '', '2025-10-27 19:14:28'),
(3861, 2041, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 19:17:40'),
(3862, 1963, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 19:18:00'),
(3863, 1958, 29, 'Keep them in follow-up.', '', '2025-10-27 19:18:23'),
(3864, 1957, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 19:19:06'),
(3865, 1956, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 19:19:22'),
(3866, 2043, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 19:20:50'),
(3867, 2040, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 19:20:54'),
(3868, 2039, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 19:21:02'),
(3869, 2036, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 19:21:08'),
(3870, 2034, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 19:21:18'),
(3871, 1969, 29, 'Keep them in follow-up.', '', '2025-10-27 19:21:33'),
(3872, 1974, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 19:22:43'),
(3873, 1973, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-27 19:22:49'),
(3874, 1984, 29, 'Keep them in follow-up.', '', '2025-10-27 19:24:11'),
(3875, 1942, 29, 'Keep them in follow-up.', '', '2025-10-27 19:24:41'),
(3876, 2046, 29, 'Keep them in follow-up.', '', '2025-10-27 19:25:31'),
(3877, 2018, 29, 'Keep them in follow-up.', '', '2025-10-27 19:25:47'),
(3878, 251, 29, 'Keep them in follow-up.', '', '2025-10-27 19:26:36'),
(3879, 2013, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-27 19:26:55'),
(3880, 1566, 24, 'Revisit school meeting with madam kasur hashmi and dropped the sample ply nursery and prep as per requirment', '', '2025-10-27 19:34:07'),
(3881, 1570, 24, 'Today visit again for dropping the sample as per school principal required', '', '2025-10-27 19:44:46'),
(3882, 2047, 21, 'Fast Visit', '', '2025-10-27 22:24:19'),
(3883, 2048, 21, 'fast Visit', '', '2025-10-27 22:26:19'),
(3884, 2050, 26, 'Thoroughly meeting with Principal Mr Muhammad Saeed Sahb. Where I introduced ABBASI PUBLICATIONS and our smart services. He wanted to review our books. In next week , I will deliver the samples.', '', '2025-10-28 01:15:39'),
(3885, 2052, 26, 'Thoroughly meeting with Principal. Where I introduced ABBASI PUBLICATIONS and our smart services. He wanted to review our books. In next week , I will deliver the samples.', '', '2025-10-28 01:28:55'),
(3886, 2053, 26, 'Thoroughly meeting with Principal .Where I introduced ABBASI PUBLICATIONS and our smart services. He wanted to review our books. In next week , I will deliver the samples.', '', '2025-10-28 01:33:51'),
(3887, 2054, 26, 'Principal was not present. Met with Admin staff', '', '2025-10-28 01:40:23'),
(3888, 1162, 8, '', 'uploads/audio/690049da78bbf-1761626586.webm', '2025-10-28 13:43:07'),
(3889, 1162, 8, 'Nursery ( urdu,math)\r\nPrep ( eng,urdu,math)', '', '2025-10-28 13:43:36'),
(3890, 1159, 8, '', 'uploads/audio/69004fb42879d-1761628084.webm', '2025-10-28 14:08:05'),
(3891, 2058, 16, '', 'uploads/audio/6900509674c9b-1761628310.webm', '2025-10-28 14:11:52'),
(3892, 702, 9, '', 'uploads/audio/6900535b31850-1761629019.webm', '2025-10-28 14:23:40'),
(3893, 2059, 31, '', 'uploads/audio/690055d30f308-1761629651.webm', '2025-10-28 14:34:12'),
(3894, 871, 4, 'Sir says gave me sample in jan', '', '2025-10-28 14:37:17'),
(3895, 2060, 9, '', 'uploads/audio/69005862652dc-1761630306.webm', '2025-10-28 14:45:09'),
(3896, 891, 10, '', 'uploads/audio/69005a509041c-1761630800.webm', '2025-10-28 14:53:22'),
(3897, 57, 10, '', 'uploads/audio/69005ccdce32e-1761631437.webm', '2025-10-28 15:03:59'),
(3898, 2061, 31, '', 'uploads/audio/69005d2619cb0-1761631526.webm', '2025-10-28 15:05:35'),
(3899, 779, 28, 'Met with Sir Iqbal, discussed regarding our product he also interested in samples which will be delivered in next week', '', '2025-10-28 15:07:33'),
(3900, 2063, 8, '', 'uploads/audio/69005daf1daa9-1761631663.webm', '2025-10-28 15:07:44'),
(3901, 56, 10, '', 'uploads/audio/69005fc6ea2fe-1761632198.webm', '2025-10-28 15:16:41'),
(3902, 2065, 25, '', 'uploads/audio/690060429e95c-1761632322.webm', '2025-10-28 15:18:45'),
(3903, 1816, 28, 'Mer with Sir Fayyaz, sir was busy in meeting today, asked me to come later', '', '2025-10-28 15:22:10'),
(3904, 2068, 9, '', 'uploads/audio/690061df02182-1761632735.webm', '2025-10-28 15:25:38'),
(3905, 2067, 31, '', 'uploads/audio/69006237b3cb6-1761632823.webm', '2025-10-28 15:27:38'),
(3906, 702, 14, 'They Recieved Samples', '', '2025-10-28 15:37:34'),
(3907, 2072, 8, '', 'uploads/audio/6900654b55328-1761633611.webm', '2025-10-28 15:40:13'),
(3908, 912, 10, '', 'uploads/audio/69006601ede4b-1761633793.webm', '2025-10-28 15:43:15'),
(3909, 1570, 29, 'Keep them in follow-up.', '', '2025-10-28 15:44:20'),
(3910, 1566, 29, 'Keep them in follow-up.', '', '2025-10-28 15:44:38'),
(3911, 2048, 29, 'Keep them in follow-up.', '', '2025-10-28 15:45:09'),
(3912, 2047, 29, 'Keep them in follow-up.', '', '2025-10-28 15:45:16'),
(3913, 931, 28, 'Met with coordinator, sir Bilal was in hospital, called him he said asked to come in next week', '', '2025-10-28 15:48:07'),
(3914, 2071, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-28 15:50:12'),
(3915, 2064, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-28 15:56:12'),
(3916, 2068, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-28 15:57:18'),
(3917, 2060, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-28 15:57:46'),
(3918, 2078, 10, '', 'uploads/audio/69006a22550c6-1761634850.webm', '2025-10-28 16:00:59'),
(3919, 871, 29, 'Keep them in follow-up.', '', '2025-10-28 16:02:48'),
(3920, 2076, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-28 16:03:01'),
(3921, 2066, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-28 16:03:08'),
(3922, 2062, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-28 16:03:14'),
(3923, 2056, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-28 16:03:20'),
(3924, 2055, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-28 16:03:26'),
(3925, 577, 29, 'Discuss it with your head.', '', '2025-10-28 16:04:13'),
(3926, 568, 29, 'âœ”', '', '2025-10-28 16:04:29'),
(3927, 2079, 31, '', 'uploads/audio/69006b0b9b985-1761635083.webm', '2025-10-28 16:04:50'),
(3928, 2054, 29, 'Keep them in follow-up.', '', '2025-10-28 16:05:47'),
(3929, 2053, 29, 'Keep them in follow-up.', '', '2025-10-28 16:06:11'),
(3930, 2052, 29, 'Keep them in follow-up.', '', '2025-10-28 16:06:22'),
(3931, 2050, 29, 'Keep them in follow-up.', '', '2025-10-28 16:07:31'),
(3932, 2080, 25, '', 'uploads/audio/69006c240a94d-1761635364.webm', '2025-10-28 16:09:25'),
(3933, 931, 29, 'Keep them in follow-up.', '', '2025-10-28 16:09:44'),
(3934, 1125, 28, 'Met with Miss Zoobi, she said review is still in process come on the first week of November', '', '2025-10-28 16:09:53'),
(3935, 2028, 4, 'Gave presentation about smart kids series', '', '2025-10-28 16:09:54'),
(3936, 1816, 29, 'Keep them in follow-up.', '', '2025-10-28 16:09:54'),
(3937, 2075, 25, '', 'uploads/audio/69006c4d0f23a-1761635405.webm', '2025-10-28 16:10:09'),
(3938, 1125, 29, 'Keep them in follow-up.', '', '2025-10-28 16:10:16'),
(3939, 779, 29, 'Keep them in follow-up.', '', '2025-10-28 16:10:52'),
(3940, 1204, 7, '', 'uploads/audio/69006d3fd4672-1761635647.webm', '2025-10-28 16:14:09'),
(3941, 2057, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-28 16:16:13'),
(3942, 2078, 29, 'Keep them in follow-up.', '', '2025-10-28 16:17:22'),
(3943, 912, 29, 'Keep them in follow-up.', '', '2025-10-28 16:17:41'),
(3944, 56, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-28 16:18:20'),
(3945, 285, 9, '', 'uploads/audio/69006e443228b-1761635908.webm', '2025-10-28 16:18:29'),
(3946, 2081, 8, '', 'uploads/audio/69006e9aebde3-1761635994.webm', '2025-10-28 16:19:55'),
(3947, 2082, 25, '', 'uploads/audio/690070ac833a0-1761636524.webm', '2025-10-28 16:28:47'),
(3948, 9, 10, '', 'uploads/audio/690071b397328-1761636787.webm', '2025-10-28 16:33:09'),
(3949, 1588, 9, '', 'uploads/audio/690071c3db5d2-1761636803.webm', '2025-10-28 16:33:25'),
(3950, 2090, 16, '', 'uploads/audio/6900723c8da34-1761636924.webm', '2025-10-28 16:35:36'),
(3951, 2101, 31, 'Pre class sample req sample dileverd', '', '2025-10-28 16:44:32'),
(3952, 2113, 9, '', 'uploads/audio/6900754dc92c1-1761637709.webm', '2025-10-28 16:48:31'),
(3953, 1128, 28, 'Met with Sir Amir, sir Sajid was also busy today in class', '', '2025-10-28 16:51:56'),
(3954, 2118, 25, '', 'uploads/audio/690078e4b0dba-1761638628.webm', '2025-10-28 17:03:50'),
(3955, 2025, 8, '', 'uploads/audio/69007e9b9f005-1761640091.webm', '2025-10-28 17:28:12'),
(3956, 1593, 9, '', 'uploads/audio/69007f170f42d-1761640215.webm', '2025-10-28 17:30:17'),
(3957, 1228, 7, '', 'uploads/audio/69008fea11ebc-1761644522.webm', '2025-10-28 18:42:03'),
(3958, 9, 29, 'Keep them in follow-up.', '', '2025-10-28 20:26:20'),
(3959, 1159, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-28 20:30:02'),
(3960, 2063, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-28 20:30:15'),
(3961, 1162, 29, 'arrange this', '', '2025-10-28 20:37:23'),
(3962, 2025, 29, 'Keep them in follow-up.', '', '2025-10-28 20:37:59'),
(3963, 2081, 29, 'Keep them in follow-up.', '', '2025-10-28 20:38:13'),
(3964, 2072, 29, 'Keep them in follow-up.', '', '2025-10-28 20:38:30'),
(3965, 848, 21, 'Safdar Sab Oner ha School KY ya an ka number ha AJ as school ko sampling ho giii ha inshallah humari Books Add ho jay giiii', '', '2025-10-28 20:38:40'),
(3966, 2118, 29, 'Discuss it with your head.', '', '2025-10-28 20:40:19'),
(3967, 2082, 29, 'no issue', '', '2025-10-28 20:40:59'),
(3968, 2075, 29, 'Keep them in follow-up.', '', '2025-10-28 20:41:50'),
(3969, 2080, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-28 20:42:27'),
(3970, 2065, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-28 20:43:00'),
(3971, 846, 21, 'Principal sab Sy hiii meeting hui ha an ko sampling ho giii ha AJ', '', '2025-10-28 20:43:38'),
(3972, 2115, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-28 20:44:33'),
(3973, 2120, 21, 'Principal sab Sy hiii meeting hui AJ an ko Sampling bh kiii inshallah humari pri Books add ho giii', '', '2025-10-28 20:47:24'),
(3974, 2121, 26, 'Introductory meeting with Vice Principal cum Admin.', '', '2025-10-28 22:24:58'),
(3975, 2122, 26, 'Today I visited school for follow up but School was closed due to School trip.', '', '2025-10-28 22:29:49'),
(3976, 2123, 26, 'Thoroughly introductory meeting with Vice Principal Madam. Where I introduced ABBASI PUBLICATIONS with interactive app and also told her different attentic benefits by adopting our books. She said that she will discuss with Sir Shabbir and tell me later.', '', '2025-10-28 22:37:52'),
(3977, 2124, 26, 'Introductory meeting with Dr Abdul Qayyum sahb (PhD). He demanded samples starting month of November 2025. He wants to go through our samples.', '', '2025-10-28 22:43:35'),
(3978, 2125, 26, 'Thoroughly introductory meeting with Mr Khuram sab.', '', '2025-10-28 23:04:32'),
(3979, 740, 4, 'Gave brief presentation about smart kids to principal', '', '2025-10-29 13:24:34'),
(3980, 2127, 10, '', 'uploads/audio/690199844a82a-1761712516.webm', '2025-10-29 13:35:28'),
(3981, 2128, 8, '', 'uploads/audio/690199d22d72c-1761712594.webm', '2025-10-29 13:36:35'),
(3982, 550, 4, 'Mam says gave me sample in Nov last', '', '2025-10-29 13:47:51'),
(3983, 93, 10, '', 'uploads/audio/69019e41d5f71-1761713729.webm', '2025-10-29 13:55:34'),
(3984, 1501, 28, 'Met with Miss Shazia, primary samples delivered', '', '2025-10-29 14:09:04'),
(3985, 606, 10, '', 'uploads/audio/6901a1cf3283a-1761714639.webm', '2025-10-29 14:10:41'),
(3986, 917, 28, 'Met with Miss Sadaf, discussed regarding books, samples will deliver in next week', '', '2025-10-29 14:24:45'),
(3987, 294, 10, '', 'uploads/audio/6901a692c4245-1761715858.webm', '2025-10-29 14:31:00'),
(3988, 2130, 11, '', 'uploads/audio/6901a6b215b19-1761715890.webm', '2025-10-29 14:31:33'),
(3989, 2131, 8, '', 'uploads/audio/6901a84125939-1761716289.webm', '2025-10-29 14:38:10'),
(3990, 920, 28, 'Met with Miss Salma Abid, she requested to Samples', '', '2025-10-29 14:45:27'),
(3991, 2134, 11, '', 'uploads/audio/6901aa414a752-1761716801.webm', '2025-10-29 14:46:44'),
(3992, 2135, 31, '', 'uploads/audio/6901b333c7789-1761719091.webm', '2025-10-29 15:24:53'),
(3993, 61, 10, '', 'uploads/audio/6901b42d3b522-1761719341.webm', '2025-10-29 15:29:03'),
(3994, 2136, 28, 'Met with Sir Ali, required pre primary samples', '', '2025-10-29 15:33:55'),
(3995, 453, 11, '', 'uploads/audio/6901b70eb4269-1761720078.webm', '2025-10-29 15:41:23'),
(3996, 2137, 8, '', 'uploads/audio/6901b7f1ec244-1761720305.webm', '2025-10-29 15:45:07'),
(3997, 652, 4, 'Mam is busy right now she says u can visit again tomorrow 10:30', '', '2025-10-29 15:52:42'),
(3998, 2138, 28, 'Met with Sir Mustafa, discussed regarding our product he said he will call if there is need any samples', '', '2025-10-29 15:57:59'),
(3999, 2140, 8, '', 'uploads/audio/6901be4760235-1761721927.webm', '2025-10-29 16:12:10'),
(4000, 1396, 28, 'Met with Miss Rabia, discussed regarding our product she said samples are required in next month', '', '2025-10-29 16:30:15'),
(4001, 2143, 8, '', 'uploads/audio/6901c2e29099c-1761723106.webm', '2025-10-29 16:31:47'),
(4002, 2142, 11, '', 'uploads/audio/6901c30f4b695-1761723151.webm', '2025-10-29 16:32:33'),
(4003, 56, 10, '', 'uploads/audio/6901c5937c1d6-1761723795.webm', '2025-10-29 16:43:19'),
(4004, 2144, 11, '', 'uploads/audio/6901c5d1e8756-1761723857.webm', '2025-10-29 16:44:19'),
(4005, 2120, 29, 'Keep them in follow-up.', '', '2025-10-29 16:47:59'),
(4006, 2145, 31, 'Sample required in January', '', '2025-10-29 16:48:17'),
(4007, 846, 29, 'Keep them in follow-up.', '', '2025-10-29 16:48:23'),
(4008, 848, 29, 'in shah Allah', '', '2025-10-29 16:48:55'),
(4009, 2144, 29, 'Keep them in follow-up.', '', '2025-10-29 16:50:19'),
(4010, 2142, 29, 'Keep them in follow-up.', '', '2025-10-29 16:50:34'),
(4011, 453, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 16:51:06'),
(4012, 2134, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 16:51:18'),
(4013, 2130, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 16:51:37'),
(4014, 2022, 25, '', 'uploads/audio/6901c8523a4ac-1761724498.webm', '2025-10-29 16:54:59'),
(4015, 2146, 8, '', 'uploads/audio/6901c8993d259-1761724569.webm', '2025-10-29 16:56:13'),
(4016, 2147, 31, 'Sample required in January', '', '2025-10-29 17:00:04'),
(4017, 938, 4, 'Sir says check books now adays', '', '2025-10-29 17:03:58'),
(4018, 1593, 29, 'Keep them in follow-up.', '', '2025-10-29 17:12:50'),
(4019, 2113, 29, 'Keep them in follow-up.', '', '2025-10-29 17:13:08'),
(4020, 1588, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:13:38'),
(4021, 285, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:14:09'),
(4022, 938, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:15:25'),
(4023, 652, 29, 'Keep them in follow-up.', '', '2025-10-29 17:15:50'),
(4024, 550, 29, 'Keep them in follow-up.', '', '2025-10-29 17:16:02'),
(4025, 740, 29, 'Keep them in follow-up.', '', '2025-10-29 17:16:12'),
(4026, 2028, 29, 'Keep them in follow-up.', '', '2025-10-29 17:16:26'),
(4027, 396, 25, '', 'uploads/audio/6901cd542060b-1761725780.webm', '2025-10-29 17:16:27'),
(4028, 2133, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-29 17:16:42'),
(4029, 2139, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-29 17:16:49'),
(4030, 2141, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-29 17:16:55'),
(4031, 2148, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-29 17:17:09'),
(4032, 2125, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:18:22'),
(4033, 2124, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:18:36'),
(4034, 2123, 29, 'Keep them in follow-up.', '', '2025-10-29 17:19:11'),
(4035, 2122, 29, 'Keep them in follow-up.', '', '2025-10-29 17:19:23'),
(4036, 2121, 29, 'Keep them in follow-up.', '', '2025-10-29 17:19:36'),
(4037, 1396, 29, 'Keep them in follow-up.', '', '2025-10-29 17:20:49'),
(4038, 2149, 31, 'Sample required in January', '', '2025-10-29 17:21:08'),
(4039, 2138, 29, 'Keep them in follow-up.', '', '2025-10-29 17:21:30'),
(4040, 2136, 29, 'arrange it.', '', '2025-10-29 17:21:52'),
(4041, 920, 29, 'arrange it.', '', '2025-10-29 17:22:06'),
(4042, 917, 29, 'Keep them in follow-up.', '', '2025-10-29 17:22:19'),
(4043, 1501, 29, 'Keep them in follow-up.', '', '2025-10-29 17:22:28'),
(4044, 1128, 29, 'Keep them in follow-up.', '', '2025-10-29 17:22:37'),
(4045, 2126, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-29 17:22:54'),
(4046, 56, 29, 'Keep them in follow-up.', '', '2025-10-29 17:25:09'),
(4047, 61, 29, 'Keep them in follow-up.', '', '2025-10-29 17:25:37'),
(4048, 294, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:27:02'),
(4049, 606, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:27:15'),
(4050, 93, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:27:45'),
(4051, 2127, 29, 'Keep them in follow-up.', '', '2025-10-29 17:28:04'),
(4052, 57, 29, 'Keep them in follow-up.', '', '2025-10-29 17:28:42'),
(4053, 859, 25, '', 'uploads/audio/6901d038d36a9-1761726520.webm', '2025-10-29 17:28:42'),
(4054, 891, 29, 'Keep them in follow-up.', '', '2025-10-29 17:28:57'),
(4055, 2131, 29, 'Keep them in follow-up.', '', '2025-10-29 17:29:46'),
(4056, 2137, 29, 'Keep them in follow-up.', '', '2025-10-29 17:29:55'),
(4057, 2128, 29, 'Keep them in follow-up.', '', '2025-10-29 17:30:09'),
(4058, 2146, 29, 'arrange it.', '', '2025-10-29 17:49:21'),
(4059, 2143, 29, 'Keep them in follow-up.', '', '2025-10-29 17:51:50'),
(4060, 2140, 29, 'Keep them in follow-up.', '', '2025-10-29 17:52:09'),
(4061, 859, 29, 'Keep them in follow-up.', '', '2025-10-29 17:53:01'),
(4062, 396, 29, 'Keep them in follow-up.', '', '2025-10-29 17:53:15'),
(4063, 2022, 29, 'Keep them in follow-up.', '', '2025-10-29 17:53:32'),
(4064, 2149, 29, 'Keep them in follow-up.', '', '2025-10-29 17:55:25'),
(4065, 2147, 29, 'Keep them in follow-up.', '', '2025-10-29 17:55:32'),
(4066, 2145, 29, 'Keep them in follow-up.', '', '2025-10-29 17:55:40'),
(4067, 2135, 29, 'Keep them in follow-up.', '', '2025-10-29 17:56:03'),
(4068, 2101, 29, 'Keep them in follow-up.', '', '2025-10-29 17:56:14'),
(4069, 2079, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:56:49'),
(4070, 2067, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:57:12'),
(4071, 2061, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:57:39'),
(4072, 2059, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:58:04'),
(4073, 2090, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 17:59:31'),
(4074, 2058, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-29 18:00:10'),
(4075, 2129, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-29 18:00:52'),
(4076, 1228, 29, 'Keep them in follow-up.', '', '2025-10-29 18:03:26'),
(4077, 1204, 29, 'Keep them in follow-up.', '', '2025-10-29 18:04:02'),
(4078, 2150, 16, '', 'uploads/audio/6901dc12d1a92-1761729554.webm', '2025-10-29 18:19:16'),
(4079, 2151, 24, 'Orientation finish. Samples also drop', '', '2025-10-29 19:01:42'),
(4080, 2152, 24, 'Need to deliver samples with in week', '', '2025-10-29 19:05:00'),
(4081, 2153, 24, 'Detailed meeting need samples for book review and study', '', '2025-10-29 19:09:44'),
(4082, 2154, 24, 'Meting with madam. She shifted the school in this area. She need samples to study the book', '', '2025-10-29 19:15:47'),
(4083, 1566, 24, 'Madam need work books also so I Droped workbook sample also', '', '2025-10-29 19:21:41'),
(4084, 950, 24, '03324888439 miss Rafia Ali.after 2 revisit drop samples also.', '', '2025-10-29 19:47:05'),
(4085, 1064, 24, 'After e meeting with miss amina amir I drp the complete samples play to 5 with workbooks. As per madam need to weeks.', '', '2025-10-29 19:54:19'),
(4086, 2006, 24, 'Meeting finish for today and sample Droped.', '', '2025-10-29 19:57:18'),
(4087, 2007, 24, 'I visit today again but principal not available even he don\'t attend Cal', '', '2025-10-29 19:58:34'),
(4088, 1672, 24, 'After 2 visits madam need samples.. I doped samples yesterday also', '', '2025-10-29 20:05:00'),
(4089, 2156, 11, '', 'uploads/audio/6902e08523ad5-1761796229.webm', '2025-10-30 12:50:30'),
(4090, 432, 9, 'Invite sir sarmad yaqoob sb in cluster meeting which will be held on 12 NOV', '', '2025-10-30 13:41:45'),
(4091, 1737, 14, 'she said send me link. if i like then plan to change,', '', '2025-10-30 13:45:07'),
(4092, 2157, 11, '', 'uploads/audio/6902ef1ca0243-1761799964.webm', '2025-10-30 13:52:53'),
(4093, 45, 10, '', 'uploads/audio/6902f03d19f48-1761800253.webm', '2025-10-30 13:57:34'),
(4094, 433, 9, '', 'uploads/audio/6902f08f8e657-1761800335.webm', '2025-10-30 13:58:57'),
(4095, 909, 28, 'Miss Shama is also not available today, discussed with Miss Seema our blended learning approach', '', '2025-10-30 14:01:51'),
(4096, 1268, 28, 'Met with Miss Rifat, she said the management has decided there is no change in this year', '', '2025-10-30 14:08:07'),
(4097, 1743, 14, 'They said no one visited . send us samples.', '', '2025-10-30 14:08:28'),
(4098, 139, 10, '', 'uploads/audio/6902f4320e167-1761801266.webm', '2025-10-30 14:14:28'),
(4099, 2158, 7, '', 'uploads/audio/6902f5d5c9eb4-1761801685.webm', '2025-10-30 14:21:27'),
(4100, 1543, 10, '', 'uploads/audio/6902f7451f063-1761802053.webm', '2025-10-30 14:27:56'),
(4101, 1393, 28, 'Met with coordinator,  came with samples but Miss Fouzia was busy asked to come later. I didn\'t drop samples', '', '2025-10-30 14:35:32'),
(4102, 2159, 31, 'Sample required in December', '', '2025-10-30 14:38:00'),
(4103, 2160, 8, '', 'uploads/audio/6902fa900768a-1761802896.webm', '2025-10-30 14:41:37'),
(4104, 1546, 4, 'Demand sample of pre books', '', '2025-10-30 14:45:55'),
(4105, 434, 9, '', 'uploads/audio/6902fc9a8cc5d-1761803418.webm', '2025-10-30 14:50:21'),
(4106, 4, 11, '', 'uploads/audio/6902fcfaf10e7-1761803514.webm', '2025-10-30 14:51:57'),
(4107, 2161, 25, '', 'uploads/audio/6902fd4870fc7-1761803592.webm', '2025-10-30 14:53:14'),
(4108, 1751, 14, 'Need Samples', '', '2025-10-30 14:58:39'),
(4109, 27, 10, '', 'uploads/audio/6902ff48f35ba-1761804104.webm', '2025-10-30 15:01:46'),
(4110, 425, 8, '', 'uploads/audio/690300bb6ea54-1761804475.webm', '2025-10-30 15:07:56'),
(4111, 435, 9, '', 'uploads/audio/69030148a179a-1761804616.webm', '2025-10-30 15:10:17'),
(4112, 2162, 31, 'Sample required in January', '', '2025-10-30 15:16:40'),
(4113, 1938, 28, 'Met with Miss Sadia, samples delivered', '', '2025-10-30 15:17:49'),
(4114, 2164, 31, 'Sir busy meeting time Saturday', '', '2025-10-30 15:22:56'),
(4115, 2166, 10, '', 'uploads/audio/690304b0d6f0f-1761805488.webm', '2025-10-30 15:24:53'),
(4116, 652, 4, 'Best meeting alhamdulilah discussion about smart kids series', '', '2025-10-30 15:35:27'),
(4117, 1934, 28, 'Met with Miss Javeria, samples dropped', '', '2025-10-30 15:38:07'),
(4118, 2167, 31, 'Meeting with sir sample required in January', '', '2025-10-30 15:39:08'),
(4119, 257, 9, '', 'uploads/audio/6903099dbf616-1761806749.webm', '2025-10-30 15:45:52'),
(4120, 655, 4, 'Sir says u visit on 21st December', '', '2025-10-30 15:48:27'),
(4121, 2169, 28, 'Met with Sir Muzammil, required samples in next week', '', '2025-10-30 15:58:53'),
(4122, 2168, 25, '', 'uploads/audio/69030dbcb01d1-1761807804.webm', '2025-10-30 16:03:26'),
(4123, 1469, 4, 'Sir demands quotation of smart board', '', '2025-10-30 16:15:53'),
(4124, 633, 9, '', 'uploads/audio/690313c32c647-1761809347.webm', '2025-10-30 16:29:08'),
(4125, 2172, 31, 'Mam not available meeting with khalid sb', '', '2025-10-30 16:49:44'),
(4126, 24, 10, '', 'uploads/audio/690318ed735bc-1761810669.webm', '2025-10-30 16:51:17'),
(4127, 856, 9, '', 'uploads/audio/6903198375962-1761810819.webm', '2025-10-30 16:53:42'),
(4128, 856, 9, '', 'uploads/audio/69031997a07a4-1761810839.webm', '2025-10-30 16:54:02'),
(4129, 2174, 31, 'Mam busy', '', '2025-10-30 17:00:33'),
(4130, 1258, 8, '', 'uploads/audio/69031b72e2ca4-1761811314.webm', '2025-10-30 17:01:57'),
(4131, 601, 25, 'Meeting with madam and she needs training session but she do not want to join us,what should i do?', '', '2025-10-30 17:07:11'),
(4132, 1052, 25, 'Meeting with them with samples', '', '2025-10-30 17:08:22'),
(4133, 2175, 11, '', 'uploads/audio/69032133db06c-1761812787.webm', '2025-10-30 17:26:29'),
(4134, 880, 9, '', 'uploads/audio/690324d861222-1761813720.webm', '2025-10-30 17:42:01'),
(4135, 436, 9, '', 'uploads/audio/690327421768f-1761814338.webm', '2025-10-30 17:52:19'),
(4136, 644, 9, '', 'uploads/audio/69032911bd655-1761814801.webm', '2025-10-30 18:00:02'),
(4137, 1672, 29, 'Keep them in follow-up.', '', '2025-10-30 20:02:00'),
(4138, 2007, 29, 'Keep them in follow-up.', '', '2025-10-30 20:02:15'),
(4139, 2006, 29, 'Keep them in follow-up.', '', '2025-10-30 20:02:27'),
(4140, 1064, 29, 'Keep them in follow-up.', '', '2025-10-30 20:03:35'),
(4141, 950, 29, 'Keep them in follow-up.', '', '2025-10-30 20:03:51'),
(4142, 1566, 29, 'Keep them in follow-up.', '', '2025-10-30 20:04:20'),
(4143, 2154, 29, 'arrange this.', '', '2025-10-30 20:05:16'),
(4144, 2153, 29, 'Keep them in follow-up.', '', '2025-10-30 20:05:25'),
(4145, 2151, 29, 'Keep them in follow-up.', '', '2025-10-30 20:05:33'),
(4146, 2152, 29, 'Keep them in follow-up.', '', '2025-10-30 20:05:45'),
(4147, 2175, 29, 'Keep them in follow-up.', '', '2025-10-30 20:15:25'),
(4148, 4, 29, 'Keep them in follow-up.', '', '2025-10-30 20:15:38'),
(4149, 2157, 29, 'Keep them in follow-up.', '', '2025-10-30 20:15:53'),
(4150, 2156, 29, 'Keep them in follow-up.', '', '2025-10-30 20:16:24');
INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(4151, 435, 29, 'Keep them in follow-up.', '', '2025-10-30 20:17:25'),
(4152, 433, 29, 'Keep them in follow-up.', '', '2025-10-30 20:17:33'),
(4153, 432, 29, 'Keep them in follow-up.', '', '2025-10-30 20:17:44'),
(4154, 257, 29, 'Keep them in follow-up.', '', '2025-10-30 20:18:01'),
(4155, 633, 29, 'Keep them in follow-up.', '', '2025-10-30 20:18:20'),
(4156, 856, 29, 'Keep them in follow-up.', '', '2025-10-30 20:18:31'),
(4157, 880, 29, 'Keep them in follow-up.', '', '2025-10-30 20:18:41'),
(4158, 436, 29, 'Keep them in follow-up.', '', '2025-10-30 20:18:50'),
(4159, 644, 29, 'Keep them in follow-up.', '', '2025-10-30 20:19:03'),
(4160, 434, 29, 'Keep them in follow-up.', '', '2025-10-30 20:19:11'),
(4161, 1469, 29, 'discuss it with your head.', '', '2025-10-30 20:21:03'),
(4162, 655, 29, 'Keep them in follow-up.', '', '2025-10-30 20:21:15'),
(4163, 652, 29, 'Keep them in follow-up.', '', '2025-10-30 20:21:24'),
(4164, 1546, 29, 'Keep them in follow-up.', '', '2025-10-30 20:21:36'),
(4165, 2176, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-30 20:21:55'),
(4166, 2173, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-30 20:22:01'),
(4167, 2169, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-30 20:23:29'),
(4168, 1934, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-30 20:23:37'),
(4169, 1938, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-30 20:23:44'),
(4170, 1393, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-30 20:23:56'),
(4171, 909, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-30 20:24:07'),
(4172, 139, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-10-30 20:25:35'),
(4173, 1543, 29, 'Keep them in follow-up.', '', '2025-10-30 20:25:57'),
(4174, 27, 29, 'Keep them in follow-up.', '', '2025-10-30 20:26:08'),
(4175, 2166, 29, 'Keep them in follow-up.', '', '2025-10-30 20:26:18'),
(4176, 24, 29, 'Keep them in follow-up.', '', '2025-10-30 20:26:25'),
(4177, 45, 29, 'Keep them in follow-up.', '', '2025-10-30 20:26:35'),
(4178, 1258, 29, 'Keep them in follow-up.', '', '2025-10-30 20:27:11'),
(4179, 425, 29, 'Keep them in follow-up.', '', '2025-10-30 20:27:20'),
(4180, 2160, 29, 'Keep them in follow-up.', '', '2025-10-30 20:27:33'),
(4181, 2168, 29, 'Keep them in follow-up.', '', '2025-10-30 20:28:25'),
(4182, 601, 29, 'Discuss with your head.', '', '2025-10-30 20:28:55'),
(4183, 1052, 29, 'Keep them in follow-up.', '', '2025-10-30 20:29:14'),
(4184, 2161, 29, 'Keep them in follow-up.', '', '2025-10-30 20:29:23'),
(4185, 2165, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-30 20:29:38'),
(4186, 2162, 29, 'Keep them in follow-up.', '', '2025-10-30 20:30:25'),
(4187, 2164, 29, 'Keep them in follow-up.', '', '2025-10-30 20:30:33'),
(4188, 2167, 29, 'Keep them in follow-up.', '', '2025-10-30 20:30:39'),
(4189, 2159, 29, 'Keep them in follow-up.', '', '2025-10-30 20:30:47'),
(4190, 2174, 29, 'Keep them in follow-up.', '', '2025-10-30 20:30:54'),
(4191, 2172, 29, 'Keep them in follow-up.', '', '2025-10-30 20:31:01'),
(4192, 2158, 29, 'Keep them in follow-up.', '', '2025-10-30 20:42:06'),
(4193, 2171, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-30 20:42:19'),
(4194, 2163, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-30 20:42:26'),
(4195, 2170, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-10-30 20:42:43'),
(4196, 2178, 26, 'Introductory meeting with Vice Principal madam Komal.', '', '2025-10-30 23:16:20'),
(4197, 2179, 26, 'Introductory meeting with Owner.', '', '2025-10-30 23:23:17'),
(4198, 2180, 26, 'Thoroughly Introductory meeting with Kashif Bhutta Sahb. He was interested and demanded orientation session in November starting.', '', '2025-10-31 00:03:33'),
(4199, 2181, 26, 'Introductory meeting with Madam Principal dalowali branch.', '', '2025-10-31 00:24:22'),
(4200, 2182, 26, 'Introductory meeting with Mr Saad.', '', '2025-10-31 00:29:31'),
(4201, 231, 9, '', 'uploads/audio/6904390fe60a3-1761884431.webm', '2025-10-31 13:20:33'),
(4202, 231, 9, 'Invite him for cluster meeting', '', '2025-10-31 13:20:48'),
(4203, 101, 10, '', 'uploads/audio/69043a430aebe-1761884739.webm', '2025-10-31 13:25:40'),
(4204, 1627, 4, 'Demand sample of isl and rhymes', '', '2025-10-31 13:27:20'),
(4205, 2183, 5, '', 'uploads/audio/69043b65c2042-1761885029.webm', '2025-10-31 13:30:31'),
(4206, 1203, 4, 'Provide briefing on smart kids series', '', '2025-10-31 13:35:43'),
(4207, 575, 10, '', 'uploads/audio/69043e258f1d6-1761885733.webm', '2025-10-31 13:42:35'),
(4208, 2185, 31, 'Sample required in January', '', '2025-10-31 13:43:23'),
(4209, 869, 28, 'Met with Sir Mudassir, discussed regarding samples he said that will required in December also discussed principal summit', '', '2025-10-31 13:51:31'),
(4210, 26, 10, '', 'uploads/audio/6904406a5e07d-1761886314.webm', '2025-10-31 13:51:56'),
(4211, 2165, 25, '', 'uploads/audio/6904406bd7342-1761886315.webm', '2025-10-31 13:51:57'),
(4212, 2186, 5, '', 'uploads/audio/6904410701f91-1761886471.webm', '2025-10-31 13:54:33'),
(4213, 2187, 11, '', 'uploads/audio/690441ebae47f-1761886699.webm', '2025-10-31 13:58:22'),
(4214, 262, 9, '', 'uploads/audio/690443da2d016-1761887194.webm', '2025-10-31 14:06:35'),
(4215, 1428, 4, 'Sir says gave only 50 percent series books', '', '2025-10-31 14:06:42'),
(4216, 618, 10, '', 'uploads/audio/6904440fe36f7-1761887247.webm', '2025-10-31 14:07:31'),
(4217, 905, 4, 'In KO other books jo nahi lagi hui Smart kids me wo provide ki hain', '', '2025-10-31 14:20:16'),
(4218, 1811, 14, 'They need samples in December.', '', '2025-10-31 14:21:16'),
(4219, 424, 8, '', 'uploads/audio/69044778c0df4-1761888120.webm', '2025-10-31 14:22:02'),
(4220, 1814, 14, 'Need samples.', '', '2025-10-31 14:25:03'),
(4221, 2189, 25, 'C', '', '2025-10-31 14:31:19'),
(4222, 2189, 25, '', 'uploads/audio/69044a0790329-1761888775.webm', '2025-10-31 14:33:05'),
(4223, 259, 9, '', 'uploads/audio/69044aa25169b-1761888930.webm', '2025-10-31 14:35:31'),
(4224, 2190, 5, '', 'uploads/audio/69044b9d060aa-1761889181.webm', '2025-10-31 14:39:42'),
(4225, 913, 4, 'Provide offline information', '', '2025-10-31 14:48:03'),
(4226, 913, 4, 'And show qr codes offline and school demand training session', '', '2025-10-31 14:48:28'),
(4227, 1320, 7, 'Invited in School Leader Summit', '', '2025-10-31 14:53:38'),
(4228, 1548, 28, 'Met with Sir Asif, discussed regarding our blended learning approach and school leader summit', '', '2025-10-31 14:56:12'),
(4229, 1692, 28, 'Met with Miss Ghazala, Sir Khalid was also busy today', '', '2025-10-31 14:57:01'),
(4230, 829, 28, 'Met with Mrs Sabeeh, discussed regarding our product, she said come with samples and meet with Sir Sabeeh,', '', '2025-10-31 14:58:09'),
(4231, 423, 8, '', 'uploads/audio/690451b84f174-1761890744.webm', '2025-10-31 15:05:50'),
(4232, 1817, 14, '', 'uploads/audio/6904560561ad9-1761891845.webm', '2025-10-31 15:24:07'),
(4233, 1636, 4, 'Provide presentation and sample of smart kids series', '', '2025-10-31 15:37:14'),
(4234, 2193, 5, '', 'uploads/audio/69045b2cb5dc2-1761893164.webm', '2025-10-31 15:46:13'),
(4235, 155, 10, 'aoa met to school principal they said for pre school sampling that will be provided soon in this month', 'uploads/audio/69045ee83c490-1761894120.webm', '2025-10-31 16:16:23'),
(4236, 678, 4, 'Demand Urdu and Maths sample', '', '2025-10-31 16:27:28'),
(4237, 1745, 4, 'Mam face issue about qr codes', '', '2025-10-31 17:35:03'),
(4238, 2198, 24, 'Follow up end of november', '', '2025-10-31 19:34:18'),
(4239, 2199, 24, 'As per principal follow up December', '', '2025-10-31 19:37:01'),
(4240, 2200, 24, 'Discuss on Cal next follow up after Monday evening timing after 3 as per Mr shazad request', '', '2025-10-31 19:42:33'),
(4241, 1777, 24, 'Revisit discussion with Mr kamran revisit last week of Nov for orientation class', '', '2025-10-31 19:45:40'),
(4242, 782, 24, 'Revist today but miss faiza give me Monday timing for further dretail', '', '2025-10-31 19:49:22'),
(4243, 2201, 24, 'Tomorrow follow up', '', '2025-10-31 22:31:10'),
(4244, 768, 24, 'Follow up Monday inshallah', 'uploads/audio/6904bbafb9f24-1761917871.webm', '2025-10-31 22:38:32'),
(4245, 2202, 21, 'PEF School only pri classes', '', '2025-11-01 01:29:22'),
(4246, 2203, 21, 'Fast Visit Two Campus', '', '2025-11-01 01:32:44'),
(4247, 2204, 21, 'Fast Visit', '', '2025-11-01 01:34:51'),
(4248, 1814, 21, 'ok mam', '', '2025-11-01 01:35:31'),
(4249, 739, 4, 'I\'ll gave sample but mam says u delayed for few days and gave in few days', '', '2025-11-01 13:27:54'),
(4250, 1266, 5, '', 'uploads/audio/6905902281c62-1761972258.webm', '2025-11-01 13:44:21'),
(4251, 550, 4, 'On Friday gave session on smart kids series', '', '2025-11-01 13:50:08'),
(4252, 2205, 31, 'Pre sample required in January', '', '2025-11-01 13:53:01'),
(4253, 2206, 31, 'Mam in class busy meeting req next week', '', '2025-11-01 14:09:19'),
(4254, 1123, 10, '', 'uploads/audio/690599271fc47-1761974567.webm', '2025-11-01 14:22:48'),
(4255, 1321, 4, 'Demand sample in dec', '', '2025-11-01 14:23:08'),
(4256, 2207, 5, '', 'uploads/audio/69059a910f8c3-1761974929.webm', '2025-11-01 14:28:50'),
(4257, 2208, 5, '', 'uploads/audio/69059b8957e91-1761975177.webm', '2025-11-01 14:33:11'),
(4258, 1322, 4, 'Demand sample of gk Urdu and maths', '', '2025-11-01 14:37:23'),
(4259, 2210, 25, 'Samples delivered', '', '2025-11-01 14:38:46'),
(4260, 2211, 5, '', 'uploads/audio/69059d1aa3798-1761975578.webm', '2025-11-01 14:39:41'),
(4261, 1267, 5, '', 'uploads/audio/69059e0160251-1761975809.webm', '2025-11-01 14:43:31'),
(4262, 1126, 10, '', 'uploads/audio/69059e184367d-1761975832.webm', '2025-11-01 14:43:54'),
(4263, 1809, 28, 'Met with Sir Wasim, discussed regarding our approach and summit', '', '2025-11-01 14:46:08'),
(4264, 827, 28, 'Met with Sir Hafeez, ma\'am Najma was not available asked me to come on Monday', '', '2025-11-01 14:46:45'),
(4265, 1134, 10, '', 'uploads/audio/6905a14e2fa59-1761976654.webm', '2025-11-01 14:57:35'),
(4266, 2212, 31, 'Ok', '', '2025-11-01 14:57:56'),
(4267, 568, 4, 'Mam Bushra provided wonderful session on blended learning and solve issues of schools', '', '2025-11-01 15:13:14'),
(4268, 568, 4, 'Al meezan', '', '2025-11-01 15:13:25'),
(4269, 745, 10, '', 'uploads/audio/6905a621c3180-1761977889.webm', '2025-11-01 15:18:11'),
(4270, 1821, 8, '', 'uploads/audio/6905a99606eff-1761978774.webm', '2025-11-01 15:33:53'),
(4271, 751, 10, '', 'uploads/audio/6905ac0c3b705-1761979404.webm', '2025-11-01 15:43:28'),
(4272, 1280, 28, 'Met with Sir Sajid, discussed in detail regarding our product, he is interested in our product, required samples in other campus', '', '2025-11-01 15:44:21'),
(4273, 844, 25, '', 'uploads/audio/6905ade43c3fc-1761979876.webm', '2025-11-01 15:51:19'),
(4274, 2214, 8, '', 'uploads/audio/6905af34baeb6-1761980212.webm', '2025-11-01 15:56:54'),
(4275, 2215, 10, '', 'uploads/audio/6905b0362198a-1761980470.webm', '2025-11-01 16:01:12'),
(4276, 1401, 10, '', 'uploads/audio/6905b6435c3b4-1761982019.webm', '2025-11-01 16:27:00'),
(4277, 1463, 8, '', 'uploads/audio/6905b78b647f8-1761982347.webm', '2025-11-01 16:32:40'),
(4278, 1823, 25, '', 'uploads/audio/6905b7967724f-1761982358.webm', '2025-11-01 16:32:40'),
(4279, 1823, 25, '', 'uploads/audio/6905b7a512aa3-1761982373.webm', '2025-11-01 16:32:54'),
(4280, 1789, 28, 'Met with coordinator,   Miss Saba and Sir Alvi was not available, in Saturday the management does not come asked to come later', '', '2025-11-01 16:41:34'),
(4281, 1114, 28, 'Met with Sir Anus, Sir Khalid was not available samples was not dropped', '', '2025-11-01 16:43:17'),
(4282, 1761, 4, 'Demand sample in nov', '', '2025-11-01 16:48:49'),
(4283, 1388, 10, '', 'uploads/audio/6905bbc455377-1761983428.webm', '2025-11-01 16:50:30'),
(4284, 2117, 4, 'Demand sample earlier', '', '2025-11-01 17:08:47'),
(4285, 1932, 8, '', 'uploads/audio/6905c0fb330e1-1761984763.webm', '2025-11-01 17:12:44'),
(4286, 2216, 25, '', 'uploads/audio/6905c1ada731e-1761984941.webm', '2025-11-01 17:15:42'),
(4287, 2217, 10, '', 'uploads/audio/6905ced46d5e5-1761988308.webm', '2025-11-01 18:12:26'),
(4288, 1826, 8, '', 'uploads/audio/6905d3981c1f3-1761989528.webm', '2025-11-01 18:32:09'),
(4289, 768, 29, 'Keep them in follow-up.', '', '2025-11-01 19:52:11'),
(4290, 2201, 29, 'Keep them in follow-up.', '', '2025-11-01 19:52:29'),
(4291, 782, 29, 'Keep them in follow-up.', '', '2025-11-01 19:52:41'),
(4292, 1777, 29, 'Keep them in follow-up.', '', '2025-11-01 19:55:00'),
(4293, 2200, 29, 'Keep them in follow-up.', '', '2025-11-01 19:56:20'),
(4294, 2199, 29, 'Keep them in follow-up.', '', '2025-11-01 19:57:39'),
(4295, 2198, 29, 'Keep them in follow-up.', '', '2025-11-01 19:57:47'),
(4296, 2197, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-01 19:58:01'),
(4297, 1814, 29, '.', '', '2025-11-01 19:59:33'),
(4298, 2204, 29, 'Keep them in follow-up.', '', '2025-11-01 20:00:01'),
(4299, 2203, 29, 'Keep them in follow-up.', '', '2025-11-01 20:06:09'),
(4300, 2202, 29, 'Keep them in follow-up.', '', '2025-11-01 20:06:25'),
(4301, 2187, 29, 'Keep them in follow-up.', '', '2025-11-01 20:07:31'),
(4302, 259, 29, 'Keep them in follow-up.', '', '2025-11-01 20:21:18'),
(4303, 262, 29, 'Keep them in follow-up.', '', '2025-11-01 20:22:04'),
(4304, 231, 29, 'Keep them in follow-up.', '', '2025-11-01 20:22:26'),
(4305, 2218, 4, 'Gave a good session by mam bushra', '', '2025-11-01 20:23:02'),
(4306, 1627, 29, 'ok, arrange it', '', '2025-11-01 20:25:11'),
(4307, 1203, 29, 'Keep them in follow-up.', '', '2025-11-01 20:25:21'),
(4308, 1428, 29, 'Discuss it with your head about this.', '', '2025-11-01 20:26:10'),
(4309, 905, 29, 'Keep them in follow-up.', '', '2025-11-01 20:26:23'),
(4310, 1745, 29, 'Discuss it with your head .', '', '2025-11-01 20:30:25'),
(4311, 678, 29, 'arrange it', '', '2025-11-01 20:30:49'),
(4312, 1636, 29, 'Keep them in follow-up.', '', '2025-11-01 20:31:00'),
(4313, 2183, 29, 'Keep them in follow-up.', '', '2025-11-01 20:32:38'),
(4314, 2190, 29, 'Keep them in follow-up.', '', '2025-11-01 20:33:07'),
(4315, 2186, 29, 'Keep them in follow-up.', '', '2025-11-01 20:33:26'),
(4316, 2193, 29, 'Keep them in follow-up.', '', '2025-11-01 20:34:03'),
(4317, 2177, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-01 20:34:22'),
(4318, 2196, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-01 20:34:50'),
(4319, 2195, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-01 20:34:58'),
(4320, 913, 29, 'Keep them in follow-up.', '', '2025-11-01 20:35:37'),
(4321, 2182, 29, 'Keep them in follow-up.', '', '2025-11-01 20:36:27'),
(4322, 2181, 29, 'Keep them in follow-up.', '', '2025-11-01 20:36:35'),
(4323, 2180, 29, 'Keep them in follow-up.', '', '2025-11-01 20:37:15'),
(4324, 2179, 29, 'Keep them in follow-up.', '', '2025-11-01 20:37:21'),
(4325, 2178, 29, 'Keep them in follow-up.', '', '2025-11-01 20:37:29'),
(4326, 1692, 29, 'Keep them in follow-up.', '', '2025-11-01 20:55:29'),
(4327, 829, 29, 'Keep them in follow-up.', '', '2025-11-01 20:55:41'),
(4328, 1548, 29, 'Keep them in follow-up.', '', '2025-11-01 20:55:59'),
(4329, 869, 29, 'Keep them in follow-up.', '', '2025-11-01 20:56:29'),
(4330, 1268, 29, 'Keep them in follow-up.', '', '2025-11-01 20:57:04'),
(4331, 155, 29, 'Keep them in follow-up.', '', '2025-11-01 21:11:57'),
(4332, 618, 29, 'Keep them in follow-up.', '', '2025-11-01 21:12:09'),
(4333, 26, 29, 'Keep them in follow-up.', '', '2025-11-01 21:12:37'),
(4334, 575, 29, 'Keep them in follow-up.', '', '2025-11-01 21:13:02'),
(4335, 101, 29, 'Keep them in follow-up.', '', '2025-11-01 21:13:11'),
(4336, 424, 29, 'Keep them in follow-up.', '', '2025-11-01 21:14:08'),
(4337, 423, 29, 'Keep them in follow-up.', '', '2025-11-01 21:14:23'),
(4338, 2165, 29, 'Keep them in follow-up.', '', '2025-11-01 21:15:09'),
(4339, 2189, 29, 'Keep them in follow-up.', '', '2025-11-01 21:15:31'),
(4340, 2185, 29, 'Keep them in follow-up.', '', '2025-11-01 21:26:44'),
(4341, 2194, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-01 21:27:26'),
(4342, 2192, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-01 21:27:32'),
(4343, 2191, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-01 21:27:38'),
(4344, 2188, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-01 21:27:44'),
(4345, 2184, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-01 21:27:50'),
(4346, 1320, 29, 'âœ”', '', '2025-11-01 21:29:27'),
(4347, 1266, 5, '', 'uploads/audio/69082cea07aae-1762143466.webm', '2025-11-03 14:17:54'),
(4348, 955, 4, 'Mam says check samples nowadays', '', '2025-11-03 14:34:16'),
(4349, 2219, 25, '', 'uploads/audio/6908327fbaef7-1762144895.webm', '2025-11-03 14:41:37'),
(4350, 1544, 10, '', 'uploads/audio/690832b2274ec-1762144946.webm', '2025-11-03 14:42:38'),
(4351, 1051, 9, 'Invited her in our cluster meeting which will be held on 11 nov', '', '2025-11-03 14:47:57'),
(4352, 531, 9, 'Invited him for cluster  meeting', 'uploads/audio/6908376a8d385-1762146154.webm', '2025-11-03 15:02:54'),
(4353, 2221, 8, '', 'uploads/audio/6908392d2810b-1762146605.webm', '2025-11-03 15:10:06'),
(4354, 272, 9, 'Invite Sir Muazzam sb in our cluster meeting', '', '2025-11-03 15:18:32'),
(4355, 590, 4, 'Sir say\'s if changed then gave sample otherwise u can\'t gave sample', '', '2025-11-03 15:19:16'),
(4356, 2222, 10, 'aoa met to mam principal they said for pre school sampling that will be provided', '', '2025-11-03 15:25:03'),
(4357, 231, 9, 'Invited him for cluster meeting which will be held on 11 nov', '', '2025-11-03 15:27:06'),
(4358, 2225, 10, '', 'uploads/audio/69083d8386562-1762147715.webm', '2025-11-03 15:29:01'),
(4359, 287, 9, 'Invited him for cluster meeting which will be held on 11 nov', '', '2025-11-03 15:33:39'),
(4360, 282, 9, 'Invited Rafaqat sb for cluster meeting', '', '2025-11-03 15:38:10'),
(4361, 285, 9, 'Invited Nadeem Adv sb for cluster meeting', '', '2025-11-03 15:44:59'),
(4362, 972, 10, '', 'uploads/audio/690842616590a-1762148961.webm', '2025-11-03 15:49:23'),
(4363, 2226, 25, '', 'uploads/audio/69084401d0db6-1762149377.webm', '2025-11-03 15:56:23'),
(4364, 1316, 5, '', 'uploads/audio/6908464926849-1762149961.webm', '2025-11-03 16:06:02'),
(4365, 18, 10, '', 'uploads/audio/69084b1be32cf-1762151195.webm', '2025-11-03 16:26:40'),
(4366, 2220, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-03 16:27:56'),
(4367, 285, 29, 'Keep them in follow-up.', '', '2025-11-03 16:28:51'),
(4368, 282, 29, 'Keep them in follow-up.', '', '2025-11-03 16:29:02'),
(4369, 231, 29, 'Keep them in follow-up.', '', '2025-11-03 16:29:12'),
(4370, 287, 29, 'Keep them in follow-up.', '', '2025-11-03 16:29:20'),
(4371, 181, 8, '', 'uploads/audio/69084be52ab58-1762151397.webm', '2025-11-03 16:29:58'),
(4372, 272, 29, 'Keep them in follow-up.', '', '2025-11-03 16:30:04'),
(4373, 531, 29, 'Keep them in follow-up.', '', '2025-11-03 16:30:22'),
(4374, 1051, 29, 'Keep them in follow-up.', '', '2025-11-03 16:30:31'),
(4375, 2230, 5, '', 'uploads/audio/69084c366605c-1762151478.webm', '2025-11-03 16:31:22'),
(4376, 590, 29, 'Keep them in follow-up.', '', '2025-11-03 16:31:23'),
(4377, 955, 29, 'Keep them in follow-up.', '', '2025-11-03 16:31:31'),
(4378, 2223, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-03 16:31:44'),
(4379, 2229, 25, '', 'uploads/audio/69084c6fad8e1-1762151535.webm', '2025-11-03 16:32:18'),
(4380, 1593, 9, '', 'uploads/audio/69084c75c2c53-1762151541.webm', '2025-11-03 16:32:23'),
(4381, 2230, 29, 'âœ”', '', '2025-11-03 16:34:35'),
(4382, 1316, 29, 'Keep them in follow-up.', '', '2025-11-03 16:35:08'),
(4383, 2231, 31, 'Total oxford. sample required in December', '', '2025-11-03 16:36:06'),
(4384, 1266, 29, 'You always done a good job.', '', '2025-11-03 16:36:08'),
(4385, 827, 29, 'Keep them in follow-up.', '', '2025-11-03 16:37:08'),
(4386, 1809, 29, 'Keep them in follow-up.', '', '2025-11-03 16:37:24'),
(4387, 1280, 29, 'Keep them in follow-up.', '', '2025-11-03 16:37:47'),
(4388, 1114, 29, 'Keep them in follow-up.', '', '2025-11-03 16:38:48'),
(4389, 1789, 29, 'Keep them in follow-up.', '', '2025-11-03 16:39:03'),
(4390, 1123, 29, 'Keep them in follow-up.', '', '2025-11-03 16:40:48'),
(4391, 1123, 29, 'Ma Sha Allah âœ”', '', '2025-11-03 16:41:31'),
(4392, 1123, 29, 'discuss also with your head', '', '2025-11-03 16:41:50'),
(4393, 1126, 29, 'Keep them in follow-up.', '', '2025-11-03 16:43:35'),
(4394, 1134, 29, 'Keep them in follow-up.', '', '2025-11-03 16:43:56'),
(4395, 745, 29, 'Keep them in follow-up.', '', '2025-11-03 16:44:10'),
(4396, 751, 29, 'Keep them in follow-up.', '', '2025-11-03 16:44:30'),
(4397, 2215, 29, 'Keep them in follow-up.', '', '2025-11-03 16:44:43'),
(4398, 2215, 29, 'ap group m msg kry sample required', '', '2025-11-03 16:45:39'),
(4399, 2233, 31, 'Sir in hospital due to bad health', '', '2025-11-03 16:45:42'),
(4400, 1401, 29, 'Keep them in follow-up.', '', '2025-11-03 16:46:03'),
(4401, 1388, 29, 'Keep them in follow-up.', '', '2025-11-03 16:46:18'),
(4402, 2217, 29, 'Keep them in follow-up.', '', '2025-11-03 16:46:27'),
(4403, 1821, 29, 'Keep them in follow-up.', '', '2025-11-03 16:47:38'),
(4404, 1826, 29, 'Keep them in follow-up.', '', '2025-11-03 16:48:56'),
(4405, 1463, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-11-03 16:49:16'),
(4406, 2214, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-11-03 16:49:27'),
(4407, 1932, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-11-03 16:49:36'),
(4408, 181, 29, 'Keep them in follow-up.', '', '2025-11-03 16:51:16'),
(4409, 2219, 29, 'Keep them in follow-up.', '', '2025-11-03 16:52:14'),
(4410, 2226, 29, 'Keep them in follow-up.', '', '2025-11-03 16:52:28'),
(4411, 2234, 11, '', 'uploads/audio/690851c342eb3-1762152899.webm', '2025-11-03 16:55:30'),
(4412, 2236, 9, '', 'uploads/audio/69085460269d6-1762153568.webm', '2025-11-03 17:06:09'),
(4413, 2236, 9, 'Invited him for cluster meeting', '', '2025-11-03 17:06:24'),
(4414, 1577, 9, 'Invited him for cluster meeting which will be held on 11 nov', 'uploads/audio/690855f4bbb68-1762153972.webm', '2025-11-03 17:13:22'),
(4415, 2229, 29, 'Keep them in follow-up.', '', '2025-11-03 17:15:11'),
(4416, 2238, 5, '', 'uploads/audio/6908568671ab6-1762154118.webm', '2025-11-03 17:15:20'),
(4417, 2235, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-03 17:15:30'),
(4418, 993, 4, 'Gave presentation of smart kids', '', '2025-11-03 17:19:25'),
(4419, 2216, 29, 'Keep them in follow-up.', '', '2025-11-03 17:19:59'),
(4420, 1823, 29, 'Talk to miss Bushra about it.', '', '2025-11-03 17:20:35'),
(4421, 2210, 29, 'Keep them in follow-up.', '', '2025-11-03 17:20:48'),
(4422, 2206, 29, 'Keep them in follow-up.', '', '2025-11-03 17:22:15'),
(4423, 2212, 29, '?', '', '2025-11-03 17:22:27'),
(4424, 2231, 29, 'Keep them in follow-up.', '', '2025-11-03 17:22:38'),
(4425, 2233, 29, 'Keep them in follow-up.', '', '2025-11-03 17:22:50'),
(4426, 2205, 29, 'Keep them in follow-up.', '', '2025-11-03 17:23:05'),
(4427, 2239, 31, 'Sample required in December and meeting required', '', '2025-11-03 17:23:07'),
(4428, 2209, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-03 17:23:29'),
(4429, 2239, 29, 'Keep them in follow-up.', '', '2025-11-03 17:24:22'),
(4430, 2227, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-03 17:25:16'),
(4431, 2224, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-03 17:25:24'),
(4432, 2237, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-03 17:26:11'),
(4433, 1410, 5, '', 'uploads/audio/6908599be233a-1762154907.webm', '2025-11-03 17:28:30'),
(4434, 2241, 31, 'Sample required in January', '', '2025-11-03 17:32:44'),
(4435, 2128, 8, '', 'uploads/audio/69085ace8c9fa-1762155214.webm', '2025-11-03 17:33:35'),
(4436, 1543, 10, 'aoa met to school principal they said to wait for sampling still they are teaching ptb', '', '2025-11-03 17:37:05'),
(4437, 2244, 31, 'Sample required in January', '', '2025-11-03 17:50:47'),
(4438, 2243, 25, '', 'uploads/audio/69085f5cb3e09-1762156380.webm', '2025-11-03 17:53:02'),
(4439, 2235, 25, '', 'uploads/audio/69085fa7b2053-1762156455.webm', '2025-11-03 17:54:17'),
(4440, 2240, 25, '', 'uploads/audio/6908600ac1994-1762156554.webm', '2025-11-03 17:55:56'),
(4441, 1739, 8, '', 'uploads/audio/690861b73754f-1762156983.webm', '2025-11-03 18:03:04'),
(4442, 2245, 31, 'Sir in meeting', '', '2025-11-03 18:06:20'),
(4443, 228, 8, '', 'uploads/audio/6908649bf3ef3-1762157723.webm', '2025-11-03 18:15:39'),
(4444, 2250, 5, '', 'uploads/audio/6908914286417-1762169154.webm', '2025-11-03 21:25:56'),
(4445, 388, 26, 'Today, Followed up regarding orientation.', '', '2025-11-03 23:52:25'),
(4446, 390, 26, 'Met with  Mr Imran sahb director chain of schools. \"Ideal School system\". It was fruitful meeting. Thoroughly introduced Abbasi Publications, smart boards and our smart services with portals.', '', '2025-11-03 23:59:03'),
(4447, 2251, 26, 'Introductory meeting with Administrator.', '', '2025-11-04 00:02:11'),
(4448, 2252, 26, 'Today visited The Royal School and met with Principal and owner of the school. He is member of abbasi publications. And he only applied play group books in his school. I motivated him to adopt our nursery and prep classes syllabus also.', '', '2025-11-04 00:34:35'),
(4449, 2253, 26, 'Met with Hamid  Basra sahb active member Pakistan Chamber of education. He attended last year schools summit. But we need to motivate him by special orientation in his school', '', '2025-11-04 01:37:04'),
(4450, 1627, 4, 'Gave sample of islamiat', '', '2025-11-04 14:19:34'),
(4451, 1788, 4, 'Demand sample of pre', '', '2025-11-04 14:33:01'),
(4452, 1551, 28, 'Met with coordinator, sir Feroza was not available, waited him but didn\'t deliver samples to coordinator', '', '2025-11-04 14:45:05'),
(4453, 413, 8, '', 'uploads/audio/690984fb39f38-1762231547.webm', '2025-11-04 14:45:48'),
(4454, 2254, 5, '', 'uploads/audio/6909863d6623e-1762231869.webm', '2025-11-04 14:51:11'),
(4455, 2255, 11, '', 'uploads/audio/6909870048d60-1762232064.webm', '2025-11-04 14:54:26'),
(4456, 1738, 10, '', 'uploads/audio/6909881b44920-1762232347.webm', '2025-11-04 14:59:09'),
(4457, 2256, 5, '', 'uploads/audio/69098aeab6d0f-1762233066.webm', '2025-11-04 15:11:09'),
(4458, 2257, 10, '', 'uploads/audio/69098b77b2871-1762233207.webm', '2025-11-04 15:13:32'),
(4459, 2258, 25, '', 'uploads/audio/69098eafb1fac-1762234031.webm', '2025-11-04 15:27:13'),
(4460, 1740, 10, '', 'uploads/audio/69098f3ca018f-1762234172.webm', '2025-11-04 15:29:37'),
(4461, 1075, 9, 'Invited him for cluster meeting which will be take place on 11 nov', '', '2025-11-04 15:32:19'),
(4462, 827, 28, 'Met with Sir Hafeez, ma\'am najma was also busy today, waited her then went forward', '', '2025-11-04 15:35:13'),
(4463, 2260, 5, '', 'uploads/audio/690993851d276-1762235269.webm', '2025-11-04 15:47:50'),
(4464, 2262, 10, '', 'uploads/audio/6909940eca3d8-1762235406.webm', '2025-11-04 15:50:25'),
(4465, 680, 8, '', 'uploads/audio/6909946e129ba-1762235502.webm', '2025-11-04 15:51:43'),
(4466, 579, 4, 'Gave presentation about offline link', '', '2025-11-04 15:52:14'),
(4467, 2264, 5, '', 'uploads/audio/690996b606522-1762236086.webm', '2025-11-04 16:01:27'),
(4468, 265, 9, '', 'uploads/audio/69099837a7c0c-1762236471.webm', '2025-11-04 16:07:53'),
(4469, 2266, 10, '', 'uploads/audio/69099976c090b-1762236790.webm', '2025-11-04 16:13:12'),
(4470, 267, 9, 'Invited him for cluster meeting', '', '2025-11-04 16:13:57'),
(4471, 2265, 25, '', 'uploads/audio/69099a3ed297c-1762236990.webm', '2025-11-04 16:16:32'),
(4472, 2261, 25, '', 'uploads/audio/69099a8cb389b-1762237068.webm', '2025-11-04 16:17:50'),
(4473, 2195, 4, 'Demand sample of grammars and math 1 to 5', '', '2025-11-04 16:22:10'),
(4474, 678, 4, 'Gave sample of math 1 to 5', '', '2025-11-04 16:23:12'),
(4475, 266, 9, 'invited parwez sb for cluster meeting which will take place on 11 nov', '', '2025-11-04 16:34:18'),
(4476, 268, 9, 'Invited him for cluster meeting', '', '2025-11-04 16:38:48'),
(4477, 2268, 8, '', 'uploads/audio/6909a16555cd4-1762238821.webm', '2025-11-04 16:47:04'),
(4478, 2271, 5, '', 'uploads/audio/6909a2ff4333a-1762239231.webm', '2025-11-04 16:53:52'),
(4479, 2270, 10, '', 'uploads/audio/6909a3b4a4135-1762239412.webm', '2025-11-04 16:56:54'),
(4480, 2269, 25, '', 'uploads/audio/6909a3d8eee1f-1762239448.webm', '2025-11-04 16:57:30'),
(4481, 1091, 9, 'Invited him for Cluster meeting which will take place on 11 nov', '', '2025-11-04 16:58:44'),
(4482, 1828, 28, 'Met with Ma\'am Musarrat, required samples before December', '', '2025-11-04 17:05:04'),
(4483, 1165, 8, '', 'uploads/audio/6909a5e3a7429-1762239971.webm', '2025-11-04 17:06:12'),
(4484, 2274, 25, 'They need emergency assistance', '', '2025-11-04 17:12:04'),
(4485, 889, 4, 'Demand sample of class play to five', '', '2025-11-04 17:20:35'),
(4486, 2062, 4, 'Demand sample of pre classes at the last of this month', '', '2025-11-04 17:35:58'),
(4487, 2275, 31, 'December vacation main visit karain with sample', '', '2025-11-04 17:40:15'),
(4488, 1409, 5, '', 'uploads/audio/6909b44218596-1762243650.webm', '2025-11-04 18:07:32'),
(4489, 860, 28, 'Met with Sir Arif, he requested for orientation in January', '', '2025-11-04 18:13:33'),
(4490, 2277, 9, 'Invited him for cluster meeting', '', '2025-11-04 18:28:31'),
(4491, 264, 9, '', 'uploads/audio/6909be957f8fe-1762246293.webm', '2025-11-04 18:51:35'),
(4492, 2201, 24, 'Abdul hameed revist required after 2nd week of november', '', '2025-11-04 18:56:23'),
(4493, 767, 24, 'Meeting finished arrange orientation class for school', '', '2025-11-04 19:14:09'),
(4494, 765, 24, 'Need sample play nursery prep', '', '2025-11-04 19:16:09'),
(4495, 768, 24, 'Meeting done with Mr talha need sample play to 5', '', '2025-11-04 19:19:47'),
(4496, 1338, 24, 'Meeting done with awais sb arrange orientation for school', '', '2025-11-04 19:26:21'),
(4497, 763, 24, 'They dont want to change I tried 3 time', '', '2025-11-04 19:28:41'),
(4498, 1096, 24, '', 'uploads/audio/6909cb68af47b-1762249576.webm', '2025-11-04 19:46:23'),
(4499, 2197, 24, 'Meeting again today at 4o clock', '', '2025-11-04 19:48:04'),
(4500, 2278, 24, 'Revisit again coming week today school have teacher parent meeting day', '', '2025-11-04 19:51:11'),
(4501, 2279, 24, 'Detail meeting with mam farina revist again for next meeting Nov 2nd week', '', '2025-11-04 19:54:56'),
(4502, 1037, 24, 'Today I revisit Mr tanveer was busy. He said come again December 1st week', '', '2025-11-04 19:59:16'),
(4503, 2201, 29, 'Keep them in follow-up.', '', '2025-11-04 21:40:26'),
(4504, 767, 29, 'Keep them in follow-up.', '', '2025-11-04 21:40:36'),
(4505, 765, 29, 'arrange', '', '2025-11-04 21:40:51'),
(4506, 768, 29, 'ok, arrange it', '', '2025-11-04 21:41:22'),
(4507, 1338, 29, 'Keep them in follow-up.', '', '2025-11-04 21:41:31'),
(4508, 763, 29, 'ok', '', '2025-11-04 21:42:04'),
(4509, 1096, 29, 'Discuss with your head.', '', '2025-11-04 21:44:47'),
(4510, 1037, 29, 'Keep them in follow-up.', '', '2025-11-04 21:58:30'),
(4511, 2197, 29, 'Keep them in follow-up.', '', '2025-11-04 21:58:42'),
(4512, 2234, 29, 'Keep them in follow-up.', '', '2025-11-04 22:00:24'),
(4513, 2255, 29, 'Keep them in follow-up.', '', '2025-11-04 22:00:35'),
(4514, 1593, 29, 'Keep them in follow-up.', '', '2025-11-04 22:02:36'),
(4515, 2236, 29, 'Keep them in follow-up.', '', '2025-11-04 22:02:45'),
(4516, 1577, 29, 'Keep them in follow-up.', '', '2025-11-04 22:03:25'),
(4517, 1075, 29, 'Keep them in follow-up.', '', '2025-11-04 22:03:32'),
(4518, 265, 29, 'Keep them in follow-up.', '', '2025-11-04 22:03:45'),
(4519, 267, 29, 'Keep them in follow-up.', '', '2025-11-04 22:03:52'),
(4520, 266, 29, 'Keep them in follow-up.', '', '2025-11-04 22:04:07'),
(4521, 268, 29, 'Keep them in follow-up.', '', '2025-11-04 22:04:13'),
(4522, 1091, 29, 'Keep them in follow-up.', '', '2025-11-04 22:04:20'),
(4523, 2277, 29, 'Keep them in follow-up.', '', '2025-11-04 22:04:27'),
(4524, 264, 29, 'Keep them in follow-up.', '', '2025-11-04 22:04:36'),
(4525, 2062, 29, 'Keep them in follow-up.', '', '2025-11-04 22:06:05'),
(4526, 889, 29, 'arrange', '', '2025-11-04 22:06:36'),
(4527, 678, 29, 'Keep them in follow-up.', '', '2025-11-04 22:06:47'),
(4528, 2195, 29, 'Keep them in follow-up.', '', '2025-11-04 22:06:54'),
(4529, 1788, 29, 'Keep them in follow-up.', '', '2025-11-04 22:07:24'),
(4530, 579, 29, 'Keep them in follow-up.', '', '2025-11-04 22:07:32'),
(4531, 1627, 29, 'Keep them in follow-up.', '', '2025-11-04 22:07:44'),
(4532, 993, 29, 'Keep them in follow-up.', '', '2025-11-04 22:07:54'),
(4533, 2259, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:08:18'),
(4534, 2248, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:08:27'),
(4535, 2246, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:08:34'),
(4536, 2232, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:08:42'),
(4537, 2238, 29, 'Keep them in follow-up.', '', '2025-11-04 22:10:22'),
(4538, 1410, 29, 'Keep them in follow-up.', '', '2025-11-04 22:10:46'),
(4539, 2250, 29, 'Keep them in follow-up.', '', '2025-11-04 22:11:04'),
(4540, 2254, 29, 'Keep them in follow-up.', '', '2025-11-04 22:11:27'),
(4541, 2256, 29, 'Keep them in follow-up.', '', '2025-11-04 22:11:55'),
(4542, 2260, 29, 'Keep them in follow-up.', '', '2025-11-04 22:12:14'),
(4543, 2264, 29, 'Keep them in follow-up.', '', '2025-11-04 22:12:35'),
(4544, 2271, 29, 'Keep them in follow-up.', '', '2025-11-04 22:12:53'),
(4545, 1409, 29, 'Keep them in follow-up.', '', '2025-11-04 22:13:16'),
(4546, 388, 29, 'Keep them in follow-up.', '', '2025-11-04 22:14:11'),
(4547, 390, 29, 'Keep them in follow-up.', '', '2025-11-04 22:14:25'),
(4548, 2251, 29, 'Keep them in follow-up.', '', '2025-11-04 22:14:34'),
(4549, 2252, 29, 'Keep them in follow-up.', '', '2025-11-04 22:15:01'),
(4550, 2253, 29, 'Keep them in follow-up.', '', '2025-11-04 22:15:16'),
(4551, 827, 29, 'Keep them in follow-up.', '', '2025-11-04 22:17:27'),
(4552, 1828, 29, 'Keep them in follow-up.', '', '2025-11-04 22:17:40'),
(4553, 860, 29, 'Keep them in follow-up.', '', '2025-11-04 22:17:47'),
(4554, 1551, 29, 'Keep them in follow-up.', '', '2025-11-04 22:17:58'),
(4555, 2273, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:18:18'),
(4556, 1543, 29, 'Keep them in follow-up.', '', '2025-11-04 22:19:28'),
(4557, 1738, 29, 'Keep them in follow-up.', '', '2025-11-04 22:19:59'),
(4558, 2257, 29, 'Keep them in follow-up.', '', '2025-11-04 22:20:09'),
(4559, 1740, 29, 'Keep them in follow-up.', '', '2025-11-04 22:20:22'),
(4560, 2262, 29, 'Keep them in follow-up.', '', '2025-11-04 22:20:30'),
(4561, 2266, 29, 'Keep them in follow-up.', '', '2025-11-04 22:20:36'),
(4562, 2270, 29, 'Keep them in follow-up.', '', '2025-11-04 22:20:42'),
(4563, 228, 29, 'Keep them in follow-up.', '', '2025-11-04 22:21:50'),
(4564, 413, 29, 'Keep them in follow-up.', '', '2025-11-04 22:21:58'),
(4565, 680, 29, 'Keep them in follow-up.', '', '2025-11-04 22:22:07'),
(4566, 2268, 29, 'Keep them in follow-up.', '', '2025-11-04 22:22:16'),
(4567, 1165, 29, 'Keep them in follow-up.', '', '2025-11-04 22:22:30'),
(4568, 1739, 29, 'Keep them in follow-up.', '', '2025-11-04 22:22:37'),
(4569, 2128, 29, 'Keep them in follow-up.', '', '2025-11-04 22:22:44'),
(4570, 2235, 29, 'ok no issue', '', '2025-11-04 22:24:00'),
(4571, 2243, 29, 'Keep them in follow-up.', '', '2025-11-04 22:41:43'),
(4572, 2258, 29, 'Keep them in follow-up.', '', '2025-11-04 22:41:52'),
(4573, 2265, 29, 'Keep them in follow-up.', '', '2025-11-04 22:41:59'),
(4574, 2261, 29, 'Keep them in follow-up.', '', '2025-11-04 22:42:08'),
(4575, 2269, 29, 'Keep them in follow-up.', '', '2025-11-04 22:42:16'),
(4576, 2274, 29, 'Talk to your head.', '', '2025-11-04 22:42:39'),
(4577, 2240, 29, 'Keep them in follow-up.', '', '2025-11-04 22:42:49'),
(4578, 2245, 29, 'Keep them in follow-up.', '', '2025-11-04 22:43:32'),
(4579, 2275, 29, 'Keep them in follow-up.', '', '2025-11-04 22:43:43'),
(4580, 2272, 29, 'Keep them in follow-up.', '', '2025-11-04 22:43:49'),
(4581, 2244, 29, 'Keep them in follow-up.', '', '2025-11-04 22:43:56'),
(4582, 2241, 29, 'Keep them in follow-up.', '', '2025-11-04 22:45:32'),
(4583, 2242, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:46:37'),
(4584, 2249, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:46:43'),
(4585, 2263, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:46:49'),
(4586, 2247, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:46:56'),
(4587, 2267, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:47:02'),
(4588, 2276, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:47:10'),
(4589, 2280, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-04 22:48:20'),
(4590, 550, 4, 'Finalize about session date but mam says gone to trip that\'s why not come', '', '2025-11-05 14:23:16'),
(4591, 527, 8, '', 'uploads/audio/690ad340ef8d7-1762317120.webm', '2025-11-05 14:32:01'),
(4592, 56, 10, '', 'uploads/audio/690ad3941a7e8-1762317204.webm', '2025-11-05 14:33:26'),
(4593, 2282, 31, 'Sample required in December', '', '2025-11-05 14:42:23'),
(4594, 641, 4, 'demand sample of 50percent books', '', '2025-11-05 15:02:10'),
(4595, 641, 4, 'Special pre of 50 percent', '', '2025-11-05 15:02:23'),
(4596, 9, 10, '', 'uploads/audio/690adf7e4c490-1762320254.webm', '2025-11-05 15:24:16'),
(4597, 2283, 5, '', 'uploads/audio/690ae0ed30002-1762320621.webm', '2025-11-05 15:30:23'),
(4598, 207, 8, 'Discussion with principal about books samples', 'uploads/audio/690ae0d36e4f0-1762320595.webm', '2025-11-05 15:31:12'),
(4599, 2284, 5, '', 'uploads/audio/690ae154b0a6c-1762320724.webm', '2025-11-05 15:32:06'),
(4600, 885, 28, 'Met with Sir Latif, discuss in detail regarding our blending approach and our primary products', '', '2025-11-05 15:34:21'),
(4601, 888, 28, 'Met with Sir Faisal, discussed regarding samples but not dropped because of sir Jamal was not available', '', '2025-11-05 16:01:54'),
(4602, 913, 4, 'Gave samples of Eng 1 to 5', '', '2025-11-05 16:02:57'),
(4603, 2029, 25, '', 'uploads/audio/690ae93c95b2a-1762322748.webm', '2025-11-05 16:05:50'),
(4604, 734, 9, 'Invited him for Summit', '', '2025-11-05 16:09:42'),
(4605, 2285, 5, '', 'uploads/audio/690aed290f1af-1762323753.webm', '2025-11-05 16:22:34'),
(4606, 1332, 5, '', 'uploads/audio/690aedaa74942-1762323882.webm', '2025-11-05 16:24:44'),
(4607, 2286, 25, '', 'uploads/audio/690aee59ba5fa-1762324057.webm', '2025-11-05 16:27:39'),
(4608, 1009, 28, 'Samples dropped', '', '2025-11-05 16:43:49'),
(4609, 2287, 31, 'Total oxford hy sample required in December', '', '2025-11-05 16:46:15'),
(4610, 433, 9, 'Invited him for cluster meeting', '', '2025-11-05 16:48:23'),
(4611, 2288, 25, '', 'uploads/audio/690af35373118-1762325331.webm', '2025-11-05 16:48:54'),
(4612, 432, 9, 'Invited him for summit and tell him about veneu', '', '2025-11-05 16:48:57'),
(4613, 434, 9, 'Invited him for Summit', '', '2025-11-05 16:49:28'),
(4614, 568, 4, 'Told about the Price of projector treatment is 14k', '', '2025-11-05 16:52:38'),
(4615, 60, 10, '', 'uploads/audio/690af4ffc0ee7-1762325759.webm', '2025-11-05 16:56:02'),
(4616, 2289, 31, 'Sample required in December', '', '2025-11-05 17:01:24'),
(4617, 874, 28, 'Met with Sir wasif, samples dropped', '', '2025-11-05 17:03:30'),
(4618, 2290, 5, '', 'uploads/audio/690af6e68db3b-1762326246.webm', '2025-11-05 17:04:07'),
(4619, 2213, 4, 'Sir says gave u sample on next week', '', '2025-11-05 17:10:50'),
(4620, 2004, 8, '', 'uploads/audio/690af9d71ecee-1762326999.webm', '2025-11-05 17:16:40'),
(4621, 2292, 5, '', 'uploads/audio/690b0582d62dd-1762329986.webm', '2025-11-05 18:06:43'),
(4622, 837, 28, 'Met with Sir Nadeem Malik, discussed regarding our product, required samples', '', '2025-11-05 18:11:07'),
(4623, 1560, 4, 'Demand sample of all books from pre to 5', '', '2025-11-05 18:17:31'),
(4624, 2293, 31, 'Urgent sample required', '', '2025-11-05 18:26:43'),
(4625, 2294, 23, 'Samples Delivered in pre level With Drawing Play- 5 class Hope full', '', '2025-11-05 18:28:17'),
(4626, 2295, 23, 'Sample Delivered press leval complete. hopfull meeting demo class reqiured', '', '2025-11-05 18:32:42'),
(4627, 1487, 23, 'Sample delivered pre leval Complete hopefully meeting demo class reqiured after  15th November', '', '2025-11-05 18:36:26'),
(4628, 2297, 23, 'Samples Deliver in School principal meeting in next week hopefully.', '', '2025-11-05 18:44:22'),
(4629, 2298, 23, 'Sample delivered pre level hopefull meeting & Reqiure demo class next week must', '', '2025-11-05 18:48:04'),
(4630, 2299, 5, '', 'uploads/audio/690b0f868b9f3-1762332550.webm', '2025-11-05 18:49:12'),
(4631, 2305, 26, 'Yesterday I visited school and met with Mr Rafaqat bajwa and he shared the problems.but today Director and owner  Mr Adnan Afzal Sahb called me for meeting. I visited again today and discussed the issue that he was facing and try to solve maximum and forwarded to the management', '', '2025-11-06 00:46:27'),
(4632, 2306, 26, 'Introductory meeting With Principal', '', '2025-11-06 00:50:52'),
(4633, 1152, 26, 'Followed up and met with coordinator who deals all matter books selection', '', '2025-11-06 00:52:24'),
(4634, 369, 26, 'Today followed up with management', '', '2025-11-06 01:17:09'),
(4635, 2307, 26, 'Yesterday, I met with Mr Mian Adnan saddique Sahb and discussed regarding services and issues. Further I discussed future plan for increasing our syllabus he said we will go through the samples.', '', '2025-11-06 01:26:35'),
(4636, 2308, 26, 'Yesterday, I met with Madam Aliya section head or pre section. He is discussed the problems I solved them minor problems professionally. And satisfied them. I was also nice exchange of conversation. I also told her about offline app and soon I will visit again for fullfil my promise about app when I get from Head office.', '', '2025-11-06 01:39:10'),
(4637, 2310, 10, '', 'uploads/audio/690c237c791b7-1762403196.webm', '2025-11-06 14:26:41'),
(4638, 2312, 10, '', 'uploads/audio/690c2644e0163-1762403908.webm', '2025-11-06 14:38:30'),
(4639, 834, 28, 'Met with coordinator, Sir Arif was in other campus, discussed regarding our product and it\'s approach', '', '2025-11-06 14:56:52'),
(4640, 2313, 5, '', 'uploads/audio/690c2bba2cfee-1762405306.webm', '2025-11-06 15:01:47'),
(4641, 46, 10, '', 'uploads/audio/690c2d2921676-1762405673.webm', '2025-11-06 15:07:55'),
(4642, 672, 25, 'Samples provided', '', '2025-11-06 15:16:39'),
(4643, 40, 10, '', 'uploads/audio/690c321026800-1762406928.webm', '2025-11-06 15:28:53'),
(4644, 561, 10, '', 'uploads/audio/690c32e8f3309-1762407144.webm', '2025-11-06 15:33:05'),
(4645, 2316, 31, 'Sample required in January', '', '2025-11-06 15:39:56'),
(4646, 2071, 9, 'Invited Zahid mehmood sb in summit', '', '2025-11-06 15:55:18'),
(4647, 871, 4, 'Demand sample of readify series', '', '2025-11-06 15:55:29'),
(4648, 1167, 28, 'Met with Miss Nadia, required samples in next week.', '', '2025-11-06 15:56:07'),
(4649, 979, 9, 'Invited him for Summit which wil take place on 11 nov', '', '2025-11-06 15:56:31'),
(4650, 1634, 28, 'Sir was not available, asked to come later', '', '2025-11-06 15:56:42'),
(4651, 1026, 9, 'Invited him for summit', '', '2025-11-06 15:57:13'),
(4652, 881, 4, 'Gave sample of maths 1 to 5', '', '2025-11-06 16:05:49'),
(4653, 889, 4, 'Gave sample of Eng Urdu and maths', '', '2025-11-06 16:10:15'),
(4654, 928, 4, 'Demand sample of pre', '', '2025-11-06 16:22:56'),
(4655, 2318, 28, 'Met with Miss Farzana , discussed regarding our product she said that will be final by sir saqib, asked to come later in main campus to meet with Sir saqib', '', '2025-11-06 16:23:00'),
(4656, 2298, 29, 'Keep them in follow-up.', '', '2025-11-06 16:23:52'),
(4657, 2297, 29, 'Keep them in follow-up.', '', '2025-11-06 16:24:00'),
(4658, 1487, 29, 'Keep them in follow-up.', '', '2025-11-06 16:24:11'),
(4659, 2295, 29, 'Keep them in follow-up.', '', '2025-11-06 16:24:24'),
(4660, 2294, 29, 'Keep them in follow-up.', '', '2025-11-06 16:24:32'),
(4661, 2300, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-06 16:25:26'),
(4662, 2301, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-06 16:25:32'),
(4663, 2302, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-06 16:25:39'),
(4664, 2303, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-06 16:25:45'),
(4665, 2304, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-06 16:25:52'),
(4666, 2309, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-06 16:25:59'),
(4667, 2311, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-06 16:26:05'),
(4668, 2282, 29, 'Keep them in follow-up.', '', '2025-11-06 16:26:57'),
(4669, 2287, 29, 'Keep them in follow-up.', '', '2025-11-06 16:27:06'),
(4670, 2289, 29, 'Keep them in follow-up.', '', '2025-11-06 16:27:12'),
(4671, 2293, 29, 'Keep them in follow-up.', '', '2025-11-06 16:27:19'),
(4672, 600, 25, '', 'uploads/audio/690c40e2c75d9-1762410722.webm', '2025-11-06 16:32:05'),
(4673, 2319, 31, 'Na', '', '2025-11-06 16:36:33'),
(4674, 2076, 4, 'Demand session on Monday 12:30 to 2', '', '2025-11-06 16:45:33'),
(4675, 2076, 4, 'Gave sample of smart kid\'s series', '', '2025-11-06 16:45:55'),
(4676, 2321, 5, '', 'uploads/audio/690c48974b3a6-1762412695.webm', '2025-11-06 17:05:02'),
(4677, 54, 10, '', 'uploads/audio/690c4f4af1fa2-1762414410.webm', '2025-11-06 17:33:37'),
(4678, 2324, 25, '', 'uploads/audio/690c5589503d6-1762416009.webm', '2025-11-06 18:00:33'),
(4679, 1939, 25, 'Samples delivered', '', '2025-11-06 18:02:02'),
(4680, 1273, 28, 'Met with Sir SM Nadeem, discuss regarding our products, he is interested to order after confirmation something. Kindly call him for further confirmation', '', '2025-11-06 18:07:02'),
(4681, 2119, 4, 'Mam says if changes required then gave sample otherwise u can\'t gave', '', '2025-11-06 18:14:50'),
(4682, 2325, 32, 'Aj Bahawal public school visit keya response bht acha Raha playgroup ki books ko recommend krna Chah rehy ha', '', '2025-11-06 19:26:47'),
(4683, 2311, 32, 'Aj websters School visit keya response bht acha Raha or sampling k liye order keya', '', '2025-11-06 19:28:33'),
(4684, 2309, 32, 'Aj spirit School visit keya response bht acha Raha pre schooling ki books ko recommend keya gya sample k liye order deya', '', '2025-11-06 19:29:48'),
(4685, 2320, 32, 'Aj Mounty Public School visit keya response bht acha Raha pre schooling k liye course recommend krna Chah rehy ha', '', '2025-11-06 19:30:50'),
(4686, 2317, 32, 'Aj county Public visit keya response bht acha Raha Madam ne as soon as possible sample bhijwany k liye bola ha or Alhamdulilah onko humara pre schooling ki series bht pasnd ai ha', '', '2025-11-06 19:34:16'),
(4687, 2314, 32, 'Aj federal public school visit keya or Humari pre schooling ki series bht pasnd ai ha next week meeting ha school board se os me finalize krein gy inshAllah', '', '2025-11-06 19:36:03'),
(4688, 2328, 31, 'Sample required in January', '', '2025-11-07 14:02:55'),
(4689, 740, 4, 'Gave sample of smart kids workbooks', '', '2025-11-07 14:28:03'),
(4690, 99, 10, '', 'uploads/audio/690d7552895e2-1762489682.webm', '2025-11-07 14:28:07'),
(4691, 96, 10, '', 'uploads/audio/690d78da928f7-1762490586.webm', '2025-11-07 14:43:07'),
(4692, 843, 4, 'Sir says check your sample\'s nowadays', '', '2025-11-07 14:47:55'),
(4693, 1279, 4, 'Sir says only change in art this year and checked your art only if changes required', '', '2025-11-07 15:21:18'),
(4694, 10, 10, '', 'uploads/audio/690d84e93c80c-1762493673.webm', '2025-11-07 15:34:41'),
(4695, 2329, 31, 'Sample required in January', '', '2025-11-07 15:43:57'),
(4696, 495, 10, '', 'uploads/audio/690d87c369eae-1762494403.webm', '2025-11-07 15:46:48'),
(4697, 980, 4, 'Gave sample of Smart kids series with workbooks and art A to 5', '', '2025-11-07 15:59:06'),
(4698, 1923, 28, 'Met with Sir Rizwan, required samples', '', '2025-11-07 16:05:15'),
(4699, 1273, 28, 'Met with Miss Ishrat, samples dropped, sir Nadeem was absent talked him with call', '', '2025-11-07 16:06:25'),
(4700, 1548, 28, 'Met with Miss Hina, Sir Asif was busy said me to come later', '', '2025-11-07 16:07:13'),
(4701, 985, 4, 'Guard says u meet on Monday', '', '2025-11-07 16:12:26'),
(4702, 2331, 32, 'Assalamualaikum The Raza School visit keya unhy Humara pre schooling ka course bht pasnd Aya specially drawing book', '', '2025-11-07 16:13:05'),
(4703, 149, 10, '', 'uploads/audio/690d92a15c7d4-1762497185.webm', '2025-11-07 16:33:28'),
(4704, 2332, 32, 'Miss Farida Shiekh high school me visit keya Playgroup class and drawing books ko Pasand keya gya', '', '2025-11-07 16:43:27'),
(4705, 1253, 4, 'Meet with sir and gave presentation about books', '', '2025-11-07 17:09:08'),
(4706, 2246, 4, 'Gave 1 to 5 sample', '', '2025-11-07 17:38:53'),
(4707, 1733, 9, 'invited him for Summit which will take place on 11 nov', '', '2025-11-07 18:04:25');
INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(4708, 2334, 32, 'Aj Avicenna School System me Sir saleem Baig se mulakat hoi humary pre schooling ki books ko Pasand keya gya sample bhijwany ka bola ha next visit me sampling krein gy inshAllah', '', '2025-11-07 18:15:46'),
(4709, 2335, 32, 'Aj rills School me visit keya pre schooling ki books ko Pasand keya gya', '', '2025-11-07 18:19:20'),
(4710, 2336, 24, 'Follow up december', '', '2025-11-07 20:10:20'),
(4711, 2337, 24, 'Detailed meeting with vice principal Monday sample required', '', '2025-11-07 20:14:02'),
(4712, 2338, 24, 'Meeting with principal and sample Droped as per nazeer Islam required for 2 weeks.', '', '2025-11-07 20:17:25'),
(4713, 2339, 24, 'Detail meeting with Hassan sb Monday revisit with sample', '', '2025-11-07 20:22:18'),
(4714, 2340, 24, 'Tomorrow meeting again', '', '2025-11-07 20:25:29'),
(4715, 2340, 24, '03007038303 valid mobile no.', '', '2025-11-07 20:27:33'),
(4716, 2340, 29, 'Keep them in follow-up.', '', '2025-11-07 20:28:22'),
(4717, 2339, 29, 'Keep them in follow-up.', '', '2025-11-07 20:28:36'),
(4718, 2338, 29, 'Keep them in follow-up.', '', '2025-11-07 20:28:45'),
(4719, 2337, 29, 'Keep them in follow-up.', '', '2025-11-07 20:28:53'),
(4720, 2336, 29, 'Keep them in follow-up.', '', '2025-11-07 20:29:00'),
(4721, 2071, 29, 'Keep them in follow-up.', '', '2025-11-07 20:32:51'),
(4722, 2341, 24, 'Revisit for direct meeting with principal', '', '2025-11-07 20:33:32'),
(4723, 979, 29, 'Keep them in follow-up.', '', '2025-11-07 20:33:48'),
(4724, 1026, 29, 'Keep them in follow-up.', '', '2025-11-07 20:33:57'),
(4725, 434, 29, 'Keep them in follow-up.', '', '2025-11-07 20:34:32'),
(4726, 433, 29, 'Keep them in follow-up.', '', '2025-11-07 20:34:41'),
(4727, 734, 29, 'Keep them in follow-up.', '', '2025-11-07 20:34:47'),
(4728, 432, 29, 'Keep them in follow-up.', '', '2025-11-07 20:34:57'),
(4729, 2326, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-07 20:35:22'),
(4730, 2327, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-07 20:35:29'),
(4731, 1733, 29, 'Keep them in follow-up.', '', '2025-11-07 20:35:52'),
(4732, 1290, 24, 'Revisit follow up december', '', '2025-11-07 20:36:56'),
(4733, 550, 29, 'Keep them in follow-up.', '', '2025-11-07 20:37:22'),
(4734, 641, 29, 'Discuss with your head.', '', '2025-11-07 20:38:06'),
(4735, 913, 29, 'Keep them in follow-up.', '', '2025-11-07 20:38:15'),
(4736, 568, 29, 'Discuss it with your head.', '', '2025-11-07 20:38:52'),
(4737, 1096, 24, 'Visit with zubair sb need to send the distributer for meeting', '', '2025-11-07 20:38:54'),
(4738, 2213, 29, 'Keep them in follow-up.', '', '2025-11-07 20:39:03'),
(4739, 1560, 29, 'arrange', '', '2025-11-07 20:39:28'),
(4740, 871, 29, 'Keep them in follow-up.', '', '2025-11-07 20:39:46'),
(4741, 881, 29, 'Keep them in follow-up.', '', '2025-11-07 20:39:54'),
(4742, 889, 29, 'Keep them in follow-up.', '', '2025-11-07 20:40:02'),
(4743, 928, 29, 'Keep them in follow-up.', '', '2025-11-07 20:40:09'),
(4744, 2076, 29, 'Keep them in follow-up.', '', '2025-11-07 20:40:16'),
(4745, 2119, 29, 'Keep them in follow-up.', '', '2025-11-07 20:40:25'),
(4746, 740, 29, 'Keep them in follow-up.', '', '2025-11-07 20:40:34'),
(4747, 843, 29, 'Keep them in follow-up.', '', '2025-11-07 20:40:43'),
(4748, 1279, 29, 'Keep them in follow-up.', '', '2025-11-07 20:40:53'),
(4749, 980, 29, 'Keep them in follow-up.', '', '2025-11-07 20:41:09'),
(4750, 985, 29, 'Keep them in follow-up.', '', '2025-11-07 20:41:18'),
(4751, 1253, 29, 'Keep them in follow-up.', '', '2025-11-07 20:41:27'),
(4752, 2246, 29, 'Keep them in follow-up.', '', '2025-11-07 20:41:33'),
(4753, 2291, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-07 20:41:53'),
(4754, 2296, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-07 20:41:59'),
(4755, 2315, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-07 20:42:05'),
(4756, 2323, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-07 20:42:11'),
(4757, 2285, 29, 'Keep them in follow-up.', '', '2025-11-07 20:43:58'),
(4758, 1332, 29, 'Keep them in follow-up.', '', '2025-11-07 20:44:29'),
(4759, 2342, 24, 'Next week visit for meeting with idrees sb', '', '2025-11-07 20:44:45'),
(4760, 2290, 29, 'Keep them in follow-up.', '', '2025-11-07 20:45:34'),
(4761, 2292, 29, 'Keep them in follow-up.', '', '2025-11-07 20:47:12'),
(4762, 2299, 29, 'Keep them in follow-up.', '', '2025-11-07 20:47:27'),
(4763, 2313, 29, '\"You consistently perform your duties with diligence.\"', '', '2025-11-07 20:48:15'),
(4764, 2283, 29, 'Keep them in follow-up.', '', '2025-11-07 20:48:42'),
(4765, 2321, 29, '\"You always put in great effort.\"', '', '2025-11-07 20:49:31'),
(4766, 2284, 29, 'Keep them in follow-up.', '', '2025-11-07 20:50:02'),
(4767, 2305, 29, 'Keep them in follow-up.', '', '2025-11-07 20:51:15'),
(4768, 1152, 29, 'Keep them in follow-up.', '', '2025-11-07 20:51:23'),
(4769, 369, 29, 'Keep them in follow-up.', '', '2025-11-07 20:51:31'),
(4770, 2307, 29, 'Keep them in follow-up.', '', '2025-11-07 20:51:49'),
(4771, 2308, 29, 'Keep them in follow-up.', '', '2025-11-07 20:52:08'),
(4772, 2306, 29, 'Keep them in follow-up.', '', '2025-11-07 20:52:22'),
(4773, 1634, 29, 'Keep them in follow-up.', '', '2025-11-07 20:54:12'),
(4774, 2318, 29, 'Keep them in follow-up.', '', '2025-11-07 20:54:21'),
(4775, 1923, 29, 'Keep them in follow-up.', '', '2025-11-07 20:54:28'),
(4776, 1273, 29, 'Keep them in follow-up.', '', '2025-11-07 20:54:34'),
(4777, 1548, 29, 'Keep them in follow-up.', '', '2025-11-07 20:54:43'),
(4778, 1167, 29, 'Keep them in follow-up.', '', '2025-11-07 20:54:50'),
(4779, 837, 29, 'Keep them in follow-up.', '', '2025-11-07 20:55:00'),
(4780, 834, 29, 'Keep them in follow-up.', '', '2025-11-07 20:55:09'),
(4781, 874, 29, 'Keep them in follow-up.', '', '2025-11-07 20:55:17'),
(4782, 1009, 29, 'Keep them in follow-up.', '', '2025-11-07 20:55:24'),
(4783, 888, 29, 'Keep them in follow-up.', '', '2025-11-07 20:55:32'),
(4784, 885, 29, 'Keep them in follow-up.', '', '2025-11-07 20:55:39'),
(4785, 10, 29, 'Keep them in follow-up.', '', '2025-11-07 20:58:15'),
(4786, 495, 29, 'Keep them in follow-up.', '', '2025-11-07 20:58:38'),
(4787, 149, 29, 'Keep them in follow-up.', '', '2025-11-07 20:58:47'),
(4788, 40, 29, 'Keep them in follow-up.', '', '2025-11-07 20:59:03'),
(4789, 54, 29, 'Keep them in follow-up.', '', '2025-11-07 20:59:13'),
(4790, 99, 29, 'Keep them in follow-up.', '', '2025-11-07 20:59:21'),
(4791, 96, 29, 'Keep them in follow-up.', '', '2025-11-07 20:59:36'),
(4792, 9, 29, 'Keep them in follow-up.', '', '2025-11-07 20:59:55'),
(4793, 2310, 29, 'Keep them in follow-up.', '', '2025-11-07 21:00:04'),
(4794, 2312, 29, 'Keep them in follow-up.', '', '2025-11-07 21:00:13'),
(4795, 46, 29, 'Keep them in follow-up.', '', '2025-11-07 21:00:24'),
(4796, 60, 29, 'Keep them in follow-up.', '', '2025-11-07 21:00:36'),
(4797, 56, 29, 'Keep them in follow-up.', '', '2025-11-07 21:01:12'),
(4798, 207, 29, 'Keep them in follow-up.', '', '2025-11-07 21:02:32'),
(4799, 2004, 29, 'Keep them in follow-up.', '', '2025-11-07 21:02:40'),
(4800, 561, 29, 'Keep them in follow-up.', '', '2025-11-07 21:03:02'),
(4801, 527, 29, 'Keep them in follow-up.', '', '2025-11-07 21:03:11'),
(4802, 1939, 29, 'Keep them in follow-up.', '', '2025-11-07 21:04:24'),
(4803, 2324, 29, 'Keep them in follow-up.', '', '2025-11-07 21:04:33'),
(4804, 600, 29, 'Keep them in follow-up.', '', '2025-11-07 21:04:42'),
(4805, 672, 29, 'Keep them in follow-up.', '', '2025-11-07 21:04:48'),
(4806, 2288, 29, 'Keep them in follow-up.', '', '2025-11-07 21:05:04'),
(4807, 2286, 29, 'Keep them in follow-up.', '', '2025-11-07 21:05:13'),
(4808, 2286, 29, 'ok, no issue', '', '2025-11-07 21:05:35'),
(4809, 2029, 29, 'Keep them in follow-up.', '', '2025-11-07 21:05:49'),
(4810, 2329, 29, 'Keep them in follow-up.', '', '2025-11-07 21:07:01'),
(4811, 2328, 29, 'Keep them in follow-up.', '', '2025-11-07 21:07:09'),
(4812, 2319, 29, 'Keep them in follow-up.', '', '2025-11-07 21:07:21'),
(4813, 2316, 29, 'Keep them in follow-up.', '', '2025-11-07 21:07:48'),
(4814, 2325, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-11-07 21:08:50'),
(4815, 2309, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-11-07 21:09:04'),
(4816, 2317, 29, 'â€œMaintain follow-up with them and provide guidance on our blended learning approach.â€', '', '2025-11-07 21:09:23'),
(4817, 2314, 29, 'Keep them in follow-up.', '', '2025-11-07 21:09:38'),
(4818, 2311, 29, 'Keep them in follow-up.', '', '2025-11-07 21:09:47'),
(4819, 2320, 29, 'Keep them in follow-up.', '', '2025-11-07 21:09:54'),
(4820, 2332, 29, 'Keep them in follow-up.', '', '2025-11-07 21:10:04'),
(4821, 2334, 29, 'Keep them in follow-up.', '', '2025-11-07 21:10:12'),
(4822, 2335, 29, 'Keep them in follow-up.', '', '2025-11-07 21:10:30'),
(4823, 2331, 29, 'Keep them in follow-up.', '', '2025-11-07 21:10:37'),
(4824, 2333, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-07 21:11:03'),
(4825, 2322, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-07 21:12:04'),
(4826, 364, 26, 'Today delivered complete samples of  Primary section. And met with Zulfiqar Sahb and followed up.', '', '2025-11-07 21:12:58'),
(4827, 365, 26, 'Delivered samples of Pre-primary complete with workbooks as per requirements. Smartwings series', '', '2025-11-07 21:14:16'),
(4828, 1402, 26, 'Today met with Sir Mian Ajmal sahb followed up regarding orientation session and delivered samples with detailed note on books and interactive app.', '', '2025-11-07 21:16:10'),
(4829, 2342, 29, 'Keep them in follow-up.', '', '2025-11-07 22:35:01'),
(4830, 1096, 29, 'Keep them in follow-up.', '', '2025-11-07 22:35:08'),
(4831, 1290, 29, 'Keep them in follow-up.', '', '2025-11-07 22:35:21'),
(4832, 2341, 29, 'Keep them in follow-up.', '', '2025-11-07 22:35:27'),
(4833, 440, 21, 'Second Visit Principal Sy hiii meeting hui ha', '', '2025-11-07 22:41:55'),
(4834, 617, 21, 'not principal', '', '2025-11-07 22:42:45'),
(4835, 301, 21, 'Second Visit meeting Principal', '', '2025-11-07 22:43:47'),
(4836, 1355, 10, '', 'uploads/audio/690ec34a7c6d1-1762575178.webm', '2025-11-08 14:13:00'),
(4837, 98, 10, '', 'uploads/audio/690ec4fca1681-1762575612.webm', '2025-11-08 14:20:22'),
(4838, 740, 4, 'Demand sample of 1 to 5 books', '', '2025-11-08 14:30:12'),
(4839, 97, 10, '', 'uploads/audio/690ec86062a73-1762576480.webm', '2025-11-08 14:34:43'),
(4840, 739, 4, 'Demand sample in Nov mid or last', '', '2025-11-08 14:49:00'),
(4841, 88, 10, '', 'uploads/audio/690ed0dd6725a-1762578653.webm', '2025-11-08 15:10:59'),
(4842, 2344, 9, 'Invited Rasheed sb for Summit', '', '2025-11-08 15:15:20'),
(4843, 2343, 9, 'Invited dr asif for Summit', '', '2025-11-08 15:15:58'),
(4844, 2055, 4, 'Session gave by mam bushra', '', '2025-11-08 15:16:04'),
(4845, 342, 10, '', 'uploads/audio/690ed3419dd24-1762579265.webm', '2025-11-08 15:21:23'),
(4846, 397, 25, 'Samples delivered', '', '2025-11-08 15:23:21'),
(4847, 532, 25, '', 'uploads/audio/690edc442c02c-1762581572.webm', '2025-11-08 15:59:33'),
(4848, 1029, 28, 'Met with Sir Mazhar, discussed regarding principal summit.', '', '2025-11-08 16:14:40'),
(4849, 1062, 28, 'Met with Miss Nazish, Ma\'am Raheela was also busy in the exams, I have sent her our application link and will come after one week', '', '2025-11-08 16:16:06'),
(4850, 2347, 28, 'Met with Sir Saeed, discussed regarding our books, he required primary samples', '', '2025-11-08 16:34:04'),
(4851, 881, 4, 'Provide sample of math 4 b and 5b', '', '2025-11-08 16:38:25'),
(4852, 391, 25, '+92 313 7744996', '', '2025-11-08 16:51:29'),
(4853, 391, 25, '', 'uploads/audio/690ee88d33940-1762584717.webm', '2025-11-08 16:51:58'),
(4854, 294, 10, '', 'uploads/audio/69116771a07fe-1762748273.webm', '2025-11-10 14:17:55'),
(4855, 607, 10, '', 'uploads/audio/691169e7a4839-1762748903.webm', '2025-11-10 14:28:27'),
(4856, 2348, 4, 'Mam says u visit on other day bcoz sir is busy right now', '', '2025-11-10 14:31:48'),
(4857, 40, 10, '', 'uploads/audio/691172f43b577-1762751220.webm', '2025-11-10 15:07:02'),
(4858, 913, 4, 'Gave new link of smart kids app and mam says u gave session on this month', '', '2025-11-10 15:08:03'),
(4859, 2349, 31, 'Sample required in January', '', '2025-11-10 15:20:52'),
(4860, 39, 10, '', 'uploads/audio/691176ff84ac8-1762752255.webm', '2025-11-10 15:24:17'),
(4861, 1547, 28, 'Met with Sir Fazal, discussed regarding our product. He said in this session there will not be changed. But required samples to review for future', '', '2025-11-10 15:29:28'),
(4862, 1167, 28, 'Samples dropped', '', '2025-11-10 15:30:14'),
(4863, 2065, 25, 'Samples delivered', '', '2025-11-10 15:37:54'),
(4864, 1203, 4, 'Sir demand readify series', '', '2025-11-10 15:39:17'),
(4865, 1203, 4, 'Sir face difficulty in Smart kids series', '', '2025-11-10 15:39:35'),
(4866, 619, 4, 'Gave price list of diamond and star', '', '2025-11-10 15:57:15'),
(4867, 2350, 31, 'Sample required in December', '', '2025-11-10 16:05:58'),
(4868, 2351, 25, '', 'uploads/audio/6911862d40268-1762756141.webm', '2025-11-10 16:29:02'),
(4869, 2353, 28, 'Met with Sir Imran, discussed regarding product, required samples', '', '2025-11-10 16:44:57'),
(4870, 2354, 28, 'Met with coordinator, Mrs Zahid was busy asked me to come later', '', '2025-11-10 16:46:43'),
(4871, 2355, 28, 'Met with Sir Naveed , discussed regarding our product and approaches, required samples', '', '2025-11-10 16:49:53'),
(4872, 2345, 4, 'Demand sample of sci 1 to 5', '', '2025-11-10 16:54:27'),
(4873, 1636, 4, 'Provid app but new app is not working properly', '', '2025-11-10 17:14:27'),
(4874, 2357, 21, 'Fast Visit Meeting Principal', '', '2025-11-10 18:55:11'),
(4875, 2342, 24, 'Meeting done need sample after 15th nov', '', '2025-11-10 19:08:31'),
(4876, 1291, 24, 'Follow up Dec 1st week', '', '2025-11-10 19:15:13'),
(4877, 2278, 24, 'Principal not available for meeting. Follow up on call', '', '2025-11-10 19:17:20'),
(4878, 2341, 24, 'Meeting done with principal need sample last week of november', '', '2025-11-10 19:18:44'),
(4879, 1188, 24, 'Follow up again December 1st week', '', '2025-11-10 19:22:09'),
(4880, 1245, 24, 'Follow up today discuss with teacher tomorrow follow up again expected meeting with Mr naveed', '', '2025-11-10 19:29:44'),
(4881, 1068, 24, 'As per my last visit in school Mr umer give me the time for sampling In Nov. Today I follow up but Mr naveed is not available tomorrow follow up again', '', '2025-11-10 19:33:32'),
(4882, 2358, 24, 'Thursday or Friday meeting again with principal', '', '2025-11-10 19:36:33'),
(4883, 273, 10, '', 'uploads/audio/6911b2d0ed241-1762767568.webm', '2025-11-10 19:39:30'),
(4884, 2359, 24, 'Healthy meeting with  Mr amjad. Follow up for samples december', '', '2025-11-10 19:40:11'),
(4885, 2360, 24, 'Next week follow up as per principal Malik shahbaz for more detail', '', '2025-11-10 19:44:30'),
(4886, 2361, 5, '', 'uploads/audio/6911b4c4a87af-1762768068.webm', '2025-11-10 19:47:50'),
(4887, 2362, 21, 'Fast Visit Meeting Principal', '', '2025-11-11 00:26:48'),
(4888, 437, 21, 'not principal next time coming', '', '2025-11-11 00:27:40'),
(4889, 2363, 21, 'fast Visit Meeting Principal', '', '2025-11-11 00:39:56'),
(4890, 2364, 21, 'Fast Visit Not principal', '', '2025-11-11 01:12:37'),
(4891, 619, 4, 'Gave sample of class 5 art book star series', '', '2025-11-11 14:25:25'),
(4892, 905, 4, 'Gave briefing on eng and Urdu class 1 to 5', '', '2025-11-11 14:36:11'),
(4893, 2365, 5, '', 'uploads/audio/6912c1bac5f48-1762836922.webm', '2025-11-11 14:55:26'),
(4894, 628, 4, 'Demand payment of summer pack bills and gave presentation about books', '', '2025-11-11 15:45:33'),
(4895, 944, 21, 'Not principal Admin Sy hiii meeting hui ha', '', '2025-11-11 16:22:24'),
(4896, 2356, 4, 'Gave presentation on smart kids series', '', '2025-11-11 16:58:57'),
(4897, 2360, 29, 'Keep them in follow-up.', '', '2025-11-11 17:00:30'),
(4898, 2359, 29, 'Keep them in follow-up.', '', '2025-11-11 17:00:37'),
(4899, 2358, 29, 'Keep them in follow-up.', '', '2025-11-11 17:00:45'),
(4900, 1068, 29, 'Keep them in follow-up.', '', '2025-11-11 17:01:10'),
(4901, 1245, 29, 'Keep them in follow-up.', '', '2025-11-11 17:01:19'),
(4902, 1188, 29, 'Keep them in follow-up.', '', '2025-11-11 17:01:26'),
(4903, 2341, 29, 'Keep them in follow-up.', '', '2025-11-11 17:01:36'),
(4904, 2278, 29, 'Keep them in follow-up.', '', '2025-11-11 17:01:43'),
(4905, 1291, 29, 'Keep them in follow-up.', '', '2025-11-11 17:01:51'),
(4906, 2342, 29, 'Keep them in follow-up.', '', '2025-11-11 17:01:58'),
(4907, 440, 29, 'Keep them in follow-up.', '', '2025-11-11 17:03:04'),
(4908, 617, 29, 'Keep them in follow-up.', '', '2025-11-11 17:03:11'),
(4909, 301, 29, 'Keep them in follow-up.', '', '2025-11-11 17:03:17'),
(4910, 2357, 29, 'Keep them in follow-up.', '', '2025-11-11 17:03:24'),
(4911, 2362, 29, 'Keep them in follow-up.', '', '2025-11-11 17:03:31'),
(4912, 437, 29, 'Keep them in follow-up.', '', '2025-11-11 17:03:38'),
(4913, 2363, 29, 'Keep them in follow-up.', '', '2025-11-11 17:03:44'),
(4914, 2364, 29, 'Keep them in follow-up.', '', '2025-11-11 17:04:11'),
(4915, 944, 29, 'Keep them in follow-up.', '', '2025-11-11 17:04:17'),
(4916, 941, 21, '03007929732\r\nZulfiqar Sab', '', '2025-11-11 17:08:08'),
(4917, 2343, 29, 'Keep them in follow-up.', '', '2025-11-11 17:08:17'),
(4918, 2344, 29, 'Keep them in follow-up.', '', '2025-11-11 17:08:24'),
(4919, 2356, 29, 'Keep them in follow-up.', '', '2025-11-11 17:09:43'),
(4920, 628, 29, 'Keep them in follow-up.', '', '2025-11-11 17:09:55'),
(4921, 905, 29, 'Keep them in follow-up.', '', '2025-11-11 17:10:04'),
(4922, 619, 29, 'Keep them in follow-up.', '', '2025-11-11 17:10:10'),
(4923, 1636, 29, 'Keep them in follow-up.', '', '2025-11-11 17:10:20'),
(4924, 2345, 29, 'Keep them in follow-up.', '', '2025-11-11 17:10:59'),
(4925, 1203, 29, 'Keep them in follow-up.', '', '2025-11-11 17:11:06'),
(4926, 913, 29, 'Keep them in follow-up.', '', '2025-11-11 17:11:20'),
(4927, 2348, 29, 'Keep them in follow-up.', '', '2025-11-11 17:11:28'),
(4928, 881, 29, 'Keep them in follow-up.', '', '2025-11-11 17:11:34'),
(4929, 2055, 29, 'Keep them in follow-up.', '', '2025-11-11 17:11:43'),
(4930, 739, 29, 'Keep them in follow-up.', '', '2025-11-11 17:11:49'),
(4931, 740, 29, 'Keep them in follow-up.', '', '2025-11-11 17:11:57'),
(4932, 1550, 28, 'Met with Sir Shahbaz,  discussed regarding our product required samples', '', '2025-11-11 17:12:05'),
(4933, 2346, 29, 'Keep them in follow-up.', '', '2025-11-11 17:12:05'),
(4934, 917, 28, 'Met with Miss Farah, samples dropped', '', '2025-11-11 17:12:26'),
(4935, 1897, 28, 'Met with Miss Afshan, samples dropped', '', '2025-11-11 17:13:10'),
(4936, 2365, 29, 'Keep them in follow-up.', '', '2025-11-11 17:13:41'),
(4937, 2361, 29, 'Keep them in follow-up.', '', '2025-11-11 17:14:31'),
(4938, 920, 28, 'Met with coordinator, I came with samples but management was busy, I will come later', '', '2025-11-11 17:15:22'),
(4939, 2366, 28, 'Met with Miss Urooj, discussed regarding our product and approaches she said this will be final by Sir Aneesuddin asked me to come later', '', '2025-11-11 17:20:19'),
(4940, 1736, 4, 'Demand sample of pre and class. 1 to 5', '', '2025-11-11 17:20:48'),
(4941, 1402, 29, 'Keep them in follow-up.', '', '2025-11-11 17:21:04'),
(4942, 365, 29, 'Keep them in follow-up.', '', '2025-11-11 17:21:13'),
(4943, 364, 29, 'Keep them in follow-up.', '', '2025-11-11 17:21:21'),
(4944, 2262, 10, '', 'uploads/audio/6912e6df5214d-1762846431.webm', '2025-11-11 17:33:53'),
(4945, 2367, 10, '', 'uploads/audio/6912ea2b62e03-1762847275.webm', '2025-11-11 17:47:58'),
(4946, 1468, 4, 'Demand sample of readify series', '', '2025-11-11 17:49:29'),
(4947, 2366, 29, 'Keep them in follow-up.', '', '2025-11-11 17:51:33'),
(4948, 920, 29, 'Keep them in follow-up.', '', '2025-11-11 17:51:41'),
(4949, 1897, 29, 'Keep them in follow-up.', '', '2025-11-11 17:51:56'),
(4950, 917, 29, 'Keep them in follow-up.', '', '2025-11-11 17:52:03'),
(4951, 1550, 29, 'Keep them in follow-up.', '', '2025-11-11 17:52:13'),
(4952, 2355, 29, 'Keep them in follow-up.', '', '2025-11-11 17:52:21'),
(4953, 2354, 29, 'Keep them in follow-up.', '', '2025-11-11 17:52:30'),
(4954, 2353, 29, 'Keep them in follow-up.', '', '2025-11-11 17:52:39'),
(4955, 1167, 29, 'Keep them in follow-up.', '', '2025-11-11 17:52:47'),
(4956, 1547, 29, 'Keep them in follow-up.', '', '2025-11-11 17:52:59'),
(4957, 2347, 29, 'Keep them in follow-up.', '', '2025-11-11 17:53:15'),
(4958, 1062, 29, 'Keep them in follow-up.', '', '2025-11-11 17:53:25'),
(4959, 1029, 29, 'Keep them in follow-up.', '', '2025-11-11 17:53:34'),
(4960, 2367, 29, 'Keep them in follow-up.', '', '2025-11-11 17:55:04'),
(4961, 2262, 29, 'Keep them in follow-up.', '', '2025-11-11 17:55:42'),
(4962, 273, 29, 'Keep them in follow-up.', '', '2025-11-11 17:56:00'),
(4963, 39, 29, 'Keep them in follow-up.', '', '2025-11-11 17:56:34'),
(4964, 40, 29, 'Keep them in follow-up.', '', '2025-11-11 17:56:50'),
(4965, 607, 29, 'Keep them in follow-up.', '', '2025-11-11 17:57:17'),
(4966, 294, 29, 'Keep them in follow-up.', '', '2025-11-11 17:57:32'),
(4967, 342, 29, 'Keep them in follow-up.', '', '2025-11-11 17:57:42'),
(4968, 88, 29, 'Keep them in follow-up.', '', '2025-11-11 17:57:55'),
(4969, 97, 29, 'Keep them in follow-up.', '', '2025-11-11 17:58:05'),
(4970, 98, 29, 'Keep them in follow-up.', '', '2025-11-11 17:58:17'),
(4971, 1355, 29, 'Keep them in follow-up.', '', '2025-11-11 17:58:33'),
(4972, 397, 29, 'Keep them in follow-up.', '', '2025-11-11 17:59:48'),
(4973, 532, 29, 'Keep them in follow-up.', '', '2025-11-11 18:00:09'),
(4974, 391, 29, 'Keep them in follow-up.', '', '2025-11-11 18:00:47'),
(4975, 2351, 29, 'Keep them in follow-up.', '', '2025-11-11 18:01:06'),
(4976, 2065, 29, 'Keep them in follow-up.', '', '2025-11-11 18:01:15'),
(4977, 2350, 29, 'Keep them in follow-up.', '', '2025-11-11 18:02:01'),
(4978, 2349, 29, 'Keep them in follow-up.', '', '2025-11-11 18:02:07'),
(4979, 2352, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-11 18:02:22'),
(4980, 2370, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-11 18:04:14'),
(4981, 2369, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-11 18:04:20'),
(4982, 2368, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-11 18:04:26'),
(4983, 939, 21, 'meeting to principal', '', '2025-11-11 18:09:01'),
(4984, 1821, 14, 'he get the samples and intrested to addopt.', '', '2025-11-11 18:51:35'),
(4985, 1822, 14, 'he need the samples', '', '2025-11-11 19:22:14'),
(4986, 48, 10, '', 'uploads/audio/6914097ee8dc2-1762920830.webm', '2025-11-12 14:13:52'),
(4987, 1586, 4, 'Gave presentation on Smart kids series', '', '2025-11-12 14:27:12'),
(4988, 835, 10, '', 'uploads/audio/69140d2a2b633-1762921770.webm', '2025-11-12 14:29:31'),
(4989, 55, 10, '', 'uploads/audio/6914113c45ee2-1762922812.webm', '2025-11-12 14:46:57'),
(4990, 740, 4, 'Gave sample of Eng Urdu and maths sample 1 to 5', '', '2025-11-12 14:50:00'),
(4991, 255, 9, '', 'uploads/audio/691412ce8a373-1762923214.webm', '2025-11-12 14:53:35'),
(4992, 9, 10, '', 'uploads/audio/69141527939f8-1762923815.webm', '2025-11-12 15:03:38'),
(4993, 261, 9, '', 'uploads/audio/691416cbe0342-1762924235.webm', '2025-11-12 15:10:39'),
(4994, 1125, 28, 'Met with Sir Akhtar Abbasi, discussed in detail regarding our product, still review is in progress', '', '2025-11-12 15:16:07'),
(4995, 2377, 10, '', 'uploads/audio/69141cc9cf1dc-1762925769.webm', '2025-11-12 15:36:18'),
(4996, 939, 29, 'Keep them in follow-up.', '', '2025-11-12 15:55:00'),
(4997, 941, 29, 'Keep them in follow-up.', '', '2025-11-12 15:55:08'),
(4998, 891, 10, '', 'uploads/audio/6914215430680-1762926932.webm', '2025-11-12 15:55:50'),
(4999, 2371, 14, 'You come after few days', '', '2025-11-12 15:59:05'),
(5000, 398, 25, '', 'uploads/audio/6914223cbdefc-1762927164.webm', '2025-11-12 15:59:26'),
(5001, 2350, 14, 'Samples required in summer vication', '', '2025-11-12 16:10:06'),
(5002, 1636, 4, 'Gave all data in usb', '', '2025-11-12 16:11:45'),
(5003, 261, 29, 'Keep them in follow-up.', '', '2025-11-12 16:16:26'),
(5004, 255, 29, 'Keep them in follow-up.', '', '2025-11-12 16:17:03'),
(5005, 785, 25, '', 'uploads/audio/691426ec65829-1762928364.webm', '2025-11-12 16:19:25'),
(5006, 1468, 29, 'discuss with your head', '', '2025-11-12 16:20:37'),
(5007, 1736, 29, 'arrange', '', '2025-11-12 16:20:51'),
(5008, 1586, 29, 'Keep them in follow-up.', '', '2025-11-12 16:21:09'),
(5009, 740, 29, 'Keep them in follow-up.', '', '2025-11-12 16:21:18'),
(5010, 1636, 29, 'Keep them in follow-up.', '', '2025-11-12 16:21:28'),
(5011, 1125, 29, 'Keep them in follow-up.', '', '2025-11-12 16:22:17'),
(5012, 2379, 31, 'Sample required in December', '', '2025-11-12 16:22:44'),
(5013, 1469, 4, 'Gave presentation about smart kids series', '', '2025-11-12 16:43:29'),
(5014, 1469, 4, 'And gave orientation request', '', '2025-11-12 16:43:40'),
(5015, 785, 29, 'Keep them in follow-up.', '', '2025-11-12 16:47:45'),
(5016, 398, 29, 'ok resolve their issue', '', '2025-11-12 16:48:38'),
(5017, 2379, 29, 'Keep them in follow-up.', '', '2025-11-12 16:49:58'),
(5018, 2316, 14, 'Needs the sample', '', '2025-11-12 16:57:40'),
(5019, 2352, 14, 'Again call me tomorrow', '', '2025-11-12 16:58:34'),
(5020, 2319, 14, 'Need the Ssmples', '', '2025-11-12 17:02:41'),
(5021, 2380, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-12 17:06:28'),
(5022, 2378, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-12 17:06:35'),
(5023, 1469, 29, 'Keep them in follow-up.', '', '2025-11-12 17:09:24'),
(5024, 2382, 31, 'Sample required in December', '', '2025-11-12 17:28:51'),
(5025, 2385, 31, 'Sample required in December', '', '2025-11-12 18:00:35'),
(5026, 2386, 32, 'Assalamualaikum Aj Sadat Education School System Visit keya inhy Humara Course pasnd Aya December holidays me sampling chah rehy ha', '', '2025-11-12 18:15:03'),
(5027, 2388, 32, 'Assalamualaikum Aj Suffah Model School visit keya Wo course change nhi krna Chah rehy', '', '2025-11-12 18:20:52'),
(5028, 2387, 32, 'Assalamualaikum Aj Dream Educare School visit keya response bht acha Raha inhy Humara pre schooling ka course bht Pasand Aya lgana chah Rahy ha New School ha', '', '2025-11-12 18:21:54'),
(5029, 2389, 31, 'Na', '', '2025-11-12 18:24:27'),
(5030, 779, 28, 'Met with Sir zakir, discussed in detail regarding our blending approach. Required samples in December', '', '2025-11-12 18:33:53'),
(5031, 1056, 28, 'Samples dropped and discussed regarding our blending approach', '', '2025-11-12 18:35:32'),
(5032, 1756, 28, 'Met with Sir Munawwer, discussed regarding our product and it\'s approach. He said he will come in Expo and visit our stall then will be decided something', '', '2025-11-12 18:37:47'),
(5033, 1756, 29, 'Keep them in follow-up.', '', '2025-11-12 20:10:42'),
(5034, 1056, 29, 'Keep them in follow-up.', '', '2025-11-12 20:10:52'),
(5035, 779, 29, 'Keep them in follow-up.', '', '2025-11-12 20:11:06'),
(5036, 2389, 29, '?', '', '2025-11-12 20:11:51'),
(5037, 2385, 29, 'Keep them in follow-up.', '', '2025-11-12 20:11:58'),
(5038, 2382, 29, 'Keep them in follow-up.', '', '2025-11-12 20:12:06'),
(5039, 2386, 29, 'Keep them in follow-up.', '', '2025-11-12 20:12:44'),
(5040, 2388, 29, 'Keep them in follow-up.', '', '2025-11-12 20:12:53'),
(5041, 2387, 29, 'Keep them in follow-up.', '', '2025-11-12 20:13:01'),
(5042, 2391, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-12 20:13:17'),
(5043, 2381, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-12 20:17:45'),
(5044, 2390, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-12 20:18:34'),
(5045, 2384, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-12 20:18:40'),
(5046, 891, 29, 'Keep them in follow-up.', '', '2025-11-12 20:19:44'),
(5047, 2377, 29, 'Keep them in follow-up.', '', '2025-11-12 20:20:03'),
(5048, 9, 29, 'Keep them in follow-up.', '', '2025-11-12 20:20:19'),
(5049, 55, 29, 'Keep them in follow-up.', '', '2025-11-12 20:20:31'),
(5050, 835, 29, 'Keep them in follow-up.', '', '2025-11-12 20:20:41'),
(5051, 48, 29, 'Keep them in follow-up.', '', '2025-11-12 20:20:49'),
(5052, 2357, 21, 'Second Visit Admin Meeting', '', '2025-11-13 00:23:29'),
(5053, 972, 10, '', 'uploads/audio/69155d423ad49-1763007810.webm', '2025-11-13 14:23:39'),
(5054, 252, 9, 'Follow up still read samples ask for giving feedback in some days', '', '2025-11-13 14:32:05'),
(5055, 1427, 4, 'Gave presentation on smart kids', '', '2025-11-13 14:33:33'),
(5056, 181, 8, '', 'uploads/audio/691560cdea4f4-1763008717.webm', '2025-11-13 14:38:39'),
(5057, 101, 10, '', 'uploads/audio/691563e07dd8d-1763009504.webm', '2025-11-13 14:51:47'),
(5058, 2391, 32, 'Assalamualaikum Aj Imperial Model High School visit keya Syed maqsood Shb k sath inhy books k hawaly se brief keya gya unhon ne bola agr Ap k dealers k pass stock available hoga everytime tu books finalize kr gy apki .', '', '2025-11-13 14:58:14'),
(5059, 1470, 10, '', 'uploads/audio/691567880434e-1763010440.webm', '2025-11-13 15:07:27'),
(5060, 1203, 4, 'Gave sample of gk sci and art eng maths', '', '2025-11-13 15:17:33'),
(5061, 2325, 32, '', 'uploads/audio/69156a9255d55-1763011218.webm', '2025-11-13 15:20:19'),
(5062, 257, 9, 'Discussion about orientation date will final after teachers meeting', '', '2025-11-13 15:21:48'),
(5063, 2394, 8, '', 'uploads/audio/69156cb25f704-1763011762.webm', '2025-11-13 15:30:22'),
(5064, 2395, 5, '', 'uploads/audio/691570a0a37d3-1763012768.webm', '2025-11-13 15:46:10'),
(5065, 1964, 25, '', 'uploads/audio/691572b4b2a79-1763013300.webm', '2025-11-13 15:55:04'),
(5066, 2393, 25, '', 'uploads/audio/691573134c302-1763013395.webm', '2025-11-13 15:56:36'),
(5067, 2397, 8, '', 'uploads/audio/6915753a231e5-1763013946.webm', '2025-11-13 16:05:47'),
(5068, 2398, 25, 'Meeting with the owner.they are using very low cost books', '', '2025-11-13 16:13:28'),
(5069, 2400, 31, 'Mam and sir today not available', '', '2025-11-13 16:19:27'),
(5070, 2399, 5, '', 'uploads/audio/691578ef0c54b-1763014895.webm', '2025-11-13 16:21:38'),
(5071, 856, 9, 'Discussion about workshop or training session', '', '2025-11-13 16:39:43'),
(5072, 436, 9, 'Discussion about workshop or orientation ask for final date on phone', '', '2025-11-13 16:44:34'),
(5073, 1836, 4, 'Gave presentation about smart kids series', '', '2025-11-13 16:56:41'),
(5074, 2334, 32, '', 'uploads/audio/691582ba5e022-1763017402.webm', '2025-11-13 17:03:24'),
(5075, 2268, 8, '', 'uploads/audio/6915839caff1e-1763017628.webm', '2025-11-13 17:07:09'),
(5076, 783, 10, '', 'uploads/audio/691585ffa6271-1763018239.webm', '2025-11-13 17:17:22'),
(5077, 216, 8, '', 'uploads/audio/691592ed2397f-1763021549.webm', '2025-11-13 18:12:31'),
(5078, 183, 8, '', 'uploads/audio/69159ad4431c7-1763023572.webm', '2025-11-13 18:46:13'),
(5079, 2026, 4, 'Review our books and gave order in few days', '', '2025-11-13 20:25:16'),
(5080, 662, 21, 'Today Sampling English and Math And English Grammar', '', '2025-11-13 21:57:11'),
(5081, 767, 24, 'Meeting done sample Droped orientation next Saturday', '', '2025-11-14 00:55:36'),
(5082, 767, 24, 'Plz edit the school name British Smart school', '', '2025-11-14 00:57:10'),
(5083, 2201, 24, 'Meeting done with principal follow up month of January 1st week', '', '2025-11-14 01:01:52'),
(5084, 840, 24, 'Revist school. Follow up with samples', '', '2025-11-14 01:07:41'),
(5085, 787, 24, 'Sample Droped next follow up after 20', '', '2025-11-14 05:08:54'),
(5086, 2153, 24, 'Revisit need samples with less price books', '', '2025-11-14 05:10:24'),
(5087, 783, 10, '', 'uploads/audio/6916a6bfd9b7a-1763092159.webm', '2025-11-14 13:49:22'),
(5088, 155, 10, '', 'uploads/audio/6916ac61a8ee0-1763093601.webm', '2025-11-14 14:13:23'),
(5089, 1317, 4, 'Demand sample in the last of dec', '', '2025-11-14 14:27:43'),
(5090, 156, 10, '', 'uploads/audio/6916b1a534227-1763094949.webm', '2025-11-14 14:35:51'),
(5091, 2405, 5, '', 'uploads/audio/6916b46fe94b0-1763095663.webm', '2025-11-14 14:47:45'),
(5092, 2404, 5, '', 'uploads/audio/6916b4d5395a4-1763095765.webm', '2025-11-14 14:49:27'),
(5093, 1158, 4, 'Mam says u gave sample at the last of nov', '', '2025-11-14 14:53:40'),
(5094, 59, 10, '', 'uploads/audio/6916b639eb454-1763096121.webm', '2025-11-14 14:55:23'),
(5095, 2182, 14, 'Contact the Had Office Lahore.0304.6101541', '', '2025-11-14 14:56:06'),
(5096, 256, 9, 'Follow up and taking feedback about samples', '', '2025-11-14 15:01:44'),
(5097, 2407, 32, '', 'uploads/audio/6916b884a0184-1763096708.webm', '2025-11-14 15:05:10'),
(5098, 2406, 5, '', 'uploads/audio/6916b92a7f4fd-1763096874.webm', '2025-11-14 15:07:56'),
(5099, 279, 29, 'this one', '', '2025-11-14 15:10:35'),
(5100, 1045, 29, 'this one', '', '2025-11-14 15:11:19'),
(5101, 738, 29, 'this one', '', '2025-11-14 15:11:40'),
(5102, 1462, 4, 'Sir says u gave sample on next week', '', '2025-11-14 15:17:17'),
(5103, 174, 9, '', 'uploads/audio/6916bd4ee6353-1763097934.webm', '2025-11-14 15:25:36'),
(5104, 2172, 14, 'Need the samples', '', '2025-11-14 15:26:12'),
(5105, 2174, 14, 'Need the samples', '', '2025-11-14 15:26:35'),
(5106, 2176, 14, 'This number is not complete', '', '2025-11-14 15:29:25'),
(5107, 2169, 14, 'Need The Samples', '', '2025-11-14 15:39:37'),
(5108, 2408, 31, 'Life science 4/5 and math 1-5 sample done', '', '2025-11-14 15:49:39'),
(5109, 672, 25, '', 'uploads/audio/6916c6aa0ad7d-1763100330.webm', '2025-11-14 16:05:32'),
(5110, 1442, 4, 'Gave presentation about smart kids series', '', '2025-11-14 16:09:13'),
(5111, 175, 9, '', 'uploads/audio/6916cadded65c-1763101405.webm', '2025-11-14 16:23:27'),
(5112, 2126, 28, 'Met with Miss Asma, principal was not available discussed with her regarding our product and invited her in Expo', '', '2025-11-14 16:34:05'),
(5113, 2409, 28, 'Met with Sir Aamir, discussed in detail regarding our product and it\'s approach. Required samples in December', '', '2025-11-14 16:36:43'),
(5114, 2410, 28, 'Met with Sir Sarfraz, he said there will not be changed in this session', '', '2025-11-14 16:38:16'),
(5115, 82, 10, 'met to school coordinator and provide complete pre school sampling required', '', '2025-11-14 16:58:41'),
(5116, 2184, 32, '', 'uploads/audio/6916d33b04b48-1763103547.webm', '2025-11-14 16:59:09'),
(5117, 2191, 32, '', 'uploads/audio/6916d37e8eb06-1763103614.webm', '2025-11-14 17:00:16'),
(5118, 2151, 14, 'Selection .PG.NUR.PREP', '', '2025-11-14 17:22:47'),
(5119, 2412, 31, 'Session req first', '', '2025-11-14 17:34:32'),
(5120, 2414, 24, 'Meeting done with principal sample Droped also', '', '2025-11-14 19:05:07'),
(5121, 2415, 24, 'Madam Bushra discuss with principal sample Droped also..', '', '2025-11-14 19:09:21'),
(5122, 2008, 24, 'Madam Bushra mreting with principal. Numan sb give the time for orientation in coming weeks inshallah', '', '2025-11-14 19:13:13'),
(5123, 2006, 24, 'Revisit with madam Bushra and align for orientation class for coming week inshallah', '', '2025-11-14 19:14:44'),
(5124, 1414, 24, 'Meeting with owner inshallah follow up for orientation class', '', '2025-11-14 19:15:51'),
(5125, 1414, 24, 'Executive director zulifqar Ali baloch', '', '2025-11-14 19:16:25'),
(5126, 762, 24, 'Madam Bushra meeting with administrator follow up inshallah for orientation class', '', '2025-11-14 19:18:16'),
(5127, 2338, 24, 'Today revist the school give small orientation class.work book as a sample also Droped today', '', '2025-11-14 19:20:23'),
(5128, 2337, 24, 'Revisit the school and Droped the samples play to 5', '', '2025-11-14 19:21:27'),
(5129, 279, 21, 'yes', '', '2025-11-14 22:45:29'),
(5130, 738, 21, 'No Mam', '', '2025-11-14 22:45:43'),
(5131, 802, 21, 'Second Visit', '', '2025-11-14 22:47:07'),
(5132, 1247, 21, 'Second Visit meeting to principal', '', '2025-11-14 22:47:42'),
(5133, 1355, 10, '', 'uploads/audio/6917fcb0b5b14-1763179696.webm', '2025-11-15 14:08:21'),
(5134, 98, 10, '', 'uploads/audio/6917feee649b4-1763180270.webm', '2025-11-15 14:17:52'),
(5135, 295, 10, '', 'uploads/audio/691802ca122a5-1763181258.webm', '2025-11-15 14:34:19'),
(5136, 1642, 10, '', 'uploads/audio/691806fe8903e-1763182334.webm', '2025-11-15 14:52:17'),
(5137, 619, 4, 'Demand higher discount', '', '2025-11-15 14:58:22'),
(5138, 93, 10, '', 'uploads/audio/69180943810bc-1763182915.webm', '2025-11-15 15:01:56'),
(5139, 2064, 9, '', 'uploads/audio/691809dcc618a-1763183068.webm', '2025-11-15 15:05:04'),
(5140, 2315, 4, 'Mam says today is ptm u visit on Monday', '', '2025-11-15 15:14:32'),
(5141, 2418, 31, 'Sample required in January', '', '2025-11-15 15:21:18'),
(5142, 2071, 9, 'Follow up and getting feedback about principle convention', '', '2025-11-15 15:21:29'),
(5143, 2144, 14, 'Samples Requierd month of .jan & feb.2026', '', '2025-11-15 15:27:38'),
(5144, 767, 29, 'editing is not applicable on compulsory things', '', '2025-11-15 15:27:53'),
(5145, 2201, 29, 'Keep them in follow-up.', '', '2025-11-15 15:28:54'),
(5146, 840, 29, 'Keep them in follow-up.', '', '2025-11-15 15:29:04'),
(5147, 787, 29, 'Keep them in follow-up.', '', '2025-11-15 15:29:29'),
(5148, 2143, 14, 'Need the samples', '', '2025-11-15 15:29:54'),
(5149, 2153, 29, 'Discuss it with your head.', '', '2025-11-15 15:29:54'),
(5150, 2414, 29, 'Keep them in follow-up.', '', '2025-11-15 15:30:04'),
(5151, 2415, 29, 'Keep them in follow-up.', '', '2025-11-15 15:30:14'),
(5152, 2008, 29, 'Keep them in follow-up.', '', '2025-11-15 15:30:39'),
(5153, 2006, 29, 'Keep them in follow-up.', '', '2025-11-15 15:31:09'),
(5154, 1414, 29, 'Keep them in follow-up.', '', '2025-11-15 15:31:19'),
(5155, 762, 29, 'Keep them in follow-up.', '', '2025-11-15 15:31:33'),
(5156, 2338, 29, 'Keep them in follow-up.', '', '2025-11-15 15:31:41'),
(5157, 2337, 29, 'Keep them in follow-up.', '', '2025-11-15 15:31:49'),
(5158, 2357, 29, 'Keep them in follow-up.', '', '2025-11-15 15:33:42'),
(5159, 662, 29, 'Keep them in follow-up.', '', '2025-11-15 15:33:51'),
(5160, 279, 29, 'Keep them in follow-up.', '', '2025-11-15 15:34:03'),
(5161, 802, 29, 'Keep them in follow-up.', '', '2025-11-15 15:34:11'),
(5162, 1247, 29, 'Keep them in follow-up.', '', '2025-11-15 15:34:19'),
(5163, 738, 29, 'ok', '', '2025-11-15 15:34:30'),
(5164, 2064, 29, 'Keep them in follow-up.', '', '2025-11-15 15:35:42'),
(5165, 2071, 29, 'Keep them in follow-up.', '', '2025-11-15 15:35:51'),
(5166, 2140, 14, 'Need the samples', '', '2025-11-15 15:36:27'),
(5167, 252, 29, 'Keep them in follow-up.', '', '2025-11-15 15:36:41'),
(5168, 257, 29, 'Keep them in follow-up.', '', '2025-11-15 15:36:55'),
(5169, 856, 29, 'Keep them in follow-up.', '', '2025-11-15 15:37:04'),
(5170, 436, 29, 'Keep them in follow-up.', '', '2025-11-15 15:37:12'),
(5171, 256, 29, 'Keep them in follow-up.', '', '2025-11-15 15:37:23'),
(5172, 174, 29, 'Keep them in follow-up.', '', '2025-11-15 15:37:44'),
(5173, 175, 29, 'Keep them in follow-up.', '', '2025-11-15 15:38:06'),
(5174, 2315, 29, 'Keep them in follow-up.', '', '2025-11-15 15:39:22'),
(5175, 619, 29, 'Discuss with your head.', '', '2025-11-15 15:39:59'),
(5176, 1442, 29, 'Keep them in follow-up.', '', '2025-11-15 15:40:10'),
(5177, 1462, 29, 'Keep them in follow-up.', '', '2025-11-15 15:40:21'),
(5178, 1158, 29, 'Keep them in follow-up.', '', '2025-11-15 15:40:31'),
(5179, 1317, 29, 'Keep them in follow-up.', '', '2025-11-15 15:40:52'),
(5180, 2026, 29, 'Keep them in follow-up.', '', '2025-11-15 15:41:04'),
(5181, 1203, 29, 'Keep them in follow-up.', '', '2025-11-15 15:41:16'),
(5182, 1427, 29, 'Keep them in follow-up.', '', '2025-11-15 15:41:24'),
(5183, 2402, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-15 15:41:53'),
(5184, 2403, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-15 15:42:00'),
(5185, 2413, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-15 15:42:07'),
(5186, 2396, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-15 15:42:18'),
(5187, 606, 10, '', 'uploads/audio/6918130489ff9-1763185412.webm', '2025-11-15 15:43:38'),
(5188, 2395, 29, 'Keep them in follow-up.', '', '2025-11-15 15:45:00'),
(5189, 2399, 29, 'Keep them in follow-up.', '', '2025-11-15 15:45:24'),
(5190, 2134, 14, 'Need the samples', '', '2025-11-15 15:45:26'),
(5191, 2405, 29, 'Keep them in follow-up.', '', '2025-11-15 15:45:57'),
(5192, 2404, 29, 'Keep them in follow-up.', '', '2025-11-15 15:46:26'),
(5193, 2406, 29, 'Keep them in follow-up.', '', '2025-11-15 15:46:53'),
(5194, 2410, 29, 'Keep them in follow-up.', '', '2025-11-15 15:49:11'),
(5195, 2409, 29, 'Keep them in follow-up.', '', '2025-11-15 15:49:18'),
(5196, 2126, 29, 'Keep them in follow-up.', '', '2025-11-15 15:49:26'),
(5197, 101, 29, 'Keep them in follow-up.', '', '2025-11-15 15:50:57'),
(5198, 972, 29, 'Keep them in follow-up.', '', '2025-11-15 15:51:31'),
(5199, 1586, 4, 'Gave samples of class 1 to 5', '', '2025-11-15 15:51:35'),
(5200, 783, 29, 'Keep them in follow-up.', '', '2025-11-15 15:51:39'),
(5201, 155, 29, 'Keep them in follow-up.', '', '2025-11-15 15:51:53'),
(5202, 156, 29, 'Keep them in follow-up.', '', '2025-11-15 15:52:37'),
(5203, 59, 29, 'Keep them in follow-up.', '', '2025-11-15 15:52:45'),
(5204, 82, 29, 'Keep them in follow-up.', '', '2025-11-15 15:52:53'),
(5205, 1355, 29, 'Keep them in follow-up.', '', '2025-11-15 15:53:01'),
(5206, 98, 29, 'Keep them in follow-up.', '', '2025-11-15 15:53:16'),
(5207, 295, 29, 'Keep them in follow-up.', '', '2025-11-15 15:53:25'),
(5208, 1642, 29, 'Keep them in follow-up.', '', '2025-11-15 15:53:37'),
(5209, 93, 29, 'Keep them in follow-up.', '', '2025-11-15 15:53:47'),
(5210, 606, 29, 'Keep them in follow-up.', '', '2025-11-15 15:53:55'),
(5211, 1470, 29, 'Keep them in follow-up.', '', '2025-11-15 15:54:05'),
(5212, 2394, 29, 'Keep them in follow-up.', '', '2025-11-15 15:55:00'),
(5213, 2397, 29, 'Keep them in follow-up.', '', '2025-11-15 15:55:08'),
(5214, 2268, 29, 'Keep them in follow-up.', '', '2025-11-15 15:55:19'),
(5215, 216, 29, 'Keep them in follow-up.', '', '2025-11-15 15:55:29'),
(5216, 183, 29, 'Keep them in follow-up.', '', '2025-11-15 15:55:37'),
(5217, 181, 29, 'Keep them in follow-up.', '', '2025-11-15 15:55:48'),
(5218, 672, 29, 'Keep them in follow-up.', '', '2025-11-15 15:56:43'),
(5219, 2398, 29, 'Discuss with your head', '', '2025-11-15 15:57:06'),
(5220, 2393, 29, 'Keep them in follow-up.', '', '2025-11-15 15:57:16'),
(5221, 1964, 29, 'Keep them in follow-up.', '', '2025-11-15 15:57:27'),
(5222, 2418, 29, 'Keep them in follow-up.', '', '2025-11-15 15:59:14'),
(5223, 2412, 29, 'Keep them in follow-up.', '', '2025-11-15 15:59:21'),
(5224, 2408, 29, 'Keep them in follow-up.', '', '2025-11-15 15:59:40'),
(5225, 2400, 29, 'Keep them in follow-up.', '', '2025-11-15 15:59:49'),
(5226, 2401, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-15 16:00:05'),
(5227, 2391, 29, 'Discuss with your head.', '', '2025-11-15 16:01:09'),
(5228, 2325, 29, 'Keep them in follow-up.', '', '2025-11-15 16:01:35'),
(5229, 2146, 14, 'Selaction in month of Deceber', '', '2025-11-15 16:01:44'),
(5230, 2334, 29, 'Keep them in follow-up.', '', '2025-11-15 16:01:44'),
(5231, 2184, 29, 'Keep them in follow-up.', '', '2025-11-15 16:02:09'),
(5232, 2191, 29, 'Keep them in follow-up.', '', '2025-11-15 16:02:20'),
(5233, 2407, 29, 'Keep them in follow-up.', '', '2025-11-15 16:02:29'),
(5234, 2411, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-15 16:02:48'),
(5235, 2131, 14, 'Send me publisher name and confirmed the school staff', '', '2025-11-15 16:03:30'),
(5236, 2130, 14, 'Must in next year', '', '2025-11-15 16:09:29'),
(5237, 61, 10, '', 'uploads/audio/69181989d0eae-1763187081.webm', '2025-11-15 16:19:50'),
(5238, 979, 9, '', 'uploads/audio/69181c68bf146-1763187816.webm', '2025-11-15 16:23:57'),
(5239, 1531, 4, 'Demand readify series sample', '', '2025-11-15 16:25:35'),
(5240, 1801, 4, 'Gave presentation about smart kids series', '', '2025-11-15 16:36:41'),
(5241, 91, 10, '', 'uploads/audio/6918262941228-1763190313.webm', '2025-11-15 17:05:16'),
(5242, 92, 10, '', 'uploads/audio/691829f24e079-1763191282.webm', '2025-11-15 17:22:00'),
(5243, 690, 4, 'Gave presentation about smart kids series', '', '2025-11-15 17:32:40'),
(5244, 1547, 28, 'Met with Sir Fazlurrehman, he required samples fmin the first week of December', '', '2025-11-15 17:52:52'),
(5245, 869, 28, 'Met with Sir Shahzad, all staff was busy in results distribution asked me to come later', '', '2025-11-15 17:53:44'),
(5246, 909, 28, 'Met with Miss Shama, discussed regarding our product required samples', '', '2025-11-15 17:55:54'),
(5247, 1273, 28, 'Met with Sir Nadeem, asked me to come on Monday for making final decisions', '', '2025-11-15 17:57:11'),
(5248, 1554, 4, 'Gave sample of Maths and smart kids', '', '2025-11-15 18:34:10'),
(5249, 473, 10, '', 'uploads/audio/691aa0c0e817d-1763352768.webm', '2025-11-17 14:12:50'),
(5250, 2222, 10, '', 'uploads/audio/691aa3fb97db6-1763353595.webm', '2025-11-17 14:26:40'),
(5251, 12, 10, '', 'uploads/audio/691aa73d39698-1763354429.webm', '2025-11-17 14:41:08'),
(5252, 955, 4, 'Check sample these days', '', '2025-11-17 14:53:44'),
(5253, 14, 10, '', 'uploads/audio/691aaad5ab695-1763355349.webm', '2025-11-17 14:55:51'),
(5254, 2430, 31, 'Sample k liy call karain gi', '', '2025-11-17 14:59:26'),
(5255, 270, 9, 'Follow up and getting feedback about cOnvention', '', '2025-11-17 15:02:42'),
(5256, 1661, 4, 'Review books nowadays gave feedback on next month', '', '2025-11-17 15:02:47'),
(5257, 26, 10, '', 'uploads/audio/691aadefecec2-1763356143.webm', '2025-11-17 15:09:05'),
(5258, 1201, 9, 'Follow up session waiting', '', '2025-11-17 15:13:00'),
(5259, 2431, 31, 'Mam na', '', '2025-11-17 15:18:10'),
(5260, 2395, 5, '', 'uploads/audio/691ab0b6702de-1763356854.webm', '2025-11-17 15:20:56'),
(5261, 2432, 9, '', 'uploads/audio/691ab1c31460b-1763357123.webm', '2025-11-17 15:25:24'),
(5262, 993, 4, 'Gave sample of smart kids by altahir book corporation and now review our samples', '', '2025-11-17 15:47:13'),
(5263, 2433, 9, '', 'uploads/audio/691ab716ea6df-1763358486.webm', '2025-11-17 15:48:08'),
(5264, 2434, 8, '', 'uploads/audio/691ab951e0755-1763359057.webm', '2025-11-17 15:57:43'),
(5265, 2435, 32, '', 'uploads/audio/691ab9b0d42b4-1763359152.webm', '2025-11-17 15:59:13'),
(5266, 2404, 5, '', 'uploads/audio/691abb1a4468b-1763359514.webm', '2025-11-17 16:05:23'),
(5267, 2331, 32, '', 'uploads/audio/691abc8a941ea-1763359882.webm', '2025-11-17 16:11:23'),
(5268, 2436, 25, '', 'uploads/audio/691abd8747b43-1763360135.webm', '2025-11-17 16:15:36'),
(5269, 2437, 5, '', 'uploads/audio/691ac00ad0e8c-1763360778.webm', '2025-11-17 16:26:20'),
(5270, 145, 10, '', 'uploads/audio/691ac3b7ebb87-1763361719.webm', '2025-11-17 16:42:09'),
(5271, 285, 9, 'Give samples play to prep', '', '2025-11-17 16:50:37'),
(5272, 285, 29, 'Keep them in follow-up.', '', '2025-11-17 16:54:18'),
(5273, 2433, 29, 'Keep them in follow-up.', '', '2025-11-17 16:54:43'),
(5274, 2432, 29, 'Keep them in follow-up.', '', '2025-11-17 16:55:22'),
(5275, 1201, 29, 'Keep them in follow-up.', '', '2025-11-17 16:55:36'),
(5276, 270, 29, 'Keep them in follow-up.', '', '2025-11-17 16:55:53'),
(5277, 1107, 8, '0300 7633320\r\nSir umer', 'uploads/audio/691ac78c463dc-1763362700.webm', '2025-11-17 16:58:22'),
(5278, 2440, 9, '', 'uploads/audio/691ac7be5eaa2-1763362750.webm', '2025-11-17 16:59:12'),
(5279, 2440, 29, 'Keep them in follow-up.', '', '2025-11-17 17:00:17'),
(5280, 979, 29, 'Keep them in follow-up.', '', '2025-11-17 17:00:44'),
(5281, 993, 29, 'Keep them in follow-up.', '', '2025-11-17 17:01:56'),
(5282, 955, 29, 'Keep them in follow-up.', '', '2025-11-17 17:02:17'),
(5283, 1554, 29, 'Keep them in follow-up.', '', '2025-11-17 17:02:29'),
(5284, 690, 29, 'Keep them in follow-up.', '', '2025-11-17 17:02:39'),
(5285, 690, 29, 'Keep them in follow-up.', '', '2025-11-17 17:03:08'),
(5286, 1801, 29, 'Keep them in follow-up.', '', '2025-11-17 17:03:28'),
(5287, 1531, 29, 'Keep them in follow-up.', '', '2025-11-17 17:03:45'),
(5288, 1586, 29, 'Keep them in follow-up.', '', '2025-11-17 17:03:52'),
(5289, 2438, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-17 17:04:13'),
(5290, 2428, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-17 17:04:32'),
(5291, 2427, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-17 17:04:39'),
(5292, 2426, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-17 17:04:46'),
(5293, 2425, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-17 17:04:53'),
(5294, 2424, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-17 17:04:59'),
(5295, 2423, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-17 17:05:08'),
(5296, 2422, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-17 17:05:16'),
(5297, 2395, 29, 'Keep them in follow-up.', '', '2025-11-17 17:07:36'),
(5298, 2404, 29, 'Keep them in follow-up.', '', '2025-11-17 17:08:13'),
(5299, 2437, 29, 'Keep them in follow-up.', '', '2025-11-17 17:11:27'),
(5300, 2441, 5, '', 'uploads/audio/691acaa2810ff-1763363490.webm', '2025-11-17 17:11:36'),
(5301, 1273, 29, 'Keep them in follow-up.', '', '2025-11-17 17:16:13'),
(5302, 909, 29, 'Keep them in follow-up.', '', '2025-11-17 17:17:14'),
(5303, 869, 29, 'Keep them in follow-up.', '', '2025-11-17 17:17:24'),
(5304, 1547, 29, 'Keep them in follow-up.', '', '2025-11-17 17:17:33'),
(5305, 61, 29, 'Keep them in follow-up.', '', '2025-11-17 17:19:37'),
(5306, 91, 29, 'Keep them in follow-up.', '', '2025-11-17 17:20:12'),
(5307, 92, 29, 'Keep them in follow-up.', '', '2025-11-17 17:20:30'),
(5308, 473, 29, 'Keep them in follow-up.', '', '2025-11-17 17:20:40'),
(5309, 2222, 29, 'Keep them in follow-up.', '', '2025-11-17 17:20:50');
INSERT INTO `school_commentary` (`id`, `school_id`, `employee_id`, `comment_text`, `audio_path`, `created_at`) VALUES
(5310, 12, 29, 'Keep them in follow-up.', '', '2025-11-17 17:21:00'),
(5311, 14, 29, 'Keep them in follow-up.', '', '2025-11-17 17:21:22'),
(5312, 26, 29, 'Keep them in follow-up.', '', '2025-11-17 17:21:32'),
(5313, 145, 29, 'Keep them in follow-up.', '', '2025-11-17 17:21:45'),
(5314, 2442, 5, '', 'uploads/audio/691acdcc8b901-1763364300.webm', '2025-11-17 17:25:02'),
(5315, 2417, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-17 17:25:16'),
(5316, 2416, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-17 17:25:22'),
(5317, 1107, 29, 'Keep them in follow-up.', '', '2025-11-17 17:26:27'),
(5318, 2434, 29, 'Keep them in follow-up.', '', '2025-11-17 17:26:45'),
(5319, 2436, 29, 'Keep them in follow-up.', '', '2025-11-17 17:28:28'),
(5320, 2439, 29, 'Kindly add comments to understand what was going your meeting with them.', '', '2025-11-17 17:28:54'),
(5321, 2431, 29, '?', '', '2025-11-17 17:30:14'),
(5322, 2430, 29, 'Keep them in follow-up.', '', '2025-11-17 17:30:35'),
(5323, 593, 8, '', 'uploads/audio/691acfbbecd31-1763364795.webm', '2025-11-17 17:33:17'),
(5324, 2331, 29, 'Keep them in follow-up.', '', '2025-11-17 17:34:52'),
(5325, 2435, 29, 'Keep them in follow-up.', '', '2025-11-17 17:35:03'),
(5326, 1661, 29, 'Keep them in follow-up.', '', '2025-11-17 17:35:44'),
(5327, 1391, 8, '', 'uploads/audio/691ad2a80ee0e-1763365544.webm', '2025-11-17 17:45:44'),
(5328, 2444, 5, '', 'uploads/audio/691ad533c7b3e-1763366195.webm', '2025-11-17 17:56:37'),
(5329, 1485, 4, 'Gave sample by altahir book corporation', '', '2025-11-17 18:04:28'),
(5330, 1273, 28, 'Met with Sir Nadeem, discussed regarding order, he said he will send order through mags today', '', '2025-11-17 18:17:24'),
(5331, 1890, 28, 'Met with Mrs, Nadeem. Discussed regarding our product and invitation for expo. Asked to come later with samples', '', '2025-11-17 18:18:36'),
(5332, 1167, 28, 'Met with Miss Nadia, review is in progress', '', '2025-11-17 18:19:39'),
(5333, 835, 10, 'met to school principal provide pre school sampling', '', '2025-11-17 18:22:08'),
(5334, 2025, 8, 'Discussion with principal about orientation', '', '2025-11-17 18:31:27'),
(5335, 1868, 24, 'Meeting with madam Droped sample today expected orientation next week inshallah', '', '2025-11-17 20:49:08'),
(5336, 1914, 24, 'Revisit today discuss with madam about the samples. Follow up again next coming Wednesday', '', '2025-11-17 20:52:06'),
(5337, 1985, 24, 'Revisit next week Droped samples as per sir required', '', '2025-11-17 20:57:32'),
(5338, 1859, 24, 'Al Faizan school\r\nSir not available\r\nDiscuss with madam about the samples Wednesday visit again', '', '2025-11-17 21:00:13'),
(5339, 1248, 21, 'Second Visit', '', '2025-11-17 21:14:15'),
(5340, 292, 21, 'Not principal next time coming', '', '2025-11-17 21:17:45'),
(5341, 1068, 24, 'Revisit today meeting tomorrow again at 11 sample', '', '2025-11-17 23:31:38'),
(5342, 550, 4, 'Demand orientation in few days', '', '2025-11-18 14:20:27'),
(5343, 901, 4, 'Mam demand training session on next Saturday', '', '2025-11-18 14:34:35'),
(5344, 2450, 8, '', 'uploads/audio/691bfe44eac96-1763442244.webm', '2025-11-18 15:04:12'),
(5345, 2045, 9, '', 'uploads/audio/691c0043dc82c-1763442755.webm', '2025-11-18 15:12:37'),
(5346, 2452, 10, 'By', '', '2025-11-18 15:23:04'),
(5347, 2058, 14, 'Selection.PG.NUR.PREP', '', '2025-11-18 15:23:08'),
(5348, 2452, 10, '', 'uploads/audio/691c02e7d39b8-1763443431.webm', '2025-11-18 15:23:53'),
(5349, 174, 9, 'Discussion about orientation but sir was not present ask him contact on phone', '', '2025-11-18 15:32:07'),
(5350, 2055, 14, 'Again call in December Hollydays for confirmation about books selection', '', '2025-11-18 15:32:56'),
(5351, 628, 4, 'Demand sample of 50 percent series', '', '2025-11-18 15:40:04'),
(5352, 628, 4, 'And gave me payment on next week of summer vacation', '', '2025-11-18 15:40:35'),
(5353, 2453, 10, '', 'uploads/audio/691c07d38ea2a-1763444691.webm', '2025-11-18 15:45:04'),
(5354, 2050, 14, 'He Said Need The samples and Selection month of December in Hollydays', '', '2025-11-18 15:58:17'),
(5355, 2071, 14, 'He said Call me Again in Decembr Hollydays', '', '2025-11-18 16:04:35'),
(5356, 175, 9, '', 'uploads/audio/691c0d1fc4c14-1763446047.webm', '2025-11-18 16:07:29'),
(5357, 2056, 4, 'Demand sample in dec', '', '2025-11-18 16:10:39'),
(5358, 2455, 10, '', 'uploads/audio/691c0fb51ea36-1763446709.webm', '2025-11-18 16:18:32'),
(5359, 2454, 25, '', 'uploads/audio/691c0fc79430f-1763446727.webm', '2025-11-18 16:18:52'),
(5360, 2451, 25, '', 'uploads/audio/691c101f69365-1763446815.webm', '2025-11-18 16:20:17'),
(5361, 2220, 11, '', 'uploads/audio/691c12a76332e-1763447463.webm', '2025-11-18 16:31:05'),
(5362, 2225, 14, 'She said i request u Drop the Samples in month of December on Dates ..10 /15 dec', '', '2025-11-18 16:32:32'),
(5363, 2458, 11, '', 'uploads/audio/691c13934ffac-1763447699.webm', '2025-11-18 16:35:00'),
(5364, 2459, 10, '', 'uploads/audio/691c150ebea1d-1763448078.webm', '2025-11-18 16:41:22'),
(5365, 2228, 14, 'He said i am not change the selubes this year', '', '2025-11-18 16:43:37'),
(5366, 1068, 29, 'Keep them in follow-up.', '', '2025-11-18 16:44:49'),
(5367, 1859, 29, 'Keep them in follow-up.', '', '2025-11-18 16:44:59'),
(5368, 1985, 29, 'Keep them in follow-up.', '', '2025-11-18 16:45:05'),
(5369, 1914, 29, 'Keep them in follow-up.', '', '2025-11-18 16:45:11'),
(5370, 1868, 29, 'Keep them in follow-up.', '', '2025-11-18 16:45:20'),
(5371, 292, 29, 'Keep them in follow-up.', '', '2025-11-18 16:46:02'),
(5372, 1248, 29, 'Keep them in follow-up.', '', '2025-11-18 16:46:09'),
(5373, 2460, 9, 'Discussion about orientation and giving breafing on samples', '', '2025-11-18 16:54:26'),
(5374, 2462, 8, '', 'uploads/audio/691c1918e7140-1763449112.webm', '2025-11-18 16:58:34'),
(5375, 2232, 14, 'selection.GK.1.2.3', '', '2025-11-18 17:16:17'),
(5376, 2463, 10, '', 'uploads/audio/691c1ea21f1e1-1763450530.webm', '2025-11-18 17:22:16'),
(5377, 263, 9, '', 'uploads/audio/691c1fe8855c0-1763450856.webm', '2025-11-18 17:27:39'),
(5378, 2467, 31, 'Mam not available', '', '2025-11-18 17:35:19'),
(5379, 411, 11, '', 'uploads/audio/691c23d7baa05-1763451863.webm', '2025-11-18 17:44:25'),
(5380, 2468, 31, 'Sample required in January', '', '2025-11-18 17:51:13'),
(5381, 2466, 10, '', 'uploads/audio/691c27b6b9a17-1763452854.webm', '2025-11-18 18:02:02'),
(5382, 2366, 28, 'Met with coordinator, sir Aneesuddin was also not available today', '', '2025-11-18 18:22:33'),
(5383, 874, 28, 'Met with Sir Asif, review is still in process', '', '2025-11-18 18:23:08'),
(5384, 838, 28, 'Met with coordinator, sir farrukh is out of country asked me to come later', '', '2025-11-18 18:23:54'),
(5385, 1897, 28, 'Met with Miss Afshan, discussed regarding our samples, she is interested in our play group. Final decisions will be made by December', '', '2025-11-18 18:26:36'),
(5386, 917, 28, 'Met with Miss Sadaf, she has adopted our text book in pre school. work book\'s samples also dropped might be possible that will also be adopted', '', '2025-11-18 18:28:03'),
(5387, 1501, 28, 'Met with Sir Siddique, he said review is in progress after mid term exams he will final these things', '', '2025-11-18 18:29:05'),
(5388, 2469, 31, 'Sample required in December', '', '2025-11-18 18:37:44'),
(5389, 1681, 21, '', 'uploads/audio/691c32ae90f9b-1763455662.webm', '2025-11-18 18:47:46'),
(5390, 504, 21, '', 'uploads/audio/691c35f249234-1763456498.webm', '2025-11-18 19:01:39'),
(5391, 501, 21, '', 'uploads/audio/691c363a10c49-1763456570.webm', '2025-11-18 19:02:51'),
(5392, 2470, 21, '', 'uploads/audio/691c371596801-1763456789.webm', '2025-11-18 19:06:31');

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

--
-- Table structure for table `school_memberships`
--

CREATE TABLE `school_memberships` (
  `id` int(11) NOT NULL,
  `school_id` int(11) NOT NULL,
  `status` varchar(50) NOT NULL DEFAULT 'Non-Member',
  `updated_by_id` int(11) NOT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `school_memberships`
--

INSERT INTO `school_memberships` (`id`, `school_id`, `status`, `updated_by_id`, `updated_at`) VALUES
(1, 7, 'Member', 11, '2025-08-23 07:24:10'),
(2, 1, 'Non-Member', 16, '2025-09-03 04:40:20'),
(3, 4, 'Non-Member', 12, '2025-08-19 05:54:01'),
(4, 8, 'Non-Member', 12, '2025-09-16 10:26:19'),
(5, 30, 'Non-Member', 10, '2025-08-19 10:59:13'),
(6, 62, 'Member', 11, '2025-08-20 05:27:06'),
(7, 63, 'Member', 11, '2025-08-20 05:34:14'),
(8, 64, 'Member', 11, '2025-08-20 05:42:41'),
(9, 70, 'Member', 11, '2025-08-20 06:19:06'),
(10, 71, 'Member', 11, '2025-08-20 06:21:44'),
(11, 72, 'Member', 11, '2025-08-20 06:25:06'),
(12, 73, 'Member', 11, '2025-08-20 06:28:14'),
(13, 74, 'Member', 11, '2025-08-20 06:31:31'),
(14, 75, 'Member', 11, '2025-08-20 06:36:37'),
(15, 76, 'Member', 11, '2025-08-20 06:39:01'),
(16, 77, 'Member', 11, '2025-08-20 06:41:22'),
(17, 78, 'Member', 11, '2025-08-20 06:44:23'),
(18, 79, 'Member', 11, '2025-08-20 06:46:26'),
(19, 103, 'Member', 9, '2025-08-21 03:57:39'),
(20, 104, 'Member', 11, '2025-08-21 05:06:37'),
(21, 105, 'Member', 11, '2025-08-21 05:08:16'),
(22, 106, 'Member', 11, '2025-08-21 05:10:21'),
(23, 107, 'Member', 11, '2025-08-21 05:12:32'),
(24, 108, 'Member', 11, '2025-08-21 05:15:06'),
(25, 126, 'Member', 5, '2025-08-21 06:35:21'),
(26, 127, 'Member', 5, '2025-08-21 06:43:15'),
(27, 128, 'Member', 5, '2025-08-21 06:47:47'),
(28, 159, 'Non-Member', 11, '2025-08-22 14:18:50'),
(29, 161, 'Member', 11, '2025-08-22 15:06:22'),
(30, 170, 'Member', 11, '2025-08-22 15:26:45'),
(31, 172, 'Non-Member', 1, '2025-08-26 08:21:06'),
(32, 174, 'Non-Member', 9, '2025-08-28 05:32:56'),
(33, 175, 'Non-Member', 9, '2025-08-28 05:35:51'),
(34, 176, 'Member', 14, '2025-08-28 06:37:16'),
(35, 82, 'Non-Member', 10, '2025-08-28 09:59:28'),
(36, 180, 'Non-Member', 15, '2025-08-29 04:37:37'),
(37, 184, 'Member', 11, '2025-08-29 07:38:16'),
(38, 190, 'Non-Member', 15, '2025-08-29 10:17:02'),
(39, 204, 'Member', 8, '2025-08-30 04:36:54'),
(40, 209, 'Member', 8, '2025-08-30 04:47:21'),
(41, 210, 'Member', 8, '2025-08-30 04:49:13'),
(42, 165, 'Non-Member', 14, '2025-08-30 04:49:53'),
(43, 215, 'Member', 8, '2025-08-30 04:57:02'),
(44, 217, 'Member', 8, '2025-08-30 04:59:47'),
(45, 218, 'Member', 8, '2025-08-30 05:02:37'),
(46, 230, 'Member', 8, '2025-08-30 05:18:16'),
(47, 158, 'Member', 9, '2025-08-30 05:29:49'),
(48, 239, 'Member', 9, '2025-08-30 05:35:35'),
(49, 250, 'Member', 9, '2025-08-30 06:12:52'),
(50, 251, 'Member', 9, '2025-08-30 06:15:33'),
(51, 252, 'Member', 9, '2025-08-30 06:19:08'),
(52, 253, 'Member', 9, '2025-08-30 06:31:48'),
(53, 254, 'Member', 9, '2025-08-30 06:37:30'),
(54, 269, 'Member', 9, '2025-08-30 07:34:41'),
(55, 270, 'Member', 9, '2025-08-30 07:37:06'),
(56, 278, 'Non-Member', 21, '2025-08-30 12:02:31'),
(57, 303, 'Member', 16, '2025-09-03 03:13:52'),
(58, 304, 'Member', 16, '2025-09-03 03:31:31'),
(59, 305, 'Member', 16, '2025-09-03 03:37:04'),
(60, 325, 'Non-Member', 3, '2025-09-03 07:19:12'),
(61, 329, 'Non-Member', 14, '2025-09-04 05:28:31'),
(62, 351, 'Non-Member', 16, '2025-09-04 05:31:17'),
(63, 362, 'Non-Member', 26, '2025-09-04 08:01:47'),
(64, 364, 'Non-Member', 26, '2025-09-04 08:30:03'),
(65, 367, 'Non-Member', 14, '2025-09-04 10:01:13'),
(66, 421, 'Member', 8, '2025-09-08 06:46:19'),
(67, 420, 'Member', 8, '2025-09-08 06:46:48'),
(68, 419, 'Member', 8, '2025-09-08 06:47:00'),
(69, 422, 'Member', 8, '2025-09-08 06:50:19'),
(70, 443, 'Non-Member', 22, '2025-09-09 04:36:58'),
(71, 444, 'Non-Member', 22, '2025-09-09 04:50:11'),
(72, 446, 'Member', 11, '2025-09-09 05:01:28'),
(73, 449, 'Non-Member', 22, '2025-09-09 05:47:52'),
(74, 445, 'Non-Member', 22, '2025-09-09 05:49:00'),
(75, 451, 'Non-Member', 22, '2025-09-09 06:36:02'),
(76, 453, 'Member', 11, '2025-09-09 06:51:08'),
(77, 460, 'Non-Member', 24, '2025-09-09 08:34:44'),
(78, 461, 'Non-Member', 24, '2025-09-09 08:45:16'),
(79, 216, 'Member', 8, '2025-09-10 05:05:20'),
(80, 470, 'Member', 11, '2025-09-10 05:15:40'),
(81, 476, 'Non-Member', 11, '2025-09-10 06:31:16'),
(82, 507, 'Non-Member', 16, '2025-09-10 15:50:15'),
(83, 509, 'Member', 16, '2025-09-10 16:12:11'),
(84, 508, 'Member', 16, '2025-09-10 16:13:24'),
(85, 510, 'Member', 16, '2025-09-10 16:18:02'),
(86, 511, 'Member', 16, '2025-09-10 16:27:36'),
(87, 512, 'Member', 16, '2025-09-10 16:31:44'),
(88, 513, 'Member', 16, '2025-09-10 16:35:13'),
(89, 514, 'Member', 16, '2025-09-10 16:43:50'),
(90, 515, 'Member', 16, '2025-09-10 16:47:09'),
(91, 516, 'Member', 16, '2025-09-10 16:54:14'),
(92, 518, 'Member', 16, '2025-09-11 02:13:10'),
(93, 519, 'Member', 16, '2025-10-02 10:51:28'),
(94, 520, 'Member', 16, '2025-09-11 03:20:44'),
(95, 521, 'Member', 16, '2025-09-11 03:28:03'),
(96, 522, 'Member', 16, '2025-09-11 03:37:00'),
(97, 559, 'Member', 8, '2025-09-12 05:20:50'),
(98, 659, 'Member', 12, '2025-09-16 10:24:34'),
(99, 496, 'Member', 12, '2025-09-16 06:31:23'),
(100, 762, 'Non-Member', 24, '2025-09-18 14:18:24'),
(101, 763, 'Non-Member', 24, '2025-09-18 14:25:29'),
(102, 782, 'Non-Member', 24, '2025-09-19 05:27:00'),
(103, 949, 'Non-Member', 24, '2025-09-23 10:16:01'),
(104, 1195, 'Non-Member', 26, '2025-09-30 16:44:11'),
(105, 1222, 'Member', 7, '2025-10-01 07:40:06'),
(106, 801, 'Member', 3, '2025-10-08 05:01:48'),
(107, 1540, 'Member', 23, '2025-10-10 17:31:14'),
(108, 1553, 'Member', 11, '2025-10-11 06:59:59'),
(109, 1417, 'Member', 24, '2025-10-14 10:35:06'),
(110, 1973, 'Non-Member', 3, '2025-10-23 06:16:41'),
(111, 2020, 'Member', 11, '2025-10-25 08:54:14'),
(112, 1204, 'Member', 7, '2025-10-27 11:24:11'),
(113, 2072, 'Member', 8, '2025-10-28 06:39:57'),
(114, 2367, 'Non-Member', 10, '2025-11-11 07:44:34');

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

--
-- Table structure for table `series_subjects`
--

CREATE TABLE `series_subjects` (
  `id` int(11) NOT NULL,
  `series_id` int(11) NOT NULL,
  `subject_name` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `series_subjects`
--

INSERT INTO `series_subjects` (`id`, `series_id`, `subject_name`) VALUES
(3, 3, 'Urdu Textbook'),
(4, 3, 'Urdu Workbook'),
(5, 3, 'Eng Workbook'),
(6, 3, 'Eng Textbook'),
(7, 3, 'Math Textbook'),
(8, 3, 'Math Workbook'),
(9, 4, 'GK'),
(10, 4, 'Urdu Grammar'),
(11, 4, 'Science'),
(12, 4, 'Islamiyat'),
(13, 4, 'Tajveedi Quaida'),
(14, 4, 'Computer Science'),
(15, 5, 'GK'),
(16, 5, 'Urdu Grammar'),
(17, 5, 'Science'),
(18, 5, 'Islamiyat'),
(19, 5, 'Tajveedi Quaida'),
(20, 5, 'Computer Science'),
(21, 6, 'Math'),
(22, 6, 'English'),
(23, 6, 'Urdu'),
(24, 6, 'Art'),
(25, 7, 'Math'),
(26, 7, 'English'),
(27, 7, 'Urdu'),
(28, 7, 'Art'),
(29, 7, 'English Grammar'),
(30, 6, 'English Grammar');

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

--
-- Table structure for table `subject_classes`
--

CREATE TABLE `subject_classes` (
  `id` int(11) NOT NULL,
  `subject_id` int(11) NOT NULL,
  `class_name` varchar(50) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `subject_classes`
--

INSERT INTO `subject_classes` (`id`, `subject_id`, `class_name`) VALUES
(2, 3, 'PG'),
(3, 3, 'NUR'),
(4, 3, 'PREP'),
(5, 4, 'PREP'),
(6, 4, 'NUR'),
(7, 4, 'PG'),
(8, 6, 'PG'),
(9, 6, 'NUR'),
(10, 6, 'PREP'),
(11, 5, 'PG'),
(12, 5, 'NUR'),
(13, 5, 'PREP'),
(14, 7, 'PG'),
(15, 7, 'NUR'),
(16, 7, 'PREP'),
(17, 8, 'PG'),
(18, 8, 'NUR'),
(19, 8, 'PREP'),
(20, 9, 'One'),
(21, 9, 'Two'),
(22, 9, 'Three'),
(23, 10, 'One'),
(24, 10, 'Two'),
(25, 10, 'Three'),
(26, 10, 'four'),
(27, 10, 'Five'),
(28, 11, 'Four'),
(29, 11, 'Five'),
(30, 12, 'One'),
(31, 12, 'Two'),
(32, 12, 'Three'),
(33, 12, 'Four'),
(34, 12, 'Five'),
(35, 13, 'One'),
(36, 14, 'One'),
(37, 14, 'Two'),
(38, 14, 'Three'),
(39, 14, 'Four'),
(40, 14, 'Five'),
(41, 15, 'One'),
(42, 15, 'Two'),
(43, 15, 'Three'),
(44, 16, 'One'),
(45, 16, 'Two'),
(46, 16, 'Three'),
(47, 16, 'Four'),
(48, 16, 'Five'),
(49, 17, 'Four'),
(50, 17, 'Five'),
(51, 18, 'One'),
(52, 18, 'Two'),
(53, 18, 'Three'),
(54, 18, 'Four'),
(55, 18, 'Five'),
(56, 19, 'One'),
(57, 20, 'One'),
(58, 20, 'Two'),
(59, 20, 'Three'),
(60, 20, 'Four'),
(61, 20, 'Five'),
(62, 21, 'Pre-1'),
(63, 21, 'Pre-2'),
(64, 21, 'Pre-3'),
(65, 21, 'One'),
(66, 21, 'Two'),
(67, 21, 'Three'),
(68, 21, 'Four-A'),
(69, 21, 'Four-B'),
(70, 21, 'Five-A'),
(71, 21, 'Five-B'),
(72, 22, 'Pre-1'),
(73, 22, 'Pre-2'),
(74, 22, 'Pre-3'),
(75, 22, 'One'),
(76, 22, 'Two'),
(77, 22, 'Three'),
(78, 22, 'Four'),
(79, 22, 'Five'),
(80, 23, 'Pre-1'),
(81, 23, 'Pre-2'),
(82, 23, 'Pre-3'),
(83, 23, 'One'),
(84, 23, 'Two'),
(85, 23, 'Three'),
(86, 23, 'Four'),
(87, 23, 'Five'),
(88, 24, 'A'),
(89, 24, 'B'),
(90, 24, 'C'),
(91, 24, 'One'),
(92, 24, 'Two'),
(93, 24, 'Three'),
(94, 24, 'Four'),
(95, 24, 'Five'),
(96, 25, 'Pre-1'),
(97, 25, 'Pre-2'),
(98, 25, 'Pre-3'),
(99, 25, 'One'),
(100, 25, 'Two'),
(101, 25, 'Three'),
(102, 25, 'Four-A'),
(103, 25, 'Four-B'),
(104, 25, 'Five-A'),
(105, 25, 'Five-B'),
(106, 26, 'Pre-1'),
(107, 26, 'Pre-2'),
(108, 26, 'Pre-3'),
(109, 26, 'One'),
(110, 26, 'Two'),
(111, 26, 'Three'),
(112, 26, 'Four'),
(113, 26, 'Five'),
(114, 27, 'Pre-1'),
(115, 27, 'Pre-2'),
(117, 27, 'Pre-3'),
(118, 27, 'One'),
(119, 27, 'Two'),
(120, 27, 'Three'),
(121, 27, 'Four'),
(122, 27, 'Five'),
(123, 28, 'A'),
(124, 28, 'B'),
(125, 28, 'C'),
(126, 28, 'One'),
(127, 28, 'Two'),
(128, 28, 'Three'),
(129, 28, 'Four'),
(130, 28, 'Five'),
(131, 29, 'One'),
(132, 29, 'Two'),
(133, 29, 'Three'),
(134, 29, 'Four'),
(135, 29, 'Five'),
(136, 30, 'One'),
(137, 30, 'Two'),
(138, 30, 'Three'),
(139, 30, 'Four'),
(140, 30, 'Five'),
(141, 19, 'Two'),
(142, 19, 'Three'),
(143, 19, 'Four'),
(144, 19, 'Five');

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

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

CREATE TABLE `users` (
  `id` int(11) NOT NULL,
  `username` varchar(100) NOT NULL,
  `email` varchar(100) NOT NULL,
  `phone_no` varchar(20) NOT NULL,
  `password` varchar(255) NOT NULL,
  `role` enum('superadmin','admin','employee') NOT NULL,
  `location` varchar(50) NOT NULL,
  `is_petrol_eligible` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

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

INSERT INTO `users` (`id`, `username`, `email`, `phone_no`, `password`, `role`, `location`, `is_petrol_eligible`, `created_at`) VALUES
(1, 'Ali Haider (App Developer)', 'admin@gmail.com', '03154259083', '$2y$10$aMqERL5UxRoYlk.PnSdJyOD9fLMICQ/8EbXnU7fwTkXIiQ8vJqjvW', 'admin', 'North Region', 0, '2025-08-18 05:32:34'),
(2, 'Haider (Lahore_Samanabad)', 'hhaiderali@gmail.com', '03234250906', '$2y$10$HMbRkvs38evLhFIl5jbNSOpZLF7dKDs3lLr3R9n4dd7kj/eWgxQna', 'employee', 'Lahore', 0, '2025-08-18 05:41:37'),
(3, 'Syed Hanzla Ali (Lahore_Chouburji)', 'binhasham99@gmail.com', '03328883044', '$2y$10$lrP2PxdJjN/T3aqgY.3BL.rLDoh70LfYJm3stwwNvLY6Mnqlk89SK', 'employee', 'Lahore', 0, '2025-08-18 05:43:45'),
(4, 'Bilal Haider Sheikh (Lahore_Bagbanpura)', 'haiderbilal979@gmail.com', '03211448258', '$2y$10$GyuXrc2R76m86f/17VPW/uSzODMecPKlHkQaTir/FTGffiYJc8QLO', 'employee', 'Lahore', 0, '2025-08-18 09:57:29'),
(5, 'Faisal Rizwan Alam (Head-South)', 'fs181031@gmail.com', '03224702799', '$2y$10$u9BW8telunoqt6WY/IKrj.NMWhV5k480wbgNNd0feu7tcgRDwL95u', 'admin', 'South Region', 0, '2025-08-18 10:03:08'),
(6, 'Muhammad Awais (Lahore_Cantt)', 'muhammadawais@gmail.com', '03214320166', '$2y$10$QEFdH3gJxE5Vwmt3F7zOuexLzBeMdm5DGabHeO6ALVBtI5WOTXIpK', 'admin', 'Lahore', 0, '2025-08-18 10:05:39'),
(7, 'Syed Maqsood (Head_North)', 'syedmaqsood426@gmail.com', '03214351058', '$2y$10$gekJOAZvLzPU.pUiD6I64u4kc8dWkwEpoNEowKu6MBr8GosmqWa.O', 'admin', 'North Region', 0, '2025-08-18 10:08:19'),
(8, 'Muhammad Ahmad (North_Faisalabad)', 'ahmadjutt339h@gmail.com', '03096785532', '$2y$10$n8GqkUyF70qAjPcmpjaGfu24jXTOli4FtZW7nCV32myQ6VsAGlHXa', 'employee', 'North Region', 0, '2025-08-18 11:36:49'),
(9, 'Bilal Ameen (North_Shakarghar)', 'aminbilal740@gmail.com', '03298026746', '$2y$10$gl02h.REDetmxB1v28TP0uJwr/YIy0MOXjQfbETimGhLvmUEM.GTK', 'employee', 'North Region', 0, '2025-08-18 11:38:49'),
(10, 'Malik Waseem Abbas (North_Sarghoda)', 'waseemmaliksgd70@gmail.com', '03055669326', '$2y$10$sRihamXMGZi42SvXEMu4Ou7i2fBIwmL7BH3D2J2/v0JJU54DO3bi.', 'employee', 'North Region', 0, '2025-08-18 11:55:35'),
(11, 'Ali Raza (North-Narowal)', 'alirazanwl1994@gmail.com', '03046040974', '$2y$10$H.JMK/Di2Ft/uq71u1OMZOqzYGRVRH16Cqm6N/bd3ocQrhd3j6ZT6', 'employee', 'North Region', 0, '2025-08-18 12:03:56'),
(12, 'raza', 'employee@gmail.com', '03208418815', '$2y$10$EdcptfSLwQNpyIsPf02RfuwN4Zu11is12gf/e3Gl7rvZ1AMlDmPPm', 'employee', 'North Region', 0, '2025-08-19 05:45:50'),
(13, 'Rashid Badar (Head_office)', 'rashid.badar@yahoo.com', '03028911541', '$2y$10$U5JLH3/fOwu2DJWHOm0u6.s72B99ZdtE4GAO3eE4ASjkLSrug1nfe', 'superadmin', 'Lahore', 0, '2025-08-19 09:08:29'),
(14, 'Bushra Arif (Head_office)', 'bushrausman1978@gmail.com', '03244760433', '$2y$10$Igt2DMNWs9pAuFXy7LidQ.z1YBgg9x4/3.Kr4PoF7qhqL0OGYx1kG', 'superadmin', 'Lahore', 0, '2025-08-19 09:13:06'),
(15, 'Naseer Ahmad Shahid (South_Sahiwal)', 'na4652111@gmail.com', '03055008440', '$2y$10$jv22iXE6q/fCY23MT8Q4quaVECmyl/zjoy.3NVGMa1WGoLAY9QO8e', 'employee', 'South Region', 0, '2025-08-20 05:16:05'),
(16, 'Muzammil Hussain (South_Multan)', 'dpsdirector779@gmail.com', '03336209906', '$2y$10$aADpvDk2869JesDZvMvk7uSbGm35TRdC7kXir1FsyopkuEOmoyUmK', 'employee', 'South Region', 0, '2025-08-20 08:20:06'),
(17, 'Masharib (Head_office)', 'super@gmail.com', '03154259086', '$2y$10$eydh7oQU0YfieNCV88JnA./Rf80NhykTCLXfzCqGoOtx.qbbVG1r6', 'superadmin', 'Lahore', 0, '2025-08-26 06:11:26'),
(21, 'Abdul Islam (South_Pakpatan)', 'alasr.pakpattan@gmail.com', '03085090511', '$2y$10$M.3bKEPl/9CfXFK3Z31MLOSEm0CQuinpSKtydiPt4dV8tWXbRbMBW', 'employee', 'South Region', 0, '2025-08-29 05:25:51'),
(22, 'Usman  Jutt (Lahore_Shadara)', 'usmanjutt006@gmail.com', '03219467790', '$2y$10$gzalRycASBRmKXGU/Axo1OB4tP0.xZjVQNOLeetABjIpkHj3Oxhqq', 'employee', 'Lahore', 0, '2025-09-02 05:23:15'),
(23, 'Muhammad Zubair Haider (Head_Lahore)', 'zubairhaider5656@gmail.com', '03190521203', '$2y$10$wuixOo3jiFtkmwMu0a5cNeYtYTLyJI3X0Blj2hMSPMZM8nW51Yf4O', 'admin', 'Lahore', 0, '2025-09-02 05:24:25'),
(24, 'Abd ul Rehman (Lahore_choungi)', 'abdurrehman765@gmail.com', '03164257552', '$2y$10$oKFiAO91eATAsy22nOobY.iIPbenwlKforGtB1UFRms7esZk7yjQW', 'employee', 'Lahore', 0, '2025-09-02 05:25:27'),
(25, 'Muhammad Amir (North_Phalia)', 'aami0213@gmail.com', '03434156202', '$2y$10$/H4bkoG0.hB3aQ/k2nxG8.AaikXh.BYvQH1LvUSIrncqPiPwNhLEu', 'employee', 'North Region', 0, '2025-09-03 06:44:18'),
(26, 'Farhan Taj (North_Sialkot)', 'farhantaj81@gmail.com', '03348109268', '$2y$10$cYUi7VDW.5MAbmq55lXwreuSSryNdZbr.SJWMaY8mLeZ9kYyzMCmy', 'employee', 'North Region', 0, '2025-09-03 06:56:03'),
(28, 'Irfan Alam (Karachi)', 'iasiddiqui91@gmail.com', '03135980029', '$2y$10$kHbZ4xgYDuX9XWxM8fKdGOPp1oEayUus91MXH4RTgxc5IA9RwGjXK', 'admin', 'Karachi Zone', 0, '2025-09-10 11:06:12'),
(29, 'Zunaira Arshad', 'zunairaarshad164@gmail.com', '03124236783', '$2y$10$FQLEF3RTn8ix0MtVkrXbLOkvi.p1NZHaocPGJIWIuYWkjsQnmJdoS', 'superadmin', 'Lahore', 0, '2025-09-11 06:03:05'),
(30, 'Smartwing R&D', 'customer.relation92@gmail.com', '0300-8899670', '$2y$10$3/iKZkjQipa5V6SJ9lh43ufWrE6x7xXBWfk0RzZFrGG0pN1jgXncq', 'admin', 'Lahore', 0, '2025-09-24 04:14:43'),
(31, 'Muhammad Kamran (North_Chakwal)', 'mk15744@gmail.com', '03445750005', '$2y$10$QsfeVAl44BIGQaqDDIWiwOtA8SunUJuz8dgAY/jyGqO4n4Z54XCEy', 'employee', 'North Region', 0, '2025-10-17 05:10:50'),
(32, 'Muhammad Mahad (North_Gujrat)', 'mahadoffice77@gmail.com', '03127970650', '$2y$10$y4gdokQBfYXhnuAo5D/bJeJi1mgv3y.wTe3uRuUvNAlywwfgID90S', 'employee', 'North Region', 0, '2025-10-30 08:16:01'),
(35, 'Muhammad Asif (Rawalpindi)', 'malikasifawan948@gmail.com', '03015056948', '$2y$10$nLQRYC9wUpHWbvAhOgMs1ui1Bg/7d7Goy9AQjT.4A6XQIH2zEDUXe', 'employee', 'North Region', 0, '2025-11-14 10:33:39'),
(36, 'Mr. Inam (Rawalpindi)', 'inamr2883@gmail.com', '03325574816', '$2y$10$HZaodoT9r1Qh7.8D5GeC0enh4tqUyQMoH0GqbIUgVc622BM8R.C2K', 'employee', 'North Region', 0, '2025-11-14 10:48:21'),
(37, 'Bushra', 'aabmart123@gmail.com', '03332550255', '$2y$10$GA8myqZJUr2J9gqD9SEkkuDOiBV2ZCY5y/3JmGp2GLTiMCmhtP0.e', 'employee', 'Lahore', 0, '2025-11-15 08:40:39');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `app_books`
--
ALTER TABLE `app_books`
  ADD PRIMARY KEY (`id`),
  ADD KEY `series_id` (`series_id`);

--
-- Indexes for table `app_book_classes`
--
ALTER TABLE `app_book_classes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `book_class_unique` (`book_id`,`class_id`);

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

--
-- Indexes for table `assigned_books`
--
ALTER TABLE `assigned_books`
  ADD PRIMARY KEY (`id`),
  ADD KEY `assigned_to_id` (`assigned_to_id`),
  ADD KEY `book_id` (`book_id`),
  ADD KEY `assigned_by_id` (`assigned_by_id`);

--
-- Indexes for table `attendance`
--
ALTER TABLE `attendance`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_date` (`user_id`,`attendance_date`);

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

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

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

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

--
-- Indexes for table `master_series`
--
ALTER TABLE `master_series`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `series_name` (`series_name`);

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

--
-- Indexes for table `notebook_reviews`
--
ALTER TABLE `notebook_reviews`
  ADD PRIMARY KEY (`id`),
  ADD KEY `task_id` (`task_id`),
  ADD KEY `reviewer_id` (`reviewer_id`);

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

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

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

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

--
-- Indexes for table `schools`
--
ALTER TABLE `schools`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `school_identifier` (`school_name`,`city`,`area`);

--
-- Indexes for table `school_app_selection`
--
ALTER TABLE `school_app_selection`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `school_book_class_unique` (`school_id`,`book_id`,`class_id`),
  ADD KEY `school_id` (`school_id`),
  ADD KEY `book_id` (`book_id`),
  ADD KEY `class_id` (`class_id`),
  ADD KEY `selected_by_id` (`selected_by_id`);

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

--
-- Indexes for table `school_memberships`
--
ALTER TABLE `school_memberships`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `school_id` (`school_id`);

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

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

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

--
-- Constraints for dumped tables
--

--
-- Constraints for table `app_books`
--
ALTER TABLE `app_books`
  ADD CONSTRAINT `app_books_ibfk_1` FOREIGN KEY (`series_id`) REFERENCES `app_series` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `notebook_reviews`
--
ALTER TABLE `notebook_reviews`
  ADD CONSTRAINT `notebook_reviews_ibfk_1` FOREIGN KEY (`task_id`) REFERENCES `notebook_tasks` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `notebook_reviews_ibfk_2` FOREIGN KEY (`reviewer_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;

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

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