-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jun 13, 2025 at 02:48 PM
-- Server version: 10.4.32-MariaDB
-- PHP Version: 8.1.25

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

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

--
-- Table structure for table `nelson_file_category`
--

CREATE TABLE `nelson_file_category` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `file_name_prefix` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nelson_file_category`
--

INSERT INTO `nelson_file_category` (`id`, `name`, `file_name_prefix`, `created_at`, `updated_at`) VALUES
(1, 'Others', 'others_', '2023-11-14 06:16:29', '2023-11-14 06:16:29'),
(2, 'Staff', 'staff_', '2023-11-14 06:16:29', '2023-11-14 06:16:29'),
(3, 'Doctor', 'doctor_', '2023-11-14 06:16:29', '2023-11-14 06:16:29'),
(4, 'CMS', 'cms_', '2023-11-14 06:16:29', '2023-11-14 06:16:29'),
(5, 'TREATMENT', 'treatment_', '2023-11-14 06:16:29', '2023-11-14 06:16:29'),
(6, 'HOSPITAL', 'hospital_', '2023-11-14 06:16:29', '2023-11-14 06:16:29'),
(7, 'TESTIMONIALS', 'testimonial_', '2023-11-14 06:16:29', '2023-11-14 06:16:29');

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

--
-- Table structure for table `nelson_file_staging`
--

CREATE TABLE `nelson_file_staging` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uploaded_by` int(11) NOT NULL,
  `original_name` varchar(255) NOT NULL,
  `upload_name` varchar(255) DEFAULT NULL,
  `file_extension` varchar(255) NOT NULL,
  `mime_type` varchar(255) NOT NULL,
  `file_size` varchar(255) DEFAULT NULL,
  `file_cat_id` int(11) NOT NULL,
  `is_uploaded` tinyint(1) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `is_delete` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nelson_file_staging`
--

INSERT INTO `nelson_file_staging` (`id`, `uploaded_by`, `original_name`, `upload_name`, `file_extension`, `mime_type`, `file_size`, `file_cat_id`, `is_uploaded`, `status`, `is_delete`, `created_at`, `updated_at`) VALUES
(1, 1, 'team-1.jpg', 'doctor_00000001_1700464559.jpg', 'jpg', 'image/jpeg', '23213', 3, 1, 1, 0, '2023-11-20 07:15:59', '2023-11-20 07:15:59'),
(2, 1, 'team-1.jpg', 'doctor_00000002_1700464669.jpg', 'jpg', 'image/jpeg', '23213', 3, 1, 1, 0, '2023-11-20 07:17:49', '2023-11-20 07:17:49'),
(3, 1, 'team-4.jpg', 'doctor_00000003_1700465737.jpg', 'jpg', 'image/jpeg', '27533', 3, 1, 1, 0, '2023-11-20 07:35:37', '2023-11-20 07:35:37'),
(4, 1, 'team-3.jpg', 'doctor_00000004_1700469380.jpg', 'jpg', 'image/jpeg', '25281', 3, 1, 1, 0, '2023-11-20 08:36:20', '2023-11-20 08:36:20'),
(5, 1, 'about-2.jpg', 'doctor_00000005_1700476137.jpg', 'jpg', 'image/jpeg', '18770', 3, 1, 1, 0, '2023-11-20 10:28:57', '2023-11-20 10:28:57'),
(6, 1, 'affortable_treatment.jpg', 'doctor_00000006_1700476150.jpg', 'jpg', 'image/jpeg', '31747', 3, 1, 1, 0, '2023-11-20 10:29:10', '2023-11-20 10:29:10'),
(7, 1, 'about-2.jpg', 'doctor_00000007_1700476258.jpg', 'jpg', 'image/jpeg', '18770', 3, 1, 1, 0, '2023-11-20 10:30:58', '2023-11-20 10:30:58'),
(8, 1, 'carousel-2.jpg', 'cms_00000008_1700478285.jpg', 'jpg', 'image/jpeg', '129024', 4, 1, 1, 0, '2023-11-20 11:04:45', '2023-11-20 11:04:45'),
(9, 1, 'Indian-Medical-Visa-1170x596.webp', 'cms_00000009_1700479226.webp', 'webp', 'image/webp', '89886', 4, 1, 1, 0, '2023-11-20 11:20:26', '2023-11-20 11:20:26'),
(10, 1, 'Indian-Medical-Visa-1170x596.webp', 'cms_00000010_1700479528.webp', 'webp', 'image/webp', '89886', 4, 1, 1, 0, '2023-11-20 11:25:28', '2023-11-20 11:25:28'),
(11, 1, '20-1-1170x683.webp', 'cms_00000011_1700479728.webp', 'webp', 'image/webp', '100124', 4, 1, 1, 0, '2023-11-20 11:28:48', '2023-11-20 11:28:48'),
(12, 1, 'carousel-2.jpg', 'cms_00000012_1700480516.jpg', 'jpg', 'image/jpeg', '129024', 4, 1, 1, 0, '2023-11-20 11:41:56', '2023-11-20 11:41:56'),
(13, 1, 'beauty.png', 'treatment_00000013_1700494430.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-20 15:33:50', '2023-11-20 15:33:50'),
(14, 1, 'icon_291_2076.webp', 'treatment_00000014_1700494574.webp', 'webp', 'image/webp', '5960', 5, 1, 1, 0, '2023-11-20 15:36:14', '2023-11-20 15:36:14'),
(15, 1, 'beauty.png', 'treatment_00000015_1700494574.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-20 15:36:14', '2023-11-20 15:36:14'),
(16, 1, 't4-1170x341.webp', 'treatment_00000016_1700495213.webp', 'webp', 'image/webp', '41132', 5, 1, 1, 0, '2023-11-20 15:46:53', '2023-11-20 15:46:53'),
(17, 1, 'beauty.png', 'treatment_00000017_1700495213.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-20 15:46:53', '2023-11-20 15:46:53'),
(18, 1, 't4-1170x341.webp', 'treatment_00000018_1700495318.webp', 'webp', 'image/webp', '41132', 5, 1, 1, 0, '2023-11-20 15:48:38', '2023-11-20 15:48:38'),
(19, 1, 'beauty.png', 'treatment_00000019_1700495318.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-20 15:48:38', '2023-11-20 15:48:38'),
(20, 1, 't4-1170x341.webp', 'treatment_00000020_1700495749.webp', 'webp', 'image/webp', '41132', 5, 1, 1, 0, '2023-11-20 15:55:49', '2023-11-20 15:55:49'),
(21, 1, 'beauty.png', 'treatment_00000021_1700495749.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-20 15:55:49', '2023-11-20 15:55:49'),
(22, 1, 't4-1170x341.webp', 'treatment_00000022_1700495815.webp', 'webp', 'image/webp', '41132', 5, 1, 1, 0, '2023-11-20 15:56:55', '2023-11-20 15:56:55'),
(23, 1, 'beauty.png', 'treatment_00000023_1700495815.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-20 15:56:55', '2023-11-20 15:56:55'),
(24, 1, 'icon_459_5008.webp', 'treatment_00000024_1700502460.webp', 'webp', 'image/webp', '15134', 5, 1, 1, 0, '2023-11-20 17:47:40', '2023-11-20 17:47:40'),
(25, 1, 'stomach.png', 'treatment_00000025_1700502460.png', 'png', 'image/png', '5984', 5, 1, 1, 0, '2023-11-20 17:47:40', '2023-11-20 17:47:40'),
(26, 1, 'icon_89_5973.webp', 'treatment_00000026_1700503038.webp', 'webp', 'image/webp', '7152', 5, 1, 1, 0, '2023-11-20 17:57:18', '2023-11-20 17:57:18'),
(27, 1, 'orthopedics.png', 'treatment_00000027_1700503038.png', 'png', 'image/png', '5809', 5, 1, 1, 0, '2023-11-20 17:57:18', '2023-11-20 17:57:18'),
(28, 1, 'carousel-1.jpg', 'treatment_00000028_1700503217.jpg', 'jpg', 'image/jpeg', '105976', 5, 1, 1, 0, '2023-11-20 18:00:17', '2023-11-20 18:00:17'),
(29, 1, 'cancer.png', 'treatment_00000029_1700503217.png', 'png', 'image/png', '4158', 5, 1, 1, 0, '2023-11-20 18:00:17', '2023-11-20 18:00:17'),
(30, 1, 'carousel-1.jpg', 'treatment_00000030_1700503328.jpg', 'jpg', 'image/jpeg', '105976', 5, 1, 1, 0, '2023-11-20 18:02:08', '2023-11-20 18:02:08'),
(31, 1, 'cancer.png', 'treatment_00000031_1700503328.png', 'png', 'image/png', '4158', 5, 1, 1, 0, '2023-11-20 18:02:08', '2023-11-20 18:02:08'),
(32, 1, 'carousel-1.webp', 'treatment_00000032_1700503371.webp', 'webp', 'image/webp', '66902', 5, 1, 1, 0, '2023-11-20 18:02:51', '2023-11-20 18:02:51'),
(33, 1, 'cancer.png', 'treatment_00000033_1700503371.png', 'png', 'image/png', '4158', 5, 1, 1, 0, '2023-11-20 18:02:51', '2023-11-20 18:02:51'),
(34, 1, 'carousel-1.webp', 'treatment_00000034_1700503573.webp', 'webp', 'image/webp', '66902', 5, 1, 1, 0, '2023-11-20 18:06:13', '2023-11-20 18:06:13'),
(35, 1, 'cancer.png', 'treatment_00000035_1700503573.png', 'png', 'image/png', '4158', 5, 1, 1, 0, '2023-11-20 18:06:13', '2023-11-20 18:06:13'),
(36, 1, '9677599.jpg', 'treatment_00000036_1700503594.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:06:34', '2023-11-20 18:06:34'),
(37, 1, 'about-1.jpg', 'treatment_00000037_1700503594.jpg', 'jpg', 'image/jpeg', '49491', 5, 1, 1, 0, '2023-11-20 18:06:34', '2023-11-20 18:06:34'),
(38, 1, '9677599.jpg', 'treatment_00000038_1700503619.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:06:59', '2023-11-20 18:06:59'),
(39, 1, 'about-1.jpg', 'treatment_00000039_1700503619.jpg', 'jpg', 'image/jpeg', '49491', 5, 1, 1, 0, '2023-11-20 18:06:59', '2023-11-20 18:06:59'),
(40, 1, '9677599.jpg', 'treatment_00000040_1700504289.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:18:09', '2023-11-20 18:18:09'),
(41, 1, 'cancer.png', 'treatment_00000041_1700504289.png', 'png', 'image/png', '4158', 5, 1, 1, 0, '2023-11-20 18:18:09', '2023-11-20 18:18:09'),
(42, 1, 'feature.jpg', 'treatment_00000042_1700504385.jpg', 'jpg', 'image/jpeg', '35750', 5, 1, 1, 0, '2023-11-20 18:19:45', '2023-11-20 18:19:45'),
(43, 1, 'infertility.png', 'treatment_00000043_1700504385.png', 'png', 'image/png', '5655', 5, 1, 1, 0, '2023-11-20 18:19:45', '2023-11-20 18:19:45'),
(44, 1, '9677599.jpg', 'treatment_00000044_1700504815.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:26:55', '2023-11-20 18:26:55'),
(45, 1, '9677599.jpg', 'treatment_00000045_1700505042.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:30:42', '2023-11-20 18:30:42'),
(46, 1, '9677599.jpg', 'treatment_00000046_1700505058.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:30:58', '2023-11-20 18:30:58'),
(47, 1, 'about-1.jpg', 'treatment_00000047_1700505110.jpg', 'jpg', 'image/jpeg', '49491', 5, 1, 1, 0, '2023-11-20 18:31:50', '2023-11-20 18:31:50'),
(48, 1, '9677599.jpg', 'treatment_00000048_1700505323.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:35:23', '2023-11-20 18:35:23'),
(49, 1, 'beauty.png', 'treatment_00000049_1700505381.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-20 18:36:21', '2023-11-20 18:36:21'),
(50, 1, 'affortable_treatment.jpg', 'treatment_00000050_1700505381.jpg', 'jpg', 'image/jpeg', '31747', 5, 1, 1, 0, '2023-11-20 18:36:21', '2023-11-20 18:36:21'),
(51, 1, 'beauty.png', 'treatment_00000051_1700505500.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-20 18:38:20', '2023-11-20 18:38:20'),
(52, 1, 'affortable_treatment.jpg', 'treatment_00000052_1700505500.jpg', 'jpg', 'image/jpeg', '31747', 5, 1, 1, 0, '2023-11-20 18:38:20', '2023-11-20 18:38:20'),
(53, 1, 'about-1.jpg', 'treatment_00000053_1700505523.jpg', 'jpg', 'image/jpeg', '49491', 5, 1, 1, 0, '2023-11-20 18:38:43', '2023-11-20 18:38:43'),
(54, 1, 'cancer.png', 'treatment_00000054_1700505523.png', 'png', 'image/png', '4158', 5, 1, 1, 0, '2023-11-20 18:38:43', '2023-11-20 18:38:43'),
(55, 1, 'about-1.jpg', 'treatment_00000055_1700505778.jpg', 'jpg', 'image/jpeg', '49491', 5, 1, 1, 0, '2023-11-20 18:42:58', '2023-11-20 18:42:58'),
(56, 1, 'about-2.jpg', 'treatment_00000056_1700505778.jpg', 'jpg', 'image/jpeg', '18770', 5, 1, 1, 0, '2023-11-20 18:42:58', '2023-11-20 18:42:58'),
(57, 1, '9677599.jpg', 'treatment_00000057_1700505813.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:43:33', '2023-11-20 18:43:33'),
(58, 1, 'cancer.png', 'treatment_00000058_1700505813.png', 'png', 'image/png', '4158', 5, 1, 1, 0, '2023-11-20 18:43:33', '2023-11-20 18:43:33'),
(59, 1, 'about-1.jpg', 'treatment_00000059_1700506020.jpg', 'jpg', 'image/jpeg', '49491', 5, 1, 1, 0, '2023-11-20 18:47:00', '2023-11-20 18:47:00'),
(60, 1, 'about-1.jpg', 'treatment_00000060_1700506020.jpg', 'jpg', 'image/jpeg', '49491', 5, 1, 1, 0, '2023-11-20 18:47:00', '2023-11-20 18:47:01'),
(61, 1, 'about-1.jpg', 'treatment_00000061_1700506134.jpg', 'jpg', 'image/jpeg', '49491', 5, 1, 1, 0, '2023-11-20 18:48:54', '2023-11-20 18:48:54'),
(62, 1, '9677599.jpg', 'treatment_00000062_1700506134.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:48:54', '2023-11-20 18:48:54'),
(63, 1, '9677599.jpg', 'treatment_00000063_1700506216.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:50:16', '2023-11-20 18:50:16'),
(64, 1, '9677599.jpg', 'treatment_00000064_1700506216.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:50:16', '2023-11-20 18:50:16'),
(65, 1, 'carousel-3.jpg', 'treatment_00000065_1700506285.jpg', 'jpg', 'image/jpeg', '95599', 5, 1, 1, 0, '2023-11-20 18:51:25', '2023-11-20 18:51:25'),
(66, 1, '9677599.jpg', 'treatment_00000066_1700506285.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:51:25', '2023-11-20 18:51:25'),
(67, 1, '9677599.jpg', 'treatment_00000067_1700506306.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:51:46', '2023-11-20 18:51:46'),
(68, 1, '9677599.jpg', 'treatment_00000068_1700506306.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:51:46', '2023-11-20 18:51:46'),
(69, 1, '9677599.jpg', 'treatment_00000069_1700506334.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:52:14', '2023-11-20 18:52:14'),
(70, 1, '9677599.jpg', 'treatment_00000070_1700506334.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:52:14', '2023-11-20 18:52:14'),
(71, 1, '9677599.jpg', 'treatment_00000071_1700506362.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:52:42', '2023-11-20 18:52:42'),
(72, 1, '9677599.jpg', 'treatment_00000072_1700506362.jpg', 'jpg', 'image/jpeg', '411263', 5, 1, 1, 0, '2023-11-20 18:52:42', '2023-11-20 18:52:42'),
(73, 1, '138-1170x683.webp', 'hospital_00000073_1700557134.webp', 'webp', 'image/webp', '135186', 6, 1, 1, 0, '2023-11-21 08:58:54', '2023-11-21 08:58:54'),
(74, 1, '138-1170x683.webp', 'hospital_00000074_1700557222.webp', 'webp', 'image/webp', '135186', 6, 1, 1, 0, '2023-11-21 09:00:22', '2023-11-21 09:00:22'),
(75, 1, '138-1170x683.webp', 'hospital_00000075_1700557291.webp', 'webp', 'image/webp', '135186', 6, 1, 1, 0, '2023-11-21 09:01:31', '2023-11-21 09:01:31'),
(76, 1, '143-1170x683.webp', 'doctor_00000076_1700558504.webp', 'webp', 'image/webp', '95008', 3, 1, 1, 0, '2023-11-21 09:21:44', '2023-11-21 09:21:44'),
(77, 1, '138-1170x683.webp', 'doctor_00000077_1700558516.webp', 'webp', 'image/webp', '135186', 3, 1, 1, 0, '2023-11-21 09:21:56', '2023-11-21 09:21:56'),
(78, 1, '20-1-1170x683.webp', 'hospital_00000078_1700566399.webp', 'webp', 'image/webp', '100124', 6, 1, 1, 0, '2023-11-21 11:33:19', '2023-11-21 11:33:19'),
(79, 1, '143-1170x683.webp', 'hospital_00000079_1700566581.webp', 'webp', 'image/webp', '95008', 6, 1, 1, 0, '2023-11-21 11:36:21', '2023-11-21 11:36:21'),
(80, 1, '143-1170x683.webp', 'hospital_00000080_1700566745.webp', 'webp', 'image/webp', '95008', 6, 1, 1, 0, '2023-11-21 11:39:05', '2023-11-21 11:39:05'),
(81, 1, '143-1170x683.webp', 'hospital_00000081_1700566918.webp', 'webp', 'image/webp', '95008', 6, 1, 1, 0, '2023-11-21 11:41:58', '2023-11-21 11:41:58'),
(82, 1, '143-1170x683.webp', 'hospital_00000082_1700567134.webp', 'webp', 'image/webp', '95008', 6, 1, 1, 0, '2023-11-21 11:45:34', '2023-11-21 11:45:34'),
(83, 1, 't4-1170x341 (1).webp', 'treatment_00000083_1700630740.webp', 'webp', 'image/webp', '41132', 5, 1, 1, 0, '2023-11-22 05:25:40', '2023-11-22 05:25:40'),
(84, 1, 'beauty.png', 'treatment_00000084_1700630740.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-22 05:25:40', '2023-11-22 05:25:40'),
(85, 1, 't4-1170x341 (1).webp', 'treatment_00000085_1700630844.webp', 'webp', 'image/webp', '41132', 5, 1, 1, 0, '2023-11-22 05:27:24', '2023-11-22 05:27:24'),
(86, 1, 'beauty.png', 'treatment_00000086_1700630844.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-22 05:27:24', '2023-11-22 05:27:24'),
(87, 1, 'plastic-surgery-banner-1170x683.webp', 'treatment_00000087_1700631082.webp', 'webp', 'image/webp', '49824', 5, 1, 1, 0, '2023-11-22 05:31:22', '2023-11-22 05:31:22'),
(88, 1, 'beauty.png', 'treatment_00000088_1700631082.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-22 05:31:22', '2023-11-22 05:31:22'),
(89, 1, 'icon_33_1481.webp', 'treatment_00000089_1700631365.webp', 'webp', 'image/webp', '6480', 5, 1, 1, 0, '2023-11-22 05:36:05', '2023-11-22 05:36:05'),
(90, 1, 'beauty.png', 'treatment_00000090_1700631365.png', 'png', 'image/png', '6095', 5, 1, 1, 0, '2023-11-22 05:36:05', '2023-11-22 05:36:05'),
(91, 1, '138-1170x683.webp', 'hospital_00000091_1700631663.webp', 'webp', 'image/webp', '135186', 6, 1, 1, 0, '2023-11-22 05:41:03', '2023-11-22 05:41:03'),
(92, 1, 'team-2.jpg', 'doctor_00000092_1700632131.jpg', 'jpg', 'image/jpeg', '23690', 3, 1, 1, 0, '2023-11-22 05:48:51', '2023-11-22 05:48:51'),
(93, 1, 'team-2.jpg', 'doctor_00000093_1700632308.jpg', 'jpg', 'image/jpeg', '23690', 3, 1, 1, 0, '2023-11-22 05:51:48', '2023-11-22 05:51:48'),
(94, 1, 'team-2.jpg', 'doctor_00000094_1700633199.jpg', 'jpg', 'image/jpeg', '23690', 3, 1, 1, 0, '2023-11-22 06:06:39', '2023-11-22 06:06:39'),
(95, 1, '138-1170x683.webp', 'doctor_00000095_1700633216.webp', 'webp', 'image/webp', '135186', 3, 1, 1, 0, '2023-11-22 06:06:56', '2023-11-22 06:06:56'),
(96, 1, 'Max-Healthcare.webp', 'doctor_00000096_1700723118.webp', 'webp', 'image/webp', '3906', 3, 1, 1, 0, '2023-11-23 07:05:18', '2023-11-23 07:05:18'),
(97, 1, 'affortable_treatment.jpg', 'cms_00000097_1700723422.jpg', 'jpg', 'image/jpeg', '31747', 4, 1, 1, 0, '2023-11-23 07:10:22', '2023-11-23 07:10:22'),
(98, 1, 'affortable_treatment.jpg', 'cms_00000098_1700723504.jpg', 'jpg', 'image/jpeg', '31747', 4, 1, 1, 0, '2023-11-23 07:11:44', '2023-11-23 07:11:44'),
(99, 1, 'affortable_treatment.jpg', 'cms_00000099_1700723583.jpg', 'jpg', 'image/jpeg', '31747', 4, 1, 1, 0, '2023-11-23 07:13:03', '2023-11-23 07:13:03'),
(100, 1, 'affortable_treatment.jpg', 'cms_00000100_1700723854.jpg', 'jpg', 'image/jpeg', '31747', 4, 1, 1, 0, '2023-11-23 07:17:34', '2023-11-23 07:17:34'),
(101, 1, 'affortable_treatment.jpg', 'cms_00000101_1700724020.jpg', 'jpg', 'image/jpeg', '31747', 4, 1, 1, 0, '2023-11-23 07:20:20', '2023-11-23 07:20:20'),
(102, 1, 'affortable_treatment.jpg', 'cms_00000102_1700724046.jpg', 'jpg', 'image/jpeg', '31747', 4, 1, 1, 0, '2023-11-23 07:20:46', '2023-11-23 07:20:46'),
(103, 1, 'testimonial-2.jpg', 'testimonial_00000103_1700815685.jpg', 'jpg', 'image/jpeg', '3517', 7, 1, 1, 0, '2023-11-24 08:48:05', '2023-11-24 08:48:05'),
(104, 1, 'testimonial-2.jpg', 'testimonial_00000104_1700815762.jpg', 'jpg', 'image/jpeg', '3517', 7, 1, 1, 0, '2023-11-24 08:49:22', '2023-11-24 08:49:22'),
(105, 1, 'testimonial-3.jpg', 'testimonial_00000105_1700821410.jpg', 'jpg', 'image/jpeg', '3066', 7, 1, 1, 0, '2023-11-24 10:23:30', '2023-11-24 10:23:30'),
(106, 1, 'testimonial-2.jpg', 'testimonial_00000106_1701068252.jpg', 'jpg', 'image/jpeg', '3517', 7, 1, 1, 0, '2023-11-27 06:57:32', '2023-11-27 06:57:32'),
(107, 1, 'australia.png', 'others_00000107_1739946903.png', 'png', 'image/png', '3135', 1, 1, 1, 0, '2025-02-19 06:35:03', '2025-02-19 06:35:03'),
(108, 1, 'opera-house-2981044_640.jpg', 'others_00000108_1739946903.jpg', 'jpg', 'image/jpeg', '97387', 1, 1, 1, 0, '2025-02-19 06:35:03', '2025-02-19 06:35:03'),
(109, 1, 'australia.png', 'others_00000109_1739952239.png', 'png', 'image/png', '3135', 1, 1, 1, 0, '2025-02-19 08:03:59', '2025-02-19 08:03:59'),
(110, 1, 'opera-house-2981044_640.jpg', 'others_00000110_1739952239.jpg', 'jpg', 'image/jpeg', '97387', 1, 1, 1, 0, '2025-02-19 08:03:59', '2025-02-19 08:03:59'),
(111, 1, 'australia.png', 'others_00000111_1739952274.png', 'png', 'image/png', '3135', 1, 1, 1, 0, '2025-02-19 08:04:34', '2025-02-19 08:04:34'),
(112, 1, 'opera-house-2981044_640.jpg', 'others_00000112_1739952274.jpg', 'jpg', 'image/jpeg', '97387', 1, 1, 1, 0, '2025-02-19 08:04:34', '2025-02-19 08:04:34'),
(113, 1, 'australia.png', 'others_00000113_1739952304.png', 'png', 'image/png', '3135', 1, 1, 1, 0, '2025-02-19 08:05:04', '2025-02-19 08:05:04'),
(114, 1, 'opera-house-2981044_640.jpg', 'others_00000114_1739952304.jpg', 'jpg', 'image/jpeg', '97387', 1, 1, 1, 0, '2025-02-19 08:05:04', '2025-02-19 08:05:04'),
(115, 1, 'opera-house-2981044_640.jpg', 'others_00000115_1739959321.jpg', 'jpg', 'image/jpeg', '97387', 1, 1, 1, 0, '2025-02-19 10:02:01', '2025-02-19 10:02:01'),
(116, 1, '1694667310.jpg', 'others_00000116_1739959517.jpg', 'jpg', 'image/jpeg', '96052', 1, 1, 1, 0, '2025-02-19 10:05:17', '2025-02-19 10:05:17'),
(117, 1, '1694667310.jpg', 'others_00000117_1739960565.jpg', 'jpg', 'image/jpeg', '96052', 1, 1, 1, 0, '2025-02-19 10:22:45', '2025-02-19 10:22:45'),
(118, 1, '1694667310.jpg', 'others_00000118_1739960652.jpg', 'jpg', 'image/jpeg', '96052', 1, 1, 1, 0, '2025-02-19 10:24:12', '2025-02-19 10:24:12'),
(119, 1, '1694667310.jpg', 'others_00000119_1739960684.jpg', 'jpg', 'image/jpeg', '96052', 1, 1, 1, 0, '2025-02-19 10:24:44', '2025-02-19 10:24:44'),
(120, 1, 'opera-house-2981044_640.jpg', 'others_00000120_1739963029.jpg', 'jpg', 'image/jpeg', '97387', 1, 1, 1, 0, '2025-02-19 11:03:49', '2025-02-19 11:03:49'),
(121, 1, '1694667310.jpg', 'others_00000121_1739963318.jpg', 'jpg', 'image/jpeg', '96052', 1, 1, 1, 0, '2025-02-19 11:08:38', '2025-02-19 11:08:38'),
(122, 1, 'uk.jpg', 'others_00000122_1739963814.jpg', 'jpg', 'image/jpeg', '646987', 1, 1, 1, 0, '2025-02-19 11:16:54', '2025-02-19 11:16:54'),
(123, 1, 'united-kingdom.png', 'others_00000123_1739963814.png', 'png', 'image/png', '3413', 1, 1, 1, 0, '2025-02-19 11:16:54', '2025-02-19 11:16:54'),
(124, 1, 'united-kingdom.png', 'others_00000124_1739963842.png', 'png', 'image/png', '3413', 1, 1, 1, 0, '2025-02-19 11:17:22', '2025-02-19 11:17:22'),
(125, 1, 'uk.jpg', 'others_00000125_1739963842.jpg', 'jpg', 'image/jpeg', '646987', 1, 1, 1, 0, '2025-02-19 11:17:22', '2025-02-19 11:17:22'),
(126, 1, 'testimonials-1.jpg', 'testimonial_00000126_1740072165.jpg', 'jpg', 'image/jpeg', '19553', 7, 1, 1, 0, '2025-02-20 17:22:45', '2025-02-20 17:22:45'),
(127, 1, 'testimonials-2.jpg', 'testimonial_00000127_1740072204.jpg', 'jpg', 'image/jpeg', '31084', 7, 1, 1, 0, '2025-02-20 17:23:24', '2025-02-20 17:23:24'),
(128, 1, 'project2.jpg', 'others_00000128_1740131119.jpg', 'jpg', 'image/jpeg', '52927', 1, 1, 1, 0, '2025-02-21 09:45:19', '2025-02-21 09:45:19'),
(129, 1, 'banner2.jpg', 'others_00000129_1740131216.jpg', 'jpg', 'image/jpeg', '299606', 1, 1, 1, 0, '2025-02-21 09:46:56', '2025-02-21 09:46:56'),
(130, 1, 'blog1.jpg', 'others_00000130_1740131604.jpg', 'jpg', 'image/jpeg', '27488', 1, 1, 1, 0, '2025-02-21 09:53:24', '2025-02-21 09:53:24'),
(131, 1, 'banner3.jpg', 'others_00000131_1740133455.jpg', 'jpg', 'image/jpeg', '260647', 1, 1, 1, 0, '2025-02-21 10:24:15', '2025-02-21 10:24:15'),
(132, 1, 'blog2.jpg', 'others_00000132_1740133539.jpg', 'jpg', 'image/jpeg', '36302', 1, 1, 1, 0, '2025-02-21 10:25:39', '2025-02-21 10:25:39'),
(133, 1, 'banner2.jpg', 'others_00000133_1740133813.jpg', 'jpg', 'image/jpeg', '299606', 1, 1, 1, 0, '2025-02-21 10:30:13', '2025-02-21 10:30:13'),
(134, 1, 'blog1.jpg', 'others_00000134_1740133824.jpg', 'jpg', 'image/jpeg', '27488', 1, 1, 1, 0, '2025-02-21 10:30:24', '2025-02-21 10:30:24'),
(135, 1, 'blog1.jpg', 'others_00000135_1740133842.jpg', 'jpg', 'image/jpeg', '27488', 1, 1, 1, 0, '2025-02-21 10:30:42', '2025-02-21 10:30:42'),
(136, 1, 'banner3.jpg', 'others_00000136_1740134032.jpg', 'jpg', 'image/jpeg', '260647', 1, 1, 1, 0, '2025-02-21 10:33:52', '2025-02-21 10:33:52'),
(137, 1, 'banner3.jpg', 'others_00000137_1740134413.jpg', 'jpg', 'image/jpeg', '260647', 1, 1, 1, 0, '2025-02-21 10:40:13', '2025-02-21 10:40:13'),
(138, 1, 'banner3.jpg', 'others_00000138_1740134461.jpg', 'jpg', 'image/jpeg', '260647', 1, 1, 1, 0, '2025-02-21 10:41:01', '2025-02-21 10:41:01'),
(139, 1, 'instructor-thumb-01.webp', 'others_00000139_1740423721.webp', 'webp', 'image/webp', '562298', 1, 1, 1, 0, '2025-02-24 19:02:01', '2025-02-24 19:02:01'),
(140, 1, 'instructor-thumb-01.webp', 'others_00000140_1740423753.webp', 'webp', 'image/webp', '562298', 1, 1, 1, 0, '2025-02-24 19:02:33', '2025-02-24 19:02:33'),
(141, 1, 'instructor-thumb-02.webp', 'testimonial_00000141_1740424067.webp', 'webp', 'image/webp', '367896', 7, 1, 1, 0, '2025-02-24 19:07:47', '2025-02-24 19:07:47'),
(142, 1, 'event-details-thumb.webp', 'others_00000142_1740500476.webp', 'webp', 'image/webp', '74380', 1, 1, 1, 0, '2025-02-25 16:21:16', '2025-02-25 16:21:16'),
(143, 1, 'event-img-1.webp', 'others_00000143_1740500769.webp', 'webp', 'image/webp', '76188', 1, 1, 1, 0, '2025-02-25 16:26:09', '2025-02-25 16:26:09'),
(144, 1, 'event-img-1.webp', 'others_00000144_1740500782.webp', 'webp', 'image/webp', '76188', 1, 1, 1, 0, '2025-02-25 16:26:22', '2025-02-25 16:26:22'),
(145, 1, 'campus-gallery-img-1.webp', 'others_00000145_1740503234.webp', 'webp', 'image/webp', '70824', 1, 1, 1, 0, '2025-02-25 17:07:14', '2025-02-25 17:07:14'),
(146, 1, 'campus-gallery-img-2.webp', 'others_00000146_1740503355.webp', 'webp', 'image/webp', '62858', 1, 1, 1, 0, '2025-02-25 17:09:14', '2025-02-25 17:09:15'),
(147, 1, 'campus-gallery-img-3.webp', 'others_00000147_1740503363.webp', 'webp', 'image/webp', '59698', 1, 1, 1, 0, '2025-02-25 17:09:23', '2025-02-25 17:09:23'),
(148, 1, 'campus-gallery-img-8.webp', 'others_00000148_1740503373.webp', 'webp', 'image/webp', '54626', 1, 1, 1, 0, '2025-02-25 17:09:33', '2025-02-25 17:09:33'),
(149, 1, 'campus-gallery-img-5.webp', 'others_00000149_1740503383.webp', 'webp', 'image/webp', '59616', 1, 1, 1, 0, '2025-02-25 17:09:43', '2025-02-25 17:09:43'),
(150, 1, 'campus-gallery-img-3.webp', 'others_00000150_1740503394.webp', 'webp', 'image/webp', '59698', 1, 1, 1, 0, '2025-02-25 17:09:54', '2025-02-25 17:09:54'),
(151, 1, 'testimonial-sm-thumb-2.webp', 'testimonial_00000151_1740851270.webp', 'webp', 'image/webp', '918', 7, 1, 1, 0, '2025-03-01 17:47:49', '2025-03-01 17:47:50'),
(152, 1, 'testimonial-sm-thumb-3.webp', 'testimonial_00000152_1740851396.webp', 'webp', 'image/webp', '1044', 7, 1, 1, 0, '2025-03-01 17:49:56', '2025-03-01 17:49:56'),
(153, 1, 'brand-01.webp', 'others_00000153_1741178555.webp', 'webp', 'image/webp', '5782', 1, 1, 1, 0, '2025-03-05 12:42:35', '2025-03-05 12:42:35'),
(154, 1, 'brand-02.webp', 'others_00000154_1741178564.webp', 'webp', 'image/webp', '4714', 1, 1, 1, 0, '2025-03-05 12:42:44', '2025-03-05 12:42:44'),
(155, 1, 'brand-03.webp', 'others_00000155_1741178570.webp', 'webp', 'image/webp', '4042', 1, 1, 1, 0, '2025-03-05 12:42:50', '2025-03-05 12:42:50'),
(156, 1, 'brand-04.webp', 'others_00000156_1741178575.webp', 'webp', 'image/webp', '6188', 1, 1, 1, 0, '2025-03-05 12:42:55', '2025-03-05 12:42:55'),
(157, 1, 'brand-05.webp', 'others_00000157_1741178581.webp', 'webp', 'image/webp', '4344', 1, 1, 1, 0, '2025-03-05 12:43:01', '2025-03-05 12:43:01'),
(158, 1, 'brand-06.webp', 'others_00000158_1741178589.webp', 'webp', 'image/webp', '4138', 1, 1, 1, 0, '2025-03-05 12:43:09', '2025-03-05 12:43:09'),
(159, 1, 'brand-01.webp', 'others_00000159_1741179222.webp', 'webp', 'image/webp', '5782', 1, 1, 1, 0, '2025-03-05 12:53:42', '2025-03-05 12:53:42'),
(160, 1, 'phd.jpg', 'others_00000160_1742203454.jpg', 'jpg', 'image/jpeg', '59718', 1, 1, 1, 0, '2025-03-17 09:24:14', '2025-03-17 09:24:14'),
(161, 1, 'phd.jpg', 'others_00000161_1742203483.jpg', 'jpg', 'image/jpeg', '59718', 1, 1, 1, 0, '2025-03-17 09:24:43', '2025-03-17 09:24:43'),
(162, 1, 'blog-thumb-01.webp', 'others_00000162_1742989232.webp', 'webp', 'image/webp', '23636', 1, 1, 1, 0, '2025-03-26 11:40:32', '2025-03-26 11:40:32'),
(163, 1, 'blog-thumb-02.webp', 'others_00000163_1743007671.webp', 'webp', 'image/webp', '28708', 1, 1, 1, 0, '2025-03-26 16:47:51', '2025-03-26 16:47:51'),
(164, 1, 'blog-thumb-03.webp', 'others_00000164_1743007693.webp', 'webp', 'image/webp', '35016', 1, 1, 1, 0, '2025-03-26 16:48:13', '2025-03-26 16:48:13'),
(165, 1, 'blog-thumb-04.webp', 'others_00000165_1743007718.webp', 'webp', 'image/webp', '46994', 1, 1, 1, 0, '2025-03-26 16:48:38', '2025-03-26 16:48:38'),
(166, 1, 'blog-thumb-01.webp', 'others_00000166_1743009662.webp', 'webp', 'image/webp', '23636', 1, 1, 1, 0, '2025-03-26 17:21:02', '2025-03-26 17:21:02'),
(167, 1, 'blog-thumb-09.webp', 'others_00000167_1743009680.webp', 'webp', 'image/webp', '69780', 1, 1, 1, 0, '2025-03-26 17:21:20', '2025-03-26 17:21:20'),
(168, 1, 'blog-thumb-04.webp', 'others_00000168_1743009728.webp', 'webp', 'image/webp', '46994', 1, 1, 1, 0, '2025-03-26 17:22:08', '2025-03-26 17:22:08'),
(169, 1, 'event_details.jpeg', 'others_00000169_1743067639.jpeg', 'jpeg', 'image/jpeg', '56947', 1, 1, 1, 0, '2025-03-27 09:27:19', '2025-03-27 09:27:19'),
(170, 1, 'event_details.jpeg', 'others_00000170_1743067995.jpeg', 'jpeg', 'image/jpeg', '56947', 1, 1, 1, 0, '2025-03-27 09:33:15', '2025-03-27 09:33:15'),
(171, 1, 'program_2.png', 'others_00000171_1743068058.png', 'png', 'image/png', '251682', 1, 1, 1, 0, '2025-03-27 09:34:18', '2025-03-27 09:34:18'),
(172, 1, 'bill-of-rights.jpg', 'others_00000172_1743068099.jpg', 'jpg', 'image/jpeg', '26421', 1, 1, 1, 0, '2025-03-27 09:34:59', '2025-03-27 09:34:59'),
(173, 1, 'v.png', NULL, 'png', 'image/png', '108575', 1, 0, 1, 0, '2025-04-05 07:14:07', '2025-04-05 07:14:07'),
(174, 1, 'v.png', NULL, 'png', 'image/png', '108575', 1, 0, 1, 0, '2025-04-05 07:16:01', '2025-04-05 07:16:01'),
(175, 1, 'v.png', 'others_00000175_1743837418.png', 'png', 'image/png', '108575', 1, 1, 1, 0, '2025-04-05 07:16:58', '2025-04-05 07:16:58'),
(176, 1, 'v.png', 'others_00000176_1743837440.png', 'png', 'image/png', '108575', 1, 1, 1, 0, '2025-04-05 07:17:20', '2025-04-05 07:17:20'),
(177, 1, 'v.png', 'others_00000177_1743837472.png', 'png', 'image/png', '108575', 1, 1, 1, 0, '2025-04-05 07:17:52', '2025-04-05 07:17:52'),
(178, 1, 'v.png', 'others_00000178_1743837494.png', 'png', 'image/png', '108575', 1, 1, 1, 0, '2025-04-05 07:18:14', '2025-04-05 07:18:14'),
(179, 1, 'v.png', 'others_00000179_1743837514.png', 'png', 'image/png', '108575', 1, 1, 1, 0, '2025-04-05 07:18:34', '2025-04-05 07:18:34'),
(180, 1, 'v.png', 'others_00000180_1743837530.png', 'png', 'image/png', '108575', 1, 1, 1, 0, '2025-04-05 07:18:50', '2025-04-05 07:18:50'),
(181, 1, 'v.png', 'others_00000181_1743838960.png', 'png', 'image/png', '108575', 1, 1, 1, 0, '2025-04-05 07:42:40', '2025-04-05 07:42:40'),
(182, 1, 'v.png', 'others_00000182_1743839395.png', 'png', 'image/png', '108575', 1, 1, 1, 0, '2025-04-05 07:49:55', '2025-04-05 07:49:55'),
(183, 1, 'house-db-1.jpg', 'others_00000183_1743865712.jpg', 'jpg', 'image/jpeg', '49523', 1, 1, 1, 0, '2025-04-05 15:08:32', '2025-04-05 15:08:32'),
(184, 1, 'house-db-2.jpg', 'staff_00000184_1743865724.jpg', 'jpg', 'image/jpeg', '80530', 2, 1, 1, 0, '2025-04-05 15:08:44', '2025-04-05 15:08:44'),
(185, 1, 'house-db-3.jpg', 'doctor_00000185_1743865737.jpg', 'jpg', 'image/jpeg', '58918', 3, 1, 1, 0, '2025-04-05 15:08:57', '2025-04-05 15:08:57'),
(186, 1, 'house-db-4.jpg', 'cms_00000186_1743865737.jpg', 'jpg', 'image/jpeg', '32330', 4, 1, 1, 0, '2025-04-05 15:08:57', '2025-04-05 15:08:57'),
(187, 1, 'house-db-5.jpg', 'treatment_00000187_1743865737.jpg', 'jpg', 'image/jpeg', '68101', 5, 1, 1, 0, '2025-04-05 15:08:57', '2025-04-05 15:08:57'),
(188, 1, 'house-db-3.jpg', 'hospital_00000188_1743865737.jpg', 'jpg', 'image/jpeg', '58918', 6, 1, 1, 0, '2025-04-05 15:08:57', '2025-04-05 15:08:57'),
(189, 1, 'location-11.jpg', 'others_00000189_1744049674.jpg', 'jpg', 'image/jpeg', '61384', 1, 1, 1, 0, '2025-04-07 18:14:34', '2025-04-07 18:14:34'),
(190, 1, 'location-27.jpg', 'others_00000190_1744049840.jpg', 'jpg', 'image/jpeg', '79776', 1, 1, 1, 0, '2025-04-07 18:17:20', '2025-04-07 18:17:20'),
(191, 1, 'location-28.jpg', 'others_00000191_1744049865.jpg', 'jpg', 'image/jpeg', '88620', 1, 1, 1, 0, '2025-04-07 18:17:45', '2025-04-07 18:17:45'),
(192, 1, 'location-28.jpg', 'others_00000192_1744049952.jpg', 'jpg', 'image/jpeg', '88620', 1, 1, 1, 0, '2025-04-07 18:19:12', '2025-04-07 18:19:12'),
(193, 1, 'location-12.jpg', 'others_00000193_1744050131.jpg', 'jpg', 'image/jpeg', '71077', 1, 1, 1, 0, '2025-04-07 18:22:11', '2025-04-07 18:22:11'),
(194, 1, 'buildings.png', 'others_00000194_1744213380.png', 'png', 'image/png', '2029', 1, 1, 1, 0, '2025-04-09 15:43:00', '2025-04-09 15:43:00'),
(195, 1, 'residential.png', 'others_00000195_1744213391.png', 'png', 'image/png', '3596', 1, 1, 1, 0, '2025-04-09 15:43:11', '2025-04-09 15:43:11'),
(196, 1, 'buildings.png', 'others_00000196_1744213401.png', 'png', 'image/png', '2029', 1, 1, 1, 0, '2025-04-09 15:43:21', '2025-04-09 15:43:21'),
(197, 1, 'location.png', 'others_00000197_1744213415.png', 'png', 'image/png', '3595', 1, 1, 1, 0, '2025-04-09 15:43:35', '2025-04-09 15:43:35'),
(198, 1, 'media.png', 'others_00000198_1744213473.png', 'png', 'image/png', '3254', 1, 1, 1, 0, '2025-04-09 15:44:33', '2025-04-09 15:44:33'),
(199, 1, 'plotting.png', 'others_00000199_1744213512.png', 'png', 'image/png', '3004', 1, 1, 1, 0, '2025-04-09 15:45:12', '2025-04-09 15:45:12'),
(200, 1, 'brand-1.jpg', 'others_00000200_1744224449.jpg', 'jpg', 'image/jpeg', '16912', 1, 1, 1, 0, '2025-04-09 18:47:29', '2025-04-09 18:47:29'),
(201, 1, 'brand-2.jpg', 'others_00000201_1744224455.jpg', 'jpg', 'image/jpeg', '19344', 1, 1, 1, 0, '2025-04-09 18:47:35', '2025-04-09 18:47:35'),
(202, 1, 'brand-3.jpg', 'others_00000202_1744224461.jpg', 'jpg', 'image/jpeg', '10153', 1, 1, 1, 0, '2025-04-09 18:47:41', '2025-04-09 18:47:41'),
(203, 1, 'brand-4.jpg', 'others_00000203_1744224467.jpg', 'jpg', 'image/jpeg', '15823', 1, 1, 1, 0, '2025-04-09 18:47:47', '2025-04-09 18:47:47'),
(204, 1, 'brand-9.jpg', 'others_00000204_1744224592.jpg', 'jpg', 'image/jpeg', '16072', 1, 1, 1, 0, '2025-04-09 18:49:52', '2025-04-09 18:49:52'),
(205, 1, 'blog-details-1.jpg', 'others_00000205_1744297710.jpg', 'jpg', 'image/jpeg', '26690', 1, 1, 1, 0, '2025-04-10 15:08:30', '2025-04-10 15:08:30'),
(206, 1, 'blog-details-1.jpg', 'others_00000206_1744297746.jpg', 'jpg', 'image/jpeg', '26690', 1, 1, 1, 0, '2025-04-10 15:09:06', '2025-04-10 15:09:06'),
(207, 1, 'blog-details-1.jpg', 'others_00000207_1744297873.jpg', 'jpg', 'image/jpeg', '26690', 1, 1, 1, 0, '2025-04-10 15:11:13', '2025-04-10 15:11:13'),
(208, 1, 'blog-details.jpg', 'others_00000208_1744298078.jpg', 'jpg', 'image/jpeg', '71846', 1, 1, 1, 0, '2025-04-10 15:14:38', '2025-04-10 15:14:38'),
(209, 1, 'blog-details-2.jpg', 'others_00000209_1744298115.jpg', 'jpg', 'image/jpeg', '30577', 1, 1, 1, 0, '2025-04-10 15:15:15', '2025-04-10 15:15:15'),
(210, 1, 'Treesha Realtor.jpg', 'others_00000210_1744743158.jpg', 'jpg', 'image/jpeg', '33262', 1, 1, 1, 0, '2025-04-16 07:22:38', '2025-04-16 07:22:38'),
(211, 1, 'Treesha Realtor.jpg', 'others_00000211_1744743191.jpg', 'jpg', 'image/jpeg', '33262', 1, 1, 1, 0, '2025-04-16 07:23:11', '2025-04-16 07:23:11'),
(212, 1, 'best interior designer in kolkata.jpg', 'others_00000212_1744743226.jpg', 'jpg', 'image/jpeg', '208945', 1, 1, 1, 0, '2025-04-16 07:23:46', '2025-04-16 07:23:46'),
(213, 1, 'Treesha Realtor.jpg', 'others_00000213_1744743840.jpg', 'jpg', 'image/jpeg', '33262', 1, 1, 1, 0, '2025-04-16 07:34:00', '2025-04-16 07:34:00'),
(214, 1, 'house-db-1.jpg', 'others_00000214_1744743891.jpg', 'jpg', 'image/jpeg', '49523', 1, 1, 1, 0, '2025-04-16 07:34:51', '2025-04-16 07:34:51'),
(215, 1, 'house-db-1.jpg', 'others_00000215_1744743961.jpg', 'jpg', 'image/jpeg', '49523', 1, 1, 1, 0, '2025-04-16 07:36:01', '2025-04-16 07:36:01'),
(216, 1, 'Treesha Realtor.jpg', 'others_00000216_1744743995.jpg', 'jpg', 'image/jpeg', '33262', 1, 1, 1, 0, '2025-04-16 07:36:35', '2025-04-16 07:36:35'),
(217, 1, 'house-db-4.jpg', 'staff_00000217_1744743998.jpg', 'jpg', 'image/jpeg', '32330', 2, 1, 1, 0, '2025-04-16 07:36:38', '2025-04-16 07:36:38'),
(218, 1, 'TreeshaRealtor.jpg', 'others_00000218_1744744147.jpg', 'jpg', 'image/jpeg', '33379', 1, 1, 1, 0, '2025-04-16 07:39:07', '2025-04-16 07:39:07'),
(219, 1, 'Treesha Realtors home.jpg', 'others_00000219_1744744531.jpg', 'jpg', 'image/jpeg', '47078', 1, 1, 1, 0, '2025-04-16 07:45:31', '2025-04-16 07:45:31'),
(220, 1, 'Treesha Realtors home.jpg', 'others_00000220_1744745013.jpg', 'jpg', 'image/jpeg', '47078', 1, 1, 1, 0, '2025-04-16 07:53:33', '2025-04-16 07:53:33'),
(221, 1, 'Treesha Realtors home.jpg', 'others_00000221_1744745349.jpg', 'jpg', 'image/jpeg', '47078', 1, 1, 1, 0, '2025-04-16 07:59:09', '2025-04-16 07:59:09'),
(222, 1, 'pexels-heyho-8134850 (1).jpg', 'others_00000222_1744745745.jpg', 'jpg', 'image/jpeg', '32986', 1, 1, 1, 0, '2025-04-16 08:05:45', '2025-04-16 08:05:45'),
(223, 1, 'Treesha Realtor -Habra.jpg', 'others_00000223_1744746029.jpg', 'jpg', 'image/jpeg', '41946', 1, 1, 1, 0, '2025-04-16 08:10:29', '2025-04-16 08:10:29'),
(224, 1, 'Treesha Realtor Banglow.jpg', 'others_00000224_1744746322.jpg', 'jpg', 'image/jpeg', '39234', 1, 1, 1, 0, '2025-04-16 08:15:22', '2025-04-16 08:15:22'),
(225, 1, 'Treesha plot1.jpg', 'others_00000225_1744746910.jpg', 'jpg', 'image/jpeg', '61021', 1, 1, 1, 0, '2025-04-16 08:25:10', '2025-04-16 08:25:10'),
(226, 1, 'Treesha Realtors.jpg', 'others_00000226_1744747110.jpg', 'jpg', 'image/jpeg', '63987', 1, 1, 1, 0, '2025-04-16 08:28:30', '2025-04-16 08:28:30'),
(227, 1, 'Newton Plot bu Treesharealtor.jpg', 'others_00000227_1744747229.jpg', 'jpg', 'image/jpeg', '37308', 1, 1, 1, 0, '2025-04-16 08:30:29', '2025-04-16 08:30:29'),
(228, 1, 'slide26.jpg', 'others_00000228_1745946132.jpg', 'jpg', 'image/jpeg', '531585', 1, 1, 1, 0, '2025-04-29 17:02:12', '2025-04-29 17:02:12'),
(229, 1, 'slide26.jpg', 'others_00000229_1745946172.jpg', 'jpg', 'image/jpeg', '531585', 1, 1, 1, 0, '2025-04-29 17:02:52', '2025-04-29 17:02:52'),
(230, 1, 'slide26.jpg', 'others_00000230_1745946258.jpg', 'jpg', 'image/jpeg', '531585', 1, 1, 1, 0, '2025-04-29 17:04:18', '2025-04-29 17:04:18'),
(231, 1, 'slide26.jpg', 'others_00000231_1745947349.jpg', 'jpg', 'image/jpeg', '531585', 1, 1, 1, 0, '2025-04-29 17:22:29', '2025-04-29 17:22:29'),
(232, 1, 'slide27.jpg', 'others_00000232_1745947434.jpg', 'jpg', 'image/jpeg', '513443', 1, 1, 1, 0, '2025-04-29 17:23:54', '2025-04-29 17:23:54'),
(233, 1, 'slide25.jpg', 'others_00000233_1745947482.jpg', 'jpg', 'image/jpeg', '292093', 1, 1, 1, 0, '2025-04-29 17:24:42', '2025-04-29 17:24:42'),
(234, 1, 'court-hammer-books-judgment.jpg', 'others_00000234_1745949480.jpg', 'jpg', 'image/jpeg', '102360', 1, 1, 1, 0, '2025-04-29 17:58:00', '2025-04-29 17:58:00'),
(235, 1, '33.png', 'others_00000235_1745949480.png', 'png', 'image/png', '4194', 1, 1, 1, 0, '2025-04-29 17:58:00', '2025-04-29 17:58:00'),
(236, 1, 'i.jpg', 'others_00000236_1745949784.jpg', 'jpg', 'image/jpeg', '102279', 1, 1, 1, 0, '2025-04-29 18:03:04', '2025-04-29 18:03:04'),
(237, 1, '32.png', 'others_00000237_1745949784.png', 'png', 'image/png', '4571', 1, 1, 1, 0, '2025-04-29 18:03:04', '2025-04-29 18:03:04'),
(238, 1, 'portfolio-19.jpg', 'others_00000238_1745952296.jpg', 'jpg', 'image/jpeg', '159265', 1, 1, 1, 0, '2025-04-29 18:44:56', '2025-04-29 18:44:56'),
(239, 1, 'portfolio-21.jpg', 'others_00000239_1745952296.jpg', 'jpg', 'image/jpeg', '66219', 1, 1, 1, 0, '2025-04-29 18:44:56', '2025-04-29 18:44:56'),
(240, 1, 'portfolio-22.jpg', 'others_00000240_1745952296.jpg', 'jpg', 'image/jpeg', '68172', 1, 1, 1, 0, '2025-04-29 18:44:56', '2025-04-29 18:44:56'),
(241, 1, 'portfolio-20.jpg', 'others_00000241_1745952296.jpg', 'jpg', 'image/jpeg', '167966', 1, 1, 1, 0, '2025-04-29 18:44:56', '2025-04-29 18:44:56'),
(242, 1, 'portfolio-19.jpg', 'others_00000242_1745952464.jpg', 'jpg', 'image/jpeg', '159265', 1, 1, 1, 0, '2025-04-29 18:47:44', '2025-04-29 18:47:44'),
(243, 1, 'portfolio-21.jpg', 'others_00000243_1745952464.jpg', 'jpg', 'image/jpeg', '66219', 1, 1, 1, 0, '2025-04-29 18:47:44', '2025-04-29 18:47:44'),
(244, 1, 'portfolio-22.jpg', 'others_00000244_1745952464.jpg', 'jpg', 'image/jpeg', '68172', 1, 1, 1, 0, '2025-04-29 18:47:44', '2025-04-29 18:47:44'),
(245, 1, 'portfolio-20.jpg', 'others_00000245_1745952464.jpg', 'jpg', 'image/jpeg', '167966', 1, 1, 1, 0, '2025-04-29 18:47:44', '2025-04-29 18:47:44'),
(246, 1, 'portfolio-19.jpg', 'others_00000246_1745952543.jpg', 'jpg', 'image/jpeg', '159265', 1, 1, 1, 0, '2025-04-29 18:49:03', '2025-04-29 18:49:03'),
(247, 1, 'portfolio-21.jpg', 'others_00000247_1745952543.jpg', 'jpg', 'image/jpeg', '66219', 1, 1, 1, 0, '2025-04-29 18:49:03', '2025-04-29 18:49:03'),
(248, 1, 'portfolio-22.jpg', 'others_00000248_1745952543.jpg', 'jpg', 'image/jpeg', '68172', 1, 1, 1, 0, '2025-04-29 18:49:03', '2025-04-29 18:49:03'),
(249, 1, 'portfolio-20.jpg', 'others_00000249_1745952543.jpg', 'jpg', 'image/jpeg', '167966', 1, 1, 1, 0, '2025-04-29 18:49:03', '2025-04-29 18:49:03'),
(250, 1, 'portfolio-18.jpg', 'others_00000250_1745952800.jpg', 'jpg', 'image/jpeg', '291200', 1, 1, 1, 0, '2025-04-29 18:53:20', '2025-04-29 18:53:20'),
(251, 1, 'portfolio-21.jpg', 'others_00000251_1745952800.jpg', 'jpg', 'image/jpeg', '66219', 1, 1, 1, 0, '2025-04-29 18:53:20', '2025-04-29 18:53:20'),
(252, 1, 'portfolio-22.jpg', 'others_00000252_1745952800.jpg', 'jpg', 'image/jpeg', '68172', 1, 1, 1, 0, '2025-04-29 18:53:20', '2025-04-29 18:53:20'),
(253, 1, 'portfolio-17.jpg', 'others_00000253_1745952800.jpg', 'jpg', 'image/jpeg', '70429', 1, 1, 1, 0, '2025-04-29 18:53:20', '2025-04-29 18:53:20'),
(254, 1, 'slide27.jpg', 'others_00000254_1746028307.jpg', 'jpg', 'image/jpeg', '513443', 1, 1, 1, 0, '2025-04-30 15:51:47', '2025-04-30 15:51:47'),
(255, 1, 'slide26.jpg', 'others_00000255_1746028315.jpg', 'jpg', 'image/jpeg', '531585', 1, 1, 1, 0, '2025-04-30 15:51:55', '2025-04-30 15:51:55'),
(256, 1, 'i.jpg', 'others_00000256_1746028328.jpg', 'jpg', 'image/jpeg', '102279', 1, 1, 1, 0, '2025-04-30 15:52:08', '2025-04-30 15:52:08'),
(257, 1, 'team-20.jpg', 'others_00000257_1746073734.jpg', 'jpg', 'image/jpeg', '14568', 1, 1, 1, 0, '2025-05-01 04:28:54', '2025-05-01 04:28:54'),
(258, 1, 'team-21.jpg', 'others_00000258_1746073756.jpg', 'jpg', 'image/jpeg', '12363', 1, 1, 1, 0, '2025-05-01 04:29:16', '2025-05-01 04:29:16'),
(259, 1, 'team-22.jpg', 'others_00000259_1746073781.jpg', 'jpg', 'image/jpeg', '13420', 1, 1, 1, 0, '2025-05-01 04:29:41', '2025-05-01 04:29:41'),
(260, 1, 'team-19.jpg', 'others_00000260_1746073807.jpg', 'jpg', 'image/jpeg', '15472', 1, 1, 1, 0, '2025-05-01 04:30:07', '2025-05-01 04:30:07'),
(261, 1, 'blog-24.jpg', 'others_00000261_1746075843.jpg', 'jpg', 'image/jpeg', '129023', 1, 1, 1, 0, '2025-05-01 05:04:03', '2025-05-01 05:04:03'),
(262, 1, 'cal-one-tab.jpg', 'others_00000262_1749807404.jpg', 'jpg', 'image/jpeg', '32513', 1, 1, 1, 0, '2025-06-13 09:36:44', '2025-06-13 09:36:44'),
(263, 1, 'BEC0017_2_1.webp', 'staff_00000263_1749807404.webp', 'webp', 'image/webp', '23202', 2, 1, 1, 0, '2025-06-13 09:36:44', '2025-06-13 09:36:44'),
(264, 1, 'BEC0017_1_1.webp', 'staff_00000264_1749807404.webp', 'webp', 'image/webp', '30568', 2, 1, 1, 0, '2025-06-13 09:36:44', '2025-06-13 09:36:44'),
(265, 1, 'cal-one-tab.jpg', 'others_00000265_1749808345.jpg', 'jpg', 'image/jpeg', '32513', 1, 1, 1, 0, '2025-06-13 09:52:25', '2025-06-13 09:52:25'),
(266, 1, 'BEC0017_2_1.webp', 'staff_00000266_1749808345.webp', 'webp', 'image/webp', '23202', 2, 1, 1, 0, '2025-06-13 09:52:25', '2025-06-13 09:52:25'),
(267, 1, 'BEC0017_1_1.webp', 'staff_00000267_1749808345.webp', 'webp', 'image/webp', '30568', 2, 1, 1, 0, '2025-06-13 09:52:25', '2025-06-13 09:52:25'),
(268, 1, 'allgram-cv-tab.jpg', 'others_00000268_1749808576.jpg', 'jpg', 'image/jpeg', '34390', 1, 1, 1, 0, '2025-06-13 09:56:16', '2025-06-13 09:56:16'),
(269, 1, 'BEC0017_2_1.webp', 'staff_00000269_1749808576.webp', 'webp', 'image/webp', '23202', 2, 1, 1, 0, '2025-06-13 09:56:16', '2025-06-13 09:56:16'),
(270, 1, 'BEC0017_1_1.webp', 'staff_00000270_1749808576.webp', 'webp', 'image/webp', '30568', 2, 1, 1, 0, '2025-06-13 09:56:16', '2025-06-13 09:56:16'),
(271, 1, 'cal-one-tab.jpg', 'others_00000271_1749809373.jpg', 'jpg', 'image/jpeg', '32513', 1, 1, 1, 0, '2025-06-13 10:09:33', '2025-06-13 10:09:33'),
(272, 1, 'BEC0017_2_1.webp', 'staff_00000272_1749809373.webp', 'webp', 'image/webp', '23202', 2, 1, 1, 0, '2025-06-13 10:09:33', '2025-06-13 10:09:33'),
(273, 1, 'BEC0017_1_1.webp', 'staff_00000273_1749809373.webp', 'webp', 'image/webp', '30568', 2, 1, 1, 0, '2025-06-13 10:09:33', '2025-06-13 10:09:33'),
(274, 1, 'allgram-cv-tab.jpg', 'others_00000274_1749815347.jpg', 'jpg', 'image/jpeg', '34390', 1, 1, 1, 0, '2025-06-13 11:49:07', '2025-06-13 11:49:07'),
(275, 1, 'BEC0017_2_1.webp', 'staff_00000275_1749815347.webp', 'webp', 'image/webp', '23202', 2, 1, 1, 0, '2025-06-13 11:49:07', '2025-06-13 11:49:07'),
(276, 1, 'BEC0017_1_1.webp', 'staff_00000276_1749815347.webp', 'webp', 'image/webp', '30568', 2, 1, 1, 0, '2025-06-13 11:49:07', '2025-06-13 11:49:07');

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

--
-- Table structure for table `nelson_migrations`
--

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

--
-- Dumping data for table `nelson_migrations`
--

INSERT INTO `nelson_migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2019_08_19_000000_create_failed_jobs_table', 1),
(4, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(5, '2022_12_24_120359_create_all_tables_v1', 1);

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

--
-- Table structure for table `nelson_password_resets`
--

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

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

--
-- Table structure for table `nelson_personal_access_tokens`
--

CREATE TABLE `nelson_personal_access_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `tokenable_type` varchar(255) NOT NULL,
  `tokenable_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `token` varchar(64) NOT NULL,
  `abilities` text DEFAULT NULL,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `nelson_product`
--

CREATE TABLE `nelson_product` (
  `id` bigint(11) NOT NULL,
  `slug` longtext DEFAULT NULL,
  `cat_id` int(11) DEFAULT NULL,
  `name_en` varchar(255) DEFAULT NULL,
  `brand_logo` varchar(255) DEFAULT NULL,
  `composition` varchar(255) DEFAULT NULL,
  `introduction` longtext DEFAULT NULL,
  `img_1` varchar(255) DEFAULT NULL,
  `img_2` varchar(255) DEFAULT NULL,
  `img_3` varchar(255) DEFAULT NULL,
  `img_4` varchar(255) DEFAULT NULL,
  `benefits` longtext DEFAULT NULL,
  `details` longtext DEFAULT NULL,
  `meta_description` longtext DEFAULT NULL,
  `meta_title` varchar(255) DEFAULT NULL,
  `meta_keywords` longtext DEFAULT NULL,
  `meta_author` varchar(255) DEFAULT NULL,
  `is_delete` int(11) NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `nelson_product`
--

INSERT INTO `nelson_product` (`id`, `slug`, `cat_id`, `name_en`, `brand_logo`, `composition`, `introduction`, `img_1`, `img_2`, `img_3`, `img_4`, `benefits`, `details`, `meta_description`, `meta_title`, `meta_keywords`, `meta_author`, `is_delete`, `status`, `created_at`, `updated_at`) VALUES
(1, 'calpol-650', 1, 'Calpol 650', 'others_00000265_1749808345.jpg', 'test', '<p>test</p>', 'staff_00000266_1749808345.webp', 'staff_00000267_1749808345.webp', NULL, NULL, '<p>test</p>', '<p>test</p>', NULL, NULL, NULL, NULL, 1, 1, '2025-06-13 15:22:25', '2025-06-13 15:36:53'),
(2, 'dd', 3, 'dd', 'others_00000268_1749808576.jpg', 'xfbdfb', '<p>dfbdfb</p>', 'staff_00000269_1749808576.webp', 'staff_00000270_1749808576.webp', NULL, NULL, '<p>dfbdfb</p>', '<p>dfbdfbb</p>', NULL, NULL, NULL, NULL, 1, 1, '2025-06-13 15:26:16', '2025-06-13 15:37:20'),
(3, 'calpol-650', 1, 'Calpol 650', 'others_00000271_1749809373.jpg', 'PARACETAMOL-650MG', '<p>Calpol 650 Plus Tablet belongs to the group of medicines called analgesics (pain killers) and antipyretics (fever-reducing agents) used to reduce fever and treat mild to moderate pain. It is also used to relieve headaches, migraine, toothache, period pain, back pain, muscle pain, and rheumatic pain. Pain and fever are caused by the activation of pain receptors due to the release of certain natural chemicals in the body, like prostaglandin.&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;Calpol 650 Plus Tablet works by inhibiting the production of certain chemical messengers in the brain known as prostaglandins, reducing pain. Also, Calpol 650 Plus Tablet affects an area of the brain that regulates body temperature, known as the hypothalamic heat-regulating centre, reducing fever.<br />\r\n&nbsp;<br />\r\n&nbsp;Take Calpol 650 Plus Tablet as advised by your physician. Your doctor will recommend how often you need to take Calpol 650 Plus Tablet based on your medical condition. In some cases, Calpol 650 Plus Tablet may cause side effects such as nausea, stomach pain and dark-coloured urine. Most of these side effects of Calpol 650 Plus Tablet do not require medical attention and gradually resolve over time. However, if the side effects persist or worsen, please consult your doctor.&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;Avoid taking Calpol 650 Plus Tablet if allergic to it. Calpol 650 Plus Tablet is not recommended for children below 6 years of age. If you are pregnant or breastfeeding, please consult a physician before using Calpol 650 Plus Tablet . Avoid alcohol consumption with Calpol 650 Plus Tablet as it may increase the risk of liver damage. If you have an impaired nutritional state caused by anorexia (eating disorder), malnutrition or alcohol abuse or if you are dehydrated, inform your doctor before taking Calpol 650 Plus Tablet .</p>', 'staff_00000272_1749809373.webp', 'staff_00000273_1749809373.webp', NULL, NULL, '<p>Calpol 650 Plus Tablet contains Paracetamol, an analgesic (pain killer) and antipyretic (reduces fever). It inhibits the production of certain chemical messengers in the brain known as prostaglandins, reducing pain. Also, Calpol 650 Plus Tablet affects an area of the brain that regulates body temperature known as the hypothalamic heat-regulating centre, reducing fever.</p>', '<p>15 Tablet(s) in a Strip</p>', 'Calpol 650 Plus Tablet contains Paracetamol, an analgesic (pain killer) and antipyretic (reduces fever). It inhibits the production of certain chemical messengers in the brain known as prostaglandins, reducing pain. Also, Calpol 650 Plus Tablet affects an area of the brain that regulates body temperature known as the hypothalamic heat-regulating centre, reducing fever.', 'Calpol 650', 'Calpol 650 Plus Tablet contains Paracetamol, an analgesic (pain killer) and antipyretic (reduces fever). It inhibits the production of certain chemical messengers in the brain known as prostaglandins, reducing pain. Also, Calpol 650 Plus Tablet affects an area of the brain that regulates body temperature known as the hypothalamic heat-regulating centre, reducing fever.', NULL, 0, 1, '2025-06-13 15:39:33', '2025-06-13 16:05:31'),
(4, 'allgram-cv', 1, 'Allgram-CV', 'others_00000274_1749815347.jpg', 'PARACETAMOL-650MG', '<p>Calpol 650 Plus Tablet belongs to the group of medicines called analgesics (pain killers) and antipyretics (fever-reducing agents) used to reduce fever and treat mild to moderate pain. It is also used to relieve headaches, migraine, toothache, period pain, back pain, muscle pain, and rheumatic pain. Pain and fever are caused by the activation of pain receptors due to the release of certain natural chemicals in the body, like prostaglandin.&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;Calpol 650 Plus Tablet works by inhibiting the production of certain chemical messengers in the brain known as prostaglandins, reducing pain. Also, Calpol 650 Plus Tablet affects an area of the brain that regulates body temperature, known as the hypothalamic heat-regulating centre, reducing fever.<br />\r\n&nbsp;<br />\r\n&nbsp;Take Calpol 650 Plus Tablet as advised by your physician. Your doctor will recommend how often you need to take Calpol 650 Plus Tablet based on your medical condition. In some cases, Calpol 650 Plus Tablet may cause side effects such as nausea, stomach pain and dark-coloured urine. Most of these side effects of Calpol 650 Plus Tablet do not require medical attention and gradually resolve over time. However, if the side effects persist or worsen, please consult your doctor.&nbsp;<br />\r\n&nbsp;<br />\r\n&nbsp;Avoid taking Calpol 650 Plus Tablet if allergic to it. Calpol 650 Plus Tablet is not recommended for children below 6 years of age. If you are pregnant or breastfeeding, please consult a physician before using Calpol 650 Plus Tablet . Avoid alcohol consumption with Calpol 650 Plus Tablet as it may increase the risk of liver damage. If you have an impaired nutritional state caused by anorexia (eating disorder), malnutrition or alcohol abuse or if you are dehydrated, inform your doctor before taking Calpol 650 Plus Tablet .</p>', 'staff_00000275_1749815347.webp', 'staff_00000276_1749815347.webp', NULL, NULL, '<p>Calpol 650 Plus Tablet contains Paracetamol, an analgesic (pain killer) and antipyretic (reduces fever). It inhibits the production of certain chemical messengers in the brain known as prostaglandins, reducing pain. Also, Calpol 650 Plus Tablet affects an area of the brain that regulates body temperature known as the hypothalamic heat-regulating centre, reducing fever.</p>', '<p>15 Tablet(s) in a Strip</p>', 'Algram CV', 'Algram CV', 'Algram CV', NULL, 0, 1, '2025-06-13 17:19:07', '2025-06-13 17:19:29');

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

--
-- Table structure for table `nelson_product_category`
--

CREATE TABLE `nelson_product_category` (
  `id` int(11) NOT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `name_en` varchar(255) DEFAULT NULL,
  `is_delete` int(11) NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL DEFAULT 1,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `nelson_product_category`
--

INSERT INTO `nelson_product_category` (`id`, `slug`, `name_en`, `is_delete`, `status`, `created_at`, `updated_at`) VALUES
(1, 'tabelets', 'Tabelets', 0, 1, '2025-06-13 14:00:54', '2025-06-13 14:00:54'),
(2, 'capsules', 'Capsules', 0, 1, '2025-06-13 14:01:12', '2025-06-13 14:01:12'),
(3, 'injections', 'Injections', 0, 1, '2025-06-13 14:01:41', '2025-06-13 14:01:41'),
(4, 'syrup', 'Syrup', 0, 1, '2025-06-13 14:01:51', '2025-06-13 14:01:51'),
(5, 'miscellaneous', 'Miscellaneous', 0, 1, '2025-06-13 14:02:24', '2025-06-13 14:02:24');

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

--
-- Table structure for table `nelson_roles`
--

CREATE TABLE `nelson_roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `created_by` int(11) NOT NULL DEFAULT 0,
  `status` tinyint(1) NOT NULL DEFAULT 1,
  `is_delete` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nelson_roles`
--

INSERT INTO `nelson_roles` (`id`, `name`, `created_by`, `status`, `is_delete`, `created_at`, `updated_at`) VALUES
(1, 'Super Admin', 0, 1, 0, '2023-11-14 06:16:29', '2023-11-14 06:16:29'),
(2, 'Sub Admin', 0, 1, 0, '2023-11-14 06:16:29', '2023-11-14 06:16:29'),
(3, 'End User', 0, 1, 0, '2023-11-14 06:16:29', '2023-11-14 06:16:29');

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

--
-- Table structure for table `nelson_site_settings`
--

CREATE TABLE `nelson_site_settings` (
  `id` int(11) NOT NULL,
  `phone_1` varchar(255) DEFAULT NULL,
  `phone_3` varchar(255) DEFAULT NULL,
  `email_1` varchar(255) DEFAULT NULL,
  `advisor_email` varchar(255) DEFAULT NULL,
  `phone_2` varchar(255) DEFAULT NULL,
  `advisor_phone_number` varchar(255) DEFAULT NULL,
  `email_2` varchar(255) DEFAULT NULL,
  `address_1` varchar(255) DEFAULT NULL,
  `address_2` varchar(255) DEFAULT NULL,
  `address_3` varchar(255) DEFAULT NULL,
  `whatsapp` varchar(255) DEFAULT NULL,
  `facebook` varchar(255) DEFAULT NULL,
  `instagram` varchar(255) DEFAULT NULL,
  `twitter` varchar(255) NOT NULL,
  `youtube` varchar(255) NOT NULL,
  `created_at` datetime NOT NULL DEFAULT current_timestamp(),
  `updated_at` datetime NOT NULL DEFAULT current_timestamp(),
  `is_delete` int(11) NOT NULL DEFAULT 0,
  `status` int(11) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `nelson_site_settings`
--

INSERT INTO `nelson_site_settings` (`id`, `phone_1`, `phone_3`, `email_1`, `advisor_email`, `phone_2`, `advisor_phone_number`, `email_2`, `address_1`, `address_2`, `address_3`, `whatsapp`, `facebook`, `instagram`, `twitter`, `youtube`, `created_at`, `updated_at`, `is_delete`, `status`) VALUES
(1, '+91 90733 37609', NULL, 'info@example.com', NULL, '+91 90733 37609', '+91 90733 37609', 'info@example.com', '123 Street, New York, USA', '123 Street, New York, USA', '123 Street, New York, USA', '90733 37609', 'http://localhost:8000/dashboard', 'http://localhost:8000/dashboard', 'http://localhost:8000/dashboard', 'http://localhost:8000/dashboard', '2023-11-16 12:48:02', '2025-04-09 20:53:36', 0, 1);

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

--
-- Table structure for table `nelson_system_tracking`
--

CREATE TABLE `nelson_system_tracking` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `auth_user_id` int(11) DEFAULT NULL,
  `route_name` varchar(255) DEFAULT NULL,
  `ip_address` varchar(255) DEFAULT NULL,
  `method` varchar(255) DEFAULT NULL,
  `uri` varchar(255) DEFAULT NULL,
  `user` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`user`)),
  `header` longtext DEFAULT NULL,
  `request_body` longtext DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nelson_system_tracking`
--

INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(1, NULL, 'login', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 06:17:32', '2023-11-14 06:17:32'),
(2, NULL, 'login.submit', '127.0.0.1', 'POST', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 06:17:37', '2023-11-14 06:17:37'),
(3, 1, 'dashboard', '127.0.0.1', 'GET', 'dashboard', NULL, NULL, NULL, 'http://localhost:8000/dashboard', '2023-11-14 06:17:37', '2023-11-14 06:17:37'),
(4, 1, 'dashboard', '127.0.0.1', 'GET', 'dashboard', NULL, NULL, NULL, 'http://localhost:8000/dashboard', '2023-11-14 06:23:23', '2023-11-14 06:23:23'),
(5, 1, 'dashboard', '127.0.0.1', 'GET', 'dashboard', NULL, NULL, NULL, 'http://localhost:8000/dashboard', '2023-11-14 06:23:29', '2023-11-14 06:23:29'),
(6, 1, 'dashboard', '127.0.0.1', 'GET', 'dashboard', NULL, NULL, NULL, 'http://localhost:8000/dashboard', '2023-11-14 06:24:05', '2023-11-14 06:24:05'),
(7, 1, 'dashboard', '127.0.0.1', 'GET', 'dashboard', NULL, NULL, NULL, 'http://localhost:8000/dashboard', '2023-11-14 06:34:40', '2023-11-14 06:34:40'),
(8, 1, 'auth.logout', '127.0.0.1', 'GET', 'auth/logout', NULL, NULL, NULL, 'http://localhost:8000/auth/logout', '2023-11-14 06:35:21', '2023-11-14 06:35:21'),
(9, NULL, 'login', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 06:35:21', '2023-11-14 06:35:21'),
(10, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-14 06:40:14', '2023-11-14 06:40:14'),
(11, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-14 06:41:07', '2023-11-14 06:41:07'),
(12, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-14 06:42:04', '2023-11-14 06:42:04'),
(13, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-14 06:42:16', '2023-11-14 06:42:16'),
(14, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-14 06:43:38', '2023-11-14 06:43:38'),
(15, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-14 06:43:41', '2023-11-14 06:43:41'),
(16, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-14 06:43:44', '2023-11-14 06:43:44'),
(17, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-14 06:43:44', '2023-11-14 06:43:44'),
(18, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-14 06:45:39', '2023-11-14 06:45:39'),
(19, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 07:02:56', '2023-11-14 07:02:56'),
(20, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 07:03:34', '2023-11-14 07:03:34'),
(21, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 07:05:09', '2023-11-14 07:05:09'),
(22, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 07:07:46', '2023-11-14 07:07:46'),
(23, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 07:09:45', '2023-11-14 07:09:45'),
(24, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 07:12:25', '2023-11-14 07:12:25'),
(25, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 07:13:45', '2023-11-14 07:13:45'),
(26, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 07:41:04', '2023-11-14 07:41:04'),
(27, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-14 07:41:23', '2023-11-14 07:41:23'),
(28, NULL, 'login', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 06:19:01', '2023-11-16 06:19:01'),
(29, NULL, 'login.submit', '127.0.0.1', 'POST', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 06:19:35', '2023-11-16 06:19:35'),
(30, NULL, 'login', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 06:19:36', '2023-11-16 06:19:36'),
(31, NULL, 'login.submit', '127.0.0.1', 'POST', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 06:19:42', '2023-11-16 06:19:42'),
(32, NULL, 'login', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 06:19:42', '2023-11-16 06:19:42'),
(33, NULL, 'login.submit', '127.0.0.1', 'POST', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 06:19:55', '2023-11-16 06:19:55'),
(34, 1, 'dashboard', '127.0.0.1', 'GET', 'dashboard', NULL, NULL, NULL, 'http://localhost:8000/dashboard', '2023-11-16 06:19:56', '2023-11-16 06:19:56'),
(35, 1, 'dashboard', '127.0.0.1', 'GET', 'dashboard', NULL, NULL, NULL, 'http://localhost:8000/dashboard', '2023-11-16 06:23:30', '2023-11-16 06:23:30'),
(36, 1, 'login', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 06:23:33', '2023-11-16 06:23:33'),
(37, 1, 'login.submit', '127.0.0.1', 'POST', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 06:23:36', '2023-11-16 06:23:36'),
(38, 1, 'login', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 06:23:36', '2023-11-16 06:23:36'),
(39, 1, 'login.submit', '127.0.0.1', 'POST', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 06:23:50', '2023-11-16 06:23:50'),
(40, 1, 'dashboard', '127.0.0.1', 'GET', 'dashboard', NULL, NULL, NULL, 'http://localhost:8000/dashboard', '2023-11-16 06:23:50', '2023-11-16 06:23:50'),
(41, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 06:57:41', '2023-11-16 06:57:41'),
(42, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 07:04:24', '2023-11-16 07:04:24'),
(43, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 07:04:40', '2023-11-16 07:04:40'),
(44, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-16 07:05:07', '2023-11-16 07:05:07'),
(45, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-16 07:05:14', '2023-11-16 07:05:14'),
(46, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-16 07:05:15', '2023-11-16 07:05:15'),
(47, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 07:08:48', '2023-11-16 07:08:48'),
(48, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-16 08:01:09', '2023-11-16 08:01:09'),
(49, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-16 08:01:20', '2023-11-16 08:01:20'),
(50, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-16 08:07:39', '2023-11-16 08:07:39'),
(51, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-16 08:07:47', '2023-11-16 08:07:47'),
(52, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-16 08:08:04', '2023-11-16 08:08:04'),
(53, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:09:40', '2023-11-16 08:09:40'),
(54, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:10:09', '2023-11-16 08:10:09'),
(55, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:10:40', '2023-11-16 08:10:40'),
(56, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:11:58', '2023-11-16 08:11:58'),
(57, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:12:01', '2023-11-16 08:12:01'),
(58, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:14:34', '2023-11-16 08:14:34'),
(59, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:15:00', '2023-11-16 08:15:00'),
(60, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:16:01', '2023-11-16 08:16:01'),
(61, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:16:22', '2023-11-16 08:16:22'),
(62, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-16 08:22:57', '2023-11-16 08:22:57'),
(63, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:23:01', '2023-11-16 08:23:01'),
(64, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:25:05', '2023-11-16 08:25:05'),
(65, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:25:08', '2023-11-16 08:25:08'),
(66, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:25:41', '2023-11-16 08:25:41'),
(67, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:26:02', '2023-11-16 08:26:02'),
(68, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:26:21', '2023-11-16 08:26:21'),
(69, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:26:51', '2023-11-16 08:26:51'),
(70, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:27:59', '2023-11-16 08:27:59'),
(71, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:28:12', '2023-11-16 08:28:12'),
(72, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:28:40', '2023-11-16 08:28:40'),
(73, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:28:49', '2023-11-16 08:28:49'),
(74, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:29:10', '2023-11-16 08:29:10'),
(75, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:36:07', '2023-11-16 08:36:07'),
(76, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 08:36:12', '2023-11-16 08:36:12'),
(77, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 08:40:30', '2023-11-16 08:40:30'),
(78, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 08:43:04', '2023-11-16 08:43:04'),
(79, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 08:51:42', '2023-11-16 08:51:42'),
(80, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 08:52:08', '2023-11-16 08:52:08'),
(81, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 08:53:09', '2023-11-16 08:53:09'),
(82, 1, 'update.site', '127.0.0.1', 'POST', 'super/admin/site-settings/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/update/1', '2023-11-16 08:53:13', '2023-11-16 08:53:13'),
(83, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 08:54:19', '2023-11-16 08:54:19'),
(84, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 08:54:28', '2023-11-16 08:54:28'),
(85, 1, 'update.site', '127.0.0.1', 'POST', 'super/admin/site-settings/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/update/1', '2023-11-16 08:54:32', '2023-11-16 08:54:32'),
(86, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:54:33', '2023-11-16 08:54:33'),
(87, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 08:54:38', '2023-11-16 08:54:38'),
(88, 1, 'update.site', '127.0.0.1', 'POST', 'super/admin/site-settings/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/update/1', '2023-11-16 08:54:45', '2023-11-16 08:54:45'),
(89, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-16 08:54:45', '2023-11-16 08:54:45'),
(90, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 08:54:49', '2023-11-16 08:54:49'),
(91, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 10:16:33', '2023-11-16 10:16:33'),
(92, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-16 10:19:43', '2023-11-16 10:19:43'),
(93, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-16 11:04:19', '2023-11-16 11:04:19'),
(94, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-16 11:23:46', '2023-11-16 11:23:46'),
(95, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:23:48', '2023-11-16 11:23:48'),
(96, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:24:32', '2023-11-16 11:24:32'),
(97, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:27:39', '2023-11-16 11:27:39'),
(98, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:30:41', '2023-11-16 11:30:41'),
(99, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:30:47', '2023-11-16 11:30:47'),
(100, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:31:09', '2023-11-16 11:31:09'),
(101, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:31:14', '2023-11-16 11:31:14'),
(102, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:31:27', '2023-11-16 11:31:27'),
(103, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:31:54', '2023-11-16 11:31:54'),
(104, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:32:04', '2023-11-16 11:32:04'),
(105, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:33:09', '2023-11-16 11:33:09'),
(106, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:33:47', '2023-11-16 11:33:47'),
(107, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:33:58', '2023-11-16 11:33:58'),
(108, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:35:09', '2023-11-16 11:35:09'),
(109, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:35:43', '2023-11-16 11:35:43'),
(110, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:35:55', '2023-11-16 11:35:55'),
(111, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:36:19', '2023-11-16 11:36:19'),
(112, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 11:37:01', '2023-11-16 11:37:01'),
(113, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 12:05:03', '2023-11-16 12:05:03'),
(114, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 12:09:03', '2023-11-16 12:09:03'),
(115, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-16 12:11:28', '2023-11-16 12:11:28'),
(116, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 12:11:31', '2023-11-16 12:11:31'),
(117, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 12:12:25', '2023-11-16 12:12:25'),
(118, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 12:22:26', '2023-11-16 12:22:26'),
(119, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-16 12:23:20', '2023-11-16 12:23:20'),
(120, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-16 12:23:22', '2023-11-16 12:23:22'),
(121, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-16 12:23:53', '2023-11-16 12:23:53'),
(122, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-16 12:26:48', '2023-11-16 12:26:48'),
(123, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-16 12:27:38', '2023-11-16 12:27:38'),
(124, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-16 12:27:38', '2023-11-16 12:27:38'),
(125, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-16 12:29:37', '2023-11-16 12:29:37'),
(126, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-16 12:37:32', '2023-11-16 12:37:32'),
(127, NULL, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:32:35', '2023-11-17 04:32:35'),
(128, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-17 04:32:35', '2023-11-17 04:32:35'),
(129, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-17 04:32:38', '2023-11-17 04:32:38'),
(130, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-17 04:32:39', '2023-11-17 04:32:39'),
(131, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:32:45', '2023-11-17 04:32:45'),
(132, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-17 04:34:38', '2023-11-17 04:34:38'),
(133, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-17 04:35:02', '2023-11-17 04:35:02'),
(134, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-17 04:35:02', '2023-11-17 04:35:02'),
(135, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-17 04:35:43', '2023-11-17 04:35:43'),
(136, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-17 04:35:51', '2023-11-17 04:35:51'),
(137, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:35:51', '2023-11-17 04:35:51'),
(138, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:38:13', '2023-11-17 04:38:13'),
(139, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-17 04:38:16', '2023-11-17 04:38:16'),
(140, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-17 04:38:25', '2023-11-17 04:38:25'),
(141, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:38:25', '2023-11-17 04:38:25'),
(142, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:39:42', '2023-11-17 04:39:42'),
(143, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-17 04:39:44', '2023-11-17 04:39:44'),
(144, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-17 04:39:53', '2023-11-17 04:39:53'),
(145, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:39:53', '2023-11-17 04:39:53'),
(146, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:40:19', '2023-11-17 04:40:19'),
(147, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:41:07', '2023-11-17 04:41:07'),
(148, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:42:18', '2023-11-17 04:42:18'),
(149, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:43:14', '2023-11-17 04:43:14'),
(150, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:44:10', '2023-11-17 04:44:10'),
(151, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:45:18', '2023-11-17 04:45:18'),
(152, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:45:35', '2023-11-17 04:45:35'),
(153, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:46:59', '2023-11-17 04:46:59'),
(154, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-17 04:49:59', '2023-11-17 04:49:59'),
(155, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-17 04:50:07', '2023-11-17 04:50:07'),
(156, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:50:07', '2023-11-17 04:50:07'),
(157, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 04:50:27', '2023-11-17 04:50:27'),
(158, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 05:01:41', '2023-11-17 05:01:41'),
(159, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/6', '2023-11-17 05:01:44', '2023-11-17 05:01:44'),
(160, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/6', '2023-11-17 05:05:10', '2023-11-17 05:05:10'),
(161, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/6', '2023-11-17 05:06:23', '2023-11-17 05:06:23'),
(162, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/6', '2023-11-17 05:17:00', '2023-11-17 05:17:00'),
(163, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/6', '2023-11-17 05:18:42', '2023-11-17 05:18:42'),
(164, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 05:18:48', '2023-11-17 05:18:48'),
(165, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 05:23:48', '2023-11-17 05:23:48'),
(166, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 05:23:51', '2023-11-17 05:23:51'),
(167, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/1', '2023-11-17 05:24:21', '2023-11-17 05:24:21'),
(168, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/1', '2023-11-17 05:26:05', '2023-11-17 05:26:05'),
(169, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 05:28:42', '2023-11-17 05:28:42'),
(170, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 05:28:45', '2023-11-17 05:28:45'),
(171, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/1', '2023-11-17 05:29:03', '2023-11-17 05:29:03'),
(172, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 05:31:34', '2023-11-17 05:31:34'),
(173, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/1', '2023-11-17 05:31:43', '2023-11-17 05:31:43'),
(174, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 05:31:43', '2023-11-17 05:31:43'),
(175, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 05:31:46', '2023-11-17 05:31:46'),
(176, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/1', '2023-11-17 05:32:15', '2023-11-17 05:32:15'),
(177, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 05:32:15', '2023-11-17 05:32:15'),
(178, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 05:36:48', '2023-11-17 05:36:48'),
(179, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 05:36:50', '2023-11-17 05:36:50'),
(180, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 05:37:41', '2023-11-17 05:37:41'),
(181, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 05:38:03', '2023-11-17 05:38:03'),
(182, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 05:48:14', '2023-11-17 05:48:14'),
(183, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 05:48:33', '2023-11-17 05:48:33'),
(184, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 05:48:37', '2023-11-17 05:48:37'),
(185, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 05:48:40', '2023-11-17 05:48:40'),
(186, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 05:59:35', '2023-11-17 05:59:35'),
(187, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 06:04:16', '2023-11-17 06:04:16'),
(188, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 06:25:55', '2023-11-17 06:25:55'),
(189, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 06:27:04', '2023-11-17 06:27:04'),
(190, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-17 06:27:06', '2023-11-17 06:27:06'),
(191, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-17 06:31:16', '2023-11-17 06:31:16'),
(192, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-17 06:31:19', '2023-11-17 06:31:19'),
(193, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 06:34:23', '2023-11-17 06:34:23'),
(194, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-17 06:34:25', '2023-11-17 06:34:25'),
(195, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 06:35:41', '2023-11-17 06:35:41'),
(196, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-17 06:35:43', '2023-11-17 06:35:43'),
(197, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-17 06:37:35', '2023-11-17 06:37:35'),
(198, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-17 06:37:56', '2023-11-17 06:37:56'),
(199, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-17 06:50:32', '2023-11-17 06:50:32'),
(200, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-17 06:51:25', '2023-11-17 06:51:25'),
(201, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/1', '2023-11-17 06:53:23', '2023-11-17 06:53:23'),
(202, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 06:53:23', '2023-11-17 06:53:23'),
(203, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 06:54:35', '2023-11-17 06:54:35'),
(204, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-17 06:54:38', '2023-11-17 06:54:38'),
(205, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/1', '2023-11-17 06:54:55', '2023-11-17 06:54:55'),
(206, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 06:54:55', '2023-11-17 06:54:55'),
(207, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 06:55:48', '2023-11-17 06:55:48'),
(208, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 06:55:52', '2023-11-17 06:55:52'),
(209, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/6', '2023-11-17 06:55:56', '2023-11-17 06:55:56'),
(210, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 06:56:02', '2023-11-17 06:56:02'),
(211, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 07:11:44', '2023-11-17 07:11:44'),
(212, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/8', '2023-11-17 07:11:49', '2023-11-17 07:11:49'),
(213, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 07:12:23', '2023-11-17 07:12:23'),
(214, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/8', '2023-11-17 07:12:27', '2023-11-17 07:12:27'),
(215, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/8', '2023-11-17 07:23:35', '2023-11-17 07:23:35'),
(216, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/8', '2023-11-17 07:23:48', '2023-11-17 07:23:48'),
(217, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/8', '2023-11-17 07:25:38', '2023-11-17 07:25:38'),
(218, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/8', '2023-11-17 07:25:50', '2023-11-17 07:25:50'),
(219, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/8', '2023-11-17 07:27:03', '2023-11-17 07:27:03'),
(220, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 07:27:03', '2023-11-17 07:27:03'),
(221, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/8', '2023-11-17 07:27:07', '2023-11-17 07:27:07'),
(222, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/8', '2023-11-17 07:27:24', '2023-11-17 07:27:24'),
(223, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 07:27:24', '2023-11-17 07:27:24'),
(224, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 07:27:51', '2023-11-17 07:27:51'),
(225, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 07:34:31', '2023-11-17 07:34:31'),
(226, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 07:34:52', '2023-11-17 07:34:52'),
(227, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 07:35:19', '2023-11-17 07:35:19'),
(228, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 07:36:26', '2023-11-17 07:36:26'),
(229, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 07:37:17', '2023-11-17 07:37:17'),
(230, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 07:37:20', '2023-11-17 07:37:20'),
(231, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 07:43:38', '2023-11-17 07:43:38'),
(232, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 07:51:50', '2023-11-17 07:51:50'),
(233, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 07:51:54', '2023-11-17 07:51:54'),
(234, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/1', '2023-11-17 07:52:32', '2023-11-17 07:52:32'),
(235, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 07:52:32', '2023-11-17 07:52:32'),
(236, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 07:57:21', '2023-11-17 07:57:21'),
(237, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 07:57:24', '2023-11-17 07:57:24'),
(238, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/1', '2023-11-17 07:57:53', '2023-11-17 07:57:53'),
(239, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 07:57:54', '2023-11-17 07:57:54'),
(240, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 07:57:57', '2023-11-17 07:57:57'),
(241, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 08:00:40', '2023-11-17 08:00:40'),
(242, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/1', '2023-11-17 08:01:01', '2023-11-17 08:01:01'),
(243, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 08:01:01', '2023-11-17 08:01:01'),
(244, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-17 08:01:04', '2023-11-17 08:01:04'),
(245, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 08:01:28', '2023-11-17 08:01:28'),
(246, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 08:01:31', '2023-11-17 08:01:31'),
(247, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/8', '2023-11-17 08:01:36', '2023-11-17 08:01:36'),
(248, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/8', '2023-11-17 08:01:56', '2023-11-17 08:01:56'),
(249, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-17 08:01:56', '2023-11-17 08:01:56'),
(250, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/8', '2023-11-17 08:02:00', '2023-11-17 08:02:00'),
(251, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 08:02:07', '2023-11-17 08:02:07'),
(252, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-17 09:08:06', '2023-11-17 09:08:06'),
(253, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-17 09:17:09', '2023-11-17 09:17:09'),
(254, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-17 09:35:23', '2023-11-17 09:35:23'),
(255, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 09:35:26', '2023-11-17 09:35:26'),
(256, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 09:47:45', '2023-11-17 09:47:45'),
(257, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 09:48:14', '2023-11-17 09:48:14'),
(258, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 10:44:32', '2023-11-17 10:44:32'),
(259, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 10:46:50', '2023-11-17 10:46:50'),
(260, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 10:47:11', '2023-11-17 10:47:11'),
(261, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 10:47:15', '2023-11-17 10:47:15'),
(262, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 10:47:54', '2023-11-17 10:47:54'),
(263, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 10:50:15', '2023-11-17 10:50:15'),
(264, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 10:50:38', '2023-11-17 10:50:38'),
(265, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 11:50:20', '2023-11-17 11:50:20'),
(266, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 11:52:04', '2023-11-17 11:52:04'),
(267, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 11:53:24', '2023-11-17 11:53:24'),
(268, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 11:53:44', '2023-11-17 11:53:44'),
(269, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 11:56:22', '2023-11-17 11:56:22'),
(270, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:01:14', '2023-11-17 12:01:14');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(271, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:01:47', '2023-11-17 12:01:47'),
(272, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:02:15', '2023-11-17 12:02:15'),
(273, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:02:52', '2023-11-17 12:02:52'),
(274, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:03:32', '2023-11-17 12:03:32'),
(275, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:04:34', '2023-11-17 12:04:34'),
(276, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:06:04', '2023-11-17 12:06:04'),
(277, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:07:31', '2023-11-17 12:07:31'),
(278, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:10:15', '2023-11-17 12:10:15'),
(279, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:13:51', '2023-11-17 12:13:51'),
(280, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:14:29', '2023-11-17 12:14:29'),
(281, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:16:22', '2023-11-17 12:16:22'),
(282, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:17:58', '2023-11-17 12:17:58'),
(283, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:19:16', '2023-11-17 12:19:16'),
(284, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:19:39', '2023-11-17 12:19:39'),
(285, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:20:23', '2023-11-17 12:20:23'),
(286, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:21:07', '2023-11-17 12:21:07'),
(287, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:21:45', '2023-11-17 12:21:45'),
(288, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:22:41', '2023-11-17 12:22:41'),
(289, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:25:51', '2023-11-17 12:25:51'),
(290, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:26:24', '2023-11-17 12:26:24'),
(291, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:26:35', '2023-11-17 12:26:35'),
(292, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:27:56', '2023-11-17 12:27:56'),
(293, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:28:24', '2023-11-17 12:28:24'),
(294, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:29:36', '2023-11-17 12:29:36'),
(295, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:30:11', '2023-11-17 12:30:11'),
(296, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-17 12:30:44', '2023-11-17 12:30:44'),
(297, NULL, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-18 06:29:08', '2023-11-18 06:29:08'),
(298, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-18 06:29:10', '2023-11-18 06:29:10'),
(299, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-18 06:29:11', '2023-11-18 06:29:11'),
(300, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-18 06:29:13', '2023-11-18 06:29:13'),
(301, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-18 06:29:15', '2023-11-18 06:29:15'),
(302, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 06:29:18', '2023-11-18 06:29:18'),
(303, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-18 06:29:22', '2023-11-18 06:29:22'),
(304, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-18 06:33:33', '2023-11-18 06:33:33'),
(305, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-18 06:34:09', '2023-11-18 06:34:09'),
(306, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-18 06:43:07', '2023-11-18 06:43:07'),
(307, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-18 06:43:42', '2023-11-18 06:43:42'),
(308, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-18 07:02:43', '2023-11-18 07:02:43'),
(309, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-18 07:26:49', '2023-11-18 07:26:49'),
(310, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-18 07:27:58', '2023-11-18 07:27:58'),
(311, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-18 07:27:59', '2023-11-18 07:27:59'),
(312, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-18 07:28:50', '2023-11-18 07:28:50'),
(313, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-18 07:29:13', '2023-11-18 07:29:13'),
(314, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 07:29:13', '2023-11-18 07:29:13'),
(315, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 07:30:02', '2023-11-18 07:30:02'),
(316, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 07:55:42', '2023-11-18 07:55:42'),
(317, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 08:01:35', '2023-11-18 08:01:35'),
(318, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 08:01:57', '2023-11-18 08:01:57'),
(319, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 08:02:44', '2023-11-18 08:02:44'),
(320, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 08:17:23', '2023-11-18 08:17:23'),
(321, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 08:19:41', '2023-11-18 08:19:41'),
(322, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-18 08:19:45', '2023-11-18 08:19:45'),
(323, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-18 08:20:43', '2023-11-18 08:20:43'),
(324, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-18 08:41:39', '2023-11-18 08:41:39'),
(325, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-18 08:46:02', '2023-11-18 08:46:02'),
(326, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-18 08:46:44', '2023-11-18 08:46:44'),
(327, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-18 08:46:55', '2023-11-18 08:46:55'),
(328, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-18 08:46:56', '2023-11-18 08:46:56'),
(329, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-18 08:47:08', '2023-11-18 08:47:08'),
(330, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 08:47:08', '2023-11-18 08:47:08'),
(331, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/2', '2023-11-18 08:47:25', '2023-11-18 08:47:25'),
(332, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/2', '2023-11-18 08:48:28', '2023-11-18 08:48:28'),
(333, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/2', '2023-11-18 08:48:41', '2023-11-18 08:48:41'),
(334, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 08:49:27', '2023-11-18 08:49:27'),
(335, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/2', '2023-11-18 08:49:33', '2023-11-18 08:49:33'),
(336, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/2', '2023-11-18 08:49:50', '2023-11-18 08:49:50'),
(337, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 08:49:50', '2023-11-18 08:49:50'),
(338, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 09:07:39', '2023-11-18 09:07:39'),
(339, 1, 'doctors.delete', '127.0.0.1', 'GET', 'super/admin/doctors/delete/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/delete/2', '2023-11-18 09:08:05', '2023-11-18 09:08:05'),
(340, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 09:08:05', '2023-11-18 09:08:05'),
(341, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-18 10:06:28', '2023-11-18 10:06:28'),
(342, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-18 10:07:09', '2023-11-18 10:07:09'),
(343, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-18 15:59:46', '2023-11-18 15:59:46'),
(344, NULL, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-18 15:59:58', '2023-11-18 15:59:58'),
(345, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-18 15:59:58', '2023-11-18 15:59:58'),
(346, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-18 16:00:01', '2023-11-18 16:00:01'),
(347, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-18 16:00:02', '2023-11-18 16:00:02'),
(348, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-18 16:00:12', '2023-11-18 16:00:12'),
(349, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-18 16:16:16', '2023-11-18 16:16:16'),
(350, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-18 16:17:15', '2023-11-18 16:17:15'),
(351, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-18 16:17:17', '2023-11-18 16:17:17'),
(352, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-18 16:26:03', '2023-11-18 16:26:03'),
(353, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-18 16:29:06', '2023-11-18 16:29:06'),
(354, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-18 16:29:46', '2023-11-18 16:29:46'),
(355, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-18 16:30:24', '2023-11-18 16:30:24'),
(356, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-18 16:31:57', '2023-11-18 16:31:57'),
(357, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-18 16:32:28', '2023-11-18 16:32:28'),
(358, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-18 16:34:52', '2023-11-18 16:34:52'),
(359, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-18 16:35:18', '2023-11-18 16:35:18'),
(360, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-18 16:35:34', '2023-11-18 16:35:34'),
(361, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-18 16:36:06', '2023-11-18 16:36:06'),
(362, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-18 16:36:06', '2023-11-18 16:36:06'),
(363, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-18 16:36:10', '2023-11-18 16:36:10'),
(364, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-20 05:25:30', '2023-11-20 05:25:30'),
(365, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-20 05:27:54', '2023-11-20 05:27:54'),
(366, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-20 05:27:58', '2023-11-20 05:27:58'),
(367, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-20 05:27:58', '2023-11-20 05:27:58'),
(368, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 05:28:20', '2023-11-20 05:28:20'),
(369, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-20 05:28:26', '2023-11-20 05:28:26'),
(370, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-20 05:29:19', '2023-11-20 05:29:19'),
(371, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 05:29:22', '2023-11-20 05:29:22'),
(372, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-20 05:29:25', '2023-11-20 05:29:25'),
(373, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-20 05:35:15', '2023-11-20 05:35:15'),
(374, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 05:35:34', '2023-11-20 05:35:34'),
(375, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-20 05:35:46', '2023-11-20 05:35:46'),
(376, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-20 05:36:05', '2023-11-20 05:36:05'),
(377, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-20 05:43:38', '2023-11-20 05:43:38'),
(378, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 05:43:54', '2023-11-20 05:43:54'),
(379, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 05:43:56', '2023-11-20 05:43:56'),
(380, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 05:44:29', '2023-11-20 05:44:29'),
(381, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 05:45:17', '2023-11-20 05:45:17'),
(382, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-20 05:45:19', '2023-11-20 05:45:19'),
(383, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 05:45:27', '2023-11-20 05:45:27'),
(384, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 05:45:35', '2023-11-20 05:45:35'),
(385, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 05:45:38', '2023-11-20 05:45:38'),
(386, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-20 06:04:34', '2023-11-20 06:04:34'),
(387, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 06:08:43', '2023-11-20 06:08:43'),
(388, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-20 06:09:44', '2023-11-20 06:09:44'),
(389, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 06:19:06', '2023-11-20 06:19:06'),
(390, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-20 06:19:09', '2023-11-20 06:19:09'),
(391, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-20 06:19:21', '2023-11-20 06:19:21'),
(392, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 06:23:49', '2023-11-20 06:23:49'),
(393, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-20 06:24:47', '2023-11-20 06:24:47'),
(394, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:03:13', '2023-11-20 07:03:13'),
(395, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 07:03:17', '2023-11-20 07:03:17'),
(396, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-20 07:03:48', '2023-11-20 07:03:48'),
(397, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 07:05:05', '2023-11-20 07:05:05'),
(398, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-20 07:05:36', '2023-11-20 07:05:36'),
(399, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:05:37', '2023-11-20 07:05:37'),
(400, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 07:06:09', '2023-11-20 07:06:09'),
(401, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-20 07:06:29', '2023-11-20 07:06:29'),
(402, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:06:30', '2023-11-20 07:06:30'),
(403, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-20 07:14:08', '2023-11-20 07:14:08'),
(404, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 07:15:44', '2023-11-20 07:15:44'),
(405, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-20 07:15:59', '2023-11-20 07:15:59'),
(406, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:15:59', '2023-11-20 07:15:59'),
(407, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 07:17:36', '2023-11-20 07:17:36'),
(408, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-20 07:17:49', '2023-11-20 07:17:49'),
(409, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:17:49', '2023-11-20 07:17:49'),
(410, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:23:16', '2023-11-20 07:23:16'),
(411, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:23:39', '2023-11-20 07:23:39'),
(412, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:26:01', '2023-11-20 07:26:01'),
(413, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:26:28', '2023-11-20 07:26:28'),
(414, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:27:01', '2023-11-20 07:27:01'),
(415, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:28:51', '2023-11-20 07:28:51'),
(416, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:30:27', '2023-11-20 07:30:27'),
(417, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:31:20', '2023-11-20 07:31:20'),
(418, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 07:32:13', '2023-11-20 07:32:13'),
(419, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 07:32:19', '2023-11-20 07:32:19'),
(420, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-20 07:33:57', '2023-11-20 07:33:57'),
(421, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 07:33:58', '2023-11-20 07:33:58'),
(422, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-20 07:35:37', '2023-11-20 07:35:37'),
(423, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:35:37', '2023-11-20 07:35:37'),
(424, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 07:37:17', '2023-11-20 07:37:17'),
(425, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 07:38:01', '2023-11-20 07:38:01'),
(426, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 07:42:57', '2023-11-20 07:42:57'),
(427, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 07:43:09', '2023-11-20 07:43:09'),
(428, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 07:51:07', '2023-11-20 07:51:07'),
(429, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 07:59:25', '2023-11-20 07:59:25'),
(430, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:00:30', '2023-11-20 08:00:30'),
(431, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:00:33', '2023-11-20 08:00:33'),
(432, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:01:28', '2023-11-20 08:01:28'),
(433, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:01:47', '2023-11-20 08:01:47'),
(434, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:02:05', '2023-11-20 08:02:05'),
(435, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:02:24', '2023-11-20 08:02:24'),
(436, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:02:46', '2023-11-20 08:02:46'),
(437, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:04:37', '2023-11-20 08:04:37'),
(438, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:05:06', '2023-11-20 08:05:06'),
(439, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:05:30', '2023-11-20 08:05:30'),
(440, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:05:48', '2023-11-20 08:05:48'),
(441, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:06:02', '2023-11-20 08:06:02'),
(442, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:06:31', '2023-11-20 08:06:31'),
(443, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:06:43', '2023-11-20 08:06:43'),
(444, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:06:52', '2023-11-20 08:06:52'),
(445, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:08:46', '2023-11-20 08:08:46'),
(446, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:09:04', '2023-11-20 08:09:04'),
(447, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:09:58', '2023-11-20 08:09:58'),
(448, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:10:34', '2023-11-20 08:10:34'),
(449, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:11:43', '2023-11-20 08:11:43'),
(450, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:13:34', '2023-11-20 08:13:34'),
(451, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:14:30', '2023-11-20 08:14:30'),
(452, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:15:35', '2023-11-20 08:15:35'),
(453, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:24:52', '2023-11-20 08:24:52'),
(454, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:27:00', '2023-11-20 08:27:00'),
(455, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:27:24', '2023-11-20 08:27:24'),
(456, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:27:38', '2023-11-20 08:27:38'),
(457, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:28:00', '2023-11-20 08:28:00'),
(458, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:28:12', '2023-11-20 08:28:12'),
(459, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:28:23', '2023-11-20 08:28:23'),
(460, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:28:52', '2023-11-20 08:28:52'),
(461, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/7', '2023-11-20 08:29:02', '2023-11-20 08:29:02'),
(462, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:29:02', '2023-11-20 08:29:02'),
(463, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 08:35:11', '2023-11-20 08:35:11'),
(464, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:35:13', '2023-11-20 08:35:13'),
(465, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/7', '2023-11-20 08:35:20', '2023-11-20 08:35:20'),
(466, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:35:20', '2023-11-20 08:35:20'),
(467, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:36:09', '2023-11-20 08:36:09'),
(468, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/7', '2023-11-20 08:36:20', '2023-11-20 08:36:20'),
(469, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:40:43', '2023-11-20 08:40:43'),
(470, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:41:12', '2023-11-20 08:41:12'),
(471, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:41:34', '2023-11-20 08:41:34'),
(472, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 08:50:31', '2023-11-20 08:50:31'),
(473, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 08:52:54', '2023-11-20 08:52:54'),
(474, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 08:52:56', '2023-11-20 08:52:56'),
(475, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 08:54:33', '2023-11-20 08:54:33'),
(476, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 08:54:59', '2023-11-20 08:54:59'),
(477, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 08:57:35', '2023-11-20 08:57:35'),
(478, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 08:57:38', '2023-11-20 08:57:38'),
(479, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 09:00:18', '2023-11-20 09:00:18'),
(480, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 09:01:30', '2023-11-20 09:01:30'),
(481, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 09:02:24', '2023-11-20 09:02:24'),
(482, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 09:37:07', '2023-11-20 09:37:07'),
(483, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 09:44:19', '2023-11-20 09:44:19'),
(484, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 09:44:21', '2023-11-20 09:44:21'),
(485, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 09:44:27', '2023-11-20 09:44:27'),
(486, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 09:45:49', '2023-11-20 09:45:49'),
(487, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 09:46:41', '2023-11-20 09:46:41'),
(488, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 09:46:44', '2023-11-20 09:46:44'),
(489, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 09:47:44', '2023-11-20 09:47:44'),
(490, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 09:48:11', '2023-11-20 09:48:11'),
(491, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 09:48:28', '2023-11-20 09:48:28'),
(492, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 09:49:19', '2023-11-20 09:49:19'),
(493, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 09:50:19', '2023-11-20 09:50:19'),
(494, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 09:50:28', '2023-11-20 09:50:28'),
(495, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 09:51:09', '2023-11-20 09:51:09'),
(496, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/6', '2023-11-20 09:51:26', '2023-11-20 09:51:26'),
(497, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 09:51:26', '2023-11-20 09:51:26'),
(498, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 09:51:40', '2023-11-20 09:51:40'),
(499, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/6', '2023-11-20 09:53:50', '2023-11-20 09:53:50'),
(500, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 09:53:50', '2023-11-20 09:53:50'),
(501, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 09:53:57', '2023-11-20 09:53:57'),
(502, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/6', '2023-11-20 09:54:14', '2023-11-20 09:54:14'),
(503, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 09:54:14', '2023-11-20 09:54:14'),
(504, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 09:54:34', '2023-11-20 09:54:34'),
(505, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 09:58:18', '2023-11-20 09:58:18'),
(506, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:00:16', '2023-11-20 10:00:16'),
(507, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/6', '2023-11-20 10:00:26', '2023-11-20 10:00:26'),
(508, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:00:27', '2023-11-20 10:00:27'),
(509, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:00:40', '2023-11-20 10:00:40'),
(510, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:01:28', '2023-11-20 10:01:28'),
(511, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/6', '2023-11-20 10:01:39', '2023-11-20 10:01:39'),
(512, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:01:39', '2023-11-20 10:01:39'),
(513, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:01:45', '2023-11-20 10:01:45'),
(514, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:08:40', '2023-11-20 10:08:40'),
(515, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/6', '2023-11-20 10:08:54', '2023-11-20 10:08:54'),
(516, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:08:54', '2023-11-20 10:08:54'),
(517, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:08:58', '2023-11-20 10:08:58'),
(518, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/6', '2023-11-20 10:09:09', '2023-11-20 10:09:09'),
(519, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:09:10', '2023-11-20 10:09:10'),
(520, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:09:12', '2023-11-20 10:09:12'),
(521, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:11:18', '2023-11-20 10:11:18'),
(522, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:22:15', '2023-11-20 10:22:15'),
(523, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/6', '2023-11-20 10:22:26', '2023-11-20 10:22:26'),
(524, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:22:26', '2023-11-20 10:22:26'),
(525, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:28:46', '2023-11-20 10:28:46'),
(526, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:28:49', '2023-11-20 10:28:49'),
(527, 1, 'doctors.update_img', '127.0.0.1', 'POST', 'super/admin/doctors/update_img/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update_img/6', '2023-11-20 10:28:56', '2023-11-20 10:28:56'),
(528, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:28:57', '2023-11-20 10:28:57'),
(529, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:29:02', '2023-11-20 10:29:02'),
(530, 1, 'doctors.update_img', '127.0.0.1', 'POST', 'super/admin/doctors/update_img/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update_img/6', '2023-11-20 10:29:10', '2023-11-20 10:29:10'),
(531, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:29:10', '2023-11-20 10:29:10'),
(532, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:29:28', '2023-11-20 10:29:28'),
(533, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:29:31', '2023-11-20 10:29:31'),
(534, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:30:47', '2023-11-20 10:30:47'),
(535, 1, 'doctors.update_img', '127.0.0.1', 'POST', 'super/admin/doctors/update_img/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update_img/6', '2023-11-20 10:30:58', '2023-11-20 10:30:58'),
(536, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:30:58', '2023-11-20 10:30:58'),
(537, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:31:01', '2023-11-20 10:31:01'),
(538, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-20 10:31:19', '2023-11-20 10:31:19'),
(539, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:31:43', '2023-11-20 10:31:43');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(540, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 10:31:46', '2023-11-20 10:31:46'),
(541, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 10:32:01', '2023-11-20 10:32:01'),
(542, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 10:40:20', '2023-11-20 10:40:20'),
(543, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-20 10:40:26', '2023-11-20 10:40:26'),
(544, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:45:16', '2023-11-20 10:45:16'),
(545, 1, 'doctors.delete', '127.0.0.1', 'GET', 'super/admin/doctors/delete/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/delete/5', '2023-11-20 10:45:25', '2023-11-20 10:45:25'),
(546, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:45:25', '2023-11-20 10:45:25'),
(547, 1, 'doctors.delete', '127.0.0.1', 'GET', 'super/admin/doctors/delete/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/delete/3', '2023-11-20 10:45:29', '2023-11-20 10:45:29'),
(548, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:45:29', '2023-11-20 10:45:29'),
(549, 1, 'doctors.delete', '127.0.0.1', 'GET', 'super/admin/doctors/delete/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/delete/1', '2023-11-20 10:45:32', '2023-11-20 10:45:32'),
(550, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:45:32', '2023-11-20 10:45:32'),
(551, 1, 'doctors.delete', '127.0.0.1', 'GET', 'super/admin/doctors/delete/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/delete/4', '2023-11-20 10:45:35', '2023-11-20 10:45:35'),
(552, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:45:35', '2023-11-20 10:45:35'),
(553, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-20 10:45:39', '2023-11-20 10:45:39'),
(554, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/6', '2023-11-20 10:45:51', '2023-11-20 10:45:51'),
(555, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 10:45:51', '2023-11-20 10:45:51'),
(556, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-20 10:49:26', '2023-11-20 10:49:26'),
(557, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 10:49:28', '2023-11-20 10:49:28'),
(558, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-20 11:03:35', '2023-11-20 11:03:35'),
(559, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:03:40', '2023-11-20 11:03:40'),
(560, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:04:24', '2023-11-20 11:04:24'),
(561, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-20 11:04:45', '2023-11-20 11:04:45'),
(562, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-20 11:04:45', '2023-11-20 11:04:45'),
(563, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:04:48', '2023-11-20 11:04:48'),
(564, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:06:13', '2023-11-20 11:06:13'),
(565, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/4', '2023-11-20 11:06:21', '2023-11-20 11:06:21'),
(566, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:06:27', '2023-11-20 11:06:27'),
(567, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:20:14', '2023-11-20 11:20:14'),
(568, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-20 11:20:25', '2023-11-20 11:20:25'),
(569, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-20 11:20:26', '2023-11-20 11:20:26'),
(570, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:20:28', '2023-11-20 11:20:28'),
(571, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:25:17', '2023-11-20 11:25:17'),
(572, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-20 11:25:28', '2023-11-20 11:25:28'),
(573, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-20 11:25:28', '2023-11-20 11:25:28'),
(574, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:25:31', '2023-11-20 11:25:31'),
(575, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:28:36', '2023-11-20 11:28:36'),
(576, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-20 11:28:48', '2023-11-20 11:28:48'),
(577, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-20 11:28:48', '2023-11-20 11:28:48'),
(578, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:28:51', '2023-11-20 11:28:51'),
(579, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-20 11:41:56', '2023-11-20 11:41:56'),
(580, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-20 11:41:56', '2023-11-20 11:41:56'),
(581, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-20 11:41:59', '2023-11-20 11:41:59'),
(582, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-20 14:13:42', '2023-11-20 14:13:42'),
(583, NULL, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-20 14:13:46', '2023-11-20 14:13:46'),
(584, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-20 14:13:46', '2023-11-20 14:13:46'),
(585, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-20 14:13:51', '2023-11-20 14:13:51'),
(586, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-20 14:13:52', '2023-11-20 14:13:52'),
(587, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 14:13:59', '2023-11-20 14:13:59'),
(588, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 14:14:49', '2023-11-20 14:14:49'),
(589, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-20 14:15:16', '2023-11-20 14:15:16'),
(590, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-20 14:15:21', '2023-11-20 14:15:21'),
(591, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 14:16:02', '2023-11-20 14:16:02'),
(592, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 15:01:23', '2023-11-20 15:01:23'),
(593, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 15:14:13', '2023-11-20 15:14:13'),
(594, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 15:14:34', '2023-11-20 15:14:34'),
(595, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 15:28:26', '2023-11-20 15:28:26'),
(596, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-20 15:28:36', '2023-11-20 15:28:36'),
(597, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-20 15:32:51', '2023-11-20 15:32:51'),
(598, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-20 15:33:50', '2023-11-20 15:33:50'),
(599, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-20 15:35:22', '2023-11-20 15:35:22'),
(600, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-20 15:36:14', '2023-11-20 15:36:14'),
(601, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 15:36:15', '2023-11-20 15:36:15'),
(602, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 15:40:00', '2023-11-20 15:40:00'),
(603, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 15:40:19', '2023-11-20 15:40:19'),
(604, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/9', '2023-11-20 15:45:58', '2023-11-20 15:45:58'),
(605, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/9', '2023-11-20 15:46:53', '2023-11-20 15:46:53'),
(606, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/9', '2023-11-20 15:48:00', '2023-11-20 15:48:00'),
(607, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/9', '2023-11-20 15:48:38', '2023-11-20 15:48:38'),
(608, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/9', '2023-11-20 15:55:49', '2023-11-20 15:55:49'),
(609, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 15:55:49', '2023-11-20 15:55:49'),
(610, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/9', '2023-11-20 15:55:55', '2023-11-20 15:55:55'),
(611, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/9', '2023-11-20 15:56:55', '2023-11-20 15:56:55'),
(612, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 15:56:55', '2023-11-20 15:56:55'),
(613, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/9', '2023-11-20 15:56:59', '2023-11-20 15:56:59'),
(614, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 15:57:08', '2023-11-20 15:57:08'),
(615, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/9', '2023-11-20 15:57:48', '2023-11-20 15:57:48'),
(616, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-20 15:58:59', '2023-11-20 15:58:59'),
(617, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 16:00:29', '2023-11-20 16:00:29'),
(618, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/9', '2023-11-20 16:00:32', '2023-11-20 16:00:32'),
(619, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/9', '2023-11-20 16:01:20', '2023-11-20 16:01:20'),
(620, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/9', '2023-11-20 16:01:25', '2023-11-20 16:01:25'),
(621, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-20 17:37:12', '2023-11-20 17:37:12'),
(622, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/9', '2023-11-20 17:37:20', '2023-11-20 17:37:20'),
(623, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/2', '2023-11-20 17:37:25', '2023-11-20 17:37:25'),
(624, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/9', '2023-11-20 17:37:44', '2023-11-20 17:37:44'),
(625, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/9', '2023-11-20 17:39:13', '2023-11-20 17:39:13'),
(626, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/9/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/9/create-child', '2023-11-20 17:39:19', '2023-11-20 17:39:19'),
(627, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/9', '2023-11-20 17:47:40', '2023-11-20 17:47:40'),
(628, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/9', '2023-11-20 17:47:40', '2023-11-20 17:47:40'),
(629, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 17:47:59', '2023-11-20 17:47:59'),
(630, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 17:49:49', '2023-11-20 17:49:49'),
(631, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/10', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/10', '2023-11-20 17:49:55', '2023-11-20 17:49:55'),
(632, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/9', '2023-11-20 17:55:11', '2023-11-20 17:55:11'),
(633, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/9/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/9/create-child', '2023-11-20 17:55:14', '2023-11-20 17:55:14'),
(634, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/9', '2023-11-20 17:57:18', '2023-11-20 17:57:18'),
(635, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/9', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/9', '2023-11-20 17:57:18', '2023-11-20 17:57:18'),
(636, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 17:57:26', '2023-11-20 17:57:26'),
(637, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/11', '2023-11-20 17:57:32', '2023-11-20 17:57:32'),
(638, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 17:58:14', '2023-11-20 17:58:14'),
(639, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/10', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/10', '2023-11-20 17:58:18', '2023-11-20 17:58:18'),
(640, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/10/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/10/create-child', '2023-11-20 17:58:22', '2023-11-20 17:58:22'),
(641, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 17:59:42', '2023-11-20 17:59:42'),
(642, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/11', '2023-11-20 17:59:45', '2023-11-20 17:59:45'),
(643, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/11', '2023-11-20 17:59:49', '2023-11-20 17:59:49'),
(644, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/11/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/11/create-child', '2023-11-20 17:59:53', '2023-11-20 17:59:53'),
(645, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/11', '2023-11-20 18:00:16', '2023-11-20 18:00:16'),
(646, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/11', '2023-11-20 18:02:08', '2023-11-20 18:02:08'),
(647, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/11/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/11/create-child', '2023-11-20 18:02:23', '2023-11-20 18:02:23'),
(648, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/11', '2023-11-20 18:02:50', '2023-11-20 18:02:50'),
(649, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/11', '2023-11-20 18:06:13', '2023-11-20 18:06:13'),
(650, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/11/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/11/create-child', '2023-11-20 18:06:17', '2023-11-20 18:06:17'),
(651, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/11', '2023-11-20 18:06:34', '2023-11-20 18:06:34'),
(652, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/11', '2023-11-20 18:06:59', '2023-11-20 18:06:59'),
(653, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/11', '2023-11-20 18:06:59', '2023-11-20 18:06:59'),
(654, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:07:04', '2023-11-20 18:07:04'),
(655, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/12', '2023-11-20 18:10:55', '2023-11-20 18:10:55'),
(656, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/12/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/12/create-child', '2023-11-20 18:10:58', '2023-11-20 18:10:58'),
(657, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/12/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/12/create-child', '2023-11-20 18:13:00', '2023-11-20 18:13:00'),
(658, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/12', '2023-11-20 18:13:15', '2023-11-20 18:13:15'),
(659, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/12/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/12/create-child', '2023-11-20 18:17:32', '2023-11-20 18:17:32'),
(660, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/12', '2023-11-20 18:18:09', '2023-11-20 18:18:09'),
(661, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/12', '2023-11-20 18:18:10', '2023-11-20 18:18:10'),
(662, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:18:20', '2023-11-20 18:18:20'),
(663, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/11', '2023-11-20 18:18:26', '2023-11-20 18:18:26'),
(664, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/11', '2023-11-20 18:18:31', '2023-11-20 18:18:31'),
(665, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/11/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/11/create-child', '2023-11-20 18:18:34', '2023-11-20 18:18:34'),
(666, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/11', '2023-11-20 18:19:45', '2023-11-20 18:19:45'),
(667, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/11', '2023-11-20 18:19:46', '2023-11-20 18:19:46'),
(668, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:19:54', '2023-11-20 18:19:54'),
(669, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:20:18', '2023-11-20 18:20:18'),
(670, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/11', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/11', '2023-11-20 18:20:22', '2023-11-20 18:20:22'),
(671, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/14', '2023-11-20 18:20:25', '2023-11-20 18:20:25'),
(672, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/14', '2023-11-20 18:21:53', '2023-11-20 18:21:53'),
(673, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/14', '2023-11-20 18:26:40', '2023-11-20 18:26:40'),
(674, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/14', '2023-11-20 18:26:55', '2023-11-20 18:26:55'),
(675, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/14', '2023-11-20 18:30:42', '2023-11-20 18:30:42'),
(676, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/14', '2023-11-20 18:30:48', '2023-11-20 18:30:48'),
(677, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/14', '2023-11-20 18:30:58', '2023-11-20 18:30:58'),
(678, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/14', '2023-11-20 18:31:36', '2023-11-20 18:31:36'),
(679, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/14', '2023-11-20 18:31:50', '2023-11-20 18:31:50'),
(680, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/14', '2023-11-20 18:35:15', '2023-11-20 18:35:15'),
(681, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/14', '2023-11-20 18:35:23', '2023-11-20 18:35:23'),
(682, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/14', '2023-11-20 18:36:05', '2023-11-20 18:36:05'),
(683, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/14', '2023-11-20 18:36:06', '2023-11-20 18:36:06'),
(684, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/14', '2023-11-20 18:36:21', '2023-11-20 18:36:21'),
(685, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/14', '2023-11-20 18:38:19', '2023-11-20 18:38:19'),
(686, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/14', '2023-11-20 18:38:24', '2023-11-20 18:38:24'),
(687, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/14', '2023-11-20 18:38:43', '2023-11-20 18:38:43'),
(688, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/14', '2023-11-20 18:40:56', '2023-11-20 18:40:56'),
(689, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/14', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/14', '2023-11-20 18:41:09', '2023-11-20 18:41:09'),
(690, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:41:23', '2023-11-20 18:41:23'),
(691, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/12', '2023-11-20 18:41:26', '2023-11-20 18:41:26'),
(692, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/13', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/13', '2023-11-20 18:41:31', '2023-11-20 18:41:31'),
(693, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/13', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/13', '2023-11-20 18:41:57', '2023-11-20 18:41:57'),
(694, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:42:04', '2023-11-20 18:42:04'),
(695, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/12', '2023-11-20 18:42:08', '2023-11-20 18:42:08'),
(696, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/13', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/13', '2023-11-20 18:42:11', '2023-11-20 18:42:11'),
(697, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/13', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/13', '2023-11-20 18:42:43', '2023-11-20 18:42:43'),
(698, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/13', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/13', '2023-11-20 18:42:58', '2023-11-20 18:42:58'),
(699, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/12', '2023-11-20 18:42:59', '2023-11-20 18:42:59'),
(700, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/13', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/13', '2023-11-20 18:43:03', '2023-11-20 18:43:03'),
(701, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/13', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/13', '2023-11-20 18:43:33', '2023-11-20 18:43:33'),
(702, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/12', '2023-11-20 18:43:33', '2023-11-20 18:43:33'),
(703, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:44:27', '2023-11-20 18:44:27'),
(704, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/12', '2023-11-20 18:44:37', '2023-11-20 18:44:37'),
(705, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-20 18:45:13', '2023-11-20 18:45:13'),
(706, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:46:40', '2023-11-20 18:46:40'),
(707, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/4', '2023-11-20 18:46:44', '2023-11-20 18:46:44'),
(708, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/4', '2023-11-20 18:47:00', '2023-11-20 18:47:00'),
(709, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/4', '2023-11-20 18:48:34', '2023-11-20 18:48:34'),
(710, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/4', '2023-11-20 18:48:54', '2023-11-20 18:48:54'),
(711, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:48:54', '2023-11-20 18:48:54'),
(712, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:49:16', '2023-11-20 18:49:16'),
(713, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-20 18:49:49', '2023-11-20 18:49:49'),
(714, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/1', '2023-11-20 18:50:16', '2023-11-20 18:50:16'),
(715, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:50:17', '2023-11-20 18:50:17'),
(716, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/5', '2023-11-20 18:50:38', '2023-11-20 18:50:38'),
(717, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/4', '2023-11-20 18:50:42', '2023-11-20 18:50:42'),
(718, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/4', '2023-11-20 18:51:25', '2023-11-20 18:51:25'),
(719, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:51:25', '2023-11-20 18:51:25'),
(720, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/5', '2023-11-20 18:51:29', '2023-11-20 18:51:29'),
(721, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/5', '2023-11-20 18:51:29', '2023-11-20 18:51:29'),
(722, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/5', '2023-11-20 18:51:46', '2023-11-20 18:51:46'),
(723, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:51:46', '2023-11-20 18:51:46'),
(724, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/5', '2023-11-20 18:51:50', '2023-11-20 18:51:50'),
(725, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/6', '2023-11-20 18:52:02', '2023-11-20 18:52:02'),
(726, 1, 'treatment.update', '127.0.0.1', 'POST', 'super/admin/treatments/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update/6', '2023-11-20 18:52:14', '2023-11-20 18:52:14'),
(727, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-20 18:52:14', '2023-11-20 18:52:14'),
(728, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-20 18:52:23', '2023-11-20 18:52:23'),
(729, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/2', '2023-11-20 18:52:28', '2023-11-20 18:52:28'),
(730, 1, 'treatment.updateChild', '127.0.0.1', 'POST', 'super/admin/treatments/update-child/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/update-child/2', '2023-11-20 18:52:42', '2023-11-20 18:52:42'),
(731, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-20 18:52:42', '2023-11-20 18:52:42'),
(732, 1, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/2', '2023-11-20 18:52:45', '2023-11-20 18:52:45'),
(733, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-21 05:47:45', '2023-11-21 05:47:45'),
(734, NULL, 'change.lang', '127.0.0.1', 'GET', 'change/language', NULL, NULL, NULL, 'http://localhost:8000/change/language', '2023-11-21 05:47:55', '2023-11-21 05:47:55'),
(735, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-21 05:47:56', '2023-11-21 05:47:56'),
(736, NULL, 'change.lang', '127.0.0.1', 'GET', 'change/language', NULL, NULL, NULL, 'http://localhost:8000/change/language', '2023-11-21 05:48:05', '2023-11-21 05:48:05'),
(737, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-21 05:48:06', '2023-11-21 05:48:06'),
(738, NULL, 'treatment.editChild', '127.0.0.1', 'GET', 'super/admin/treatments/edit-child/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit-child/2', '2023-11-21 05:48:31', '2023-11-21 05:48:31'),
(739, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-21 05:48:31', '2023-11-21 05:48:31'),
(740, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-21 05:48:34', '2023-11-21 05:48:34'),
(741, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 05:48:35', '2023-11-21 05:48:35'),
(742, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-21 05:48:42', '2023-11-21 05:48:42'),
(743, 1, 'change.lang', '127.0.0.1', 'GET', 'change/language', NULL, NULL, NULL, 'http://localhost:8000/change/language', '2023-11-21 05:52:40', '2023-11-21 05:52:40'),
(744, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-21 05:52:40', '2023-11-21 05:52:40'),
(745, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/12', '2023-11-21 05:53:47', '2023-11-21 05:53:47'),
(746, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/12', '2023-11-21 06:14:42', '2023-11-21 06:14:42'),
(747, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-21 06:17:53', '2023-11-21 06:17:53'),
(748, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-21 06:18:20', '2023-11-21 06:18:20'),
(749, 1, 'city.create', '127.0.0.1', 'GET', 'super/admin/city/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/create', '2023-11-21 06:18:22', '2023-11-21 06:18:22'),
(750, 1, 'city.create', '127.0.0.1', 'GET', 'super/admin/city/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/create', '2023-11-21 06:21:33', '2023-11-21 06:21:33'),
(751, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-21 06:30:38', '2023-11-21 06:30:38'),
(752, 1, 'city.create', '127.0.0.1', 'GET', 'super/admin/city/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/create', '2023-11-21 06:30:41', '2023-11-21 06:30:41'),
(753, 1, 'city.create', '127.0.0.1', 'GET', 'super/admin/city/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/create', '2023-11-21 06:34:06', '2023-11-21 06:34:06'),
(754, 1, 'city.create', '127.0.0.1', 'GET', 'super/admin/city/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/create', '2023-11-21 06:34:19', '2023-11-21 06:34:19'),
(755, 1, 'city.store', '127.0.0.1', 'POST', 'super/admin/city/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/store', '2023-11-21 06:36:26', '2023-11-21 06:36:26'),
(756, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-21 06:36:26', '2023-11-21 06:36:26'),
(757, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-21 06:44:56', '2023-11-21 06:44:56'),
(758, 1, 'city.edit', '127.0.0.1', 'GET', 'super/admin/city/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/edit/1', '2023-11-21 06:45:08', '2023-11-21 06:45:08'),
(759, 1, 'city.update', '127.0.0.1', 'POST', 'super/admin/city/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/update/1', '2023-11-21 06:45:27', '2023-11-21 06:45:27'),
(760, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-21 06:45:28', '2023-11-21 06:45:28'),
(761, 1, 'city.edit', '127.0.0.1', 'GET', 'super/admin/city/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/edit/1', '2023-11-21 06:45:31', '2023-11-21 06:45:31'),
(762, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-21 06:45:37', '2023-11-21 06:45:37'),
(763, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-21 06:48:53', '2023-11-21 06:48:53'),
(764, 1, 'city.edit', '127.0.0.1', 'GET', 'super/admin/city/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/edit/1', '2023-11-21 06:48:56', '2023-11-21 06:48:56'),
(765, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-21 06:49:01', '2023-11-21 06:49:01'),
(766, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-21 08:48:04', '2023-11-21 08:48:04'),
(767, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 08:55:12', '2023-11-21 08:55:12'),
(768, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 08:58:03', '2023-11-21 08:58:03'),
(769, 1, 'hospital.store', '127.0.0.1', 'POST', 'super/admin/hospital/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/store', '2023-11-21 08:58:54', '2023-11-21 08:58:54'),
(770, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 09:00:02', '2023-11-21 09:00:02'),
(771, 1, 'hospital.store', '127.0.0.1', 'POST', 'super/admin/hospital/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/store', '2023-11-21 09:00:22', '2023-11-21 09:00:22'),
(772, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 09:01:02', '2023-11-21 09:01:02'),
(773, 1, 'hospital.store', '127.0.0.1', 'POST', 'super/admin/hospital/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/store', '2023-11-21 09:01:30', '2023-11-21 09:01:30'),
(774, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 09:01:31', '2023-11-21 09:01:31'),
(775, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 09:04:02', '2023-11-21 09:04:02'),
(776, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 09:15:12', '2023-11-21 09:15:12'),
(777, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-21 09:15:16', '2023-11-21 09:15:16'),
(778, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-21 09:15:37', '2023-11-21 09:15:37'),
(779, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-21 09:15:39', '2023-11-21 09:15:39'),
(780, 1, 'hospital.delete', '127.0.0.1', 'GET', 'super/admin/hospital/delete/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/delete/1', '2023-11-21 09:18:56', '2023-11-21 09:18:56'),
(781, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 09:18:56', '2023-11-21 09:18:56'),
(782, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 09:19:07', '2023-11-21 09:19:07'),
(783, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 09:19:15', '2023-11-21 09:19:15'),
(784, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 09:21:28', '2023-11-21 09:21:28'),
(785, 1, 'hospital.update_img', '127.0.0.1', 'POST', 'super/admin/hospital/update_img/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/update_img/2', '2023-11-21 09:21:44', '2023-11-21 09:21:44'),
(786, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 09:21:44', '2023-11-21 09:21:44'),
(787, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 09:21:50', '2023-11-21 09:21:50'),
(788, 1, 'hospital.update_img', '127.0.0.1', 'POST', 'super/admin/hospital/update_img/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/update_img/2', '2023-11-21 09:21:56', '2023-11-21 09:21:56'),
(789, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 09:21:56', '2023-11-21 09:21:56'),
(790, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 09:25:06', '2023-11-21 09:25:06'),
(791, 1, 'hospital.update', '127.0.0.1', 'POST', 'super/admin/hospital/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/update/2', '2023-11-21 09:25:24', '2023-11-21 09:25:24'),
(792, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 09:25:24', '2023-11-21 09:25:24'),
(793, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 09:29:26', '2023-11-21 09:29:26'),
(794, 1, 'hospital.update', '127.0.0.1', 'POST', 'super/admin/hospital/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/update/2', '2023-11-21 09:29:33', '2023-11-21 09:29:33'),
(795, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 09:29:34', '2023-11-21 09:29:34');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(796, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 09:40:28', '2023-11-21 09:40:28'),
(797, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-21 09:40:30', '2023-11-21 09:40:30'),
(798, 1, 'treatment.delete', '127.0.0.1', 'GET', 'super/admin/treatments/delete/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/delete/6', '2023-11-21 09:40:36', '2023-11-21 09:40:36'),
(799, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-21 09:41:01', '2023-11-21 09:41:01'),
(800, 1, 'treatment.delete', '127.0.0.1', 'GET', 'super/admin/treatments/delete/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/delete/6', '2023-11-21 09:41:24', '2023-11-21 09:41:24'),
(801, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-21 09:41:24', '2023-11-21 09:41:24'),
(802, 1, 'treatment.delete', '127.0.0.1', 'GET', 'super/admin/treatments/delete/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/delete/5', '2023-11-21 09:41:29', '2023-11-21 09:41:29'),
(803, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-21 09:41:29', '2023-11-21 09:41:29'),
(804, 1, 'treatment.delete', '127.0.0.1', 'GET', 'super/admin/treatments/delete/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/delete/4', '2023-11-21 09:41:31', '2023-11-21 09:41:31'),
(805, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-21 09:41:32', '2023-11-21 09:41:32'),
(806, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/10', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/10', '2023-11-21 09:41:46', '2023-11-21 09:41:46'),
(807, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-21 09:41:51', '2023-11-21 09:41:51'),
(808, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-21 09:43:01', '2023-11-21 09:43:01'),
(809, 1, 'treatment.delete', '127.0.0.1', 'GET', 'super/admin/treatments/delete/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/delete/3', '2023-11-21 09:43:04', '2023-11-21 09:43:04'),
(810, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-21 09:43:04', '2023-11-21 09:43:04'),
(811, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/12', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/12', '2023-11-21 09:43:21', '2023-11-21 09:43:21'),
(812, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-21 09:43:25', '2023-11-21 09:43:25'),
(813, 1, 'treatment.delete', '127.0.0.1', 'GET', 'super/admin/treatments/delete/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/delete/8', '2023-11-21 09:43:28', '2023-11-21 09:43:28'),
(814, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-21 09:43:29', '2023-11-21 09:43:29'),
(815, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-21 09:43:32', '2023-11-21 09:43:32'),
(816, 1, 'treatment.delete', '127.0.0.1', 'GET', 'super/admin/treatments/delete/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/delete/7', '2023-11-21 09:43:35', '2023-11-21 09:43:35'),
(817, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-21 09:43:36', '2023-11-21 09:43:36'),
(818, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-21 09:43:40', '2023-11-21 09:43:40'),
(819, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-21 10:05:05', '2023-11-21 10:05:05'),
(820, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2023-11-21 10:05:12', '2023-11-21 10:05:12'),
(821, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:05:22', '2023-11-21 10:05:22'),
(822, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2023-11-21 10:05:23', '2023-11-21 10:05:23'),
(823, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:05:28', '2023-11-21 10:05:28'),
(824, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:06:31', '2023-11-21 10:06:31'),
(825, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:07:54', '2023-11-21 10:07:54'),
(826, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:08:04', '2023-11-21 10:08:04'),
(827, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:08:43', '2023-11-21 10:08:43'),
(828, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:09:12', '2023-11-21 10:09:12'),
(829, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:09:21', '2023-11-21 10:09:21'),
(830, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:10:22', '2023-11-21 10:10:22'),
(831, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:12:54', '2023-11-21 10:12:54'),
(832, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:31:34', '2023-11-21 10:31:34'),
(833, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:36:34', '2023-11-21 10:36:34'),
(834, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:38:09', '2023-11-21 10:38:09'),
(835, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:40:02', '2023-11-21 10:40:02'),
(836, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2023-11-21 10:40:11', '2023-11-21 10:40:11'),
(837, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:40:14', '2023-11-21 10:40:14'),
(838, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:41:14', '2023-11-21 10:41:14'),
(839, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:44:48', '2023-11-21 10:44:48'),
(840, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:47:15', '2023-11-21 10:47:15'),
(841, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:47:25', '2023-11-21 10:47:25'),
(842, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:47:46', '2023-11-21 10:47:46'),
(843, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:48:56', '2023-11-21 10:48:56'),
(844, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:49:55', '2023-11-21 10:49:55'),
(845, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:51:46', '2023-11-21 10:51:46'),
(846, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 10:52:56', '2023-11-21 10:52:56'),
(847, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 10:54:00', '2023-11-21 10:54:00'),
(848, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 10:54:04', '2023-11-21 10:54:04'),
(849, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 10:54:14', '2023-11-21 10:54:14'),
(850, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 10:54:16', '2023-11-21 10:54:16'),
(851, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 10:54:56', '2023-11-21 10:54:56'),
(852, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 10:54:59', '2023-11-21 10:54:59'),
(853, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 10:55:18', '2023-11-21 10:55:18'),
(854, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 11:21:02', '2023-11-21 11:21:02'),
(855, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:21:24', '2023-11-21 11:21:24'),
(856, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:21:51', '2023-11-21 11:21:51'),
(857, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 11:22:16', '2023-11-21 11:22:16'),
(858, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:22:18', '2023-11-21 11:22:18'),
(859, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:23:27', '2023-11-21 11:23:27'),
(860, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:24:25', '2023-11-21 11:24:25'),
(861, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:25:17', '2023-11-21 11:25:17'),
(862, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 11:25:40', '2023-11-21 11:25:40'),
(863, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 11:25:42', '2023-11-21 11:25:42'),
(864, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:25:51', '2023-11-21 11:25:51'),
(865, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 11:29:59', '2023-11-21 11:29:59'),
(866, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 11:30:02', '2023-11-21 11:30:02'),
(867, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 11:31:25', '2023-11-21 11:31:25'),
(868, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/2', '2023-11-21 11:31:29', '2023-11-21 11:31:29'),
(869, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 11:32:28', '2023-11-21 11:32:28'),
(870, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:32:32', '2023-11-21 11:32:32'),
(871, 1, 'hospital.store', '127.0.0.1', 'POST', 'super/admin/hospital/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/store', '2023-11-21 11:33:18', '2023-11-21 11:33:18'),
(872, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:35:42', '2023-11-21 11:35:42'),
(873, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:35:49', '2023-11-21 11:35:49'),
(874, 1, 'hospital.store', '127.0.0.1', 'POST', 'super/admin/hospital/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/store', '2023-11-21 11:36:21', '2023-11-21 11:36:21'),
(875, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:38:41', '2023-11-21 11:38:41'),
(876, 1, 'hospital.store', '127.0.0.1', 'POST', 'super/admin/hospital/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/store', '2023-11-21 11:39:05', '2023-11-21 11:39:05'),
(877, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2023-11-21 11:41:28', '2023-11-21 11:41:28'),
(878, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 11:41:28', '2023-11-21 11:41:28'),
(879, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:41:31', '2023-11-21 11:41:31'),
(880, 1, 'hospital.store', '127.0.0.1', 'POST', 'super/admin/hospital/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/store', '2023-11-21 11:41:58', '2023-11-21 11:41:58'),
(881, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:42:49', '2023-11-21 11:42:49'),
(882, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:44:12', '2023-11-21 11:44:12'),
(883, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-21 11:45:08', '2023-11-21 11:45:08'),
(884, 1, 'hospital.store', '127.0.0.1', 'POST', 'super/admin/hospital/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/store', '2023-11-21 11:45:34', '2023-11-21 11:45:34'),
(885, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 11:45:34', '2023-11-21 11:45:34'),
(886, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/3', '2023-11-21 11:45:59', '2023-11-21 11:45:59'),
(887, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/3', '2023-11-21 11:50:05', '2023-11-21 11:50:05'),
(888, 1, 'hospital.update', '127.0.0.1', 'POST', 'super/admin/hospital/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/update/3', '2023-11-21 11:51:50', '2023-11-21 11:51:50'),
(889, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 11:51:50', '2023-11-21 11:51:50'),
(890, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/3', '2023-11-21 11:51:54', '2023-11-21 11:51:54'),
(891, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2023-11-21 11:52:12', '2023-11-21 11:52:12'),
(892, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-21 11:59:49', '2023-11-21 11:59:49'),
(893, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-21 11:59:52', '2023-11-21 11:59:52'),
(894, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-21 11:59:54', '2023-11-21 11:59:54'),
(895, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-21 12:00:07', '2023-11-21 12:00:07'),
(896, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-21 12:00:13', '2023-11-21 12:00:13'),
(897, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-21 12:00:23', '2023-11-21 12:00:23'),
(898, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/6', '2023-11-21 12:01:57', '2023-11-21 12:01:57'),
(899, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-21 12:01:57', '2023-11-21 12:01:57'),
(900, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-21 12:02:01', '2023-11-21 12:02:01'),
(901, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-21 12:09:36', '2023-11-21 12:09:36'),
(902, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-21 12:09:39', '2023-11-21 12:09:39'),
(903, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-21 12:16:49', '2023-11-21 12:16:49'),
(904, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-21 12:16:53', '2023-11-21 12:16:53'),
(905, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-21 12:16:56', '2023-11-21 12:16:56'),
(906, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-21 12:20:29', '2023-11-21 12:20:29'),
(907, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/6', '2023-11-21 12:24:22', '2023-11-21 12:24:22'),
(908, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-21 12:24:22', '2023-11-21 12:24:22'),
(909, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-21 12:24:25', '2023-11-21 12:24:25'),
(910, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/7', '2023-11-21 12:24:36', '2023-11-21 12:24:36'),
(911, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-21 12:24:36', '2023-11-21 12:24:36'),
(912, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/7', '2023-11-21 12:24:38', '2023-11-21 12:24:38'),
(913, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/6', '2023-11-21 12:24:43', '2023-11-21 12:24:43'),
(914, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-21 12:31:53', '2023-11-21 12:31:53'),
(915, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-21 12:32:05', '2023-11-21 12:32:05'),
(916, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-21 12:32:06', '2023-11-21 12:32:06'),
(917, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-21 12:32:13', '2023-11-21 12:32:13'),
(918, 1, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2023-11-21 12:32:19', '2023-11-21 12:32:19'),
(919, 1, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2023-11-21 12:32:19', '2023-11-21 12:32:19'),
(920, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-21 12:32:22', '2023-11-21 12:32:22'),
(921, 1, 'web.treatment.list', '127.0.0.1', 'GET', 'treatments', NULL, NULL, NULL, 'http://localhost:8000/treatments', '2023-11-21 12:32:36', '2023-11-21 12:32:36'),
(922, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-21 12:32:48', '2023-11-21 12:32:48'),
(923, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-22 05:14:59', '2023-11-22 05:14:59'),
(924, NULL, 'home.enquery.submit', '127.0.0.1', 'POST', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-22 05:15:51', '2023-11-22 05:15:51'),
(925, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-22 05:15:52', '2023-11-22 05:15:52'),
(926, NULL, 'home.enquery.submit', '127.0.0.1', 'POST', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-22 05:16:32', '2023-11-22 05:16:32'),
(927, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-22 05:16:32', '2023-11-22 05:16:32'),
(928, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-22 05:16:45', '2023-11-22 05:16:45'),
(929, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-22 05:16:55', '2023-11-22 05:16:55'),
(930, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-22 05:16:57', '2023-11-22 05:16:57'),
(931, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-22 05:16:58', '2023-11-22 05:16:58'),
(932, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-22 05:17:16', '2023-11-22 05:17:16'),
(933, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-22 05:17:18', '2023-11-22 05:17:18'),
(934, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-22 05:17:46', '2023-11-22 05:17:46'),
(935, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-22 05:20:30', '2023-11-22 05:20:30'),
(936, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-22 05:20:39', '2023-11-22 05:20:39'),
(937, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-22 05:20:45', '2023-11-22 05:20:45'),
(938, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-22 05:25:40', '2023-11-22 05:25:40'),
(939, 1, 'treatment.store', '127.0.0.1', 'POST', 'super/admin/treatments/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/store', '2023-11-22 05:27:24', '2023-11-22 05:27:24'),
(940, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-22 05:27:24', '2023-11-22 05:27:24'),
(941, 1, 'treatment.edit', '127.0.0.1', 'GET', 'super/admin/treatments/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/edit/1', '2023-11-22 05:27:45', '2023-11-22 05:27:45'),
(942, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-22 05:27:55', '2023-11-22 05:27:55'),
(943, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-22 05:28:00', '2023-11-22 05:28:00'),
(944, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/1', '2023-11-22 05:31:22', '2023-11-22 05:31:22'),
(945, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-22 05:31:22', '2023-11-22 05:31:22'),
(946, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-22 05:31:31', '2023-11-22 05:31:31'),
(947, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-22 05:32:05', '2023-11-22 05:32:05'),
(948, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-22 05:34:09', '2023-11-22 05:34:09'),
(949, 1, 'treatment.children.create', '127.0.0.1', 'GET', 'super/admin/treatments/1/create-child', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/1/create-child', '2023-11-22 05:34:13', '2023-11-22 05:34:13'),
(950, 1, 'treatment.children.store', '127.0.0.1', 'POST', 'super/admin/treatments/treatments/children/store/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/treatments/children/store/1', '2023-11-22 05:36:05', '2023-11-22 05:36:05'),
(951, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-22 05:36:05', '2023-11-22 05:36:05'),
(952, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-22 05:36:36', '2023-11-22 05:36:36'),
(953, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-22 05:36:41', '2023-11-22 05:36:41'),
(954, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-22 05:36:43', '2023-11-22 05:36:43'),
(955, 1, 'hospital.store', '127.0.0.1', 'POST', 'super/admin/hospital/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/store', '2023-11-22 05:41:03', '2023-11-22 05:41:03'),
(956, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-22 05:41:03', '2023-11-22 05:41:03'),
(957, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-22 05:41:05', '2023-11-22 05:41:05'),
(958, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-22 05:41:20', '2023-11-22 05:41:20'),
(959, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-22 05:41:24', '2023-11-22 05:41:24'),
(960, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-22 05:43:17', '2023-11-22 05:43:17'),
(961, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-22 05:43:20', '2023-11-22 05:43:20'),
(962, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-22 05:48:51', '2023-11-22 05:48:51'),
(963, 1, 'doctors.store', '127.0.0.1', 'POST', 'super/admin/doctors/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/store', '2023-11-22 05:51:48', '2023-11-22 05:51:48'),
(964, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-22 05:51:48', '2023-11-22 05:51:48'),
(965, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-22 05:51:54', '2023-11-22 05:51:54'),
(966, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-22 05:52:15', '2023-11-22 05:52:15'),
(967, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-22 05:52:19', '2023-11-22 05:52:19'),
(968, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2023-11-22 06:02:40', '2023-11-22 06:02:40'),
(969, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-22 06:04:17', '2023-11-22 06:04:17'),
(970, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-22 06:04:21', '2023-11-22 06:04:21'),
(971, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-22 06:04:26', '2023-11-22 06:04:26'),
(972, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-22 06:04:28', '2023-11-22 06:04:28'),
(973, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-22 06:04:30', '2023-11-22 06:04:30'),
(974, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-22 06:06:13', '2023-11-22 06:06:13'),
(975, 1, 'doctors.update_img', '127.0.0.1', 'POST', 'super/admin/doctors/update_img/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update_img/1', '2023-11-22 06:06:38', '2023-11-22 06:06:38'),
(976, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-22 06:06:39', '2023-11-22 06:06:39'),
(977, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-22 06:06:45', '2023-11-22 06:06:45'),
(978, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-22 06:06:49', '2023-11-22 06:06:49'),
(979, 1, 'hospital.update_img', '127.0.0.1', 'POST', 'super/admin/hospital/update_img/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/update_img/1', '2023-11-22 06:06:56', '2023-11-22 06:06:56'),
(980, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-22 06:06:56', '2023-11-22 06:06:56'),
(981, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-22 06:07:06', '2023-11-22 06:07:06'),
(982, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-22 06:07:08', '2023-11-22 06:07:08'),
(983, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-22 06:07:10', '2023-11-22 06:07:10'),
(984, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-22 06:07:17', '2023-11-22 06:07:17'),
(985, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-22 06:08:34', '2023-11-22 06:08:34'),
(986, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-22 07:11:44', '2023-11-22 07:11:44'),
(987, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-22 07:11:46', '2023-11-22 07:11:46'),
(988, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-22 07:11:54', '2023-11-22 07:11:54'),
(989, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-22 07:12:49', '2023-11-22 07:12:49'),
(990, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-22 07:52:02', '2023-11-22 07:52:02'),
(991, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-22 07:52:04', '2023-11-22 07:52:04'),
(992, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-22 07:52:11', '2023-11-22 07:52:11'),
(993, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-22 07:52:17', '2023-11-22 07:52:17'),
(994, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-22 07:52:17', '2023-11-22 07:52:17'),
(995, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-22 07:53:03', '2023-11-22 07:53:03'),
(996, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2023-11-22 07:53:11', '2023-11-22 07:53:11'),
(997, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2023-11-22 07:53:14', '2023-11-22 07:53:14'),
(998, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-23 05:43:05', '2023-11-23 05:43:05'),
(999, NULL, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-23 05:43:06', '2023-11-23 05:43:06'),
(1000, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-23 05:43:07', '2023-11-23 05:43:07'),
(1001, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-23 05:43:10', '2023-11-23 05:43:10'),
(1002, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-23 05:43:11', '2023-11-23 05:43:11'),
(1003, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-23 05:43:16', '2023-11-23 05:43:16'),
(1004, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-23 05:43:20', '2023-11-23 05:43:20'),
(1005, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-23 05:47:17', '2023-11-23 05:47:17'),
(1006, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2023-11-23 05:47:19', '2023-11-23 05:47:19'),
(1007, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-23 06:02:40', '2023-11-23 06:02:40'),
(1008, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-23 06:02:42', '2023-11-23 06:02:42'),
(1009, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/1', '2023-11-23 06:02:54', '2023-11-23 06:02:54'),
(1010, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-23 06:02:54', '2023-11-23 06:02:54'),
(1011, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-23 06:02:56', '2023-11-23 06:02:56'),
(1012, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/1', '2023-11-23 06:03:11', '2023-11-23 06:03:11'),
(1013, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-23 06:05:17', '2023-11-23 06:05:17'),
(1014, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/1', '2023-11-23 06:05:31', '2023-11-23 06:05:31'),
(1015, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-23 06:05:31', '2023-11-23 06:05:31'),
(1016, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-23 06:05:34', '2023-11-23 06:05:34'),
(1017, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/1', '2023-11-23 06:05:48', '2023-11-23 06:05:48'),
(1018, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-23 06:09:06', '2023-11-23 06:09:06'),
(1019, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/1', '2023-11-23 06:09:25', '2023-11-23 06:09:25'),
(1020, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-23 06:13:16', '2023-11-23 06:13:16'),
(1021, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/1', '2023-11-23 06:13:28', '2023-11-23 06:13:28'),
(1022, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-23 06:13:28', '2023-11-23 06:13:28'),
(1023, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-23 06:13:30', '2023-11-23 06:13:30'),
(1024, 1, 'doctors.update', '127.0.0.1', 'POST', 'super/admin/doctors/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/update/1', '2023-11-23 06:13:44', '2023-11-23 06:13:44'),
(1025, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-23 06:13:44', '2023-11-23 06:13:44'),
(1026, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-23 06:13:46', '2023-11-23 06:13:46'),
(1027, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-23 06:36:59', '2023-11-23 06:36:59'),
(1028, 1, 'newsletter.list', '127.0.0.1', 'GET', 'super/admin/newsletter', NULL, NULL, NULL, 'http://localhost:8000/super/admin/newsletter', '2023-11-23 06:37:01', '2023-11-23 06:37:01'),
(1029, 1, 'newsletter.list', '127.0.0.1', 'GET', 'super/admin/newsletter', NULL, NULL, NULL, 'http://localhost:8000/super/admin/newsletter', '2023-11-23 06:37:17', '2023-11-23 06:37:17'),
(1030, 1, 'newsletter.list', '127.0.0.1', 'GET', 'super/admin/newsletter', NULL, NULL, NULL, 'http://localhost:8000/super/admin/newsletter', '2023-11-23 06:37:37', '2023-11-23 06:37:37'),
(1031, 1, 'newsletter.list', '127.0.0.1', 'GET', 'super/admin/newsletter', NULL, NULL, NULL, 'http://localhost:8000/super/admin/newsletter', '2023-11-23 06:37:47', '2023-11-23 06:37:47'),
(1032, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-23 06:38:18', '2023-11-23 06:38:18'),
(1033, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-23 06:56:28', '2023-11-23 06:56:28'),
(1034, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/5', '2023-11-23 06:56:30', '2023-11-23 06:56:30'),
(1035, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-23 06:57:16', '2023-11-23 06:57:16'),
(1036, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-23 06:57:18', '2023-11-23 06:57:18'),
(1037, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-23 06:57:22', '2023-11-23 06:57:22'),
(1038, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-23 06:57:24', '2023-11-23 06:57:24'),
(1039, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-23 06:57:26', '2023-11-23 06:57:26'),
(1040, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-23 07:03:55', '2023-11-23 07:03:55'),
(1041, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-23 07:03:57', '2023-11-23 07:03:57'),
(1042, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-23 07:04:22', '2023-11-23 07:04:22'),
(1043, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-23 07:04:56', '2023-11-23 07:04:56'),
(1044, 1, 'hospital.update_logo', '127.0.0.1', 'POST', 'super/admin/hospital/update_logo/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/update_logo/1', '2023-11-23 07:05:18', '2023-11-23 07:05:18'),
(1045, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-23 07:05:18', '2023-11-23 07:05:18'),
(1046, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-23 07:05:21', '2023-11-23 07:05:21'),
(1047, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-23 07:09:39', '2023-11-23 07:09:39'),
(1048, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-23 07:10:05', '2023-11-23 07:10:05'),
(1049, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-23 07:10:22', '2023-11-23 07:10:22'),
(1050, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-23 07:10:22', '2023-11-23 07:10:22'),
(1051, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-23 07:10:25', '2023-11-23 07:10:25'),
(1052, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-23 07:11:07', '2023-11-23 07:11:07'),
(1053, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-23 07:11:10', '2023-11-23 07:11:10'),
(1054, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-23 07:11:44', '2023-11-23 07:11:44'),
(1055, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-23 07:11:44', '2023-11-23 07:11:44'),
(1056, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-23 07:11:46', '2023-11-23 07:11:46'),
(1057, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-23 07:12:49', '2023-11-23 07:12:49'),
(1058, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/1', '2023-11-23 07:12:51', '2023-11-23 07:12:51'),
(1059, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/1', '2023-11-23 07:13:03', '2023-11-23 07:13:03'),
(1060, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-23 07:16:26', '2023-11-23 07:16:26'),
(1061, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/5', '2023-11-23 07:16:28', '2023-11-23 07:16:28'),
(1062, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/5', '2023-11-23 07:17:24', '2023-11-23 07:17:24'),
(1063, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/5', '2023-11-23 07:17:34', '2023-11-23 07:17:34'),
(1064, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-23 07:17:34', '2023-11-23 07:17:34'),
(1065, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-23 07:20:08', '2023-11-23 07:20:08'),
(1066, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/5', '2023-11-23 07:20:10', '2023-11-23 07:20:10');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(1067, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/5', '2023-11-23 07:20:20', '2023-11-23 07:20:20'),
(1068, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-23 07:20:21', '2023-11-23 07:20:21'),
(1069, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/5', '2023-11-23 07:20:23', '2023-11-23 07:20:23'),
(1070, 1, 'cms.update', '127.0.0.1', 'POST', 'super/admin/cms/update/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/update/5', '2023-11-23 07:20:46', '2023-11-23 07:20:46'),
(1071, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2023-11-23 07:20:46', '2023-11-23 07:20:46'),
(1072, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/5', '2023-11-23 07:20:50', '2023-11-23 07:20:50'),
(1073, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/5', '2023-11-23 07:28:06', '2023-11-23 07:28:06'),
(1074, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-23 07:28:13', '2023-11-23 07:28:13'),
(1075, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-23 07:28:18', '2023-11-23 07:28:18'),
(1076, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-23 07:28:20', '2023-11-23 07:28:20'),
(1077, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-23 07:28:28', '2023-11-23 07:28:28'),
(1078, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-24 07:23:01', '2023-11-24 07:23:01'),
(1079, NULL, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-24 07:23:07', '2023-11-24 07:23:07'),
(1080, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-24 07:23:08', '2023-11-24 07:23:08'),
(1081, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-24 07:23:11', '2023-11-24 07:23:11'),
(1082, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-24 07:23:12', '2023-11-24 07:23:12'),
(1083, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-24 08:06:29', '2023-11-24 08:06:29'),
(1084, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-24 08:06:31', '2023-11-24 08:06:31'),
(1085, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-24 08:42:35', '2023-11-24 08:42:35'),
(1086, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-24 08:44:02', '2023-11-24 08:44:02'),
(1087, 1, 'hospital.create', '127.0.0.1', 'GET', 'super/admin/hospital/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/create', '2023-11-24 08:44:05', '2023-11-24 08:44:05'),
(1088, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-24 08:44:45', '2023-11-24 08:44:45'),
(1089, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-24 08:44:47', '2023-11-24 08:44:47'),
(1090, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-24 08:44:49', '2023-11-24 08:44:49'),
(1091, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-24 08:45:07', '2023-11-24 08:45:07'),
(1092, 1, 'testimonials.create', '127.0.0.1', 'GET', 'super/admin/testimonials/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/create', '2023-11-24 08:45:09', '2023-11-24 08:45:09'),
(1093, 1, 'testimonials.create', '127.0.0.1', 'GET', 'super/admin/testimonials/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/create', '2023-11-24 08:46:02', '2023-11-24 08:46:02'),
(1094, 1, 'testimonials.create', '127.0.0.1', 'GET', 'super/admin/testimonials/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/create', '2023-11-24 08:47:38', '2023-11-24 08:47:38'),
(1095, 1, 'testimonials.store', '127.0.0.1', 'POST', 'super/admin/testimonials/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/store', '2023-11-24 08:48:05', '2023-11-24 08:48:05'),
(1096, 1, 'testimonials.create', '127.0.0.1', 'GET', 'super/admin/testimonials/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/create', '2023-11-24 08:48:34', '2023-11-24 08:48:34'),
(1097, 1, 'testimonials.create', '127.0.0.1', 'GET', 'super/admin/testimonials/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/create', '2023-11-24 08:48:47', '2023-11-24 08:48:47'),
(1098, 1, 'testimonials.store', '127.0.0.1', 'POST', 'super/admin/testimonials/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/store', '2023-11-24 08:49:22', '2023-11-24 08:49:22'),
(1099, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-24 08:49:23', '2023-11-24 08:49:23'),
(1100, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-24 10:11:57', '2023-11-24 10:11:57'),
(1101, 1, 'hospital.edit', '127.0.0.1', 'GET', 'super/admin/hospital/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital/edit/1', '2023-11-24 10:11:59', '2023-11-24 10:11:59'),
(1102, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-24 10:13:03', '2023-11-24 10:13:03'),
(1103, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-24 10:13:05', '2023-11-24 10:13:05'),
(1104, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-24 10:18:08', '2023-11-24 10:18:08'),
(1105, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-24 10:18:10', '2023-11-24 10:18:10'),
(1106, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-24 10:18:37', '2023-11-24 10:18:37'),
(1107, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-24 10:18:40', '2023-11-24 10:18:40'),
(1108, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-24 10:18:57', '2023-11-24 10:18:57'),
(1109, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-24 10:19:14', '2023-11-24 10:19:14'),
(1110, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-24 10:19:43', '2023-11-24 10:19:43'),
(1111, 1, 'testimonials.update', '127.0.0.1', 'POST', 'super/admin/testimonials/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/update/1', '2023-11-24 10:22:30', '2023-11-24 10:22:30'),
(1112, 1, 'testimonials.update', '127.0.0.1', 'POST', 'super/admin/testimonials/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/update/1', '2023-11-24 10:23:09', '2023-11-24 10:23:09'),
(1113, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-24 10:23:09', '2023-11-24 10:23:09'),
(1114, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-24 10:23:11', '2023-11-24 10:23:11'),
(1115, 1, 'testimonials.update', '127.0.0.1', 'POST', 'super/admin/testimonials/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/update/1', '2023-11-24 10:23:18', '2023-11-24 10:23:18'),
(1116, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-24 10:23:19', '2023-11-24 10:23:19'),
(1117, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-24 10:23:24', '2023-11-24 10:23:24'),
(1118, 1, 'testimonials.update_img', '127.0.0.1', 'POST', 'super/admin/testimonials/update_img/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/update_img/1', '2023-11-24 10:23:30', '2023-11-24 10:23:30'),
(1119, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-24 10:23:30', '2023-11-24 10:23:30'),
(1120, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 05:58:41', '2023-11-27 05:58:41'),
(1121, NULL, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-27 05:58:50', '2023-11-27 05:58:50'),
(1122, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-27 05:58:51', '2023-11-27 05:58:51'),
(1123, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-27 05:58:53', '2023-11-27 05:58:53'),
(1124, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-27 05:58:54', '2023-11-27 05:58:54'),
(1125, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2023-11-27 05:59:01', '2023-11-27 05:59:01'),
(1126, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2023-11-27 05:59:04', '2023-11-27 05:59:04'),
(1127, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-27 05:59:07', '2023-11-27 05:59:07'),
(1128, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-27 05:59:14', '2023-11-27 05:59:14'),
(1129, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-27 06:00:21', '2023-11-27 06:00:21'),
(1130, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:08:34', '2023-11-27 06:08:34'),
(1131, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:09:12', '2023-11-27 06:09:12'),
(1132, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:09:13', '2023-11-27 06:09:13'),
(1133, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:09:13', '2023-11-27 06:09:13'),
(1134, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:09:13', '2023-11-27 06:09:13'),
(1135, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:20:37', '2023-11-27 06:20:37'),
(1136, NULL, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-27 06:20:43', '2023-11-27 06:20:43'),
(1137, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-27 06:20:43', '2023-11-27 06:20:43'),
(1138, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-27 06:20:46', '2023-11-27 06:20:46'),
(1139, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-27 06:20:46', '2023-11-27 06:20:46'),
(1140, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-27 06:20:55', '2023-11-27 06:20:55'),
(1141, 1, 'auth.logout', '127.0.0.1', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'http://localhost:8000/super/admin/auth/logout', '2023-11-27 06:21:00', '2023-11-27 06:21:00'),
(1142, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-27 06:21:01', '2023-11-27 06:21:01'),
(1143, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:21:06', '2023-11-27 06:21:06'),
(1144, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/treatment-cost-comparison', NULL, NULL, NULL, 'http://localhost:8000/cms/treatment-cost-comparison', '2023-11-27 06:21:10', '2023-11-27 06:21:10'),
(1145, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:21:18', '2023-11-27 06:21:18'),
(1146, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 06:21:31', '2023-11-27 06:21:31'),
(1147, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 06:24:00', '2023-11-27 06:24:00'),
(1148, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:24:07', '2023-11-27 06:24:07'),
(1149, NULL, 'web.doctor.list', '127.0.0.1', 'GET', 'doctors/abc', NULL, NULL, NULL, 'http://localhost:8000/doctors/abc', '2023-11-27 06:24:20', '2023-11-27 06:24:20'),
(1150, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:24:26', '2023-11-27 06:24:26'),
(1151, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 06:24:33', '2023-11-27 06:24:33'),
(1152, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:26:19', '2023-11-27 06:26:19'),
(1153, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:27:04', '2023-11-27 06:27:04'),
(1154, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:54:32', '2023-11-27 06:54:32'),
(1155, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:55:31', '2023-11-27 06:55:31'),
(1156, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:56:38', '2023-11-27 06:56:38'),
(1157, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-27 06:56:54', '2023-11-27 06:56:54'),
(1158, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-27 06:56:56', '2023-11-27 06:56:56'),
(1159, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-27 06:56:56', '2023-11-27 06:56:56'),
(1160, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-27 06:57:00', '2023-11-27 06:57:00'),
(1161, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-27 06:57:02', '2023-11-27 06:57:02'),
(1162, 1, 'testimonials.update_img', '127.0.0.1', 'POST', 'super/admin/testimonials/update_img/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/update_img/1', '2023-11-27 06:57:32', '2023-11-27 06:57:32'),
(1163, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-27 06:57:33', '2023-11-27 06:57:33'),
(1164, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:57:44', '2023-11-27 06:57:44'),
(1165, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2023-11-27 06:58:24', '2023-11-27 06:58:24'),
(1166, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 06:59:10', '2023-11-27 06:59:10'),
(1167, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:00:53', '2023-11-27 07:00:53'),
(1168, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2023-11-27 07:01:45', '2023-11-27 07:01:45'),
(1169, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:02:27', '2023-11-27 07:02:27'),
(1170, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:03:15', '2023-11-27 07:03:15'),
(1171, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:10:58', '2023-11-27 07:10:58'),
(1172, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:17:40', '2023-11-27 07:17:40'),
(1173, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:18:20', '2023-11-27 07:18:20'),
(1174, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:19:11', '2023-11-27 07:19:11'),
(1175, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:19:43', '2023-11-27 07:19:43'),
(1176, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:20:23', '2023-11-27 07:20:23'),
(1177, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:25:06', '2023-11-27 07:25:06'),
(1178, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:26:54', '2023-11-27 07:26:54'),
(1179, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:27:37', '2023-11-27 07:27:37'),
(1180, 1, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2023-11-27 07:27:52', '2023-11-27 07:27:52'),
(1181, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:27:52', '2023-11-27 07:27:52'),
(1182, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 07:28:52', '2023-11-27 07:28:52'),
(1183, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 08:05:35', '2023-11-27 08:05:35'),
(1184, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 08:07:52', '2023-11-27 08:07:52'),
(1185, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 08:07:57', '2023-11-27 08:07:57'),
(1186, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 08:08:30', '2023-11-27 08:08:30'),
(1187, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:00:02', '2023-11-27 09:00:02'),
(1188, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:01:16', '2023-11-27 09:01:16'),
(1189, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:02:12', '2023-11-27 09:02:12'),
(1190, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:03:27', '2023-11-27 09:03:27'),
(1191, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:16:28', '2023-11-27 09:16:28'),
(1192, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:20:50', '2023-11-27 09:20:50'),
(1193, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:22:09', '2023-11-27 09:22:09'),
(1194, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:22:54', '2023-11-27 09:22:54'),
(1195, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:35:08', '2023-11-27 09:35:08'),
(1196, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:36:00', '2023-11-27 09:36:00'),
(1197, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:38:06', '2023-11-27 09:38:06'),
(1198, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:41:07', '2023-11-27 09:41:07'),
(1199, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:43:37', '2023-11-27 09:43:37'),
(1200, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:45:04', '2023-11-27 09:45:04'),
(1201, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2023-11-27 09:45:25', '2023-11-27 09:45:25'),
(1202, 1, 'treatment.view', '127.0.0.1', 'GET', 'super/admin/treatments/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/view/1', '2023-11-27 09:45:27', '2023-11-27 09:45:27'),
(1203, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:46:13', '2023-11-27 09:46:13'),
(1204, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:48:56', '2023-11-27 09:48:56'),
(1205, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/2/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/2/details', '2023-11-27 09:49:01', '2023-11-27 09:49:01'),
(1206, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:51:54', '2023-11-27 09:51:54'),
(1207, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:53:13', '2023-11-27 09:53:13'),
(1208, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 09:53:43', '2023-11-27 09:53:43'),
(1209, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:04:52', '2023-11-27 10:04:52'),
(1210, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:04:55', '2023-11-27 10:04:55'),
(1211, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:05:59', '2023-11-27 10:05:59'),
(1212, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:10:53', '2023-11-27 10:10:53'),
(1213, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:11:12', '2023-11-27 10:11:12'),
(1214, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:11:17', '2023-11-27 10:11:17'),
(1215, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:11:22', '2023-11-27 10:11:22'),
(1216, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:11:34', '2023-11-27 10:11:34'),
(1217, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:12:10', '2023-11-27 10:12:10'),
(1218, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:19:33', '2023-11-27 10:19:33'),
(1219, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:19:51', '2023-11-27 10:19:51'),
(1220, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:20:09', '2023-11-27 10:20:09'),
(1221, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/3/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/3/details', '2023-11-27 10:20:15', '2023-11-27 10:20:15'),
(1222, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/2/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/2/details', '2023-11-27 10:20:24', '2023-11-27 10:20:24'),
(1223, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:20:32', '2023-11-27 10:20:32'),
(1224, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/3/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/3/details', '2023-11-27 10:21:38', '2023-11-27 10:21:38'),
(1225, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:34:52', '2023-11-27 10:34:52'),
(1226, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:37:21', '2023-11-27 10:37:21'),
(1227, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:37:25', '2023-11-27 10:37:25'),
(1228, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:38:11', '2023-11-27 10:38:11'),
(1229, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:41:11', '2023-11-27 10:41:11'),
(1230, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 10:51:01', '2023-11-27 10:51:01'),
(1231, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 10:51:15', '2023-11-27 10:51:15'),
(1232, 1, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 10:51:44', '2023-11-27 10:51:44'),
(1233, 1, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 10:51:49', '2023-11-27 10:51:49'),
(1234, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 10:55:44', '2023-11-27 10:55:44'),
(1235, 1, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 10:55:49', '2023-11-27 10:55:49'),
(1236, 1, 'web.doctor.list', '127.0.0.1', 'GET', 'doctors', NULL, NULL, NULL, 'http://localhost:8000/doctors', '2023-11-27 10:56:30', '2023-11-27 10:56:30'),
(1237, 1, 'web.doctor.view', '127.0.0.1', 'GET', 'doctors/RBP0000741258', NULL, NULL, NULL, 'http://localhost:8000/doctors/RBP0000741258', '2023-11-27 10:56:39', '2023-11-27 10:56:39'),
(1238, 1, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 10:56:54', '2023-11-27 10:56:54'),
(1239, 1, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 10:57:18', '2023-11-27 10:57:18'),
(1240, 1, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 10:59:21', '2023-11-27 10:59:21'),
(1241, 1, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 11:00:28', '2023-11-27 11:00:28'),
(1242, 1, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 11:08:45', '2023-11-27 11:08:45'),
(1243, 1, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 11:09:33', '2023-11-27 11:09:33'),
(1244, 1, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 11:11:29', '2023-11-27 11:11:29'),
(1245, 1, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-27 11:11:48', '2023-11-27 11:11:48'),
(1246, 1, 'web.treatment.list', '127.0.0.1', 'GET', 'treatments', NULL, NULL, NULL, 'http://localhost:8000/treatments', '2023-11-27 11:12:24', '2023-11-27 11:12:24'),
(1247, 1, 'web.treatment.list', '127.0.0.1', 'GET', 'treatments', NULL, NULL, NULL, 'http://localhost:8000/treatments', '2023-11-27 11:17:55', '2023-11-27 11:17:55'),
(1248, 1, 'web.treatment.list', '127.0.0.1', 'GET', 'treatments', NULL, NULL, NULL, 'http://localhost:8000/treatments', '2023-11-27 11:18:21', '2023-11-27 11:18:21'),
(1249, 1, 'web.treatment.list', '127.0.0.1', 'GET', 'treatments', NULL, NULL, NULL, 'http://localhost:8000/treatments', '2023-11-27 11:18:52', '2023-11-27 11:18:52'),
(1250, 1, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-27 11:18:56', '2023-11-27 11:18:56'),
(1251, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-27 11:29:26', '2023-11-27 11:29:26'),
(1252, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 05:37:12', '2023-11-28 05:37:12'),
(1253, NULL, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-28 05:38:47', '2023-11-28 05:38:47'),
(1254, NULL, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-28 05:38:51', '2023-11-28 05:38:51'),
(1255, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 05:39:04', '2023-11-28 05:39:04'),
(1256, NULL, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/abc/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/abc/details', '2023-11-28 05:39:13', '2023-11-28 05:39:13'),
(1257, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 05:41:36', '2023-11-28 05:41:36'),
(1258, NULL, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-28 05:41:40', '2023-11-28 05:41:40'),
(1259, NULL, 'web.treatment.list', '127.0.0.1', 'GET', 'treatments', NULL, NULL, NULL, 'http://localhost:8000/treatments', '2023-11-28 05:41:55', '2023-11-28 05:41:55'),
(1260, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 05:43:18', '2023-11-28 05:43:18'),
(1261, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 05:44:21', '2023-11-28 05:44:21'),
(1262, NULL, 'web.treatment.list', '127.0.0.1', 'GET', 'treatments', NULL, NULL, NULL, 'http://localhost:8000/treatments', '2023-11-28 05:44:26', '2023-11-28 05:44:26'),
(1263, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 05:44:30', '2023-11-28 05:44:30'),
(1264, NULL, 'web.doctor.list', '127.0.0.1', 'GET', 'doctors', NULL, NULL, NULL, 'http://localhost:8000/doctors', '2023-11-28 05:44:37', '2023-11-28 05:44:37'),
(1265, NULL, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-28 05:44:43', '2023-11-28 05:44:43'),
(1266, NULL, 'web.treatment.list', '127.0.0.1', 'GET', 'treatments', NULL, NULL, NULL, 'http://localhost:8000/treatments', '2023-11-28 05:51:34', '2023-11-28 05:51:34'),
(1267, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 05:53:39', '2023-11-28 05:53:39'),
(1268, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 05:55:45', '2023-11-28 05:55:45'),
(1269, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 05:56:29', '2023-11-28 05:56:29'),
(1270, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 05:56:35', '2023-11-28 05:56:35'),
(1271, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 05:57:38', '2023-11-28 05:57:38'),
(1272, NULL, 'web.treatment.list', '127.0.0.1', 'GET', 'treatments', NULL, NULL, NULL, 'http://localhost:8000/treatments', '2023-11-28 05:58:07', '2023-11-28 05:58:07'),
(1273, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 05:58:14', '2023-11-28 05:58:14'),
(1274, NULL, 'web.doctor.list', '127.0.0.1', 'GET', 'doctors', NULL, NULL, NULL, 'http://localhost:8000/doctors', '2023-11-28 05:58:21', '2023-11-28 05:58:21'),
(1275, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-11-28 05:58:27', '2023-11-28 05:58:27'),
(1276, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-11-28 05:58:34', '2023-11-28 05:58:34'),
(1277, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 06:04:23', '2023-11-28 06:04:23'),
(1278, NULL, 'web.treatment.list', '127.0.0.1', 'GET', 'treatments', NULL, NULL, NULL, 'http://localhost:8000/treatments', '2023-11-28 06:05:32', '2023-11-28 06:05:32'),
(1279, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 06:05:37', '2023-11-28 06:05:37'),
(1280, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 06:05:54', '2023-11-28 06:05:54'),
(1281, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 06:05:59', '2023-11-28 06:05:59'),
(1282, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 06:06:11', '2023-11-28 06:06:11'),
(1283, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 06:06:20', '2023-11-28 06:06:20'),
(1284, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 06:06:27', '2023-11-28 06:06:27'),
(1285, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-11-28 06:06:36', '2023-11-28 06:06:36'),
(1286, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 06:08:52', '2023-11-28 06:08:52'),
(1287, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-11-28 06:09:01', '2023-11-28 06:09:01'),
(1288, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-11-28 06:17:16', '2023-11-28 06:17:16'),
(1289, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-11-28 06:18:24', '2023-11-28 06:18:24'),
(1290, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-11-28 06:18:40', '2023-11-28 06:18:40'),
(1291, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-11-28 06:19:04', '2023-11-28 06:19:04'),
(1292, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 06:20:46', '2023-11-28 06:20:46'),
(1293, NULL, 'web.treatment.view', '127.0.0.1', 'GET', 'treatments/1/details', NULL, NULL, NULL, 'http://localhost:8000/treatments/1/details', '2023-11-28 06:21:11', '2023-11-28 06:21:11'),
(1294, NULL, 'web.treatment.list', '127.0.0.1', 'GET', 'treatments', NULL, NULL, NULL, 'http://localhost:8000/treatments', '2023-11-28 06:21:26', '2023-11-28 06:21:26'),
(1295, NULL, 'web.doctor.list', '127.0.0.1', 'GET', 'doctors', NULL, NULL, NULL, 'http://localhost:8000/doctors', '2023-11-28 06:22:34', '2023-11-28 06:22:34'),
(1296, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 06:41:40', '2023-11-28 06:41:40'),
(1297, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 06:41:49', '2023-11-28 06:41:49'),
(1298, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 06:53:41', '2023-11-28 06:53:41'),
(1299, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 06:55:01', '2023-11-28 06:55:01'),
(1300, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 06:55:09', '2023-11-28 06:55:09'),
(1301, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 06:55:30', '2023-11-28 06:55:30'),
(1302, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 06:59:07', '2023-11-28 06:59:07'),
(1303, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 06:59:50', '2023-11-28 06:59:50'),
(1304, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:00:36', '2023-11-28 07:00:36'),
(1305, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:01:06', '2023-11-28 07:01:06'),
(1306, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:01:39', '2023-11-28 07:01:39'),
(1307, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:05:43', '2023-11-28 07:05:43'),
(1308, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:06:16', '2023-11-28 07:06:16'),
(1309, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:07:26', '2023-11-28 07:07:26'),
(1310, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:07:45', '2023-11-28 07:07:45'),
(1311, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:08:04', '2023-11-28 07:08:04'),
(1312, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:08:18', '2023-11-28 07:08:18'),
(1313, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 07:12:29', '2023-11-28 07:12:29'),
(1314, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 07:12:34', '2023-11-28 07:12:34'),
(1315, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:12:41', '2023-11-28 07:12:41'),
(1316, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:12:53', '2023-11-28 07:12:53'),
(1317, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:17:38', '2023-11-28 07:17:38'),
(1318, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 07:17:44', '2023-11-28 07:17:44'),
(1319, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 07:18:12', '2023-11-28 07:18:12'),
(1320, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 07:18:14', '2023-11-28 07:18:14'),
(1321, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 07:20:57', '2023-11-28 07:20:57'),
(1322, NULL, 'web.hospital.details', '127.0.0.1', 'GET', 'hospitals/1/details', NULL, NULL, NULL, 'http://localhost:8000/hospitals/1/details', '2023-11-28 07:21:01', '2023-11-28 07:21:01'),
(1323, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-11-28 07:21:12', '2023-11-28 07:21:12'),
(1324, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-11-28 07:41:37', '2023-11-28 07:41:37'),
(1325, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2023-11-28 07:41:46', '2023-11-28 07:41:46'),
(1326, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-insurance', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-insurance', '2023-11-28 07:41:50', '2023-11-28 07:41:50'),
(1327, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 07:41:55', '2023-11-28 07:41:55'),
(1328, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 07:54:38', '2023-11-28 07:54:38'),
(1329, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2023-11-28 07:54:45', '2023-11-28 07:54:45'),
(1330, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2023-11-28 07:59:26', '2023-11-28 07:59:26'),
(1331, NULL, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2023-11-28 07:59:38', '2023-11-28 07:59:38'),
(1332, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2023-11-28 07:59:39', '2023-11-28 07:59:39'),
(1333, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 09:19:38', '2023-11-28 09:19:38'),
(1334, NULL, 'web.doctor.list', '127.0.0.1', 'GET', 'doctors', NULL, NULL, NULL, 'http://localhost:8000/doctors', '2023-11-28 09:19:47', '2023-11-28 09:19:47'),
(1335, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-28 11:18:49', '2023-11-28 11:18:49'),
(1336, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-30 05:35:53', '2023-11-30 05:35:53'),
(1337, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-30 05:35:59', '2023-11-30 05:35:59'),
(1338, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-30 05:37:03', '2023-11-30 05:37:03'),
(1339, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-30 05:37:06', '2023-11-30 05:37:06'),
(1340, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-30 05:37:23', '2023-11-30 05:37:23'),
(1341, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-30 05:39:34', '2023-11-30 05:39:34'),
(1342, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-11-30 05:41:08', '2023-11-30 05:41:08'),
(1343, NULL, 'web.doctor.list', '127.0.0.1', 'GET', 'doctors', NULL, NULL, NULL, 'http://localhost:8000/doctors', '2023-11-30 05:41:26', '2023-11-30 05:41:26'),
(1344, NULL, 'web.doctor.view', '127.0.0.1', 'GET', 'doctors/RBP0000741258', NULL, NULL, NULL, 'http://localhost:8000/doctors/RBP0000741258', '2023-11-30 05:41:34', '2023-11-30 05:41:34'),
(1345, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-30 05:41:51', '2023-11-30 05:41:51'),
(1346, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2023-11-30 05:41:54', '2023-11-30 05:41:54'),
(1347, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2023-11-30 05:41:55', '2023-11-30 05:41:55'),
(1348, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2023-11-30 05:42:07', '2023-11-30 05:42:07'),
(1349, 1, 'doctors.edit', '127.0.0.1', 'GET', 'super/admin/doctors/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/edit/1', '2023-11-30 05:42:14', '2023-11-30 05:42:14'),
(1350, 1, 'doctors.create', '127.0.0.1', 'GET', 'super/admin/doctors/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors/create', '2023-11-30 05:42:35', '2023-11-30 05:42:35'),
(1351, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-01 06:29:27', '2023-12-01 06:29:27'),
(1352, NULL, 'web.doctor.list', '127.0.0.1', 'GET', 'doctors', NULL, NULL, NULL, 'http://localhost:8000/doctors', '2023-12-01 07:32:36', '2023-12-01 07:32:36'),
(1353, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-11 09:07:13', '2023-12-11 09:07:13'),
(1354, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-11 09:24:30', '2023-12-11 09:24:30'),
(1355, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-11 09:25:30', '2023-12-11 09:25:30'),
(1356, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-11 09:26:58', '2023-12-11 09:26:58'),
(1357, NULL, 'change.lang', '127.0.0.1', 'GET', 'change/language', NULL, NULL, NULL, 'http://localhost:8000/change/language', '2023-12-11 09:27:21', '2023-12-11 09:27:21'),
(1358, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-11 09:27:21', '2023-12-11 09:27:21'),
(1359, NULL, 'change.lang', '127.0.0.1', 'GET', 'change/language', NULL, NULL, NULL, 'http://localhost:8000/change/language', '2023-12-11 09:27:29', '2023-12-11 09:27:29'),
(1360, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-11 09:27:29', '2023-12-11 09:27:29');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(1361, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-12 07:41:59', '2023-12-12 07:41:59'),
(1362, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-12 10:07:14', '2023-12-12 10:07:14'),
(1363, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-12 10:08:02', '2023-12-12 10:08:02'),
(1364, NULL, 'change.lang', '127.0.0.1', 'GET', 'change/language', NULL, NULL, NULL, 'http://localhost:8000/change/language', '2023-12-12 10:08:07', '2023-12-12 10:08:07'),
(1365, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-12 10:08:08', '2023-12-12 10:08:08'),
(1366, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-12 10:09:59', '2023-12-12 10:09:59'),
(1367, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-12 10:12:14', '2023-12-12 10:12:14'),
(1368, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-12 10:17:54', '2023-12-12 10:17:54'),
(1369, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-12 10:19:25', '2023-12-12 10:19:25'),
(1370, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2023-12-12 10:43:39', '2023-12-12 10:43:39'),
(1371, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-12-12 10:46:58', '2023-12-12 10:46:58'),
(1372, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-12-12 10:49:51', '2023-12-12 10:49:51'),
(1373, NULL, 'web.cms', '127.0.0.1', 'GET', 'cms/medical-visa', NULL, NULL, NULL, 'http://localhost:8000/cms/medical-visa', '2023-12-12 10:50:55', '2023-12-12 10:50:55'),
(1374, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-12-12 11:11:16', '2023-12-12 11:11:16'),
(1375, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-12-12 11:11:20', '2023-12-12 11:11:20'),
(1376, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-12-12 11:11:20', '2023-12-12 11:11:20'),
(1377, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-12-12 11:11:21', '2023-12-12 11:11:21'),
(1378, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-12 11:11:22', '2023-12-12 11:11:22'),
(1379, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-12 11:11:23', '2023-12-12 11:11:23'),
(1380, NULL, 'web.hospital.list', '127.0.0.1', 'GET', 'hospitals', NULL, NULL, NULL, 'http://localhost:8000/hospitals', '2023-12-12 11:11:28', '2023-12-12 11:11:28'),
(1381, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2023-12-12 11:14:08', '2023-12-12 11:14:08'),
(1382, NULL, 'web.doctor.list', '127.0.0.1', 'GET', 'doctors', NULL, NULL, NULL, 'http://localhost:8000/doctors', '2023-12-12 11:14:17', '2023-12-12 11:14:17'),
(1383, NULL, 'web.doctor.list', '127.0.0.1', 'GET', 'doctors', NULL, NULL, NULL, 'http://localhost:8000/doctors', '2023-12-12 11:15:53', '2023-12-12 11:15:53'),
(1384, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2024-01-29 18:07:07', '2024-01-29 18:07:07'),
(1385, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2024-01-29 18:13:10', '2024-01-29 18:13:10'),
(1386, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2024-01-30 17:55:28', '2024-01-30 17:55:28'),
(1387, NULL, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2024-01-30 17:58:07', '2024-01-30 17:58:07'),
(1388, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2024-01-30 17:58:09', '2024-01-30 17:58:09'),
(1389, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2024-01-30 17:58:27', '2024-01-30 17:58:27'),
(1390, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2024-01-30 17:58:33', '2024-01-30 17:58:33'),
(1391, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2024-01-30 17:58:38', '2024-01-30 17:58:38'),
(1392, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2024-01-30 17:58:40', '2024-01-30 17:58:40'),
(1393, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2024-01-30 18:00:03', '2024-01-30 18:00:03'),
(1394, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2024-01-30 18:40:09', '2024-01-30 18:40:09'),
(1395, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2024-01-30 18:42:28', '2024-01-30 18:42:28'),
(1396, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2024-01-30 18:43:19', '2024-01-30 18:43:19'),
(1397, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2024-01-30 18:44:25', '2024-01-30 18:44:25'),
(1398, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2024-01-30 18:44:30', '2024-01-30 18:44:30'),
(1399, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2024-03-21 15:20:33', '2024-03-21 15:20:33'),
(1400, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2024-03-21 15:21:24', '2024-03-21 15:21:24'),
(1401, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2024-03-21 15:21:28', '2024-03-21 15:21:28'),
(1402, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2024-03-21 15:21:30', '2024-03-21 15:21:30'),
(1403, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2024-03-21 15:33:30', '2024-03-21 15:33:30'),
(1404, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2024-03-21 15:35:31', '2024-03-21 15:35:31'),
(1405, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2024-03-21 15:36:25', '2024-03-21 15:36:25'),
(1406, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-18 16:09:49', '2025-02-18 16:09:49'),
(1407, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-18 16:09:53', '2025-02-18 16:09:53'),
(1408, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-18 16:09:55', '2025-02-18 16:09:55'),
(1409, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2025-02-18 16:10:03', '2025-02-18 16:10:03'),
(1410, 1, 'doctors.list', '127.0.0.1', 'GET', 'super/admin/doctors', NULL, NULL, NULL, 'http://localhost:8000/super/admin/doctors', '2025-02-18 16:10:06', '2025-02-18 16:10:06'),
(1411, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2025-02-18 16:10:09', '2025-02-18 16:10:09'),
(1412, 1, 'hospital.list', '127.0.0.1', 'GET', 'super/admin/hospital', NULL, NULL, NULL, 'http://localhost:8000/super/admin/hospital', '2025-02-18 16:10:11', '2025-02-18 16:10:11'),
(1413, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-02-18 16:10:14', '2025-02-18 16:10:14'),
(1414, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-02-18 16:10:16', '2025-02-18 16:10:16'),
(1415, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-02-18 16:10:23', '2025-02-18 16:10:23'),
(1416, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2025-02-18 16:10:26', '2025-02-18 16:10:26'),
(1417, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2025-02-18 16:10:32', '2025-02-18 16:10:32'),
(1418, 1, 'treatment.delete', '127.0.0.1', 'GET', 'super/admin/treatments/delete/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/delete/1', '2025-02-18 16:10:37', '2025-02-18 16:10:37'),
(1419, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2025-02-18 16:10:38', '2025-02-18 16:10:38'),
(1420, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2025-02-18 16:12:25', '2025-02-18 16:12:25'),
(1421, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2025-02-18 16:12:29', '2025-02-18 16:12:29'),
(1422, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2025-02-18 16:12:53', '2025-02-18 16:12:53'),
(1423, 1, 'treatment.list', '127.0.0.1', 'GET', 'super/admin/treatments', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments', '2025-02-18 16:13:10', '2025-02-18 16:13:10'),
(1424, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-18 16:13:17', '2025-02-18 16:13:17'),
(1425, 1, 'auth.logout', '127.0.0.1', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'http://localhost:8000/super/admin/auth/logout', '2025-02-18 16:13:21', '2025-02-18 16:13:21'),
(1426, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-18 16:13:21', '2025-02-18 16:13:21'),
(1427, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-18 16:14:03', '2025-02-18 16:14:03'),
(1428, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-18 16:14:05', '2025-02-18 16:14:05'),
(1429, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-18 16:14:05', '2025-02-18 16:14:05'),
(1430, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-18 16:14:46', '2025-02-18 16:14:46'),
(1431, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-18 16:14:54', '2025-02-18 16:14:54'),
(1432, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-19 04:47:55', '2025-02-19 04:47:55'),
(1433, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-19 05:07:06', '2025-02-19 05:07:06'),
(1434, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-19 05:07:09', '2025-02-19 05:07:09'),
(1435, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 05:07:23', '2025-02-19 05:07:23'),
(1436, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 05:07:26', '2025-02-19 05:07:26'),
(1437, 1, 'treatment.add', '127.0.0.1', 'GET', 'super/admin/treatments/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/treatments/new', '2025-02-19 05:31:22', '2025-02-19 05:31:22'),
(1438, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 05:32:05', '2025-02-19 05:32:05'),
(1439, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 05:32:17', '2025-02-19 05:32:17'),
(1440, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 05:32:42', '2025-02-19 05:32:42'),
(1441, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 05:32:45', '2025-02-19 05:32:45'),
(1442, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 06:01:51', '2025-02-19 06:01:51'),
(1443, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-19 06:30:20', '2025-02-19 06:30:20'),
(1444, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-19 06:30:22', '2025-02-19 06:30:22'),
(1445, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-19 06:30:23', '2025-02-19 06:30:23'),
(1446, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 06:30:26', '2025-02-19 06:30:26'),
(1447, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 06:30:47', '2025-02-19 06:30:47'),
(1448, 1, 'countries.add', '127.0.0.1', 'GET', 'super/admin/countries/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/new', '2025-02-19 06:30:50', '2025-02-19 06:30:50'),
(1449, 1, 'countries.add', '127.0.0.1', 'GET', 'super/admin/countries/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/new', '2025-02-19 06:31:49', '2025-02-19 06:31:49'),
(1450, 1, 'countries.add', '127.0.0.1', 'GET', 'super/admin/countries/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/new', '2025-02-19 06:32:07', '2025-02-19 06:32:07'),
(1451, 1, 'countries.store', '127.0.0.1', 'POST', 'super/admin/countries/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/store', '2025-02-19 06:35:03', '2025-02-19 06:35:03'),
(1452, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 06:35:04', '2025-02-19 06:35:04'),
(1453, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 06:35:57', '2025-02-19 06:35:57'),
(1454, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 06:36:56', '2025-02-19 06:36:56'),
(1455, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 06:37:08', '2025-02-19 06:37:08'),
(1456, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 06:57:56', '2025-02-19 06:57:56'),
(1457, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 07:05:30', '2025-02-19 07:05:30'),
(1458, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 07:06:54', '2025-02-19 07:06:54'),
(1459, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 07:10:00', '2025-02-19 07:10:00'),
(1460, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 07:10:09', '2025-02-19 07:10:09'),
(1461, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 07:10:47', '2025-02-19 07:10:47'),
(1462, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 07:11:06', '2025-02-19 07:11:06'),
(1463, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-19 07:53:45', '2025-02-19 07:53:45'),
(1464, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-19 07:53:47', '2025-02-19 07:53:47'),
(1465, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-19 07:53:47', '2025-02-19 07:53:47'),
(1466, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 07:53:51', '2025-02-19 07:53:51'),
(1467, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 07:53:52', '2025-02-19 07:53:52'),
(1468, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 07:58:27', '2025-02-19 07:58:27'),
(1469, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 07:58:32', '2025-02-19 07:58:32'),
(1470, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 07:59:15', '2025-02-19 07:59:15'),
(1471, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/1', '2025-02-19 07:59:18', '2025-02-19 07:59:18'),
(1472, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 07:59:49', '2025-02-19 07:59:49'),
(1473, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/1', '2025-02-19 07:59:51', '2025-02-19 07:59:51'),
(1474, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/1', '2025-02-19 08:00:30', '2025-02-19 08:00:30'),
(1475, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 08:00:35', '2025-02-19 08:00:35'),
(1476, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/1', '2025-02-19 08:00:42', '2025-02-19 08:00:42'),
(1477, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 08:01:40', '2025-02-19 08:01:40'),
(1478, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/1', '2025-02-19 08:01:43', '2025-02-19 08:01:43'),
(1479, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 08:01:45', '2025-02-19 08:01:45'),
(1480, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/1', '2025-02-19 08:02:00', '2025-02-19 08:02:00'),
(1481, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/1', '2025-02-19 08:03:46', '2025-02-19 08:03:46'),
(1482, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/1', '2025-02-19 08:03:50', '2025-02-19 08:03:50'),
(1483, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/1', '2025-02-19 08:03:59', '2025-02-19 08:03:59'),
(1484, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 08:04:22', '2025-02-19 08:04:22'),
(1485, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/1', '2025-02-19 08:04:34', '2025-02-19 08:04:34'),
(1486, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 08:04:55', '2025-02-19 08:04:55'),
(1487, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/1', '2025-02-19 08:05:04', '2025-02-19 08:05:04'),
(1488, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 08:05:04', '2025-02-19 08:05:04'),
(1489, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 08:05:07', '2025-02-19 08:05:07'),
(1490, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-19 08:20:01', '2025-02-19 08:20:01'),
(1491, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 08:26:28', '2025-02-19 08:26:28'),
(1492, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 08:30:16', '2025-02-19 08:30:16'),
(1493, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 08:30:28', '2025-02-19 08:30:28'),
(1494, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 09:32:55', '2025-02-19 09:32:55'),
(1495, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 09:38:08', '2025-02-19 09:38:08'),
(1496, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 09:42:20', '2025-02-19 09:42:20'),
(1497, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 09:42:57', '2025-02-19 09:42:57'),
(1498, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 09:45:08', '2025-02-19 09:45:08'),
(1499, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 09:45:10', '2025-02-19 09:45:10'),
(1500, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 09:47:17', '2025-02-19 09:47:17'),
(1501, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 09:47:47', '2025-02-19 09:47:47'),
(1502, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 09:50:28', '2025-02-19 09:50:28'),
(1503, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 09:50:30', '2025-02-19 09:50:30'),
(1504, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 09:50:56', '2025-02-19 09:50:56'),
(1505, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 09:51:11', '2025-02-19 09:51:11'),
(1506, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 09:51:37', '2025-02-19 09:51:37'),
(1507, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 09:59:17', '2025-02-19 09:59:17'),
(1508, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 10:01:53', '2025-02-19 10:01:53'),
(1509, 1, 'countries.store.city', '127.0.0.1', 'POST', 'super/admin/countries/store/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/store/city', '2025-02-19 10:02:01', '2025-02-19 10:02:01'),
(1510, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 10:02:01', '2025-02-19 10:02:01'),
(1511, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 10:02:05', '2025-02-19 10:02:05'),
(1512, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 10:02:26', '2025-02-19 10:02:26'),
(1513, 1, 'countries.store.city', '127.0.0.1', 'POST', 'super/admin/countries/store/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/store/city', '2025-02-19 10:05:16', '2025-02-19 10:05:16'),
(1514, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 10:05:17', '2025-02-19 10:05:17'),
(1515, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 10:05:19', '2025-02-19 10:05:19'),
(1516, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 10:05:35', '2025-02-19 10:05:35'),
(1517, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 10:05:54', '2025-02-19 10:05:54'),
(1518, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 10:16:30', '2025-02-19 10:16:30'),
(1519, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 10:16:47', '2025-02-19 10:16:47'),
(1520, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 10:22:26', '2025-02-19 10:22:26'),
(1521, 1, 'countries.city.update', '127.0.0.1', 'POST', 'super/admin/countries/update/city/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/city/1', '2025-02-19 10:22:45', '2025-02-19 10:22:45'),
(1522, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 10:23:40', '2025-02-19 10:23:40'),
(1523, 1, 'countries.city.update', '127.0.0.1', 'POST', 'super/admin/countries/update/city/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/city/1', '2025-02-19 10:24:12', '2025-02-19 10:24:12'),
(1524, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 10:24:39', '2025-02-19 10:24:39'),
(1525, 1, 'countries.city.update', '127.0.0.1', 'POST', 'super/admin/countries/update/city/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/city/1', '2025-02-19 10:24:44', '2025-02-19 10:24:44'),
(1526, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 10:24:45', '2025-02-19 10:24:45'),
(1527, 1, 'countries.city.update', '127.0.0.1', 'POST', 'super/admin/countries/update/city/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/city/1', '2025-02-19 11:03:49', '2025-02-19 11:03:49'),
(1528, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 11:03:49', '2025-02-19 11:03:49'),
(1529, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 11:07:26', '2025-02-19 11:07:26'),
(1530, 1, 'countries.city.delete', '127.0.0.1', 'GET', 'super/admin/countries/delete/city/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/delete/city/2', '2025-02-19 11:07:31', '2025-02-19 11:07:31'),
(1531, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 11:07:31', '2025-02-19 11:07:31'),
(1532, 1, 'countries.store.city', '127.0.0.1', 'POST', 'super/admin/countries/store/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/store/city', '2025-02-19 11:08:38', '2025-02-19 11:08:38'),
(1533, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 11:08:38', '2025-02-19 11:08:38'),
(1534, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 11:08:41', '2025-02-19 11:08:41'),
(1535, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 11:15:42', '2025-02-19 11:15:42'),
(1536, 1, 'countries.add', '127.0.0.1', 'GET', 'super/admin/countries/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/new', '2025-02-19 11:15:47', '2025-02-19 11:15:47'),
(1537, 1, 'countries.store', '127.0.0.1', 'POST', 'super/admin/countries/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/store', '2025-02-19 11:16:54', '2025-02-19 11:16:54'),
(1538, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 11:16:54', '2025-02-19 11:16:54'),
(1539, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/2', '2025-02-19 11:17:05', '2025-02-19 11:17:05'),
(1540, 1, 'countries.update', '127.0.0.1', 'POST', 'super/admin/countries/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/update/2', '2025-02-19 11:17:22', '2025-02-19 11:17:22'),
(1541, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 11:17:22', '2025-02-19 11:17:22'),
(1542, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-19 11:17:37', '2025-02-19 11:17:37'),
(1543, 1, 'countries.delete', '127.0.0.1', 'GET', 'super/admin/countries/delete/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/delete/2', '2025-02-19 11:38:44', '2025-02-19 11:38:44'),
(1544, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 11:38:44', '2025-02-19 11:38:44'),
(1545, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 11:39:45', '2025-02-19 11:39:45'),
(1546, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 11:39:59', '2025-02-19 11:39:59'),
(1547, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-19 11:40:11', '2025-02-19 11:40:11'),
(1548, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-20 17:16:10', '2025-02-20 17:16:10'),
(1549, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-20 17:16:14', '2025-02-20 17:16:14'),
(1550, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-20 17:16:17', '2025-02-20 17:16:17'),
(1551, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-20 17:16:35', '2025-02-20 17:16:35'),
(1552, 1, 'newsletter.list', '127.0.0.1', 'GET', 'super/admin/newsletter', NULL, NULL, NULL, 'http://localhost:8000/super/admin/newsletter', '2025-02-20 17:16:38', '2025-02-20 17:16:38'),
(1553, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-02-20 17:16:41', '2025-02-20 17:16:41'),
(1554, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-02-20 17:16:45', '2025-02-20 17:16:45'),
(1555, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-02-20 17:16:52', '2025-02-20 17:16:52'),
(1556, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-02-20 17:17:05', '2025-02-20 17:17:05'),
(1557, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2025-02-20 17:17:15', '2025-02-20 17:17:15'),
(1558, 1, 'cms.edit', '127.0.0.1', 'GET', 'super/admin/cms/edit/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms/edit/5', '2025-02-20 17:17:33', '2025-02-20 17:17:33'),
(1559, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-20 17:17:44', '2025-02-20 17:17:44'),
(1560, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-02-20 17:17:49', '2025-02-20 17:17:49'),
(1561, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-20 17:18:00', '2025-02-20 17:18:00'),
(1562, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-20 17:18:07', '2025-02-20 17:18:07'),
(1563, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-02-20 17:18:12', '2025-02-20 17:18:12'),
(1564, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-20 17:18:27', '2025-02-20 17:18:27'),
(1565, 1, 'testimonials.create', '127.0.0.1', 'GET', 'super/admin/testimonials/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/create', '2025-02-20 17:18:30', '2025-02-20 17:18:30'),
(1566, 1, 'newsletter.list', '127.0.0.1', 'GET', 'super/admin/newsletter', NULL, NULL, NULL, 'http://localhost:8000/super/admin/newsletter', '2025-02-20 17:18:41', '2025-02-20 17:18:41'),
(1567, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-02-20 17:18:45', '2025-02-20 17:18:45'),
(1568, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-20 17:18:48', '2025-02-20 17:18:48'),
(1569, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-20 17:20:16', '2025-02-20 17:20:16'),
(1570, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-20 17:20:19', '2025-02-20 17:20:19'),
(1571, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2025-02-20 17:20:24', '2025-02-20 17:20:24'),
(1572, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-20 17:20:27', '2025-02-20 17:20:27'),
(1573, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-20 17:20:34', '2025-02-20 17:20:34'),
(1574, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-02-20 17:20:39', '2025-02-20 17:20:39'),
(1575, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2025-02-20 17:20:44', '2025-02-20 17:20:44'),
(1576, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-02-20 17:21:12', '2025-02-20 17:21:12'),
(1577, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-02-20 17:21:18', '2025-02-20 17:21:18'),
(1578, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-02-20 17:21:29', '2025-02-20 17:21:29'),
(1579, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2025-02-20 17:21:38', '2025-02-20 17:21:38'),
(1580, 1, 'update.site', '127.0.0.1', 'POST', 'super/admin/site-settings/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/update/1', '2025-02-20 17:21:43', '2025-02-20 17:21:43'),
(1581, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-02-20 17:21:44', '2025-02-20 17:21:44'),
(1582, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2025-02-20 17:21:49', '2025-02-20 17:21:49'),
(1583, 1, 'newsletter.list', '127.0.0.1', 'GET', 'super/admin/newsletter', NULL, NULL, NULL, 'http://localhost:8000/super/admin/newsletter', '2025-02-20 17:22:01', '2025-02-20 17:22:01'),
(1584, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-20 17:22:05', '2025-02-20 17:22:05'),
(1585, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-20 17:22:13', '2025-02-20 17:22:13'),
(1586, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-02-20 17:22:16', '2025-02-20 17:22:16'),
(1587, 1, 'testimonials.update_img', '127.0.0.1', 'POST', 'super/admin/testimonials/update_img/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/update_img/1', '2025-02-20 17:22:45', '2025-02-20 17:22:45'),
(1588, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-20 17:22:46', '2025-02-20 17:22:46'),
(1589, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-02-20 17:22:49', '2025-02-20 17:22:49'),
(1590, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-02-20 17:23:16', '2025-02-20 17:23:16'),
(1591, 1, 'testimonials.update_img', '127.0.0.1', 'POST', 'super/admin/testimonials/update_img/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/update_img/1', '2025-02-20 17:23:24', '2025-02-20 17:23:24'),
(1592, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-20 17:23:24', '2025-02-20 17:23:24'),
(1593, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-02-20 17:23:27', '2025-02-20 17:23:27'),
(1594, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-21 08:28:05', '2025-02-21 08:28:05'),
(1595, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-21 08:28:08', '2025-02-21 08:28:08'),
(1596, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-21 08:28:12', '2025-02-21 08:28:12'),
(1597, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 08:28:41', '2025-02-21 08:28:41'),
(1598, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 08:29:50', '2025-02-21 08:29:50'),
(1599, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 08:30:20', '2025-02-21 08:30:20'),
(1600, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 09:32:56', '2025-02-21 09:32:56'),
(1601, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-21 09:32:57', '2025-02-21 09:32:57'),
(1602, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-21 09:33:22', '2025-02-21 09:33:22'),
(1603, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-21 09:43:49', '2025-02-21 09:43:49'),
(1604, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-21 09:44:02', '2025-02-21 09:44:02'),
(1605, 1, 'course.store', '127.0.0.1', 'POST', 'super/admin/course/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/store', '2025-02-21 09:45:19', '2025-02-21 09:45:19'),
(1606, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-21 09:46:04', '2025-02-21 09:46:04'),
(1607, 1, 'course.store', '127.0.0.1', 'POST', 'super/admin/course/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/store', '2025-02-21 09:46:56', '2025-02-21 09:46:56'),
(1608, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 09:46:56', '2025-02-21 09:46:56'),
(1609, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-21 09:48:58', '2025-02-21 09:48:58'),
(1610, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 09:50:43', '2025-02-21 09:50:43'),
(1611, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-21 09:53:04', '2025-02-21 09:53:04'),
(1612, 1, 'course.store', '127.0.0.1', 'POST', 'super/admin/course/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/store', '2025-02-21 09:53:24', '2025-02-21 09:53:24'),
(1613, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 09:53:24', '2025-02-21 09:53:24'),
(1614, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:08:14', '2025-02-21 10:08:14'),
(1615, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:08:17', '2025-02-21 10:08:17'),
(1616, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:08:41', '2025-02-21 10:08:41'),
(1617, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:09:31', '2025-02-21 10:09:31'),
(1618, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:23:33', '2025-02-21 10:23:33'),
(1619, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:23:36', '2025-02-21 10:23:36'),
(1620, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-21 10:23:37', '2025-02-21 10:23:37'),
(1621, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:23:52', '2025-02-21 10:23:52'),
(1622, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:23:54', '2025-02-21 10:23:54'),
(1623, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:24:15', '2025-02-21 10:24:15'),
(1624, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:24:15', '2025-02-21 10:24:15'),
(1625, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:25:32', '2025-02-21 10:25:32'),
(1626, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:25:35', '2025-02-21 10:25:35'),
(1627, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:25:39', '2025-02-21 10:25:39'),
(1628, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:25:39', '2025-02-21 10:25:39'),
(1629, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:29:53', '2025-02-21 10:29:53'),
(1630, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-21 10:29:57', '2025-02-21 10:29:57'),
(1631, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-02-21 10:30:00', '2025-02-21 10:30:00');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(1632, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:30:05', '2025-02-21 10:30:05'),
(1633, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:30:08', '2025-02-21 10:30:08'),
(1634, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:30:13', '2025-02-21 10:30:13'),
(1635, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:30:13', '2025-02-21 10:30:13'),
(1636, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:30:16', '2025-02-21 10:30:16'),
(1637, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:30:24', '2025-02-21 10:30:24'),
(1638, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:30:24', '2025-02-21 10:30:24'),
(1639, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:30:27', '2025-02-21 10:30:27'),
(1640, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:30:32', '2025-02-21 10:30:32'),
(1641, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:30:32', '2025-02-21 10:30:32'),
(1642, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:30:35', '2025-02-21 10:30:35'),
(1643, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:30:42', '2025-02-21 10:30:42'),
(1644, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:30:42', '2025-02-21 10:30:42'),
(1645, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:31:36', '2025-02-21 10:31:36'),
(1646, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:31:39', '2025-02-21 10:31:39'),
(1647, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:31:43', '2025-02-21 10:31:43'),
(1648, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:32:28', '2025-02-21 10:32:28'),
(1649, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:32:31', '2025-02-21 10:32:31'),
(1650, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:33:45', '2025-02-21 10:33:45'),
(1651, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:33:45', '2025-02-21 10:33:45'),
(1652, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:33:48', '2025-02-21 10:33:48'),
(1653, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:33:52', '2025-02-21 10:33:52'),
(1654, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:33:52', '2025-02-21 10:33:52'),
(1655, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:33:55', '2025-02-21 10:33:55'),
(1656, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:39:59', '2025-02-21 10:39:59'),
(1657, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:40:03', '2025-02-21 10:40:03'),
(1658, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:40:03', '2025-02-21 10:40:03'),
(1659, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:40:07', '2025-02-21 10:40:07'),
(1660, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:40:13', '2025-02-21 10:40:13'),
(1661, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:40:13', '2025-02-21 10:40:13'),
(1662, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:40:15', '2025-02-21 10:40:15'),
(1663, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:40:52', '2025-02-21 10:40:52'),
(1664, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:40:52', '2025-02-21 10:40:52'),
(1665, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:40:55', '2025-02-21 10:40:55'),
(1666, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:41:01', '2025-02-21 10:41:01'),
(1667, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:41:01', '2025-02-21 10:41:01'),
(1668, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:41:03', '2025-02-21 10:41:03'),
(1669, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:42:26', '2025-02-21 10:42:26'),
(1670, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:42:29', '2025-02-21 10:42:29'),
(1671, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:42:29', '2025-02-21 10:42:29'),
(1672, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:42:32', '2025-02-21 10:42:32'),
(1673, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:42:38', '2025-02-21 10:42:38'),
(1674, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:42:38', '2025-02-21 10:42:38'),
(1675, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-21 10:42:41', '2025-02-21 10:42:41'),
(1676, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-21 10:42:44', '2025-02-21 10:42:44'),
(1677, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:42:45', '2025-02-21 10:42:45'),
(1678, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:49:30', '2025-02-21 10:49:30'),
(1679, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-21 10:50:39', '2025-02-21 10:50:39'),
(1680, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2025-02-21 10:50:42', '2025-02-21 10:50:42'),
(1681, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-23 03:34:43', '2025-02-23 03:34:43'),
(1682, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-23 03:34:45', '2025-02-23 03:34:45'),
(1683, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-23 03:34:47', '2025-02-23 03:34:47'),
(1684, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2025-02-23 03:34:55', '2025-02-23 03:34:55'),
(1685, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2025-02-23 03:35:45', '2025-02-23 03:35:45'),
(1686, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-23 03:35:51', '2025-02-23 03:35:51'),
(1687, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-02-23 03:35:57', '2025-02-23 03:35:57'),
(1688, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2025-02-23 03:36:03', '2025-02-23 03:36:03'),
(1689, 1, 'newsletter.list', '127.0.0.1', 'GET', 'super/admin/newsletter', NULL, NULL, NULL, 'http://localhost:8000/super/admin/newsletter', '2025-02-23 03:36:16', '2025-02-23 03:36:16'),
(1690, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-23 03:36:18', '2025-02-23 03:36:18'),
(1691, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-02-23 03:36:21', '2025-02-23 03:36:21'),
(1692, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-02-23 03:39:36', '2025-02-23 03:39:36'),
(1693, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-23 03:39:41', '2025-02-23 03:39:41'),
(1694, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-23 03:39:46', '2025-02-23 03:39:46'),
(1695, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-02-23 03:40:01', '2025-02-23 03:40:01'),
(1696, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-23 03:46:03', '2025-02-23 03:46:03'),
(1697, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-23 03:46:22', '2025-02-23 03:46:22'),
(1698, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-23 03:46:27', '2025-02-23 03:46:27'),
(1699, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-23 03:46:42', '2025-02-23 03:46:42'),
(1700, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-23 03:49:47', '2025-02-23 03:49:47'),
(1701, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-23 03:49:55', '2025-02-23 03:49:55'),
(1702, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-23 04:00:43', '2025-02-23 04:00:43'),
(1703, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:00:46', '2025-02-23 04:00:46'),
(1704, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:02:55', '2025-02-23 04:02:55'),
(1705, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:07:31', '2025-02-23 04:07:31'),
(1706, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:08:05', '2025-02-23 04:08:05'),
(1707, 1, 'course.cat.store', '127.0.0.1', 'POST', 'super/admin/course/store/course/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/store/course/cat', '2025-02-23 04:08:27', '2025-02-23 04:08:27'),
(1708, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:08:27', '2025-02-23 04:08:27'),
(1709, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:16:13', '2025-02-23 04:16:13'),
(1710, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:21:20', '2025-02-23 04:21:20'),
(1711, 1, 'course.cat.update', '127.0.0.1', 'POST', 'super/admin/course/update/course/cat/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/course/cat/3', '2025-02-23 04:21:23', '2025-02-23 04:21:23'),
(1712, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:22:05', '2025-02-23 04:22:05'),
(1713, 1, 'course.cat.update', '127.0.0.1', 'POST', 'super/admin/course/update/course/cat/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/course/cat/3', '2025-02-23 04:22:08', '2025-02-23 04:22:08'),
(1714, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:34:37', '2025-02-23 04:34:37'),
(1715, 1, 'course.cat.update', '127.0.0.1', 'POST', 'super/admin/course/update/course/cat/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/course/cat/3', '2025-02-23 04:34:42', '2025-02-23 04:34:42'),
(1716, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:45:27', '2025-02-23 04:45:27'),
(1717, 1, 'course.cat.update', '127.0.0.1', 'POST', 'super/admin/course/update/course/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/course/cat', '2025-02-23 04:45:30', '2025-02-23 04:45:30'),
(1718, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:45:30', '2025-02-23 04:45:30'),
(1719, 1, 'course.cat.update', '127.0.0.1', 'POST', 'super/admin/course/update/course/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/course/cat', '2025-02-23 04:45:43', '2025-02-23 04:45:43'),
(1720, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:45:43', '2025-02-23 04:45:43'),
(1721, 1, 'course.cat.update', '127.0.0.1', 'POST', 'super/admin/course/update/course/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/course/cat', '2025-02-23 04:45:50', '2025-02-23 04:45:50'),
(1722, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:45:50', '2025-02-23 04:45:50'),
(1723, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:48:24', '2025-02-23 04:48:24'),
(1724, 1, 'course.cat.delete', '127.0.0.1', 'GET', 'super/admin/course/delete/cat/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/delete/cat/3', '2025-02-23 04:48:28', '2025-02-23 04:48:28'),
(1725, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:48:29', '2025-02-23 04:48:29'),
(1726, 1, 'course.cat.store', '127.0.0.1', 'POST', 'super/admin/course/store/course/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/store/course/cat', '2025-02-23 04:48:39', '2025-02-23 04:48:39'),
(1727, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-23 04:48:39', '2025-02-23 04:48:39'),
(1728, 1, 'cms.list', '127.0.0.1', 'GET', 'super/admin/cms', NULL, NULL, NULL, 'http://localhost:8000/super/admin/cms', '2025-02-23 04:49:06', '2025-02-23 04:49:06'),
(1729, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-23 04:49:08', '2025-02-23 04:49:08'),
(1730, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-23 04:54:09', '2025-02-23 04:54:09'),
(1731, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-23 04:54:26', '2025-02-23 04:54:26'),
(1732, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-23 04:57:50', '2025-02-23 04:57:50'),
(1733, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-23 04:57:52', '2025-02-23 04:57:52'),
(1734, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-23 04:58:21', '2025-02-23 04:58:21'),
(1735, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-23 04:58:43', '2025-02-23 04:58:43'),
(1736, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-23 05:06:43', '2025-02-23 05:06:43'),
(1737, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-02-23 05:06:45', '2025-02-23 05:06:45'),
(1738, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-02-23 05:06:51', '2025-02-23 05:06:51'),
(1739, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-23 05:06:52', '2025-02-23 05:06:52'),
(1740, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/1', '2025-02-23 05:06:56', '2025-02-23 05:06:56'),
(1741, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/1', '2025-02-23 05:07:00', '2025-02-23 05:07:00'),
(1742, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-23 05:07:00', '2025-02-23 05:07:00'),
(1743, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-02-23 05:11:25', '2025-02-23 05:11:25'),
(1744, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-23 05:11:30', '2025-02-23 05:11:30'),
(1745, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-02-23 05:11:33', '2025-02-23 05:11:33'),
(1746, 1, 'testimonials.update', '127.0.0.1', 'POST', 'super/admin/testimonials/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/update/1', '2025-02-23 05:11:35', '2025-02-23 05:11:35'),
(1747, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-23 05:11:35', '2025-02-23 05:11:35'),
(1748, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-02-23 05:11:38', '2025-02-23 05:11:38'),
(1749, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-23 05:13:34', '2025-02-23 05:13:34'),
(1750, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-02-23 05:13:38', '2025-02-23 05:13:38'),
(1751, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-23 05:27:23', '2025-02-23 05:27:23'),
(1752, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-23 05:27:26', '2025-02-23 05:27:26'),
(1753, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-23 05:30:13', '2025-02-23 05:30:13'),
(1754, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-24 18:51:37', '2025-02-24 18:51:37'),
(1755, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-24 18:51:42', '2025-02-24 18:51:42'),
(1756, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-24 18:51:45', '2025-02-24 18:51:45'),
(1757, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-24 18:51:51', '2025-02-24 18:51:51'),
(1758, 1, 'testimonials.create', '127.0.0.1', 'GET', 'super/admin/testimonials/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/create', '2025-02-24 18:51:57', '2025-02-24 18:51:57'),
(1759, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-24 18:55:38', '2025-02-24 18:55:38'),
(1760, 1, 'teams.create', '127.0.0.1', 'GET', 'super/admin/teams/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/create', '2025-02-24 18:55:40', '2025-02-24 18:55:40'),
(1761, 1, 'teams.create', '127.0.0.1', 'GET', 'super/admin/teams/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/create', '2025-02-24 18:57:23', '2025-02-24 18:57:23'),
(1762, 1, 'testimonials.store', '127.0.0.1', 'POST', 'super/admin/testimonials/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/store', '2025-02-24 19:00:52', '2025-02-24 19:00:52'),
(1763, 1, 'teams.create', '127.0.0.1', 'GET', 'super/admin/teams/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/create', '2025-02-24 19:00:53', '2025-02-24 19:00:53'),
(1764, 1, 'teams.create', '127.0.0.1', 'GET', 'super/admin/teams/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/create', '2025-02-24 19:01:45', '2025-02-24 19:01:45'),
(1765, 1, 'teams.store', '127.0.0.1', 'POST', 'super/admin/teams/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/store', '2025-02-24 19:02:01', '2025-02-24 19:02:01'),
(1766, 1, 'teams.store', '127.0.0.1', 'POST', 'super/admin/teams/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/store', '2025-02-24 19:02:33', '2025-02-24 19:02:33'),
(1767, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-24 19:02:33', '2025-02-24 19:02:33'),
(1768, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-24 19:03:15', '2025-02-24 19:03:15'),
(1769, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-24 19:07:14', '2025-02-24 19:07:14'),
(1770, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-02-24 19:07:16', '2025-02-24 19:07:16'),
(1771, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-24 19:07:35', '2025-02-24 19:07:35'),
(1772, 1, 'teams.edit', '127.0.0.1', 'GET', 'super/admin/teams/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/edit/2', '2025-02-24 19:07:38', '2025-02-24 19:07:38'),
(1773, 1, 'teams.update_img', '127.0.0.1', 'POST', 'super/admin/teams/update_img/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/update_img/2', '2025-02-24 19:07:47', '2025-02-24 19:07:47'),
(1774, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-24 19:07:47', '2025-02-24 19:07:47'),
(1775, 1, 'teams.edit', '127.0.0.1', 'GET', 'super/admin/teams/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/edit/1', '2025-02-24 19:07:53', '2025-02-24 19:07:53'),
(1776, 1, 'teams.update', '127.0.0.1', 'POST', 'super/admin/teams/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/update/1', '2025-02-24 19:08:01', '2025-02-24 19:08:01'),
(1777, 1, 'teams.update', '127.0.0.1', 'POST', 'super/admin/teams/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/update/1', '2025-02-24 19:09:04', '2025-02-24 19:09:04'),
(1778, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-24 19:09:04', '2025-02-24 19:09:04'),
(1779, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-24 19:09:34', '2025-02-24 19:09:34'),
(1780, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-24 19:28:15', '2025-02-24 19:28:15'),
(1781, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-02-24 19:28:18', '2025-02-24 19:28:18'),
(1782, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-02-24 19:28:18', '2025-02-24 19:28:18'),
(1783, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-02-24 19:29:43', '2025-02-24 19:29:43'),
(1784, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-02-24 19:29:47', '2025-02-24 19:29:47'),
(1785, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-24 19:29:50', '2025-02-24 19:29:50'),
(1786, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-25 15:32:14', '2025-02-25 15:32:14'),
(1787, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-02-25 15:32:16', '2025-02-25 15:32:16'),
(1788, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-25 15:32:17', '2025-02-25 15:32:17'),
(1789, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-25 15:57:03', '2025-02-25 15:57:03'),
(1790, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-02-25 15:57:06', '2025-02-25 15:57:06'),
(1791, 1, 'testimonials.update', '127.0.0.1', 'POST', 'super/admin/testimonials/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/update/1', '2025-02-25 15:57:09', '2025-02-25 15:57:09'),
(1792, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-25 15:57:09', '2025-02-25 15:57:09'),
(1793, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-02-25 15:57:15', '2025-02-25 15:57:15'),
(1794, 1, 'city.edit', '127.0.0.1', 'GET', 'super/admin/city/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/edit/1', '2025-02-25 15:57:17', '2025-02-25 15:57:17'),
(1795, 1, 'newsletter.list', '127.0.0.1', 'GET', 'super/admin/newsletter', NULL, NULL, NULL, 'http://localhost:8000/super/admin/newsletter', '2025-02-25 15:57:34', '2025-02-25 15:57:34'),
(1796, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-25 15:57:36', '2025-02-25 15:57:36'),
(1797, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-02-25 15:57:40', '2025-02-25 15:57:40'),
(1798, 1, 'teams.edit', '127.0.0.1', 'GET', 'super/admin/teams/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/edit/1', '2025-02-25 15:57:43', '2025-02-25 15:57:43'),
(1799, 1, 'teams.edit', '127.0.0.1', 'GET', 'super/admin/teams/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/edit/2', '2025-02-25 15:57:47', '2025-02-25 15:57:47'),
(1800, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-02-25 16:08:38', '2025-02-25 16:08:38'),
(1801, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:10:26', '2025-02-25 16:10:26'),
(1802, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:13:17', '2025-02-25 16:13:17'),
(1803, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-02-25 16:13:20', '2025-02-25 16:13:20'),
(1804, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:13:55', '2025-02-25 16:13:55'),
(1805, 1, 'event.create', '127.0.0.1', 'GET', 'super/admin/event/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/create', '2025-02-25 16:13:57', '2025-02-25 16:13:57'),
(1806, 1, 'event.create', '127.0.0.1', 'GET', 'super/admin/event/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/create', '2025-02-25 16:16:36', '2025-02-25 16:16:36'),
(1807, 1, 'event.create', '127.0.0.1', 'GET', 'super/admin/event/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/create', '2025-02-25 16:19:26', '2025-02-25 16:19:26'),
(1808, 1, 'event.store', '127.0.0.1', 'POST', 'super/admin/event/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/store', '2025-02-25 16:21:16', '2025-02-25 16:21:16'),
(1809, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:21:16', '2025-02-25 16:21:16'),
(1810, 1, 'event.create', '127.0.0.1', 'GET', 'super/admin/event/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/create', '2025-02-25 16:21:32', '2025-02-25 16:21:32'),
(1811, 1, 'event.create', '127.0.0.1', 'GET', 'super/admin/event/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/create', '2025-02-25 16:25:39', '2025-02-25 16:25:39'),
(1812, 1, 'event.store', '127.0.0.1', 'POST', 'super/admin/event/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/store', '2025-02-25 16:26:09', '2025-02-25 16:26:09'),
(1813, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:26:09', '2025-02-25 16:26:09'),
(1814, 1, 'event.store', '127.0.0.1', 'POST', 'super/admin/event/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/store', '2025-02-25 16:26:22', '2025-02-25 16:26:22'),
(1815, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:26:23', '2025-02-25 16:26:23'),
(1816, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:26:57', '2025-02-25 16:26:57'),
(1817, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:27:06', '2025-02-25 16:27:06'),
(1818, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:32:14', '2025-02-25 16:32:14'),
(1819, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/2', '2025-02-25 16:32:17', '2025-02-25 16:32:17'),
(1820, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/2', '2025-02-25 16:32:38', '2025-02-25 16:32:38'),
(1821, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/2', '2025-02-25 16:36:23', '2025-02-25 16:36:23'),
(1822, 1, 'event.update', '127.0.0.1', 'POST', 'super/admin/event/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update/2', '2025-02-25 16:36:34', '2025-02-25 16:36:34'),
(1823, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/2', '2025-02-25 16:36:39', '2025-02-25 16:36:39'),
(1824, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/2', '2025-02-25 16:36:51', '2025-02-25 16:36:51'),
(1825, 1, 'event.update', '127.0.0.1', 'POST', 'super/admin/event/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update/2', '2025-02-25 16:36:54', '2025-02-25 16:36:54'),
(1826, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:36:54', '2025-02-25 16:36:54'),
(1827, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/1', '2025-02-25 16:36:57', '2025-02-25 16:36:57'),
(1828, 1, 'event.update', '127.0.0.1', 'POST', 'super/admin/event/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update/1', '2025-02-25 16:37:01', '2025-02-25 16:37:01'),
(1829, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:37:01', '2025-02-25 16:37:01'),
(1830, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:38:16', '2025-02-25 16:38:16'),
(1831, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-25 16:41:01', '2025-02-25 16:41:01'),
(1832, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 16:41:04', '2025-02-25 16:41:04'),
(1833, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-25 17:05:38', '2025-02-25 17:05:38'),
(1834, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 17:05:40', '2025-02-25 17:05:40'),
(1835, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-02-25 17:05:56', '2025-02-25 17:05:56'),
(1836, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:05:57', '2025-02-25 17:05:57'),
(1837, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-02-25 17:06:00', '2025-02-25 17:06:00'),
(1838, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:06:21', '2025-02-25 17:06:21'),
(1839, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-02-25 17:06:23', '2025-02-25 17:06:23'),
(1840, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:06:34', '2025-02-25 17:06:34'),
(1841, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-02-25 17:06:36', '2025-02-25 17:06:36'),
(1842, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-02-25 17:07:14', '2025-02-25 17:07:14'),
(1843, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:07:14', '2025-02-25 17:07:14'),
(1844, 1, 'gallery.edit', '127.0.0.1', 'GET', 'super/admin/gallery/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/edit/1', '2025-02-25 17:07:46', '2025-02-25 17:07:46'),
(1845, 1, 'gallery.update', '127.0.0.1', 'POST', 'super/admin/gallery/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/update/1', '2025-02-25 17:07:56', '2025-02-25 17:07:56'),
(1846, 1, 'gallery.edit', '127.0.0.1', 'GET', 'super/admin/gallery/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/edit/1', '2025-02-25 17:08:24', '2025-02-25 17:08:24'),
(1847, 1, 'gallery.update', '127.0.0.1', 'POST', 'super/admin/gallery/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/update/1', '2025-02-25 17:08:30', '2025-02-25 17:08:30'),
(1848, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:08:30', '2025-02-25 17:08:30'),
(1849, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-02-25 17:08:33', '2025-02-25 17:08:33'),
(1850, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-02-25 17:08:43', '2025-02-25 17:08:43'),
(1851, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-02-25 17:08:43', '2025-02-25 17:08:43'),
(1852, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-02-25 17:08:54', '2025-02-25 17:08:54'),
(1853, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-02-25 17:08:54', '2025-02-25 17:08:54'),
(1854, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-02-25 17:09:09', '2025-02-25 17:09:09'),
(1855, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-02-25 17:09:14', '2025-02-25 17:09:14'),
(1856, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:09:15', '2025-02-25 17:09:15'),
(1857, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-02-25 17:09:17', '2025-02-25 17:09:17'),
(1858, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-02-25 17:09:23', '2025-02-25 17:09:23'),
(1859, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:09:23', '2025-02-25 17:09:23'),
(1860, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-02-25 17:09:25', '2025-02-25 17:09:25'),
(1861, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-02-25 17:09:33', '2025-02-25 17:09:33'),
(1862, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:09:33', '2025-02-25 17:09:33'),
(1863, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-02-25 17:09:37', '2025-02-25 17:09:37'),
(1864, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-02-25 17:09:43', '2025-02-25 17:09:43'),
(1865, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:09:44', '2025-02-25 17:09:44'),
(1866, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-02-25 17:09:46', '2025-02-25 17:09:46'),
(1867, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-02-25 17:09:54', '2025-02-25 17:09:54'),
(1868, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:09:55', '2025-02-25 17:09:55'),
(1869, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:10:45', '2025-02-25 17:10:45'),
(1870, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-02-25 17:11:29', '2025-02-25 17:11:29'),
(1871, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-25 17:13:08', '2025-02-25 17:13:08'),
(1872, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-25 17:13:23', '2025-02-25 17:13:23'),
(1873, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-25 17:13:44', '2025-02-25 17:13:44'),
(1874, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-25 17:13:53', '2025-02-25 17:13:53'),
(1875, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-25 17:14:01', '2025-02-25 17:14:01'),
(1876, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-25 17:15:41', '2025-02-25 17:15:41'),
(1877, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-25 17:15:51', '2025-02-25 17:15:51'),
(1878, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-02-25 17:16:10', '2025-02-25 17:16:10'),
(1879, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 14:44:39', '2025-03-01 14:44:39'),
(1880, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 14:45:11', '2025-03-01 14:45:11'),
(1881, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 14:45:20', '2025-03-01 14:45:20'),
(1882, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 14:45:46', '2025-03-01 14:45:46'),
(1883, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 14:46:35', '2025-03-01 14:46:35'),
(1884, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 14:48:46', '2025-03-01 14:48:46'),
(1885, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 14:49:10', '2025-03-01 14:49:10'),
(1886, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-01 14:50:03', '2025-03-01 14:50:03'),
(1887, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-01 14:50:07', '2025-03-01 14:50:07'),
(1888, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-01 14:50:10', '2025-03-01 14:50:10'),
(1889, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-03-01 14:50:22', '2025-03-01 14:50:22'),
(1890, 1, 'course.cat.store', '127.0.0.1', 'POST', 'super/admin/course/store/course/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/store/course/cat', '2025-03-01 14:50:46', '2025-03-01 14:50:46'),
(1891, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-03-01 14:50:46', '2025-03-01 14:50:46'),
(1892, 1, 'course.cat.store', '127.0.0.1', 'POST', 'super/admin/course/store/course/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/store/course/cat', '2025-03-01 14:51:13', '2025-03-01 14:51:13'),
(1893, 1, 'course.cat.list', '127.0.0.1', 'GET', 'super/admin/course/course/cat/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/course/cat/list', '2025-03-01 14:51:13', '2025-03-01 14:51:13'),
(1894, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-01 14:58:30', '2025-03-01 14:58:30'),
(1895, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-03-01 14:58:34', '2025-03-01 14:58:34'),
(1896, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 15:02:28', '2025-03-01 15:02:28'),
(1897, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 15:05:22', '2025-03-01 15:05:22'),
(1898, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 15:05:59', '2025-03-01 15:05:59'),
(1899, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 15:06:35', '2025-03-01 15:06:35'),
(1900, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 15:14:00', '2025-03-01 15:14:00'),
(1901, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 15:14:17', '2025-03-01 15:14:17'),
(1902, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 15:15:00', '2025-03-01 15:15:00');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(1903, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-01 15:15:27', '2025-03-01 15:15:27'),
(1904, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 15:17:06', '2025-03-01 15:17:06'),
(1905, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 15:17:23', '2025-03-01 15:17:23'),
(1906, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 15:59:42', '2025-03-01 15:59:42'),
(1907, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:00:49', '2025-03-01 16:00:49'),
(1908, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:03:23', '2025-03-01 16:03:23'),
(1909, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:04:26', '2025-03-01 16:04:26'),
(1910, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:04:49', '2025-03-01 16:04:49'),
(1911, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:05:10', '2025-03-01 16:05:10'),
(1912, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:05:27', '2025-03-01 16:05:27'),
(1913, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:07:32', '2025-03-01 16:07:32'),
(1914, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:07:48', '2025-03-01 16:07:48'),
(1915, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:09:22', '2025-03-01 16:09:22'),
(1916, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:09:31', '2025-03-01 16:09:31'),
(1917, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:10:02', '2025-03-01 16:10:02'),
(1918, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:11:23', '2025-03-01 16:11:23'),
(1919, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:11:36', '2025-03-01 16:11:36'),
(1920, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:12:35', '2025-03-01 16:12:35'),
(1921, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:13:04', '2025-03-01 16:13:04'),
(1922, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:13:24', '2025-03-01 16:13:24'),
(1923, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:13:39', '2025-03-01 16:13:39'),
(1924, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:13:47', '2025-03-01 16:13:47'),
(1925, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:14:17', '2025-03-01 16:14:17'),
(1926, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:14:37', '2025-03-01 16:14:37'),
(1927, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:14:50', '2025-03-01 16:14:50'),
(1928, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:15:03', '2025-03-01 16:15:03'),
(1929, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:15:18', '2025-03-01 16:15:18'),
(1930, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:15:27', '2025-03-01 16:15:27'),
(1931, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:17:54', '2025-03-01 16:17:54'),
(1932, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:18:50', '2025-03-01 16:18:50'),
(1933, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-01 16:27:12', '2025-03-01 16:27:12'),
(1934, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/1', '2025-03-01 16:27:15', '2025-03-01 16:27:15'),
(1935, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/1', '2025-03-01 16:28:26', '2025-03-01 16:28:26'),
(1936, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/1', '2025-03-01 16:28:31', '2025-03-01 16:28:31'),
(1937, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-01 16:28:31', '2025-03-01 16:28:31'),
(1938, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/1', '2025-03-01 16:28:34', '2025-03-01 16:28:34'),
(1939, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/1', '2025-03-01 16:28:38', '2025-03-01 16:28:38'),
(1940, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-01 16:28:38', '2025-03-01 16:28:38'),
(1941, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/2', '2025-03-01 16:28:40', '2025-03-01 16:28:40'),
(1942, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/2', '2025-03-01 16:28:46', '2025-03-01 16:28:46'),
(1943, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-01 16:28:46', '2025-03-01 16:28:46'),
(1944, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:28:49', '2025-03-01 16:28:49'),
(1945, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:34:01', '2025-03-01 16:34:01'),
(1946, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:34:20', '2025-03-01 16:34:20'),
(1947, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 16:36:07', '2025-03-01 16:36:07'),
(1948, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:08:15', '2025-03-01 17:08:15'),
(1949, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:10:22', '2025-03-01 17:10:22'),
(1950, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:11:32', '2025-03-01 17:11:32'),
(1951, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:12:25', '2025-03-01 17:12:25'),
(1952, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:13:36', '2025-03-01 17:13:36'),
(1953, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:14:15', '2025-03-01 17:14:15'),
(1954, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:17:14', '2025-03-01 17:17:14'),
(1955, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:17:38', '2025-03-01 17:17:38'),
(1956, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:18:22', '2025-03-01 17:18:22'),
(1957, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:19:42', '2025-03-01 17:19:42'),
(1958, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:19:49', '2025-03-01 17:19:49'),
(1959, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:19:57', '2025-03-01 17:19:57'),
(1960, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:33:48', '2025-03-01 17:33:48'),
(1961, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:34:08', '2025-03-01 17:34:08'),
(1962, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-01 17:34:28', '2025-03-01 17:34:28'),
(1963, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-03-01 17:34:34', '2025-03-01 17:34:34'),
(1964, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:36:38', '2025-03-01 17:36:38'),
(1965, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:37:30', '2025-03-01 17:37:30'),
(1966, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:37:41', '2025-03-01 17:37:41'),
(1967, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:46:08', '2025-03-01 17:46:08'),
(1968, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-03-01 17:46:30', '2025-03-01 17:46:30'),
(1969, 1, 'testimonials.create', '127.0.0.1', 'GET', 'super/admin/testimonials/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/create', '2025-03-01 17:46:34', '2025-03-01 17:46:34'),
(1970, 1, 'testimonials.store', '127.0.0.1', 'POST', 'super/admin/testimonials/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/store', '2025-03-01 17:47:49', '2025-03-01 17:47:49'),
(1971, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-03-01 17:47:50', '2025-03-01 17:47:50'),
(1972, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:47:57', '2025-03-01 17:47:57'),
(1973, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-03-01 17:49:07', '2025-03-01 17:49:07'),
(1974, 1, 'testimonials.update', '127.0.0.1', 'POST', 'super/admin/testimonials/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/update/1', '2025-03-01 17:49:10', '2025-03-01 17:49:10'),
(1975, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-03-01 17:49:10', '2025-03-01 17:49:10'),
(1976, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:49:13', '2025-03-01 17:49:13'),
(1977, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:49:37', '2025-03-01 17:49:37'),
(1978, 1, 'testimonials.edit', '127.0.0.1', 'GET', 'super/admin/testimonials/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/edit/1', '2025-03-01 17:49:51', '2025-03-01 17:49:51'),
(1979, 1, 'testimonials.update_img', '127.0.0.1', 'POST', 'super/admin/testimonials/update_img/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials/update_img/1', '2025-03-01 17:49:56', '2025-03-01 17:49:56'),
(1980, 1, 'testimonials.list', '127.0.0.1', 'GET', 'super/admin/testimonials', NULL, NULL, NULL, 'http://localhost:8000/super/admin/testimonials', '2025-03-01 17:49:56', '2025-03-01 17:49:56'),
(1981, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 17:50:00', '2025-03-01 17:50:00'),
(1982, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 18:02:10', '2025-03-01 18:02:10'),
(1983, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 18:03:05', '2025-03-01 18:03:05'),
(1984, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 18:03:48', '2025-03-01 18:03:48'),
(1985, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 18:09:00', '2025-03-01 18:09:00'),
(1986, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 18:11:07', '2025-03-01 18:11:07'),
(1987, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 18:11:29', '2025-03-01 18:11:29'),
(1988, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-01 18:11:52', '2025-03-01 18:11:52'),
(1989, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 03:44:11', '2025-03-02 03:44:11'),
(1990, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 03:52:40', '2025-03-02 03:52:40'),
(1991, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/details', '2025-03-02 03:53:41', '2025-03-02 03:53:41'),
(1992, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 03:54:05', '2025-03-02 03:54:05'),
(1993, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 03:54:11', '2025-03-02 03:54:11'),
(1994, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 03:54:38', '2025-03-02 03:54:38'),
(1995, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 04:00:46', '2025-03-02 04:00:46'),
(1996, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 04:02:19', '2025-03-02 04:02:19'),
(1997, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/1/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/course/details', '2025-03-02 04:02:34', '2025-03-02 04:02:34'),
(1998, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 04:03:10', '2025-03-02 04:03:10'),
(1999, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 04:04:03', '2025-03-02 04:04:03'),
(2000, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 04:04:08', '2025-03-02 04:04:08'),
(2001, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 04:06:43', '2025-03-02 04:06:43'),
(2002, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 04:56:13', '2025-03-02 04:56:13'),
(2003, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 04:59:32', '2025-03-02 04:59:32'),
(2004, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:04:22', '2025-03-02 05:04:22'),
(2005, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:06:58', '2025-03-02 05:06:58'),
(2006, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:07:40', '2025-03-02 05:07:40'),
(2007, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:08:13', '2025-03-02 05:08:13'),
(2008, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:08:52', '2025-03-02 05:08:52'),
(2009, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:09:26', '2025-03-02 05:09:26'),
(2010, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:10:09', '2025-03-02 05:10:09'),
(2011, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:10:57', '2025-03-02 05:10:57'),
(2012, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:11:24', '2025-03-02 05:11:24'),
(2013, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:12:43', '2025-03-02 05:12:43'),
(2014, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:17:43', '2025-03-02 05:17:43'),
(2015, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:18:10', '2025-03-02 05:18:10'),
(2016, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:19:45', '2025-03-02 05:19:45'),
(2017, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:20:37', '2025-03-02 05:20:37'),
(2018, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:21:12', '2025-03-02 05:21:12'),
(2019, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:22:05', '2025-03-02 05:22:05'),
(2020, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:22:35', '2025-03-02 05:22:35'),
(2021, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:24:36', '2025-03-02 05:24:36'),
(2022, NULL, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-03-02 05:24:57', '2025-03-02 05:24:57'),
(2023, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 05:24:58', '2025-03-02 05:24:58'),
(2024, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 08:23:22', '2025-03-02 08:23:22'),
(2025, NULL, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-03-02 08:23:41', '2025-03-02 08:23:41'),
(2026, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 08:23:41', '2025-03-02 08:23:41'),
(2027, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 08:25:34', '2025-03-02 08:25:34'),
(2028, NULL, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-03-02 08:25:46', '2025-03-02 08:25:46'),
(2029, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 08:25:47', '2025-03-02 08:25:47'),
(2030, NULL, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-02 08:27:05', '2025-03-02 08:27:05'),
(2031, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-02 08:27:05', '2025-03-02 08:27:05'),
(2032, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-02 08:27:08', '2025-03-02 08:27:08'),
(2033, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-02 08:27:10', '2025-03-02 08:27:10'),
(2034, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-02 08:27:12', '2025-03-02 08:27:12'),
(2035, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-02 08:27:22', '2025-03-02 08:27:22'),
(2036, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-02 08:28:28', '2025-03-02 08:28:28'),
(2037, 1, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 08:29:19', '2025-03-02 08:29:19'),
(2038, 1, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 08:29:48', '2025-03-02 08:29:48'),
(2039, 1, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-02 08:30:14', '2025-03-02 08:30:14'),
(2040, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 08:30:17', '2025-03-02 08:30:17'),
(2041, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 08:31:31', '2025-03-02 08:31:31'),
(2042, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 08:31:58', '2025-03-02 08:31:58'),
(2043, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 08:32:22', '2025-03-02 08:32:22'),
(2044, 1, 'web.course.view', '127.0.0.1', 'GET', 'courses/1/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/course/details', '2025-03-02 08:32:29', '2025-03-02 08:32:29'),
(2045, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 08:38:32', '2025-03-02 08:38:32'),
(2046, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 09:22:30', '2025-03-02 09:22:30'),
(2047, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:22:41', '2025-03-02 09:22:41'),
(2048, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:25:01', '2025-03-02 09:25:01'),
(2049, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:25:07', '2025-03-02 09:25:07'),
(2050, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:31:52', '2025-03-02 09:31:52'),
(2051, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:34:22', '2025-03-02 09:34:22'),
(2052, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:35:41', '2025-03-02 09:35:41'),
(2053, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:36:10', '2025-03-02 09:36:10'),
(2054, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:36:36', '2025-03-02 09:36:36'),
(2055, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:36:46', '2025-03-02 09:36:46'),
(2056, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:40:58', '2025-03-02 09:40:58'),
(2057, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:41:51', '2025-03-02 09:41:51'),
(2058, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-03-02 09:50:48', '2025-03-02 09:50:48'),
(2059, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-03-02 09:50:51', '2025-03-02 09:50:51'),
(2060, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:51:16', '2025-03-02 09:51:16'),
(2061, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 09:51:49', '2025-03-02 09:51:49'),
(2062, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 12:43:33', '2025-03-02 12:43:33'),
(2063, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 12:44:06', '2025-03-02 12:44:06'),
(2064, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 12:48:28', '2025-03-02 12:48:28'),
(2065, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 12:48:45', '2025-03-02 12:48:45'),
(2066, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 12:49:16', '2025-03-02 12:49:16'),
(2067, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 12:51:04', '2025-03-02 12:51:04'),
(2068, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 12:51:10', '2025-03-02 12:51:10'),
(2069, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 12:51:15', '2025-03-02 12:51:15'),
(2070, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 12:51:33', '2025-03-02 12:51:33'),
(2071, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 12:51:41', '2025-03-02 12:51:41'),
(2072, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 12:52:24', '2025-03-02 12:52:24'),
(2073, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-02 13:17:49', '2025-03-02 13:17:49'),
(2074, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 13:17:54', '2025-03-02 13:17:54'),
(2075, NULL, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-02 13:22:12', '2025-03-02 13:22:12'),
(2076, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-02 13:22:16', '2025-03-02 13:22:16'),
(2077, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-02 14:06:29', '2025-03-02 14:06:29'),
(2078, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-02 14:08:59', '2025-03-02 14:08:59'),
(2079, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:26:07', '2025-03-03 05:26:07'),
(2080, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:26:30', '2025-03-03 05:26:30'),
(2081, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:31:44', '2025-03-03 05:31:44'),
(2082, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:32:26', '2025-03-03 05:32:26'),
(2083, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:32:49', '2025-03-03 05:32:49'),
(2084, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:33:05', '2025-03-03 05:33:05'),
(2085, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:34:03', '2025-03-03 05:34:03'),
(2086, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:35:13', '2025-03-03 05:35:13'),
(2087, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:36:09', '2025-03-03 05:36:09'),
(2088, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:36:29', '2025-03-03 05:36:29'),
(2089, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:36:53', '2025-03-03 05:36:53'),
(2090, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:37:19', '2025-03-03 05:37:19'),
(2091, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:48:44', '2025-03-03 05:48:44'),
(2092, NULL, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-03 05:48:53', '2025-03-03 05:48:53'),
(2093, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-03 05:49:11', '2025-03-03 05:49:11'),
(2094, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-03 05:49:14', '2025-03-03 05:49:14'),
(2095, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-03 05:49:15', '2025-03-03 05:49:15'),
(2096, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-03 05:51:36', '2025-03-03 05:51:36'),
(2097, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/1', '2025-03-03 05:51:40', '2025-03-03 05:51:40'),
(2098, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:51:52', '2025-03-03 05:51:52'),
(2099, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:52:56', '2025-03-03 05:52:56'),
(2100, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:53:31', '2025-03-03 05:53:31'),
(2101, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:54:20', '2025-03-03 05:54:20'),
(2102, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:55:41', '2025-03-03 05:55:41'),
(2103, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:56:55', '2025-03-03 05:56:55'),
(2104, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:57:40', '2025-03-03 05:57:40'),
(2105, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:58:48', '2025-03-03 05:58:48'),
(2106, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 05:59:42', '2025-03-03 05:59:42'),
(2107, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 06:00:00', '2025-03-03 06:00:00'),
(2108, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 06:00:29', '2025-03-03 06:00:29'),
(2109, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 06:01:28', '2025-03-03 06:01:28'),
(2110, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 06:13:44', '2025-03-03 06:13:44'),
(2111, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 06:13:46', '2025-03-03 06:13:46'),
(2112, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 06:18:34', '2025-03-03 06:18:34'),
(2113, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 06:19:04', '2025-03-03 06:19:04'),
(2114, 1, 'web.course.view', '127.0.0.1', 'GET', 'courses/1/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/course/details', '2025-03-03 06:19:19', '2025-03-03 06:19:19'),
(2115, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-03 06:19:28', '2025-03-03 06:19:28'),
(2116, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-03 07:59:03', '2025-03-03 07:59:03'),
(2117, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-03 07:59:08', '2025-03-03 07:59:08'),
(2118, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-03 07:59:11', '2025-03-03 07:59:11'),
(2119, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-03 07:59:12', '2025-03-03 07:59:12'),
(2120, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-03 07:59:42', '2025-03-03 07:59:42'),
(2121, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-03 08:01:14', '2025-03-03 08:01:14'),
(2122, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-03 08:01:21', '2025-03-03 08:01:21'),
(2123, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 08:01:30', '2025-03-03 08:01:30'),
(2124, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-03 08:04:44', '2025-03-03 08:04:44'),
(2125, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-03 08:04:52', '2025-03-03 08:04:52'),
(2126, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-03 08:04:56', '2025-03-03 08:04:56'),
(2127, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-03 08:06:02', '2025-03-03 08:06:02'),
(2128, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-03 08:17:16', '2025-03-03 08:17:16'),
(2129, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-03 08:17:29', '2025-03-03 08:17:29'),
(2130, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-03 08:17:38', '2025-03-03 08:17:38'),
(2131, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-03 08:17:47', '2025-03-03 08:17:47'),
(2132, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-03 08:17:54', '2025-03-03 08:17:54'),
(2133, 1, 'web.course.view', '127.0.0.1', 'GET', 'courses/2/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/2/course/details', '2025-03-03 08:19:23', '2025-03-03 08:19:23'),
(2134, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-03 08:50:45', '2025-03-03 08:50:45'),
(2135, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-03 08:58:03', '2025-03-03 08:58:03'),
(2136, 1, 'web.admission', '127.0.0.1', 'GET', 'admission/online', NULL, NULL, NULL, 'http://localhost:8000/admission/online', '2025-03-03 08:58:10', '2025-03-03 08:58:10'),
(2137, 1, 'web.admission', '127.0.0.1', 'GET', 'admission/online', NULL, NULL, NULL, 'http://localhost:8000/admission/online', '2025-03-03 08:58:36', '2025-03-03 08:58:36'),
(2138, 1, 'web.admission', '127.0.0.1', 'GET', 'admission/online', NULL, NULL, NULL, 'http://localhost:8000/admission/online', '2025-03-03 09:00:00', '2025-03-03 09:00:00'),
(2139, 1, 'web.admission', '127.0.0.1', 'GET', 'admission/online', NULL, NULL, NULL, 'http://localhost:8000/admission/online', '2025-03-03 09:00:36', '2025-03-03 09:00:36'),
(2140, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-03 15:10:08', '2025-03-03 15:10:08'),
(2141, NULL, 'web.admission', '127.0.0.1', 'GET', 'admission/online', NULL, NULL, NULL, 'http://localhost:8000/admission/online', '2025-03-03 15:10:19', '2025-03-03 15:10:19'),
(2142, NULL, 'web.admission', '127.0.0.1', 'GET', 'admission/online', NULL, NULL, NULL, 'http://localhost:8000/admission/online', '2025-03-03 15:12:21', '2025-03-03 15:12:21'),
(2143, NULL, 'home.admission.submit', '127.0.0.1', 'POST', 'admission/submit', NULL, NULL, NULL, 'http://localhost:8000/admission/submit', '2025-03-03 15:16:11', '2025-03-03 15:16:11'),
(2144, NULL, 'web.admission', '127.0.0.1', 'GET', 'admission/online', NULL, NULL, NULL, 'http://localhost:8000/admission/online', '2025-03-03 15:16:12', '2025-03-03 15:16:12'),
(2145, NULL, 'web.admission', '127.0.0.1', 'GET', 'admission/online', NULL, NULL, NULL, 'http://localhost:8000/admission/online', '2025-03-03 15:28:03', '2025-03-03 15:28:03'),
(2146, NULL, 'web.admission', '127.0.0.1', 'GET', 'admission/online', NULL, NULL, NULL, 'http://localhost:8000/admission/online', '2025-03-03 15:29:47', '2025-03-03 15:29:47'),
(2147, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-03 15:48:14', '2025-03-03 15:48:14'),
(2148, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-03 15:48:16', '2025-03-03 15:48:16'),
(2149, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-03 15:48:17', '2025-03-03 15:48:17'),
(2150, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-03-03 15:48:26', '2025-03-03 15:48:26'),
(2151, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-03-03 15:48:31', '2025-03-03 15:48:31'),
(2152, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-03-03 16:05:04', '2025-03-03 16:05:04'),
(2153, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-03-03 16:06:29', '2025-03-03 16:06:29'),
(2154, 1, 'admission.list', '127.0.0.1', 'GET', 'super/admin/admission', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission', '2025-03-03 16:08:03', '2025-03-03 16:08:03'),
(2155, 1, 'admission.list', '127.0.0.1', 'GET', 'super/admin/admission', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission', '2025-03-03 16:12:03', '2025-03-03 16:12:03'),
(2156, 1, 'admission.list', '127.0.0.1', 'GET', 'super/admin/admission', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission', '2025-03-03 16:13:57', '2025-03-03 16:13:57'),
(2157, 1, 'admission.list', '127.0.0.1', 'GET', 'super/admin/admission', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission', '2025-03-03 16:14:16', '2025-03-03 16:14:16'),
(2158, 1, 'admission.list', '127.0.0.1', 'GET', 'super/admin/admission', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission', '2025-03-03 16:14:44', '2025-03-03 16:14:44'),
(2159, 1, 'admission.list', '127.0.0.1', 'GET', 'super/admin/admission', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission', '2025-03-03 16:14:53', '2025-03-03 16:14:53'),
(2160, 1, 'admission.list', '127.0.0.1', 'GET', 'super/admin/admission', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission', '2025-03-03 16:19:47', '2025-03-03 16:19:47'),
(2161, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:19:49', '2025-03-03 16:19:49'),
(2162, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:20:31', '2025-03-03 16:20:31'),
(2163, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:25:20', '2025-03-03 16:25:20'),
(2164, 1, 'admission.list', '127.0.0.1', 'GET', 'super/admin/admission', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission', '2025-03-03 16:27:32', '2025-03-03 16:27:32'),
(2165, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:27:35', '2025-03-03 16:27:35'),
(2166, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:27:55', '2025-03-03 16:27:55'),
(2167, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:37:15', '2025-03-03 16:37:15'),
(2168, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:37:19', '2025-03-03 16:37:19'),
(2169, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:37:38', '2025-03-03 16:37:38'),
(2170, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:39:03', '2025-03-03 16:39:03'),
(2171, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:39:05', '2025-03-03 16:39:05'),
(2172, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:39:07', '2025-03-03 16:39:07'),
(2173, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:39:30', '2025-03-03 16:39:30'),
(2174, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:39:32', '2025-03-03 16:39:32'),
(2175, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:41:47', '2025-03-03 16:41:47'),
(2176, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:41:50', '2025-03-03 16:41:50'),
(2177, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:42:57', '2025-03-03 16:42:57'),
(2178, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:42:59', '2025-03-03 16:42:59'),
(2179, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:43:44', '2025-03-03 16:43:44'),
(2180, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:43:46', '2025-03-03 16:43:46'),
(2181, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:44:48', '2025-03-03 16:44:48'),
(2182, 1, 'admission.view', '127.0.0.1', 'GET', 'super/admin/admission/view/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/admission/view/1', '2025-03-03 16:44:53', '2025-03-03 16:44:53'),
(2183, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-03-03 16:56:40', '2025-03-03 16:56:40'),
(2184, 1, 'web.admission', '127.0.0.1', 'GET', 'admission/online', NULL, NULL, NULL, 'http://localhost:8000/admission/online', '2025-03-03 17:12:11', '2025-03-03 17:12:11');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(2185, 1, 'web.admission', '127.0.0.1', 'GET', 'admission/online', NULL, NULL, NULL, 'http://localhost:8000/admission/online', '2025-03-03 17:12:36', '2025-03-03 17:12:36'),
(2186, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:12:40', '2025-03-03 17:12:40'),
(2187, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:13:26', '2025-03-03 17:13:26'),
(2188, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:14:17', '2025-03-03 17:14:17'),
(2189, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:20:42', '2025-03-03 17:20:42'),
(2190, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:20:54', '2025-03-03 17:20:54'),
(2191, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:22:18', '2025-03-03 17:22:18'),
(2192, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:22:57', '2025-03-03 17:22:57'),
(2193, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:23:29', '2025-03-03 17:23:29'),
(2194, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:23:43', '2025-03-03 17:23:43'),
(2195, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:24:50', '2025-03-03 17:24:50'),
(2196, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:24:59', '2025-03-03 17:24:59'),
(2197, 1, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-03 17:25:06', '2025-03-03 17:25:06'),
(2198, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-04 11:45:22', '2025-03-04 11:45:22'),
(2199, NULL, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-04 11:46:17', '2025-03-04 11:46:17'),
(2200, NULL, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-04 11:49:41', '2025-03-04 11:49:41'),
(2201, NULL, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-04 11:49:48', '2025-03-04 11:49:48'),
(2202, NULL, 'web.photo.gallery', '127.0.0.1', 'GET', 'gallery/photo/gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery/photo/gallery', '2025-03-04 11:50:17', '2025-03-04 11:50:17'),
(2203, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-03-04 11:50:19', '2025-03-04 11:50:19'),
(2204, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-03-04 11:50:52', '2025-03-04 11:50:52'),
(2205, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-04 11:51:28', '2025-03-04 11:51:28'),
(2206, NULL, 'web.course.view', '127.0.0.1', 'GET', 'courses/1/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/course/details', '2025-03-04 11:52:03', '2025-03-04 11:52:03'),
(2207, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-03-04 11:53:31', '2025-03-04 11:53:31'),
(2208, NULL, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-03-04 11:54:22', '2025-03-04 11:54:22'),
(2209, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-03-04 11:54:23', '2025-03-04 11:54:23'),
(2210, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-03-04 11:57:22', '2025-03-04 11:57:22'),
(2211, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-03-04 12:01:54', '2025-03-04 12:01:54'),
(2212, NULL, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-03-04 12:01:58', '2025-03-04 12:01:58'),
(2213, NULL, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-03-04 12:02:30', '2025-03-04 12:02:30'),
(2214, NULL, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-03-04 12:13:52', '2025-03-04 12:13:52'),
(2215, NULL, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-03-04 12:19:11', '2025-03-04 12:19:11'),
(2216, NULL, 'web.aboutUs', '127.0.0.1', 'GET', 'about/aboutUs', NULL, NULL, NULL, 'http://localhost:8000/about/aboutUs', '2025-03-04 12:19:14', '2025-03-04 12:19:14'),
(2217, NULL, 'web.aboutUs', '127.0.0.1', 'GET', 'about/aboutUs', NULL, NULL, NULL, 'http://localhost:8000/about/aboutUs', '2025-03-04 12:19:47', '2025-03-04 12:19:47'),
(2218, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-04 12:19:59', '2025-03-04 12:19:59'),
(2219, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-04 12:20:23', '2025-03-04 12:20:23'),
(2220, NULL, 'web.aboutUs', '127.0.0.1', 'GET', 'about/aboutUs', NULL, NULL, NULL, 'http://localhost:8000/about/aboutUs', '2025-03-04 12:20:37', '2025-03-04 12:20:37'),
(2221, NULL, 'web.aboutUs', '127.0.0.1', 'GET', 'about/aboutUs', NULL, NULL, NULL, 'http://localhost:8000/about/aboutUs', '2025-03-04 12:28:38', '2025-03-04 12:28:38'),
(2222, NULL, 'web.aboutUs', '127.0.0.1', 'GET', 'about/aboutUs', NULL, NULL, NULL, 'http://localhost:8000/about/aboutUs', '2025-03-04 12:34:23', '2025-03-04 12:34:23'),
(2223, NULL, 'web.aboutUs', '127.0.0.1', 'GET', 'about/aboutUs', NULL, NULL, NULL, 'http://localhost:8000/about/aboutUs', '2025-03-04 12:36:21', '2025-03-04 12:36:21'),
(2224, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-05 11:57:14', '2025-03-05 11:57:14'),
(2225, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-05 12:05:51', '2025-03-05 12:05:51'),
(2226, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-05 12:05:56', '2025-03-05 12:05:56'),
(2227, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-05 12:06:01', '2025-03-05 12:06:01'),
(2228, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-05 12:06:09', '2025-03-05 12:06:09'),
(2229, 1, 'teams.list', '127.0.0.1', 'GET', 'super/admin/teams', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams', '2025-03-05 12:06:14', '2025-03-05 12:06:14'),
(2230, 1, 'teams.edit', '127.0.0.1', 'GET', 'super/admin/teams/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/teams/edit/2', '2025-03-05 12:06:17', '2025-03-05 12:06:17'),
(2231, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-05 12:06:24', '2025-03-05 12:06:24'),
(2232, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/3', '2025-03-05 12:06:28', '2025-03-05 12:06:28'),
(2233, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-03-05 12:06:33', '2025-03-05 12:06:33'),
(2234, 1, 'gallery.edit', '127.0.0.1', 'GET', 'super/admin/gallery/edit/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/edit/6', '2025-03-05 12:06:36', '2025-03-05 12:06:36'),
(2235, 1, 'newsletter.list', '127.0.0.1', 'GET', 'super/admin/newsletter', NULL, NULL, NULL, 'http://localhost:8000/super/admin/newsletter', '2025-03-05 12:06:40', '2025-03-05 12:06:40'),
(2236, 1, 'countries.list', '127.0.0.1', 'GET', 'super/admin/countries', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries', '2025-03-05 12:06:45', '2025-03-05 12:06:45'),
(2237, 1, 'countries.edit', '127.0.0.1', 'GET', 'super/admin/countries/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/edit/1', '2025-03-05 12:06:49', '2025-03-05 12:06:49'),
(2238, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-03-05 12:06:53', '2025-03-05 12:06:53'),
(2239, 1, 'countries.city.list', '127.0.0.1', 'GET', 'super/admin/countries/cities/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/countries/cities/1', '2025-03-05 12:18:05', '2025-03-05 12:18:05'),
(2240, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:18:09', '2025-03-05 12:18:09'),
(2241, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:20:59', '2025-03-05 12:20:59'),
(2242, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:21:43', '2025-03-05 12:21:43'),
(2243, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:22:50', '2025-03-05 12:22:50'),
(2244, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:24:24', '2025-03-05 12:24:24'),
(2245, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:25:25', '2025-03-05 12:25:25'),
(2246, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:26:46', '2025-03-05 12:26:46'),
(2247, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:27:59', '2025-03-05 12:27:59'),
(2248, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:27:59', '2025-03-05 12:27:59'),
(2249, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:29:08', '2025-03-05 12:29:08'),
(2250, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:29:08', '2025-03-05 12:29:08'),
(2251, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:30:33', '2025-03-05 12:30:33'),
(2252, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:30:38', '2025-03-05 12:30:38'),
(2253, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:30:39', '2025-03-05 12:30:39'),
(2254, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:35:22', '2025-03-05 12:35:22'),
(2255, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:35:22', '2025-03-05 12:35:22'),
(2256, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:35:36', '2025-03-05 12:35:36'),
(2257, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:35:37', '2025-03-05 12:35:37'),
(2258, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:35:51', '2025-03-05 12:35:51'),
(2259, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:35:52', '2025-03-05 12:35:52'),
(2260, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:39:36', '2025-03-05 12:39:36'),
(2261, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:40:18', '2025-03-05 12:40:18'),
(2262, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:40:18', '2025-03-05 12:40:18'),
(2263, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:40:27', '2025-03-05 12:40:27'),
(2264, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:40:31', '2025-03-05 12:40:31'),
(2265, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:40:32', '2025-03-05 12:40:32'),
(2266, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:41:13', '2025-03-05 12:41:13'),
(2267, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:41:19', '2025-03-05 12:41:19'),
(2268, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:41:19', '2025-03-05 12:41:19'),
(2269, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:42:29', '2025-03-05 12:42:29'),
(2270, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:42:34', '2025-03-05 12:42:34'),
(2271, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:42:35', '2025-03-05 12:42:35'),
(2272, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:42:44', '2025-03-05 12:42:44'),
(2273, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:42:44', '2025-03-05 12:42:44'),
(2274, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:42:50', '2025-03-05 12:42:50'),
(2275, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:42:50', '2025-03-05 12:42:50'),
(2276, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:42:55', '2025-03-05 12:42:55'),
(2277, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:42:55', '2025-03-05 12:42:55'),
(2278, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:43:01', '2025-03-05 12:43:01'),
(2279, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:43:01', '2025-03-05 12:43:01'),
(2280, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-03-05 12:43:09', '2025-03-05 12:43:09'),
(2281, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:43:09', '2025-03-05 12:43:09'),
(2282, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:51:47', '2025-03-05 12:51:47'),
(2283, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:52:18', '2025-03-05 12:52:18'),
(2284, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:53:37', '2025-03-05 12:53:37'),
(2285, 1, 'partner.update', '127.0.0.1', 'POST', 'super/admin/partner/update/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/update/6', '2025-03-05 12:53:42', '2025-03-05 12:53:42'),
(2286, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-03-05 12:53:42', '2025-03-05 12:53:42'),
(2287, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-05 12:57:33', '2025-03-05 12:57:33'),
(2288, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-05 12:57:51', '2025-03-05 12:57:51'),
(2289, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-05 12:58:21', '2025-03-05 12:58:21'),
(2290, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-05 12:59:58', '2025-03-05 12:59:58'),
(2291, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-17 08:22:46', '2025-03-17 08:22:46'),
(2292, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-17 08:22:51', '2025-03-17 08:22:51'),
(2293, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-17 08:22:51', '2025-03-17 08:22:51'),
(2294, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-17 08:22:52', '2025-03-17 08:22:52'),
(2295, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-17 08:22:56', '2025-03-17 08:22:56'),
(2296, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-17 08:23:02', '2025-03-17 08:23:02'),
(2297, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-17 08:23:04', '2025-03-17 08:23:04'),
(2298, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-17 08:23:09', '2025-03-17 08:23:09'),
(2299, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-17 08:23:15', '2025-03-17 08:23:15'),
(2300, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-17 08:23:34', '2025-03-17 08:23:34'),
(2301, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/1', '2025-03-17 09:08:41', '2025-03-17 09:08:41'),
(2302, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-03-17 09:08:48', '2025-03-17 09:08:48'),
(2303, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-03-17 09:15:50', '2025-03-17 09:15:50'),
(2304, 1, 'course.add', '127.0.0.1', 'GET', 'super/admin/course/new', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/new', '2025-03-17 09:23:09', '2025-03-17 09:23:09'),
(2305, 1, 'course.store', '127.0.0.1', 'POST', 'super/admin/course/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/store', '2025-03-17 09:24:14', '2025-03-17 09:24:14'),
(2306, 1, 'course.store', '127.0.0.1', 'POST', 'super/admin/course/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/store', '2025-03-17 09:24:43', '2025-03-17 09:24:43'),
(2307, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-17 09:24:44', '2025-03-17 09:24:44'),
(2308, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/4', '2025-03-17 09:29:08', '2025-03-17 09:29:08'),
(2309, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/4', '2025-03-17 09:32:32', '2025-03-17 09:32:32'),
(2310, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/4', '2025-03-17 09:32:40', '2025-03-17 09:32:40'),
(2311, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/4', '2025-03-17 09:32:41', '2025-03-17 09:32:41'),
(2312, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/4', '2025-03-17 09:33:26', '2025-03-17 09:33:26'),
(2313, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/4', '2025-03-17 09:33:34', '2025-03-17 09:33:34'),
(2314, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-17 09:33:35', '2025-03-17 09:33:35'),
(2315, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/4', '2025-03-17 09:33:45', '2025-03-17 09:33:45'),
(2316, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/4', '2025-03-17 09:35:51', '2025-03-17 09:35:51'),
(2317, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/4', '2025-03-17 09:35:57', '2025-03-17 09:35:57'),
(2318, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/4', '2025-03-17 09:36:17', '2025-03-17 09:36:17'),
(2319, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/4', '2025-03-17 09:36:25', '2025-03-17 09:36:25'),
(2320, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-17 09:36:25', '2025-03-17 09:36:25'),
(2321, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/4', '2025-03-17 09:36:33', '2025-03-17 09:36:33'),
(2322, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/4', '2025-03-17 09:36:43', '2025-03-17 09:36:43'),
(2323, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-17 09:36:44', '2025-03-17 09:36:44'),
(2324, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/3', '2025-03-17 09:37:55', '2025-03-17 09:37:55'),
(2325, 1, 'course.delete', '127.0.0.1', 'GET', 'super/admin/course/delete/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/delete/3', '2025-03-17 09:38:00', '2025-03-17 09:38:00'),
(2326, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-17 09:38:01', '2025-03-17 09:38:01'),
(2327, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/1', '2025-03-17 09:38:03', '2025-03-17 09:38:03'),
(2328, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/1', '2025-03-17 09:38:10', '2025-03-17 09:38:10'),
(2329, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-17 09:38:11', '2025-03-17 09:38:11'),
(2330, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/1', '2025-03-17 09:38:20', '2025-03-17 09:38:20'),
(2331, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/1', '2025-03-17 09:38:25', '2025-03-17 09:38:25'),
(2332, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-17 09:38:25', '2025-03-17 09:38:25'),
(2333, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-17 09:41:12', '2025-03-17 09:41:12'),
(2334, 1, 'web.country.city.list', '127.0.0.1', 'GET', 'city/1/country/city/details', NULL, NULL, NULL, 'http://localhost:8000/city/1/country/city/details', '2025-03-17 09:51:01', '2025-03-17 09:51:01'),
(2335, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-17 09:51:05', '2025-03-17 09:51:05'),
(2336, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-17 09:51:15', '2025-03-17 09:51:15'),
(2337, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/1', '2025-03-17 09:51:24', '2025-03-17 09:51:24'),
(2338, 1, 'course.update', '127.0.0.1', 'POST', 'super/admin/course/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/update/1', '2025-03-17 09:51:29', '2025-03-17 09:51:29'),
(2339, 1, 'course.list', '127.0.0.1', 'GET', 'super/admin/course', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course', '2025-03-17 09:51:29', '2025-03-17 09:51:29'),
(2340, 1, 'course.edit', '127.0.0.1', 'GET', 'super/admin/course/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/course/edit/4', '2025-03-17 09:51:36', '2025-03-17 09:51:36'),
(2341, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/1/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/city/courses/details', '2025-03-17 09:51:45', '2025-03-17 09:51:45'),
(2342, 1, 'web.city.course.list', '127.0.0.1', 'GET', 'courses/3/city/courses/details', NULL, NULL, NULL, 'http://localhost:8000/courses/3/city/courses/details', '2025-03-17 09:51:49', '2025-03-17 09:51:49'),
(2343, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 17:44:33', '2025-03-24 17:44:33'),
(2344, NULL, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-03-24 17:44:58', '2025-03-24 17:44:58'),
(2345, NULL, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-03-24 17:45:07', '2025-03-24 17:45:07'),
(2346, NULL, 'web.aboutUs', '127.0.0.1', 'GET', 'about/aboutUs', NULL, NULL, NULL, 'http://localhost:8000/about/aboutUs', '2025-03-24 17:45:12', '2025-03-24 17:45:12'),
(2347, NULL, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-03-24 17:45:16', '2025-03-24 17:45:16'),
(2348, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 17:47:29', '2025-03-24 17:47:29'),
(2349, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 17:48:01', '2025-03-24 17:48:01'),
(2350, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 17:48:12', '2025-03-24 17:48:12'),
(2351, NULL, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 17:48:18', '2025-03-24 17:48:18'),
(2352, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 17:48:38', '2025-03-24 17:48:38'),
(2353, NULL, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 17:48:46', '2025-03-24 17:48:46'),
(2354, NULL, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 17:49:51', '2025-03-24 17:49:51'),
(2355, NULL, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 17:50:24', '2025-03-24 17:50:24'),
(2356, NULL, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 17:50:56', '2025-03-24 17:50:56'),
(2357, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-24 17:53:27', '2025-03-24 17:53:27'),
(2358, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-24 17:53:30', '2025-03-24 17:53:30'),
(2359, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-24 17:53:32', '2025-03-24 17:53:32'),
(2360, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-03-24 17:53:36', '2025-03-24 17:53:36'),
(2361, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:22:05', '2025-03-24 18:22:05'),
(2362, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:22:42', '2025-03-24 18:22:42'),
(2363, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:24:36', '2025-03-24 18:24:36'),
(2364, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:25:04', '2025-03-24 18:25:04'),
(2365, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:33:15', '2025-03-24 18:33:15'),
(2366, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:34:32', '2025-03-24 18:34:32'),
(2367, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:34:37', '2025-03-24 18:34:37'),
(2368, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:34:44', '2025-03-24 18:34:44'),
(2369, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:35:12', '2025-03-24 18:35:12'),
(2370, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:37:08', '2025-03-24 18:37:08'),
(2371, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:37:14', '2025-03-24 18:37:14'),
(2372, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:37:20', '2025-03-24 18:37:20'),
(2373, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:37:24', '2025-03-24 18:37:24'),
(2374, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:37:44', '2025-03-24 18:37:44'),
(2375, 1, 'web.course.view', '127.0.0.1', 'GET', 'courses/1/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/course/details', '2025-03-24 18:37:51', '2025-03-24 18:37:51'),
(2376, 1, 'web.course.view', '127.0.0.1', 'GET', 'courses/1/course/details', NULL, NULL, NULL, 'http://localhost:8000/courses/1/course/details', '2025-03-24 18:38:00', '2025-03-24 18:38:00'),
(2377, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:38:04', '2025-03-24 18:38:04'),
(2378, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:40:43', '2025-03-24 18:40:43'),
(2379, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:40:48', '2025-03-24 18:40:48'),
(2380, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:40:54', '2025-03-24 18:40:54'),
(2381, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:40:57', '2025-03-24 18:40:57'),
(2382, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:41:46', '2025-03-24 18:41:46'),
(2383, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:41:49', '2025-03-24 18:41:49'),
(2384, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:43:28', '2025-03-24 18:43:28'),
(2385, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:44:01', '2025-03-24 18:44:01'),
(2386, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:44:18', '2025-03-24 18:44:18'),
(2387, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:44:23', '2025-03-24 18:44:23'),
(2388, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:44:52', '2025-03-24 18:44:52'),
(2389, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:44:59', '2025-03-24 18:44:59'),
(2390, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:45:09', '2025-03-24 18:45:09'),
(2391, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-24 18:45:13', '2025-03-24 18:45:13'),
(2392, 1, 'web.courses', '127.0.0.1', 'GET', 'courses/courses', NULL, NULL, NULL, 'http://localhost:8000/courses/courses', '2025-03-24 18:45:25', '2025-03-24 18:45:25'),
(2393, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-26 10:06:39', '2025-03-26 10:06:39'),
(2394, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-26 10:06:42', '2025-03-26 10:06:42'),
(2395, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-26 10:06:43', '2025-03-26 10:06:43'),
(2396, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 10:07:02', '2025-03-26 10:07:02'),
(2397, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-26 10:31:20', '2025-03-26 10:31:20'),
(2398, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 10:33:14', '2025-03-26 10:33:14'),
(2399, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 10:33:30', '2025-03-26 10:33:30'),
(2400, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 10:33:54', '2025-03-26 10:33:54'),
(2401, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 10:34:59', '2025-03-26 10:34:59'),
(2402, 1, 'event.create', '127.0.0.1', 'GET', 'super/admin/event/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/create', '2025-03-26 11:09:33', '2025-03-26 11:09:33'),
(2403, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 11:09:52', '2025-03-26 11:09:52'),
(2404, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-03-26 11:09:53', '2025-03-26 11:09:53'),
(2405, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-26 11:16:44', '2025-03-26 11:16:44'),
(2406, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-26 11:20:23', '2025-03-26 11:20:23'),
(2407, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-26 11:20:24', '2025-03-26 11:20:24'),
(2408, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 11:20:30', '2025-03-26 11:20:30'),
(2409, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-03-26 11:20:32', '2025-03-26 11:20:32'),
(2410, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-03-26 11:22:16', '2025-03-26 11:22:16'),
(2411, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-03-26 11:23:46', '2025-03-26 11:23:46'),
(2412, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-03-26 11:24:20', '2025-03-26 11:24:20'),
(2413, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-03-26 11:32:14', '2025-03-26 11:32:14'),
(2414, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-03-26 11:32:37', '2025-03-26 11:32:37'),
(2415, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-03-26 11:33:01', '2025-03-26 11:33:01'),
(2416, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-03-26 11:33:40', '2025-03-26 11:33:40'),
(2417, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-03-26 11:36:39', '2025-03-26 11:36:39'),
(2418, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-03-26 11:38:10', '2025-03-26 11:38:10'),
(2419, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-03-26 11:38:53', '2025-03-26 11:38:53'),
(2420, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-26 11:39:06', '2025-03-26 11:39:06'),
(2421, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/3', '2025-03-26 11:39:08', '2025-03-26 11:39:08'),
(2422, 1, 'event.update', '127.0.0.1', 'POST', 'super/admin/event/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update/3', '2025-03-26 11:39:12', '2025-03-26 11:39:12'),
(2423, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-26 11:39:12', '2025-03-26 11:39:12'),
(2424, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 11:39:17', '2025-03-26 11:39:17'),
(2425, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-03-26 11:39:19', '2025-03-26 11:39:19'),
(2426, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-03-26 11:39:53', '2025-03-26 11:39:53'),
(2427, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-03-26 11:40:32', '2025-03-26 11:40:32'),
(2428, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 11:40:32', '2025-03-26 11:40:32'),
(2429, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 11:41:52', '2025-03-26 11:41:52'),
(2430, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 11:41:55', '2025-03-26 11:41:55'),
(2431, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/1', '2025-03-26 11:41:57', '2025-03-26 11:41:57'),
(2432, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 11:43:41', '2025-03-26 11:43:41'),
(2433, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-26 16:45:36', '2025-03-26 16:45:36'),
(2434, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-26 16:45:46', '2025-03-26 16:45:46'),
(2435, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-26 16:45:50', '2025-03-26 16:45:50'),
(2436, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 16:45:57', '2025-03-26 16:45:57'),
(2437, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-03-26 16:46:02', '2025-03-26 16:46:02'),
(2438, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-03-26 16:47:50', '2025-03-26 16:47:50'),
(2439, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 16:47:51', '2025-03-26 16:47:51'),
(2440, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-03-26 16:47:58', '2025-03-26 16:47:58'),
(2441, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-03-26 16:48:13', '2025-03-26 16:48:13'),
(2442, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 16:48:13', '2025-03-26 16:48:13'),
(2443, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-03-26 16:48:27', '2025-03-26 16:48:27'),
(2444, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-03-26 16:48:38', '2025-03-26 16:48:38'),
(2445, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 16:48:39', '2025-03-26 16:48:39'),
(2446, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 17:14:05', '2025-03-26 17:14:05'),
(2447, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 17:18:23', '2025-03-26 17:18:23'),
(2448, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/3', '2025-03-26 17:18:26', '2025-03-26 17:18:26'),
(2449, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/3', '2025-03-26 17:18:48', '2025-03-26 17:18:48'),
(2450, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/1', '2025-03-26 17:18:57', '2025-03-26 17:18:57'),
(2451, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 17:19:28', '2025-03-26 17:19:28'),
(2452, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/3', '2025-03-26 17:19:31', '2025-03-26 17:19:31'),
(2453, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/3', '2025-03-26 17:19:54', '2025-03-26 17:19:54'),
(2454, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/3', '2025-03-26 17:20:07', '2025-03-26 17:20:07'),
(2455, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/3', '2025-03-26 17:20:14', '2025-03-26 17:20:14'),
(2456, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/3', '2025-03-26 17:20:40', '2025-03-26 17:20:40'),
(2457, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/3', '2025-03-26 17:20:44', '2025-03-26 17:20:44'),
(2458, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 17:20:44', '2025-03-26 17:20:44'),
(2459, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/3', '2025-03-26 17:20:56', '2025-03-26 17:20:56'),
(2460, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/3', '2025-03-26 17:21:02', '2025-03-26 17:21:02'),
(2461, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 17:21:03', '2025-03-26 17:21:03'),
(2462, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/3', '2025-03-26 17:21:07', '2025-03-26 17:21:07'),
(2463, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/3', '2025-03-26 17:21:11', '2025-03-26 17:21:11'),
(2464, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 17:21:12', '2025-03-26 17:21:12'),
(2465, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/3', '2025-03-26 17:21:14', '2025-03-26 17:21:14'),
(2466, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/3', '2025-03-26 17:21:20', '2025-03-26 17:21:20'),
(2467, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 17:21:20', '2025-03-26 17:21:20'),
(2468, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/4', '2025-03-26 17:21:52', '2025-03-26 17:21:52'),
(2469, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/4', '2025-03-26 17:21:57', '2025-03-26 17:21:57');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(2470, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 17:21:57', '2025-03-26 17:21:57'),
(2471, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/4', '2025-03-26 17:22:01', '2025-03-26 17:22:01'),
(2472, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/4', '2025-03-26 17:22:08', '2025-03-26 17:22:08'),
(2473, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-03-26 17:22:08', '2025-03-26 17:22:08'),
(2474, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:37:30', '2025-03-26 17:37:30'),
(2475, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:38:21', '2025-03-26 17:38:21'),
(2476, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:38:47', '2025-03-26 17:38:47'),
(2477, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:39:38', '2025-03-26 17:39:38'),
(2478, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:39:52', '2025-03-26 17:39:52'),
(2479, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:43:27', '2025-03-26 17:43:27'),
(2480, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:44:24', '2025-03-26 17:44:24'),
(2481, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:45:17', '2025-03-26 17:45:17'),
(2482, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:45:39', '2025-03-26 17:45:39'),
(2483, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:45:42', '2025-03-26 17:45:42'),
(2484, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:46:09', '2025-03-26 17:46:09'),
(2485, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:46:21', '2025-03-26 17:46:21'),
(2486, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:46:42', '2025-03-26 17:46:42'),
(2487, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:47:00', '2025-03-26 17:47:00'),
(2488, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 17:47:36', '2025-03-26 17:47:36'),
(2489, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 18:02:55', '2025-03-26 18:02:55'),
(2490, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 18:04:09', '2025-03-26 18:04:09'),
(2491, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:04:24', '2025-03-26 18:04:24'),
(2492, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:05:07', '2025-03-26 18:05:07'),
(2493, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:07:16', '2025-03-26 18:07:16'),
(2494, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:07:49', '2025-03-26 18:07:49'),
(2495, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:08:34', '2025-03-26 18:08:34'),
(2496, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:09:29', '2025-03-26 18:09:29'),
(2497, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:09:59', '2025-03-26 18:09:59'),
(2498, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:12:01', '2025-03-26 18:12:01'),
(2499, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:12:23', '2025-03-26 18:12:23'),
(2500, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:12:31', '2025-03-26 18:12:31'),
(2501, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 18:12:47', '2025-03-26 18:12:47'),
(2502, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:12:59', '2025-03-26 18:12:59'),
(2503, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:14:04', '2025-03-26 18:14:04'),
(2504, 1, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-03-26 18:19:29', '2025-03-26 18:19:29'),
(2505, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:19:34', '2025-03-26 18:19:34'),
(2506, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:19:45', '2025-03-26 18:19:45'),
(2507, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:27:52', '2025-03-26 18:27:52'),
(2508, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:28:04', '2025-03-26 18:28:04'),
(2509, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:29:27', '2025-03-26 18:29:27'),
(2510, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:30:14', '2025-03-26 18:30:14'),
(2511, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:30:51', '2025-03-26 18:30:51'),
(2512, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:31:46', '2025-03-26 18:31:46'),
(2513, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:32:24', '2025-03-26 18:32:24'),
(2514, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:34:07', '2025-03-26 18:34:07'),
(2515, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:35:04', '2025-03-26 18:35:04'),
(2516, 1, 'web.blogs.details', '127.0.0.1', 'GET', 'bloges/3/bloges/details', NULL, NULL, NULL, 'http://localhost:8000/bloges/3/bloges/details', '2025-03-26 18:35:23', '2025-03-26 18:35:23'),
(2517, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-03-26 18:35:31', '2025-03-26 18:35:31'),
(2518, NULL, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 09:05:12', '2025-03-27 09:05:12'),
(2519, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 09:05:12', '2025-03-27 09:05:12'),
(2520, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 09:05:15', '2025-03-27 09:05:15'),
(2521, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 09:05:15', '2025-03-27 09:05:15'),
(2522, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 09:06:11', '2025-03-27 09:06:11'),
(2523, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 09:06:14', '2025-03-27 09:06:14'),
(2524, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 09:06:14', '2025-03-27 09:06:14'),
(2525, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 09:06:20', '2025-03-27 09:06:20'),
(2526, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 09:06:21', '2025-03-27 09:06:21'),
(2527, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 09:06:44', '2025-03-27 09:06:44'),
(2528, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 09:06:46', '2025-03-27 09:06:46'),
(2529, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 09:06:50', '2025-03-27 09:06:50'),
(2530, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 09:06:51', '2025-03-27 09:06:51'),
(2531, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 09:08:57', '2025-03-27 09:08:57'),
(2532, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 09:25:39', '2025-03-27 09:25:39'),
(2533, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/3', '2025-03-27 09:25:43', '2025-03-27 09:25:43'),
(2534, 1, 'event.update', '127.0.0.1', 'POST', 'super/admin/event/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update/3', '2025-03-27 09:27:19', '2025-03-27 09:27:19'),
(2535, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 09:27:19', '2025-03-27 09:27:19'),
(2536, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/3', '2025-03-27 09:27:24', '2025-03-27 09:27:24'),
(2537, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/3', '2025-03-27 09:33:01', '2025-03-27 09:33:01'),
(2538, 1, 'event.update', '127.0.0.1', 'POST', 'super/admin/event/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update/3', '2025-03-27 09:33:15', '2025-03-27 09:33:15'),
(2539, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 09:33:15', '2025-03-27 09:33:15'),
(2540, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/2', '2025-03-27 09:33:30', '2025-03-27 09:33:30'),
(2541, 1, 'event.update', '127.0.0.1', 'POST', 'super/admin/event/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update/2', '2025-03-27 09:34:18', '2025-03-27 09:34:18'),
(2542, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 09:34:18', '2025-03-27 09:34:18'),
(2543, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/1', '2025-03-27 09:34:27', '2025-03-27 09:34:27'),
(2544, 1, 'event.update', '127.0.0.1', 'POST', 'super/admin/event/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update/1', '2025-03-27 09:34:59', '2025-03-27 09:34:59'),
(2545, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 09:34:59', '2025-03-27 09:34:59'),
(2546, 1, 'event.create', '127.0.0.1', 'GET', 'super/admin/event/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/create', '2025-03-27 09:35:02', '2025-03-27 09:35:02'),
(2547, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 09:35:10', '2025-03-27 09:35:10'),
(2548, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 09:35:25', '2025-03-27 09:35:25'),
(2549, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 09:40:17', '2025-03-27 09:40:17'),
(2550, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 09:53:18', '2025-03-27 09:53:18'),
(2551, NULL, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 12:39:33', '2025-03-27 12:39:33'),
(2552, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 12:39:33', '2025-03-27 12:39:33'),
(2553, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 12:39:36', '2025-03-27 12:39:36'),
(2554, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 12:39:36', '2025-03-27 12:39:36'),
(2555, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 12:40:51', '2025-03-27 12:40:51'),
(2556, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 12:40:54', '2025-03-27 12:40:54'),
(2557, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-27 12:40:58', '2025-03-27 12:40:58'),
(2558, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-27 12:41:45', '2025-03-27 12:41:45'),
(2559, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 12:41:48', '2025-03-27 12:41:48'),
(2560, 1, 'event.edit', '127.0.0.1', 'GET', 'super/admin/event/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/edit/3', '2025-03-27 12:41:59', '2025-03-27 12:41:59'),
(2561, 1, 'event.create', '127.0.0.1', 'GET', 'super/admin/event/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/create', '2025-03-27 12:42:07', '2025-03-27 12:42:07'),
(2562, 1, 'event.create', '127.0.0.1', 'GET', 'super/admin/event/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/create', '2025-03-27 12:42:12', '2025-03-27 12:42:12'),
(2563, 1, 'event.create', '127.0.0.1', 'GET', 'super/admin/event/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/create', '2025-03-27 12:45:02', '2025-03-27 12:45:02'),
(2564, 1, 'event.create', '127.0.0.1', 'GET', 'super/admin/event/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/create', '2025-03-27 12:45:08', '2025-03-27 12:45:08'),
(2565, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 17:37:05', '2025-03-27 17:37:05'),
(2566, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 17:37:11', '2025-03-27 17:37:11'),
(2567, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 17:37:12', '2025-03-27 17:37:12'),
(2568, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:37:54', '2025-03-27 17:37:54'),
(2569, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:38:02', '2025-03-27 17:38:02'),
(2570, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:38:03', '2025-03-27 17:38:03'),
(2571, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:38:06', '2025-03-27 17:38:06'),
(2572, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:38:22', '2025-03-27 17:38:22'),
(2573, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:38:28', '2025-03-27 17:38:28'),
(2574, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:39:58', '2025-03-27 17:39:58'),
(2575, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:41:02', '2025-03-27 17:41:02'),
(2576, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:41:07', '2025-03-27 17:41:07'),
(2577, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:41:09', '2025-03-27 17:41:09'),
(2578, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:41:12', '2025-03-27 17:41:12'),
(2579, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:42:23', '2025-03-27 17:42:23'),
(2580, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:42:27', '2025-03-27 17:42:27'),
(2581, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:42:28', '2025-03-27 17:42:28'),
(2582, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:42:32', '2025-03-27 17:42:32'),
(2583, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:42:33', '2025-03-27 17:42:33'),
(2584, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:42:34', '2025-03-27 17:42:34'),
(2585, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:42:35', '2025-03-27 17:42:35'),
(2586, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:43:15', '2025-03-27 17:43:15'),
(2587, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:48:35', '2025-03-27 17:48:35'),
(2588, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:48:43', '2025-03-27 17:48:43'),
(2589, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:48:48', '2025-03-27 17:48:48'),
(2590, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:49:28', '2025-03-27 17:49:28'),
(2591, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:50:15', '2025-03-27 17:50:15'),
(2592, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:50:44', '2025-03-27 17:50:44'),
(2593, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:51:02', '2025-03-27 17:51:02'),
(2594, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-27 17:51:40', '2025-03-27 17:51:40'),
(2595, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-27 17:52:35', '2025-03-27 17:52:35'),
(2596, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-27 17:52:43', '2025-03-27 17:52:43'),
(2597, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-27 17:53:06', '2025-03-27 17:53:06'),
(2598, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 17:53:11', '2025-03-27 17:53:11'),
(2599, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:53:16', '2025-03-27 17:53:16'),
(2600, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:53:20', '2025-03-27 17:53:20'),
(2601, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 17:53:22', '2025-03-27 17:53:22'),
(2602, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:53:25', '2025-03-27 17:53:25'),
(2603, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:53:28', '2025-03-27 17:53:28'),
(2604, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:03', '2025-03-27 17:54:03'),
(2605, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:03', '2025-03-27 17:54:03'),
(2606, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:06', '2025-03-27 17:54:06'),
(2607, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:08', '2025-03-27 17:54:08'),
(2608, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:10', '2025-03-27 17:54:10'),
(2609, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:10', '2025-03-27 17:54:10'),
(2610, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:12', '2025-03-27 17:54:12'),
(2611, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:13', '2025-03-27 17:54:13'),
(2612, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:16', '2025-03-27 17:54:16'),
(2613, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:16', '2025-03-27 17:54:16'),
(2614, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:20', '2025-03-27 17:54:20'),
(2615, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:22', '2025-03-27 17:54:22'),
(2616, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:23', '2025-03-27 17:54:23'),
(2617, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 17:54:24', '2025-03-27 17:54:24'),
(2618, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:54:34', '2025-03-27 17:54:34'),
(2619, 1, 'auth.logout', '127.0.0.1', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'http://localhost:8000/super/admin/auth/logout', '2025-03-27 17:54:39', '2025-03-27 17:54:39'),
(2620, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 17:54:40', '2025-03-27 17:54:40'),
(2621, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 17:55:11', '2025-03-27 17:55:11'),
(2622, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 17:55:49', '2025-03-27 17:55:49'),
(2623, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 17:55:50', '2025-03-27 17:55:50'),
(2624, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 17:55:58', '2025-03-27 17:55:58'),
(2625, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 18:02:44', '2025-03-27 18:02:44'),
(2626, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 18:04:13', '2025-03-27 18:04:13'),
(2627, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-27 18:04:17', '2025-03-27 18:04:17'),
(2628, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 18:04:19', '2025-03-27 18:04:19'),
(2629, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 18:04:21', '2025-03-27 18:04:21'),
(2630, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 18:05:00', '2025-03-27 18:05:00'),
(2631, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 18:05:09', '2025-03-27 18:05:09'),
(2632, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-27 18:05:11', '2025-03-27 18:05:11'),
(2633, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 18:05:13', '2025-03-27 18:05:13'),
(2634, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 18:05:54', '2025-03-27 18:05:54'),
(2635, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 18:07:00', '2025-03-27 18:07:00'),
(2636, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 18:07:50', '2025-03-27 18:07:50'),
(2637, 1, 'auth.logout', '127.0.0.1', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'http://localhost:8000/super/admin/auth/logout', '2025-03-27 18:07:52', '2025-03-27 18:07:52'),
(2638, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 18:07:53', '2025-03-27 18:07:53'),
(2639, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-03-27 18:07:55', '2025-03-27 18:07:55'),
(2640, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-03-27 18:07:55', '2025-03-27 18:07:55'),
(2641, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-03-27 18:08:31', '2025-03-27 18:08:31'),
(2642, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-03-27 18:08:35', '2025-03-27 18:08:35'),
(2643, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 18:08:39', '2025-03-27 18:08:39'),
(2644, 1, 'event.update_status', '127.0.0.1', 'POST', 'super/admin/event/update_status', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/update_status', '2025-03-27 18:08:40', '2025-03-27 18:08:40'),
(2645, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-05 04:47:08', '2025-04-05 04:47:08'),
(2646, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-05 04:47:14', '2025-04-05 04:47:14'),
(2647, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-05 04:47:16', '2025-04-05 04:47:16'),
(2648, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-04-05 05:51:11', '2025-04-05 05:51:11'),
(2649, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-04-05 06:14:53', '2025-04-05 06:14:53'),
(2650, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-04-05 06:15:18', '2025-04-05 06:15:18'),
(2651, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:20:24', '2025-04-05 06:20:24'),
(2652, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:22:25', '2025-04-05 06:22:25'),
(2653, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:33:58', '2025-04-05 06:33:58'),
(2654, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:34:26', '2025-04-05 06:34:26'),
(2655, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:34:27', '2025-04-05 06:34:27'),
(2656, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:41:20', '2025-04-05 06:41:20'),
(2657, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:41:56', '2025-04-05 06:41:56'),
(2658, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:42:13', '2025-04-05 06:42:13'),
(2659, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:55:20', '2025-04-05 06:55:20'),
(2660, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:55:30', '2025-04-05 06:55:30'),
(2661, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:55:52', '2025-04-05 06:55:52'),
(2662, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 06:58:37', '2025-04-05 06:58:37'),
(2663, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:00:37', '2025-04-05 07:00:37'),
(2664, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:01:32', '2025-04-05 07:01:32'),
(2665, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:01:59', '2025-04-05 07:01:59'),
(2666, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:09:12', '2025-04-05 07:09:12'),
(2667, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:09:25', '2025-04-05 07:09:25'),
(2668, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:09:25', '2025-04-05 07:09:25'),
(2669, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:11:14', '2025-04-05 07:11:14'),
(2670, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:11:14', '2025-04-05 07:11:14'),
(2671, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:11:27', '2025-04-05 07:11:27'),
(2672, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:11:44', '2025-04-05 07:11:44'),
(2673, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:11:51', '2025-04-05 07:11:51'),
(2674, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:13:49', '2025-04-05 07:13:49'),
(2675, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:13:55', '2025-04-05 07:13:55'),
(2676, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:14:07', '2025-04-05 07:14:07'),
(2677, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:15:31', '2025-04-05 07:15:31'),
(2678, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:15:50', '2025-04-05 07:15:50'),
(2679, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:16:01', '2025-04-05 07:16:01'),
(2680, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:16:48', '2025-04-05 07:16:48'),
(2681, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:16:58', '2025-04-05 07:16:58'),
(2682, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:16:59', '2025-04-05 07:16:59'),
(2683, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:17:19', '2025-04-05 07:17:19'),
(2684, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:17:20', '2025-04-05 07:17:20'),
(2685, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:17:52', '2025-04-05 07:17:52'),
(2686, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:17:52', '2025-04-05 07:17:52'),
(2687, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:18:14', '2025-04-05 07:18:14'),
(2688, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:18:15', '2025-04-05 07:18:15'),
(2689, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:18:34', '2025-04-05 07:18:34'),
(2690, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:18:34', '2025-04-05 07:18:34'),
(2691, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:18:39', '2025-04-05 07:18:39'),
(2692, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:18:50', '2025-04-05 07:18:50'),
(2693, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:18:50', '2025-04-05 07:18:50'),
(2694, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:21:12', '2025-04-05 07:21:12'),
(2695, 1, 'property.types.status', '127.0.0.1', 'POST', 'super/admin/property/types/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/staus', '2025-04-05 07:21:15', '2025-04-05 07:21:15'),
(2696, 1, 'property.types.status', '127.0.0.1', 'POST', 'super/admin/property/types/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/staus', '2025-04-05 07:21:19', '2025-04-05 07:21:19'),
(2697, 1, 'property.types.status', '127.0.0.1', 'POST', 'super/admin/property/types/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/staus', '2025-04-05 07:21:33', '2025-04-05 07:21:33'),
(2698, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:24:09', '2025-04-05 07:24:09'),
(2699, 1, 'property.types.status', '127.0.0.1', 'POST', 'super/admin/property/types/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/staus', '2025-04-05 07:24:11', '2025-04-05 07:24:11'),
(2700, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:24:13', '2025-04-05 07:24:13'),
(2701, 1, 'property.types.status', '127.0.0.1', 'POST', 'super/admin/property/types/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/staus', '2025-04-05 07:24:15', '2025-04-05 07:24:15'),
(2702, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:26:54', '2025-04-05 07:26:54'),
(2703, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:28:10', '2025-04-05 07:28:10'),
(2704, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:28:15', '2025-04-05 07:28:15'),
(2705, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:42:13', '2025-04-05 07:42:13'),
(2706, 1, 'property.types.update', '127.0.0.1', 'POST', 'super/admin/property/types/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/5', '2025-04-05 07:42:23', '2025-04-05 07:42:23'),
(2707, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:42:23', '2025-04-05 07:42:23'),
(2708, 1, 'property.types.update', '127.0.0.1', 'POST', 'super/admin/property/types/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/5', '2025-04-05 07:42:34', '2025-04-05 07:42:34'),
(2709, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:42:34', '2025-04-05 07:42:34'),
(2710, 1, 'property.types.update', '127.0.0.1', 'POST', 'super/admin/property/types/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/1', '2025-04-05 07:42:40', '2025-04-05 07:42:40'),
(2711, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:42:40', '2025-04-05 07:42:40'),
(2712, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:43:35', '2025-04-05 07:43:35'),
(2713, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:43:58', '2025-04-05 07:43:58'),
(2714, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:46:14', '2025-04-05 07:46:14'),
(2715, 1, 'event.delete', '127.0.0.1', 'GET', 'super/admin/event/delete/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event/delete/7', '2025-04-05 07:46:22', '2025-04-05 07:46:22'),
(2716, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-04-05 07:46:22', '2025-04-05 07:46:22'),
(2717, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:47:19', '2025-04-05 07:47:19'),
(2718, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:47:38', '2025-04-05 07:47:38'),
(2719, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:48:34', '2025-04-05 07:48:34'),
(2720, 1, 'property.types.delete', '127.0.0.1', 'GET', 'super/admin/property/types/delete/7', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/delete/7', '2025-04-05 07:48:39', '2025-04-05 07:48:39'),
(2721, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:48:39', '2025-04-05 07:48:39'),
(2722, 1, 'property.types.store', '127.0.0.1', 'POST', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:49:55', '2025-04-05 07:49:55'),
(2723, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:49:55', '2025-04-05 07:49:55'),
(2724, 1, 'property.types.status', '127.0.0.1', 'POST', 'super/admin/property/types/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/staus', '2025-04-05 07:56:48', '2025-04-05 07:56:48'),
(2725, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:56:49', '2025-04-05 07:56:49'),
(2726, 1, 'property.types.status', '127.0.0.1', 'POST', 'super/admin/property/types/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/staus', '2025-04-05 07:56:50', '2025-04-05 07:56:50'),
(2727, 1, 'property.types.status', '127.0.0.1', 'POST', 'super/admin/property/types/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/staus', '2025-04-05 07:56:53', '2025-04-05 07:56:53'),
(2728, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:57:39', '2025-04-05 07:57:39'),
(2729, 1, 'property.types.status', '127.0.0.1', 'POST', 'super/admin/property/features/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features/staus', '2025-04-05 07:57:41', '2025-04-05 07:57:41'),
(2730, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 07:57:42', '2025-04-05 07:57:42'),
(2731, 1, 'property.types.status', '127.0.0.1', 'POST', 'super/admin/property/features/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features/staus', '2025-04-05 07:57:45', '2025-04-05 07:57:45'),
(2732, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 08:02:59', '2025-04-05 08:02:59'),
(2733, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:03:02', '2025-04-05 08:03:02'),
(2734, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:03:14', '2025-04-05 08:03:14'),
(2735, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:03:15', '2025-04-05 08:03:15'),
(2736, 1, 'property.features.status', '127.0.0.1', 'POST', 'super/admin/property/features/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features/staus', '2025-04-05 08:03:18', '2025-04-05 08:03:18'),
(2737, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:03:18', '2025-04-05 08:03:18'),
(2738, 1, 'property.features.status', '127.0.0.1', 'POST', 'super/admin/property/features/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features/staus', '2025-04-05 08:03:21', '2025-04-05 08:03:21'),
(2739, 1, 'property.types.update', '127.0.0.1', 'POST', 'super/admin/property/types/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/1', '2025-04-05 08:03:23', '2025-04-05 08:03:23'),
(2740, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 08:03:24', '2025-04-05 08:03:24'),
(2741, 1, 'property.types.update', '127.0.0.1', 'POST', 'super/admin/property/types/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/1', '2025-04-05 08:04:39', '2025-04-05 08:04:39'),
(2742, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 08:04:39', '2025-04-05 08:04:39');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(2743, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:04:44', '2025-04-05 08:04:44'),
(2744, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:04:48', '2025-04-05 08:04:48'),
(2745, 1, 'property.features.update', '127.0.0.1', 'POST', 'super/admin/property/features/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features/1', '2025-04-05 08:04:51', '2025-04-05 08:04:51'),
(2746, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:04:51', '2025-04-05 08:04:51'),
(2747, 1, 'property.types.delete', '127.0.0.1', 'GET', 'super/admin/property/types/delete/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/delete/1', '2025-04-05 08:04:58', '2025-04-05 08:04:58'),
(2748, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 08:04:58', '2025-04-05 08:04:58'),
(2749, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:05:19', '2025-04-05 08:05:19'),
(2750, 1, 'property.features.delete', '127.0.0.1', 'GET', 'super/admin/property/features/delete/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features/delete/1', '2025-04-05 08:05:22', '2025-04-05 08:05:22'),
(2751, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:05:22', '2025-04-05 08:05:22'),
(2752, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:05:30', '2025-04-05 08:05:30'),
(2753, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:05:30', '2025-04-05 08:05:30'),
(2754, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:05:40', '2025-04-05 08:05:40'),
(2755, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:05:40', '2025-04-05 08:05:40'),
(2756, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:05:47', '2025-04-05 08:05:47'),
(2757, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:05:47', '2025-04-05 08:05:47'),
(2758, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:05:59', '2025-04-05 08:05:59'),
(2759, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:05:59', '2025-04-05 08:05:59'),
(2760, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:08', '2025-04-05 08:06:08'),
(2761, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:08', '2025-04-05 08:06:08'),
(2762, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:13', '2025-04-05 08:06:13'),
(2763, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:13', '2025-04-05 08:06:13'),
(2764, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:19', '2025-04-05 08:06:19'),
(2765, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:19', '2025-04-05 08:06:19'),
(2766, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:25', '2025-04-05 08:06:25'),
(2767, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:25', '2025-04-05 08:06:25'),
(2768, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:30', '2025-04-05 08:06:30'),
(2769, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:30', '2025-04-05 08:06:30'),
(2770, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:35', '2025-04-05 08:06:35'),
(2771, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:35', '2025-04-05 08:06:35'),
(2772, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:42', '2025-04-05 08:06:42'),
(2773, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:42', '2025-04-05 08:06:42'),
(2774, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:47', '2025-04-05 08:06:47'),
(2775, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:47', '2025-04-05 08:06:47'),
(2776, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:54', '2025-04-05 08:06:54'),
(2777, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:06:54', '2025-04-05 08:06:54'),
(2778, 1, 'property.features.store', '127.0.0.1', 'POST', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:07:00', '2025-04-05 08:07:00'),
(2779, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:07:00', '2025-04-05 08:07:00'),
(2780, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:07:46', '2025-04-05 08:07:46'),
(2781, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:07:56', '2025-04-05 08:07:56'),
(2782, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:08:25', '2025-04-05 08:08:25'),
(2783, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 08:08:31', '2025-04-05 08:08:31'),
(2784, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 08:08:39', '2025-04-05 08:08:39'),
(2785, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 08:09:12', '2025-04-05 08:09:12'),
(2786, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:09:15', '2025-04-05 08:09:15'),
(2787, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:13:44', '2025-04-05 08:13:44'),
(2788, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:14:11', '2025-04-05 08:14:11'),
(2789, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:14:13', '2025-04-05 08:14:13'),
(2790, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:14:15', '2025-04-05 08:14:15'),
(2791, 1, 'features.list', '127.0.0.1', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features', '2025-04-05 08:14:35', '2025-04-05 08:14:35'),
(2792, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 08:14:39', '2025-04-05 08:14:39'),
(2793, NULL, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 12:35:36', '2025-04-05 12:35:36'),
(2794, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-05 12:35:36', '2025-04-05 12:35:36'),
(2795, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-05 12:35:39', '2025-04-05 12:35:39'),
(2796, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-05 12:35:39', '2025-04-05 12:35:39'),
(2797, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 12:35:43', '2025-04-05 12:35:43'),
(2798, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 12:53:59', '2025-04-05 12:53:59'),
(2799, 1, 'property.add', '127.0.0.1', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/add', '2025-04-05 12:54:03', '2025-04-05 12:54:03'),
(2800, 1, 'property.add', '127.0.0.1', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/add', '2025-04-05 12:54:29', '2025-04-05 12:54:29'),
(2801, 1, 'property.add', '127.0.0.1', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/add', '2025-04-05 13:38:59', '2025-04-05 13:38:59'),
(2802, 1, 'property.add', '127.0.0.1', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/add', '2025-04-05 13:39:38', '2025-04-05 13:39:38'),
(2803, 1, 'property.add', '127.0.0.1', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/add', '2025-04-05 13:40:12', '2025-04-05 13:40:12'),
(2804, 1, 'property.add', '127.0.0.1', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/add', '2025-04-05 13:42:11', '2025-04-05 13:42:11'),
(2805, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 13:50:35', '2025-04-05 13:50:35'),
(2806, 1, 'property.add', '127.0.0.1', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/add', '2025-04-05 13:50:38', '2025-04-05 13:50:38'),
(2807, 1, 'property.store', '127.0.0.1', 'POST', 'super/admin/properties/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/store', '2025-04-05 13:53:49', '2025-04-05 13:53:49'),
(2808, 1, 'property.add', '127.0.0.1', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/add', '2025-04-05 13:53:49', '2025-04-05 13:53:49'),
(2809, 1, 'property.add', '127.0.0.1', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/add', '2025-04-05 13:58:32', '2025-04-05 13:58:32'),
(2810, 1, 'property.store', '127.0.0.1', 'POST', 'super/admin/properties/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/store', '2025-04-05 14:00:11', '2025-04-05 14:00:11'),
(2811, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-05 14:00:11', '2025-04-05 14:00:11'),
(2812, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:01:02', '2025-04-05 14:01:02'),
(2813, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:01:04', '2025-04-05 14:01:04'),
(2814, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:01:47', '2025-04-05 14:01:47'),
(2815, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:02:54', '2025-04-05 14:02:54'),
(2816, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:03:06', '2025-04-05 14:03:06'),
(2817, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:03:54', '2025-04-05 14:03:54'),
(2818, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:05:00', '2025-04-05 14:05:00'),
(2819, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:09:08', '2025-04-05 14:09:08'),
(2820, 1, 'property.status.update', '127.0.0.1', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/status/update', '2025-04-05 14:09:11', '2025-04-05 14:09:11'),
(2821, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:09:14', '2025-04-05 14:09:14'),
(2822, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:21:23', '2025-04-05 14:21:23'),
(2823, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:22:07', '2025-04-05 14:22:07'),
(2824, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 14:22:09', '2025-04-05 14:22:09'),
(2825, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:23:16', '2025-04-05 14:23:16'),
(2826, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 14:23:18', '2025-04-05 14:23:18'),
(2827, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:24:50', '2025-04-05 14:24:50'),
(2828, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 14:24:52', '2025-04-05 14:24:52'),
(2829, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 14:27:11', '2025-04-05 14:27:11'),
(2830, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 14:31:23', '2025-04-05 14:31:23'),
(2831, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 14:31:45', '2025-04-05 14:31:45'),
(2832, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 14:32:01', '2025-04-05 14:32:01'),
(2833, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 14:32:24', '2025-04-05 14:32:24'),
(2834, 1, 'property.update', '127.0.0.1', 'GET', 'super/admin/properties/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/1', '2025-04-05 14:32:26', '2025-04-05 14:32:26'),
(2835, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:32:26', '2025-04-05 14:32:26'),
(2836, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 14:32:30', '2025-04-05 14:32:30'),
(2837, 1, 'property.update', '127.0.0.1', 'GET', 'super/admin/properties/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/1', '2025-04-05 14:32:36', '2025-04-05 14:32:36'),
(2838, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:32:37', '2025-04-05 14:32:37'),
(2839, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 14:32:39', '2025-04-05 14:32:39'),
(2840, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:42:38', '2025-04-05 14:42:38'),
(2841, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:42:56', '2025-04-05 14:42:56'),
(2842, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:50:27', '2025-04-05 14:50:27'),
(2843, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:50:41', '2025-04-05 14:50:41'),
(2844, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:51:09', '2025-04-05 14:51:09'),
(2845, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:51:35', '2025-04-05 14:51:35'),
(2846, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:51:53', '2025-04-05 14:51:53'),
(2847, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:52:28', '2025-04-05 14:52:28'),
(2848, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:52:48', '2025-04-05 14:52:48'),
(2849, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:53:08', '2025-04-05 14:53:08'),
(2850, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:53:32', '2025-04-05 14:53:32'),
(2851, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:54:01', '2025-04-05 14:54:01'),
(2852, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:55:08', '2025-04-05 14:55:08'),
(2853, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:55:32', '2025-04-05 14:55:32'),
(2854, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:56:14', '2025-04-05 14:56:14'),
(2855, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:57:09', '2025-04-05 14:57:09'),
(2856, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:58:31', '2025-04-05 14:58:31'),
(2857, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:59:30', '2025-04-05 14:59:30'),
(2858, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 14:59:50', '2025-04-05 14:59:50'),
(2859, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 15:01:41', '2025-04-05 15:01:41'),
(2860, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 15:02:32', '2025-04-05 15:02:32'),
(2861, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 15:04:02', '2025-04-05 15:04:02'),
(2862, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 15:04:09', '2025-04-05 15:04:09'),
(2863, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 15:08:18', '2025-04-05 15:08:18'),
(2864, 1, 'property.update.img', '127.0.0.1', 'POST', 'super/admin/properties/update/image/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/image/1', '2025-04-05 15:08:24', '2025-04-05 15:08:24'),
(2865, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 15:08:24', '2025-04-05 15:08:24'),
(2866, 1, 'property.update.img', '127.0.0.1', 'POST', 'super/admin/properties/update/image/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/image/1', '2025-04-05 15:08:32', '2025-04-05 15:08:32'),
(2867, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 15:08:32', '2025-04-05 15:08:32'),
(2868, 1, 'property.update.img', '127.0.0.1', 'POST', 'super/admin/properties/update/image/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/image/1', '2025-04-05 15:08:44', '2025-04-05 15:08:44'),
(2869, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 15:08:44', '2025-04-05 15:08:44'),
(2870, 1, 'property.update.img', '127.0.0.1', 'POST', 'super/admin/properties/update/image/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/image/1', '2025-04-05 15:08:57', '2025-04-05 15:08:57'),
(2871, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 15:08:57', '2025-04-05 15:08:57'),
(2872, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 15:27:25', '2025-04-05 15:27:25'),
(2873, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:45:15', '2025-04-05 16:45:15'),
(2874, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:45:18', '2025-04-05 16:45:18'),
(2875, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:46:33', '2025-04-05 16:46:33'),
(2876, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:49:06', '2025-04-05 16:49:06'),
(2877, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:49:35', '2025-04-05 16:49:35'),
(2878, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:50:34', '2025-04-05 16:50:34'),
(2879, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:50:53', '2025-04-05 16:50:53'),
(2880, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:51:37', '2025-04-05 16:51:37'),
(2881, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:52:03', '2025-04-05 16:52:03'),
(2882, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:52:55', '2025-04-05 16:52:55'),
(2883, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:53:34', '2025-04-05 16:53:34'),
(2884, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:53:46', '2025-04-05 16:53:46'),
(2885, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 16:54:17', '2025-04-05 16:54:17'),
(2886, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 17:06:14', '2025-04-05 17:06:14'),
(2887, 1, 'property.update.features', '127.0.0.1', 'POST', 'super/admin/property/1/features/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/1/features/update', '2025-04-05 17:06:36', '2025-04-05 17:06:36'),
(2888, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 17:07:12', '2025-04-05 17:07:12'),
(2889, 1, 'property.update.features', '127.0.0.1', 'POST', 'super/admin/property/1/features/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/1/features/update', '2025-04-05 17:07:21', '2025-04-05 17:07:21'),
(2890, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 17:07:21', '2025-04-05 17:07:21'),
(2891, 1, 'property.update.features', '127.0.0.1', 'POST', 'super/admin/property/1/features/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/1/features/update', '2025-04-05 17:07:41', '2025-04-05 17:07:41'),
(2892, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 17:07:41', '2025-04-05 17:07:41'),
(2893, 1, 'property.update.features', '127.0.0.1', 'POST', 'super/admin/property/1/features/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/1/features/update', '2025-04-05 17:08:17', '2025-04-05 17:08:17'),
(2894, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 17:08:18', '2025-04-05 17:08:18'),
(2895, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:08:33', '2025-04-05 17:08:33'),
(2896, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:47:00', '2025-04-05 17:47:00'),
(2897, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:47:07', '2025-04-05 17:47:07'),
(2898, 1, 'property.add', '127.0.0.1', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/add', '2025-04-05 17:47:26', '2025-04-05 17:47:26'),
(2899, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 17:48:24', '2025-04-05 17:48:24'),
(2900, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:48:26', '2025-04-05 17:48:26'),
(2901, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:48:52', '2025-04-05 17:48:52'),
(2902, 1, 'property.update', '127.0.0.1', 'GET', 'super/admin/properties/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/1', '2025-04-05 17:49:01', '2025-04-05 17:49:01'),
(2903, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 17:49:02', '2025-04-05 17:49:02'),
(2904, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:49:05', '2025-04-05 17:49:05'),
(2905, 1, 'property.update', '127.0.0.1', 'GET', 'super/admin/properties/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/1', '2025-04-05 17:52:05', '2025-04-05 17:52:05'),
(2906, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 17:52:05', '2025-04-05 17:52:05'),
(2907, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:52:08', '2025-04-05 17:52:08'),
(2908, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:52:46', '2025-04-05 17:52:46'),
(2909, 1, 'property.update', '127.0.0.1', 'GET', 'super/admin/properties/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/1', '2025-04-05 17:52:52', '2025-04-05 17:52:52'),
(2910, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 17:52:53', '2025-04-05 17:52:53'),
(2911, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:52:56', '2025-04-05 17:52:56'),
(2912, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:53:39', '2025-04-05 17:53:39'),
(2913, 1, 'property.update', '127.0.0.1', 'GET', 'super/admin/properties/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/1', '2025-04-05 17:53:47', '2025-04-05 17:53:47'),
(2914, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-05 17:53:48', '2025-04-05 17:53:48'),
(2915, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:53:51', '2025-04-05 17:53:51'),
(2916, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-05 17:55:33', '2025-04-05 17:55:33'),
(2917, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-06 09:57:23', '2025-04-06 09:57:23'),
(2918, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-06 09:57:28', '2025-04-06 09:57:28'),
(2919, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-06 09:57:34', '2025-04-06 09:57:34'),
(2920, 1, 'country.list', '127.0.0.1', 'GET', 'super/admin/country', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country', '2025-04-06 09:57:50', '2025-04-06 09:57:50'),
(2921, 1, 'country.store', '127.0.0.1', 'POST', 'super/admin/country/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country/store', '2025-04-06 09:58:01', '2025-04-06 09:58:01'),
(2922, 1, 'country.store', '127.0.0.1', 'POST', 'super/admin/country/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country/store', '2025-04-06 09:58:25', '2025-04-06 09:58:25'),
(2923, 1, 'country.store', '127.0.0.1', 'POST', 'super/admin/country/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country/store', '2025-04-06 10:00:22', '2025-04-06 10:00:22'),
(2924, 1, 'country.store', '127.0.0.1', 'POST', 'super/admin/country/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country/store', '2025-04-06 10:00:31', '2025-04-06 10:00:31'),
(2925, 1, 'country.list', '127.0.0.1', 'GET', 'super/admin/country', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country', '2025-04-06 10:00:34', '2025-04-06 10:00:34'),
(2926, 1, 'country.store', '127.0.0.1', 'POST', 'super/admin/country/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country/store', '2025-04-06 10:00:44', '2025-04-06 10:00:44'),
(2927, 1, 'country.store', '127.0.0.1', 'POST', 'super/admin/country/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country/store', '2025-04-06 10:01:01', '2025-04-06 10:01:01'),
(2928, 1, 'country.list', '127.0.0.1', 'GET', 'super/admin/country', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country', '2025-04-06 10:01:16', '2025-04-06 10:01:16'),
(2929, 1, 'country.update', '127.0.0.1', 'POST', 'super/admin/country/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country/1', '2025-04-06 10:01:21', '2025-04-06 10:01:21'),
(2930, 1, 'country.list', '127.0.0.1', 'GET', 'super/admin/country', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country', '2025-04-06 10:01:21', '2025-04-06 10:01:21'),
(2931, 1, 'country.list', '127.0.0.1', 'GET', 'super/admin/country', NULL, NULL, NULL, 'http://localhost:8000/super/admin/country', '2025-04-06 10:21:24', '2025-04-06 10:21:24'),
(2932, 1, 'state.list', '127.0.0.1', 'GET', 'super/admin/state', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state', '2025-04-06 10:21:29', '2025-04-06 10:21:29'),
(2933, 1, 'state.list', '127.0.0.1', 'GET', 'super/admin/state', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state', '2025-04-06 10:21:53', '2025-04-06 10:21:53'),
(2934, 1, 'state.store', '127.0.0.1', 'POST', 'super/admin/state/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state/store', '2025-04-06 10:22:04', '2025-04-06 10:22:04'),
(2935, 1, 'state.list', '127.0.0.1', 'GET', 'super/admin/state', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state', '2025-04-06 10:22:05', '2025-04-06 10:22:05'),
(2936, 1, 'state.store', '127.0.0.1', 'POST', 'super/admin/state/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state/store', '2025-04-06 10:22:26', '2025-04-06 10:22:26'),
(2937, 1, 'state.list', '127.0.0.1', 'GET', 'super/admin/state', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state', '2025-04-06 10:22:27', '2025-04-06 10:22:27'),
(2938, 1, 'state.store', '127.0.0.1', 'POST', 'super/admin/state/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state/store', '2025-04-06 10:22:33', '2025-04-06 10:22:33'),
(2939, 1, 'state.list', '127.0.0.1', 'GET', 'super/admin/state', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state', '2025-04-06 10:22:34', '2025-04-06 10:22:34'),
(2940, 1, 'state.update', '127.0.0.1', 'POST', 'super/admin/state/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state/1', '2025-04-06 10:22:43', '2025-04-06 10:22:43'),
(2941, 1, 'state.list', '127.0.0.1', 'GET', 'super/admin/state', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state', '2025-04-06 10:22:43', '2025-04-06 10:22:43'),
(2942, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-07 17:48:39', '2025-04-07 17:48:39'),
(2943, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-07 17:48:45', '2025-04-07 17:48:45'),
(2944, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-07 17:48:48', '2025-04-07 17:48:48'),
(2945, 1, 'state.list', '127.0.0.1', 'GET', 'super/admin/state', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state', '2025-04-07 17:53:27', '2025-04-07 17:53:27'),
(2946, 1, 'state.list', '127.0.0.1', 'GET', 'super/admin/state', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state', '2025-04-07 18:07:41', '2025-04-07 18:07:41'),
(2947, 1, 'state.list', '127.0.0.1', 'GET', 'super/admin/state', NULL, NULL, NULL, 'http://localhost:8000/super/admin/state', '2025-04-07 18:07:53', '2025-04-07 18:07:53'),
(2948, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:07:56', '2025-04-07 18:07:56'),
(2949, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:08:25', '2025-04-07 18:08:25'),
(2950, 1, 'city.store', '127.0.0.1', 'POST', 'super/admin/CityStore/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/CityStore/store', '2025-04-07 18:11:41', '2025-04-07 18:11:41'),
(2951, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:13:07', '2025-04-07 18:13:07'),
(2952, 1, 'city.store', '127.0.0.1', 'POST', 'super/admin/city/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/store', '2025-04-07 18:13:25', '2025-04-07 18:13:25'),
(2953, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:14:20', '2025-04-07 18:14:20'),
(2954, 1, 'city.store', '127.0.0.1', 'POST', 'super/admin/city/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/store', '2025-04-07 18:14:34', '2025-04-07 18:14:34'),
(2955, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:14:35', '2025-04-07 18:14:35'),
(2956, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:15:16', '2025-04-07 18:15:16'),
(2957, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:16:29', '2025-04-07 18:16:29'),
(2958, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:17:00', '2025-04-07 18:17:00'),
(2959, 1, 'city.store', '127.0.0.1', 'POST', 'super/admin/city/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/store', '2025-04-07 18:17:20', '2025-04-07 18:17:20'),
(2960, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:17:21', '2025-04-07 18:17:21'),
(2961, 1, 'city.store', '127.0.0.1', 'POST', 'super/admin/city/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/store', '2025-04-07 18:17:45', '2025-04-07 18:17:45'),
(2962, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:17:45', '2025-04-07 18:17:45'),
(2963, 1, 'city.delete', '127.0.0.1', 'GET', 'super/admin/deleteCity/delete/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/deleteCity/delete/2', '2025-04-07 18:18:00', '2025-04-07 18:18:00'),
(2964, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:18:50', '2025-04-07 18:18:50'),
(2965, 1, 'city.delete', '127.0.0.1', 'GET', 'super/admin/deleteCity/delete/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/deleteCity/delete/2', '2025-04-07 18:18:55', '2025-04-07 18:18:55'),
(2966, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:18:55', '2025-04-07 18:18:55'),
(2967, 1, 'city.store', '127.0.0.1', 'POST', 'super/admin/city/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city/store', '2025-04-07 18:19:12', '2025-04-07 18:19:12'),
(2968, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:19:12', '2025-04-07 18:19:12'),
(2969, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:21:15', '2025-04-07 18:21:15'),
(2970, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:21:51', '2025-04-07 18:21:51'),
(2971, 1, 'city.update', '127.0.0.1', 'POST', 'super/admin/updateCity/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/updateCity/3', '2025-04-07 18:22:00', '2025-04-07 18:22:00'),
(2972, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:22:00', '2025-04-07 18:22:00'),
(2973, 1, 'city.update', '127.0.0.1', 'POST', 'super/admin/updateCity/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/updateCity/3', '2025-04-07 18:22:11', '2025-04-07 18:22:11'),
(2974, 1, 'city.list', '127.0.0.1', 'GET', 'super/admin/city', NULL, NULL, NULL, 'http://localhost:8000/super/admin/city', '2025-04-07 18:22:11', '2025-04-07 18:22:11'),
(2975, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-07 18:22:16', '2025-04-07 18:22:16'),
(2976, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-07 18:32:25', '2025-04-07 18:32:25'),
(2977, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-07 18:33:00', '2025-04-07 18:33:00'),
(2978, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-07 18:33:06', '2025-04-07 18:33:06'),
(2979, 1, 'property.update', '127.0.0.1', 'GET', 'super/admin/properties/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/1', '2025-04-07 18:33:13', '2025-04-07 18:33:13'),
(2980, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-07 18:33:14', '2025-04-07 18:33:14'),
(2981, 1, 'property.status.update', '127.0.0.1', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/status/update', '2025-04-07 18:34:16', '2025-04-07 18:34:16'),
(2982, 1, 'property.status.update', '127.0.0.1', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/status/update', '2025-04-07 18:34:16', '2025-04-07 18:34:16'),
(2983, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-07 18:34:18', '2025-04-07 18:34:18'),
(2984, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-07 18:34:31', '2025-04-07 18:34:31'),
(2985, 1, 'property.status.update', '127.0.0.1', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/status/update', '2025-04-07 18:34:53', '2025-04-07 18:34:53'),
(2986, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-07 18:34:55', '2025-04-07 18:34:55'),
(2987, 1, 'property.status.update', '127.0.0.1', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/status/update', '2025-04-07 18:34:59', '2025-04-07 18:34:59'),
(2988, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-07 18:35:40', '2025-04-07 18:35:40'),
(2989, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-07 18:36:14', '2025-04-07 18:36:14'),
(2990, 1, 'property.status.update', '127.0.0.1', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/status/update', '2025-04-07 18:36:28', '2025-04-07 18:36:28'),
(2991, 1, 'property.status.update', '127.0.0.1', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/status/update', '2025-04-07 18:36:29', '2025-04-07 18:36:29'),
(2992, 1, 'property.status.update', '127.0.0.1', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/status/update', '2025-04-07 18:36:30', '2025-04-07 18:36:30'),
(2993, 1, 'property.status.update', '127.0.0.1', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/status/update', '2025-04-07 18:36:32', '2025-04-07 18:36:32'),
(2994, 1, 'property.add', '127.0.0.1', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/add', '2025-04-07 18:36:42', '2025-04-07 18:36:42'),
(2995, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-07 18:36:52', '2025-04-07 18:36:52'),
(2996, 1, 'property.status.update', '127.0.0.1', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/status/update', '2025-04-07 18:37:51', '2025-04-07 18:37:51'),
(2997, 1, 'property.status.update', '127.0.0.1', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/status/update', '2025-04-07 18:37:52', '2025-04-07 18:37:52'),
(2998, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-07 18:38:09', '2025-04-07 18:38:09'),
(2999, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-07 18:38:22', '2025-04-07 18:38:22'),
(3000, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-07 18:38:25', '2025-04-07 18:38:25'),
(3001, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/1', '2025-04-07 18:40:29', '2025-04-07 18:40:29'),
(3002, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-08 15:17:28', '2025-04-08 15:17:28'),
(3003, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-08 15:17:31', '2025-04-08 15:17:31'),
(3004, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-08 15:17:32', '2025-04-08 15:17:32');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(3005, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 15:30:33', '2025-04-08 15:30:33'),
(3006, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 15:32:09', '2025-04-08 15:32:09'),
(3007, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 15:32:31', '2025-04-08 15:32:31'),
(3008, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 15:33:22', '2025-04-08 15:33:22'),
(3009, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 15:34:35', '2025-04-08 15:34:35'),
(3010, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 15:39:26', '2025-04-08 15:39:26'),
(3011, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 15:40:01', '2025-04-08 15:40:01'),
(3012, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 15:57:10', '2025-04-08 15:57:10'),
(3013, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 16:03:49', '2025-04-08 16:03:49'),
(3014, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 16:04:02', '2025-04-08 16:04:02'),
(3015, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 16:07:18', '2025-04-08 16:07:18'),
(3016, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 16:07:46', '2025-04-08 16:07:46'),
(3017, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 16:29:54', '2025-04-08 16:29:54'),
(3018, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 16:34:23', '2025-04-08 16:34:23'),
(3019, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 16:34:27', '2025-04-08 16:34:27'),
(3020, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 16:37:40', '2025-04-08 16:37:40'),
(3021, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 16:39:28', '2025-04-08 16:39:28'),
(3022, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 16:39:46', '2025-04-08 16:39:46'),
(3023, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 16:40:44', '2025-04-08 16:40:44'),
(3024, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 16:41:17', '2025-04-08 16:41:17'),
(3025, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 16:42:38', '2025-04-08 16:42:38'),
(3026, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 16:43:38', '2025-04-08 16:43:38'),
(3027, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 16:46:55', '2025-04-08 16:46:55'),
(3028, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 17:09:41', '2025-04-08 17:09:41'),
(3029, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 17:10:28', '2025-04-08 17:10:28'),
(3030, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 17:11:10', '2025-04-08 17:11:10'),
(3031, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 17:14:03', '2025-04-08 17:14:03'),
(3032, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:14:09', '2025-04-08 17:14:09'),
(3033, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-08 17:14:44', '2025-04-08 17:14:44'),
(3034, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-08 17:14:46', '2025-04-08 17:14:46'),
(3035, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-08 17:14:47', '2025-04-08 17:14:47'),
(3036, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-08 17:14:50', '2025-04-08 17:14:50'),
(3037, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-08 17:15:19', '2025-04-08 17:15:19'),
(3038, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:15:57', '2025-04-08 17:15:57'),
(3039, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:17:53', '2025-04-08 17:17:53'),
(3040, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:18:20', '2025-04-08 17:18:20'),
(3041, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:21:23', '2025-04-08 17:21:23'),
(3042, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:21:43', '2025-04-08 17:21:43'),
(3043, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:21:56', '2025-04-08 17:21:56'),
(3044, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:24:11', '2025-04-08 17:24:11'),
(3045, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:24:32', '2025-04-08 17:24:32'),
(3046, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:26:38', '2025-04-08 17:26:38'),
(3047, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:27:18', '2025-04-08 17:27:18'),
(3048, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:29:06', '2025-04-08 17:29:06'),
(3049, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:29:20', '2025-04-08 17:29:20'),
(3050, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:30:00', '2025-04-08 17:30:00'),
(3051, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/2', '2025-04-08 17:30:06', '2025-04-08 17:30:06'),
(3052, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/2', '2025-04-08 17:30:23', '2025-04-08 17:30:23'),
(3053, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 17:33:10', '2025-04-08 17:33:10'),
(3054, 1, 'property.byType', '127.0.0.1', 'GET', 'property-list/property-list/type/8', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/type/8', '2025-04-08 17:33:14', '2025-04-08 17:33:14'),
(3055, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 17:33:41', '2025-04-08 17:33:41'),
(3056, 1, 'property.byType', '127.0.0.1', 'GET', 'property-list/property-list/type/8', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/type/8', '2025-04-08 17:33:44', '2025-04-08 17:33:44'),
(3057, 1, 'property.byType', '127.0.0.1', 'GET', 'property-list/property-list/type/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/type/2', '2025-04-08 17:33:50', '2025-04-08 17:33:50'),
(3058, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/1', '2025-04-08 17:34:14', '2025-04-08 17:34:14'),
(3059, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 17:34:20', '2025-04-08 17:34:20'),
(3060, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 17:34:44', '2025-04-08 17:34:44'),
(3061, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/1', '2025-04-08 17:34:49', '2025-04-08 17:34:49'),
(3062, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 17:36:08', '2025-04-08 17:36:08'),
(3063, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 17:37:21', '2025-04-08 17:37:21'),
(3064, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 17:37:39', '2025-04-08 17:37:39'),
(3065, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 17:37:51', '2025-04-08 17:37:51'),
(3066, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 17:38:22', '2025-04-08 17:38:22'),
(3067, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 17:38:30', '2025-04-08 17:38:30'),
(3068, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 17:44:03', '2025-04-08 17:44:03'),
(3069, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/index.html', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/index.html', '2025-04-08 17:44:09', '2025-04-08 17:44:09'),
(3070, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:44:17', '2025-04-08 17:44:17'),
(3071, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/1', '2025-04-08 17:46:27', '2025-04-08 17:46:27'),
(3072, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:46:50', '2025-04-08 17:46:50'),
(3073, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:47:31', '2025-04-08 17:47:31'),
(3074, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:48:05', '2025-04-08 17:48:05'),
(3075, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 17:48:11', '2025-04-08 17:48:11'),
(3076, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 17:48:29', '2025-04-08 17:48:29'),
(3077, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/3', '2025-04-08 17:48:33', '2025-04-08 17:48:33'),
(3078, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/1', '2025-04-08 17:48:36', '2025-04-08 17:48:36'),
(3079, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-08 17:49:02', '2025-04-08 17:49:02'),
(3080, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:49:05', '2025-04-08 17:49:05'),
(3081, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:51:50', '2025-04-08 17:51:50'),
(3082, 1, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-08 17:59:46', '2025-04-08 17:59:46'),
(3083, 1, 'property.rent.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/rent/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/bhk/2', '2025-04-08 17:59:52', '2025-04-08 17:59:52'),
(3084, 1, 'property.rent.byCity', '127.0.0.1', 'GET', 'property-list/property-list/rent/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/city/1', '2025-04-08 18:00:03', '2025-04-08 18:00:03'),
(3085, 1, 'property.rent.byCity', '127.0.0.1', 'GET', 'property-list/property-list/rent/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/city/1', '2025-04-08 18:02:26', '2025-04-08 18:02:26'),
(3086, 1, 'property.rent.byCity', '127.0.0.1', 'GET', 'property-list/property-list/rent/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/city/1', '2025-04-08 18:04:49', '2025-04-08 18:04:49'),
(3087, 1, 'property.rent.byCity', '127.0.0.1', 'GET', 'property-list/property-list/rent/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/city/1', '2025-04-08 18:05:42', '2025-04-08 18:05:42'),
(3088, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 18:06:00', '2025-04-08 18:06:00'),
(3089, 1, 'property.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/bhk/2', '2025-04-08 18:15:27', '2025-04-08 18:15:27'),
(3090, 1, 'property.rent.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/rent/bhk/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/bhk/3', '2025-04-08 18:15:52', '2025-04-08 18:15:52'),
(3091, 1, 'property.rent.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/rent/bhk/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/bhk/1', '2025-04-08 18:15:59', '2025-04-08 18:15:59'),
(3092, 1, 'property.rent.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/rent/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/bhk/2', '2025-04-08 18:16:03', '2025-04-08 18:16:03'),
(3093, 1, 'property.byType', '127.0.0.1', 'GET', 'property-list/property-list/type/6', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/type/6', '2025-04-08 18:16:09', '2025-04-08 18:16:09'),
(3094, 1, 'property.rent.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/rent/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/bhk/2', '2025-04-08 18:16:18', '2025-04-08 18:16:18'),
(3095, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-08 18:24:26', '2025-04-08 18:24:26'),
(3096, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/4', '2025-04-08 18:24:33', '2025-04-08 18:24:33'),
(3097, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/4', '2025-04-08 18:24:56', '2025-04-08 18:24:56'),
(3098, 1, 'property.rent.byBhk', '127.0.0.1', 'GET', 'property-list/property-list/rent/bhk/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/bhk/2', '2025-04-08 18:27:08', '2025-04-08 18:27:08'),
(3099, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 18:29:51', '2025-04-08 18:29:51'),
(3100, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 18:30:24', '2025-04-08 18:30:24'),
(3101, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 18:31:01', '2025-04-08 18:31:01'),
(3102, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 18:31:37', '2025-04-08 18:31:37'),
(3103, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 18:34:37', '2025-04-08 18:34:37'),
(3104, 1, 'property.rent.byCity', '127.0.0.1', 'GET', 'property-list/property-list/rent/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/city/1', '2025-04-08 18:34:45', '2025-04-08 18:34:45'),
(3105, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-08 18:42:00', '2025-04-08 18:42:00'),
(3106, 1, 'property.rent.byType', '127.0.0.1', 'GET', 'property-list/property-list/rent/type/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/type/2', '2025-04-08 18:51:56', '2025-04-08 18:51:56'),
(3107, 1, 'property.rent.byType', '127.0.0.1', 'GET', 'property-list/property-list/rent/type/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/type/2', '2025-04-08 18:52:41', '2025-04-08 18:52:41'),
(3108, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 07:29:41', '2025-04-09 07:29:41'),
(3109, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 07:37:14', '2025-04-09 07:37:14'),
(3110, NULL, 'property.rent.byCity', '127.0.0.1', 'GET', 'property-list/property-list/rent/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/city/1', '2025-04-09 07:37:17', '2025-04-09 07:37:17'),
(3111, NULL, 'property.rent.byCity', '127.0.0.1', 'GET', 'property-list/property-list/rent/city/property-detail-v1.html', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/city/property-detail-v1.html', '2025-04-09 07:37:20', '2025-04-09 07:37:20'),
(3112, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/4', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/4', '2025-04-09 07:37:26', '2025-04-09 07:37:26'),
(3113, NULL, 'property.rent.byCity', '127.0.0.1', 'GET', 'property-list/property-list/rent/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/city/1', '2025-04-09 07:39:09', '2025-04-09 07:39:09'),
(3114, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/4', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/4', '2025-04-09 07:39:14', '2025-04-09 07:39:14'),
(3115, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/4', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/4', '2025-04-09 07:39:18', '2025-04-09 07:39:18'),
(3116, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/4', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/4', '2025-04-09 07:42:07', '2025-04-09 07:42:07'),
(3117, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 07:42:27', '2025-04-09 07:42:27'),
(3118, NULL, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-09 07:42:32', '2025-04-09 07:42:32'),
(3119, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 07:42:35', '2025-04-09 07:42:35'),
(3120, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 07:44:26', '2025-04-09 07:44:26'),
(3121, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 07:44:34', '2025-04-09 07:44:34'),
(3122, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 07:48:44', '2025-04-09 07:48:44'),
(3123, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 07:48:59', '2025-04-09 07:48:59'),
(3124, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:00:42', '2025-04-09 08:00:42'),
(3125, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:05:17', '2025-04-09 08:05:17'),
(3126, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:05:26', '2025-04-09 08:05:26'),
(3127, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:05:41', '2025-04-09 08:05:41'),
(3128, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:06:25', '2025-04-09 08:06:25'),
(3129, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:13:24', '2025-04-09 08:13:24'),
(3130, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:14:29', '2025-04-09 08:14:29'),
(3131, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:14:56', '2025-04-09 08:14:56'),
(3132, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:17:20', '2025-04-09 08:17:20'),
(3133, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:23:12', '2025-04-09 08:23:12'),
(3134, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:23:30', '2025-04-09 08:23:30'),
(3135, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:25:14', '2025-04-09 08:25:14'),
(3136, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:25:50', '2025-04-09 08:25:50'),
(3137, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:29:44', '2025-04-09 08:29:44'),
(3138, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 08:29:56', '2025-04-09 08:29:56'),
(3139, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:01:42', '2025-04-09 09:01:42'),
(3140, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:02:10', '2025-04-09 09:02:10'),
(3141, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:02:24', '2025-04-09 09:02:24'),
(3142, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:06:24', '2025-04-09 09:06:24'),
(3143, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:06:41', '2025-04-09 09:06:41'),
(3144, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:08:14', '2025-04-09 09:08:14'),
(3145, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:08:24', '2025-04-09 09:08:24'),
(3146, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:11:36', '2025-04-09 09:11:36'),
(3147, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:14:54', '2025-04-09 09:14:54'),
(3148, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:15:10', '2025-04-09 09:15:10'),
(3149, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:16:47', '2025-04-09 09:16:47'),
(3150, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:17:40', '2025-04-09 09:17:40'),
(3151, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:18:41', '2025-04-09 09:18:41'),
(3152, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-09 09:19:06', '2025-04-09 09:19:06'),
(3153, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 09:19:07', '2025-04-09 09:19:07'),
(3154, NULL, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-09 09:19:12', '2025-04-09 09:19:12'),
(3155, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/2', '2025-04-09 09:19:15', '2025-04-09 09:19:15'),
(3156, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/2', '2025-04-09 09:34:22', '2025-04-09 09:34:22'),
(3157, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/2', '2025-04-09 09:35:17', '2025-04-09 09:35:17'),
(3158, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/2', '2025-04-09 09:35:27', '2025-04-09 09:35:27'),
(3159, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/2', '2025-04-09 09:35:55', '2025-04-09 09:35:55'),
(3160, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/2', '2025-04-09 09:53:59', '2025-04-09 09:53:59'),
(3161, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/2', '2025-04-09 09:54:35', '2025-04-09 09:54:35'),
(3162, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/2', '2025-04-09 09:57:08', '2025-04-09 09:57:08'),
(3163, NULL, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-09 09:57:13', '2025-04-09 09:57:13'),
(3164, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:57:15', '2025-04-09 09:57:15'),
(3165, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/2', '2025-04-09 09:57:44', '2025-04-09 09:57:44'),
(3166, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 09:58:00', '2025-04-09 09:58:00'),
(3167, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:01:39', '2025-04-09 10:01:39'),
(3168, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:02:01', '2025-04-09 10:02:01'),
(3169, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:11:13', '2025-04-09 10:11:13'),
(3170, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:12:39', '2025-04-09 10:12:39'),
(3171, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:13:31', '2025-04-09 10:13:31'),
(3172, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:13:56', '2025-04-09 10:13:56'),
(3173, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:14:25', '2025-04-09 10:14:25'),
(3174, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:14:46', '2025-04-09 10:14:46'),
(3175, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:15:26', '2025-04-09 10:15:26'),
(3176, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:15:39', '2025-04-09 10:15:39'),
(3177, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:16:05', '2025-04-09 10:16:05'),
(3178, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:16:15', '2025-04-09 10:16:15'),
(3179, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:17:07', '2025-04-09 10:17:07'),
(3180, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:18:53', '2025-04-09 10:18:53'),
(3181, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:19:14', '2025-04-09 10:19:14'),
(3182, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:26:42', '2025-04-09 10:26:42'),
(3183, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:29:01', '2025-04-09 10:29:01'),
(3184, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:29:57', '2025-04-09 10:29:57'),
(3185, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:30:37', '2025-04-09 10:30:37'),
(3186, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:30:58', '2025-04-09 10:30:58'),
(3187, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:35:39', '2025-04-09 10:35:39'),
(3188, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:43:15', '2025-04-09 10:43:15'),
(3189, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/others_00000183_1743865712.jpg', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/others_00000183_1743865712.jpg', '2025-04-09 10:43:16', '2025-04-09 10:43:16'),
(3190, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/others_00000183_1743865712.jpg', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/others_00000183_1743865712.jpg', '2025-04-09 10:43:17', '2025-04-09 10:43:17'),
(3191, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:45:17', '2025-04-09 10:45:17'),
(3192, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:46:02', '2025-04-09 10:46:02'),
(3193, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:46:57', '2025-04-09 10:46:57'),
(3194, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/others_00000183_1743865712.jpg', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/others_00000183_1743865712.jpg', '2025-04-09 10:46:59', '2025-04-09 10:46:59'),
(3195, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/others_00000183_1743865712.jpg', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/others_00000183_1743865712.jpg', '2025-04-09 10:47:01', '2025-04-09 10:47:01'),
(3196, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:50:18', '2025-04-09 10:50:18'),
(3197, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:51:19', '2025-04-09 10:51:19'),
(3198, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/4', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/4', '2025-04-09 10:51:28', '2025-04-09 10:51:28'),
(3199, NULL, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-09 10:51:42', '2025-04-09 10:51:42'),
(3200, NULL, 'property.rent.byType', '127.0.0.1', 'GET', 'property-list/property-list/rent/type/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/rent/type/2', '2025-04-09 10:51:47', '2025-04-09 10:51:47'),
(3201, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/3', '2025-04-09 10:51:50', '2025-04-09 10:51:50'),
(3202, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/3', '2025-04-09 10:53:01', '2025-04-09 10:53:01'),
(3203, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/3', '2025-04-09 10:54:59', '2025-04-09 10:54:59'),
(3204, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/3', '2025-04-09 10:55:29', '2025-04-09 10:55:29'),
(3205, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/3', '2025-04-09 10:56:31', '2025-04-09 10:56:31'),
(3206, NULL, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-09 10:57:16', '2025-04-09 10:57:16'),
(3207, NULL, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-09 10:57:18', '2025-04-09 10:57:18'),
(3208, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:57:22', '2025-04-09 10:57:22'),
(3209, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:57:45', '2025-04-09 10:57:45'),
(3210, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:58:24', '2025-04-09 10:58:24'),
(3211, NULL, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/4', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/4', '2025-04-09 10:58:32', '2025-04-09 10:58:32'),
(3212, NULL, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/3', '2025-04-09 10:58:35', '2025-04-09 10:58:35'),
(3213, NULL, 'property.byCity', '127.0.0.1', 'GET', 'property-list/property-list/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/city/1', '2025-04-09 10:58:37', '2025-04-09 10:58:37'),
(3214, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:58:39', '2025-04-09 10:58:39'),
(3215, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 10:59:24', '2025-04-09 10:59:24'),
(3216, NULL, 'property.byType', '127.0.0.1', 'GET', 'property-list/property-list/type/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/type/2', '2025-04-09 10:59:30', '2025-04-09 10:59:30'),
(3217, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/2', '2025-04-09 10:59:35', '2025-04-09 10:59:35'),
(3218, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 11:03:07', '2025-04-09 11:03:07'),
(3219, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-09 15:12:32', '2025-04-09 15:12:32'),
(3220, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-09 15:12:35', '2025-04-09 15:12:35'),
(3221, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-09 15:12:40', '2025-04-09 15:12:40'),
(3222, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-04-09 15:12:50', '2025-04-09 15:12:50'),
(3223, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-09 15:12:51', '2025-04-09 15:12:51'),
(3224, 1, 'event.list', '127.0.0.1', 'GET', 'super/admin/event', NULL, NULL, NULL, 'http://localhost:8000/super/admin/event', '2025-04-09 15:12:55', '2025-04-09 15:12:55'),
(3225, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-09 15:13:03', '2025-04-09 15:13:03'),
(3226, 1, 'property.edit', '127.0.0.1', 'GET', 'super/admin/properties/edit/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/edit/4', '2025-04-09 15:13:12', '2025-04-09 15:13:12'),
(3227, 1, 'property.update', '127.0.0.1', 'GET', 'super/admin/properties/update/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties/update/4', '2025-04-09 15:13:23', '2025-04-09 15:13:23'),
(3228, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-09 15:13:23', '2025-04-09 15:13:23'),
(3229, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-09 15:18:29', '2025-04-09 15:18:29'),
(3230, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-09 15:18:50', '2025-04-09 15:18:50'),
(3231, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-04-09 15:18:52', '2025-04-09 15:18:52'),
(3232, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2025-04-09 15:18:56', '2025-04-09 15:18:56'),
(3233, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2025-04-09 15:20:19', '2025-04-09 15:20:19'),
(3234, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2025-04-09 15:23:29', '2025-04-09 15:23:29'),
(3235, 1, 'update.site', '127.0.0.1', 'POST', 'super/admin/site-settings/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/update/1', '2025-04-09 15:23:36', '2025-04-09 15:23:36'),
(3236, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-04-09 15:23:37', '2025-04-09 15:23:37'),
(3237, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 15:23:58', '2025-04-09 15:23:58'),
(3238, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 15:31:34', '2025-04-09 15:31:34'),
(3239, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 15:32:28', '2025-04-09 15:32:28'),
(3240, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-09 15:32:39', '2025-04-09 15:32:39'),
(3241, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-09 15:40:58', '2025-04-09 15:40:58'),
(3242, 1, 'property.types.update', '127.0.0.1', 'POST', 'super/admin/property/types/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/2', '2025-04-09 15:43:00', '2025-04-09 15:43:00'),
(3243, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-09 15:43:01', '2025-04-09 15:43:01'),
(3244, 1, 'property.types.update', '127.0.0.1', 'POST', 'super/admin/property/types/6', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/6', '2025-04-09 15:43:11', '2025-04-09 15:43:11'),
(3245, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-09 15:43:11', '2025-04-09 15:43:11'),
(3246, 1, 'property.types.update', '127.0.0.1', 'POST', 'super/admin/property/types/8', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/8', '2025-04-09 15:43:21', '2025-04-09 15:43:21'),
(3247, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-09 15:43:22', '2025-04-09 15:43:22'),
(3248, 1, 'property.types.update', '127.0.0.1', 'POST', 'super/admin/property/types/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/4', '2025-04-09 15:43:35', '2025-04-09 15:43:35'),
(3249, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-09 15:43:36', '2025-04-09 15:43:36'),
(3250, 1, 'property.types.update', '127.0.0.1', 'POST', 'super/admin/property/types/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/3', '2025-04-09 15:44:33', '2025-04-09 15:44:33'),
(3251, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-09 15:44:34', '2025-04-09 15:44:34'),
(3252, 1, 'property.types.update', '127.0.0.1', 'POST', 'super/admin/property/types/5', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types/5', '2025-04-09 15:45:12', '2025-04-09 15:45:12'),
(3253, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-09 15:45:13', '2025-04-09 15:45:13'),
(3254, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 15:45:30', '2025-04-09 15:45:30'),
(3255, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 15:50:26', '2025-04-09 15:50:26'),
(3256, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 15:51:00', '2025-04-09 15:51:00'),
(3257, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 15:55:28', '2025-04-09 15:55:28'),
(3258, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 16:02:12', '2025-04-09 16:02:12'),
(3259, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 16:03:00', '2025-04-09 16:03:00'),
(3260, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 16:06:51', '2025-04-09 16:06:51'),
(3261, 1, 'property.by.Type', '127.0.0.1', 'GET', 'property-list/property-list/by/type/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/by/type/2', '2025-04-09 16:06:59', '2025-04-09 16:06:59'),
(3262, 1, 'property.by.Type', '127.0.0.1', 'GET', 'property-list/property-list/by/type/8', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/by/type/8', '2025-04-09 16:07:09', '2025-04-09 16:07:09'),
(3263, 1, 'property.list', '127.0.0.1', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/types', '2025-04-09 16:10:52', '2025-04-09 16:10:52'),
(3264, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 16:12:13', '2025-04-09 16:12:13'),
(3265, 1, 'property.by.Type', '127.0.0.1', 'GET', 'property-list/property-list/by/type/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/by/type/2', '2025-04-09 16:12:19', '2025-04-09 16:12:19'),
(3266, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 16:23:49', '2025-04-09 16:23:49');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(3267, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 16:24:34', '2025-04-09 16:24:34'),
(3268, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 16:25:23', '2025-04-09 16:25:23'),
(3269, 1, 'property.view', '127.0.0.1', 'GET', 'property-list/property/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/1', '2025-04-09 16:25:41', '2025-04-09 16:25:41'),
(3270, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-09 17:21:53', '2025-04-09 17:21:53'),
(3271, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:21:56', '2025-04-09 17:21:56'),
(3272, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:29:06', '2025-04-09 17:29:06'),
(3273, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:31:08', '2025-04-09 17:31:08'),
(3274, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:32:39', '2025-04-09 17:32:39'),
(3275, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:33:59', '2025-04-09 17:33:59'),
(3276, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:34:15', '2025-04-09 17:34:15'),
(3277, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:34:46', '2025-04-09 17:34:46'),
(3278, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:35:09', '2025-04-09 17:35:09'),
(3279, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:44:11', '2025-04-09 17:44:11'),
(3280, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:44:24', '2025-04-09 17:44:24'),
(3281, 1, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-04-09 17:44:41', '2025-04-09 17:44:41'),
(3282, 1, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-04-09 17:45:28', '2025-04-09 17:45:28'),
(3283, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:45:28', '2025-04-09 17:45:28'),
(3284, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:47:18', '2025-04-09 17:47:18'),
(3285, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:48:11', '2025-04-09 17:48:11'),
(3286, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:48:29', '2025-04-09 17:48:29'),
(3287, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:48:45', '2025-04-09 17:48:45'),
(3288, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:49:15', '2025-04-09 17:49:15'),
(3289, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:57:45', '2025-04-09 17:57:45'),
(3290, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:58:21', '2025-04-09 17:58:21'),
(3291, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:59:04', '2025-04-09 17:59:04'),
(3292, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 17:59:22', '2025-04-09 17:59:22'),
(3293, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:01:10', '2025-04-09 18:01:10'),
(3294, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:12:27', '2025-04-09 18:12:27'),
(3295, 1, 'property.by.city', '127.0.0.1', 'GET', 'property-list/property-list/by/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/by/city/1', '2025-04-09 18:12:31', '2025-04-09 18:12:31'),
(3296, 1, 'property.by.city', '127.0.0.1', 'GET', 'property-list/property-list/by/city/4', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/by/city/4', '2025-04-09 18:15:45', '2025-04-09 18:15:45'),
(3297, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:21:13', '2025-04-09 18:21:13'),
(3298, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:24:05', '2025-04-09 18:24:05'),
(3299, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:25:27', '2025-04-09 18:25:27'),
(3300, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:25:54', '2025-04-09 18:25:54'),
(3301, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:27:57', '2025-04-09 18:27:57'),
(3302, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:28:32', '2025-04-09 18:28:32'),
(3303, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-09 18:39:35', '2025-04-09 18:39:35'),
(3304, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-09 18:39:41', '2025-04-09 18:39:41'),
(3305, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-09 18:39:41', '2025-04-09 18:39:41'),
(3306, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-09 18:40:19', '2025-04-09 18:40:19'),
(3307, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-04-09 18:41:31', '2025-04-09 18:41:31'),
(3308, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-04-09 18:43:05', '2025-04-09 18:43:05'),
(3309, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:43:21', '2025-04-09 18:43:21'),
(3310, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:46:09', '2025-04-09 18:46:09'),
(3311, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-04-09 18:47:29', '2025-04-09 18:47:29'),
(3312, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-04-09 18:47:29', '2025-04-09 18:47:29'),
(3313, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-04-09 18:47:35', '2025-04-09 18:47:35'),
(3314, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-04-09 18:47:35', '2025-04-09 18:47:35'),
(3315, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-04-09 18:47:41', '2025-04-09 18:47:41'),
(3316, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-04-09 18:47:41', '2025-04-09 18:47:41'),
(3317, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-04-09 18:47:47', '2025-04-09 18:47:47'),
(3318, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-04-09 18:47:47', '2025-04-09 18:47:47'),
(3319, 1, 'partner.store', '127.0.0.1', 'POST', 'super/admin/partner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner/store', '2025-04-09 18:49:52', '2025-04-09 18:49:52'),
(3320, 1, 'partner.list', '127.0.0.1', 'GET', 'super/admin/partner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/partner', '2025-04-09 18:49:52', '2025-04-09 18:49:52'),
(3321, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:52:23', '2025-04-09 18:52:23'),
(3322, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:52:44', '2025-04-09 18:52:44'),
(3323, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:53:29', '2025-04-09 18:53:29'),
(3324, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:54:33', '2025-04-09 18:54:33'),
(3325, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:56:47', '2025-04-09 18:56:47'),
(3326, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:57:07', '2025-04-09 18:57:07'),
(3327, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-09 18:58:37', '2025-04-09 18:58:37'),
(3328, 1, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-09 18:58:53', '2025-04-09 18:58:53'),
(3329, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-10 14:44:21', '2025-04-10 14:44:21'),
(3330, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-10 14:44:25', '2025-04-10 14:44:25'),
(3331, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-10 14:44:28', '2025-04-10 14:44:28'),
(3332, 1, 'blog.cat.list', '127.0.0.1', 'GET', 'super/admin/blog/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat', '2025-04-10 14:44:38', '2025-04-10 14:44:38'),
(3333, 1, 'blog.cat.store', '127.0.0.1', 'POST', 'super/admin/blog/cat/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat/store', '2025-04-10 14:44:51', '2025-04-10 14:44:51'),
(3334, 1, 'blog.cat.list', '127.0.0.1', 'GET', 'super/admin/blog/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat', '2025-04-10 14:44:52', '2025-04-10 14:44:52'),
(3335, 1, 'property.features.status', '127.0.0.1', 'POST', 'super/admin/property/features/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/property/features/staus', '2025-04-10 14:44:55', '2025-04-10 14:44:55'),
(3336, 1, 'blog.cat.list', '127.0.0.1', 'GET', 'super/admin/blog/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat', '2025-04-10 14:44:56', '2025-04-10 14:44:56'),
(3337, 1, 'blog.cat.list', '127.0.0.1', 'GET', 'super/admin/blog/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat', '2025-04-10 14:45:25', '2025-04-10 14:45:25'),
(3338, 1, 'blog.cat.status', '127.0.0.1', 'POST', 'super/admin/blog/cat/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat/staus', '2025-04-10 14:45:28', '2025-04-10 14:45:28'),
(3339, 1, 'blog.cat.list', '127.0.0.1', 'GET', 'super/admin/blog/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat', '2025-04-10 14:45:28', '2025-04-10 14:45:28'),
(3340, 1, 'blog.cat.status', '127.0.0.1', 'POST', 'super/admin/blog/cat/staus', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat/staus', '2025-04-10 14:45:31', '2025-04-10 14:45:31'),
(3341, 1, 'blog.cat.update', '127.0.0.1', 'POST', 'super/admin/blog/cat/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat/1', '2025-04-10 14:45:33', '2025-04-10 14:45:33'),
(3342, 1, 'blog.cat.list', '127.0.0.1', 'GET', 'super/admin/blog/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat', '2025-04-10 14:45:34', '2025-04-10 14:45:34'),
(3343, 1, 'blog.cat.store', '127.0.0.1', 'POST', 'super/admin/blog/cat/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat/store', '2025-04-10 14:45:46', '2025-04-10 14:45:46'),
(3344, 1, 'blog.cat.list', '127.0.0.1', 'GET', 'super/admin/blog/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat', '2025-04-10 14:45:47', '2025-04-10 14:45:47'),
(3345, 1, 'blog.cat.store', '127.0.0.1', 'POST', 'super/admin/blog/cat/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat/store', '2025-04-10 14:46:00', '2025-04-10 14:46:00'),
(3346, 1, 'blog.cat.list', '127.0.0.1', 'GET', 'super/admin/blog/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat', '2025-04-10 14:46:01', '2025-04-10 14:46:01'),
(3347, 1, 'blog.cat.store', '127.0.0.1', 'POST', 'super/admin/blog/cat/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat/store', '2025-04-10 14:46:47', '2025-04-10 14:46:47'),
(3348, 1, 'blog.cat.list', '127.0.0.1', 'GET', 'super/admin/blog/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat', '2025-04-10 14:46:48', '2025-04-10 14:46:48'),
(3349, 1, 'blog.cat.list', '127.0.0.1', 'GET', 'super/admin/blog/cat', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/cat', '2025-04-10 14:55:46', '2025-04-10 14:55:46'),
(3350, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-10 14:55:49', '2025-04-10 14:55:49'),
(3351, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-10 14:57:36', '2025-04-10 14:57:36'),
(3352, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-10 14:57:49', '2025-04-10 14:57:49'),
(3353, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-04-10 14:57:56', '2025-04-10 14:57:56'),
(3354, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-04-10 15:06:03', '2025-04-10 15:06:03'),
(3355, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:06:19', '2025-04-10 15:06:19'),
(3356, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-04-10 15:08:29', '2025-04-10 15:08:29'),
(3357, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-04-10 15:09:06', '2025-04-10 15:09:06'),
(3358, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-10 15:09:06', '2025-04-10 15:09:06'),
(3359, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-10 15:09:38', '2025-04-10 15:09:38'),
(3360, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/1', '2025-04-10 15:09:40', '2025-04-10 15:09:40'),
(3361, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-04-10 15:09:51', '2025-04-10 15:09:51'),
(3362, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/1', '2025-04-10 15:10:09', '2025-04-10 15:10:09'),
(3363, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/1', '2025-04-10 15:10:51', '2025-04-10 15:10:51'),
(3364, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-10 15:10:52', '2025-04-10 15:10:52'),
(3365, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/1', '2025-04-10 15:10:56', '2025-04-10 15:10:56'),
(3366, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/1', '2025-04-10 15:11:13', '2025-04-10 15:11:13'),
(3367, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-10 15:11:13', '2025-04-10 15:11:13'),
(3368, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/1', '2025-04-10 15:11:16', '2025-04-10 15:11:16'),
(3369, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/1', '2025-04-10 15:12:06', '2025-04-10 15:12:06'),
(3370, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/1', '2025-04-10 15:12:12', '2025-04-10 15:12:12'),
(3371, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-10 15:12:12', '2025-04-10 15:12:12'),
(3372, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/1', '2025-04-10 15:12:15', '2025-04-10 15:12:15'),
(3373, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/1', '2025-04-10 15:13:57', '2025-04-10 15:13:57'),
(3374, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-10 15:13:58', '2025-04-10 15:13:58'),
(3375, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/1', '2025-04-10 15:14:01', '2025-04-10 15:14:01'),
(3376, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/1', '2025-04-10 15:14:31', '2025-04-10 15:14:31'),
(3377, 1, 'blog.update', '127.0.0.1', 'POST', 'super/admin/blog/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/update/1', '2025-04-10 15:14:38', '2025-04-10 15:14:38'),
(3378, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-10 15:14:38', '2025-04-10 15:14:38'),
(3379, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/1', '2025-04-10 15:14:42', '2025-04-10 15:14:42'),
(3380, 1, 'blog.create', '127.0.0.1', 'GET', 'super/admin/blog/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/create', '2025-04-10 15:14:46', '2025-04-10 15:14:46'),
(3381, 1, 'blog.store', '127.0.0.1', 'POST', 'super/admin/blog/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/store', '2025-04-10 15:15:15', '2025-04-10 15:15:15'),
(3382, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-10 15:15:15', '2025-04-10 15:15:15'),
(3383, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:26:58', '2025-04-10 15:26:58'),
(3384, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:27:19', '2025-04-10 15:27:19'),
(3385, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:27:29', '2025-04-10 15:27:29'),
(3386, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:28:58', '2025-04-10 15:28:58'),
(3387, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:31:55', '2025-04-10 15:31:55'),
(3388, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:32:23', '2025-04-10 15:32:23'),
(3389, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:32:51', '2025-04-10 15:32:51'),
(3390, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:33:29', '2025-04-10 15:33:29'),
(3391, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:33:46', '2025-04-10 15:33:46'),
(3392, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:36:45', '2025-04-10 15:36:45'),
(3393, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:38:58', '2025-04-10 15:38:58'),
(3394, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:39:14', '2025-04-10 15:39:14'),
(3395, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:39:51', '2025-04-10 15:39:51'),
(3396, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:40:23', '2025-04-10 15:40:23'),
(3397, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:41:02', '2025-04-10 15:41:02'),
(3398, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:41:11', '2025-04-10 15:41:11'),
(3399, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:42:31', '2025-04-10 15:42:31'),
(3400, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:42:58', '2025-04-10 15:42:58'),
(3401, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:45:02', '2025-04-10 15:45:02'),
(3402, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:45:54', '2025-04-10 15:45:54'),
(3403, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:46:08', '2025-04-10 15:46:08'),
(3404, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:46:59', '2025-04-10 15:46:59'),
(3405, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:47:52', '2025-04-10 15:47:52'),
(3406, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 15:53:44', '2025-04-10 15:53:44'),
(3407, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 15:53:52', '2025-04-10 15:53:52'),
(3408, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 15:56:05', '2025-04-10 15:56:05'),
(3409, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 15:56:48', '2025-04-10 15:56:48'),
(3410, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 15:58:18', '2025-04-10 15:58:18'),
(3411, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 15:58:44', '2025-04-10 15:58:44'),
(3412, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 15:59:29', '2025-04-10 15:59:29'),
(3413, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 15:59:48', '2025-04-10 15:59:48'),
(3414, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:01:50', '2025-04-10 16:01:50'),
(3415, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:10:15', '2025-04-10 16:10:15'),
(3416, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:10:36', '2025-04-10 16:10:36'),
(3417, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:11:04', '2025-04-10 16:11:04'),
(3418, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:11:25', '2025-04-10 16:11:25'),
(3419, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:11:59', '2025-04-10 16:11:59'),
(3420, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:12:35', '2025-04-10 16:12:35'),
(3421, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:13:20', '2025-04-10 16:13:20'),
(3422, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:13:33', '2025-04-10 16:13:33'),
(3423, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:13:54', '2025-04-10 16:13:54'),
(3424, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:14:12', '2025-04-10 16:14:12'),
(3425, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:14:52', '2025-04-10 16:14:52'),
(3426, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:15:55', '2025-04-10 16:15:55'),
(3427, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:16:41', '2025-04-10 16:16:41'),
(3428, 1, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-04-10 16:16:46', '2025-04-10 16:16:46'),
(3429, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:16:47', '2025-04-10 16:16:47'),
(3430, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:18:23', '2025-04-10 16:18:23'),
(3431, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:18:34', '2025-04-10 16:18:34'),
(3432, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:23:19', '2025-04-10 16:23:19'),
(3433, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:24:06', '2025-04-10 16:24:06'),
(3434, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/1', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/1', '2025-04-10 16:24:17', '2025-04-10 16:24:17'),
(3435, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:24:28', '2025-04-10 16:24:28'),
(3436, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:25:54', '2025-04-10 16:25:54'),
(3437, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/3', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/3', '2025-04-10 16:26:00', '2025-04-10 16:26:00'),
(3438, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/1', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/1', '2025-04-10 16:26:03', '2025-04-10 16:26:03'),
(3439, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/1', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/1', '2025-04-10 16:26:15', '2025-04-10 16:26:15'),
(3440, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/1', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/1', '2025-04-10 16:26:32', '2025-04-10 16:26:32'),
(3441, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:26:36', '2025-04-10 16:26:36'),
(3442, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/3', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/3', '2025-04-10 16:26:39', '2025-04-10 16:26:39'),
(3443, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:26:45', '2025-04-10 16:26:45'),
(3444, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:29:01', '2025-04-10 16:29:01'),
(3445, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:31:04', '2025-04-10 16:31:04'),
(3446, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:40:18', '2025-04-10 16:40:18'),
(3447, 1, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-10 16:41:16', '2025-04-10 16:41:16'),
(3448, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-10 16:41:23', '2025-04-10 16:41:23'),
(3449, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 11:20:56', '2025-04-11 11:20:56'),
(3450, NULL, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/2', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/2', '2025-04-11 11:30:00', '2025-04-11 11:30:00'),
(3451, NULL, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/3', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/3', '2025-04-11 11:33:08', '2025-04-11 11:33:08'),
(3452, NULL, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/3', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/3', '2025-04-11 11:37:28', '2025-04-11 11:37:28'),
(3453, NULL, 'web.blog.details', '127.0.0.1', 'GET', 'blogs/blogs/3', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/3', '2025-04-11 11:37:53', '2025-04-11 11:37:53'),
(3454, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 11:38:00', '2025-04-11 11:38:00'),
(3455, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 11:39:47', '2025-04-11 11:39:47'),
(3456, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 11:40:01', '2025-04-11 11:40:01'),
(3457, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 11:40:42', '2025-04-11 11:40:42'),
(3458, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 11:43:16', '2025-04-11 11:43:16'),
(3459, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 11:45:27', '2025-04-11 11:45:27'),
(3460, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 11:46:26', '2025-04-11 11:46:26'),
(3461, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 11:47:05', '2025-04-11 11:47:05'),
(3462, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 11:47:21', '2025-04-11 11:47:21'),
(3463, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 12:01:02', '2025-04-11 12:01:02'),
(3464, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 12:02:02', '2025-04-11 12:02:02'),
(3465, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 12:03:25', '2025-04-11 12:03:25'),
(3466, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 12:04:47', '2025-04-11 12:04:47'),
(3467, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 12:05:42', '2025-04-11 12:05:42'),
(3468, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 14:33:50', '2025-04-11 14:33:50'),
(3469, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 14:43:44', '2025-04-11 14:43:44'),
(3470, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 14:43:56', '2025-04-11 14:43:56'),
(3471, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 14:44:58', '2025-04-11 14:44:58'),
(3472, NULL, 'web.blog.cat', '127.0.0.1', 'GET', 'blogs/blogs/cat/1', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/cat/1', '2025-04-11 14:45:02', '2025-04-11 14:45:02'),
(3473, NULL, 'web.blog.cat', '127.0.0.1', 'GET', 'blogs/blogs/cat/1', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs/cat/1', '2025-04-11 14:46:45', '2025-04-11 14:46:45'),
(3474, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 14:52:18', '2025-04-11 14:52:18'),
(3475, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 14:54:06', '2025-04-11 14:54:06'),
(3476, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:02:14', '2025-04-11 15:02:14'),
(3477, NULL, 'property.mortgage.byCity', '127.0.0.1', 'GET', 'property-list/property-list/mortgage/city/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/mortgage/city/3', '2025-04-11 15:02:18', '2025-04-11 15:02:18'),
(3478, NULL, 'property.mortgage.byCity', '127.0.0.1', 'GET', 'property-list/property-list/mortgage/city/4', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/mortgage/city/4', '2025-04-11 15:03:04', '2025-04-11 15:03:04'),
(3479, NULL, 'property.mortgage.byCity', '127.0.0.1', 'GET', 'property-list/property-list/mortgage/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/mortgage/city/1', '2025-04-11 15:03:06', '2025-04-11 15:03:06'),
(3480, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:03:14', '2025-04-11 15:03:14'),
(3481, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:04:33', '2025-04-11 15:04:33'),
(3482, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:07:21', '2025-04-11 15:07:21'),
(3483, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:08:04', '2025-04-11 15:08:04'),
(3484, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:08:26', '2025-04-11 15:08:26'),
(3485, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:09:03', '2025-04-11 15:09:03'),
(3486, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:11:41', '2025-04-11 15:11:41'),
(3487, NULL, 'property.byType', '127.0.0.1', 'GET', 'property-list/property-list/type/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/type/2', '2025-04-11 15:11:45', '2025-04-11 15:11:45'),
(3488, NULL, 'property.byType', '127.0.0.1', 'GET', 'property-list/property-list/type/2', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/type/2', '2025-04-11 15:12:26', '2025-04-11 15:12:26'),
(3489, NULL, 'property.byType', '127.0.0.1', 'GET', 'property-list/property-list/type/5', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/type/5', '2025-04-11 15:12:30', '2025-04-11 15:12:30'),
(3490, NULL, 'property.byType', '127.0.0.1', 'GET', 'property-list/property-list/type/3', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/type/3', '2025-04-11 15:12:33', '2025-04-11 15:12:33'),
(3491, NULL, 'property.byType', '127.0.0.1', 'GET', 'property-list/property-list/type/8', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/type/8', '2025-04-11 15:12:36', '2025-04-11 15:12:36'),
(3492, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:13:26', '2025-04-11 15:13:26'),
(3493, NULL, 'property.by.Type', '127.0.0.1', 'GET', 'property-list/property-list/by/type/6', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/by/type/6', '2025-04-11 15:13:32', '2025-04-11 15:13:32'),
(3494, NULL, 'property.by.Type', '127.0.0.1', 'GET', 'property-list/property-list/by/type/8', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/by/type/8', '2025-04-11 15:13:36', '2025-04-11 15:13:36'),
(3495, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:14:37', '2025-04-11 15:14:37'),
(3496, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:33:32', '2025-04-11 15:33:32'),
(3497, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:33:45', '2025-04-11 15:33:45'),
(3498, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 15:35:22', '2025-04-11 15:35:22'),
(3499, NULL, 'property.mortgage.byCity', '127.0.0.1', 'GET', 'property-list/property-list/mortgage/city/1', NULL, NULL, NULL, 'http://localhost:8000/property-list/property-list/mortgage/city/1', '2025-04-11 15:35:35', '2025-04-11 15:35:35'),
(3500, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/5', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/5', '2025-04-11 15:35:38', '2025-04-11 15:35:38'),
(3501, NULL, 'property.view', '127.0.0.1', 'GET', 'property-list/property/5', NULL, NULL, NULL, 'http://localhost:8000/property-list/property/5', '2025-04-11 15:43:47', '2025-04-11 15:43:47'),
(3502, NULL, 'web.blogs', '127.0.0.1', 'GET', 'blogs/blogs', NULL, NULL, NULL, 'http://localhost:8000/blogs/blogs', '2025-04-11 15:44:31', '2025-04-11 15:44:31'),
(3503, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 16:05:00', '2025-04-11 16:05:00'),
(3504, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 16:43:36', '2025-04-11 16:43:36'),
(3505, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:43:40', '2025-04-11 16:43:40'),
(3506, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:45:17', '2025-04-11 16:45:17'),
(3507, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:47:07', '2025-04-11 16:47:07'),
(3508, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:47:49', '2025-04-11 16:47:49'),
(3509, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:48:05', '2025-04-11 16:48:05'),
(3510, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:48:55', '2025-04-11 16:48:55'),
(3511, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:51:22', '2025-04-11 16:51:22'),
(3512, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:51:38', '2025-04-11 16:51:38'),
(3513, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:51:53', '2025-04-11 16:51:53'),
(3514, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:52:06', '2025-04-11 16:52:06'),
(3515, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:52:14', '2025-04-11 16:52:14'),
(3516, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:52:43', '2025-04-11 16:52:43'),
(3517, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:53:00', '2025-04-11 16:53:00'),
(3518, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:54:26', '2025-04-11 16:54:26'),
(3519, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:55:32', '2025-04-11 16:55:32'),
(3520, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:55:45', '2025-04-11 16:55:45'),
(3521, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:56:10', '2025-04-11 16:56:10'),
(3522, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:56:31', '2025-04-11 16:56:31'),
(3523, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:56:47', '2025-04-11 16:56:47'),
(3524, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:57:38', '2025-04-11 16:57:38'),
(3525, NULL, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-04-11 16:58:14', '2025-04-11 16:58:14'),
(3526, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-04-11 16:58:15', '2025-04-11 16:58:15'),
(3527, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 16:58:27', '2025-04-11 16:58:27'),
(3528, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 16:59:29', '2025-04-11 16:59:29'),
(3529, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 17:00:54', '2025-04-11 17:00:54'),
(3530, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 17:02:52', '2025-04-11 17:02:52'),
(3531, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 17:04:18', '2025-04-11 17:04:18'),
(3532, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 17:06:33', '2025-04-11 17:06:33'),
(3533, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 17:06:58', '2025-04-11 17:06:58'),
(3534, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 17:10:37', '2025-04-11 17:10:37'),
(3535, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 17:13:08', '2025-04-11 17:13:08'),
(3536, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 17:14:16', '2025-04-11 17:14:16'),
(3537, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 17:15:11', '2025-04-11 17:15:11'),
(3538, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 17:17:42', '2025-04-11 17:17:42'),
(3539, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-11 17:19:11', '2025-04-11 17:19:11'),
(3540, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-11 17:19:35', '2025-04-11 17:19:35'),
(3541, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-11 17:19:38', '2025-04-11 17:19:38'),
(3542, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-11 17:19:38', '2025-04-11 17:19:38'),
(3543, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-11 17:23:19', '2025-04-11 17:23:19'),
(3544, 1, 'properties', '127.0.0.1', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'http://localhost:8000/super/admin/properties', '2025-04-11 17:23:24', '2025-04-11 17:23:24'),
(3545, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-13 08:10:25', '2025-04-13 08:10:25'),
(3546, NULL, 'home', '152.59.164.97', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-13 21:04:01', '2025-04-13 21:04:01'),
(3547, NULL, 'login', '152.59.164.97', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-13 21:04:31', '2025-04-13 21:04:31'),
(3548, NULL, 'login.submit', '152.59.164.97', 'POST', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-13 21:04:36', '2025-04-13 21:04:36'),
(3549, 1, 'dashboard', '152.59.164.97', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/dashboard', '2025-04-13 21:04:37', '2025-04-13 21:04:37'),
(3550, 1, 'dashboard', '152.59.164.97', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/dashboard', '2025-04-13 21:20:33', '2025-04-13 21:20:33'),
(3551, 1, 'properties', '152.59.164.97', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-13 21:20:37', '2025-04-13 21:20:37'),
(3552, 1, 'auth.logout', '152.59.164.97', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/auth/logout', '2025-04-13 21:20:46', '2025-04-13 21:20:46'),
(3553, NULL, 'login', '152.59.164.97', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-13 21:20:47', '2025-04-13 21:20:47'),
(3554, NULL, 'login', '152.59.164.97', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-13 21:20:58', '2025-04-13 21:20:58'),
(3555, NULL, 'home', '152.59.164.97', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-13 21:21:16', '2025-04-13 21:21:16'),
(3556, NULL, 'home', '47.11.197.142', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-14 02:24:59', '2025-04-14 02:24:59'),
(3557, NULL, 'login', '47.11.197.142', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-14 02:26:42', '2025-04-14 02:26:42'),
(3558, NULL, 'home', '223.239.54.81', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-14 05:07:19', '2025-04-14 05:07:19'),
(3559, NULL, 'property.by.Type', '223.239.54.81', 'GET', 'property-list/property-list/by/type/5', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property-list/by/type/5', '2025-04-14 05:07:34', '2025-04-14 05:07:34'),
(3560, NULL, 'property.by.city', '223.239.54.81', 'GET', 'property-list/property-list/by/city/1', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property-list/by/city/1', '2025-04-14 05:08:56', '2025-04-14 05:08:56'),
(3561, NULL, 'home', '223.239.54.81', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-14 05:09:06', '2025-04-14 05:09:06'),
(3562, NULL, 'home', '223.239.52.96', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-14 09:37:53', '2025-04-14 09:37:53'),
(3563, NULL, 'home', '223.239.51.79', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-14 19:09:37', '2025-04-14 19:09:37'),
(3564, NULL, 'login', '103.77.138.218', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-15 00:22:21', '2025-04-15 00:22:21'),
(3565, NULL, 'home', '103.77.138.218', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 00:22:26', '2025-04-15 00:22:26'),
(3566, NULL, 'home', '103.77.138.218', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 00:25:26', '2025-04-15 00:25:26'),
(3567, NULL, 'home', '223.187.249.31', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 02:54:06', '2025-04-15 02:54:06'),
(3568, NULL, 'login', '223.187.249.31', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-15 02:55:01', '2025-04-15 02:55:01'),
(3569, NULL, 'login.submit', '223.187.249.31', 'POST', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-15 02:55:08', '2025-04-15 02:55:08'),
(3570, 1, 'dashboard', '223.187.249.31', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/dashboard', '2025-04-15 02:55:08', '2025-04-15 02:55:08');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(3571, 1, 'state.list', '223.187.249.31', 'GET', 'super/admin/state', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/state', '2025-04-15 02:55:30', '2025-04-15 02:55:30'),
(3572, 1, 'state.store', '223.187.249.31', 'POST', 'super/admin/state/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/state/store', '2025-04-15 02:56:00', '2025-04-15 02:56:00'),
(3573, 1, 'state.list', '223.187.249.31', 'GET', 'super/admin/state', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/state', '2025-04-15 02:56:00', '2025-04-15 02:56:00'),
(3574, 1, 'state.store', '223.187.249.31', 'POST', 'super/admin/state/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/state/store', '2025-04-15 02:56:15', '2025-04-15 02:56:15'),
(3575, 1, 'state.list', '223.187.249.31', 'GET', 'super/admin/state', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/state', '2025-04-15 02:56:16', '2025-04-15 02:56:16'),
(3576, 1, 'city.list', '223.187.249.31', 'GET', 'super/admin/city', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/city', '2025-04-15 02:56:20', '2025-04-15 02:56:20'),
(3577, 1, 'city.store', '223.187.249.31', 'POST', 'super/admin/city/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/city/store', '2025-04-15 02:57:04', '2025-04-15 02:57:04'),
(3578, 1, 'home', '223.187.249.31', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 02:57:04', '2025-04-15 02:57:04'),
(3579, 1, 'city.list', '223.187.249.31', 'GET', 'super/admin/city', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/city', '2025-04-15 02:57:04', '2025-04-15 02:57:04'),
(3580, 1, 'home', '223.187.249.31', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 02:58:08', '2025-04-15 02:58:08'),
(3581, 1, 'properties', '223.187.250.254', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-15 03:51:03', '2025-04-15 03:51:03'),
(3582, 1, 'property.list', '223.187.250.254', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/property/types', '2025-04-15 03:51:23', '2025-04-15 03:51:23'),
(3583, 1, 'property.list', '223.187.250.254', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/property/types', '2025-04-15 03:51:31', '2025-04-15 03:51:31'),
(3584, 1, 'properties', '223.187.250.254', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-15 03:51:38', '2025-04-15 03:51:38'),
(3585, 1, 'property.list', '223.187.250.254', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/property/types', '2025-04-15 03:51:42', '2025-04-15 03:51:42'),
(3586, 1, 'properties', '223.187.250.254', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-15 03:51:45', '2025-04-15 03:51:45'),
(3587, 1, 'features.list', '223.187.250.254', 'GET', 'super/admin/property/features', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/property/features', '2025-04-15 03:51:48', '2025-04-15 03:51:48'),
(3588, 1, 'properties', '223.187.250.254', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-15 03:52:27', '2025-04-15 03:52:27'),
(3589, 1, 'property.edit', '223.187.250.254', 'GET', 'super/admin/properties/edit/6', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/6', '2025-04-15 03:52:30', '2025-04-15 03:52:30'),
(3590, 1, 'property.edit', '223.187.250.254', 'GET', 'super/admin/properties/edit/6', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/6', '2025-04-15 04:02:08', '2025-04-15 04:02:08'),
(3591, 1, 'properties', '223.239.51.70', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-15 04:23:38', '2025-04-15 04:23:38'),
(3592, 1, 'property.add', '223.239.51.70', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-15 04:23:40', '2025-04-15 04:23:40'),
(3593, 1, 'property.add', '223.239.51.70', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-15 04:23:59', '2025-04-15 04:23:59'),
(3594, NULL, 'home', '47.11.199.181', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 04:29:24', '2025-04-15 04:29:24'),
(3595, NULL, 'home', '157.40.162.127', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 04:34:04', '2025-04-15 04:34:04'),
(3596, NULL, 'home', '106.221.123.66', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 04:34:26', '2025-04-15 04:34:26'),
(3597, NULL, 'home', '106.221.123.66', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 04:36:05', '2025-04-15 04:36:05'),
(3598, NULL, 'home', '106.221.123.66', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 04:48:10', '2025-04-15 04:48:10'),
(3599, NULL, 'home', '106.221.123.66', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 05:26:11', '2025-04-15 05:26:11'),
(3600, NULL, 'home', '124.40.244.37', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 05:27:34', '2025-04-15 05:27:34'),
(3601, NULL, 'home', '106.221.123.66', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 05:57:15', '2025-04-15 05:57:15'),
(3602, NULL, 'home', '106.221.123.66', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 05:58:17', '2025-04-15 05:58:17'),
(3603, NULL, 'home', '106.221.123.66', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 06:00:52', '2025-04-15 06:00:52'),
(3604, NULL, 'property.by.Type', '106.221.123.66', 'GET', 'property-list/property-list/by/type/2', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property-list/by/type/2', '2025-04-15 06:01:28', '2025-04-15 06:01:28'),
(3605, NULL, 'home', '223.239.50.105', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 07:24:26', '2025-04-15 07:24:26'),
(3606, NULL, 'property.list', '223.239.50.105', 'GET', 'super/admin/property/types', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/property/types', '2025-04-15 07:25:05', '2025-04-15 07:25:05'),
(3607, NULL, 'login', '223.239.50.105', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-15 07:25:06', '2025-04-15 07:25:06'),
(3608, NULL, 'login.submit', '223.239.50.105', 'POST', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-15 07:25:08', '2025-04-15 07:25:08'),
(3609, 1, 'dashboard', '223.239.50.105', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/dashboard', '2025-04-15 07:25:08', '2025-04-15 07:25:08'),
(3610, 1, 'properties', '223.239.50.105', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-15 07:25:44', '2025-04-15 07:25:44'),
(3611, 1, 'property.add', '223.239.50.105', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-15 07:25:46', '2025-04-15 07:25:46'),
(3612, 1, 'auth.logout', '223.239.50.105', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/auth/logout', '2025-04-15 07:53:17', '2025-04-15 07:53:17'),
(3613, NULL, 'login', '223.239.50.105', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-15 07:53:18', '2025-04-15 07:53:18'),
(3614, NULL, 'home', '152.59.158.65', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 08:16:12', '2025-04-15 08:16:12'),
(3615, NULL, 'login', '152.59.158.65', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-15 08:16:15', '2025-04-15 08:16:15'),
(3616, NULL, 'login.submit', '152.59.158.65', 'POST', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-15 08:16:17', '2025-04-15 08:16:17'),
(3617, 1, 'dashboard', '152.59.158.65', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/dashboard', '2025-04-15 08:16:18', '2025-04-15 08:16:18'),
(3618, 1, 'properties', '152.59.158.65', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-15 08:16:23', '2025-04-15 08:16:23'),
(3619, NULL, 'home', '103.77.138.144', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-15 17:29:20', '2025-04-15 17:29:20'),
(3620, NULL, 'login', '103.77.138.144', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-15 17:29:25', '2025-04-15 17:29:25'),
(3621, NULL, 'login.submit', '103.77.138.144', 'POST', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-15 17:29:27', '2025-04-15 17:29:27'),
(3622, 1, 'dashboard', '103.77.138.144', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/dashboard', '2025-04-15 17:29:27', '2025-04-15 17:29:27'),
(3623, 1, 'properties', '103.77.138.144', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-15 17:29:30', '2025-04-15 17:29:30'),
(3624, 1, 'property.add', '103.77.138.144', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-15 17:29:32', '2025-04-15 17:29:32'),
(3625, 1, 'property.add', '103.77.138.144', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-15 17:30:23', '2025-04-15 17:30:23'),
(3626, 1, 'property.add', '103.77.138.144', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-15 17:31:09', '2025-04-15 17:31:09'),
(3627, 1, 'property.add', '103.77.138.144', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-15 17:33:20', '2025-04-15 17:33:20'),
(3628, 1, 'property.edit', '103.77.138.144', 'GET', 'super/admin/properties/edit/6', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/6', '2025-04-15 17:33:30', '2025-04-15 17:33:30'),
(3629, NULL, 'home', '106.219.254.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 06:53:31', '2025-04-16 06:53:31'),
(3630, NULL, 'login', '106.219.254.223', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-16 06:53:31', '2025-04-16 06:53:31'),
(3631, NULL, 'login.submit', '106.219.254.223', 'POST', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-16 06:54:42', '2025-04-16 06:54:42'),
(3632, 1, 'dashboard', '106.219.254.223', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/dashboard', '2025-04-16 06:54:43', '2025-04-16 06:54:43'),
(3633, 1, 'properties', '106.219.252.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:12:33', '2025-04-16 07:12:33'),
(3634, 1, 'property.add', '106.219.252.223', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-16 07:13:03', '2025-04-16 07:13:03'),
(3635, 1, 'property.store', '106.219.251.223', 'POST', 'super/admin/properties/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/store', '2025-04-16 07:21:49', '2025-04-16 07:21:49'),
(3636, 1, 'properties', '106.219.251.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:21:50', '2025-04-16 07:21:50'),
(3637, 1, 'property.status.update', '106.219.251.223', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/status/update', '2025-04-16 07:21:56', '2025-04-16 07:21:56'),
(3638, 1, 'property.update.img', '106.219.251.223', 'POST', 'super/admin/properties/update/image/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/7', '2025-04-16 07:22:38', '2025-04-16 07:22:38'),
(3639, 1, 'properties', '106.219.251.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:22:39', '2025-04-16 07:22:39'),
(3640, 1, 'home', '106.219.251.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:22:41', '2025-04-16 07:22:41'),
(3641, 1, 'home', '106.219.251.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:22:47', '2025-04-16 07:22:47'),
(3642, 1, 'property.update.img', '106.219.251.223', 'POST', 'super/admin/properties/update/image/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/7', '2025-04-16 07:23:11', '2025-04-16 07:23:11'),
(3643, 1, 'properties', '106.219.251.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:23:12', '2025-04-16 07:23:12'),
(3644, 1, 'home', '106.219.251.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:23:16', '2025-04-16 07:23:16'),
(3645, 1, 'property.update.img', '106.219.251.223', 'POST', 'super/admin/properties/update/image/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/7', '2025-04-16 07:23:46', '2025-04-16 07:23:46'),
(3646, 1, 'properties', '106.219.251.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:23:46', '2025-04-16 07:23:46'),
(3647, 1, 'home', '106.219.251.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:23:49', '2025-04-16 07:23:49'),
(3648, 1, 'home', '106.219.251.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:23:53', '2025-04-16 07:23:53'),
(3649, 1, 'property.view', '106.219.251.223', 'GET', 'property-list/property/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/7', '2025-04-16 07:23:58', '2025-04-16 07:23:58'),
(3650, NULL, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:31:29', '2025-04-16 07:31:29'),
(3651, NULL, 'login', '152.59.165.54', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-16 07:31:33', '2025-04-16 07:31:33'),
(3652, NULL, 'login.submit', '152.59.165.54', 'POST', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-16 07:31:35', '2025-04-16 07:31:35'),
(3653, 1, 'dashboard', '152.59.165.54', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/dashboard', '2025-04-16 07:31:35', '2025-04-16 07:31:35'),
(3654, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:31:38', '2025-04-16 07:31:38'),
(3655, 1, 'property.update.features', '106.219.249.223', 'POST', 'super/admin/property/7/features/update', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/property/7/features/update', '2025-04-16 07:33:46', '2025-04-16 07:33:46'),
(3656, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:33:46', '2025-04-16 07:33:46'),
(3657, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/7', '2025-04-16 07:34:00', '2025-04-16 07:34:00'),
(3658, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:34:01', '2025-04-16 07:34:01'),
(3659, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:34:04', '2025-04-16 07:34:04'),
(3660, 1, 'property.update.img', '152.59.165.54', 'POST', 'super/admin/properties/update/image/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/7', '2025-04-16 07:34:51', '2025-04-16 07:34:51'),
(3661, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:34:51', '2025-04-16 07:34:51'),
(3662, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:35:54', '2025-04-16 07:35:54'),
(3663, 1, 'property.update.img', '152.59.165.54', 'POST', 'super/admin/properties/update/image/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/7', '2025-04-16 07:36:01', '2025-04-16 07:36:01'),
(3664, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:36:01', '2025-04-16 07:36:01'),
(3665, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/7', '2025-04-16 07:36:35', '2025-04-16 07:36:35'),
(3666, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:36:35', '2025-04-16 07:36:35'),
(3667, 1, 'property.update.img', '152.59.165.54', 'POST', 'super/admin/properties/update/image/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/7', '2025-04-16 07:36:38', '2025-04-16 07:36:38'),
(3668, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:36:38', '2025-04-16 07:36:38'),
(3669, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:36:38', '2025-04-16 07:36:38'),
(3670, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:36:43', '2025-04-16 07:36:43'),
(3671, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:36:54', '2025-04-16 07:36:54'),
(3672, 1, 'property.view', '106.219.249.223', 'GET', 'property-list/property/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/7', '2025-04-16 07:37:10', '2025-04-16 07:37:10'),
(3673, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:37:27', '2025-04-16 07:37:27'),
(3674, 1, 'property.view', '152.59.165.54', 'GET', 'property-list/property/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/7', '2025-04-16 07:37:44', '2025-04-16 07:37:44'),
(3675, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/7', '2025-04-16 07:39:07', '2025-04-16 07:39:07'),
(3676, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:39:07', '2025-04-16 07:39:07'),
(3677, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:39:09', '2025-04-16 07:39:09'),
(3678, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:39:44', '2025-04-16 07:39:44'),
(3679, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:39:59', '2025-04-16 07:39:59'),
(3680, 1, 'property.view', '106.219.249.223', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/2', '2025-04-16 07:40:21', '2025-04-16 07:40:21'),
(3681, 1, 'property.view', '106.219.249.223', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/2', '2025-04-16 07:41:01', '2025-04-16 07:41:01'),
(3682, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:41:09', '2025-04-16 07:41:09'),
(3683, 1, 'property.view', '152.59.165.54', 'GET', 'property-list/property/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/7', '2025-04-16 07:41:12', '2025-04-16 07:41:12'),
(3684, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:41:38', '2025-04-16 07:41:38'),
(3685, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:42:51', '2025-04-16 07:42:51'),
(3686, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:44:38', '2025-04-16 07:44:38'),
(3687, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/7', '2025-04-16 07:45:31', '2025-04-16 07:45:31'),
(3688, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:45:32', '2025-04-16 07:45:32'),
(3689, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:45:34', '2025-04-16 07:45:34'),
(3690, 1, 'property.add', '106.219.249.223', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-16 07:45:44', '2025-04-16 07:45:44'),
(3691, 1, 'property.view', '106.219.249.223', 'GET', 'property-list/property/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/7', '2025-04-16 07:47:58', '2025-04-16 07:47:58'),
(3692, 1, 'property.view', '106.219.249.223', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/2', '2025-04-16 07:48:03', '2025-04-16 07:48:03'),
(3693, 1, 'property.view', '152.59.165.54', 'GET', 'property-list/property/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/7', '2025-04-16 07:52:40', '2025-04-16 07:52:40'),
(3694, 1, 'property.view', '152.59.165.54', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/2', '2025-04-16 07:52:46', '2025-04-16 07:52:46'),
(3695, 1, 'property.store', '106.219.249.223', 'POST', 'super/admin/properties/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/store', '2025-04-16 07:53:08', '2025-04-16 07:53:08'),
(3696, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:53:09', '2025-04-16 07:53:09'),
(3697, 1, 'property.status.update', '106.219.249.223', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/status/update', '2025-04-16 07:53:11', '2025-04-16 07:53:11'),
(3698, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/8', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/8', '2025-04-16 07:53:33', '2025-04-16 07:53:33'),
(3699, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:53:33', '2025-04-16 07:53:33'),
(3700, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:53:35', '2025-04-16 07:53:35'),
(3701, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:54:44', '2025-04-16 07:54:44'),
(3702, 1, 'property.add', '106.219.249.223', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-16 07:54:58', '2025-04-16 07:54:58'),
(3703, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:55:11', '2025-04-16 07:55:11'),
(3704, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:55:15', '2025-04-16 07:55:15'),
(3705, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:55:32', '2025-04-16 07:55:32'),
(3706, 1, 'property.byCity', '152.59.165.54', 'GET', 'property-list/property-list/city/3', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property-list/city/3', '2025-04-16 07:55:48', '2025-04-16 07:55:48'),
(3707, 1, 'property.rent.byCity', '152.59.165.54', 'GET', 'property-list/property-list/rent/city/1', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property-list/rent/city/1', '2025-04-16 07:55:52', '2025-04-16 07:55:52'),
(3708, 1, 'property.rent.byCity', '152.59.165.54', 'GET', 'property-list/property-list/rent/city/property-detail-v1.html', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property-list/rent/city/property-detail-v1.html', '2025-04-16 07:55:57', '2025-04-16 07:55:57'),
(3709, 1, 'property.store', '106.219.249.223', 'POST', 'super/admin/properties/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/store', '2025-04-16 07:56:32', '2025-04-16 07:56:32'),
(3710, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:56:32', '2025-04-16 07:56:32'),
(3711, 1, 'property.status.update', '106.219.249.223', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/status/update', '2025-04-16 07:56:35', '2025-04-16 07:56:35'),
(3712, 1, 'property.rent.byCity', '152.59.165.54', 'GET', 'property-list/property-list/rent/city/1', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property-list/rent/city/1', '2025-04-16 07:56:47', '2025-04-16 07:56:47'),
(3713, 1, 'property.view', '152.59.165.54', 'GET', 'property-list/property/3', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/3', '2025-04-16 07:56:50', '2025-04-16 07:56:50'),
(3714, 1, 'property.view', '152.59.165.54', 'GET', 'property-list/property/3', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/3', '2025-04-16 07:56:54', '2025-04-16 07:56:54'),
(3715, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:56:59', '2025-04-16 07:56:59'),
(3716, 1, 'property.view', '152.59.165.54', 'GET', 'property-list/property/2', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/2', '2025-04-16 07:57:07', '2025-04-16 07:57:07'),
(3717, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:57:36', '2025-04-16 07:57:36'),
(3718, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:57:50', '2025-04-16 07:57:50'),
(3719, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:58:26', '2025-04-16 07:58:26'),
(3720, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/9', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/9', '2025-04-16 07:59:09', '2025-04-16 07:59:09'),
(3721, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 07:59:09', '2025-04-16 07:59:09'),
(3722, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:59:15', '2025-04-16 07:59:15'),
(3723, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 07:59:55', '2025-04-16 07:59:55'),
(3724, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:00:03', '2025-04-16 08:00:03'),
(3725, NULL, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:00:19', '2025-04-16 08:00:19'),
(3726, NULL, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:00:32', '2025-04-16 08:00:32'),
(3727, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:00:44', '2025-04-16 08:00:44'),
(3728, 1, 'property.add', '106.219.249.223', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-16 08:00:58', '2025-04-16 08:00:58'),
(3729, 1, 'property.store', '106.219.249.223', 'POST', 'super/admin/properties/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/store', '2025-04-16 08:04:42', '2025-04-16 08:04:42'),
(3730, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:04:43', '2025-04-16 08:04:43'),
(3731, 1, 'property.status.update', '106.219.249.223', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/status/update', '2025-04-16 08:04:45', '2025-04-16 08:04:45'),
(3732, 1, 'property.update.features', '106.219.249.223', 'POST', 'super/admin/property/10/features/update', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/property/10/features/update', '2025-04-16 08:04:50', '2025-04-16 08:04:50'),
(3733, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:04:51', '2025-04-16 08:04:51'),
(3734, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/10', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/10', '2025-04-16 08:05:45', '2025-04-16 08:05:45'),
(3735, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:05:46', '2025-04-16 08:05:46'),
(3736, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:05:48', '2025-04-16 08:05:48'),
(3737, 1, 'property.view', '106.219.249.223', 'GET', 'property-list/property/10', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/10', '2025-04-16 08:06:23', '2025-04-16 08:06:23'),
(3738, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:06:48', '2025-04-16 08:06:48'),
(3739, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:06:49', '2025-04-16 08:06:49'),
(3740, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:07:13', '2025-04-16 08:07:13'),
(3741, NULL, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:07:30', '2025-04-16 08:07:30'),
(3742, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:07:33', '2025-04-16 08:07:33'),
(3743, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:07:50', '2025-04-16 08:07:50'),
(3744, 1, 'login', '152.59.165.54', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-16 08:07:51', '2025-04-16 08:07:51'),
(3745, 1, 'login.submit', '152.59.165.54', 'POST', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-16 08:07:53', '2025-04-16 08:07:53'),
(3746, 1, 'dashboard', '152.59.165.54', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/dashboard', '2025-04-16 08:07:53', '2025-04-16 08:07:53'),
(3747, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:07:56', '2025-04-16 08:07:56'),
(3748, 1, 'property.edit', '152.59.165.54', 'GET', 'super/admin/properties/edit/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/7', '2025-04-16 08:08:02', '2025-04-16 08:08:02'),
(3749, 1, 'property.add', '106.219.249.223', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-16 08:08:03', '2025-04-16 08:08:03'),
(3750, 1, 'property.update', '152.59.165.54', 'GET', 'super/admin/properties/update/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/7', '2025-04-16 08:08:15', '2025-04-16 08:08:15'),
(3751, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:08:15', '2025-04-16 08:08:15'),
(3752, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:08:18', '2025-04-16 08:08:18'),
(3753, 1, 'property.store', '106.219.249.223', 'POST', 'super/admin/properties/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/store', '2025-04-16 08:09:53', '2025-04-16 08:09:53'),
(3754, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:09:53', '2025-04-16 08:09:53'),
(3755, 1, 'property.status.update', '106.219.249.223', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/status/update', '2025-04-16 08:09:55', '2025-04-16 08:09:55'),
(3756, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:10:01', '2025-04-16 08:10:01'),
(3757, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/11', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/11', '2025-04-16 08:10:29', '2025-04-16 08:10:29'),
(3758, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:10:30', '2025-04-16 08:10:30'),
(3759, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:10:32', '2025-04-16 08:10:32'),
(3760, 1, 'property.mortgage.byCity', '106.219.249.223', 'GET', 'property-list/property-list/mortgage/city/1', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property-list/mortgage/city/1', '2025-04-16 08:11:06', '2025-04-16 08:11:06'),
(3761, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/11', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/11', '2025-04-16 08:11:27', '2025-04-16 08:11:27'),
(3762, 1, 'property.update', '106.219.249.223', 'GET', 'super/admin/properties/update/11', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/11', '2025-04-16 08:11:45', '2025-04-16 08:11:45'),
(3763, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:11:45', '2025-04-16 08:11:45'),
(3764, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:11:48', '2025-04-16 08:11:48'),
(3765, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:11:55', '2025-04-16 08:11:55'),
(3766, 1, 'property.add', '106.219.249.223', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-16 08:12:06', '2025-04-16 08:12:06'),
(3767, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:13:00', '2025-04-16 08:13:00'),
(3768, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:13:21', '2025-04-16 08:13:21'),
(3769, 1, 'property.view', '152.59.165.54', 'GET', 'property-list/property/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/7', '2025-04-16 08:13:26', '2025-04-16 08:13:26'),
(3770, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:14:27', '2025-04-16 08:14:27'),
(3771, 1, 'property.store', '106.219.249.223', 'POST', 'super/admin/properties/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/store', '2025-04-16 08:14:36', '2025-04-16 08:14:36'),
(3772, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:14:36', '2025-04-16 08:14:36'),
(3773, 1, 'property.status.update', '106.219.249.223', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/status/update', '2025-04-16 08:14:38', '2025-04-16 08:14:38'),
(3774, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/12', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/12', '2025-04-16 08:15:22', '2025-04-16 08:15:22'),
(3775, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:15:23', '2025-04-16 08:15:23'),
(3776, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:16:56', '2025-04-16 08:16:56'),
(3777, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/7', '2025-04-16 08:21:40', '2025-04-16 08:21:40'),
(3778, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/7', '2025-04-16 08:21:53', '2025-04-16 08:21:53'),
(3779, 1, 'property.view', '106.219.249.223', 'GET', 'property-list/property/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/7', '2025-04-16 08:22:19', '2025-04-16 08:22:19'),
(3780, 1, 'property.update', '106.219.249.223', 'GET', 'super/admin/properties/update/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/7', '2025-04-16 08:24:27', '2025-04-16 08:24:27'),
(3781, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:24:27', '2025-04-16 08:24:27'),
(3782, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/7', '2025-04-16 08:25:10', '2025-04-16 08:25:10'),
(3783, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:25:11', '2025-04-16 08:25:11'),
(3784, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:25:13', '2025-04-16 08:25:13'),
(3785, 1, 'property.add', '106.219.249.223', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-16 08:25:42', '2025-04-16 08:25:42'),
(3786, 1, 'property.store', '106.219.249.223', 'POST', 'super/admin/properties/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/store', '2025-04-16 08:27:14', '2025-04-16 08:27:14'),
(3787, 1, 'property.add', '106.219.249.223', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-16 08:27:14', '2025-04-16 08:27:14'),
(3788, 1, 'property.store', '106.219.249.223', 'POST', 'super/admin/properties/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/store', '2025-04-16 08:28:01', '2025-04-16 08:28:01'),
(3789, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:28:02', '2025-04-16 08:28:02'),
(3790, 1, 'property.status.update', '106.219.249.223', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/status/update', '2025-04-16 08:28:04', '2025-04-16 08:28:04'),
(3791, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/13', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/13', '2025-04-16 08:28:30', '2025-04-16 08:28:30'),
(3792, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:28:30', '2025-04-16 08:28:30'),
(3793, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:28:33', '2025-04-16 08:28:33'),
(3794, 1, 'property.add', '106.219.249.223', 'GET', 'super/admin/properties/add', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/add', '2025-04-16 08:28:52', '2025-04-16 08:28:52'),
(3795, 1, 'property.store', '106.219.249.223', 'POST', 'super/admin/properties/store', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/store', '2025-04-16 08:30:01', '2025-04-16 08:30:01'),
(3796, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:30:02', '2025-04-16 08:30:02'),
(3797, 1, 'property.status.update', '106.219.249.223', 'POST', 'super/admin/properties/status/update', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/status/update', '2025-04-16 08:30:04', '2025-04-16 08:30:04'),
(3798, 1, 'property.update.img', '106.219.249.223', 'POST', 'super/admin/properties/update/image/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/image/14', '2025-04-16 08:30:29', '2025-04-16 08:30:29'),
(3799, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:30:29', '2025-04-16 08:30:29'),
(3800, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:30:33', '2025-04-16 08:30:33'),
(3801, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:31:26', '2025-04-16 08:31:26'),
(3802, 1, 'property.update', '106.219.249.223', 'GET', 'super/admin/properties/update/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/14', '2025-04-16 08:31:35', '2025-04-16 08:31:35'),
(3803, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:31:36', '2025-04-16 08:31:36'),
(3804, 1, 'property.view', '106.219.249.223', 'GET', 'property-list/property/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/14', '2025-04-16 08:32:36', '2025-04-16 08:32:36'),
(3805, 1, 'web.contact', '106.219.249.223', 'GET', 'contact-us', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/contact-us', '2025-04-16 08:32:42', '2025-04-16 08:32:42'),
(3806, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:34:58', '2025-04-16 08:34:58');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(3807, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:35:10', '2025-04-16 08:35:10'),
(3808, 1, 'property.update', '106.219.249.223', 'GET', 'super/admin/properties/update/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/14', '2025-04-16 08:35:17', '2025-04-16 08:35:17'),
(3809, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:35:18', '2025-04-16 08:35:18'),
(3810, 1, 'auth.logout', '106.219.249.223', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/auth/logout', '2025-04-16 08:35:56', '2025-04-16 08:35:56'),
(3811, NULL, 'login', '106.219.249.223', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-16 08:35:57', '2025-04-16 08:35:57'),
(3812, NULL, 'login.submit', '106.219.249.223', 'POST', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-16 08:36:02', '2025-04-16 08:36:02'),
(3813, 1, 'dashboard', '106.219.249.223', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/dashboard', '2025-04-16 08:36:02', '2025-04-16 08:36:02'),
(3814, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:36:11', '2025-04-16 08:36:11'),
(3815, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:36:14', '2025-04-16 08:36:14'),
(3816, 1, 'property.update', '106.219.249.223', 'GET', 'super/admin/properties/update/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/14', '2025-04-16 08:36:21', '2025-04-16 08:36:21'),
(3817, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:36:21', '2025-04-16 08:36:21'),
(3818, NULL, 'login', '152.59.165.54', 'GET', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-16 08:38:42', '2025-04-16 08:38:42'),
(3819, NULL, 'login.submit', '152.59.165.54', 'POST', 'super/admin', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin', '2025-04-16 08:38:44', '2025-04-16 08:38:44'),
(3820, 1, 'dashboard', '152.59.165.54', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/dashboard', '2025-04-16 08:38:45', '2025-04-16 08:38:45'),
(3821, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:38:49', '2025-04-16 08:38:49'),
(3822, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:38:59', '2025-04-16 08:38:59'),
(3823, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:39:00', '2025-04-16 08:39:00'),
(3824, 1, 'property.edit', '152.59.165.54', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:39:28', '2025-04-16 08:39:28'),
(3825, 1, 'property.update', '152.59.165.54', 'GET', 'super/admin/properties/update/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/14', '2025-04-16 08:39:44', '2025-04-16 08:39:44'),
(3826, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:39:44', '2025-04-16 08:39:44'),
(3827, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:40:25', '2025-04-16 08:40:25'),
(3828, 1, 'property.update', '106.219.249.223', 'GET', 'super/admin/properties/update/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/14', '2025-04-16 08:40:40', '2025-04-16 08:40:40'),
(3829, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:40:41', '2025-04-16 08:40:41'),
(3830, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:41:42', '2025-04-16 08:41:42'),
(3831, 1, 'property.edit', '152.59.165.54', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:42:03', '2025-04-16 08:42:03'),
(3832, 1, 'property.edit', '152.59.165.54', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:42:23', '2025-04-16 08:42:23'),
(3833, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:43:12', '2025-04-16 08:43:12'),
(3834, 1, 'property.edit', '152.59.165.54', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:43:19', '2025-04-16 08:43:19'),
(3835, 1, 'property.update', '152.59.165.54', 'GET', 'super/admin/properties/update/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/14', '2025-04-16 08:43:48', '2025-04-16 08:43:48'),
(3836, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:43:48', '2025-04-16 08:43:48'),
(3837, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:44:17', '2025-04-16 08:44:17'),
(3838, 1, 'property.update', '106.219.249.223', 'GET', 'super/admin/properties/update/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/14', '2025-04-16 08:44:31', '2025-04-16 08:44:31'),
(3839, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:44:31', '2025-04-16 08:44:31'),
(3840, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:46:02', '2025-04-16 08:46:02'),
(3841, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:47:02', '2025-04-16 08:47:02'),
(3842, 1, 'property.update', '106.219.249.223', 'GET', 'super/admin/properties/update/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/14', '2025-04-16 08:47:14', '2025-04-16 08:47:14'),
(3843, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:47:15', '2025-04-16 08:47:15'),
(3844, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:48:53', '2025-04-16 08:48:53'),
(3845, 1, 'property.edit', '152.59.165.54', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:49:13', '2025-04-16 08:49:13'),
(3846, 1, 'property.update', '152.59.165.54', 'GET', 'super/admin/properties/update/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/14', '2025-04-16 08:49:30', '2025-04-16 08:49:30'),
(3847, 1, 'property.edit', '152.59.165.54', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:49:30', '2025-04-16 08:49:30'),
(3848, 1, 'property.update', '152.59.165.54', 'GET', 'super/admin/properties/update/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/14', '2025-04-16 08:50:02', '2025-04-16 08:50:02'),
(3849, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:50:02', '2025-04-16 08:50:02'),
(3850, 1, 'property.edit', '152.59.165.54', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:52:19', '2025-04-16 08:52:19'),
(3851, 1, 'property.edit', '152.59.165.54', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:52:20', '2025-04-16 08:52:20'),
(3852, 1, 'property.edit', '152.59.165.54', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:52:48', '2025-04-16 08:52:48'),
(3853, 1, 'property.edit', '152.59.165.54', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:52:51', '2025-04-16 08:52:51'),
(3854, 1, 'property.update', '152.59.165.54', 'GET', 'super/admin/properties/update/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/14', '2025-04-16 08:53:06', '2025-04-16 08:53:06'),
(3855, 1, 'properties', '152.59.165.54', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:53:06', '2025-04-16 08:53:06'),
(3856, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/14', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/14', '2025-04-16 08:53:43', '2025-04-16 08:53:43'),
(3857, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:53:54', '2025-04-16 08:53:54'),
(3858, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:53:57', '2025-04-16 08:53:57'),
(3859, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:54:09', '2025-04-16 08:54:09'),
(3860, 1, 'property.edit', '106.219.249.223', 'GET', 'super/admin/properties/edit/13', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/edit/13', '2025-04-16 08:54:14', '2025-04-16 08:54:14'),
(3861, 1, 'property.update', '106.219.249.223', 'GET', 'super/admin/properties/update/13', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties/update/13', '2025-04-16 08:54:22', '2025-04-16 08:54:22'),
(3862, 1, 'properties', '106.219.249.223', 'GET', 'super/admin/properties', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/super/admin/properties', '2025-04-16 08:54:22', '2025-04-16 08:54:22'),
(3863, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:54:25', '2025-04-16 08:54:25'),
(3864, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:55:07', '2025-04-16 08:55:07'),
(3865, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:55:16', '2025-04-16 08:55:16'),
(3866, 1, 'property.by.Type', '106.219.249.223', 'GET', 'property-list/property-list/by/type/5', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property-list/by/type/5', '2025-04-16 08:55:53', '2025-04-16 08:55:53'),
(3867, 1, 'property.by.Type', '106.219.249.223', 'GET', 'property-list/property-list/by/type/5', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property-list/by/type/5', '2025-04-16 08:57:42', '2025-04-16 08:57:42'),
(3868, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:57:47', '2025-04-16 08:57:47'),
(3869, NULL, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:58:19', '2025-04-16 08:58:19'),
(3870, 1, 'home', '106.219.249.223', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 08:58:45', '2025-04-16 08:58:45'),
(3871, 1, 'property.view', '152.59.165.54', 'GET', 'property-list/property/7', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public/property-list/property/7', '2025-04-16 09:00:19', '2025-04-16 09:00:19'),
(3872, 1, 'home', '152.59.165.54', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-16 09:00:30', '2025-04-16 09:00:30'),
(3873, NULL, 'home', '106.219.250.70', 'GET', '/', NULL, NULL, NULL, 'https://treeshaeduvice.co/treesha_realestate/public', '2025-04-18 05:01:10', '2025-04-18 05:01:10'),
(3874, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-26 05:19:47', '2025-04-26 05:19:47'),
(3875, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-26 05:19:52', '2025-04-26 05:19:52'),
(3876, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-26 05:20:29', '2025-04-26 05:20:29'),
(3877, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-26 05:20:40', '2025-04-26 05:20:40'),
(3878, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-26 05:22:59', '2025-04-26 05:22:59'),
(3879, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-26 05:23:10', '2025-04-26 05:23:10'),
(3880, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-26 05:23:56', '2025-04-26 05:23:56'),
(3881, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-26 05:24:06', '2025-04-26 05:24:06'),
(3882, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-26 05:24:13', '2025-04-26 05:24:13'),
(3883, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-26 05:24:15', '2025-04-26 05:24:15'),
(3884, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-04-26 05:24:20', '2025-04-26 05:24:20'),
(3885, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-04-26 05:26:16', '2025-04-26 05:26:16'),
(3886, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-04-26 05:26:27', '2025-04-26 05:26:27'),
(3887, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-04-26 05:26:43', '2025-04-26 05:26:43'),
(3888, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-04-26 05:29:14', '2025-04-26 05:29:14'),
(3889, 1, 'enquery.list', '127.0.0.1', 'GET', 'super/admin/enquery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/enquery', '2025-04-26 05:29:38', '2025-04-26 05:29:38'),
(3890, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-26 05:29:45', '2025-04-26 05:29:45'),
(3891, 1, 'blog.edit', '127.0.0.1', 'GET', 'super/admin/blog/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog/edit/3', '2025-04-26 05:29:48', '2025-04-26 05:29:48'),
(3892, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-29 15:55:43', '2025-04-29 15:55:43'),
(3893, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-29 15:55:49', '2025-04-29 15:55:49'),
(3894, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-29 16:30:28', '2025-04-29 16:30:28'),
(3895, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-29 16:30:51', '2025-04-29 16:30:51'),
(3896, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-29 16:31:16', '2025-04-29 16:31:16'),
(3897, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-29 16:31:20', '2025-04-29 16:31:20'),
(3898, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-29 16:31:26', '2025-04-29 16:31:26'),
(3899, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-29 16:57:52', '2025-04-29 16:57:52'),
(3900, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-29 16:58:02', '2025-04-29 16:58:02'),
(3901, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 16:59:32', '2025-04-29 16:59:32'),
(3902, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 16:59:45', '2025-04-29 16:59:45'),
(3903, 1, 'banner.create', '127.0.0.1', 'GET', 'super/admin/banner/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/create', '2025-04-29 16:59:49', '2025-04-29 16:59:49'),
(3904, 1, 'banner.create', '127.0.0.1', 'GET', 'super/admin/banner/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/create', '2025-04-29 17:00:45', '2025-04-29 17:00:45'),
(3905, 1, 'banner.store', '127.0.0.1', 'POST', 'super/admin/banner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/store', '2025-04-29 17:02:11', '2025-04-29 17:02:11'),
(3906, 1, 'banner.store', '127.0.0.1', 'POST', 'super/admin/banner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/store', '2025-04-29 17:02:52', '2025-04-29 17:02:52'),
(3907, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 17:02:53', '2025-04-29 17:02:53'),
(3908, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 17:03:19', '2025-04-29 17:03:19'),
(3909, 1, 'banner.delete', '127.0.0.1', 'GET', 'super/admin/banner/delete/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/delete/1', '2025-04-29 17:03:28', '2025-04-29 17:03:28'),
(3910, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 17:03:54', '2025-04-29 17:03:54'),
(3911, 1, 'banner.delete', '127.0.0.1', 'GET', 'super/admin/banner/delete/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/delete/1', '2025-04-29 17:03:58', '2025-04-29 17:03:58'),
(3912, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 17:03:59', '2025-04-29 17:03:59'),
(3913, 1, 'banner.create', '127.0.0.1', 'GET', 'super/admin/banner/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/create', '2025-04-29 17:04:01', '2025-04-29 17:04:01'),
(3914, 1, 'banner.store', '127.0.0.1', 'POST', 'super/admin/banner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/store', '2025-04-29 17:04:18', '2025-04-29 17:04:18'),
(3915, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 17:04:19', '2025-04-29 17:04:19'),
(3916, 1, 'banner.edit', '127.0.0.1', 'GET', 'super/admin/banner/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/edit/2', '2025-04-29 17:04:24', '2025-04-29 17:04:24'),
(3917, 1, 'banner.edit', '127.0.0.1', 'GET', 'super/admin/banner/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/edit/2', '2025-04-29 17:04:54', '2025-04-29 17:04:54'),
(3918, 1, 'banner.update', '127.0.0.1', 'POST', 'super/admin/banner/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/update/2', '2025-04-29 17:20:21', '2025-04-29 17:20:21'),
(3919, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-29 17:20:22', '2025-04-29 17:20:22'),
(3920, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 17:20:33', '2025-04-29 17:20:33'),
(3921, 1, 'banner.edit', '127.0.0.1', 'GET', 'super/admin/banner/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/edit/2', '2025-04-29 17:21:50', '2025-04-29 17:21:50'),
(3922, 1, 'banner.edit', '127.0.0.1', 'GET', 'super/admin/banner/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/edit/2', '2025-04-29 17:22:21', '2025-04-29 17:22:21'),
(3923, 1, 'banner.update', '127.0.0.1', 'POST', 'super/admin/banner/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/update/2', '2025-04-29 17:22:29', '2025-04-29 17:22:29'),
(3924, 1, 'blog.list', '127.0.0.1', 'GET', 'super/admin/blog', NULL, NULL, NULL, 'http://localhost:8000/super/admin/blog', '2025-04-29 17:22:29', '2025-04-29 17:22:29'),
(3925, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 17:22:48', '2025-04-29 17:22:48'),
(3926, 1, 'banner.edit', '127.0.0.1', 'GET', 'super/admin/banner/edit/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/edit/2', '2025-04-29 17:22:52', '2025-04-29 17:22:52'),
(3927, 1, 'banner.update', '127.0.0.1', 'POST', 'super/admin/banner/update/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/update/2', '2025-04-29 17:22:55', '2025-04-29 17:22:55'),
(3928, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 17:22:56', '2025-04-29 17:22:56'),
(3929, 1, 'banner.create', '127.0.0.1', 'GET', 'super/admin/banner/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/create', '2025-04-29 17:23:01', '2025-04-29 17:23:01'),
(3930, 1, 'banner.store', '127.0.0.1', 'POST', 'super/admin/banner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/store', '2025-04-29 17:23:53', '2025-04-29 17:23:53'),
(3931, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 17:23:54', '2025-04-29 17:23:54'),
(3932, 1, 'banner.create', '127.0.0.1', 'GET', 'super/admin/banner/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/create', '2025-04-29 17:24:07', '2025-04-29 17:24:07'),
(3933, 1, 'banner.store', '127.0.0.1', 'POST', 'super/admin/banner/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner/store', '2025-04-29 17:24:42', '2025-04-29 17:24:42'),
(3934, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 17:24:42', '2025-04-29 17:24:42'),
(3935, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-29 17:53:26', '2025-04-29 17:53:26'),
(3936, 1, 'services.list', '127.0.0.1', 'GET', 'super/admin/services', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services', '2025-04-29 17:53:42', '2025-04-29 17:53:42'),
(3937, 1, 'services.create', '127.0.0.1', 'GET', 'super/admin/services/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/create', '2025-04-29 17:53:45', '2025-04-29 17:53:45'),
(3938, 1, 'services.create', '127.0.0.1', 'GET', 'super/admin/services/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/create', '2025-04-29 17:56:17', '2025-04-29 17:56:17'),
(3939, 1, 'services.create', '127.0.0.1', 'GET', 'super/admin/services/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/create', '2025-04-29 17:56:40', '2025-04-29 17:56:40'),
(3940, 1, 'services.store', '127.0.0.1', 'POST', 'super/admin/services/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/store', '2025-04-29 17:58:00', '2025-04-29 17:58:00'),
(3941, 1, 'services.list', '127.0.0.1', 'GET', 'super/admin/services', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services', '2025-04-29 17:58:02', '2025-04-29 17:58:02'),
(3942, 1, 'services.list', '127.0.0.1', 'GET', 'super/admin/services', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services', '2025-04-29 17:58:21', '2025-04-29 17:58:21'),
(3943, 1, 'services.edit', '127.0.0.1', 'GET', 'super/admin/services/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/edit/1', '2025-04-29 17:58:29', '2025-04-29 17:58:29'),
(3944, 1, 'services.edit', '127.0.0.1', 'GET', 'super/admin/services/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/edit/1', '2025-04-29 18:01:06', '2025-04-29 18:01:06'),
(3945, 1, 'services.update', '127.0.0.1', 'POST', 'super/admin/services/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/update/1', '2025-04-29 18:01:15', '2025-04-29 18:01:15'),
(3946, 1, 'services.list', '127.0.0.1', 'GET', 'super/admin/services', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services', '2025-04-29 18:01:16', '2025-04-29 18:01:16'),
(3947, 1, 'services.edit', '127.0.0.1', 'GET', 'super/admin/services/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/edit/1', '2025-04-29 18:01:20', '2025-04-29 18:01:20'),
(3948, 1, 'services.create', '127.0.0.1', 'GET', 'super/admin/services/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/create', '2025-04-29 18:01:34', '2025-04-29 18:01:34'),
(3949, 1, 'services.store', '127.0.0.1', 'POST', 'super/admin/services/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/store', '2025-04-29 18:03:04', '2025-04-29 18:03:04'),
(3950, 1, 'services.list', '127.0.0.1', 'GET', 'super/admin/services', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services', '2025-04-29 18:03:05', '2025-04-29 18:03:05'),
(3951, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-04-29 18:03:28', '2025-04-29 18:03:28'),
(3952, 1, 'edit.site', '127.0.0.1', 'GET', 'super/admin/site-settings/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/site-settings/edit/1', '2025-04-29 18:03:40', '2025-04-29 18:03:40'),
(3953, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-04-29 18:06:19', '2025-04-29 18:06:19'),
(3954, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-04-29 18:38:36', '2025-04-29 18:38:36'),
(3955, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:41:55', '2025-04-29 18:41:55'),
(3956, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:42:14', '2025-04-29 18:42:14'),
(3957, 1, 'services.create', '127.0.0.1', 'GET', 'super/admin/services/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/create', '2025-04-29 18:42:23', '2025-04-29 18:42:23'),
(3958, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:43:42', '2025-04-29 18:43:42'),
(3959, 1, 'project.create', '127.0.0.1', 'GET', 'super/admin/project/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project/create', '2025-04-29 18:43:44', '2025-04-29 18:43:44'),
(3960, 1, 'project.store', '127.0.0.1', 'POST', 'super/admin/project/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project/store', '2025-04-29 18:44:56', '2025-04-29 18:44:56'),
(3961, 1, 'project.store', '127.0.0.1', 'POST', 'super/admin/project/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project/store', '2025-04-29 18:47:44', '2025-04-29 18:47:44'),
(3962, 1, 'project.store', '127.0.0.1', 'POST', 'super/admin/project/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project/store', '2025-04-29 18:49:02', '2025-04-29 18:49:02'),
(3963, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:49:03', '2025-04-29 18:49:03'),
(3964, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:49:33', '2025-04-29 18:49:33'),
(3965, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:49:41', '2025-04-29 18:49:41'),
(3966, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:50:01', '2025-04-29 18:50:01'),
(3967, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:50:32', '2025-04-29 18:50:32'),
(3968, 1, 'services.edit', '127.0.0.1', 'GET', 'super/admin/services/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/services/edit/1', '2025-04-29 18:50:37', '2025-04-29 18:50:37'),
(3969, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:50:55', '2025-04-29 18:50:55'),
(3970, 1, 'project.edit', '127.0.0.1', 'GET', 'super/admin/project/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project/edit/1', '2025-04-29 18:50:57', '2025-04-29 18:50:57'),
(3971, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:51:17', '2025-04-29 18:51:17'),
(3972, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:51:57', '2025-04-29 18:51:57'),
(3973, 1, 'project.edit', '127.0.0.1', 'GET', 'super/admin/project/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project/edit/1', '2025-04-29 18:52:00', '2025-04-29 18:52:00'),
(3974, 1, 'project.update', '127.0.0.1', 'POST', 'super/admin/project/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project/update/1', '2025-04-29 18:52:19', '2025-04-29 18:52:19'),
(3975, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:52:19', '2025-04-29 18:52:19'),
(3976, 1, 'project.edit', '127.0.0.1', 'GET', 'super/admin/project/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project/edit/1', '2025-04-29 18:52:21', '2025-04-29 18:52:21'),
(3977, 1, 'project.create', '127.0.0.1', 'GET', 'super/admin/project/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project/create', '2025-04-29 18:52:40', '2025-04-29 18:52:40'),
(3978, 1, 'project.store', '127.0.0.1', 'POST', 'super/admin/project/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project/store', '2025-04-29 18:53:20', '2025-04-29 18:53:20'),
(3979, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:53:20', '2025-04-29 18:53:20'),
(3980, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:53:33', '2025-04-29 18:53:33'),
(3981, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:54:03', '2025-04-29 18:54:03'),
(3982, 1, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-29 18:54:14', '2025-04-29 18:54:14'),
(3983, NULL, 'project.list', '127.0.0.1', 'GET', 'super/admin/project', NULL, NULL, NULL, 'http://localhost:8000/super/admin/project', '2025-04-30 05:05:06', '2025-04-30 05:05:06'),
(3984, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-30 05:05:06', '2025-04-30 05:05:06'),
(3985, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-30 05:05:09', '2025-04-30 05:05:09'),
(3986, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-30 05:05:09', '2025-04-30 05:05:09'),
(3987, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-30 05:06:35', '2025-04-30 05:06:35'),
(3988, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-04-30 05:06:38', '2025-04-30 05:06:38'),
(3989, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-30 15:50:27', '2025-04-30 15:50:27'),
(3990, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-30 15:50:32', '2025-04-30 15:50:32'),
(3991, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-30 15:50:38', '2025-04-30 15:50:38'),
(3992, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-04-30 15:51:00', '2025-04-30 15:51:00'),
(3993, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-04-30 15:51:06', '2025-04-30 15:51:06'),
(3994, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-04-30 15:51:46', '2025-04-30 15:51:46'),
(3995, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-04-30 15:51:48', '2025-04-30 15:51:48'),
(3996, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-04-30 15:51:55', '2025-04-30 15:51:55'),
(3997, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-04-30 15:51:56', '2025-04-30 15:51:56'),
(3998, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-04-30 15:52:08', '2025-04-30 15:52:08'),
(3999, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-04-30 15:52:09', '2025-04-30 15:52:09'),
(4000, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-04-30 15:52:27', '2025-04-30 15:52:27'),
(4001, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:09:33', '2025-04-30 16:09:33'),
(4002, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:09:45', '2025-04-30 16:09:45'),
(4003, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:12:36', '2025-04-30 16:12:36'),
(4004, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:18:18', '2025-04-30 16:18:18'),
(4005, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:18:54', '2025-04-30 16:18:54'),
(4006, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:19:51', '2025-04-30 16:19:51'),
(4007, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:20:58', '2025-04-30 16:20:58'),
(4008, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:22:52', '2025-04-30 16:22:52'),
(4009, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-04-30 16:23:16', '2025-04-30 16:23:16'),
(4010, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:23:24', '2025-04-30 16:23:24'),
(4011, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:23:51', '2025-04-30 16:23:51'),
(4012, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:24:49', '2025-04-30 16:24:49'),
(4013, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:27:29', '2025-04-30 16:27:29'),
(4014, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:28:18', '2025-04-30 16:28:18'),
(4015, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:28:49', '2025-04-30 16:28:49'),
(4016, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:29:53', '2025-04-30 16:29:53'),
(4017, 1, 'sitesettings.list', '127.0.0.1', 'GET', 'super/admin/list', NULL, NULL, NULL, 'http://localhost:8000/super/admin/list', '2025-04-30 16:46:26', '2025-04-30 16:46:26'),
(4018, 1, 'faq.list', '127.0.0.1', 'GET', 'super/admin/faq', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq', '2025-04-30 16:46:29', '2025-04-30 16:46:29'),
(4019, 1, 'faq.create', '127.0.0.1', 'GET', 'super/admin/faq/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq/create', '2025-04-30 16:46:32', '2025-04-30 16:46:32'),
(4020, 1, 'faq.store', '127.0.0.1', 'POST', 'super/admin/faq/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq/store', '2025-04-30 16:46:49', '2025-04-30 16:46:49'),
(4021, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-04-30 16:46:50', '2025-04-30 16:46:50'),
(4022, 1, 'faq.list', '127.0.0.1', 'GET', 'super/admin/faq', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq', '2025-04-30 16:47:16', '2025-04-30 16:47:16'),
(4023, 1, 'faq.edit', '127.0.0.1', 'GET', 'super/admin/faq/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq/edit/1', '2025-04-30 16:47:18', '2025-04-30 16:47:18'),
(4024, 1, 'faq.list', '127.0.0.1', 'GET', 'super/admin/faq', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq', '2025-04-30 16:48:00', '2025-04-30 16:48:00'),
(4025, 1, 'faq.edit', '127.0.0.1', 'GET', 'super/admin/faq/edit/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq/edit/1', '2025-04-30 16:48:04', '2025-04-30 16:48:04'),
(4026, 1, 'faq.update', '127.0.0.1', 'POST', 'super/admin/faq/update/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq/update/1', '2025-04-30 16:48:09', '2025-04-30 16:48:09'),
(4027, 1, 'faq.list', '127.0.0.1', 'GET', 'super/admin/faq', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq', '2025-04-30 16:48:10', '2025-04-30 16:48:10'),
(4028, 1, 'faq.create', '127.0.0.1', 'GET', 'super/admin/faq/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq/create', '2025-04-30 16:48:13', '2025-04-30 16:48:13'),
(4029, 1, 'faq.store', '127.0.0.1', 'POST', 'super/admin/faq/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq/store', '2025-04-30 16:48:26', '2025-04-30 16:48:26'),
(4030, 1, 'faq.list', '127.0.0.1', 'GET', 'super/admin/faq', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq', '2025-04-30 16:48:26', '2025-04-30 16:48:26'),
(4031, 1, 'faq.create', '127.0.0.1', 'GET', 'super/admin/faq/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq/create', '2025-04-30 16:48:32', '2025-04-30 16:48:32'),
(4032, 1, 'faq.store', '127.0.0.1', 'POST', 'super/admin/faq/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq/store', '2025-04-30 16:48:45', '2025-04-30 16:48:45'),
(4033, 1, 'faq.list', '127.0.0.1', 'GET', 'super/admin/faq', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq', '2025-04-30 16:48:45', '2025-04-30 16:48:45'),
(4034, 1, 'faq.create', '127.0.0.1', 'GET', 'super/admin/faq/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq/create', '2025-04-30 16:49:02', '2025-04-30 16:49:02'),
(4035, 1, 'faq.store', '127.0.0.1', 'POST', 'super/admin/faq/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq/store', '2025-04-30 16:49:09', '2025-04-30 16:49:09'),
(4036, 1, 'faq.list', '127.0.0.1', 'GET', 'super/admin/faq', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq', '2025-04-30 16:49:10', '2025-04-30 16:49:10'),
(4037, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:52:28', '2025-04-30 16:52:28'),
(4038, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:53:20', '2025-04-30 16:53:20'),
(4039, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:54:23', '2025-04-30 16:54:23'),
(4040, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:55:01', '2025-04-30 16:55:01'),
(4041, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:57:45', '2025-04-30 16:57:45'),
(4042, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 16:58:53', '2025-04-30 16:58:53'),
(4043, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:01:35', '2025-04-30 17:01:35'),
(4044, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:02:32', '2025-04-30 17:02:32'),
(4045, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:12:32', '2025-04-30 17:12:32'),
(4046, 1, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-04-30 17:12:54', '2025-04-30 17:12:54'),
(4047, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:12:56', '2025-04-30 17:12:56'),
(4048, 1, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-04-30 17:13:13', '2025-04-30 17:13:13'),
(4049, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:13:14', '2025-04-30 17:13:14'),
(4050, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:14:10', '2025-04-30 17:14:10'),
(4051, 1, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-04-30 17:14:30', '2025-04-30 17:14:30'),
(4052, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:14:32', '2025-04-30 17:14:32'),
(4053, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:14:58', '2025-04-30 17:14:58'),
(4054, 1, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-04-30 17:15:19', '2025-04-30 17:15:19'),
(4055, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:15:19', '2025-04-30 17:15:19'),
(4056, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:15:51', '2025-04-30 17:15:51'),
(4057, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:39:17', '2025-04-30 17:39:17'),
(4058, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:39:39', '2025-04-30 17:39:39'),
(4059, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:40:19', '2025-04-30 17:40:19'),
(4060, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:46:43', '2025-04-30 17:46:43'),
(4061, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 17:46:50', '2025-04-30 17:46:50'),
(4062, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 17:47:40', '2025-04-30 17:47:40'),
(4063, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 17:47:46', '2025-04-30 17:47:46'),
(4064, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 17:47:56', '2025-04-30 17:47:56'),
(4065, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 17:48:06', '2025-04-30 17:48:06'),
(4066, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 17:48:13', '2025-04-30 17:48:13'),
(4067, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 17:49:12', '2025-04-30 17:49:12'),
(4068, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 17:50:37', '2025-04-30 17:50:37'),
(4069, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 17:54:10', '2025-04-30 17:54:10'),
(4070, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 17:59:46', '2025-04-30 17:59:46'),
(4071, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 18:00:21', '2025-04-30 18:00:21'),
(4072, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 18:01:57', '2025-04-30 18:01:57'),
(4073, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 18:02:58', '2025-04-30 18:02:58'),
(4074, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 18:03:20', '2025-04-30 18:03:20'),
(4075, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 18:04:26', '2025-04-30 18:04:26'),
(4076, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 18:04:58', '2025-04-30 18:04:58'),
(4077, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 18:05:41', '2025-04-30 18:05:41');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(4078, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 18:06:21', '2025-04-30 18:06:21'),
(4079, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 18:07:07', '2025-04-30 18:07:07'),
(4080, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 18:09:39', '2025-04-30 18:09:39'),
(4081, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-04-30 18:13:57', '2025-04-30 18:13:57'),
(4082, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:14:06', '2025-04-30 18:14:06'),
(4083, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:15:39', '2025-04-30 18:15:39'),
(4084, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:16:10', '2025-04-30 18:16:10'),
(4085, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:16:43', '2025-04-30 18:16:43'),
(4086, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:16:57', '2025-04-30 18:16:57'),
(4087, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:17:27', '2025-04-30 18:17:27'),
(4088, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:17:49', '2025-04-30 18:17:49'),
(4089, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:18:10', '2025-04-30 18:18:10'),
(4090, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:18:36', '2025-04-30 18:18:36'),
(4091, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:20:04', '2025-04-30 18:20:04'),
(4092, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:21:03', '2025-04-30 18:21:03'),
(4093, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:34:07', '2025-04-30 18:34:07'),
(4094, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/coal-mines', NULL, NULL, NULL, 'http://localhost:8000/projects/coal-mines', '2025-04-30 18:34:14', '2025-04-30 18:34:14'),
(4095, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/coal-mines', NULL, NULL, NULL, 'http://localhost:8000/projects/coal-mines', '2025-04-30 18:34:35', '2025-04-30 18:34:35'),
(4096, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/coal-mines', NULL, NULL, NULL, 'http://localhost:8000/projects/coal-mines', '2025-04-30 18:36:04', '2025-04-30 18:36:04'),
(4097, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/constructions', NULL, NULL, NULL, 'http://localhost:8000/projects/constructions', '2025-04-30 18:36:47', '2025-04-30 18:36:47'),
(4098, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/constructions', NULL, NULL, NULL, 'http://localhost:8000/projects/constructions', '2025-04-30 18:38:17', '2025-04-30 18:38:17'),
(4099, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/constructions', NULL, NULL, NULL, 'http://localhost:8000/projects/constructions', '2025-04-30 18:39:16', '2025-04-30 18:39:16'),
(4100, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-04-30 18:41:17', '2025-04-30 18:41:17'),
(4101, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/coal-mines', NULL, NULL, NULL, 'http://localhost:8000/projects/coal-mines', '2025-04-30 18:41:23', '2025-04-30 18:41:23'),
(4102, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/coal-mines', NULL, NULL, NULL, 'http://localhost:8000/projects/coal-mines', '2025-04-30 18:42:13', '2025-04-30 18:42:13'),
(4103, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/coal-mines', NULL, NULL, NULL, 'http://localhost:8000/projects/coal-mines', '2025-04-30 18:43:53', '2025-04-30 18:43:53'),
(4104, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/coal-mines', NULL, NULL, NULL, 'http://localhost:8000/projects/coal-mines', '2025-04-30 18:44:16', '2025-04-30 18:44:16'),
(4105, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/coal-mines', NULL, NULL, NULL, 'http://localhost:8000/projects/coal-mines', '2025-04-30 18:45:43', '2025-04-30 18:45:43'),
(4106, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 18:45:51', '2025-04-30 18:45:51'),
(4107, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-04-30 18:45:51', '2025-04-30 18:45:51'),
(4108, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 03:50:41', '2025-05-01 03:50:41'),
(4109, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-05-01 03:50:51', '2025-05-01 03:50:51'),
(4110, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-05-01 03:53:59', '2025-05-01 03:53:59'),
(4111, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-05-01 03:55:46', '2025-05-01 03:55:46'),
(4112, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-05-01 04:03:11', '2025-05-01 04:03:11'),
(4113, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-05-01 04:03:33', '2025-05-01 04:03:33'),
(4114, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-05-01 04:03:52', '2025-05-01 04:03:52'),
(4115, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-05-01 04:04:08', '2025-05-01 04:04:08'),
(4116, NULL, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-05-01 04:04:28', '2025-05-01 04:04:28'),
(4117, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-05-01 04:04:28', '2025-05-01 04:04:28'),
(4118, NULL, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-05-01 04:04:48', '2025-05-01 04:04:48'),
(4119, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-05-01 04:04:48', '2025-05-01 04:04:48'),
(4120, NULL, 'web.contact', '127.0.0.1', 'GET', 'contact-us', NULL, NULL, NULL, 'http://localhost:8000/contact-us', '2025-05-01 04:07:48', '2025-05-01 04:07:48'),
(4121, NULL, 'web.about', '127.0.0.1', 'GET', 'about', NULL, NULL, NULL, 'http://localhost:8000/about', '2025-05-01 04:07:51', '2025-05-01 04:07:51'),
(4122, NULL, 'web.about', '127.0.0.1', 'GET', 'about', NULL, NULL, NULL, 'http://localhost:8000/about', '2025-05-01 04:08:19', '2025-05-01 04:08:19'),
(4123, NULL, 'web.about', '127.0.0.1', 'GET', 'about', NULL, NULL, NULL, 'http://localhost:8000/about', '2025-05-01 04:08:41', '2025-05-01 04:08:41'),
(4124, NULL, 'web.about', '127.0.0.1', 'GET', 'about', NULL, NULL, NULL, 'http://localhost:8000/about', '2025-05-01 04:09:47', '2025-05-01 04:09:47'),
(4125, NULL, 'web.about', '127.0.0.1', 'GET', 'about', NULL, NULL, NULL, 'http://localhost:8000/about', '2025-05-01 04:10:26', '2025-05-01 04:10:26'),
(4126, NULL, 'web.about', '127.0.0.1', 'GET', 'about', NULL, NULL, NULL, 'http://localhost:8000/about', '2025-05-01 04:11:20', '2025-05-01 04:11:20'),
(4127, NULL, 'web.about', '127.0.0.1', 'GET', 'about', NULL, NULL, NULL, 'http://localhost:8000/about', '2025-05-01 04:11:45', '2025-05-01 04:11:45'),
(4128, NULL, 'faq.list', '127.0.0.1', 'GET', 'super/admin/faq', NULL, NULL, NULL, 'http://localhost:8000/super/admin/faq', '2025-05-01 04:27:30', '2025-05-01 04:27:30'),
(4129, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-05-01 04:27:32', '2025-05-01 04:27:32'),
(4130, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-05-01 04:27:38', '2025-05-01 04:27:38'),
(4131, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-05-01 04:27:43', '2025-05-01 04:27:43'),
(4132, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-05-01 04:28:15', '2025-05-01 04:28:15'),
(4133, 1, 'team.list', '127.0.0.1', 'GET', 'super/admin/team', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team', '2025-05-01 04:28:21', '2025-05-01 04:28:21'),
(4134, 1, 'team.create', '127.0.0.1', 'GET', 'super/admin/team/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team/create', '2025-05-01 04:28:27', '2025-05-01 04:28:27'),
(4135, 1, 'team.store', '127.0.0.1', 'POST', 'super/admin/team/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team/store', '2025-05-01 04:28:54', '2025-05-01 04:28:54'),
(4136, 1, 'team.list', '127.0.0.1', 'GET', 'super/admin/team', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team', '2025-05-01 04:28:55', '2025-05-01 04:28:55'),
(4137, 1, 'team.create', '127.0.0.1', 'GET', 'super/admin/team/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team/create', '2025-05-01 04:28:58', '2025-05-01 04:28:58'),
(4138, 1, 'team.store', '127.0.0.1', 'POST', 'super/admin/team/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team/store', '2025-05-01 04:29:16', '2025-05-01 04:29:16'),
(4139, 1, 'team.list', '127.0.0.1', 'GET', 'super/admin/team', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team', '2025-05-01 04:29:18', '2025-05-01 04:29:18'),
(4140, 1, 'team.create', '127.0.0.1', 'GET', 'super/admin/team/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team/create', '2025-05-01 04:29:21', '2025-05-01 04:29:21'),
(4141, 1, 'team.store', '127.0.0.1', 'POST', 'super/admin/team/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team/store', '2025-05-01 04:29:41', '2025-05-01 04:29:41'),
(4142, 1, 'team.list', '127.0.0.1', 'GET', 'super/admin/team', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team', '2025-05-01 04:29:42', '2025-05-01 04:29:42'),
(4143, 1, 'team.create', '127.0.0.1', 'GET', 'super/admin/team/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team/create', '2025-05-01 04:29:45', '2025-05-01 04:29:45'),
(4144, 1, 'team.store', '127.0.0.1', 'POST', 'super/admin/team/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team/store', '2025-05-01 04:30:07', '2025-05-01 04:30:07'),
(4145, 1, 'team.list', '127.0.0.1', 'GET', 'super/admin/team', NULL, NULL, NULL, 'http://localhost:8000/super/admin/team', '2025-05-01 04:30:07', '2025-05-01 04:30:07'),
(4146, 1, 'web.about', '127.0.0.1', 'GET', 'about', NULL, NULL, NULL, 'http://localhost:8000/about', '2025-05-01 04:42:55', '2025-05-01 04:42:55'),
(4147, 1, 'web.about', '127.0.0.1', 'GET', 'about', NULL, NULL, NULL, 'http://localhost:8000/about', '2025-05-01 04:50:22', '2025-05-01 04:50:22'),
(4148, 1, 'web.gallery', '127.0.0.1', 'GET', 'gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery', '2025-05-01 04:50:30', '2025-05-01 04:50:30'),
(4149, 1, 'web.gallery', '127.0.0.1', 'GET', 'gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery', '2025-05-01 04:52:54', '2025-05-01 04:52:54'),
(4150, 1, 'web.gallery', '127.0.0.1', 'GET', 'gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery', '2025-05-01 04:53:01', '2025-05-01 04:53:01'),
(4151, 1, 'web.gallery', '127.0.0.1', 'GET', 'gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery', '2025-05-01 04:54:47', '2025-05-01 04:54:47'),
(4152, 1, 'web.gallery', '127.0.0.1', 'GET', 'gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery', '2025-05-01 04:56:53', '2025-05-01 04:56:53'),
(4153, 1, 'web.gallery', '127.0.0.1', 'GET', 'gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery', '2025-05-01 04:57:37', '2025-05-01 04:57:37'),
(4154, 1, 'web.gallery', '127.0.0.1', 'GET', 'gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery', '2025-05-01 04:59:17', '2025-05-01 04:59:17'),
(4155, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-05-01 04:59:33', '2025-05-01 04:59:33'),
(4156, 1, 'web.gallery', '127.0.0.1', 'GET', 'gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery', '2025-05-01 05:00:14', '2025-05-01 05:00:14'),
(4157, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-05-01 05:03:15', '2025-05-01 05:03:15'),
(4158, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-05-01 05:03:47', '2025-05-01 05:03:47'),
(4159, 1, 'gallery.create', '127.0.0.1', 'GET', 'super/admin/gallery/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/create', '2025-05-01 05:03:50', '2025-05-01 05:03:50'),
(4160, 1, 'gallery.store', '127.0.0.1', 'POST', 'super/admin/gallery/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery/store', '2025-05-01 05:04:03', '2025-05-01 05:04:03'),
(4161, 1, 'gallery.list', '127.0.0.1', 'GET', 'super/admin/gallery', NULL, NULL, NULL, 'http://localhost:8000/super/admin/gallery', '2025-05-01 05:04:04', '2025-05-01 05:04:04'),
(4162, 1, 'web.gallery', '127.0.0.1', 'GET', 'gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery', '2025-05-01 05:04:08', '2025-05-01 05:04:08'),
(4163, 1, 'web.gallery', '127.0.0.1', 'GET', 'gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery', '2025-05-01 05:12:34', '2025-05-01 05:12:34'),
(4164, 1, 'web.gallery', '127.0.0.1', 'GET', 'gallery', NULL, NULL, NULL, 'http://localhost:8000/gallery', '2025-05-01 05:13:16', '2025-05-01 05:13:16'),
(4165, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:13:23', '2025-05-01 05:13:23'),
(4166, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:15:34', '2025-05-01 05:15:34'),
(4167, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:21:49', '2025-05-01 05:21:49'),
(4168, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:22:21', '2025-05-01 05:22:21'),
(4169, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:22:45', '2025-05-01 05:22:45'),
(4170, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:23:28', '2025-05-01 05:23:28'),
(4171, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:27:18', '2025-05-01 05:27:18'),
(4172, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:28:38', '2025-05-01 05:28:38'),
(4173, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:29:17', '2025-05-01 05:29:17'),
(4174, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:30:20', '2025-05-01 05:30:20'),
(4175, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-legal-service', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-legal-service', '2025-05-01 05:30:24', '2025-05-01 05:30:24'),
(4176, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:32:30', '2025-05-01 05:32:30'),
(4177, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:33:33', '2025-05-01 05:33:33'),
(4178, 1, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-05-01 05:33:43', '2025-05-01 05:33:43'),
(4179, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:33:44', '2025-05-01 05:33:44'),
(4180, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:33:53', '2025-05-01 05:33:53'),
(4181, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:34:03', '2025-05-01 05:34:03'),
(4182, 1, 'home.enquery.submit', '127.0.0.1', 'POST', 'enquery/submit', NULL, NULL, NULL, 'http://localhost:8000/enquery/submit', '2025-05-01 05:34:19', '2025-05-01 05:34:19'),
(4183, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:34:19', '2025-05-01 05:34:19'),
(4184, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:34:47', '2025-05-01 05:34:47'),
(4185, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:35:02', '2025-05-01 05:35:02'),
(4186, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:35:13', '2025-05-01 05:35:13'),
(4187, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:35:41', '2025-05-01 05:35:41'),
(4188, 1, 'web.services', '127.0.0.1', 'GET', 'services/services', NULL, NULL, NULL, 'http://localhost:8000/services/services', '2025-05-01 05:36:33', '2025-05-01 05:36:33'),
(4189, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:36:56', '2025-05-01 05:36:56'),
(4190, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:37:45', '2025-05-01 05:37:45'),
(4191, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:38:39', '2025-05-01 05:38:39'),
(4192, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:39:09', '2025-05-01 05:39:09'),
(4193, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/constructions', NULL, NULL, NULL, 'http://localhost:8000/projects/constructions', '2025-05-01 05:39:14', '2025-05-01 05:39:14'),
(4194, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:39:23', '2025-05-01 05:39:23'),
(4195, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:39:57', '2025-05-01 05:39:57'),
(4196, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:40:56', '2025-05-01 05:40:56'),
(4197, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:41:39', '2025-05-01 05:41:39'),
(4198, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-05-01 05:41:47', '2025-05-01 05:41:47'),
(4199, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:42:07', '2025-05-01 05:42:07'),
(4200, 1, 'web.services.details', '127.0.0.1', 'GET', 'services/treesha-education-consultant', NULL, NULL, NULL, 'http://localhost:8000/services/treesha-education-consultant', '2025-05-01 05:42:11', '2025-05-01 05:42:11'),
(4201, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:43:09', '2025-05-01 05:43:09'),
(4202, 1, 'web.project.details', '127.0.0.1', 'GET', 'projects/constructions', NULL, NULL, NULL, 'http://localhost:8000/projects/constructions', '2025-05-01 05:43:14', '2025-05-01 05:43:14'),
(4203, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:44:05', '2025-05-01 05:44:05'),
(4204, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:45:07', '2025-05-01 05:45:07'),
(4205, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:45:36', '2025-05-01 05:45:36'),
(4206, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:48:29', '2025-05-01 05:48:29'),
(4207, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:48:41', '2025-05-01 05:48:41'),
(4208, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:49:38', '2025-05-01 05:49:38'),
(4209, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:50:01', '2025-05-01 05:50:01'),
(4210, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:50:12', '2025-05-01 05:50:12'),
(4211, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:52:21', '2025-05-01 05:52:21'),
(4212, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:54:29', '2025-05-01 05:54:29'),
(4213, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:54:48', '2025-05-01 05:54:48'),
(4214, 1, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-01 05:55:35', '2025-05-01 05:55:35'),
(4215, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-19 16:26:20', '2025-05-19 16:26:20'),
(4216, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-20 05:09:48', '2025-05-20 05:09:48'),
(4217, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-05-20 05:13:01', '2025-05-20 05:13:01'),
(4218, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:13:05', '2025-05-20 05:13:05'),
(4219, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:16:01', '2025-05-20 05:16:01'),
(4220, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:16:19', '2025-05-20 05:16:19'),
(4221, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:21:26', '2025-05-20 05:21:26'),
(4222, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:21:36', '2025-05-20 05:21:36'),
(4223, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:24:42', '2025-05-20 05:24:42'),
(4224, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:42:24', '2025-05-20 05:42:24'),
(4225, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:43:18', '2025-05-20 05:43:18'),
(4226, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:48:30', '2025-05-20 05:48:30'),
(4227, NULL, 'web.do.register', '127.0.0.1', 'POST', 'do/register', NULL, NULL, NULL, 'http://localhost:8000/do/register', '2025-05-20 05:49:01', '2025-05-20 05:49:01'),
(4228, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:49:02', '2025-05-20 05:49:02'),
(4229, NULL, 'web.do.register', '127.0.0.1', 'POST', 'do/register', NULL, NULL, NULL, 'http://localhost:8000/do/register', '2025-05-20 05:49:45', '2025-05-20 05:49:45'),
(4230, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:49:46', '2025-05-20 05:49:46'),
(4231, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:56:32', '2025-05-20 05:56:32'),
(4232, NULL, 'web.do.register', '127.0.0.1', 'POST', 'do/register', NULL, NULL, NULL, 'http://localhost:8000/do/register', '2025-05-20 05:56:48', '2025-05-20 05:56:48'),
(4233, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:56:49', '2025-05-20 05:56:49'),
(4234, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:58:10', '2025-05-20 05:58:10'),
(4235, NULL, 'web.do.register', '127.0.0.1', 'POST', 'do/register', NULL, NULL, NULL, 'http://localhost:8000/do/register', '2025-05-20 05:58:29', '2025-05-20 05:58:29'),
(4236, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 05:59:25', '2025-05-20 05:59:25'),
(4237, NULL, 'web.do.register', '127.0.0.1', 'POST', 'do/register', NULL, NULL, NULL, 'http://localhost:8000/do/register', '2025-05-20 05:59:43', '2025-05-20 05:59:43'),
(4238, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:00:27', '2025-05-20 06:00:27'),
(4239, NULL, 'web.do.register', '127.0.0.1', 'POST', 'do/register', NULL, NULL, NULL, 'http://localhost:8000/do/register', '2025-05-20 06:00:44', '2025-05-20 06:00:44'),
(4240, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:01:07', '2025-05-20 06:01:07'),
(4241, NULL, 'web.do.register', '127.0.0.1', 'POST', 'do/register', NULL, NULL, NULL, 'http://localhost:8000/do/register', '2025-05-20 06:01:24', '2025-05-20 06:01:24'),
(4242, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:01:38', '2025-05-20 06:01:38'),
(4243, NULL, 'web.do.register', '127.0.0.1', 'POST', 'do/register', NULL, NULL, NULL, 'http://localhost:8000/do/register', '2025-05-20 06:01:58', '2025-05-20 06:01:58'),
(4244, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:01:59', '2025-05-20 06:01:59'),
(4245, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:02:43', '2025-05-20 06:02:43'),
(4246, NULL, 'web.do.register', '127.0.0.1', 'POST', 'do/register', NULL, NULL, NULL, 'http://localhost:8000/do/register', '2025-05-20 06:03:11', '2025-05-20 06:03:11'),
(4247, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:03:11', '2025-05-20 06:03:11'),
(4248, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:03:43', '2025-05-20 06:03:43'),
(4249, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:03:46', '2025-05-20 06:03:46'),
(4250, NULL, 'web.do.register', '127.0.0.1', 'POST', 'do/register', NULL, NULL, NULL, 'http://localhost:8000/do/register', '2025-05-20 06:04:35', '2025-05-20 06:04:35'),
(4251, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:04:35', '2025-05-20 06:04:35'),
(4252, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:13:01', '2025-05-20 06:13:01'),
(4253, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:13:22', '2025-05-20 06:13:22'),
(4254, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:13:40', '2025-05-20 06:13:40'),
(4255, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:13:49', '2025-05-20 06:13:49'),
(4256, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:14:46', '2025-05-20 06:14:46'),
(4257, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:15:35', '2025-05-20 06:15:35'),
(4258, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:16:00', '2025-05-20 06:16:00'),
(4259, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 06:17:08', '2025-05-20 06:17:08'),
(4260, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:17:11', '2025-05-20 06:17:11'),
(4261, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:17:44', '2025-05-20 06:17:44'),
(4262, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:18:23', '2025-05-20 06:18:23'),
(4263, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:26:52', '2025-05-20 06:26:52'),
(4264, NULL, 'web.do.register', '127.0.0.1', 'POST', 'do/register', NULL, NULL, NULL, 'http://localhost:8000/do/register', '2025-05-20 06:27:04', '2025-05-20 06:27:04'),
(4265, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:27:05', '2025-05-20 06:27:05'),
(4266, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:27:22', '2025-05-20 06:27:22'),
(4267, NULL, 'web.do.login', '127.0.0.1', 'POST', 'do/login', NULL, NULL, NULL, 'http://localhost:8000/do/login', '2025-05-20 06:27:35', '2025-05-20 06:27:35'),
(4268, 2, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-05-20 06:27:36', '2025-05-20 06:27:36'),
(4269, 2, 'auth.logout', '127.0.0.1', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'http://localhost:8000/super/admin/auth/logout', '2025-05-20 06:27:44', '2025-05-20 06:27:44'),
(4270, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-05-20 06:27:45', '2025-05-20 06:27:45'),
(4271, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:28:58', '2025-05-20 06:28:58'),
(4272, NULL, 'web.do.login', '127.0.0.1', 'POST', 'do/login', NULL, NULL, NULL, 'http://localhost:8000/do/login', '2025-05-20 06:29:09', '2025-05-20 06:29:09'),
(4273, 2, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:31:08', '2025-05-20 06:31:08'),
(4274, 2, 'web.do.login', '127.0.0.1', 'POST', 'do/login', NULL, NULL, NULL, 'http://localhost:8000/do/login', '2025-05-20 06:31:15', '2025-05-20 06:31:15'),
(4275, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 06:31:15', '2025-05-20 06:31:15'),
(4276, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 06:33:28', '2025-05-20 06:33:28'),
(4277, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 06:36:43', '2025-05-20 06:36:43'),
(4278, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 06:36:59', '2025-05-20 06:36:59'),
(4279, 2, 'web.logout', '127.0.0.1', 'GET', 'user/logout', NULL, NULL, NULL, 'http://localhost:8000/user/logout', '2025-05-20 06:37:03', '2025-05-20 06:37:03'),
(4280, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:37:03', '2025-05-20 06:37:03'),
(4281, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-05-20 06:37:18', '2025-05-20 06:37:18'),
(4282, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:38:16', '2025-05-20 06:38:16'),
(4283, NULL, 'web.do.login', '127.0.0.1', 'POST', 'do/login', NULL, NULL, NULL, 'http://localhost:8000/do/login', '2025-05-20 06:45:12', '2025-05-20 06:45:12'),
(4284, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 06:45:12', '2025-05-20 06:45:12'),
(4285, 2, 'web.logout', '127.0.0.1', 'GET', 'user/logout', NULL, NULL, NULL, 'http://localhost:8000/user/logout', '2025-05-20 06:45:16', '2025-05-20 06:45:16'),
(4286, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 06:45:16', '2025-05-20 06:45:16'),
(4287, NULL, 'web.do.login', '127.0.0.1', 'POST', 'do/login', NULL, NULL, NULL, 'http://localhost:8000/do/login', '2025-05-20 07:14:59', '2025-05-20 07:14:59'),
(4288, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:14:59', '2025-05-20 07:14:59'),
(4289, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:18:45', '2025-05-20 07:18:45'),
(4290, 2, 'web.logout', '127.0.0.1', 'GET', 'user/logout', NULL, NULL, NULL, 'http://localhost:8000/user/logout', '2025-05-20 07:18:50', '2025-05-20 07:18:50'),
(4291, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 07:18:51', '2025-05-20 07:18:51'),
(4292, NULL, 'web.do.login', '127.0.0.1', 'POST', 'do/login', NULL, NULL, NULL, 'http://localhost:8000/do/login', '2025-05-20 07:19:00', '2025-05-20 07:19:00'),
(4293, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:19:00', '2025-05-20 07:19:00'),
(4294, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:19:26', '2025-05-20 07:19:26'),
(4295, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:19:29', '2025-05-20 07:19:29'),
(4296, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:26:22', '2025-05-20 07:26:22'),
(4297, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:44:56', '2025-05-20 07:44:56'),
(4298, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:45:53', '2025-05-20 07:45:53'),
(4299, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:48:49', '2025-05-20 07:48:49'),
(4300, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:49:04', '2025-05-20 07:49:04'),
(4301, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:49:52', '2025-05-20 07:49:52'),
(4302, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:50:04', '2025-05-20 07:50:04'),
(4303, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:50:13', '2025-05-20 07:50:13'),
(4304, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:50:50', '2025-05-20 07:50:50'),
(4305, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:52:53', '2025-05-20 07:52:53'),
(4306, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:59:29', '2025-05-20 07:59:29'),
(4307, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 07:59:42', '2025-05-20 07:59:42'),
(4308, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:01:38', '2025-05-20 08:01:38'),
(4309, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:04:02', '2025-05-20 08:04:02'),
(4310, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:04:14', '2025-05-20 08:04:14'),
(4311, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:04:18', '2025-05-20 08:04:18'),
(4312, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:04:27', '2025-05-20 08:04:27'),
(4313, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:04:34', '2025-05-20 08:04:34'),
(4314, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:05:55', '2025-05-20 08:05:55'),
(4315, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:06:27', '2025-05-20 08:06:27'),
(4316, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:06:43', '2025-05-20 08:06:43'),
(4317, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:08:51', '2025-05-20 08:08:51'),
(4318, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:12:55', '2025-05-20 08:12:55'),
(4319, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:13:15', '2025-05-20 08:13:15'),
(4320, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:13:25', '2025-05-20 08:13:25'),
(4321, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:13:50', '2025-05-20 08:13:50'),
(4322, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:14:02', '2025-05-20 08:14:02'),
(4323, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:14:32', '2025-05-20 08:14:32'),
(4324, 2, 'web.logout', '127.0.0.1', 'GET', 'user/logout', NULL, NULL, NULL, 'http://localhost:8000/user/logout', '2025-05-20 08:14:35', '2025-05-20 08:14:35'),
(4325, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 08:14:35', '2025-05-20 08:14:35'),
(4326, NULL, 'web.do.login', '127.0.0.1', 'POST', 'do/login', NULL, NULL, NULL, 'http://localhost:8000/do/login', '2025-05-20 08:14:55', '2025-05-20 08:14:55'),
(4327, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:14:56', '2025-05-20 08:14:56'),
(4328, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:17:01', '2025-05-20 08:17:01'),
(4329, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:17:18', '2025-05-20 08:17:18'),
(4330, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:17:50', '2025-05-20 08:17:50'),
(4331, 2, 'web.dashboard', '127.0.0.1', 'GET', 'user/dashboard', NULL, NULL, NULL, 'http://localhost:8000/user/dashboard', '2025-05-20 08:18:04', '2025-05-20 08:18:04'),
(4332, 2, 'web.logout', '127.0.0.1', 'GET', 'user/logout', NULL, NULL, NULL, 'http://localhost:8000/user/logout', '2025-05-20 08:18:21', '2025-05-20 08:18:21'),
(4333, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 08:18:21', '2025-05-20 08:18:21'),
(4334, NULL, 'web.login', '127.0.0.1', 'GET', 'login', NULL, NULL, NULL, 'http://localhost:8000/login', '2025-05-20 08:18:34', '2025-05-20 08:18:34'),
(4335, NULL, 'web.register', '127.0.0.1', 'GET', 'regsiter', NULL, NULL, NULL, 'http://localhost:8000/regsiter', '2025-05-20 08:18:37', '2025-05-20 08:18:37'),
(4336, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-05-20 15:33:22', '2025-05-20 15:33:22'),
(4337, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-05-20 15:33:27', '2025-05-20 15:33:27'),
(4338, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-05-20 15:33:28', '2025-05-20 15:33:28'),
(4339, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-05-20 15:57:01', '2025-05-20 15:57:01'),
(4340, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-05-20 15:57:05', '2025-05-20 15:57:05'),
(4341, 1, 'banner.list', '127.0.0.1', 'GET', 'super/admin/banner', NULL, NULL, NULL, 'http://localhost:8000/super/admin/banner', '2025-05-20 16:00:41', '2025-05-20 16:00:41'),
(4342, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:03:40', '2025-05-20 16:03:40'),
(4343, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:04:27', '2025-05-20 16:04:27'),
(4344, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:04:47', '2025-05-20 16:04:47'),
(4345, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:06:19', '2025-05-20 16:06:19'),
(4346, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:07:04', '2025-05-20 16:07:04'),
(4347, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:07:23', '2025-05-20 16:07:23'),
(4348, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:08:18', '2025-05-20 16:08:18'),
(4349, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:08:27', '2025-05-20 16:08:27'),
(4350, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:09:09', '2025-05-20 16:09:09'),
(4351, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:09:24', '2025-05-20 16:09:24'),
(4352, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:09:30', '2025-05-20 16:09:30'),
(4353, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:09:32', '2025-05-20 16:09:32'),
(4354, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:10:32', '2025-05-20 16:10:32'),
(4355, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:10:36', '2025-05-20 16:10:36'),
(4356, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:10:38', '2025-05-20 16:10:38'),
(4357, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:10:48', '2025-05-20 16:10:48'),
(4358, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:10:53', '2025-05-20 16:10:53'),
(4359, 1, 'user.list', '127.0.0.1', 'GET', 'super/admin/user', NULL, NULL, NULL, 'http://localhost:8000/super/admin/user', '2025-05-20 16:10:54', '2025-05-20 16:10:54'),
(4360, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 05:12:18', '2025-06-13 05:12:18'),
(4361, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 05:25:04', '2025-06-13 05:25:04'),
(4362, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 05:25:44', '2025-06-13 05:25:44'),
(4363, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 05:26:45', '2025-06-13 05:26:45'),
(4364, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 05:29:07', '2025-06-13 05:29:07'),
(4365, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 05:34:12', '2025-06-13 05:34:12'),
(4366, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 05:38:01', '2025-06-13 05:38:01'),
(4367, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 05:38:58', '2025-06-13 05:38:58'),
(4368, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 05:39:11', '2025-06-13 05:39:11'),
(4369, NULL, 'about', '127.0.0.1', 'GET', 'aboutUs', NULL, NULL, NULL, 'http://localhost:8000/aboutUs', '2025-06-13 05:39:14', '2025-06-13 05:39:14'),
(4370, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 05:40:13', '2025-06-13 05:40:13'),
(4371, NULL, 'about', '127.0.0.1', 'GET', 'aboutUs', NULL, NULL, NULL, 'http://localhost:8000/aboutUs', '2025-06-13 05:40:19', '2025-06-13 05:40:19'),
(4372, NULL, 'about', '127.0.0.1', 'GET', 'aboutUs', NULL, NULL, NULL, 'http://localhost:8000/aboutUs', '2025-06-13 05:40:58', '2025-06-13 05:40:58'),
(4373, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 05:51:08', '2025-06-13 05:51:08'),
(4374, NULL, 'about', '127.0.0.1', 'GET', 'aboutUs', NULL, NULL, NULL, 'http://localhost:8000/aboutUs', '2025-06-13 05:51:46', '2025-06-13 05:51:46'),
(4375, NULL, 'contactUs', '127.0.0.1', 'GET', 'contactUs', NULL, NULL, NULL, 'http://localhost:8000/contactUs', '2025-06-13 05:51:49', '2025-06-13 05:51:49'),
(4376, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:06:03', '2025-06-13 06:06:03'),
(4377, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:06:47', '2025-06-13 06:06:47'),
(4378, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:08:01', '2025-06-13 06:08:01'),
(4379, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:09:18', '2025-06-13 06:09:18'),
(4380, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:09:37', '2025-06-13 06:09:37');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(4381, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:09:48', '2025-06-13 06:09:48'),
(4382, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:10:11', '2025-06-13 06:10:11'),
(4383, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:10:35', '2025-06-13 06:10:35'),
(4384, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:12:53', '2025-06-13 06:12:53'),
(4385, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:14:30', '2025-06-13 06:14:30'),
(4386, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:14:41', '2025-06-13 06:14:41'),
(4387, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:14:43', '2025-06-13 06:14:43'),
(4388, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:19:04', '2025-06-13 06:19:04'),
(4389, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:19:49', '2025-06-13 06:19:49'),
(4390, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:20:18', '2025-06-13 06:20:18'),
(4391, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:20:28', '2025-06-13 06:20:28'),
(4392, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:20:28', '2025-06-13 06:20:28'),
(4393, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:21:16', '2025-06-13 06:21:16'),
(4394, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:21:27', '2025-06-13 06:21:27'),
(4395, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:21:28', '2025-06-13 06:21:28'),
(4396, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:22:23', '2025-06-13 06:22:23'),
(4397, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:22:33', '2025-06-13 06:22:33'),
(4398, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:22:34', '2025-06-13 06:22:34'),
(4399, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:23:00', '2025-06-13 06:23:00'),
(4400, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:23:09', '2025-06-13 06:23:09'),
(4401, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:23:10', '2025-06-13 06:23:10'),
(4402, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:23:50', '2025-06-13 06:23:50'),
(4403, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:23:50', '2025-06-13 06:23:50'),
(4404, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:27:55', '2025-06-13 06:27:55'),
(4405, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:27:58', '2025-06-13 06:27:58'),
(4406, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:27:58', '2025-06-13 06:27:58'),
(4407, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:30:49', '2025-06-13 06:30:49'),
(4408, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:30:52', '2025-06-13 06:30:52'),
(4409, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:31:15', '2025-06-13 06:31:15'),
(4410, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:31:15', '2025-06-13 06:31:15'),
(4411, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:34:05', '2025-06-13 06:34:05'),
(4412, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:34:09', '2025-06-13 06:34:09'),
(4413, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:34:09', '2025-06-13 06:34:09'),
(4414, 1, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:37:50', '2025-06-13 06:37:50'),
(4415, 1, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 06:38:02', '2025-06-13 06:38:02'),
(4416, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:38:03', '2025-06-13 06:38:03'),
(4417, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:50:57', '2025-06-13 06:50:57'),
(4418, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:52:20', '2025-06-13 06:52:20'),
(4419, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:52:59', '2025-06-13 06:52:59'),
(4420, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:53:18', '2025-06-13 06:53:18'),
(4421, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:53:45', '2025-06-13 06:53:45'),
(4422, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:54:31', '2025-06-13 06:54:31'),
(4423, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:54:38', '2025-06-13 06:54:38'),
(4424, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:55:18', '2025-06-13 06:55:18'),
(4425, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:55:52', '2025-06-13 06:55:52'),
(4426, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:56:13', '2025-06-13 06:56:13'),
(4427, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:58:03', '2025-06-13 06:58:03'),
(4428, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:58:29', '2025-06-13 06:58:29'),
(4429, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:58:43', '2025-06-13 06:58:43'),
(4430, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:58:51', '2025-06-13 06:58:51'),
(4431, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:59:01', '2025-06-13 06:59:01'),
(4432, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:59:19', '2025-06-13 06:59:19'),
(4433, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 06:59:30', '2025-06-13 06:59:30'),
(4434, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:00:29', '2025-06-13 07:00:29'),
(4435, 1, 'auth.logout', '127.0.0.1', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'http://localhost:8000/super/admin/auth/logout', '2025-06-13 07:00:32', '2025-06-13 07:00:32'),
(4436, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 07:00:32', '2025-06-13 07:00:32'),
(4437, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 07:00:50', '2025-06-13 07:00:50'),
(4438, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:00:50', '2025-06-13 07:00:50'),
(4439, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:01:32', '2025-06-13 07:01:32'),
(4440, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:01:47', '2025-06-13 07:01:47'),
(4441, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:02:12', '2025-06-13 07:02:12'),
(4442, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:04:37', '2025-06-13 07:04:37'),
(4443, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:04:42', '2025-06-13 07:04:42'),
(4444, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:05:39', '2025-06-13 07:05:39'),
(4445, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:05:47', '2025-06-13 07:05:47'),
(4446, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:06:11', '2025-06-13 07:06:11'),
(4447, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:06:29', '2025-06-13 07:06:29'),
(4448, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:06:44', '2025-06-13 07:06:44'),
(4449, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:07:24', '2025-06-13 07:07:24'),
(4450, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:10:52', '2025-06-13 07:10:52'),
(4451, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:11:02', '2025-06-13 07:11:02'),
(4452, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:14:45', '2025-06-13 07:14:45'),
(4453, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:20:08', '2025-06-13 07:20:08'),
(4454, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:24:04', '2025-06-13 07:24:04'),
(4455, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:24:18', '2025-06-13 07:24:18'),
(4456, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 07:58:22', '2025-06-13 07:58:22'),
(4457, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 07:58:25', '2025-06-13 07:58:25'),
(4458, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 08:02:31', '2025-06-13 08:02:31'),
(4459, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 08:03:14', '2025-06-13 08:03:14'),
(4460, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 08:07:11', '2025-06-13 08:07:11'),
(4461, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 08:08:13', '2025-06-13 08:08:13'),
(4462, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 08:08:28', '2025-06-13 08:08:28'),
(4463, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 08:08:47', '2025-06-13 08:08:47'),
(4464, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 08:09:06', '2025-06-13 08:09:06'),
(4465, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 08:12:26', '2025-06-13 08:12:26'),
(4466, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 08:16:42', '2025-06-13 08:16:42'),
(4467, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 08:22:06', '2025-06-13 08:22:06'),
(4468, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 08:22:08', '2025-06-13 08:22:08'),
(4469, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 08:29:26', '2025-06-13 08:29:26'),
(4470, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 08:33:32', '2025-06-13 08:33:32'),
(4471, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 08:35:16', '2025-06-13 08:35:16'),
(4472, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 08:35:28', '2025-06-13 08:35:28'),
(4473, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 08:36:11', '2025-06-13 08:36:11'),
(4474, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 08:36:38', '2025-06-13 08:36:38'),
(4475, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 08:36:57', '2025-06-13 08:36:57'),
(4476, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 09:05:14', '2025-06-13 09:05:14'),
(4477, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 09:05:34', '2025-06-13 09:05:34'),
(4478, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 09:05:53', '2025-06-13 09:05:53'),
(4479, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 09:06:38', '2025-06-13 09:06:38'),
(4480, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 09:07:08', '2025-06-13 09:07:08'),
(4481, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:07:11', '2025-06-13 09:07:11'),
(4482, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 09:07:13', '2025-06-13 09:07:13'),
(4483, 1, 'product.store', '127.0.0.1', 'POST', 'super/admin/product/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/store', '2025-06-13 09:19:01', '2025-06-13 09:19:01'),
(4484, 1, 'product.store', '127.0.0.1', 'POST', 'super/admin/product/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/store', '2025-06-13 09:19:53', '2025-06-13 09:19:53'),
(4485, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:19:53', '2025-06-13 09:19:53'),
(4486, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:26:08', '2025-06-13 09:26:08'),
(4487, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 09:26:11', '2025-06-13 09:26:11'),
(4488, 1, 'product.store', '127.0.0.1', 'POST', 'super/admin/product/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/store', '2025-06-13 09:27:47', '2025-06-13 09:27:47'),
(4489, 1, 'product.store', '127.0.0.1', 'POST', 'super/admin/product/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/store', '2025-06-13 09:32:18', '2025-06-13 09:32:18'),
(4490, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 09:34:00', '2025-06-13 09:34:00'),
(4491, 1, 'product.store', '127.0.0.1', 'POST', 'super/admin/product/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/store', '2025-06-13 09:36:44', '2025-06-13 09:36:44'),
(4492, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:36:44', '2025-06-13 09:36:44'),
(4493, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:39:13', '2025-06-13 09:39:13'),
(4494, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:51:31', '2025-06-13 09:51:31'),
(4495, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 09:51:33', '2025-06-13 09:51:33'),
(4496, 1, 'product.store', '127.0.0.1', 'POST', 'super/admin/product/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/store', '2025-06-13 09:52:25', '2025-06-13 09:52:25'),
(4497, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:52:25', '2025-06-13 09:52:25'),
(4498, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:52:39', '2025-06-13 09:52:39'),
(4499, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:53:34', '2025-06-13 09:53:34'),
(4500, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:53:56', '2025-06-13 09:53:56'),
(4501, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:54:41', '2025-06-13 09:54:41'),
(4502, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:55:15', '2025-06-13 09:55:15'),
(4503, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 09:55:49', '2025-06-13 09:55:49'),
(4504, 1, 'product.store', '127.0.0.1', 'POST', 'super/admin/product/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/store', '2025-06-13 09:56:16', '2025-06-13 09:56:16'),
(4505, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:56:17', '2025-06-13 09:56:17'),
(4506, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:57:44', '2025-06-13 09:57:44'),
(4507, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 09:58:00', '2025-06-13 09:58:00'),
(4508, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:02:38', '2025-06-13 10:02:38'),
(4509, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:03:37', '2025-06-13 10:03:37'),
(4510, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:04:27', '2025-06-13 10:04:27'),
(4511, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:04:32', '2025-06-13 10:04:32'),
(4512, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:04:36', '2025-06-13 10:04:36'),
(4513, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:04:38', '2025-06-13 10:04:38'),
(4514, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:04:39', '2025-06-13 10:04:39'),
(4515, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:04:51', '2025-06-13 10:04:51'),
(4516, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:04:53', '2025-06-13 10:04:53'),
(4517, 1, 'product.delete', '127.0.0.1', 'GET', 'super/admin/product/delete/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/delete/2', '2025-06-13 10:05:30', '2025-06-13 10:05:30'),
(4518, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:06:51', '2025-06-13 10:06:51'),
(4519, 1, 'product.delete', '127.0.0.1', 'GET', 'super/admin/product/delete/1', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/delete/1', '2025-06-13 10:06:53', '2025-06-13 10:06:53'),
(4520, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:06:53', '2025-06-13 10:06:53'),
(4521, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:07:18', '2025-06-13 10:07:18'),
(4522, 1, 'product.delete', '127.0.0.1', 'GET', 'super/admin/product/delete/2', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/delete/2', '2025-06-13 10:07:20', '2025-06-13 10:07:20'),
(4523, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:07:20', '2025-06-13 10:07:20'),
(4524, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 10:07:49', '2025-06-13 10:07:49'),
(4525, 1, 'product.store', '127.0.0.1', 'POST', 'super/admin/product/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/store', '2025-06-13 10:09:33', '2025-06-13 10:09:33'),
(4526, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:09:33', '2025-06-13 10:09:33'),
(4527, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:16:49', '2025-06-13 10:16:49'),
(4528, 1, 'product.edit', '127.0.0.1', 'GET', 'super/admin/product/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/edit/3', '2025-06-13 10:16:51', '2025-06-13 10:16:51'),
(4529, 1, 'product.edit', '127.0.0.1', 'GET', 'super/admin/product/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/edit/3', '2025-06-13 10:17:41', '2025-06-13 10:17:41'),
(4530, 1, 'product.update', '127.0.0.1', 'POST', 'super/admin/product/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/update/3', '2025-06-13 10:17:45', '2025-06-13 10:17:45'),
(4531, 1, 'product.edit', '127.0.0.1', 'GET', 'super/admin/product/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/edit/3', '2025-06-13 10:19:38', '2025-06-13 10:19:38'),
(4532, 1, 'product.update', '127.0.0.1', 'POST', 'super/admin/product/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/update/3', '2025-06-13 10:19:44', '2025-06-13 10:19:44'),
(4533, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:19:44', '2025-06-13 10:19:44'),
(4534, 1, 'product.edit', '127.0.0.1', 'GET', 'super/admin/product/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/edit/3', '2025-06-13 10:19:46', '2025-06-13 10:19:46'),
(4535, 1, 'product.update', '127.0.0.1', 'POST', 'super/admin/product/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/update/3', '2025-06-13 10:19:52', '2025-06-13 10:19:52'),
(4536, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:19:52', '2025-06-13 10:19:52'),
(4537, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:22:26', '2025-06-13 10:22:26'),
(4538, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:26:36', '2025-06-13 10:26:36'),
(4539, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:26:38', '2025-06-13 10:26:38'),
(4540, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:27:32', '2025-06-13 10:27:32'),
(4541, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:28:10', '2025-06-13 10:28:10'),
(4542, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:29:18', '2025-06-13 10:29:18'),
(4543, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:29:51', '2025-06-13 10:29:51'),
(4544, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:30:14', '2025-06-13 10:30:14'),
(4545, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:30:21', '2025-06-13 10:30:21'),
(4546, 1, 'product.update', '127.0.0.1', 'POST', 'super/admin/product/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/update/3', '2025-06-13 10:30:37', '2025-06-13 10:30:37'),
(4547, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:30:37', '2025-06-13 10:30:37'),
(4548, 1, 'product.update', '127.0.0.1', 'POST', 'super/admin/product/update/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/update/3', '2025-06-13 10:31:09', '2025-06-13 10:31:09'),
(4549, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:31:10', '2025-06-13 10:31:10'),
(4550, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:33:52', '2025-06-13 10:33:52'),
(4551, 1, 'product.update.meta', '127.0.0.1', 'POST', 'super/admin/product/update/meta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/update/meta/3', '2025-06-13 10:34:09', '2025-06-13 10:34:09'),
(4552, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:34:09', '2025-06-13 10:34:09'),
(4553, 1, 'product.update.meta', '127.0.0.1', 'POST', 'super/admin/product/update/meta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/update/meta/3', '2025-06-13 10:34:23', '2025-06-13 10:34:23'),
(4554, 1, 'product.update.meta', '127.0.0.1', 'POST', 'super/admin/product/update/meta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/update/meta/3', '2025-06-13 10:35:31', '2025-06-13 10:35:31'),
(4555, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:35:31', '2025-06-13 10:35:31'),
(4556, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:35:33', '2025-06-13 10:35:33'),
(4557, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:35:43', '2025-06-13 10:35:43'),
(4558, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 10:37:42', '2025-06-13 10:37:42'),
(4559, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:37:45', '2025-06-13 10:37:45'),
(4560, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:37:54', '2025-06-13 10:37:54'),
(4561, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:37:57', '2025-06-13 10:37:57'),
(4562, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:38:01', '2025-06-13 10:38:01'),
(4563, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:38:02', '2025-06-13 10:38:02'),
(4564, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 10:39:02', '2025-06-13 10:39:02'),
(4565, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 10:39:03', '2025-06-13 10:39:03'),
(4566, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 10:39:43', '2025-06-13 10:39:43'),
(4567, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 10:46:18', '2025-06-13 10:46:18'),
(4568, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 11:03:42', '2025-06-13 11:03:42'),
(4569, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 11:04:27', '2025-06-13 11:04:27'),
(4570, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 11:05:08', '2025-06-13 11:05:08'),
(4571, 1, 'auth.logout', '127.0.0.1', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'http://localhost:8000/super/admin/auth/logout', '2025-06-13 11:05:11', '2025-06-13 11:05:11'),
(4572, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 11:05:11', '2025-06-13 11:05:11'),
(4573, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 11:05:19', '2025-06-13 11:05:19'),
(4574, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 11:08:48', '2025-06-13 11:08:48'),
(4575, NULL, 'about', '127.0.0.1', 'GET', 'aboutUs', NULL, NULL, NULL, 'http://localhost:8000/aboutUs', '2025-06-13 11:09:10', '2025-06-13 11:09:10'),
(4576, NULL, 'about', '127.0.0.1', 'GET', 'aboutUs', NULL, NULL, NULL, 'http://localhost:8000/aboutUs', '2025-06-13 11:21:35', '2025-06-13 11:21:35'),
(4577, NULL, 'about', '127.0.0.1', 'GET', 'aboutUs', NULL, NULL, NULL, 'http://localhost:8000/aboutUs', '2025-06-13 11:21:48', '2025-06-13 11:21:48'),
(4578, NULL, 'about', '127.0.0.1', 'GET', 'aboutUs', NULL, NULL, NULL, 'http://localhost:8000/aboutUs', '2025-06-13 11:24:32', '2025-06-13 11:24:32'),
(4579, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:24:56', '2025-06-13 11:24:56'),
(4580, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:27:23', '2025-06-13 11:27:23'),
(4581, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:29:12', '2025-06-13 11:29:12'),
(4582, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:29:26', '2025-06-13 11:29:26'),
(4583, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:30:39', '2025-06-13 11:30:39'),
(4584, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:32:19', '2025-06-13 11:32:19'),
(4585, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:39:52', '2025-06-13 11:39:52'),
(4586, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 11:40:00', '2025-06-13 11:40:00'),
(4587, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 11:40:19', '2025-06-13 11:40:19'),
(4588, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 11:40:22', '2025-06-13 11:40:22'),
(4589, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:42:20', '2025-06-13 11:42:20'),
(4590, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 11:42:24', '2025-06-13 11:42:24'),
(4591, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 11:42:28', '2025-06-13 11:42:28'),
(4592, NULL, 'products.category', '127.0.0.1', 'GET', 'products/capsules', NULL, NULL, NULL, 'http://localhost:8000/products/capsules', '2025-06-13 11:42:51', '2025-06-13 11:42:51'),
(4593, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:42:56', '2025-06-13 11:42:56'),
(4594, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:44:31', '2025-06-13 11:44:31'),
(4595, NULL, 'products.category', '127.0.0.1', 'GET', 'products/capsules', NULL, NULL, NULL, 'http://localhost:8000/products/capsules', '2025-06-13 11:44:35', '2025-06-13 11:44:35'),
(4596, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:44:49', '2025-06-13 11:44:49'),
(4597, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 11:47:10', '2025-06-13 11:47:10'),
(4598, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 11:47:19', '2025-06-13 11:47:19'),
(4599, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 11:47:19', '2025-06-13 11:47:19'),
(4600, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 11:47:22', '2025-06-13 11:47:22'),
(4601, 1, 'product.create', '127.0.0.1', 'GET', 'super/admin/product/create', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/create', '2025-06-13 11:47:25', '2025-06-13 11:47:25'),
(4602, 1, 'product.store', '127.0.0.1', 'POST', 'super/admin/product/store', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/store', '2025-06-13 11:49:07', '2025-06-13 11:49:07'),
(4603, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 11:49:07', '2025-06-13 11:49:07'),
(4604, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/4', '2025-06-13 11:49:14', '2025-06-13 11:49:14'),
(4605, 1, 'product.update.meta', '127.0.0.1', 'POST', 'super/admin/product/update/meta/4', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/update/meta/4', '2025-06-13 11:49:29', '2025-06-13 11:49:29'),
(4606, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 11:49:30', '2025-06-13 11:49:30'),
(4607, 1, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:49:35', '2025-06-13 11:49:35'),
(4608, 1, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/allgram-cv', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/allgram-cv', '2025-06-13 11:50:54', '2025-06-13 11:50:54'),
(4609, 1, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 11:51:02', '2025-06-13 11:51:02'),
(4610, 1, 'auth.logout', '127.0.0.1', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'http://localhost:8000/super/admin/auth/logout', '2025-06-13 11:59:03', '2025-06-13 11:59:03'),
(4611, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 11:59:03', '2025-06-13 11:59:03'),
(4612, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 11:59:08', '2025-06-13 11:59:08'),
(4613, NULL, 'products.index', '127.0.0.1', 'GET', 'products', NULL, NULL, NULL, 'http://localhost:8000/products', '2025-06-13 11:59:12', '2025-06-13 11:59:12'),
(4614, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 11:59:16', '2025-06-13 11:59:16'),
(4615, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 11:59:21', '2025-06-13 11:59:21'),
(4616, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 12:05:23', '2025-06-13 12:05:23'),
(4617, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 12:07:08', '2025-06-13 12:07:08'),
(4618, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 12:07:32', '2025-06-13 12:07:32'),
(4619, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 12:10:32', '2025-06-13 12:10:32'),
(4620, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 12:11:18', '2025-06-13 12:11:18'),
(4621, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 12:12:03', '2025-06-13 12:12:03'),
(4622, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 12:13:20', '2025-06-13 12:13:20'),
(4623, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 12:13:25', '2025-06-13 12:13:25'),
(4624, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 12:13:32', '2025-06-13 12:13:32'),
(4625, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/allgram-cv', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/allgram-cv', '2025-06-13 12:13:39', '2025-06-13 12:13:39'),
(4626, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 12:13:47', '2025-06-13 12:13:47'),
(4627, NULL, 'products.index', '127.0.0.1', 'GET', 'products', NULL, NULL, NULL, 'http://localhost:8000/products', '2025-06-13 12:17:20', '2025-06-13 12:17:20'),
(4628, NULL, 'products.index', '127.0.0.1', 'GET', 'products', NULL, NULL, NULL, 'http://localhost:8000/products', '2025-06-13 12:17:22', '2025-06-13 12:17:22'),
(4629, NULL, 'products.index', '127.0.0.1', 'GET', 'products', NULL, NULL, NULL, 'http://localhost:8000/products', '2025-06-13 12:17:24', '2025-06-13 12:17:24'),
(4630, NULL, 'products.index', '127.0.0.1', 'GET', 'products', NULL, NULL, NULL, 'http://localhost:8000/products', '2025-06-13 12:17:27', '2025-06-13 12:17:27'),
(4631, NULL, 'products.index', '127.0.0.1', 'GET', 'products', NULL, NULL, NULL, 'http://localhost:8000/products', '2025-06-13 12:17:30', '2025-06-13 12:17:30'),
(4632, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 12:17:37', '2025-06-13 12:17:37'),
(4633, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/allgram-cv', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/allgram-cv', '2025-06-13 12:17:45', '2025-06-13 12:17:45'),
(4634, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/allgram-cv', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/allgram-cv', '2025-06-13 12:21:40', '2025-06-13 12:21:40'),
(4635, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 12:21:48', '2025-06-13 12:21:48'),
(4636, NULL, 'products.index', '127.0.0.1', 'GET', 'products', NULL, NULL, NULL, 'http://localhost:8000/products', '2025-06-13 12:21:52', '2025-06-13 12:21:52'),
(4637, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 12:22:04', '2025-06-13 12:22:04'),
(4638, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 12:22:12', '2025-06-13 12:22:12'),
(4639, NULL, 'about', '127.0.0.1', 'GET', 'aboutUs', NULL, NULL, NULL, 'http://localhost:8000/aboutUs', '2025-06-13 12:22:30', '2025-06-13 12:22:30'),
(4640, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 12:22:41', '2025-06-13 12:22:41'),
(4641, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/calpol-650', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/calpol-650', '2025-06-13 12:22:53', '2025-06-13 12:22:53'),
(4642, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 12:23:23', '2025-06-13 12:23:23'),
(4643, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:23:25', '2025-06-13 12:23:25'),
(4644, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:23:37', '2025-06-13 12:23:37'),
(4645, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:23:38', '2025-06-13 12:23:38'),
(4646, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:23:47', '2025-06-13 12:23:47'),
(4647, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 12:23:48', '2025-06-13 12:23:48'),
(4648, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 12:23:54', '2025-06-13 12:23:54'),
(4649, 1, 'product.edit', '127.0.0.1', 'GET', 'super/admin/product/edit/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/edit/3', '2025-06-13 12:24:01', '2025-06-13 12:24:01'),
(4650, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 12:24:22', '2025-06-13 12:24:22'),
(4651, 1, 'product.productMeta', '127.0.0.1', 'GET', 'super/admin/product/productMeta/3', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product/productMeta/3', '2025-06-13 12:24:25', '2025-06-13 12:24:25'),
(4652, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 12:24:32', '2025-06-13 12:24:32'),
(4653, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 12:24:36', '2025-06-13 12:24:36'),
(4654, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 12:24:39', '2025-06-13 12:24:39'),
(4655, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 12:24:43', '2025-06-13 12:24:43'),
(4656, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 12:24:46', '2025-06-13 12:24:46'),
(4657, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 12:24:51', '2025-06-13 12:24:51'),
(4658, 1, 'product.list', '127.0.0.1', 'GET', 'super/admin/product', NULL, NULL, NULL, 'http://localhost:8000/super/admin/product', '2025-06-13 12:24:57', '2025-06-13 12:24:57'),
(4659, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 12:25:02', '2025-06-13 12:25:02');
INSERT INTO `nelson_system_tracking` (`id`, `auth_user_id`, `route_name`, `ip_address`, `method`, `uri`, `user`, `header`, `request_body`, `url`, `created_at`, `updated_at`) VALUES
(4660, 1, 'auth.logout', '127.0.0.1', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'http://localhost:8000/super/admin/auth/logout', '2025-06-13 12:25:06', '2025-06-13 12:25:06'),
(4661, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:25:07', '2025-06-13 12:25:07'),
(4662, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 12:25:26', '2025-06-13 12:25:26'),
(4663, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:25:37', '2025-06-13 12:25:37'),
(4664, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:25:37', '2025-06-13 12:25:37'),
(4665, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:26:43', '2025-06-13 12:26:43'),
(4666, 1, 'dashboard', '127.0.0.1', 'GET', 'super/admin/dashboard', NULL, NULL, NULL, 'http://localhost:8000/super/admin/dashboard', '2025-06-13 12:26:44', '2025-06-13 12:26:44'),
(4667, 1, 'auth.logout', '127.0.0.1', 'GET', 'super/admin/auth/logout', NULL, NULL, NULL, 'http://localhost:8000/super/admin/auth/logout', '2025-06-13 12:26:46', '2025-06-13 12:26:46'),
(4668, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:26:46', '2025-06-13 12:26:46'),
(4669, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:26:49', '2025-06-13 12:26:49'),
(4670, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:26:50', '2025-06-13 12:26:50'),
(4671, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:27:04', '2025-06-13 12:27:04'),
(4672, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:27:05', '2025-06-13 12:27:05'),
(4673, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:30:32', '2025-06-13 12:30:32'),
(4674, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:30:33', '2025-06-13 12:30:33'),
(4675, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:33:18', '2025-06-13 12:33:18'),
(4676, NULL, 'login.submit', '127.0.0.1', 'POST', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:33:22', '2025-06-13 12:33:22'),
(4677, NULL, 'login', '127.0.0.1', 'GET', 'super/admin', NULL, NULL, NULL, 'http://localhost:8000/super/admin', '2025-06-13 12:33:23', '2025-06-13 12:33:23'),
(4678, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 12:38:08', '2025-06-13 12:38:08'),
(4679, NULL, 'products.index', '127.0.0.1', 'GET', 'products', NULL, NULL, NULL, 'http://localhost:8000/products', '2025-06-13 12:38:11', '2025-06-13 12:38:11'),
(4680, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 12:38:17', '2025-06-13 12:38:17'),
(4681, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/allgram-cv', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/allgram-cv', '2025-06-13 12:38:23', '2025-06-13 12:38:23'),
(4682, NULL, 'products.show', '127.0.0.1', 'GET', 'products/tabelets/allgram-cv', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets/allgram-cv', '2025-06-13 12:43:51', '2025-06-13 12:43:51'),
(4683, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 12:44:03', '2025-06-13 12:44:03'),
(4684, NULL, 'home', '127.0.0.1', 'GET', '/', NULL, NULL, NULL, 'http://localhost:8000', '2025-06-13 12:48:24', '2025-06-13 12:48:24'),
(4685, NULL, 'products.category', '127.0.0.1', 'GET', 'products/tabelets', NULL, NULL, NULL, 'http://localhost:8000/products/tabelets', '2025-06-13 12:48:31', '2025-06-13 12:48:31');

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

--
-- Table structure for table `nelson_users`
--

CREATE TABLE `nelson_users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ref_employee_id` int(11) DEFAULT NULL,
  `ref_code` varchar(255) DEFAULT NULL,
  `employee_id` int(11) DEFAULT NULL,
  `employee_code` varchar(255) DEFAULT NULL,
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `role_id` int(11) NOT NULL,
  `profile_picture` varchar(255) DEFAULT NULL,
  `email` varchar(255) NOT NULL,
  `phone_number` varchar(255) NOT NULL,
  `password` varchar(255) NOT NULL,
  `status` tinyint(4) NOT NULL DEFAULT 1,
  `is_delete` tinyint(1) NOT NULL DEFAULT 0,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `nelson_users`
--

INSERT INTO `nelson_users` (`id`, `ref_employee_id`, `ref_code`, `employee_id`, `employee_code`, `first_name`, `last_name`, `role_id`, `profile_picture`, `email`, `phone_number`, `password`, `status`, `is_delete`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, NULL, NULL, NULL, NULL, 'Super', 'Admin', 1, NULL, 'admin@admin.com', '1234567890', '$2y$10$FGy31fAiDfXEnyUpg7jF0.TU6rdO9gOur5C3Y0NfEnV.vGM0QiubC', 1, 0, NULL, '2023-11-14 06:16:29', '2023-11-14 06:16:29'),
(2, 1, 'XMXGT', NULL, NULL, 'Amit', 'Debnath', 3, NULL, 'amitdebnathhabra1996@gmail.com', '9712365488', '$2y$10$hQgeY3.DYv65o5rBzyXGFO2YUR3FcvW8tQBurN.gV4MmDFutN/obi', 1, 0, NULL, '2025-05-20 06:01:59', '2025-05-20 06:01:59'),
(3, 2, 'TCSUA', NULL, NULL, 'Bapi', 'Bala', 3, NULL, 'bapi@mailinator.com', '9852417425', '$2y$10$XKGr.r5ROnryAQJvdkIUvuG3yI0PfgZEJsVxRbE.r4PR5k7A1rg9G', 1, 0, NULL, '2025-05-20 06:03:11', '2025-05-20 06:03:11'),
(4, 2, 'WDHWK', NULL, NULL, 'Ssmita', 'Paul', 3, NULL, 'susmita@mailinator.com', '9845474545', '$2y$10$9gHIQ6ktpeswf0P/sdNYz.I5qZpr5CFMm/YhTYrEBrkYXwi7mJ3FC', 1, 0, NULL, '2025-05-20 06:04:35', '2025-05-20 06:04:35');

--
-- Indexes for dumped tables
--

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

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

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

--
-- Indexes for table `nelson_password_resets`
--
ALTER TABLE `nelson_password_resets`
  ADD KEY `redbeef_password_resets_email_index` (`email`);

--
-- Indexes for table `nelson_personal_access_tokens`
--
ALTER TABLE `nelson_personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `redbeef_personal_access_tokens_token_unique` (`token`),
  ADD KEY `redbeef_personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);

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

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

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

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

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

--
-- Indexes for table `nelson_users`
--
ALTER TABLE `nelson_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `redbeef_users_email_unique` (`email`),
  ADD UNIQUE KEY `redbeef_users_phone_number_unique` (`phone_number`);

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

--
-- AUTO_INCREMENT for table `nelson_product`
--
ALTER TABLE `nelson_product`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

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

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

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

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

--
-- AUTO_INCREMENT for table `nelson_users`
--
ALTER TABLE `nelson_users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
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 */;
