-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 27, 2025 at 06:47 AM
-- Server version: 10.11.14-MariaDB
-- PHP Version: 8.4.11

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


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

--
-- Database: `mxcarmimeld_mxcar`
--

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

--
-- Table structure for table `activations`
--

CREATE TABLE `activations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(120) NOT NULL,
  `completed` tinyint(1) NOT NULL DEFAULT 0,
  `completed_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `activations`
--

INSERT INTO `activations` (`id`, `user_id`, `code`, `completed`, `completed_at`, `created_at`, `updated_at`) VALUES
(1, 1, 'pM3Z9I8JmmdcOqGdB9QLANMBRMiOk396', 1, '2025-08-01 08:35:40', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(2, 3, '8okKBK6qdLacXuznhKHlW6gDwiyt13Uj', 1, '2025-08-22 08:35:08', '2025-08-22 08:35:08', '2025-08-22 08:35:08');

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

--
-- Table structure for table `admin_notifications`
--

CREATE TABLE `admin_notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) NOT NULL,
  `action_label` varchar(191) DEFAULT NULL,
  `action_url` varchar(191) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL,
  `read_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `permission` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `announcements`
--

CREATE TABLE `announcements` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `content` text NOT NULL,
  `has_action` tinyint(1) NOT NULL DEFAULT 0,
  `action_label` varchar(60) DEFAULT NULL,
  `action_url` varchar(400) DEFAULT NULL,
  `action_open_new_tab` tinyint(1) NOT NULL DEFAULT 0,
  `dismissible` tinyint(1) NOT NULL DEFAULT 0,
  `start_date` datetime DEFAULT NULL,
  `end_date` datetime DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `announcements`
--

INSERT INTO `announcements` (`id`, `name`, `content`, `has_action`, `action_label`, `action_url`, `action_open_new_tab`, `dismissible`, `start_date`, `end_date`, `is_active`, `created_at`, `updated_at`) VALUES
(1, 'Announcement 1', 'Drive Your Dream Car Today – Affordable Rentals at Your Fingertips!', 1, 'Book Now', '/', 0, 1, '2025-08-01 15:35:40', NULL, 1, '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(2, 'Announcement 2', 'Hit the Road in Style – Premium Car Rentals for Every Journey!', 1, 'Book Now', '/', 0, 1, '2025-08-01 15:35:40', NULL, 1, '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(3, 'Announcement 3', 'Explore the Open Road – Hassle-Free Car Rentals Just a Click Away!', 1, 'Book Now', '/', 0, 1, '2025-08-01 15:35:40', NULL, 1, '2025-08-01 08:35:40', '2025-08-01 08:35:40');

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

--
-- Table structure for table `announcements_translations`
--

CREATE TABLE `announcements_translations` (
  `lang_code` varchar(191) NOT NULL,
  `announcements_id` bigint(20) UNSIGNED NOT NULL,
  `content` text DEFAULT NULL,
  `action_label` varchar(60) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `audit_histories`
--

CREATE TABLE `audit_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `user_type` varchar(191) DEFAULT 'Botble\\ACL\\Models\\User',
  `module` varchar(60) NOT NULL,
  `request` longtext DEFAULT NULL,
  `action` varchar(120) NOT NULL,
  `user_agent` text DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `actor_id` bigint(20) UNSIGNED NOT NULL,
  `actor_type` varchar(191) DEFAULT 'Botble\\ACL\\Models\\User',
  `reference_id` bigint(20) UNSIGNED NOT NULL,
  `reference_name` varchar(191) NOT NULL,
  `type` varchar(20) 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 `audit_histories`
--

INSERT INTO `audit_histories` (`id`, `user_id`, `user_type`, `module`, `request`, `action`, `user_agent`, `ip_address`, `actor_id`, `actor_type`, `reference_id`, `reference_name`, `type`, `created_at`, `updated_at`) VALUES
(206, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '106.215.182.212', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-08-27 14:25:02', '2025-08-27 14:25:02'),
(207, 1, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '106.215.157.17', 1, 'Botble\\ACL\\Models\\User', 1, 'Master Demo', 'info', '2025-08-28 04:33:00', '2025-08-28 04:33:00'),
(208, 1, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '106.215.153.32', 1, 'Botble\\ACL\\Models\\User', 1, 'Master Demo', 'info', '2025-09-05 08:35:00', '2025-09-05 08:35:00'),
(209, 1, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15', '116.72.228.77', 1, 'Botble\\ACL\\Models\\User', 1, 'Master Demo', 'info', '2025-09-07 08:44:45', '2025-09-07 08:44:45'),
(210, 1, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '103.116.239.79', 1, 'Botble\\ACL\\Models\\User', 1, 'Master Demo', 'info', '2025-09-07 08:51:05', '2025-09-07 08:51:05'),
(211, 1, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '103.116.239.79', 1, 'Botble\\ACL\\Models\\User', 1, 'Master Demo', 'info', '2025-09-07 08:51:08', '2025-09-07 08:51:08'),
(212, 1, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '223.181.63.69', 1, 'Botble\\ACL\\Models\\User', 1, 'Master Demo', 'info', '2025-09-07 08:57:37', '2025-09-07 08:57:37'),
(213, 1, 'Botble\\ACL\\Models\\User', 'booking', '{\"_method\":\"delete\"}', 'deleted', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '223.181.63.69', 1, 'Botble\\ACL\\Models\\User', 27, 'ID: 27', 'danger', '2025-09-07 09:00:31', '2025-09-07 09:00:31'),
(214, 1, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '103.116.239.109', 1, 'Botble\\ACL\\Models\\User', 1, 'Master Demo', 'info', '2025-09-09 06:51:03', '2025-09-09 06:51:03'),
(215, 0, NULL, 'booking', '{\"submitter\":\"apply\",\"status\":\"completed\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '106.222.217.171', 0, NULL, 28, 'ID: 28', 'primary', '2025-09-09 07:16:59', '2025-09-09 07:16:59'),
(216, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '106.222.217.171', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-09 07:21:33', '2025-09-09 07:21:33'),
(217, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G955U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Mobile Safari/537.36', '116.73.92.156', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-09 12:27:10', '2025-09-09 12:27:10'),
(218, 3, 'Botble\\ACL\\Models\\User', 'of the system', '[]', 'logged out', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '116.73.92.156', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-09 12:27:25', '2025-09-09 12:27:25'),
(219, 3, 'Botble\\ACL\\Models\\User', 'from the admin panel', NULL, 'logged out', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '116.73.92.156', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-09 12:27:25', '2025-09-09 12:27:25'),
(220, 0, NULL, 'car', '{\"name\":\"Renault Clio 6\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"renault-clio-6\",\"slug_id\":\"0\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<ul><li data-start=\\\"248\\\" data-end=\\\"348\\\"><p data-start=\\\"250\\\" data-end=\\\"348\\\">Unveiled on <strong data-start=\\\"262\\\" data-end=\\\"282\\\">8 September 2025<\\/strong> at the Munich Motor Show.&nbsp;<\\/p><\\/li><li data-start=\\\"349\\\" data-end=\\\"447\\\"><p data-start=\\\"351\\\" data-end=\\\"447\\\">It\\u2019s Renault\\u2019s biggest redesign of the Clio in 13 years.&nbsp;<\\/p><\\/li><li data-start=\\\"448\\\" data-end=\\\"617\\\"><p data-start=\\\"450\\\" data-end=\\\"617\\\">The Clio 6 is <strong data-start=\\\"464\\\" data-end=\\\"479\\\">7 cm longer<\\/strong> than the Clio 5, with a sleeker, more modern and sporty look, especially in front &amp; rear styling.&nbsp;<\\/p><\\/li><li data-start=\\\"618\\\" data-end=\\\"799\\\"><p data-start=\\\"620\\\" data-end=\\\"799\\\">More tech: dual 10-inch screens, a Google-based infotainment system (including Google Maps, Google Assistant, Google Play) in higher trims.&nbsp;<\\/p><\\/li><li data-start=\\\"800\\\" data-end=\\\"916\\\"><p data-start=\\\"802\\\" data-end=\\\"916\\\">Many driver-assistance features: up to <strong data-start=\\\"841\\\" data-end=\\\"859\\\">29 driver aids<\\/strong> in higher trim<\\/p><\\/li><\\/ul>\",\"images\":[\"customers\\/14\\/a.jpeg\"],\"location\":\"Los angelus,california,usa\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_hour\",\"rental_rate\":\"200\",\"tax_id\":\"1\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"11\",\"external_booking_url\":null,\"sale_price\":null,\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"14\",\"vehicle_type_id\":\"1\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"AK-1332\",\"vin\":\"231321\",\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":null,\"submitter\":\"apply\"}', 'created', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 0, NULL, 23, 'Renault Clio 6', 'info', '2025-09-11 03:59:21', '2025-09-11 03:59:21'),
(221, 0, NULL, 'car', '{\"name\":\"Renault Clio 6\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"renault-clio-6\",\"slug_id\":\"0\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<ul><li data-start=\\\"248\\\" data-end=\\\"348\\\"><p data-start=\\\"250\\\" data-end=\\\"348\\\">Unveiled on <strong data-start=\\\"262\\\" data-end=\\\"282\\\">8 September 2025<\\/strong> at the Munich Motor Show.&nbsp;<\\/p><\\/li><li data-start=\\\"349\\\" data-end=\\\"447\\\"><p data-start=\\\"351\\\" data-end=\\\"447\\\">It\\u2019s Renault\\u2019s biggest redesign of the Clio in 13 years.&nbsp;<\\/p><\\/li><li data-start=\\\"448\\\" data-end=\\\"617\\\"><p data-start=\\\"450\\\" data-end=\\\"617\\\">The Clio 6 is <strong data-start=\\\"464\\\" data-end=\\\"479\\\">7 cm longer<\\/strong> than the Clio 5, with a sleeker, more modern and sporty look, especially in front &amp; rear styling.&nbsp;<\\/p><\\/li><li data-start=\\\"618\\\" data-end=\\\"799\\\"><p data-start=\\\"620\\\" data-end=\\\"799\\\">More tech: dual 10-inch screens, a Google-based infotainment system (including Google Maps, Google Assistant, Google Play) in higher trims.&nbsp;<\\/p><\\/li><li data-start=\\\"800\\\" data-end=\\\"916\\\"><p data-start=\\\"802\\\" data-end=\\\"916\\\">Many driver-assistance features: up to <strong data-start=\\\"841\\\" data-end=\\\"859\\\">29 driver aids<\\/strong> in higher trim<\\/p><\\/li><\\/ul>\",\"images\":[\"customers\\/14\\/a.jpeg\"],\"location\":\"Los angelus,california,usa\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_hour\",\"rental_rate\":\"200\",\"tax_id\":\"1\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"11\",\"external_booking_url\":null,\"sale_price\":null,\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"14\",\"vehicle_type_id\":\"1\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"AK-1332\",\"vin\":\"231321\",\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":null,\"submitter\":\"apply\"}', 'created', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 0, NULL, 23, 'Renault Clio 6', 'info', '2025-09-11 03:59:21', '2025-09-11 03:59:21'),
(222, 0, NULL, 'car', '{\"name\":\"Renault Clio 6\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"kia-stinger-gt2-awd-2024\",\"slug_id\":\"119\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<ul><li data-start=\\\"248\\\" data-end=\\\"348\\\"><p data-start=\\\"250\\\" data-end=\\\"348\\\">Unveiled on <strong data-start=\\\"262\\\" data-end=\\\"282\\\">8 September 2025<\\/strong> at the Munich Motor Show.&nbsp;<\\/p><\\/li><li data-start=\\\"349\\\" data-end=\\\"447\\\"><p data-start=\\\"351\\\" data-end=\\\"447\\\">It\\u2019s Renault\\u2019s biggest redesign of the Clio in 13 years.&nbsp;<\\/p><\\/li><li data-start=\\\"448\\\" data-end=\\\"617\\\"><p data-start=\\\"450\\\" data-end=\\\"617\\\">The Clio 6 is <strong data-start=\\\"464\\\" data-end=\\\"479\\\">7 cm longer<\\/strong> than the Clio 5, with a sleeker, more modern and sporty look, especially in front &amp; rear styling.&nbsp;<\\/p><\\/li><li data-start=\\\"618\\\" data-end=\\\"799\\\"><p data-start=\\\"620\\\" data-end=\\\"799\\\">More tech: dual 10-inch screens, a Google-based infotainment system (including Google Maps, Google Assistant, Google Play) in higher trims.&nbsp;<\\/p><\\/li><li data-start=\\\"800\\\" data-end=\\\"916\\\"><p data-start=\\\"802\\\" data-end=\\\"916\\\">Many driver-assistance features: up to <strong data-start=\\\"841\\\" data-end=\\\"859\\\">29 driver aids<\\/strong> in higher trim<\\/p><\\/li><\\/ul>\",\"images\":[\"customers\\/14\\/a.jpeg\"],\"location\":\"Los angelus,california,usa\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_hour\",\"rental_rate\":\"200\",\"tax_id\":\"1\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"11\",\"external_booking_url\":null,\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"14\",\"vehicle_type_id\":\"1\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"AK-1332\",\"vin\":\"231321\",\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":null,\"submitter\":\"apply\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 0, NULL, 23, 'Renault Clio 6', 'primary', '2025-09-11 04:02:11', '2025-09-11 04:02:11'),
(223, 0, NULL, 'car', '{\"name\":\"Renault Clio 6\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"kia-stinger-gt2-awd-2024\",\"slug_id\":\"119\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<ul><li data-start=\\\"248\\\" data-end=\\\"348\\\"><p data-start=\\\"250\\\" data-end=\\\"348\\\">Unveiled on <strong data-start=\\\"262\\\" data-end=\\\"282\\\">8 September 2025<\\/strong> at the Munich Motor Show.&nbsp;<\\/p><\\/li><li data-start=\\\"349\\\" data-end=\\\"447\\\"><p data-start=\\\"351\\\" data-end=\\\"447\\\">It\\u2019s Renault\\u2019s biggest redesign of the Clio in 13 years.&nbsp;<\\/p><\\/li><li data-start=\\\"448\\\" data-end=\\\"617\\\"><p data-start=\\\"450\\\" data-end=\\\"617\\\">The Clio 6 is <strong data-start=\\\"464\\\" data-end=\\\"479\\\">7 cm longer<\\/strong> than the Clio 5, with a sleeker, more modern and sporty look, especially in front &amp; rear styling.&nbsp;<\\/p><\\/li><li data-start=\\\"618\\\" data-end=\\\"799\\\"><p data-start=\\\"620\\\" data-end=\\\"799\\\">More tech: dual 10-inch screens, a Google-based infotainment system (including Google Maps, Google Assistant, Google Play) in higher trims.&nbsp;<\\/p><\\/li><li data-start=\\\"800\\\" data-end=\\\"916\\\"><p data-start=\\\"802\\\" data-end=\\\"916\\\">Many driver-assistance features: up to <strong data-start=\\\"841\\\" data-end=\\\"859\\\">29 driver aids<\\/strong> in higher trim<\\/p><\\/li><\\/ul>\",\"images\":[\"customers\\/14\\/a.jpeg\"],\"location\":\"Los angelus,california,usa\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_hour\",\"rental_rate\":\"200\",\"tax_id\":\"1\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"11\",\"external_booking_url\":null,\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"14\",\"vehicle_type_id\":\"1\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"AK-1332\",\"vin\":\"231321\",\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":null,\"submitter\":\"apply\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 0, NULL, 23, 'Renault Clio 6', 'primary', '2025-09-11 04:02:11', '2025-09-11 04:02:11'),
(224, 0, NULL, 'car', '{\"name\":\"Renault Clio 6\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"kia-stinger-gt2-awd-2024\",\"slug_id\":\"119\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<ul><li data-start=\\\"248\\\" data-end=\\\"348\\\"><p data-start=\\\"250\\\" data-end=\\\"348\\\">Unveiled on <strong data-start=\\\"262\\\" data-end=\\\"282\\\">8 September 2025<\\/strong> at the Munich Motor Show.&nbsp;<\\/p><\\/li><li data-start=\\\"349\\\" data-end=\\\"447\\\"><p data-start=\\\"351\\\" data-end=\\\"447\\\">It\\u2019s Renault\\u2019s biggest redesign of the Clio in 13 years.&nbsp;<\\/p><\\/li><li data-start=\\\"448\\\" data-end=\\\"617\\\"><p data-start=\\\"450\\\" data-end=\\\"617\\\">The Clio 6 is <strong data-start=\\\"464\\\" data-end=\\\"479\\\">7 cm longer<\\/strong> than the Clio 5, with a sleeker, more modern and sporty look, especially in front &amp; rear styling.&nbsp;<\\/p><\\/li><li data-start=\\\"618\\\" data-end=\\\"799\\\"><p data-start=\\\"620\\\" data-end=\\\"799\\\">More tech: dual 10-inch screens, a Google-based infotainment system (including Google Maps, Google Assistant, Google Play) in higher trims.&nbsp;<\\/p><\\/li><li data-start=\\\"800\\\" data-end=\\\"916\\\"><p data-start=\\\"802\\\" data-end=\\\"916\\\">Many driver-assistance features: up to <strong data-start=\\\"841\\\" data-end=\\\"859\\\">29 driver aids<\\/strong> in higher trim<\\/p><\\/li><\\/ul>\",\"images\":[\"customers\\/14\\/a.jpeg\"],\"location\":\"Los angelus,california,usa\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_hour\",\"rental_rate\":\"200\",\"tax_id\":\"1\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"11\",\"external_booking_url\":null,\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"14\",\"vehicle_type_id\":\"1\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"AK-1332\",\"vin\":\"231321\",\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":null,\"submitter\":\"apply\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 0, NULL, 23, 'Renault Clio 6', 'primary', '2025-09-11 04:02:47', '2025-09-11 04:02:47'),
(225, 0, NULL, 'car', '{\"name\":\"Renault Clio 6\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"kia-stinger-gt2-awd-2024\",\"slug_id\":\"119\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<ul><li data-start=\\\"248\\\" data-end=\\\"348\\\"><p data-start=\\\"250\\\" data-end=\\\"348\\\">Unveiled on <strong data-start=\\\"262\\\" data-end=\\\"282\\\">8 September 2025<\\/strong> at the Munich Motor Show.&nbsp;<\\/p><\\/li><li data-start=\\\"349\\\" data-end=\\\"447\\\"><p data-start=\\\"351\\\" data-end=\\\"447\\\">It\\u2019s Renault\\u2019s biggest redesign of the Clio in 13 years.&nbsp;<\\/p><\\/li><li data-start=\\\"448\\\" data-end=\\\"617\\\"><p data-start=\\\"450\\\" data-end=\\\"617\\\">The Clio 6 is <strong data-start=\\\"464\\\" data-end=\\\"479\\\">7 cm longer<\\/strong> than the Clio 5, with a sleeker, more modern and sporty look, especially in front &amp; rear styling.&nbsp;<\\/p><\\/li><li data-start=\\\"618\\\" data-end=\\\"799\\\"><p data-start=\\\"620\\\" data-end=\\\"799\\\">More tech: dual 10-inch screens, a Google-based infotainment system (including Google Maps, Google Assistant, Google Play) in higher trims.&nbsp;<\\/p><\\/li><li data-start=\\\"800\\\" data-end=\\\"916\\\"><p data-start=\\\"802\\\" data-end=\\\"916\\\">Many driver-assistance features: up to <strong data-start=\\\"841\\\" data-end=\\\"859\\\">29 driver aids<\\/strong> in higher trim<\\/p><\\/li><\\/ul>\",\"images\":[\"customers\\/14\\/a.jpeg\"],\"location\":\"Los angelus,california,usa\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_hour\",\"rental_rate\":\"200\",\"tax_id\":\"1\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"11\",\"external_booking_url\":null,\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"14\",\"vehicle_type_id\":\"1\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"AK-1332\",\"vin\":\"231321\",\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":null,\"submitter\":\"apply\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 0, NULL, 23, 'Renault Clio 6', 'primary', '2025-09-11 04:02:47', '2025-09-11 04:02:47'),
(226, 0, NULL, 'car', '{\"name\":\"Renault Clio 6\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"kia-stinger-gt2-awd-2024\",\"slug_id\":\"119\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<ul><li data-start=\\\"248\\\" data-end=\\\"348\\\"><p data-start=\\\"250\\\" data-end=\\\"348\\\">Unveiled on <strong data-start=\\\"262\\\" data-end=\\\"282\\\">8 September 2025<\\/strong> at the Munich Motor Show.&nbsp;<\\/p><\\/li><li data-start=\\\"349\\\" data-end=\\\"447\\\"><p data-start=\\\"351\\\" data-end=\\\"447\\\">It\\u2019s Renault\\u2019s biggest redesign of the Clio in 13 years.&nbsp;<\\/p><\\/li><li data-start=\\\"448\\\" data-end=\\\"617\\\"><p data-start=\\\"450\\\" data-end=\\\"617\\\">The Clio 6 is <strong data-start=\\\"464\\\" data-end=\\\"479\\\">7 cm longer<\\/strong> than the Clio 5, with a sleeker, more modern and sporty look, especially in front &amp; rear styling.&nbsp;<\\/p><\\/li><li data-start=\\\"618\\\" data-end=\\\"799\\\"><p data-start=\\\"620\\\" data-end=\\\"799\\\">More tech: dual 10-inch screens, a Google-based infotainment system (including Google Maps, Google Assistant, Google Play) in higher trims.&nbsp;<\\/p><\\/li><li data-start=\\\"800\\\" data-end=\\\"916\\\"><p data-start=\\\"802\\\" data-end=\\\"916\\\">Many driver-assistance features: up to <strong data-start=\\\"841\\\" data-end=\\\"859\\\">29 driver aids<\\/strong> in higher trim<\\/p><\\/li><\\/ul>\",\"images\":[\"customers\\/14\\/a.jpeg\"],\"location\":\"Los angelus,california,usa\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_hour\",\"rental_rate\":\"200\",\"tax_id\":\"1\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"11\",\"external_booking_url\":null,\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"14\",\"vehicle_type_id\":\"1\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"AK-1332\",\"vin\":\"231321\",\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":null}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 0, NULL, 23, 'Renault Clio 6', 'primary', '2025-09-11 04:03:01', '2025-09-11 04:03:01'),
(227, 0, NULL, 'car', '{\"name\":\"Renault Clio 6\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"kia-stinger-gt2-awd-2024\",\"slug_id\":\"119\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<ul><li data-start=\\\"248\\\" data-end=\\\"348\\\"><p data-start=\\\"250\\\" data-end=\\\"348\\\">Unveiled on <strong data-start=\\\"262\\\" data-end=\\\"282\\\">8 September 2025<\\/strong> at the Munich Motor Show.&nbsp;<\\/p><\\/li><li data-start=\\\"349\\\" data-end=\\\"447\\\"><p data-start=\\\"351\\\" data-end=\\\"447\\\">It\\u2019s Renault\\u2019s biggest redesign of the Clio in 13 years.&nbsp;<\\/p><\\/li><li data-start=\\\"448\\\" data-end=\\\"617\\\"><p data-start=\\\"450\\\" data-end=\\\"617\\\">The Clio 6 is <strong data-start=\\\"464\\\" data-end=\\\"479\\\">7 cm longer<\\/strong> than the Clio 5, with a sleeker, more modern and sporty look, especially in front &amp; rear styling.&nbsp;<\\/p><\\/li><li data-start=\\\"618\\\" data-end=\\\"799\\\"><p data-start=\\\"620\\\" data-end=\\\"799\\\">More tech: dual 10-inch screens, a Google-based infotainment system (including Google Maps, Google Assistant, Google Play) in higher trims.&nbsp;<\\/p><\\/li><li data-start=\\\"800\\\" data-end=\\\"916\\\"><p data-start=\\\"802\\\" data-end=\\\"916\\\">Many driver-assistance features: up to <strong data-start=\\\"841\\\" data-end=\\\"859\\\">29 driver aids<\\/strong> in higher trim<\\/p><\\/li><\\/ul>\",\"images\":[\"customers\\/14\\/a.jpeg\"],\"location\":\"Los angelus,california,usa\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_hour\",\"rental_rate\":\"200\",\"tax_id\":\"1\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"11\",\"external_booking_url\":null,\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"14\",\"vehicle_type_id\":\"1\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"AK-1332\",\"vin\":\"231321\",\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":null}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 0, NULL, 23, 'Renault Clio 6', 'primary', '2025-09-11 04:03:01', '2025-09-11 04:03:01'),
(228, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-11 04:35:08', '2025-09-11 04:35:08'),
(229, 3, 'Botble\\ACL\\Models\\User', 'of the system', '[]', 'logged out', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-11 04:42:47', '2025-09-11 04:42:47'),
(230, 3, 'Botble\\ACL\\Models\\User', 'from the admin panel', NULL, 'logged out', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-11 04:42:47', '2025-09-11 04:42:47'),
(231, 0, NULL, 'car', '{\"name\":\"Mahindra BE.06\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"genesis-g70-33t-sport-prestige-awd-2024\",\"slug_id\":\"112\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<p data-start=\\\"213\\\" data-end=\\\"808\\\">The Mahindra BE.06 is a futuristic all-electric SUV concept, part of Mahindra\'s \\\"Born Electric\\\" series. Built on the INGLO platform, the BE.06 features a bold and aerodynamic design with sharp LED lighting, a closed-off grille, and aggressive character lines. It reflects Mahindra\'s vision for high-performance, tech-driven electric vehicles. The BE.06 is expected to offer advanced connected car features, a premium interior, and a strong focus on sustainability and innovation. As a concept, it positions Mahindra in direct competition with other global EV players in the mid-size SUV segment.<\\/p>\",\"images\":[\"customers\\/14\\/be-6e-exterior-right-front-three-quarter-5.png\"],\"location\":null,\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_day\",\"rental_rate\":\"500\",\"tax_id\":null,\"pick_address_id\":\"1\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"1\",\"external_booking_url\":null,\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":null,\"vehicle_type_id\":null,\"transmission_id\":null,\"fuel_type_id\":null,\"license_plate\":null,\"vin\":null,\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"4\"],\"amenities\":[\"3\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"16\",\"18\",\"20\",\"22\",\"25\",\"29\",\"30\",\"31\",\"33\",\"34\",\"35\",\"37\",\"38\",\"40\",\"41\",\"42\",\"45\",\"46\"],\"colors\":\"3\",\"submitter\":\"apply\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 0, NULL, 16, 'Mahindra BE.06', 'primary', '2025-09-11 04:56:19', '2025-09-11 04:56:19'),
(232, 0, NULL, 'car', '{\"name\":\"Mahindra BE.06\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"genesis-g70-33t-sport-prestige-awd-2024\",\"slug_id\":\"112\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<p data-start=\\\"213\\\" data-end=\\\"808\\\">The Mahindra BE.06 is a futuristic all-electric SUV concept, part of Mahindra\'s \\\"Born Electric\\\" series. Built on the INGLO platform, the BE.06 features a bold and aerodynamic design with sharp LED lighting, a closed-off grille, and aggressive character lines. It reflects Mahindra\'s vision for high-performance, tech-driven electric vehicles. The BE.06 is expected to offer advanced connected car features, a premium interior, and a strong focus on sustainability and innovation. As a concept, it positions Mahindra in direct competition with other global EV players in the mid-size SUV segment.<\\/p>\",\"images\":[\"customers\\/14\\/be-6e-exterior-right-front-three-quarter-5.png\"],\"location\":null,\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_day\",\"rental_rate\":\"500\",\"tax_id\":null,\"pick_address_id\":\"1\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"1\",\"external_booking_url\":null,\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":null,\"vehicle_type_id\":null,\"transmission_id\":null,\"fuel_type_id\":null,\"license_plate\":null,\"vin\":null,\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"4\"],\"amenities\":[\"3\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"16\",\"18\",\"20\",\"22\",\"25\",\"29\",\"30\",\"31\",\"33\",\"34\",\"35\",\"37\",\"38\",\"40\",\"41\",\"42\",\"45\",\"46\"],\"colors\":\"3\",\"submitter\":\"apply\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 0, NULL, 16, 'Mahindra BE.06', 'primary', '2025-09-11 04:56:19', '2025-09-11 04:56:19'),
(233, 0, NULL, 'car', '{\"name\":\"Mahindra BE.06\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"genesis-g70-33t-sport-prestige-awd-2024\",\"slug_id\":\"112\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<p data-start=\\\"213\\\" data-end=\\\"808\\\">The Mahindra BE.06 is a futuristic all-electric SUV concept, part of Mahindra\'s \\\"Born Electric\\\" series. Built on the INGLO platform, the BE.06 features a bold and aerodynamic design with sharp LED lighting, a closed-off grille, and aggressive character lines. It reflects Mahindra\'s vision for high-performance, tech-driven electric vehicles. The BE.06 is expected to offer advanced connected car features, a premium interior, and a strong focus on sustainability and innovation. As a concept, it positions Mahindra in direct competition with other global EV players in the mid-size SUV segment.<\\/p>\",\"images\":[\"customers\\/14\\/be-6e-exterior-right-front-three-quarter-5.png\"],\"location\":null,\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_day\",\"rental_rate\":\"500\",\"tax_id\":null,\"pick_address_id\":\"1\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"1\",\"external_booking_url\":null,\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":null,\"vehicle_type_id\":null,\"transmission_id\":null,\"fuel_type_id\":null,\"license_plate\":null,\"vin\":null,\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"4\"],\"amenities\":[\"3\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"16\",\"18\",\"20\",\"22\",\"25\",\"29\",\"30\",\"31\",\"33\",\"34\",\"35\",\"37\",\"38\",\"40\",\"41\",\"42\",\"45\",\"46\"],\"colors\":\"3\",\"submitter\":\"save\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 0, NULL, 16, 'Mahindra BE.06', 'primary', '2025-09-11 04:56:38', '2025-09-11 04:56:38'),
(234, 0, NULL, 'car', '{\"name\":\"Mahindra BE.06\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"genesis-g70-33t-sport-prestige-awd-2024\",\"slug_id\":\"112\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<p data-start=\\\"213\\\" data-end=\\\"808\\\">The Mahindra BE.06 is a futuristic all-electric SUV concept, part of Mahindra\'s \\\"Born Electric\\\" series. Built on the INGLO platform, the BE.06 features a bold and aerodynamic design with sharp LED lighting, a closed-off grille, and aggressive character lines. It reflects Mahindra\'s vision for high-performance, tech-driven electric vehicles. The BE.06 is expected to offer advanced connected car features, a premium interior, and a strong focus on sustainability and innovation. As a concept, it positions Mahindra in direct competition with other global EV players in the mid-size SUV segment.<\\/p>\",\"images\":[\"customers\\/14\\/be-6e-exterior-right-front-three-quarter-5.png\"],\"location\":null,\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_day\",\"rental_rate\":\"500\",\"tax_id\":null,\"pick_address_id\":\"1\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"1\",\"external_booking_url\":null,\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":null,\"vehicle_type_id\":null,\"transmission_id\":null,\"fuel_type_id\":null,\"license_plate\":null,\"vin\":null,\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"4\"],\"amenities\":[\"3\",\"9\",\"10\",\"11\",\"12\",\"13\",\"14\",\"16\",\"18\",\"20\",\"22\",\"25\",\"29\",\"30\",\"31\",\"33\",\"34\",\"35\",\"37\",\"38\",\"40\",\"41\",\"42\",\"45\",\"46\"],\"colors\":\"3\",\"submitter\":\"save\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 0, NULL, 16, 'Mahindra BE.06', 'primary', '2025-09-11 04:56:38', '2025-09-11 04:56:38'),
(235, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-11 05:00:15', '2025-09-11 05:00:15'),
(236, 3, 'Botble\\ACL\\Models\\User', 'car', '{\"name\":\"Renault Clio 6\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"kia-stinger-gt2-awd-2024\",\"slug_id\":\"119\",\"is_slug_editable\":\"1\",\"description\":null,\"content\":\"<ul><li>Unveiled on <strong>8 September 2025<\\/strong> at the Munich Motor Show.&nbsp;<\\/li><li>It\\u2019s Renault\\u2019s biggest redesign of the Clio in 13 years.&nbsp;<\\/li><li>The Clio 6 is <strong>7 cm longer<\\/strong> than the Clio 5, with a sleeker, more modern and sporty look, especially in front &amp; rear styling.&nbsp;<\\/li><li>More tech: dual 10-inch screens, a Google-based infotainment system (including Google Maps, Google Assistant, Google Play) in higher trims.&nbsp;<\\/li><li>Many driver-assistance features: up to <strong>29 driver aids<\\/strong> in higher trim<\\/li><\\/ul>\",\"location\":\"Los angelus,california,usa\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_hour\",\"rental_rate\":\"200\",\"tax_id\":\"1\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"11\",\"external_booking_url\":null,\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"14\",\"vehicle_type_id\":\"1\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"AK-1332\",\"vin\":\"231321\",\"year\":null,\"mileage\":null,\"horsepower\":null,\"number_of_seats\":null,\"number_of_doors\":null,\"insurance_info\":null,\"images\":[null,\"customers\\/14\\/a.jpeg\"],\"youtube_video_url\":null,\"faq_schema_config\":[[{\"key\":\"question\",\"value\":null},{\"key\":\"answer\",\"value\":null}]],\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"author_id\":\"14\",\"is_featured\":\"0\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":null,\"submitter\":\"save\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 23, 'Renault Clio 6', 'primary', '2025-09-11 05:04:54', '2025-09-11 05:04:54'),
(237, 1, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '223.181.60.61', 1, 'Botble\\ACL\\Models\\User', 1, 'Master Demo', 'info', '2025-09-12 03:59:24', '2025-09-12 03:59:24'),
(238, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '93.113.61.30', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-13 14:00:12', '2025-09-13 14:00:12'),
(239, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-16 05:06:31', '2025-09-16 05:06:31'),
(240, 0, NULL, 'car', '{\"name\":\"Ford Mustang GT\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"ford-mustang-gt\",\"slug_id\":\"0\",\"is_slug_editable\":\"1\",\"description\":\"Classic American muscle car, 5.0L V8 engine\",\"content\":\"<figure class=\\\"table\\\"><table><tbody><tr><td data-start=\\\"822\\\" data-end=\\\"872\\\" data-col-size=\\\"md\\\">2-door coupe, 450 HP, Bluetooth, ABS brakes<\\/td><\\/tr><\\/tbody><\\/table><\\/figure><figure class=\\\"table\\\"><table><tbody><tr><td data-start=\\\"872\\\" data-end=\\\"895\\\" data-col-size=\\\"sm\\\">&nbsp;<\\/td><\\/tr><\\/tbody><\\/table><\\/figure><p>&nbsp;<\\/p><p>&nbsp;<\\/p><p>&nbsp;<\\/p><p>&nbsp;<\\/p><p>&nbsp;<\\/p>\",\"images\":[\"customers\\/14\\/ford-mustang-gt.jpeg\",\"customers\\/14\\/ford-mustang-gt02.jpeg\"],\"location\":\"Dallas, Texas\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_day\",\"rental_rate\":\"500\",\"tax_id\":\"12\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"10\",\"external_booking_url\":\"https:\\/\\/booking.example.com\\/ford-mustang\",\"sale_price\":null,\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"10\",\"vehicle_type_id\":\"6\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"UA-4585\",\"vin\":\"1FA6P8CF9M5102345\",\"year\":\"2025\",\"mileage\":\"70\",\"horsepower\":\"10\",\"number_of_seats\":\"4\",\"number_of_doors\":\"4\",\"insurance_info\":\"Insured by GEICO, Policy #TX452190\",\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":\"4\",\"submitter\":\"save\"}', 'created', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 0, NULL, 24, 'Ford Mustang GT', 'info', '2025-09-16 07:13:53', '2025-09-16 07:13:53'),
(241, 0, NULL, 'car', '{\"name\":\"Ford Mustang GT\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"ford-mustang-gt\",\"slug_id\":\"0\",\"is_slug_editable\":\"1\",\"description\":\"Classic American muscle car, 5.0L V8 engine\",\"content\":\"<figure class=\\\"table\\\"><table><tbody><tr><td data-start=\\\"822\\\" data-end=\\\"872\\\" data-col-size=\\\"md\\\">2-door coupe, 450 HP, Bluetooth, ABS brakes<\\/td><\\/tr><\\/tbody><\\/table><\\/figure><figure class=\\\"table\\\"><table><tbody><tr><td data-start=\\\"872\\\" data-end=\\\"895\\\" data-col-size=\\\"sm\\\">&nbsp;<\\/td><\\/tr><\\/tbody><\\/table><\\/figure><p>&nbsp;<\\/p><p>&nbsp;<\\/p><p>&nbsp;<\\/p><p>&nbsp;<\\/p><p>&nbsp;<\\/p>\",\"images\":[\"customers\\/14\\/ford-mustang-gt.jpeg\",\"customers\\/14\\/ford-mustang-gt02.jpeg\"],\"location\":\"Dallas, Texas\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_day\",\"rental_rate\":\"500\",\"tax_id\":\"12\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"1\",\"return_address_id\":\"10\",\"external_booking_url\":\"https:\\/\\/booking.example.com\\/ford-mustang\",\"sale_price\":null,\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"10\",\"vehicle_type_id\":\"6\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"UA-4585\",\"vin\":\"1FA6P8CF9M5102345\",\"year\":\"2025\",\"mileage\":\"70\",\"horsepower\":\"10\",\"number_of_seats\":\"4\",\"number_of_doors\":\"4\",\"insurance_info\":\"Insured by GEICO, Policy #TX452190\",\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":\"4\",\"submitter\":\"save\"}', 'created', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36', '122.170.198.82', 0, NULL, 24, 'Ford Mustang GT', 'info', '2025-09-16 07:13:53', '2025-09-16 07:13:53'),
(242, 3, 'Botble\\ACL\\Models\\User', 'carmaintenancehistory', '{\"car_id\":\"24\",\"name\":\"Brake Pad Replacement\",\"description\":\"Front brake pads replaced\",\"currency_id\":\"1\",\"amount\":\"350\",\"date\":\"2025-09-16\",\"car\":\"24\"}', 'created', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 1, 'Brake Pad Replacement', 'info', '2025-09-16 07:19:34', '2025-09-16 07:19:34'),
(243, 3, 'Botble\\ACL\\Models\\User', 'carmaintenancehistory', '{\"car_id\":\"24\",\"name\":\"Tire Rotation & Balance\",\"description\":\"Rotated all four tires, balanced wheels\",\"currency_id\":\"1\",\"amount\":\"80\",\"date\":\"2025-09-16\",\"car\":\"24\"}', 'created', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 2, 'Tire Rotation & Balance', 'info', '2025-09-16 07:20:28', '2025-09-16 07:20:28'),
(244, 3, 'Botble\\ACL\\Models\\User', 'carmaintenancehistory', '{\"car_id\":\"24\",\"name\":\"Battery Replacement\",\"description\":\"Installed new 12V battery\",\"currency_id\":\"1\",\"amount\":\"220\",\"date\":null,\"car\":\"24\"}', 'created', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 3, 'Battery Replacement', 'info', '2025-09-16 07:20:54', '2025-09-16 07:20:54'),
(245, 3, 'Botble\\ACL\\Models\\User', 'carmaintenancehistory', '{\"car_id\":\"24\",\"name\":\"Battery Replacement\",\"description\":\"Installed new 12V battery\",\"currency_id\":\"1\",\"amount\":\"220\",\"date\":\"2025-09-16\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 3, 'Battery Replacement', 'primary', '2025-09-16 07:21:36', '2025-09-16 07:21:36'),
(246, 3, 'Botble\\ACL\\Models\\User', 'carmaintenancehistory', '{\"car_id\":\"24\",\"name\":\"Battery Replacement\",\"description\":\"Installed new 12V battery\",\"currency_id\":\"1\",\"amount\":\"220\",\"date\":\"2025-09-16\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 3, 'Battery Replacement', 'primary', '2025-09-16 07:21:46', '2025-09-16 07:21:46'),
(247, 3, 'Botble\\ACL\\Models\\User', 'car', '{\"name\":\"Ford Mustang GT\",\"model\":\"Botble\\\\CarRentals\\\\Models\\\\Car\",\"slug\":\"volkswagen-atlas-cross-sport-sel-premium-2024\",\"slug_id\":\"120\",\"is_slug_editable\":\"1\",\"description\":\"Classic American muscle car, 5.0L V8 engine\",\"content\":\"<figure class=\\\"table\\\"><table><tbody><tr><td>2-door coupe, 450 HP, Bluetooth, ABS brakes<\\/td><\\/tr><\\/tbody><\\/table><\\/figure><figure class=\\\"table\\\"><table><tbody><tr><td>&nbsp;<\\/td><\\/tr><\\/tbody><\\/table><\\/figure><p>&nbsp;<\\/p><p>&nbsp;<\\/p><p>&nbsp;<\\/p><p>&nbsp;<\\/p><p>&nbsp;<\\/p>\",\"location\":\"Dallas, Texas\",\"currency_id\":\"1\",\"car_purpose\":\"rent\",\"rental_type\":\"per_day\",\"rental_rate\":\"500\",\"tax_id\":\"12\",\"pick_address_id\":\"11\",\"is_same_drop_off\":\"0\",\"return_address_id\":\"10\",\"external_booking_url\":\"https:\\/\\/booking.example.com\\/ford-mustang\",\"sale_price\":\"0\",\"condition\":null,\"ownership_history\":null,\"warranty_information\":null,\"sale_status\":\"available\",\"make_id\":\"10\",\"vehicle_type_id\":\"6\",\"transmission_id\":\"1\",\"fuel_type_id\":\"1\",\"license_plate\":\"UA-4585\",\"vin\":\"1FA6P8CF9M5102345\",\"year\":\"2025\",\"mileage\":\"70\",\"horsepower\":\"10\",\"number_of_seats\":\"4\",\"number_of_doors\":\"4\",\"insurance_info\":\"Insured by GEICO, Policy #TX452190\",\"images\":[null,\"customers\\/14\\/ford-mustang-gt.jpeg\",\"customers\\/14\\/ford-mustang-gt02.jpeg\"],\"youtube_video_url\":null,\"faq_schema_config\":[[{\"key\":\"question\",\"value\":null},{\"key\":\"answer\",\"value\":null}]],\"seo_meta\":{\"seo_title\":null,\"seo_description\":null,\"index\":\"index\"},\"seo_meta_image\":null,\"status\":\"available\",\"author_id\":\"14\",\"is_featured\":\"0\",\"is_used\":\"0\",\"tags\":null,\"categories\":[\"5\"],\"colors\":\"4\",\"submitter\":\"save\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 24, 'Ford Mustang GT', 'primary', '2025-09-16 07:26:29', '2025-09-16 07:26:29'),
(248, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-17 07:01:36', '2025-09-17 07:01:36'),
(249, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-18 08:55:08', '2025-09-18 08:55:08'),
(250, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '122.170.198.82', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-18 08:55:08', '2025-09-18 08:55:08'),
(251, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.205.5.90', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-24 03:57:56', '2025-09-24 03:57:56'),
(252, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.205.5.90', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-24 04:04:04', '2025-09-24 04:04:04'),
(253, 3, 'Botble\\ACL\\Models\\User', 'customer', '{\"name\":\"Roman\",\"email\":\"jdealer@demo.com\",\"phone\":null,\"dob\":null,\"place\":null,\"is_change_password\":\"0\",\"status\":\"published\",\"avatar\":null,\"submitter\":\"save\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.205.5.90', 3, 'Botble\\ACL\\Models\\User', 17, 'Roman', 'primary', '2025-09-24 04:18:57', '2025-09-24 04:18:57');
INSERT INTO `audit_histories` (`id`, `user_id`, `user_type`, `module`, `request`, `action`, `user_agent`, `ip_address`, `actor_id`, `actor_type`, `reference_id`, `reference_name`, `type`, `created_at`, `updated_at`) VALUES
(254, 3, 'Botble\\ACL\\Models\\User', 'of the system', '[]', 'logged out', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.205.5.90', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-24 04:53:51', '2025-09-24 04:53:51'),
(255, 3, 'Botble\\ACL\\Models\\User', 'from the admin panel', NULL, 'logged out', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.205.5.90', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-24 04:53:51', '2025-09-24 04:53:51'),
(256, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 68, 'ID: 68', 'primary', '2025-09-24 06:25:11', '2025-09-24 06:25:11'),
(257, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"completed\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 68, 'ID: 68', 'primary', '2025-09-24 06:28:32', '2025-09-24 06:28:32'),
(258, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"completed\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 68, 'ID: 68', 'primary', '2025-09-24 06:28:38', '2025-09-24 06:28:38'),
(259, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 69, 'ID: 69', 'primary', '2025-09-24 06:31:28', '2025-09-24 06:31:28'),
(260, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 69, 'ID: 69', 'primary', '2025-09-24 06:31:43', '2025-09-24 06:31:43'),
(261, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"completed\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 69, 'ID: 69', 'primary', '2025-09-24 06:36:56', '2025-09-24 06:36:56'),
(262, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"completed\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 69, 'ID: 69', 'primary', '2025-09-24 06:36:59', '2025-09-24 06:36:59'),
(263, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 71, 'ID: 71', 'primary', '2025-09-24 07:02:37', '2025-09-24 07:02:37'),
(264, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 67, 'ID: 67', 'primary', '2025-09-24 07:03:25', '2025-09-24 07:03:25'),
(265, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 66, 'ID: 66', 'primary', '2025-09-24 08:08:19', '2025-09-24 08:08:19'),
(266, 0, NULL, 'booking', '{\"submitter\":\"save\",\"status\":\"pending\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.182.249', 0, NULL, 71, 'ID: 71', 'primary', '2025-09-24 08:10:15', '2025-09-24 08:10:15'),
(267, 0, NULL, 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.182.249', 0, NULL, 71, 'ID: 71', 'primary', '2025-09-24 08:10:42', '2025-09-24 08:10:42'),
(268, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 65, 'ID: 65', 'primary', '2025-09-24 08:26:45', '2025-09-24 08:26:45'),
(269, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 65, 'ID: 65', 'primary', '2025-09-24 09:07:35', '2025-09-24 09:07:35'),
(270, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 70, 'ID: 70', 'primary', '2025-09-24 09:07:59', '2025-09-24 09:07:59'),
(271, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 72, 'ID: 72', 'primary', '2025-09-24 09:10:29', '2025-09-24 09:10:29'),
(272, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.249', 3, 'Botble\\ACL\\Models\\User', 72, 'ID: 72', 'primary', '2025-09-24 09:10:36', '2025-09-24 09:10:36'),
(273, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '223.185.40.166', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-24 11:41:45', '2025-09-24 11:41:45'),
(274, 1, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.158.1', 1, 'Botble\\ACL\\Models\\User', 1, 'Master Demo', 'info', '2025-09-24 11:50:31', '2025-09-24 11:50:31'),
(275, 1, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"apply\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.158.1', 1, 'Botble\\ACL\\Models\\User', 81, 'ID: 81', 'primary', '2025-09-24 11:51:00', '2025-09-24 11:51:00'),
(276, 1, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"completed\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.158.1', 1, 'Botble\\ACL\\Models\\User', 81, 'ID: 81', 'primary', '2025-09-24 11:52:18', '2025-09-24 11:52:18'),
(277, 1, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"completed\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.158.1', 1, 'Botble\\ACL\\Models\\User', 81, 'ID: 81', 'primary', '2025-09-24 11:53:14', '2025-09-24 11:53:14'),
(278, 1, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.158.1', 1, 'Botble\\ACL\\Models\\User', 80, 'ID: 80', 'primary', '2025-09-24 11:53:24', '2025-09-24 11:53:24'),
(279, 0, NULL, 'customer', '{\"old_password\":\"User_321\"}', 'updated', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '150.107.232.192', 0, NULL, 13, 'User Dem0', 'primary', '2025-09-25 10:57:10', '2025-09-25 10:57:10'),
(280, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.205.5.95', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-25 11:01:52', '2025-09-25 11:01:52'),
(281, 0, NULL, 'customer', '{\"old_password\":\"User_3210\"}', 'updated', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '150.107.232.192', 0, NULL, 13, 'User Dem0', 'primary', '2025-09-25 11:05:40', '2025-09-25 11:05:40'),
(282, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.182.177', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-26 10:04:19', '2025-09-26 10:04:19'),
(283, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.182.177', 3, 'Botble\\ACL\\Models\\User', 82, 'ID: 82', 'primary', '2025-09-26 10:04:33', '2025-09-26 10:04:33'),
(284, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.182.177', 3, 'Botble\\ACL\\Models\\User', 83, 'ID: 83', 'primary', '2025-09-26 10:04:48', '2025-09-26 10:04:48'),
(285, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.182.177', 3, 'Botble\\ACL\\Models\\User', 79, 'ID: 79', 'primary', '2025-09-26 10:14:17', '2025-09-26 10:14:17'),
(286, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.182.177', 3, 'Botble\\ACL\\Models\\User', 78, 'ID: 78', 'primary', '2025-09-26 10:39:14', '2025-09-26 10:39:14'),
(287, 3, 'Botble\\ACL\\Models\\User', 'to the system', NULL, 'logged in', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.177', 3, 'Botble\\ACL\\Models\\User', 3, 'Admin Demo', 'info', '2025-09-26 10:42:18', '2025-09-26 10:42:18'),
(288, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.177', 3, 'Botble\\ACL\\Models\\User', 77, 'ID: 77', 'primary', '2025-09-26 10:43:35', '2025-09-26 10:43:35'),
(289, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.177', 3, 'Botble\\ACL\\Models\\User', 76, 'ID: 76', 'primary', '2025-09-26 10:45:34', '2025-09-26 10:45:34'),
(290, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 OPR/120.0.0.0', '106.215.182.177', 3, 'Botble\\ACL\\Models\\User', 75, 'ID: 75', 'primary', '2025-09-26 10:47:44', '2025-09-26 10:47:44'),
(291, 3, 'Botble\\ACL\\Models\\User', 'booking', '{\"submitter\":\"save\",\"status\":\"processing\"}', 'updated', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36', '106.215.182.177', 3, 'Botble\\ACL\\Models\\User', 74, 'ID: 74', 'primary', '2025-09-26 11:47:23', '2025-09-26 11:47:23');

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

--
-- Table structure for table `cache`
--

CREATE TABLE `cache` (
  `key` varchar(191) NOT NULL,
  `value` mediumtext NOT NULL,
  `expiration` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cache_locks`
--

CREATE TABLE `cache_locks` (
  `key` varchar(191) NOT NULL,
  `owner` varchar(191) NOT NULL,
  `expiration` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `description` varchar(400) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `author_id` bigint(20) UNSIGNED DEFAULT NULL,
  `author_type` varchar(191) NOT NULL DEFAULT 'Botble\\ACL\\Models\\User',
  `icon` varchar(60) DEFAULT NULL,
  `order` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `is_featured` tinyint(4) NOT NULL DEFAULT 0,
  `is_default` tinyint(3) UNSIGNED 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 `categories`
--

INSERT INTO `categories` (`id`, `name`, `parent_id`, `description`, `status`, `author_id`, `author_type`, `icon`, `order`, `is_featured`, `is_default`, `created_at`, `updated_at`) VALUES
(1, 'New Cars', 0, 'Impedit sit ipsum dolor. Praesentium repellat unde vero quia eos repudiandae repellendus. Hic rerum optio eos qui quam. Et harum sequi quo possimus autem assumenda ut beatae.', 'published', 1, 'Botble\\ACL\\Models\\User', NULL, 0, 0, 0, '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(2, 'Car Rentals', 0, 'Recusandae laborum quod nulla id quod omnis. Corrupti vero alias fugiat est. Nulla perspiciatis ea explicabo id qui in. Eius dignissimos veniam est expedita enim.', 'published', 1, 'Botble\\ACL\\Models\\User', NULL, 0, 1, 0, '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(3, 'Electric Vehicles', 0, 'Quia dolores non officiis tenetur expedita in esse. Dicta optio nobis et culpa consequatur deleniti. Rem quam qui magnam fuga.', 'published', 1, 'Botble\\ACL\\Models\\User', NULL, 0, 1, 0, '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(4, 'Car Maintenance', 0, 'Quisquam ipsum quas atque libero blanditiis totam quia sint. Laboriosam harum mollitia iure rerum excepturi et. Rerum et ut voluptatibus cupiditate eius.', 'published', 1, 'Botble\\ACL\\Models\\User', NULL, 0, 1, 0, '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(5, 'Road Trips', 0, 'Blanditiis eum maiores aliquid animi adipisci tempora doloremque. Omnis nostrum sunt dolor quia provident. Voluptas accusamus praesentium inventore quisquam vel.', 'published', 1, 'Botble\\ACL\\Models\\User', NULL, 0, 1, 0, '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(6, 'Luxury Cars', 0, 'Suscipit dolorem totam eius odio nisi ea consequuntur. Nostrum nulla fugit debitis consequuntur autem sint. Et enim aut omnis illum et et.', 'published', 1, 'Botble\\ACL\\Models\\User', NULL, 0, 1, 0, '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(7, 'Family Cars', 0, 'Est quae fuga modi facere expedita placeat. Explicabo sed totam quo qui sed deserunt. Dignissimos eveniet eligendi cum ipsum maiores.', 'published', 1, 'Botble\\ACL\\Models\\User', NULL, 0, 1, 0, '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(8, 'Off-Road Vehicles', 0, 'Voluptatem aperiam accusamus sit ratione totam eius. Ratione aspernatur omnis at quisquam et nesciunt.', 'published', 1, 'Botble\\ACL\\Models\\User', NULL, 0, 1, 0, '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(9, 'Hybrid Cars', 0, 'Delectus libero ea rem. Ad pariatur et in magnam. Dignissimos ducimus magni magnam vitae vitae. Quod omnis quia sequi incidunt. Sed nulla ab recusandae odio repellat architecto dolorem atque.', 'published', 1, 'Botble\\ACL\\Models\\User', NULL, 0, 1, 0, '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(10, 'Car Innovations', 0, 'Sed velit quasi doloremque nulla. Et ut aut quia laboriosam. Nostrum odit magni in magnam. Occaecati unde et sit soluta accusamus rem.', 'published', 1, 'Botble\\ACL\\Models\\User', NULL, 0, 1, 0, '2025-08-01 08:35:46', '2025-08-01 08:35:46');

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

--
-- Table structure for table `categories_translations`
--

CREATE TABLE `categories_translations` (
  `lang_code` varchar(20) NOT NULL,
  `categories_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cities`
--

CREATE TABLE `cities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `slug` varchar(120) DEFAULT NULL,
  `state_id` bigint(20) UNSIGNED DEFAULT NULL,
  `country_id` bigint(20) UNSIGNED DEFAULT NULL,
  `record_id` varchar(40) DEFAULT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `image` varchar(191) DEFAULT NULL,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `zip_code` varchar(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cities`
--

INSERT INTO `cities` (`id`, `name`, `slug`, `state_id`, `country_id`, `record_id`, `order`, `image`, `is_default`, `status`, `created_at`, `updated_at`, `zip_code`) VALUES
(1, 'Paris', 'paris', 1, 1, NULL, 0, 'locations/paris.jpg', 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53', NULL),
(2, 'London', 'london', 2, 2, NULL, 0, 'locations/london2.jpg', 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53', NULL),
(3, 'New York', 'new-york', 3, 3, NULL, 0, 'locations/new-york.jpg', 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53', NULL),
(4, 'New York', 'new-york-1', 4, 4, NULL, 0, 'locations/newyork2.jpg', 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53', NULL),
(5, 'Copenhagen', 'copenhagen', 5, 5, NULL, 0, 'locations/copenhagen.jpg', 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53', NULL),
(6, 'Berlin', 'berlin', 6, 6, NULL, 0, 'locations/berlin2.jpg', 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53', NULL);

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

--
-- Table structure for table `cities_translations`
--

CREATE TABLE `cities_translations` (
  `lang_code` varchar(20) NOT NULL,
  `cities_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) DEFAULT NULL,
  `slug` varchar(120) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `contacts`
--

CREATE TABLE `contacts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(60) NOT NULL,
  `email` varchar(60) DEFAULT NULL,
  `phone` varchar(60) DEFAULT NULL,
  `address` varchar(120) DEFAULT NULL,
  `subject` varchar(120) DEFAULT NULL,
  `content` longtext NOT NULL,
  `custom_fields` text DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'unread',
  `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 `contacts`
--

INSERT INTO `contacts` (`id`, `name`, `email`, `phone`, `address`, `subject`, `content`, `custom_fields`, `status`, `created_at`, `updated_at`) VALUES
(3, 'jhondoe', 'jhondoe@demo.com', '2564556655', 'asd', 'jhondoe', 'jhondoe', NULL, 'unread', '2025-08-22 05:35:26', '2025-08-22 05:35:26');

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

--
-- Table structure for table `contact_custom_fields`
--

CREATE TABLE `contact_custom_fields` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` varchar(191) NOT NULL,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(191) NOT NULL,
  `placeholder` varchar(191) DEFAULT NULL,
  `order` int(11) NOT NULL DEFAULT 999,
  `status` varchar(191) NOT NULL DEFAULT 'published',
  `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 `contact_custom_fields_translations`
--

CREATE TABLE `contact_custom_fields_translations` (
  `contact_custom_fields_id` bigint(20) UNSIGNED NOT NULL,
  `lang_code` varchar(191) NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `placeholder` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `contact_custom_field_options`
--

CREATE TABLE `contact_custom_field_options` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `custom_field_id` bigint(20) UNSIGNED NOT NULL,
  `label` varchar(191) DEFAULT NULL,
  `value` varchar(191) NOT NULL,
  `order` int(11) NOT NULL DEFAULT 999,
  `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 `contact_custom_field_options_translations`
--

CREATE TABLE `contact_custom_field_options_translations` (
  `contact_custom_field_options_id` bigint(20) UNSIGNED NOT NULL,
  `lang_code` varchar(191) NOT NULL,
  `label` varchar(191) DEFAULT NULL,
  `value` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `contact_replies`
--

CREATE TABLE `contact_replies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `message` longtext NOT NULL,
  `contact_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `countries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `nationality` varchar(120) DEFAULT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `image` varchar(191) DEFAULT NULL,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `code` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `countries` (`id`, `name`, `nationality`, `order`, `image`, `is_default`, `status`, `created_at`, `updated_at`, `code`) VALUES
(1, 'France', 'French', 0, NULL, 0, 'published', '2025-08-01 08:35:53', NULL, 'FRA'),
(2, 'England', 'English', 0, NULL, 0, 'published', '2025-08-01 08:35:53', NULL, 'UK'),
(3, 'USA', 'Americans', 0, NULL, 0, 'published', '2025-08-01 08:35:53', NULL, 'US'),
(4, 'Holland', 'Dutch', 0, NULL, 0, 'published', '2025-08-01 08:35:53', NULL, 'HL'),
(5, 'Denmark', 'Danish', 0, NULL, 0, 'published', '2025-08-01 08:35:53', NULL, 'DN'),
(6, 'Germany', 'Danish', 0, NULL, 0, 'published', '2025-08-01 08:35:53', NULL, 'DN');

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

--
-- Table structure for table `countries_translations`
--

CREATE TABLE `countries_translations` (
  `lang_code` varchar(20) NOT NULL,
  `countries_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) DEFAULT NULL,
  `nationality` varchar(120) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_bookings`
--

CREATE TABLE `cr_bookings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `booking_number` varchar(191) DEFAULT NULL,
  `transaction_id` varchar(191) DEFAULT NULL,
  `customer_name` varchar(191) DEFAULT NULL,
  `customer_email` varchar(191) DEFAULT NULL,
  `customer_phone` varchar(191) DEFAULT NULL,
  `customer_age` int(10) UNSIGNED DEFAULT NULL,
  `customer_id` varchar(191) DEFAULT NULL,
  `amount` double NOT NULL,
  `sub_total` double NOT NULL,
  `coupon_amount` double DEFAULT NULL,
  `coupon_code` varchar(191) DEFAULT NULL,
  `tax_amount` double DEFAULT 0,
  `currency_id` varchar(191) DEFAULT NULL,
  `payment_id` varchar(191) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `completion_miles` int(10) UNSIGNED DEFAULT NULL,
  `completion_gas_level` varchar(30) DEFAULT NULL,
  `completion_damage_images` text DEFAULT NULL,
  `completion_notes` text DEFAULT NULL,
  `completed_at` timestamp NULL DEFAULT NULL,
  `status` varchar(30) NOT NULL DEFAULT 'pending',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `vendor_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_bookings`
--

INSERT INTO `cr_bookings` (`id`, `booking_number`, `transaction_id`, `customer_name`, `customer_email`, `customer_phone`, `customer_age`, `customer_id`, `amount`, `sub_total`, `coupon_amount`, `coupon_code`, `tax_amount`, `currency_id`, `payment_id`, `note`, `completion_miles`, `completion_gas_level`, `completion_damage_images`, `completion_notes`, `completed_at`, `status`, `created_at`, `updated_at`, `vendor_id`) VALUES
(1, '#1000002', 'WHEHNGS1SLDKSZOZLTDO', 'Maegan Simonis', 'brady92@example.org', NULL, NULL, '7', 99, 99, 0, NULL, 0, '1', '1', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(2, '#1000003', 'EEVIPNHWJU6ZMBUZZWBZ', 'Mr. Herbert Sawayn DDS', 'vendor@mxcar.com', NULL, NULL, '12', 49, 49, 0, NULL, 0, '1', '2', NULL, NULL, NULL, NULL, NULL, NULL, 'cancelled', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(3, '#1000004', '8NM3WB1KVO1KHSQ67YXL', 'Ms. Madelyn Sawayn', 'kenya.rath@example.com', NULL, NULL, '4', 98, 98, 0, NULL, 0, '1', '3', NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(4, '#1000005', 'Y3KJWGZNBBIM1KO9POXY', 'Mr. Kyle Kutch PhD', 'rbreitenberg@example.org', NULL, NULL, '5', 97, 97, 0, NULL, 0, '1', '4', NULL, NULL, NULL, NULL, NULL, NULL, 'completed', '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(5, '#1000006', 'ODBZQOEACOQTPZZVYOWU', 'Bradly Hessel', 'robel.breanna@example.com', NULL, NULL, '3', 87, 87, 0, NULL, 0, '1', '5', NULL, NULL, NULL, NULL, NULL, NULL, 'completed', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(6, '#1000007', 'CCCMFULZLWOZECI1PFNN', 'Mr. Kyle Kutch PhD', 'rbreitenberg@example.org', NULL, NULL, '5', 44, 44, 0, NULL, 0, '1', '6', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(7, '#1000008', 'DHDO8FYJEBL1WXUJSJDW', 'Ms. Madelyn Sawayn', 'kenya.rath@example.com', NULL, NULL, '4', 47, 47, 0, NULL, 0, '1', '7', NULL, NULL, NULL, NULL, NULL, NULL, 'cancelled', '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(8, '#1000009', 'XC9I9XVOTSLHNY7BWORO', 'Bradly Hessel', 'robel.breanna@example.com', NULL, NULL, '3', 53, 53, 0, NULL, 0, '1', '8', NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(9, '#1000010', 'PWT2NWGX9HFDB4NJX0OP', 'Ms. Madelyn Sawayn', 'kenya.rath@example.com', NULL, NULL, '4', 34, 34, 0, NULL, 0, '1', '9', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(10, '#1000011', 'XVYBVRZ75RSLMWG47NCZ', 'Jacques O\'Conner', 'fay.keebler@example.net', NULL, NULL, '9', 60, 60, 0, NULL, 0, '1', '10', NULL, NULL, NULL, NULL, NULL, NULL, 'completed', '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(11, '#1000012', 'GODATV3WZP1RLM5V3BJC', 'Maegan Simonis', 'brady92@example.org', NULL, NULL, '7', 80, 80, 0, NULL, 0, '1', '11', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(12, '#1000013', 'E7NRJABQKXHVKIH4MLWU', 'Maegan Simonis', 'brady92@example.org', NULL, NULL, '7', 97, 97, 0, NULL, 0, '1', '12', NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(13, '#1000014', 'EIDMY5L4ICSIAPYR4YPK', 'Carolyne Lesch Sr.', 'eichmann.maureen@example.org', NULL, NULL, '6', 45, 45, 0, NULL, 0, '1', '13', NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(14, '#1000015', 'YJM6QVOPLABS2TKS4P2N', 'Mr. Kyle Kutch PhD', 'rbreitenberg@example.org', NULL, NULL, '5', 95, 95, 0, NULL, 0, '1', '14', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(15, '#1000016', 'LW0WEA0VYFDII0TXYPI8', 'Prof. Keshawn Marquardt I', 'ekiehn@example.net', NULL, NULL, '10', 71, 71, 0, NULL, 0, '1', '15', NULL, NULL, NULL, NULL, NULL, NULL, 'completed', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(16, '#1000017', 'QQV80OI82VPYLMMKAJMJ', 'Tyrel Kunze', 'jimmy.mann@example.org', NULL, NULL, '2', 83, 83, 0, NULL, 0, '1', '16', NULL, NULL, NULL, NULL, NULL, NULL, 'cancelled', '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(17, '#1000018', '8QMZ7OSKBISYQAIPUN1C', 'Mr. Herbert Sawayn DDS', 'vendor@mxcar.com', NULL, NULL, '12', 97, 97, 0, NULL, 0, '1', '17', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(18, '#1000019', 'TOJVFTCIIIJQQEUYEAIM', 'Carolyne Lesch Sr.', 'eichmann.maureen@example.org', NULL, NULL, '6', 58, 58, 0, NULL, 0, '1', '18', NULL, NULL, NULL, NULL, NULL, NULL, 'cancelled', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(19, '#1000020', '45DUMH6UYCLWJJRO37PM', 'Mr. Herbert Sawayn DDS', 'vendor@mxcar.com', NULL, NULL, '12', 83, 83, 0, NULL, 0, '1', '19', NULL, NULL, NULL, NULL, NULL, NULL, 'completed', '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(20, '#1000021', 'GDVMA6D75MFY18AKTNK0', 'Jacques O\'Conner', 'fay.keebler@example.net', NULL, NULL, '9', 35, 35, 0, NULL, 0, '1', '20', NULL, NULL, NULL, NULL, NULL, NULL, 'cancelled', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(24, '#1000024', 'AIF4O4WIJHHGU0LXLJBKOHMVPBYCASCL', 'User Demo', 'user@demo.com', '+919999996666', NULL, '13', 54, 54, 0, NULL, 0, '1', '21', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-08-20 04:45:11', '2025-08-20 04:45:11', 12),
(25, '#1000025', 'SVTXBDFIEFI3F2OU0PKWI77MBWP9F0AN', 'User Demo', 'user@demo.com', '+919999996666', NULL, '13', 900, 900, 0, NULL, 0, '1', '22', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-08-21 12:01:56', '2025-08-21 12:01:56', NULL),
(26, '#1000026', 'PBV4JK2UCN3VX84PILSYZOD2TUPSGHUS', 'Dealer Demo', 'dealer@demo.com', '9922691638', NULL, '14', 30000, 30000, 0, NULL, 0, '1', '23', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-08-22 04:03:30', '2025-08-22 04:03:30', 14),
(28, '#1000027', 'B1NM0RXUJFAT09WOLNRFF4PHOLLAGFNN', 'User Demo', 'user@demo.com', '+919999996666', NULL, '13', 500, 500, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'completed', '2025-09-09 07:13:29', '2025-09-09 07:16:59', 14),
(29, '#1000029', NULL, 'User Demo', 'user@demo.com', '+919999996666', NULL, '13', 102, 102, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 08:28:06', '2025-09-23 08:28:06', NULL),
(30, '#1000030', NULL, 'User Demo', 'user@demo.com', '+919999996666', NULL, '13', 231, 231, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 08:28:33', '2025-09-23 08:28:33', NULL),
(31, '#1000031', NULL, 'User Demo', 'user@demo.com', '+919999996666', NULL, '13', 77, 77, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 08:29:13', '2025-09-23 08:29:13', NULL),
(32, '#1000032', NULL, 'User Demo', 'user@demo.com', '+919999996666', NULL, '13', 204, 204, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 08:43:14', '2025-09-23 08:43:14', NULL),
(33, '#1000033', NULL, 'User Demo', 'user@demo.com', '+919999996666', NULL, '13', 234, 234, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 08:52:50', '2025-09-23 08:52:50', NULL),
(34, '#1000034', NULL, 'User Demo', 'user@demo.com', '+919999996666', NULL, '13', 231, 231, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 08:55:43', '2025-09-23 08:55:43', NULL),
(35, '#1000035', NULL, 'User Demo', 'user@demo.com', '+919999996666', NULL, '13', 231, 231, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 09:14:32', '2025-09-23 09:14:32', NULL),
(36, '#1000036', NULL, 'User Demo', 'user@demo.com', '+919999996666', NULL, '13', 154, 154, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 09:32:51', '2025-09-23 09:32:51', NULL),
(37, '#1000037', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 231, 231, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:22:12', '2025-09-23 10:22:12', NULL),
(38, '#1000038', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 41, 41, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:26:32', '2025-09-23 10:26:32', NULL),
(39, '#1000039', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 78, 78, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:29:23', '2025-09-23 10:29:23', NULL),
(40, '#1000040', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 400, 400, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:34:22', '2025-09-23 10:34:22', NULL),
(41, '#1000041', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 2000, 2000, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:36:52', '2025-09-23 10:36:52', NULL),
(42, '#1000042', 'LFDDSTCC0EPYCY7JQB7DL0OITSGRN0IR', 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 1272, 1272, 0, NULL, 0, '1', '24', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:36:59', '2025-09-23 10:36:59', 14),
(43, '#1000043', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 1800, 1800, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:37:17', '2025-09-23 10:37:17', NULL),
(44, '#1000044', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 150, 150, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:37:57', '2025-09-23 10:37:57', NULL),
(45, '#1000045', '9ENQ1MZAFYDGP5PDQNBD7RUZTU7JGQJB', 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 1670, 1670, 0, NULL, 0, '1', '25', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:47:17', '2025-09-23 10:47:17', 12),
(46, '#1000046', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 390, 390, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:51:22', '2025-09-23 10:51:22', NULL),
(47, '#1000047', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 900, 900, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:57:16', '2025-09-23 10:57:16', NULL),
(48, '#1000048', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 1000, 1000, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 10:59:30', '2025-09-23 10:59:30', NULL),
(49, '#1000049', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 200, 200, 0, NULL, NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:01:22', '2025-09-23 11:01:22', NULL),
(50, '#1000050', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 66, 66, 0, NULL, NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:02:57', '2025-09-23 11:02:57', NULL),
(51, '#1000051', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 900, 900, 0, NULL, NULL, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:06:15', '2025-09-23 11:06:15', NULL),
(52, '#1000052', 'YFGJISF0OLLD7T2STIO983X8KQ8ZAGIH', 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 852, 852, 0, NULL, 0, '1', '26', NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:11:19', '2025-09-23 11:11:19', NULL),
(53, '#1000053', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 51, 51, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:15:55', '2025-09-23 11:15:55', NULL),
(54, '#1000054', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 60, 60, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:16:25', '2025-09-23 11:16:25', NULL),
(55, '#1000055', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 41, 41, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:19:05', '2025-09-23 11:19:05', NULL),
(56, '#1000056', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 41, 41, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:22:40', '2025-09-23 11:22:40', NULL),
(57, '#1000057', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 79, 79, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:23:48', '2025-09-23 11:23:48', NULL),
(58, '#1000058', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 79, 79, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:25:17', '2025-09-23 11:25:17', NULL),
(59, '#1000059', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 132, 132, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:30:50', '2025-09-23 11:30:50', NULL),
(60, '#1000060', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 66, 66, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:31:55', '2025-09-23 11:31:55', NULL),
(61, '#1000061', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 66, 66, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:42:18', '2025-09-23 11:42:18', NULL),
(62, '#1000062', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 66, 66, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 11:43:47', '2025-09-23 11:43:47', NULL),
(63, '#1000063', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 500, 500, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 12:08:31', '2025-09-23 12:08:31', NULL),
(64, '#1000064', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 79, 79, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-23 12:14:16', '2025-09-23 12:14:16', NULL),
(65, '#1000065', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 77, 77, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-23 12:19:18', '2025-09-24 09:07:35', NULL),
(66, '#1000066', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 77, 77, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-23 12:21:09', '2025-09-24 08:08:19', NULL),
(67, '#1000067', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 500, 500, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-23 12:26:45', '2025-09-24 07:03:25', NULL),
(68, '#1000068', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 500, 500, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'completed', '2025-09-24 06:24:22', '2025-09-24 06:28:38', NULL),
(69, '#1000069', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 500, 500, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'completed', '2025-09-24 06:30:54', '2025-09-24 06:36:59', NULL),
(70, '#1000070', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 200, 200, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-24 06:43:54', '2025-09-24 09:07:59', NULL),
(71, '#1000071', '0ME0FOLUHG4E70I2D6820PVYCW0NX1JE', 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 900, 900, 0, NULL, 0, '1', '27', NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-24 06:58:45', '2025-09-24 08:10:42', 14),
(72, '#1000072', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 200, 200, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-24 07:23:46', '2025-09-24 09:10:36', NULL),
(73, '#1000073', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 77, 77, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'pending', '2025-09-24 08:16:37', '2025-09-24 08:16:37', NULL),
(74, '#1000074', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 77, 77, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-24 08:22:14', '2025-09-26 11:47:23', NULL),
(75, '#1000075', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 77, 77, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-24 10:22:48', '2025-09-26 10:47:44', NULL),
(76, '#1000076', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 158, 158, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-24 10:54:52', '2025-09-26 10:45:34', NULL),
(77, '#1000077', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 41, 41, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-24 10:58:37', '2025-09-26 10:43:35', NULL),
(78, '#1000078', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 79, 79, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-24 10:59:09', '2025-09-26 10:39:14', NULL),
(79, '#1000079', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 79, 79, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-24 11:06:19', '2025-09-26 10:14:17', NULL),
(80, '#1000080', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 79, 79, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-24 11:07:10', '2025-09-24 11:53:24', NULL),
(81, '#1000081', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 30, 30, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'completed', '2025-09-24 11:10:13', '2025-09-24 11:53:14', NULL),
(82, '#1000082', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 1000, 1000, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-25 08:43:08', '2025-09-26 10:04:33', NULL),
(83, '#1000083', NULL, 'User Demo', 'user@demo.com', '+91999999667', NULL, '13', 200, 200, 0, NULL, 0, '1', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'processing', '2025-09-25 09:18:19', '2025-09-26 10:04:48', NULL);

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

--
-- Table structure for table `cr_booking_cars`
--

CREATE TABLE `cr_booking_cars` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `booking_id` bigint(20) UNSIGNED NOT NULL,
  `car_id` bigint(20) UNSIGNED NOT NULL,
  `car_image` varchar(191) DEFAULT NULL,
  `car_name` varchar(191) NOT NULL,
  `price` double NOT NULL,
  `currency_id` bigint(20) UNSIGNED NOT NULL,
  `pickup_address_id` bigint(20) UNSIGNED DEFAULT NULL,
  `return_address_id` bigint(20) UNSIGNED DEFAULT NULL,
  `rental_start_date` datetime NOT NULL,
  `rental_end_date` datetime 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 `cr_booking_cars`
--

INSERT INTO `cr_booking_cars` (`id`, `booking_id`, `car_id`, `car_image`, `car_name`, `price`, `currency_id`, `pickup_address_id`, `return_address_id`, `rental_start_date`, `rental_end_date`, `created_at`, `updated_at`) VALUES
(1, 1, 29, NULL, 'Lincoln Aviator Reserve AWD 2024', 99, 1, NULL, NULL, '2025-07-30 00:00:00', '2025-08-03 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(2, 2, 43, NULL, 'Volkswagen Tiguan SEL R-Line 2024', 49, 1, NULL, NULL, '2025-07-21 00:00:00', '2025-07-23 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(3, 3, 10, NULL, 'Lexus RX 350 F Sport Handling AWD 2024', 98, 1, NULL, NULL, '2025-07-17 00:00:00', '2025-07-21 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(4, 4, 41, NULL, 'Hyundai Tucson Limited AWD 2024', 97, 1, NULL, NULL, '2025-07-29 00:00:00', '2025-08-02 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(5, 5, 37, NULL, 'BMW M4 Competition xDrive 2024', 87, 1, NULL, NULL, '2025-07-24 00:00:00', '2025-07-27 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(6, 6, 18, NULL, 'Acura MDX Type S Advance 2024', 44, 1, NULL, NULL, '2025-07-20 00:00:00', '2025-07-22 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(7, 7, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 47, 1, NULL, NULL, '2025-07-30 00:00:00', '2025-08-02 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(8, 8, 60, NULL, 'Toyota Corolla Hybrid LE 2024', 53, 1, NULL, NULL, '2025-07-30 00:00:00', '2025-08-03 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(9, 9, 3, NULL, 'Mercedes-Benz C300 4MATIC 2024', 34, 1, NULL, NULL, '2025-07-27 00:00:00', '2025-07-31 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(10, 10, 2, NULL, 'Honda Accord Sport 2.0T 2024', 60, 1, NULL, NULL, '2025-07-24 00:00:00', '2025-07-28 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(11, 11, 65, NULL, 'Koenigsegg Jesko Absolut 2024', 80, 1, NULL, NULL, '2025-07-29 00:00:00', '2025-07-31 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(12, 12, 5, NULL, 'Lexus ES 350 F Sport 2024', 97, 1, NULL, NULL, '2025-07-27 00:00:00', '2025-07-31 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(13, 13, 30, NULL, 'Alfa Romeo Stelvio Veloce AWD 2024', 45, 1, NULL, NULL, '2025-07-30 00:00:00', '2025-08-02 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(14, 14, 16, NULL, 'Genesis G70 3.3T Sport Prestige AWD 2024', 95, 1, NULL, NULL, '2025-07-26 00:00:00', '2025-07-29 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(15, 15, 44, NULL, 'Toyota Highlander Platinum AWD 2024', 71, 1, NULL, NULL, '2025-07-31 00:00:00', '2025-08-03 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(16, 16, 85, NULL, 'Genesis Electrified GV70 Advanced AWD 2024', 83, 1, NULL, NULL, '2025-07-30 00:00:00', '2025-08-01 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(17, 17, 41, NULL, 'Hyundai Tucson Limited AWD 2024', 97, 1, NULL, NULL, '2025-07-30 00:00:00', '2025-08-03 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(18, 18, 63, NULL, 'McLaren Artura Spider 2024', 58, 1, NULL, NULL, '2025-07-30 00:00:00', '2025-08-02 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(19, 19, 85, NULL, 'Genesis Electrified GV70 Advanced AWD 2024', 83, 1, NULL, NULL, '2025-07-31 00:00:00', '2025-08-04 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(20, 20, 21, NULL, 'Nissan Altima SR VC-Turbo 2024', 35, 1, NULL, NULL, '2025-07-31 00:00:00', '2025-08-04 00:00:00', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(21, 23, 3, 'cars/3.jpg', 'Mercedes-Benz C300 4MATIC 2024', 34, 1, NULL, NULL, '2025-08-21 04:20:21', '2025-08-22 04:20:21', '2025-08-20 04:20:21', '2025-08-20 04:20:21'),
(22, 24, 1, 'cars/93.jpg', 'Toyota Camry XLE Hybrid 2024', 54, 1, 9, 9, '2025-08-20 04:45:11', '2025-08-21 04:45:11', '2025-08-20 04:45:11', '2025-08-20 04:45:11'),
(23, 25, 17, 'customers/14/0x0.png', 'Chevrolet Corvette Stingray', 900, 1, 1, 1, '2025-08-21 12:01:56', '2025-08-22 12:01:56', '2025-08-21 12:01:56', '2025-08-21 12:01:56'),
(24, 26, 22, 'customers/14/thar-diesel-at-3.png', 'THAR', 30000, 1, 1, 1, '2025-08-22 04:03:30', '2025-08-23 04:03:30', '2025-08-22 04:03:30', '2025-08-22 04:03:30'),
(25, 27, 20, NULL, 'Mahindra XUV700', 1000, 1, NULL, NULL, '2025-09-08 07:53:18', '2025-09-09 07:53:18', '2025-09-07 07:53:18', '2025-09-07 07:53:18'),
(26, 28, 16, 'customers/14/be-6e-exterior-right-front-three-quarter-5.png', 'Mahindra BE.06', 500, 1, 1, 1, '2025-09-09 07:13:29', '2025-09-10 07:13:29', '2025-09-09 07:13:29', '2025-09-09 07:13:29'),
(27, 29, 7, NULL, 'Honda CR-V Touring Hybrid AWD 2024', 51, 1, NULL, NULL, '2025-09-24 08:28:06', '2025-09-26 08:28:06', '2025-09-23 08:28:06', '2025-09-23 08:28:06'),
(28, 30, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 77, 1, NULL, NULL, '2025-09-24 08:28:33', '2025-09-27 08:28:33', '2025-09-23 08:28:33', '2025-09-23 08:28:33'),
(29, 31, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 77, 1, NULL, NULL, '2025-09-29 08:29:13', '2025-09-30 08:29:13', '2025-09-23 08:29:13', '2025-09-23 08:29:13'),
(30, 32, 7, NULL, 'Honda CR-V Touring Hybrid AWD 2024', 51, 1, NULL, NULL, '2025-09-26 08:43:14', '2025-09-30 08:43:14', '2025-09-23 08:43:14', '2025-09-23 08:43:14'),
(31, 33, 9, NULL, 'Mercedes-Benz GLC 300 4MATIC 2024', 78, 1, NULL, NULL, '2025-10-01 08:52:50', '2025-10-04 08:52:50', '2025-09-23 08:52:50', '2025-09-23 08:52:50'),
(32, 34, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 77, 1, NULL, NULL, '2025-10-15 08:55:43', '2025-10-18 08:55:43', '2025-09-23 08:55:43', '2025-09-23 08:55:43'),
(33, 35, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 77, 1, NULL, NULL, '2025-10-07 09:14:32', '2025-10-10 09:14:32', '2025-09-23 09:14:32', '2025-09-23 09:14:32'),
(34, 36, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 77, 1, NULL, NULL, '2025-10-02 09:32:51', '2025-10-04 09:32:51', '2025-09-23 09:32:51', '2025-09-23 09:32:51'),
(35, 37, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 77, 1, NULL, NULL, '2025-11-07 10:22:12', '2025-11-10 10:22:12', '2025-09-23 10:22:12', '2025-09-23 10:22:12'),
(36, 38, 3, NULL, 'Mercedes-Benz C300 4MATIC 2024', 41, 1, NULL, NULL, '2025-10-07 10:26:32', '2025-10-08 10:26:32', '2025-09-23 10:26:32', '2025-09-23 10:26:32'),
(37, 39, 9, NULL, 'Mercedes-Benz GLC 300 4MATIC 2024', 78, 1, NULL, NULL, '2025-10-08 10:29:23', '2025-10-09 10:29:23', '2025-09-23 10:29:23', '2025-09-23 10:29:23'),
(38, 40, 23, NULL, 'Renault Clio 6', 200, 1, NULL, NULL, '2025-09-25 10:34:22', '2025-09-27 10:34:22', '2025-09-23 10:34:22', '2025-09-23 10:34:22'),
(39, 41, 20, NULL, 'Mahindra XUV700', 1000, 1, NULL, NULL, '2025-09-25 10:36:52', '2025-09-27 10:36:52', '2025-09-23 10:36:52', '2025-09-23 10:36:52'),
(40, 42, 16, 'customers/14/be-6e-exterior-right-front-three-quarter-5.png', 'Mahindra BE.06', 500, 1, 1, 1, '2025-09-23 10:36:59', '2025-09-24 10:36:59', '2025-09-23 10:36:59', '2025-09-23 10:36:59'),
(41, 43, 17, 'customers/14/0x0.png', 'Chevrolet Corvette Stingray', 900, 1, NULL, NULL, '2025-09-25 10:37:17', '2025-09-27 10:37:17', '2025-09-23 10:37:17', '2025-09-23 10:37:17'),
(42, 44, 1, NULL, 'Toyota Camry XLE Hybrid 2024', 30, 1, NULL, NULL, '2025-09-25 10:37:57', '2025-09-30 10:37:57', '2025-09-23 10:37:57', '2025-09-23 10:37:57'),
(43, 45, 5, 'cars/download-3.jpeg', 'Lexus ES 350 F Sport 2024', 79, 1, 3, 3, '2025-09-23 10:47:17', '2025-09-24 10:47:17', '2025-09-23 10:47:17', '2025-09-23 10:47:17'),
(44, 46, 9, NULL, 'Mercedes-Benz GLC 300 4MATIC 2024', 78, 1, NULL, NULL, '2025-09-25 10:51:22', '2025-09-30 10:51:22', '2025-09-23 10:51:22', '2025-09-23 10:51:22'),
(45, 47, 17, 'customers/14/0x0.png', 'Chevrolet Corvette Stingray', 900, 1, NULL, NULL, '2025-10-07 10:57:16', '2025-10-08 10:57:16', '2025-09-23 10:57:16', '2025-09-23 10:57:16'),
(46, 48, 20, NULL, 'Mahindra XUV700', 1000, 1, NULL, NULL, '2025-09-29 10:59:30', '2025-09-30 10:59:30', '2025-09-23 10:59:30', '2025-09-23 10:59:30'),
(47, 49, 23, NULL, 'Renault Clio 6', 200, 1, NULL, NULL, '2025-10-07 11:01:22', '2025-10-08 11:01:22', '2025-09-23 11:01:22', '2025-09-23 11:01:22'),
(48, 50, 6, NULL, 'Toyota RAV4 Prime XSE AWD 2024', 66, 1, NULL, NULL, '2025-10-02 11:02:57', '2025-10-03 11:02:57', '2025-09-23 11:02:57', '2025-09-23 11:02:57'),
(49, 51, 15, 'customers/14/super-sports-car-segment-in-india-to-register-30-pc-growth-this-year-mclaren-automotive.png', 'McLaren 720S', 300, 1, NULL, NULL, '2025-09-27 11:06:15', '2025-09-30 11:06:15', '2025-09-23 11:06:15', '2025-09-23 11:06:15'),
(50, 52, 2, 'cars/2021-honda-accord-sedan-touring-fq-oem-2-1600x1067jpg.jpeg', 'Honda Accord Sport 2.0T 2024', 80, 1, 7, 7, '2025-09-23 11:11:19', '2025-09-24 11:11:19', '2025-09-23 11:11:19', '2025-09-23 11:11:19'),
(51, 53, 7, NULL, 'Honda CR-V Touring Hybrid AWD 2024', 51, 1, NULL, NULL, '2025-10-01 11:15:55', '2025-10-02 11:15:55', '2025-09-23 11:15:55', '2025-09-23 11:15:55'),
(52, 54, 10, NULL, 'Lexus RX 350 F Sport Handling AWD 2024', 60, 1, NULL, NULL, '2025-10-01 11:16:25', '2025-10-02 11:16:25', '2025-09-23 11:16:25', '2025-09-23 11:16:25'),
(53, 55, 3, NULL, 'Mercedes-Benz C300 4MATIC 2024', 41, 1, NULL, NULL, '2025-09-29 11:19:05', '2025-09-30 11:19:05', '2025-09-23 11:19:05', '2025-09-23 11:19:05'),
(54, 56, 3, NULL, 'Mercedes-Benz C300 4MATIC 2024', 41, 1, NULL, NULL, '2025-10-15 11:22:40', '2025-10-16 11:22:40', '2025-09-23 11:22:40', '2025-09-23 11:22:40'),
(55, 57, 5, NULL, 'Lexus ES 350 F Sport 2024', 79, 1, NULL, NULL, '2025-09-27 11:23:48', '2025-09-28 11:23:48', '2025-09-23 11:23:48', '2025-09-23 11:23:48'),
(56, 58, 5, NULL, 'Lexus ES 350 F Sport 2024', 79, 1, NULL, NULL, '2025-09-29 11:25:17', '2025-09-30 11:25:17', '2025-09-23 11:25:17', '2025-09-23 11:25:17'),
(57, 59, 6, NULL, 'Toyota RAV4 Prime XSE AWD 2024', 66, 1, NULL, NULL, '2025-10-04 11:30:50', '2025-10-06 11:30:50', '2025-09-23 11:30:50', '2025-09-23 11:30:50'),
(58, 60, 6, NULL, 'Toyota RAV4 Prime XSE AWD 2024', 66, 1, NULL, NULL, '2025-10-06 11:31:55', '2025-10-07 11:31:55', '2025-09-23 11:31:55', '2025-09-23 11:31:55'),
(59, 61, 6, NULL, 'Toyota RAV4 Prime XSE AWD 2024', 66, 1, NULL, NULL, '2025-10-08 11:42:18', '2025-10-09 11:42:18', '2025-09-23 11:42:18', '2025-09-23 11:42:18'),
(60, 62, 6, NULL, 'Toyota RAV4 Prime XSE AWD 2024', 66, 1, NULL, NULL, '2025-10-10 11:43:47', '2025-10-11 11:43:47', '2025-09-23 11:43:47', '2025-09-23 11:43:47'),
(61, 63, 24, NULL, 'Ford Mustang GT', 500, 1, NULL, NULL, '2025-10-01 12:08:31', '2025-10-02 12:08:31', '2025-09-23 12:08:31', '2025-09-23 12:08:31'),
(62, 64, 5, NULL, 'Lexus ES 350 F Sport 2024', 79, 1, NULL, NULL, '2025-10-02 12:14:16', '2025-10-03 12:14:16', '2025-09-23 12:14:16', '2025-09-23 12:14:16'),
(63, 65, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 77, 1, NULL, NULL, '2025-09-30 12:19:18', '2025-10-01 12:19:18', '2025-09-23 12:19:18', '2025-09-23 12:19:18'),
(64, 66, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 77, 1, NULL, NULL, '2025-10-22 12:21:09', '2025-10-23 12:21:09', '2025-09-23 12:21:09', '2025-09-23 12:21:09'),
(65, 67, 24, NULL, 'Ford Mustang GT', 500, 1, NULL, NULL, '2025-10-15 12:26:45', '2025-10-16 12:26:45', '2025-09-23 12:26:45', '2025-09-23 12:26:45'),
(66, 68, 24, NULL, 'Ford Mustang GT', 500, 1, NULL, NULL, '2025-09-24 06:24:22', '2025-09-25 06:24:22', '2025-09-24 06:24:22', '2025-09-24 06:24:22'),
(67, 69, 24, NULL, 'Ford Mustang GT', 500, 1, NULL, NULL, '2025-09-26 06:30:54', '2025-09-27 06:30:54', '2025-09-24 06:30:54', '2025-09-24 06:30:54'),
(68, 70, 23, NULL, 'Renault Clio 6', 200, 1, NULL, NULL, '2025-10-01 06:43:54', '2025-10-02 06:43:54', '2025-09-24 06:43:54', '2025-09-24 06:43:54'),
(69, 71, 17, 'customers/14/0x0.png', 'Chevrolet Corvette Stingray', 900, 1, 1, 1, '2025-10-01 06:58:45', '2025-10-02 06:58:45', '2025-09-24 06:58:45', '2025-09-24 06:58:45'),
(70, 72, 23, NULL, 'Renault Clio 6', 200, 1, NULL, NULL, '2025-10-03 07:23:46', '2025-10-04 07:23:46', '2025-09-24 07:23:46', '2025-09-24 07:23:46'),
(71, 73, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 77, 1, NULL, NULL, '2025-10-23 08:16:37', '2025-10-24 08:16:37', '2025-09-24 08:16:37', '2025-09-24 08:16:37'),
(72, 74, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 77, 1, NULL, NULL, '2025-10-25 08:22:14', '2025-10-26 08:22:14', '2025-09-24 08:22:14', '2025-09-24 08:22:14'),
(73, 75, 8, NULL, 'BMW X5 xDrive40i M Sport 2024', 77, 1, NULL, NULL, '2025-10-28 10:22:48', '2025-10-29 10:22:48', '2025-09-24 10:22:48', '2025-09-24 10:22:48'),
(74, 76, 5, NULL, 'Lexus ES 350 F Sport 2024', 79, 1, NULL, NULL, '2025-10-25 10:54:52', '2025-10-27 10:54:52', '2025-09-24 10:54:52', '2025-09-24 10:54:52'),
(75, 77, 3, NULL, 'Mercedes-Benz C300 4MATIC 2024', 41, 1, NULL, NULL, '2025-10-29 10:58:37', '2025-10-30 10:58:37', '2025-09-24 10:58:37', '2025-09-24 10:58:37'),
(76, 78, 5, NULL, 'Lexus ES 350 F Sport 2024', 79, 1, NULL, NULL, '2025-10-28 10:59:09', '2025-10-29 10:59:09', '2025-09-24 10:59:09', '2025-09-24 10:59:09'),
(77, 79, 5, NULL, 'Lexus ES 350 F Sport 2024', 79, 1, NULL, NULL, '2025-10-30 11:06:19', '2025-10-31 11:06:19', '2025-09-24 11:06:19', '2025-09-24 11:06:19'),
(78, 80, 5, NULL, 'Lexus ES 350 F Sport 2024', 79, 1, NULL, NULL, '2025-10-11 11:07:10', '2025-10-12 11:07:10', '2025-09-24 11:07:10', '2025-09-24 11:07:10'),
(79, 81, 1, NULL, 'Toyota Camry XLE Hybrid 2024', 30, 1, NULL, NULL, '2025-10-18 11:10:13', '2025-10-19 11:10:13', '2025-09-24 11:10:13', '2025-09-24 11:10:13'),
(80, 82, 20, NULL, 'Mahindra XUV700', 1000, 1, NULL, NULL, '2025-10-23 08:43:08', '2025-10-24 08:43:08', '2025-09-25 08:43:08', '2025-09-25 08:43:08'),
(81, 83, 23, NULL, 'Renault Clio 6', 200, 1, NULL, NULL, '2025-10-14 09:18:19', '2025-10-15 09:18:19', '2025-09-25 09:18:19', '2025-09-25 09:18:19');

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

--
-- Table structure for table `cr_booking_service`
--

CREATE TABLE `cr_booking_service` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `booking_id` bigint(20) UNSIGNED NOT NULL,
  `service_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_booking_service`
--

INSERT INTO `cr_booking_service` (`id`, `booking_id`, `service_id`) VALUES
(1, 42, 1),
(2, 42, 2),
(3, 45, 1),
(4, 45, 5),
(5, 45, 6),
(6, 52, 1),
(7, 52, 2);

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

--
-- Table structure for table `cr_cars`
--

CREATE TABLE `cr_cars` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `description` text DEFAULT NULL,
  `content` text DEFAULT NULL,
  `images` text DEFAULT NULL,
  `license_plate` varchar(15) DEFAULT NULL,
  `make_id` bigint(20) UNSIGNED DEFAULT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'available',
  `year` int(10) UNSIGNED DEFAULT NULL,
  `mileage` int(10) UNSIGNED DEFAULT NULL,
  `horsepower` decimal(8,2) DEFAULT NULL,
  `vehicle_type_id` bigint(20) UNSIGNED DEFAULT NULL,
  `transmission_id` bigint(20) UNSIGNED DEFAULT NULL,
  `fuel_type_id` bigint(20) UNSIGNED DEFAULT NULL,
  `number_of_seats` int(10) UNSIGNED DEFAULT NULL,
  `number_of_doors` int(10) UNSIGNED DEFAULT NULL,
  `rental_rate` double UNSIGNED NOT NULL DEFAULT 0,
  `currency_id` bigint(20) UNSIGNED DEFAULT NULL,
  `currency` varchar(10) DEFAULT NULL,
  `rental_type` varchar(191) NOT NULL DEFAULT 'per_day',
  `rental_available_types` text DEFAULT NULL,
  `insurance_info` text DEFAULT NULL,
  `vin` varchar(191) DEFAULT NULL,
  `location` varchar(191) DEFAULT NULL,
  `pick_address_id` bigint(20) UNSIGNED DEFAULT NULL COMMENT 'Id table cr_car_addresses',
  `return_address_id` bigint(20) UNSIGNED DEFAULT NULL COMMENT 'Id table cr_car_addresses',
  `tax_id` bigint(20) UNSIGNED DEFAULT NULL,
  `is_featured` tinyint(1) NOT NULL DEFAULT 0,
  `is_used` tinyint(1) NOT NULL DEFAULT 0,
  `is_for_sale` tinyint(1) NOT NULL DEFAULT 0,
  `sale_price` decimal(15,2) DEFAULT NULL,
  `condition` varchar(30) DEFAULT NULL,
  `ownership_history` varchar(191) DEFAULT NULL,
  `warranty_information` text DEFAULT NULL,
  `sale_status` varchar(30) NOT NULL DEFAULT 'available',
  `external_booking_url` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `author_id` bigint(20) UNSIGNED DEFAULT NULL,
  `author_type` varchar(191) NOT NULL DEFAULT 'Botble\\ACL\\Models\\User',
  `vendor_id` bigint(20) UNSIGNED DEFAULT NULL,
  `moderation_status` varchar(60) NOT NULL DEFAULT 'pending',
  `reject_reason` varchar(400) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_cars`
--

INSERT INTO `cr_cars` (`id`, `name`, `description`, `content`, `images`, `license_plate`, `make_id`, `status`, `year`, `mileage`, `horsepower`, `vehicle_type_id`, `transmission_id`, `fuel_type_id`, `number_of_seats`, `number_of_doors`, `rental_rate`, `currency_id`, `currency`, `rental_type`, `rental_available_types`, `insurance_info`, `vin`, `location`, `pick_address_id`, `return_address_id`, `tax_id`, `is_featured`, `is_used`, `is_for_sale`, `sale_price`, `condition`, `ownership_history`, `warranty_information`, `sale_status`, `external_booking_url`, `created_at`, `updated_at`, `author_id`, `author_type`, `vendor_id`, `moderation_status`, `reject_reason`) VALUES
(1, 'Toyota Camry XLE Hybrid 2024', NULL, '<p>Introducing the epitome of modern sophistication in the realm of compact SUVs – the Seltos K3. Dressed in a captivating blue hue that exudes elegance and flair, this dynamic vehicle stands as a testament to innovation and style. With its sleek design accentuated by striking dark wheels, the Seltos K3 is not merely a mode of transportation but a statement of refined taste and contemporary living.</p><p>Prepare to embark on a journey where cutting-edge technology meets unparalleled comfort, all wrapped in a package of unparalleled aesthetics. Join us as we delve into the world of the Seltos K3, where every detail is crafted to elevate your driving experience to new heights.</p>', '{\"1\":\"cars\\/2021-toyota-camry-sedan-xle-fq-oem-1-815jpg.jpeg\"}', '30A-123.00', 11, 'available', 2017, 15481, NULL, 7, 1, 2, 4, 2, 30, NULL, NULL, 'per_day', NULL, NULL, '76ZYGWLU45WVN6HG2', NULL, 2, 2, NULL, 1, 0, 0, 0.00, '', NULL, NULL, 'available', 'https://www.enterprise.com/en/reserve.html?vehicleType=toyota-camry-xle-hybrid-2024', '2025-06-10 20:28:45', '2025-06-26 01:59:04', 12, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL),
(2, 'Honda Accord Sport 2.0T 2024', NULL, '<p>Introducing the epitome of modern sophistication in the realm of compact SUVs – the Seltos K3. Dressed in a captivating blue hue that exudes elegance and flair, this dynamic vehicle stands as a testament to innovation and style. With its sleek design accentuated by striking dark wheels, the Seltos K3 is not merely a mode of transportation but a statement of refined taste and contemporary living.</p><p>Prepare to embark on a journey where cutting-edge technology meets unparalleled comfort, all wrapped in a package of unparalleled aesthetics. Join us as we delve into the world of the Seltos K3, where every detail is crafted to elevate your driving experience to new heights.</p>', '{\"1\":\"cars\\/2021-honda-accord-sedan-touring-fq-oem-2-1600x1067jpg.jpeg\"}', '30A-123.11', 14, 'available', 2012, 13026, NULL, 4, NULL, 1, 5, 5, 80, NULL, NULL, 'per_day', NULL, NULL, '66J2WM8F6BMRZX0UY', NULL, 7, 7, NULL, 0, 1, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-10 20:28:45', '2025-06-26 02:03:21', 1, 'Botble\\ACL\\Models\\User', NULL, 'approved', NULL),
(3, 'Mercedes-Benz C300 4MATIC 2024', NULL, '<p>Introducing the epitome of modern sophistication in the realm of compact SUVs – the Seltos K3. Dressed in a captivating blue hue that exudes elegance and flair, this dynamic vehicle stands as a testament to innovation and style. With its sleek design accentuated by striking dark wheels, the Seltos K3 is not merely a mode of transportation but a statement of refined taste and contemporary living.</p><p>Prepare to embark on a journey where cutting-edge technology meets unparalleled comfort, all wrapped in a package of unparalleled aesthetics. Join us as we delve into the world of the Seltos K3, where every detail is crafted to elevate your driving experience to new heights.</p>', '{\"1\":\"cars\\/2025-mercedes-benz-c-class-sedan-amg-c-43-fq-oem-2-1600x1067jpg.jpeg\"}', '29A-123.22', 6, 'available', 2013, 16558, NULL, 4, 1, 2, 8, 4, 41, NULL, NULL, 'per_day', NULL, NULL, '7SJ3ZHE27UY4P8D29', NULL, 9, 9, NULL, 1, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-10 20:28:45', '2025-06-26 01:58:16', 12, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL),
(4, 'BMW 330i xDrive M Sport 2024', NULL, '<p>Introducing the epitome of modern sophistication in the realm of compact SUVs – the Seltos K3. Dressed in a captivating blue hue that exudes elegance and flair, this dynamic vehicle stands as a testament to innovation and style. With its sleek design accentuated by striking dark wheels, the Seltos K3 is not merely a mode of transportation but a statement of refined taste and contemporary living.</p><p>Prepare to embark on a journey where cutting-edge technology meets unparalleled comfort, all wrapped in a package of unparalleled aesthetics. Join us as we delve into the world of the Seltos K3, where every detail is crafted to elevate your driving experience to new heights.</p>', '{\"1\":\"cars\\/2025-bmw-3-series-sedan-330i-fq-oem-3-1600x1067jpg.jpeg\"}', '30A-123.33', 4, 'available', 2022, 8890, NULL, 1, 1, 2, 5, 5, 93, NULL, NULL, 'per_day', NULL, NULL, 'SR6YMADX4NFEK9G1W', NULL, 9, 9, NULL, 0, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-10 20:28:45', '2025-06-26 02:03:38', 1, 'Botble\\ACL\\Models\\User', NULL, 'approved', NULL),
(5, 'Lexus ES 350 F Sport 2024', NULL, '<p>Introducing the epitome of modern sophistication in the realm of compact SUVs – the Seltos K3. Dressed in a captivating blue hue that exudes elegance and flair, this dynamic vehicle stands as a testament to innovation and style. With its sleek design accentuated by striking dark wheels, the Seltos K3 is not merely a mode of transportation but a statement of refined taste and contemporary living.</p><p>Prepare to embark on a journey where cutting-edge technology meets unparalleled comfort, all wrapped in a package of unparalleled aesthetics. Join us as we delve into the world of the Seltos K3, where every detail is crafted to elevate your driving experience to new heights.</p>', '{\"1\":\"cars\\/download-3.jpeg\",\"2\":\"cars\\/download-2.jpeg\",\"3\":\"cars\\/images-2.jpeg\",\"4\":\"cars\\/2024-lexus-es-interior-102-649f39cc5db39.jpg\",\"5\":\"cars\\/2023-lexus-es350-f-sport-7.jpg\",\"6\":\"cars\\/2024-lexus-es-interior-101-649f39cc72916.jpg\",\"7\":\"cars\\/car-interiors-4-520x380.jpg\"}', '30A-123.44', 8, 'available', 2016, 18410, NULL, 6, 1, 1, 5, 4, 79, NULL, NULL, 'per_day', NULL, NULL, 'RNZ7WN4V2RNVCL0NJ', NULL, 3, 3, NULL, 1, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-10 20:28:45', '2025-06-26 06:38:02', 12, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL),
(6, 'Toyota RAV4 Prime XSE AWD 2024', NULL, '<p>Introducing the epitome of modern sophistication in the realm of compact SUVs – the Seltos K3. Dressed in a captivating blue hue that exudes elegance and flair, this dynamic vehicle stands as a testament to innovation and style. With its sleek design accentuated by striking dark wheels, the Seltos K3 is not merely a mode of transportation but a statement of refined taste and contemporary living.</p><p>Prepare to embark on a journey where cutting-edge technology meets unparalleled comfort, all wrapped in a package of unparalleled aesthetics. Join us as we delve into the world of the Seltos K3, where every detail is crafted to elevate your driving experience to new heights.</p>', '{\"1\":\"cars\\/2025-toyota-rav4-hybrid-4dr-suv-se-fq-oem-1-815jpg.jpeg\"}', '30A-123.55', 4, 'available', 2012, 11370, NULL, 8, NULL, 2, 7, 2, 66, NULL, NULL, 'per_day', NULL, NULL, 'DEKL7J107Y4KVUS1L', NULL, 1, 1, NULL, 0, 1, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-10 20:28:46', '2025-06-26 01:58:35', 1, 'Botble\\ACL\\Models\\User', NULL, 'approved', NULL),
(7, 'Honda CR-V Touring Hybrid AWD 2024', NULL, '<p>Introducing the epitome of modern sophistication in the realm of compact SUVs – the Seltos K3. Dressed in a captivating blue hue that exudes elegance and flair, this dynamic vehicle stands as a testament to innovation and style. With its sleek design accentuated by striking dark wheels, the Seltos K3 is not merely a mode of transportation but a statement of refined taste and contemporary living.</p><p>Prepare to embark on a journey where cutting-edge technology meets unparalleled comfort, all wrapped in a package of unparalleled aesthetics. Join us as we delve into the world of the Seltos K3, where every detail is crafted to elevate your driving experience to new heights.</p>', '{\"1\":\"cars\\/2020-honda-cr-v-4dr-suv-touring-fq-oem-1-815jpg.jpeg\",\"2\":\"cars\\/car-interiors-4-520x380.jpg\",\"3\":\"cars\\/car-interiors-2-520x380.jpg\",\"4\":\"cars\\/2024-honda-cr-v-sport-l.jpg\"}', '30A-123.66', 3, 'available', 2012, 7622, NULL, 5, 1, 2, 8, 2, 51, NULL, NULL, 'per_day', NULL, NULL, 'B5A47L0P0R17XJGM6', NULL, 8, 8, NULL, 1, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-10 20:28:46', '2025-06-30 04:46:40', 12, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL),
(8, 'BMW X5 xDrive40i M Sport 2024', NULL, '<p>Introducing the epitome of modern sophistication in the realm of compact SUVs – the Seltos K3. Dressed in a captivating blue hue that exudes elegance and flair, this dynamic vehicle stands as a testament to innovation and style. With its sleek design accentuated by striking dark wheels, the Seltos K3 is not merely a mode of transportation but a statement of refined taste and contemporary living.</p><p>Prepare to embark on a journey where cutting-edge technology meets unparalleled comfort, all wrapped in a package of unparalleled aesthetics. Join us as we delve into the world of the Seltos K3, where every detail is crafted to elevate your driving experience to new heights.</p>', '{\"1\":\"cars\\/download.jpeg\",\"2\":\"cars\\/download-1.jpeg\",\"3\":\"cars\\/bmw-x-series-x5-sp-desktop.jpg\",\"4\":\"cars\\/car-interiors-7-520x380.jpg\"}', '30A-123.77', 9, 'available', 2022, 12349, NULL, 2, NULL, 1, 8, 2, 77, NULL, NULL, 'per_day', NULL, NULL, 'VYHESFMD3U4KC667F', NULL, 5, 5, NULL, 0, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-10 20:28:46', '2025-06-26 06:33:41', 1, 'Botble\\ACL\\Models\\User', NULL, 'approved', NULL),
(9, 'Mercedes-Benz GLC 300 4MATIC 2024', NULL, '<p>Introducing the epitome of modern sophistication in the realm of compact SUVs – the Seltos K3. Dressed in a captivating blue hue that exudes elegance and flair, this dynamic vehicle stands as a testament to innovation and style. With its sleek design accentuated by striking dark wheels, the Seltos K3 is not merely a mode of transportation but a statement of refined taste and contemporary living.</p><p>Prepare to embark on a journey where cutting-edge technology meets unparalleled comfort, all wrapped in a package of unparalleled aesthetics. Join us as we delve into the world of the Seltos K3, where every detail is crafted to elevate your driving experience to new heights.</p>', '{\"1\":\"cars\\/8-520x380.jpg\",\"2\":\"cars\\/6-1920x1080.jpg\",\"3\":\"cars\\/car-interiors-4-1920x1080.jpg\",\"4\":\"cars\\/car-interiors-6-520x380.jpg\",\"5\":\"cars\\/car-interiors-5-520x380.jpg\"}', '30A-123.88', 9, 'available', 2012, 10983, NULL, 2, 1, 3, 8, 2, 78, NULL, NULL, 'per_day', NULL, NULL, '7B1KFRS34JAW3R4JT', NULL, 5, 5, NULL, 1, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-10 20:28:46', '2025-06-26 06:29:01', 12, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL),
(10, 'Lexus RX 350 F Sport Handling AWD 2024', NULL, '<p>Introducing the epitome of modern sophistication in the realm of compact SUVs – the Seltos K3. Dressed in a captivating blue hue that exudes elegance and flair, this dynamic vehicle stands as a testament to innovation and style. With its sleek design accentuated by striking dark wheels, the Seltos K3 is not merely a mode of transportation but a statement of refined taste and contemporary living.</p><p>Prepare to embark on a journey where cutting-edge technology meets unparalleled comfort, all wrapped in a package of unparalleled aesthetics. Join us as we delve into the world of the Seltos K3, where every detail is crafted to elevate your driving experience to new heights.</p>', '{\"1\":\"cars\\/10-520x380.jpg\",\"2\":\"cars\\/car-interiors-8-520x380.jpg\"}', '29A-123.99', 6, 'available', 2011, 8394, NULL, 7, 1, 2, 8, 5, 60, NULL, NULL, 'per_day', NULL, NULL, 'FZDX8ZV616TY8WBRT', NULL, 11, 11, NULL, 0, 1, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-10 20:28:46', '2025-06-26 06:31:07', 1, 'Botble\\ACL\\Models\\User', NULL, 'approved', NULL),
(15, 'McLaren 720S', NULL, '<p>The McLaren 720S is a cutting-edge supercar engineered for both road and track. Powered by a 4.0-liter twin-turbocharged V8 engine, it produces over 700 horsepower, accelerating from 0 to 100 km/h in under 3 seconds. With a lightweight carbon fiber structure, active aerodynamics, and a futuristic design, the 720S combines raw power with precision handling. Its sculpted body, dihedral doors, and high-tech interior make it a standout in the world of performance vehicles.</p>', '[\"customers\\/14\\/super-sports-car-segment-in-india-to-register-30-pc-growth-this-year-mclaren-automotive.png\"]', NULL, NULL, 'available', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 300, NULL, NULL, 'per_day', NULL, NULL, NULL, NULL, 1, 1, NULL, 0, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-30 04:36:30', '2025-06-30 04:37:05', 14, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL),
(16, 'Mahindra BE.06', NULL, '<p data-start=\"213\" data-end=\"808\">The Mahindra BE.06 is a futuristic all-electric SUV concept, part of Mahindra\'s \"Born Electric\" series. Built on the INGLO platform, the BE.06 features a bold and aerodynamic design with sharp LED lighting, a closed-off grille, and aggressive character lines. It reflects Mahindra\'s vision for high-performance, tech-driven electric vehicles. The BE.06 is expected to offer advanced connected car features, a premium interior, and a strong focus on sustainability and innovation. As a concept, it positions Mahindra in direct competition with other global EV players in the mid-size SUV segment.</p>', '[\"customers\\/14\\/be-6e-exterior-right-front-three-quarter-5.png\"]', NULL, NULL, 'available', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 500, 1, NULL, 'per_day', NULL, NULL, NULL, NULL, 1, 1, NULL, 0, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-30 04:53:50', '2025-09-11 04:56:38', 14, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL),
(17, 'Chevrolet Corvette Stingray', NULL, '<p data-start=\"154\" data-end=\"531\">The Chevrolet Corvette Stingray C8 is the first mid-engine Corvette in the model’s history, marking a revolutionary shift in American sports car engineering. Launched in 2020, the C8 features a 6.2-liter naturally aspirated V8 engine mounted behind the passenger compartment, producing up to <strong data-start=\"446\" data-end=\"464\">495 horsepower</strong> and <strong data-start=\"469\" data-end=\"492\">470 lb-ft of torque</strong> with the optional performance exhaust.</p><p data-start=\"533\" data-end=\"869\">With a 0–60 mph time under <strong data-start=\"560\" data-end=\"573\">3 seconds</strong>, aggressive styling, and a cockpit-inspired interior, the C8 offers exotic performance at a relatively accessible price. Its angular body lines, LED headlights, and large side intakes give it a true supercar look, while maintaining Corvette\'s legacy of blending performance with daily usability.</p>', '[\"customers\\/14\\/0x0.png\"]', NULL, NULL, 'available', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 900, NULL, NULL, 'per_day', NULL, NULL, NULL, NULL, 1, 1, NULL, 0, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-06-30 05:15:00', '2025-06-30 05:15:12', 14, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL),
(19, 'Toyota Urban Cruiser', 'Toyota Urban Cruiser', '<h1 class=\"o-j6 o-jm o-js o-jJ\" style=\"color:rgb(51,51,51);font-family:LatoGoogle, Lato, LatoWeb, sans-serif;font-size:26px;font-style:normal;margin:0px;padding:0px;word-spacing:0px;\"><strong>Toyota Urban Cruiser</strong></h1>', '{\"1\":\"customers\\/18\\/hyryder-exterior-right-front-three-quarter-73.jpeg\"}', NULL, NULL, 'rented', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 10000, NULL, NULL, 'per_month', NULL, NULL, NULL, 'Mumbai', 1, 1, NULL, 0, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-07-01 04:22:21', '2025-07-21 03:29:01', 18, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL),
(20, 'Mahindra XUV700', 'The Mahindra XUV700 features a stylish design and a high-quality cabin, available in five-, six-, and seven-seater configurations. It boasts modern features, high safety ratings, strong performance from both diesel and petrol engine options, and impressive road dynamics, all at a competitive price within its segment.', '<div class=\"o-o ERtQDA o-hl o-iT\" style=\"color:rgb(51,51,51);font-family:LatoGoogle, Lato, LatoWeb, sans-serif;font-size:14px;font-style:normal;font-weight:400;margin:0px;max-height:45px;padding:0px;width:992px;word-spacing:0px;\"><div style=\"margin:0px;padding:0px;\"><div class=\"o-j4\" style=\"font-size:16px;margin:0px;padding:0px;\"><p style=\"margin:0px;padding:0px;\">The Mahindra XUV700 features a stylish design and a high-quality cabin, available in five-, six-, and seven-seater configurations. It boasts modern features, high safety ratings, strong performance from both diesel and petrol engine options, and impressive road dynamics, all at a competitive price within its segment.</p></div></div></div><p><br>&nbsp;</p>', '{\"1\":\"cars\\/xuv.jpg\"}', NULL, NULL, 'available', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1000, 1, NULL, 'per_month', NULL, NULL, NULL, 'Varanasi', 1, 1, 1, 0, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-07-01 04:42:59', '2025-08-22 06:08:25', NULL, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL),
(23, 'Renault Clio 6', NULL, '<ul><li>Unveiled on <strong>8 September 2025</strong> at the Munich Motor Show.&nbsp;</li><li>It’s Renault’s biggest redesign of the Clio in 13 years.&nbsp;</li><li>The Clio 6 is <strong>7 cm longer</strong> than the Clio 5, with a sleeker, more modern and sporty look, especially in front &amp; rear styling.&nbsp;</li><li>More tech: dual 10-inch screens, a Google-based infotainment system (including Google Maps, Google Assistant, Google Play) in higher trims.&nbsp;</li><li>Many driver-assistance features: up to <strong>29 driver aids</strong> in higher trim</li></ul>', '{\"1\":\"customers\\/14\\/a.jpeg\"}', 'AK-1332', 14, 'available', NULL, NULL, NULL, 1, 1, 1, NULL, NULL, 200, 1, NULL, 'per_hour', NULL, NULL, '231321', 'Los angelus,california,usa', 11, 11, 1, 0, 0, 0, 0.00, '', NULL, NULL, 'available', NULL, '2025-09-11 03:59:21', '2025-09-11 05:04:54', 14, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL),
(24, 'Ford Mustang GT', 'Classic American muscle car, 5.0L V8 engine', '<figure class=\"table\"><table><tbody><tr><td>2-door coupe, 450 HP, Bluetooth, ABS brakes</td></tr></tbody></table></figure><figure class=\"table\"><table><tbody><tr><td>&nbsp;</td></tr></tbody></table></figure><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>', '{\"1\":\"customers\\/14\\/ford-mustang-gt.jpeg\",\"2\":\"customers\\/14\\/ford-mustang-gt02.jpeg\"}', 'UA-4585', 10, 'available', 2025, 70, 10.00, 6, 1, 1, 4, 4, 500, 1, NULL, 'per_day', NULL, 'Insured by GEICO, Policy #TX452190', '1FA6P8CF9M5102345', 'Dallas, Texas', 11, 10, 12, 0, 0, 0, 0.00, '', NULL, NULL, 'available', 'https://booking.example.com/ford-mustang', '2025-09-16 07:13:53', '2025-09-16 07:26:29', 14, 'Botble\\CarRentals\\Models\\Customer', NULL, 'approved', NULL);

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

--
-- Table structure for table `cr_cars_amenities`
--

CREATE TABLE `cr_cars_amenities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `cr_car_id` bigint(20) UNSIGNED NOT NULL,
  `cr_car_amenity_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_cars_amenities`
--

INSERT INTO `cr_cars_amenities` (`id`, `cr_car_id`, `cr_car_amenity_id`, `created_at`, `updated_at`) VALUES
(1, 1, 14, NULL, NULL),
(2, 1, 23, NULL, NULL),
(3, 1, 45, NULL, NULL),
(4, 1, 46, NULL, NULL),
(5, 1, 47, NULL, NULL),
(6, 1, 2, NULL, NULL),
(7, 1, 4, NULL, NULL),
(8, 1, 7, NULL, NULL),
(9, 1, 10, NULL, NULL),
(10, 1, 15, NULL, NULL),
(11, 1, 18, NULL, NULL),
(12, 1, 28, NULL, NULL),
(13, 1, 32, NULL, NULL),
(14, 1, 35, NULL, NULL),
(15, 2, 13, NULL, NULL),
(16, 2, 14, NULL, NULL),
(17, 2, 22, NULL, NULL),
(18, 2, 23, NULL, NULL),
(19, 2, 46, NULL, NULL),
(20, 2, 2, NULL, NULL),
(21, 2, 4, NULL, NULL),
(22, 2, 8, NULL, NULL),
(23, 2, 19, NULL, NULL),
(24, 2, 7, NULL, NULL),
(25, 2, 10, NULL, NULL),
(26, 2, 12, NULL, NULL),
(27, 2, 16, NULL, NULL),
(28, 2, 17, NULL, NULL),
(29, 2, 30, NULL, NULL),
(30, 2, 31, NULL, NULL),
(31, 2, 25, NULL, NULL),
(32, 2, 38, NULL, NULL),
(33, 2, 43, NULL, NULL),
(34, 3, 14, NULL, NULL),
(35, 3, 22, NULL, NULL),
(36, 3, 23, NULL, NULL),
(37, 3, 45, NULL, NULL),
(38, 3, 47, NULL, NULL),
(39, 3, 6, NULL, NULL),
(40, 3, 16, NULL, NULL),
(41, 3, 18, NULL, NULL),
(42, 4, 14, NULL, NULL),
(43, 4, 22, NULL, NULL),
(44, 4, 23, NULL, NULL),
(45, 4, 46, NULL, NULL),
(46, 4, 1, NULL, NULL),
(47, 4, 18, NULL, NULL),
(48, 4, 38, NULL, NULL),
(49, 4, 41, NULL, NULL),
(50, 4, 43, NULL, NULL),
(51, 5, 13, NULL, NULL),
(52, 5, 22, NULL, NULL),
(53, 5, 47, NULL, NULL),
(54, 5, 5, NULL, NULL),
(55, 5, 9, NULL, NULL),
(56, 5, 20, NULL, NULL),
(57, 5, 21, NULL, NULL),
(58, 5, 33, NULL, NULL),
(59, 5, 7, NULL, NULL),
(60, 5, 10, NULL, NULL),
(61, 5, 11, NULL, NULL),
(62, 5, 15, NULL, NULL),
(63, 5, 16, NULL, NULL),
(64, 5, 17, NULL, NULL),
(65, 5, 31, NULL, NULL),
(66, 5, 32, NULL, NULL),
(67, 5, 35, NULL, NULL),
(68, 5, 38, NULL, NULL),
(69, 5, 39, NULL, NULL),
(70, 5, 40, NULL, NULL),
(71, 5, 41, NULL, NULL),
(72, 5, 42, NULL, NULL),
(73, 6, 13, NULL, NULL),
(74, 6, 22, NULL, NULL),
(75, 6, 45, NULL, NULL),
(76, 6, 46, NULL, NULL),
(77, 6, 47, NULL, NULL),
(78, 6, 1, NULL, NULL),
(79, 6, 4, NULL, NULL),
(80, 6, 6, NULL, NULL),
(81, 6, 8, NULL, NULL),
(82, 6, 19, NULL, NULL),
(83, 6, 10, NULL, NULL),
(84, 6, 11, NULL, NULL),
(85, 6, 12, NULL, NULL),
(86, 6, 15, NULL, NULL),
(87, 6, 18, NULL, NULL),
(88, 6, 28, NULL, NULL),
(89, 6, 30, NULL, NULL),
(90, 6, 34, NULL, NULL),
(91, 6, 25, NULL, NULL),
(92, 6, 27, NULL, NULL),
(93, 7, 14, NULL, NULL),
(94, 7, 22, NULL, NULL),
(95, 7, 23, NULL, NULL),
(96, 7, 45, NULL, NULL),
(97, 7, 47, NULL, NULL),
(98, 7, 1, NULL, NULL),
(99, 7, 2, NULL, NULL),
(100, 7, 8, NULL, NULL),
(101, 7, 7, NULL, NULL),
(102, 7, 10, NULL, NULL),
(103, 7, 32, NULL, NULL),
(104, 8, 14, NULL, NULL),
(105, 8, 23, NULL, NULL),
(106, 8, 46, NULL, NULL),
(107, 8, 1, NULL, NULL),
(108, 8, 4, NULL, NULL),
(109, 8, 6, NULL, NULL),
(110, 8, 19, NULL, NULL),
(111, 8, 12, NULL, NULL),
(112, 8, 15, NULL, NULL),
(113, 8, 17, NULL, NULL),
(114, 8, 18, NULL, NULL),
(115, 8, 28, NULL, NULL),
(116, 8, 30, NULL, NULL),
(117, 8, 35, NULL, NULL),
(118, 8, 37, NULL, NULL),
(119, 8, 43, NULL, NULL),
(120, 9, 13, NULL, NULL),
(121, 9, 23, NULL, NULL),
(122, 9, 45, NULL, NULL),
(123, 9, 3, NULL, NULL),
(124, 9, 5, NULL, NULL),
(125, 9, 20, NULL, NULL),
(126, 9, 21, NULL, NULL),
(127, 9, 25, NULL, NULL),
(128, 9, 33, NULL, NULL),
(129, 9, 7, NULL, NULL),
(130, 9, 10, NULL, NULL),
(131, 9, 11, NULL, NULL),
(132, 9, 12, NULL, NULL),
(133, 9, 29, NULL, NULL),
(134, 9, 30, NULL, NULL),
(135, 9, 31, NULL, NULL),
(136, 9, 32, NULL, NULL),
(137, 9, 37, NULL, NULL),
(138, 9, 38, NULL, NULL),
(139, 9, 41, NULL, NULL),
(140, 9, 43, NULL, NULL),
(141, 10, 14, NULL, NULL),
(142, 10, 22, NULL, NULL),
(143, 10, 47, NULL, NULL),
(144, 10, 3, NULL, NULL),
(145, 10, 9, NULL, NULL),
(146, 10, 21, NULL, NULL),
(147, 10, 25, NULL, NULL),
(148, 10, 33, NULL, NULL),
(149, 10, 10, NULL, NULL),
(150, 10, 11, NULL, NULL),
(151, 10, 12, NULL, NULL),
(152, 10, 15, NULL, NULL),
(153, 10, 16, NULL, NULL),
(154, 10, 18, NULL, NULL),
(155, 10, 28, NULL, NULL),
(156, 10, 32, NULL, NULL),
(157, 10, 34, NULL, NULL),
(158, 10, 39, NULL, NULL),
(159, 10, 40, NULL, NULL),
(160, 10, 42, NULL, NULL),
(161, 10, 37, NULL, NULL),
(162, 11, 14, NULL, NULL),
(163, 11, 22, NULL, NULL),
(164, 11, 23, NULL, NULL),
(165, 11, 45, NULL, NULL),
(166, 11, 47, NULL, NULL),
(167, 11, 1, NULL, NULL),
(168, 11, 2, NULL, NULL),
(169, 11, 4, NULL, NULL),
(170, 11, 10, NULL, NULL),
(171, 11, 11, NULL, NULL),
(172, 11, 15, NULL, NULL),
(173, 11, 30, NULL, NULL),
(174, 11, 31, NULL, NULL),
(175, 11, 32, NULL, NULL),
(176, 11, 35, NULL, NULL),
(177, 11, 3, NULL, NULL),
(178, 11, 25, NULL, NULL),
(179, 11, 27, NULL, NULL),
(180, 11, 38, NULL, NULL),
(181, 11, 41, NULL, NULL),
(182, 11, 42, NULL, NULL),
(183, 11, 43, NULL, NULL),
(184, 12, 13, NULL, NULL),
(185, 12, 23, NULL, NULL),
(186, 12, 45, NULL, NULL),
(187, 12, 46, NULL, NULL),
(188, 12, 47, NULL, NULL),
(189, 12, 1, NULL, NULL),
(190, 12, 4, NULL, NULL),
(191, 12, 6, NULL, NULL),
(192, 12, 8, NULL, NULL),
(193, 12, 19, NULL, NULL),
(194, 12, 11, NULL, NULL),
(195, 12, 15, NULL, NULL),
(196, 12, 16, NULL, NULL),
(197, 12, 18, NULL, NULL),
(198, 12, 29, NULL, NULL),
(199, 12, 30, NULL, NULL),
(200, 12, 32, NULL, NULL),
(201, 12, 34, NULL, NULL),
(202, 12, 25, NULL, NULL),
(203, 13, 22, NULL, NULL),
(204, 13, 23, NULL, NULL),
(205, 13, 47, NULL, NULL),
(206, 13, 6, NULL, NULL),
(207, 13, 8, NULL, NULL),
(208, 13, 19, NULL, NULL),
(209, 13, 10, NULL, NULL),
(210, 13, 18, NULL, NULL),
(211, 13, 28, NULL, NULL),
(212, 13, 30, NULL, NULL),
(213, 13, 34, NULL, NULL),
(214, 14, 13, NULL, NULL),
(215, 14, 14, NULL, NULL),
(216, 14, 22, NULL, NULL),
(217, 14, 45, NULL, NULL),
(218, 14, 46, NULL, NULL),
(219, 14, 1, NULL, NULL),
(220, 14, 10, NULL, NULL),
(221, 14, 12, NULL, NULL),
(222, 14, 38, NULL, NULL),
(223, 14, 39, NULL, NULL),
(224, 14, 40, NULL, NULL),
(225, 15, 13, NULL, NULL),
(226, 15, 22, NULL, NULL),
(227, 15, 45, NULL, NULL),
(228, 15, 46, NULL, NULL),
(229, 15, 47, NULL, NULL),
(230, 15, 1, NULL, NULL),
(231, 15, 6, NULL, NULL),
(232, 15, 19, NULL, NULL),
(233, 15, 7, NULL, NULL),
(234, 15, 10, NULL, NULL),
(235, 15, 11, NULL, NULL),
(236, 15, 18, NULL, NULL),
(237, 15, 31, NULL, NULL),
(238, 15, 34, NULL, NULL),
(239, 15, 35, NULL, NULL),
(240, 15, 9, NULL, NULL),
(241, 16, 13, NULL, NULL),
(242, 16, 14, NULL, NULL),
(243, 16, 22, NULL, NULL),
(244, 16, 45, NULL, NULL),
(245, 16, 46, NULL, NULL),
(246, 16, 3, NULL, NULL),
(247, 16, 9, NULL, NULL),
(248, 16, 20, NULL, NULL),
(249, 16, 25, NULL, NULL),
(250, 16, 33, NULL, NULL),
(251, 16, 10, NULL, NULL),
(252, 16, 11, NULL, NULL),
(253, 16, 12, NULL, NULL),
(254, 16, 16, NULL, NULL),
(255, 16, 18, NULL, NULL),
(256, 16, 29, NULL, NULL),
(257, 16, 30, NULL, NULL),
(258, 16, 31, NULL, NULL),
(259, 16, 34, NULL, NULL),
(260, 16, 35, NULL, NULL),
(261, 16, 37, NULL, NULL),
(262, 16, 42, NULL, NULL),
(263, 16, 38, NULL, NULL),
(264, 16, 40, NULL, NULL),
(265, 16, 41, NULL, NULL),
(266, 17, 14, NULL, NULL),
(267, 17, 45, NULL, NULL),
(268, 17, 46, NULL, NULL),
(269, 17, 3, NULL, NULL),
(270, 17, 9, NULL, NULL),
(271, 17, 20, NULL, NULL),
(272, 17, 21, NULL, NULL),
(273, 17, 27, NULL, NULL),
(274, 17, 33, NULL, NULL),
(275, 17, 11, NULL, NULL),
(276, 17, 12, NULL, NULL),
(277, 17, 15, NULL, NULL),
(278, 17, 16, NULL, NULL),
(279, 17, 17, NULL, NULL),
(280, 17, 28, NULL, NULL),
(281, 17, 31, NULL, NULL),
(282, 17, 32, NULL, NULL),
(283, 17, 34, NULL, NULL),
(284, 17, 39, NULL, NULL),
(285, 17, 40, NULL, NULL),
(286, 17, 42, NULL, NULL),
(287, 17, 43, NULL, NULL),
(288, 18, 14, NULL, NULL),
(289, 18, 22, NULL, NULL),
(290, 18, 45, NULL, NULL),
(291, 18, 47, NULL, NULL),
(292, 18, 2, NULL, NULL),
(293, 18, 6, NULL, NULL),
(294, 18, 19, NULL, NULL),
(295, 18, 7, NULL, NULL),
(296, 18, 15, NULL, NULL),
(297, 18, 17, NULL, NULL),
(298, 18, 29, NULL, NULL),
(299, 19, 13, NULL, NULL),
(300, 19, 14, NULL, NULL),
(301, 19, 23, NULL, NULL),
(302, 19, 45, NULL, NULL),
(303, 19, 47, NULL, NULL),
(304, 19, 1, NULL, NULL),
(305, 19, 4, NULL, NULL),
(306, 19, 6, NULL, NULL),
(307, 19, 8, NULL, NULL),
(308, 19, 19, NULL, NULL),
(309, 19, 10, NULL, NULL),
(310, 19, 12, NULL, NULL),
(311, 19, 16, NULL, NULL),
(312, 19, 17, NULL, NULL),
(313, 19, 18, NULL, NULL),
(314, 19, 30, NULL, NULL),
(315, 19, 32, NULL, NULL),
(316, 19, 35, NULL, NULL),
(317, 19, 21, NULL, NULL),
(318, 19, 27, NULL, NULL),
(319, 19, 33, NULL, NULL),
(320, 20, 13, NULL, NULL),
(321, 20, 14, NULL, NULL),
(322, 20, 22, NULL, NULL),
(323, 20, 45, NULL, NULL),
(324, 20, 47, NULL, NULL),
(325, 20, 2, NULL, NULL),
(326, 20, 16, NULL, NULL),
(327, 20, 18, NULL, NULL),
(387, 25, 13, NULL, NULL),
(388, 25, 22, NULL, NULL),
(389, 25, 46, NULL, NULL),
(390, 25, 1, NULL, NULL),
(391, 25, 2, NULL, NULL),
(392, 25, 6, NULL, NULL),
(393, 25, 8, NULL, NULL),
(394, 25, 19, NULL, NULL),
(395, 25, 7, NULL, NULL),
(396, 25, 11, NULL, NULL),
(397, 25, 15, NULL, NULL),
(398, 25, 18, NULL, NULL),
(399, 25, 34, NULL, NULL),
(400, 25, 35, NULL, NULL),
(401, 25, 20, NULL, NULL),
(402, 25, 25, NULL, NULL),
(403, 25, 33, NULL, NULL),
(404, 25, 38, NULL, NULL),
(405, 25, 39, NULL, NULL),
(406, 26, 13, NULL, NULL),
(407, 26, 14, NULL, NULL),
(408, 26, 22, NULL, NULL),
(409, 26, 45, NULL, NULL),
(410, 26, 47, NULL, NULL),
(411, 26, 1, NULL, NULL),
(412, 26, 4, NULL, NULL),
(413, 26, 12, NULL, NULL),
(414, 26, 15, NULL, NULL),
(415, 27, 13, NULL, NULL),
(416, 27, 22, NULL, NULL),
(417, 27, 23, NULL, NULL),
(418, 27, 46, NULL, NULL),
(419, 27, 47, NULL, NULL),
(420, 27, 3, NULL, NULL),
(421, 27, 9, NULL, NULL),
(422, 27, 20, NULL, NULL),
(423, 27, 21, NULL, NULL),
(424, 27, 33, NULL, NULL),
(425, 27, 7, NULL, NULL),
(426, 27, 11, NULL, NULL),
(427, 27, 12, NULL, NULL),
(428, 27, 16, NULL, NULL),
(429, 27, 28, NULL, NULL),
(430, 27, 30, NULL, NULL),
(431, 27, 31, NULL, NULL),
(432, 27, 32, NULL, NULL),
(433, 27, 34, NULL, NULL),
(434, 27, 38, NULL, NULL),
(435, 27, 39, NULL, NULL),
(436, 27, 40, NULL, NULL),
(437, 28, 22, NULL, NULL),
(438, 28, 23, NULL, NULL),
(439, 28, 46, NULL, NULL),
(440, 28, 1, NULL, NULL),
(441, 28, 2, NULL, NULL),
(442, 28, 17, NULL, NULL),
(443, 28, 18, NULL, NULL),
(444, 28, 34, NULL, NULL),
(445, 28, 38, NULL, NULL),
(446, 28, 39, NULL, NULL),
(447, 28, 41, NULL, NULL),
(448, 29, 13, NULL, NULL),
(449, 29, 14, NULL, NULL),
(450, 29, 22, NULL, NULL),
(451, 29, 46, NULL, NULL),
(452, 29, 47, NULL, NULL),
(453, 29, 3, NULL, NULL),
(454, 29, 9, NULL, NULL),
(455, 29, 20, NULL, NULL),
(456, 29, 21, NULL, NULL),
(457, 29, 27, NULL, NULL),
(458, 29, 7, NULL, NULL),
(459, 29, 11, NULL, NULL),
(460, 29, 12, NULL, NULL),
(461, 29, 18, NULL, NULL),
(462, 29, 29, NULL, NULL),
(463, 29, 30, NULL, NULL),
(464, 29, 32, NULL, NULL),
(465, 29, 34, NULL, NULL),
(466, 29, 39, NULL, NULL),
(467, 29, 41, NULL, NULL),
(468, 29, 42, NULL, NULL),
(469, 29, 43, NULL, NULL),
(470, 30, 22, NULL, NULL),
(471, 30, 45, NULL, NULL),
(472, 30, 47, NULL, NULL),
(473, 30, 8, NULL, NULL),
(474, 30, 19, NULL, NULL),
(475, 30, 11, NULL, NULL),
(476, 30, 17, NULL, NULL),
(477, 30, 29, NULL, NULL),
(478, 30, 32, NULL, NULL),
(479, 31, 13, NULL, NULL),
(480, 31, 14, NULL, NULL),
(481, 31, 22, NULL, NULL),
(482, 31, 23, NULL, NULL),
(483, 31, 47, NULL, NULL),
(484, 31, 3, NULL, NULL),
(485, 31, 5, NULL, NULL),
(486, 31, 9, NULL, NULL),
(487, 31, 25, NULL, NULL),
(488, 31, 33, NULL, NULL),
(489, 31, 10, NULL, NULL),
(490, 31, 11, NULL, NULL),
(491, 31, 15, NULL, NULL),
(492, 31, 16, NULL, NULL),
(493, 31, 30, NULL, NULL),
(494, 31, 31, NULL, NULL),
(495, 31, 32, NULL, NULL),
(496, 31, 40, NULL, NULL),
(497, 31, 41, NULL, NULL),
(498, 32, 14, NULL, NULL),
(499, 32, 23, NULL, NULL),
(500, 32, 46, NULL, NULL),
(501, 32, 3, NULL, NULL),
(502, 32, 9, NULL, NULL),
(503, 32, 21, NULL, NULL),
(504, 32, 25, NULL, NULL),
(505, 32, 33, NULL, NULL),
(506, 32, 7, NULL, NULL),
(507, 32, 12, NULL, NULL),
(508, 32, 15, NULL, NULL),
(509, 32, 18, NULL, NULL),
(510, 32, 28, NULL, NULL),
(511, 32, 32, NULL, NULL),
(512, 32, 34, NULL, NULL),
(513, 32, 37, NULL, NULL),
(514, 32, 39, NULL, NULL),
(515, 32, 40, NULL, NULL),
(516, 32, 42, NULL, NULL),
(517, 33, 14, NULL, NULL),
(518, 33, 22, NULL, NULL),
(519, 33, 45, NULL, NULL),
(520, 33, 46, NULL, NULL),
(521, 33, 1, NULL, NULL),
(522, 33, 4, NULL, NULL),
(523, 33, 15, NULL, NULL),
(524, 33, 16, NULL, NULL),
(525, 33, 37, NULL, NULL),
(526, 33, 40, NULL, NULL),
(527, 33, 42, NULL, NULL),
(528, 33, 43, NULL, NULL),
(529, 34, 13, NULL, NULL),
(530, 34, 23, NULL, NULL),
(531, 34, 45, NULL, NULL),
(532, 34, 47, NULL, NULL),
(533, 34, 3, NULL, NULL),
(534, 34, 5, NULL, NULL),
(535, 34, 20, NULL, NULL),
(536, 34, 21, NULL, NULL),
(537, 34, 27, NULL, NULL),
(538, 34, 33, NULL, NULL),
(539, 34, 7, NULL, NULL),
(540, 34, 11, NULL, NULL),
(541, 34, 12, NULL, NULL),
(542, 34, 15, NULL, NULL),
(543, 34, 29, NULL, NULL),
(544, 34, 30, NULL, NULL),
(545, 34, 31, NULL, NULL),
(546, 34, 32, NULL, NULL),
(547, 34, 35, NULL, NULL),
(548, 34, 40, NULL, NULL),
(549, 34, 42, NULL, NULL),
(550, 34, 41, NULL, NULL),
(551, 35, 13, NULL, NULL),
(552, 35, 22, NULL, NULL),
(553, 35, 23, NULL, NULL),
(554, 35, 46, NULL, NULL),
(555, 35, 47, NULL, NULL),
(556, 35, 3, NULL, NULL),
(557, 35, 9, NULL, NULL),
(558, 35, 20, NULL, NULL),
(559, 35, 21, NULL, NULL),
(560, 35, 25, NULL, NULL),
(561, 35, 33, NULL, NULL),
(562, 35, 7, NULL, NULL),
(563, 35, 10, NULL, NULL),
(564, 35, 12, NULL, NULL),
(565, 35, 17, NULL, NULL),
(566, 35, 18, NULL, NULL),
(567, 35, 28, NULL, NULL),
(568, 35, 30, NULL, NULL),
(569, 35, 31, NULL, NULL),
(570, 35, 34, NULL, NULL),
(571, 35, 35, NULL, NULL),
(572, 35, 39, NULL, NULL),
(573, 35, 42, NULL, NULL),
(574, 36, 13, NULL, NULL),
(575, 36, 23, NULL, NULL),
(576, 36, 45, NULL, NULL),
(577, 36, 46, NULL, NULL),
(578, 36, 47, NULL, NULL),
(579, 36, 1, NULL, NULL),
(580, 36, 2, NULL, NULL),
(581, 36, 4, NULL, NULL),
(582, 36, 6, NULL, NULL),
(583, 36, 19, NULL, NULL),
(584, 36, 10, NULL, NULL),
(585, 36, 11, NULL, NULL),
(586, 36, 16, NULL, NULL),
(587, 36, 17, NULL, NULL),
(588, 36, 18, NULL, NULL),
(589, 36, 28, NULL, NULL),
(590, 36, 31, NULL, NULL),
(591, 36, 35, NULL, NULL),
(592, 36, 9, NULL, NULL),
(593, 36, 27, NULL, NULL),
(594, 37, 13, NULL, NULL),
(595, 37, 14, NULL, NULL),
(596, 37, 45, NULL, NULL),
(597, 37, 46, NULL, NULL),
(598, 37, 47, NULL, NULL),
(599, 37, 3, NULL, NULL),
(600, 37, 5, NULL, NULL),
(601, 37, 9, NULL, NULL),
(602, 37, 20, NULL, NULL),
(603, 37, 21, NULL, NULL),
(604, 37, 33, NULL, NULL),
(605, 37, 11, NULL, NULL),
(606, 37, 16, NULL, NULL),
(607, 37, 17, NULL, NULL),
(608, 37, 18, NULL, NULL),
(609, 37, 28, NULL, NULL),
(610, 37, 30, NULL, NULL),
(611, 37, 31, NULL, NULL),
(612, 37, 34, NULL, NULL),
(613, 37, 35, NULL, NULL),
(614, 37, 37, NULL, NULL),
(615, 37, 40, NULL, NULL),
(616, 38, 14, NULL, NULL),
(617, 38, 22, NULL, NULL),
(618, 38, 46, NULL, NULL),
(619, 38, 1, NULL, NULL),
(620, 38, 2, NULL, NULL),
(621, 38, 8, NULL, NULL),
(622, 38, 19, NULL, NULL),
(623, 38, 7, NULL, NULL),
(624, 38, 11, NULL, NULL),
(625, 38, 12, NULL, NULL),
(626, 38, 15, NULL, NULL),
(627, 38, 16, NULL, NULL),
(628, 38, 28, NULL, NULL),
(629, 38, 30, NULL, NULL),
(630, 38, 3, NULL, NULL),
(631, 38, 9, NULL, NULL),
(632, 39, 13, NULL, NULL),
(633, 39, 14, NULL, NULL),
(634, 39, 23, NULL, NULL),
(635, 39, 46, NULL, NULL),
(636, 39, 3, NULL, NULL),
(637, 39, 5, NULL, NULL),
(638, 39, 9, NULL, NULL),
(639, 39, 20, NULL, NULL),
(640, 39, 21, NULL, NULL),
(641, 39, 33, NULL, NULL),
(642, 39, 11, NULL, NULL),
(643, 39, 12, NULL, NULL),
(644, 39, 17, NULL, NULL),
(645, 39, 18, NULL, NULL),
(646, 39, 28, NULL, NULL),
(647, 39, 29, NULL, NULL),
(648, 39, 30, NULL, NULL),
(649, 39, 31, NULL, NULL),
(650, 39, 32, NULL, NULL),
(651, 39, 38, NULL, NULL),
(652, 39, 40, NULL, NULL),
(653, 39, 42, NULL, NULL),
(654, 39, 43, NULL, NULL),
(655, 39, 39, NULL, NULL),
(656, 40, 23, NULL, NULL),
(657, 40, 45, NULL, NULL),
(658, 40, 47, NULL, NULL),
(659, 40, 3, NULL, NULL),
(660, 40, 5, NULL, NULL),
(661, 40, 25, NULL, NULL),
(662, 40, 33, NULL, NULL),
(663, 40, 7, NULL, NULL),
(664, 40, 11, NULL, NULL),
(665, 40, 12, NULL, NULL),
(666, 40, 15, NULL, NULL),
(667, 40, 16, NULL, NULL),
(668, 40, 18, NULL, NULL),
(669, 40, 28, NULL, NULL),
(670, 40, 30, NULL, NULL),
(671, 40, 31, NULL, NULL),
(672, 40, 32, NULL, NULL),
(673, 40, 38, NULL, NULL),
(674, 40, 40, NULL, NULL),
(675, 40, 43, NULL, NULL),
(676, 41, 13, NULL, NULL),
(677, 41, 14, NULL, NULL),
(678, 41, 23, NULL, NULL),
(679, 41, 47, NULL, NULL),
(680, 41, 3, NULL, NULL),
(681, 41, 21, NULL, NULL),
(682, 41, 27, NULL, NULL),
(683, 41, 33, NULL, NULL),
(684, 41, 10, NULL, NULL),
(685, 41, 11, NULL, NULL),
(686, 41, 16, NULL, NULL),
(687, 41, 17, NULL, NULL),
(688, 41, 18, NULL, NULL),
(689, 41, 29, NULL, NULL),
(690, 41, 34, NULL, NULL),
(691, 41, 35, NULL, NULL),
(692, 41, 37, NULL, NULL),
(693, 41, 38, NULL, NULL),
(694, 41, 39, NULL, NULL),
(695, 41, 42, NULL, NULL),
(696, 42, 13, NULL, NULL),
(697, 42, 22, NULL, NULL),
(698, 42, 45, NULL, NULL),
(699, 42, 46, NULL, NULL),
(700, 42, 3, NULL, NULL),
(701, 42, 5, NULL, NULL),
(702, 42, 9, NULL, NULL),
(703, 42, 21, NULL, NULL),
(704, 42, 25, NULL, NULL),
(705, 42, 7, NULL, NULL),
(706, 42, 11, NULL, NULL),
(707, 42, 12, NULL, NULL),
(708, 42, 15, NULL, NULL),
(709, 42, 16, NULL, NULL),
(710, 42, 18, NULL, NULL),
(711, 42, 29, NULL, NULL),
(712, 42, 30, NULL, NULL),
(713, 42, 31, NULL, NULL),
(714, 42, 35, NULL, NULL),
(715, 42, 37, NULL, NULL),
(716, 42, 38, NULL, NULL),
(717, 42, 40, NULL, NULL),
(718, 42, 42, NULL, NULL),
(719, 42, 43, NULL, NULL),
(720, 43, 45, NULL, NULL),
(721, 43, 46, NULL, NULL),
(722, 43, 47, NULL, NULL),
(723, 43, 6, NULL, NULL),
(724, 43, 8, NULL, NULL),
(725, 43, 19, NULL, NULL),
(726, 43, 7, NULL, NULL),
(727, 43, 10, NULL, NULL),
(728, 43, 11, NULL, NULL),
(729, 43, 16, NULL, NULL),
(730, 43, 28, NULL, NULL),
(731, 43, 31, NULL, NULL),
(732, 44, 14, NULL, NULL),
(733, 44, 22, NULL, NULL),
(734, 44, 45, NULL, NULL),
(735, 44, 47, NULL, NULL),
(736, 44, 2, NULL, NULL),
(737, 44, 4, NULL, NULL),
(738, 44, 6, NULL, NULL),
(739, 44, 8, NULL, NULL),
(740, 44, 19, NULL, NULL),
(741, 44, 12, NULL, NULL),
(742, 44, 17, NULL, NULL),
(743, 44, 18, NULL, NULL),
(744, 44, 28, NULL, NULL),
(745, 44, 31, NULL, NULL),
(746, 44, 5, NULL, NULL),
(747, 44, 20, NULL, NULL),
(748, 44, 33, NULL, NULL),
(749, 44, 38, NULL, NULL),
(750, 44, 43, NULL, NULL),
(751, 45, 14, NULL, NULL),
(752, 45, 22, NULL, NULL),
(753, 45, 23, NULL, NULL),
(754, 45, 46, NULL, NULL),
(755, 45, 47, NULL, NULL),
(756, 45, 3, NULL, NULL),
(757, 45, 20, NULL, NULL),
(758, 45, 27, NULL, NULL),
(759, 45, 33, NULL, NULL),
(760, 45, 10, NULL, NULL),
(761, 45, 11, NULL, NULL),
(762, 45, 12, NULL, NULL),
(763, 45, 15, NULL, NULL),
(764, 45, 17, NULL, NULL),
(765, 45, 28, NULL, NULL),
(766, 45, 29, NULL, NULL),
(767, 45, 30, NULL, NULL),
(768, 45, 31, NULL, NULL),
(769, 45, 35, NULL, NULL),
(770, 45, 40, NULL, NULL),
(771, 45, 41, NULL, NULL),
(772, 45, 43, NULL, NULL),
(773, 45, 39, NULL, NULL),
(774, 46, 13, NULL, NULL),
(775, 46, 14, NULL, NULL),
(776, 46, 22, NULL, NULL),
(777, 46, 45, NULL, NULL),
(778, 46, 47, NULL, NULL),
(779, 46, 20, NULL, NULL),
(780, 46, 21, NULL, NULL),
(781, 46, 27, NULL, NULL),
(782, 46, 33, NULL, NULL),
(783, 46, 7, NULL, NULL),
(784, 46, 11, NULL, NULL),
(785, 46, 17, NULL, NULL),
(786, 46, 18, NULL, NULL),
(787, 46, 29, NULL, NULL),
(788, 46, 31, NULL, NULL),
(789, 46, 32, NULL, NULL),
(790, 46, 34, NULL, NULL),
(791, 46, 37, NULL, NULL),
(792, 46, 40, NULL, NULL),
(793, 46, 41, NULL, NULL),
(794, 46, 42, NULL, NULL),
(795, 47, 13, NULL, NULL),
(796, 47, 23, NULL, NULL),
(797, 47, 46, NULL, NULL),
(798, 47, 47, NULL, NULL),
(799, 47, 3, NULL, NULL),
(800, 47, 5, NULL, NULL),
(801, 47, 9, NULL, NULL),
(802, 47, 20, NULL, NULL),
(803, 47, 27, NULL, NULL),
(804, 47, 33, NULL, NULL),
(805, 47, 7, NULL, NULL),
(806, 47, 15, NULL, NULL),
(807, 47, 17, NULL, NULL),
(808, 47, 18, NULL, NULL),
(809, 47, 28, NULL, NULL),
(810, 47, 29, NULL, NULL),
(811, 47, 31, NULL, NULL),
(812, 47, 34, NULL, NULL),
(813, 47, 35, NULL, NULL),
(814, 47, 37, NULL, NULL),
(815, 47, 39, NULL, NULL),
(816, 47, 41, NULL, NULL),
(817, 47, 43, NULL, NULL),
(818, 47, 40, NULL, NULL),
(819, 48, 14, NULL, NULL),
(820, 48, 22, NULL, NULL),
(821, 48, 23, NULL, NULL),
(822, 48, 46, NULL, NULL),
(823, 48, 47, NULL, NULL),
(824, 48, 1, NULL, NULL),
(825, 48, 2, NULL, NULL),
(826, 48, 8, NULL, NULL),
(827, 48, 19, NULL, NULL),
(828, 48, 7, NULL, NULL),
(829, 48, 11, NULL, NULL),
(830, 48, 16, NULL, NULL),
(831, 48, 28, NULL, NULL),
(832, 48, 30, NULL, NULL),
(833, 48, 31, NULL, NULL),
(834, 48, 35, NULL, NULL),
(835, 48, 27, NULL, NULL),
(836, 49, 13, NULL, NULL),
(837, 49, 14, NULL, NULL),
(838, 49, 22, NULL, NULL),
(839, 49, 45, NULL, NULL),
(840, 49, 47, NULL, NULL),
(841, 49, 3, NULL, NULL),
(842, 49, 5, NULL, NULL),
(843, 49, 9, NULL, NULL),
(844, 49, 25, NULL, NULL),
(845, 49, 27, NULL, NULL),
(846, 49, 33, NULL, NULL),
(847, 49, 10, NULL, NULL),
(848, 49, 11, NULL, NULL),
(849, 49, 12, NULL, NULL),
(850, 49, 16, NULL, NULL),
(851, 49, 28, NULL, NULL),
(852, 49, 31, NULL, NULL),
(853, 49, 32, NULL, NULL),
(854, 49, 34, NULL, NULL),
(855, 49, 35, NULL, NULL),
(856, 49, 37, NULL, NULL),
(857, 49, 38, NULL, NULL),
(858, 49, 40, NULL, NULL),
(859, 50, 13, NULL, NULL),
(860, 50, 22, NULL, NULL),
(861, 50, 23, NULL, NULL),
(862, 50, 45, NULL, NULL),
(863, 50, 47, NULL, NULL),
(864, 50, 20, NULL, NULL),
(865, 50, 25, NULL, NULL),
(866, 50, 27, NULL, NULL),
(867, 50, 33, NULL, NULL),
(868, 50, 7, NULL, NULL),
(869, 50, 10, NULL, NULL),
(870, 50, 12, NULL, NULL),
(871, 50, 16, NULL, NULL),
(872, 50, 18, NULL, NULL),
(873, 50, 28, NULL, NULL),
(874, 50, 29, NULL, NULL),
(875, 50, 31, NULL, NULL),
(876, 50, 32, NULL, NULL),
(877, 50, 35, NULL, NULL),
(878, 50, 37, NULL, NULL),
(879, 50, 39, NULL, NULL),
(880, 50, 43, NULL, NULL),
(881, 51, 22, NULL, NULL),
(882, 51, 23, NULL, NULL),
(883, 51, 45, NULL, NULL),
(884, 51, 47, NULL, NULL),
(885, 51, 5, NULL, NULL),
(886, 51, 9, NULL, NULL),
(887, 51, 21, NULL, NULL),
(888, 51, 25, NULL, NULL),
(889, 51, 7, NULL, NULL),
(890, 51, 16, NULL, NULL),
(891, 51, 17, NULL, NULL),
(892, 51, 18, NULL, NULL),
(893, 51, 29, NULL, NULL),
(894, 51, 30, NULL, NULL),
(895, 51, 32, NULL, NULL),
(896, 51, 35, NULL, NULL),
(897, 51, 37, NULL, NULL),
(898, 51, 40, NULL, NULL),
(899, 51, 41, NULL, NULL),
(900, 51, 43, NULL, NULL),
(901, 52, 23, NULL, NULL),
(902, 52, 45, NULL, NULL),
(903, 52, 46, NULL, NULL),
(904, 52, 47, NULL, NULL),
(905, 52, 5, NULL, NULL),
(906, 52, 9, NULL, NULL),
(907, 52, 20, NULL, NULL),
(908, 52, 25, NULL, NULL),
(909, 52, 27, NULL, NULL),
(910, 52, 7, NULL, NULL),
(911, 52, 10, NULL, NULL),
(912, 52, 11, NULL, NULL),
(913, 52, 12, NULL, NULL),
(914, 52, 16, NULL, NULL),
(915, 52, 18, NULL, NULL),
(916, 52, 28, NULL, NULL),
(917, 52, 34, NULL, NULL),
(918, 52, 35, NULL, NULL),
(919, 52, 37, NULL, NULL),
(920, 52, 38, NULL, NULL),
(921, 53, 22, NULL, NULL),
(922, 53, 23, NULL, NULL),
(923, 53, 45, NULL, NULL),
(924, 53, 46, NULL, NULL),
(925, 53, 3, NULL, NULL),
(926, 53, 5, NULL, NULL),
(927, 53, 9, NULL, NULL),
(928, 53, 20, NULL, NULL),
(929, 53, 21, NULL, NULL),
(930, 53, 27, NULL, NULL),
(931, 53, 7, NULL, NULL),
(932, 53, 11, NULL, NULL),
(933, 53, 17, NULL, NULL),
(934, 53, 18, NULL, NULL),
(935, 53, 28, NULL, NULL),
(936, 53, 30, NULL, NULL),
(937, 53, 32, NULL, NULL),
(938, 53, 34, NULL, NULL),
(939, 53, 35, NULL, NULL),
(940, 53, 38, NULL, NULL),
(941, 53, 39, NULL, NULL),
(942, 53, 41, NULL, NULL),
(943, 53, 43, NULL, NULL),
(944, 54, 22, NULL, NULL),
(945, 54, 23, NULL, NULL),
(946, 54, 46, NULL, NULL),
(947, 54, 47, NULL, NULL),
(948, 54, 2, NULL, NULL),
(949, 54, 4, NULL, NULL),
(950, 54, 6, NULL, NULL),
(951, 54, 19, NULL, NULL),
(952, 54, 15, NULL, NULL),
(953, 54, 17, NULL, NULL),
(954, 54, 31, NULL, NULL),
(955, 54, 32, NULL, NULL),
(956, 54, 35, NULL, NULL),
(957, 55, 13, NULL, NULL),
(958, 55, 14, NULL, NULL),
(959, 55, 22, NULL, NULL),
(960, 55, 45, NULL, NULL),
(961, 55, 46, NULL, NULL),
(962, 55, 6, NULL, NULL),
(963, 55, 19, NULL, NULL),
(964, 55, 10, NULL, NULL),
(965, 55, 18, NULL, NULL),
(966, 56, 13, NULL, NULL),
(967, 56, 14, NULL, NULL),
(968, 56, 47, NULL, NULL),
(969, 56, 1, NULL, NULL),
(970, 56, 2, NULL, NULL),
(971, 56, 6, NULL, NULL),
(972, 56, 8, NULL, NULL),
(973, 56, 7, NULL, NULL),
(974, 56, 10, NULL, NULL),
(975, 56, 29, NULL, NULL),
(976, 56, 35, NULL, NULL),
(977, 57, 13, NULL, NULL),
(978, 57, 14, NULL, NULL),
(979, 57, 22, NULL, NULL),
(980, 57, 23, NULL, NULL),
(981, 57, 3, NULL, NULL),
(982, 57, 9, NULL, NULL),
(983, 57, 20, NULL, NULL),
(984, 57, 25, NULL, NULL),
(985, 57, 33, NULL, NULL),
(986, 57, 7, NULL, NULL),
(987, 57, 10, NULL, NULL),
(988, 57, 15, NULL, NULL),
(989, 57, 16, NULL, NULL),
(990, 57, 17, NULL, NULL),
(991, 57, 29, NULL, NULL),
(992, 57, 31, NULL, NULL),
(993, 57, 32, NULL, NULL),
(994, 57, 34, NULL, NULL),
(995, 57, 35, NULL, NULL),
(996, 57, 38, NULL, NULL),
(997, 57, 43, NULL, NULL),
(998, 57, 37, NULL, NULL),
(999, 57, 39, NULL, NULL),
(1000, 58, 13, NULL, NULL),
(1001, 58, 23, NULL, NULL),
(1002, 58, 47, NULL, NULL),
(1003, 58, 1, NULL, NULL),
(1004, 58, 19, NULL, NULL),
(1005, 58, 15, NULL, NULL),
(1006, 58, 17, NULL, NULL),
(1007, 58, 18, NULL, NULL),
(1008, 58, 31, NULL, NULL),
(1009, 58, 37, NULL, NULL),
(1010, 58, 43, NULL, NULL),
(1011, 59, 13, NULL, NULL),
(1012, 59, 14, NULL, NULL),
(1013, 59, 22, NULL, NULL),
(1014, 59, 46, NULL, NULL),
(1015, 59, 1, NULL, NULL),
(1016, 59, 4, NULL, NULL),
(1017, 59, 6, NULL, NULL),
(1018, 59, 8, NULL, NULL),
(1019, 59, 10, NULL, NULL),
(1020, 59, 12, NULL, NULL),
(1021, 59, 15, NULL, NULL),
(1022, 59, 16, NULL, NULL),
(1023, 59, 29, NULL, NULL),
(1024, 59, 30, NULL, NULL),
(1025, 59, 34, NULL, NULL),
(1026, 60, 14, NULL, NULL),
(1027, 60, 22, NULL, NULL),
(1028, 60, 23, NULL, NULL),
(1029, 60, 46, NULL, NULL),
(1030, 60, 47, NULL, NULL),
(1031, 60, 1, NULL, NULL),
(1032, 60, 4, NULL, NULL),
(1033, 60, 6, NULL, NULL),
(1034, 60, 12, NULL, NULL),
(1035, 60, 15, NULL, NULL),
(1036, 60, 29, NULL, NULL),
(1037, 60, 30, NULL, NULL),
(1038, 60, 31, NULL, NULL),
(1039, 61, 13, NULL, NULL),
(1040, 61, 22, NULL, NULL),
(1041, 61, 45, NULL, NULL),
(1042, 61, 46, NULL, NULL),
(1043, 61, 47, NULL, NULL),
(1044, 61, 1, NULL, NULL),
(1045, 61, 6, NULL, NULL),
(1046, 61, 19, NULL, NULL),
(1047, 61, 10, NULL, NULL),
(1048, 61, 12, NULL, NULL),
(1049, 61, 16, NULL, NULL),
(1050, 61, 30, NULL, NULL),
(1051, 61, 32, NULL, NULL),
(1052, 61, 35, NULL, NULL),
(1053, 61, 3, NULL, NULL),
(1054, 62, 23, NULL, NULL),
(1055, 62, 46, NULL, NULL),
(1056, 62, 47, NULL, NULL),
(1057, 62, 3, NULL, NULL),
(1058, 62, 5, NULL, NULL),
(1059, 62, 20, NULL, NULL),
(1060, 62, 21, NULL, NULL),
(1061, 62, 27, NULL, NULL),
(1062, 62, 33, NULL, NULL),
(1063, 62, 7, NULL, NULL),
(1064, 62, 11, NULL, NULL),
(1065, 62, 12, NULL, NULL),
(1066, 62, 16, NULL, NULL),
(1067, 62, 17, NULL, NULL),
(1068, 62, 18, NULL, NULL),
(1069, 62, 30, NULL, NULL),
(1070, 62, 31, NULL, NULL),
(1071, 62, 34, NULL, NULL),
(1072, 62, 35, NULL, NULL),
(1073, 62, 37, NULL, NULL),
(1074, 62, 38, NULL, NULL),
(1075, 62, 42, NULL, NULL),
(1076, 62, 43, NULL, NULL),
(1077, 62, 41, NULL, NULL),
(1078, 63, 13, NULL, NULL),
(1079, 63, 22, NULL, NULL),
(1080, 63, 23, NULL, NULL),
(1081, 63, 47, NULL, NULL),
(1082, 63, 1, NULL, NULL),
(1083, 63, 2, NULL, NULL),
(1084, 63, 11, NULL, NULL),
(1085, 63, 12, NULL, NULL),
(1086, 63, 15, NULL, NULL),
(1087, 63, 18, NULL, NULL),
(1088, 63, 28, NULL, NULL),
(1089, 63, 30, NULL, NULL),
(1090, 64, 13, NULL, NULL),
(1091, 64, 46, NULL, NULL),
(1092, 64, 47, NULL, NULL),
(1093, 64, 4, NULL, NULL),
(1094, 64, 6, NULL, NULL),
(1095, 64, 19, NULL, NULL),
(1096, 64, 10, NULL, NULL),
(1097, 64, 16, NULL, NULL),
(1098, 64, 17, NULL, NULL),
(1099, 64, 29, NULL, NULL),
(1100, 64, 31, NULL, NULL),
(1101, 64, 20, NULL, NULL),
(1102, 64, 33, NULL, NULL),
(1103, 65, 13, NULL, NULL),
(1104, 65, 14, NULL, NULL),
(1105, 65, 22, NULL, NULL),
(1106, 65, 47, NULL, NULL),
(1107, 65, 5, NULL, NULL),
(1108, 65, 9, NULL, NULL),
(1109, 65, 20, NULL, NULL),
(1110, 65, 21, NULL, NULL),
(1111, 65, 25, NULL, NULL),
(1112, 65, 33, NULL, NULL),
(1113, 65, 12, NULL, NULL),
(1114, 65, 15, NULL, NULL),
(1115, 65, 16, NULL, NULL),
(1116, 65, 18, NULL, NULL),
(1117, 65, 31, NULL, NULL),
(1118, 65, 32, NULL, NULL),
(1119, 65, 35, NULL, NULL),
(1120, 65, 38, NULL, NULL),
(1121, 65, 43, NULL, NULL),
(1122, 66, 13, NULL, NULL),
(1123, 66, 22, NULL, NULL),
(1124, 66, 46, NULL, NULL),
(1125, 66, 1, NULL, NULL),
(1126, 66, 2, NULL, NULL),
(1127, 66, 6, NULL, NULL),
(1128, 66, 8, NULL, NULL),
(1129, 66, 19, NULL, NULL),
(1130, 66, 15, NULL, NULL),
(1131, 66, 16, NULL, NULL),
(1132, 66, 17, NULL, NULL),
(1133, 66, 18, NULL, NULL),
(1134, 66, 28, NULL, NULL),
(1135, 66, 29, NULL, NULL),
(1136, 66, 34, NULL, NULL),
(1137, 66, 35, NULL, NULL),
(1138, 66, 27, NULL, NULL),
(1139, 67, 13, NULL, NULL),
(1140, 67, 22, NULL, NULL),
(1141, 67, 45, NULL, NULL),
(1142, 67, 46, NULL, NULL),
(1143, 67, 47, NULL, NULL),
(1144, 67, 1, NULL, NULL),
(1145, 67, 2, NULL, NULL),
(1146, 67, 4, NULL, NULL),
(1147, 67, 8, NULL, NULL),
(1148, 67, 19, NULL, NULL),
(1149, 67, 7, NULL, NULL),
(1150, 67, 15, NULL, NULL),
(1151, 67, 16, NULL, NULL),
(1152, 67, 31, NULL, NULL),
(1153, 67, 34, NULL, NULL),
(1154, 67, 35, NULL, NULL),
(1155, 67, 9, NULL, NULL),
(1156, 67, 27, NULL, NULL),
(1157, 67, 33, NULL, NULL),
(1158, 67, 37, NULL, NULL),
(1159, 67, 39, NULL, NULL),
(1160, 67, 42, NULL, NULL),
(1161, 68, 13, NULL, NULL),
(1162, 68, 22, NULL, NULL),
(1163, 68, 23, NULL, NULL),
(1164, 68, 47, NULL, NULL),
(1165, 68, 4, NULL, NULL),
(1166, 68, 11, NULL, NULL),
(1167, 68, 37, NULL, NULL),
(1168, 68, 40, NULL, NULL),
(1169, 68, 43, NULL, NULL),
(1170, 69, 13, NULL, NULL),
(1171, 69, 23, NULL, NULL),
(1172, 69, 46, NULL, NULL),
(1173, 69, 1, NULL, NULL),
(1174, 69, 19, NULL, NULL),
(1175, 69, 7, NULL, NULL),
(1176, 69, 11, NULL, NULL),
(1177, 69, 17, NULL, NULL),
(1178, 69, 18, NULL, NULL),
(1179, 69, 29, NULL, NULL),
(1180, 69, 31, NULL, NULL),
(1181, 70, 13, NULL, NULL),
(1182, 70, 14, NULL, NULL),
(1183, 70, 22, NULL, NULL),
(1184, 70, 45, NULL, NULL),
(1185, 70, 2, NULL, NULL),
(1186, 70, 4, NULL, NULL),
(1187, 70, 6, NULL, NULL),
(1188, 70, 8, NULL, NULL),
(1189, 70, 7, NULL, NULL),
(1190, 70, 10, NULL, NULL),
(1191, 70, 15, NULL, NULL),
(1192, 70, 31, NULL, NULL),
(1193, 71, 13, NULL, NULL),
(1194, 71, 23, NULL, NULL),
(1195, 71, 45, NULL, NULL),
(1196, 71, 46, NULL, NULL),
(1197, 71, 4, NULL, NULL),
(1198, 71, 19, NULL, NULL),
(1199, 71, 7, NULL, NULL),
(1200, 71, 18, NULL, NULL),
(1201, 71, 37, NULL, NULL),
(1202, 71, 38, NULL, NULL),
(1203, 71, 39, NULL, NULL),
(1204, 71, 40, NULL, NULL),
(1205, 72, 13, NULL, NULL),
(1206, 72, 14, NULL, NULL),
(1207, 72, 22, NULL, NULL),
(1208, 72, 45, NULL, NULL),
(1209, 72, 3, NULL, NULL),
(1210, 72, 5, NULL, NULL),
(1211, 72, 25, NULL, NULL),
(1212, 72, 27, NULL, NULL),
(1213, 72, 7, NULL, NULL),
(1214, 72, 10, NULL, NULL),
(1215, 72, 15, NULL, NULL),
(1216, 72, 16, NULL, NULL),
(1217, 72, 17, NULL, NULL),
(1218, 72, 18, NULL, NULL),
(1219, 72, 28, NULL, NULL),
(1220, 72, 30, NULL, NULL),
(1221, 72, 32, NULL, NULL),
(1222, 72, 34, NULL, NULL),
(1223, 72, 35, NULL, NULL),
(1224, 72, 37, NULL, NULL),
(1225, 72, 38, NULL, NULL),
(1226, 72, 43, NULL, NULL),
(1227, 73, 23, NULL, NULL),
(1228, 73, 45, NULL, NULL),
(1229, 73, 46, NULL, NULL),
(1230, 73, 1, NULL, NULL),
(1231, 73, 4, NULL, NULL),
(1232, 73, 6, NULL, NULL),
(1233, 73, 11, NULL, NULL),
(1234, 73, 12, NULL, NULL),
(1235, 73, 15, NULL, NULL),
(1236, 73, 17, NULL, NULL),
(1237, 73, 30, NULL, NULL),
(1238, 73, 32, NULL, NULL),
(1239, 73, 9, NULL, NULL),
(1240, 73, 33, NULL, NULL),
(1241, 73, 37, NULL, NULL),
(1242, 73, 38, NULL, NULL),
(1243, 73, 39, NULL, NULL),
(1244, 73, 42, NULL, NULL),
(1245, 74, 22, NULL, NULL),
(1246, 74, 23, NULL, NULL),
(1247, 74, 45, NULL, NULL),
(1248, 74, 47, NULL, NULL),
(1249, 74, 3, NULL, NULL),
(1250, 74, 5, NULL, NULL),
(1251, 74, 9, NULL, NULL),
(1252, 74, 21, NULL, NULL),
(1253, 74, 25, NULL, NULL),
(1254, 74, 27, NULL, NULL),
(1255, 74, 7, NULL, NULL),
(1256, 74, 12, NULL, NULL),
(1257, 74, 15, NULL, NULL),
(1258, 74, 16, NULL, NULL),
(1259, 74, 18, NULL, NULL),
(1260, 74, 28, NULL, NULL),
(1261, 74, 32, NULL, NULL),
(1262, 74, 35, NULL, NULL),
(1263, 74, 37, NULL, NULL),
(1264, 74, 39, NULL, NULL),
(1265, 74, 40, NULL, NULL),
(1266, 74, 43, NULL, NULL),
(1267, 75, 14, NULL, NULL),
(1268, 75, 22, NULL, NULL),
(1269, 75, 45, NULL, NULL),
(1270, 75, 46, NULL, NULL),
(1271, 75, 1, NULL, NULL),
(1272, 75, 8, NULL, NULL),
(1273, 75, 19, NULL, NULL),
(1274, 75, 11, NULL, NULL),
(1275, 75, 15, NULL, NULL),
(1276, 75, 16, NULL, NULL),
(1277, 75, 18, NULL, NULL),
(1278, 75, 31, NULL, NULL),
(1279, 75, 32, NULL, NULL),
(1280, 75, 34, NULL, NULL),
(1281, 75, 35, NULL, NULL),
(1282, 75, 3, NULL, NULL),
(1283, 75, 33, NULL, NULL),
(1284, 76, 14, NULL, NULL),
(1285, 76, 22, NULL, NULL),
(1286, 76, 47, NULL, NULL),
(1287, 76, 6, NULL, NULL),
(1288, 76, 8, NULL, NULL),
(1289, 76, 19, NULL, NULL),
(1290, 76, 11, NULL, NULL),
(1291, 76, 12, NULL, NULL),
(1292, 76, 16, NULL, NULL),
(1293, 76, 31, NULL, NULL),
(1294, 76, 37, NULL, NULL),
(1295, 76, 40, NULL, NULL),
(1296, 76, 41, NULL, NULL),
(1297, 77, 13, NULL, NULL),
(1298, 77, 14, NULL, NULL),
(1299, 77, 23, NULL, NULL),
(1300, 77, 45, NULL, NULL),
(1301, 77, 46, NULL, NULL),
(1302, 77, 3, NULL, NULL),
(1303, 77, 5, NULL, NULL),
(1304, 77, 9, NULL, NULL),
(1305, 77, 20, NULL, NULL),
(1306, 77, 21, NULL, NULL),
(1307, 77, 25, NULL, NULL),
(1308, 77, 10, NULL, NULL),
(1309, 77, 11, NULL, NULL),
(1310, 77, 12, NULL, NULL),
(1311, 77, 17, NULL, NULL),
(1312, 77, 28, NULL, NULL),
(1313, 77, 29, NULL, NULL),
(1314, 77, 32, NULL, NULL),
(1315, 77, 34, NULL, NULL),
(1316, 77, 35, NULL, NULL),
(1317, 77, 37, NULL, NULL),
(1318, 77, 39, NULL, NULL),
(1319, 77, 41, NULL, NULL),
(1320, 77, 40, NULL, NULL),
(1321, 77, 42, NULL, NULL),
(1322, 77, 43, NULL, NULL),
(1323, 78, 13, NULL, NULL),
(1324, 78, 14, NULL, NULL),
(1325, 78, 45, NULL, NULL),
(1326, 78, 46, NULL, NULL),
(1327, 78, 1, NULL, NULL),
(1328, 78, 6, NULL, NULL),
(1329, 78, 12, NULL, NULL),
(1330, 78, 16, NULL, NULL),
(1331, 78, 38, NULL, NULL),
(1332, 78, 40, NULL, NULL),
(1333, 79, 13, NULL, NULL),
(1334, 79, 14, NULL, NULL),
(1335, 79, 22, NULL, NULL),
(1336, 79, 23, NULL, NULL),
(1337, 79, 46, NULL, NULL),
(1338, 79, 2, NULL, NULL),
(1339, 79, 16, NULL, NULL),
(1340, 80, 14, NULL, NULL),
(1341, 80, 22, NULL, NULL),
(1342, 80, 23, NULL, NULL),
(1343, 80, 45, NULL, NULL),
(1344, 80, 1, NULL, NULL),
(1345, 80, 2, NULL, NULL),
(1346, 80, 4, NULL, NULL),
(1347, 80, 8, NULL, NULL),
(1348, 80, 10, NULL, NULL),
(1349, 80, 11, NULL, NULL),
(1350, 80, 12, NULL, NULL),
(1351, 80, 17, NULL, NULL),
(1352, 80, 18, NULL, NULL),
(1353, 80, 31, NULL, NULL),
(1354, 80, 32, NULL, NULL),
(1355, 80, 5, NULL, NULL),
(1356, 80, 37, NULL, NULL),
(1357, 80, 38, NULL, NULL),
(1358, 80, 39, NULL, NULL),
(1359, 81, 13, NULL, NULL),
(1360, 81, 14, NULL, NULL),
(1361, 81, 46, NULL, NULL),
(1362, 81, 47, NULL, NULL),
(1363, 81, 5, NULL, NULL),
(1364, 81, 9, NULL, NULL),
(1365, 81, 21, NULL, NULL),
(1366, 81, 25, NULL, NULL),
(1367, 81, 27, NULL, NULL),
(1368, 81, 33, NULL, NULL),
(1369, 81, 7, NULL, NULL),
(1370, 81, 11, NULL, NULL),
(1371, 81, 12, NULL, NULL),
(1372, 81, 16, NULL, NULL),
(1373, 81, 28, NULL, NULL),
(1374, 81, 30, NULL, NULL),
(1375, 81, 32, NULL, NULL),
(1376, 81, 34, NULL, NULL),
(1377, 81, 35, NULL, NULL),
(1378, 81, 39, NULL, NULL),
(1379, 81, 40, NULL, NULL),
(1380, 82, 13, NULL, NULL),
(1381, 82, 14, NULL, NULL),
(1382, 82, 23, NULL, NULL),
(1383, 82, 46, NULL, NULL),
(1384, 82, 4, NULL, NULL),
(1385, 82, 8, NULL, NULL),
(1386, 82, 7, NULL, NULL),
(1387, 82, 17, NULL, NULL),
(1388, 82, 31, NULL, NULL),
(1389, 82, 32, NULL, NULL),
(1390, 82, 35, NULL, NULL),
(1391, 83, 14, NULL, NULL),
(1392, 83, 22, NULL, NULL),
(1393, 83, 23, NULL, NULL),
(1394, 83, 1, NULL, NULL),
(1395, 83, 4, NULL, NULL),
(1396, 83, 6, NULL, NULL),
(1397, 83, 8, NULL, NULL),
(1398, 83, 19, NULL, NULL),
(1399, 83, 10, NULL, NULL),
(1400, 83, 15, NULL, NULL),
(1401, 83, 17, NULL, NULL),
(1402, 83, 18, NULL, NULL),
(1403, 83, 28, NULL, NULL),
(1404, 83, 31, NULL, NULL),
(1405, 83, 34, NULL, NULL),
(1406, 83, 9, NULL, NULL),
(1407, 83, 25, NULL, NULL),
(1408, 84, 14, NULL, NULL),
(1409, 84, 22, NULL, NULL),
(1410, 84, 23, NULL, NULL),
(1411, 84, 6, NULL, NULL),
(1412, 84, 8, NULL, NULL),
(1413, 84, 7, NULL, NULL),
(1414, 84, 10, NULL, NULL),
(1415, 84, 15, NULL, NULL),
(1416, 84, 16, NULL, NULL),
(1417, 84, 31, NULL, NULL),
(1418, 84, 34, NULL, NULL),
(1419, 85, 13, NULL, NULL),
(1420, 85, 23, NULL, NULL),
(1421, 85, 45, NULL, NULL),
(1422, 85, 46, NULL, NULL),
(1423, 85, 5, NULL, NULL),
(1424, 85, 9, NULL, NULL),
(1425, 85, 20, NULL, NULL),
(1426, 85, 27, NULL, NULL),
(1427, 85, 33, NULL, NULL),
(1428, 85, 7, NULL, NULL),
(1429, 85, 12, NULL, NULL),
(1430, 85, 15, NULL, NULL),
(1431, 85, 16, NULL, NULL),
(1432, 85, 17, NULL, NULL),
(1433, 85, 18, NULL, NULL),
(1434, 85, 28, NULL, NULL),
(1435, 85, 32, NULL, NULL),
(1436, 85, 35, NULL, NULL),
(1437, 85, 37, NULL, NULL),
(1438, 85, 38, NULL, NULL),
(1439, 85, 41, NULL, NULL),
(1440, 85, 43, NULL, NULL),
(1441, 86, 22, NULL, NULL),
(1442, 86, 23, NULL, NULL),
(1443, 86, 45, NULL, NULL),
(1444, 86, 46, NULL, NULL),
(1445, 86, 47, NULL, NULL),
(1446, 86, 4, NULL, NULL),
(1447, 86, 6, NULL, NULL),
(1448, 86, 7, NULL, NULL),
(1449, 86, 15, NULL, NULL),
(1450, 87, 22, NULL, NULL),
(1451, 87, 23, NULL, NULL),
(1452, 87, 46, NULL, NULL),
(1453, 87, 47, NULL, NULL),
(1454, 87, 1, NULL, NULL),
(1455, 87, 8, NULL, NULL),
(1456, 87, 19, NULL, NULL),
(1457, 87, 11, NULL, NULL),
(1458, 87, 18, NULL, NULL),
(1459, 87, 35, NULL, NULL),
(1460, 88, 14, NULL, NULL),
(1461, 88, 23, NULL, NULL),
(1462, 88, 45, NULL, NULL),
(1463, 88, 46, NULL, NULL),
(1464, 88, 5, NULL, NULL),
(1465, 88, 20, NULL, NULL),
(1466, 88, 27, NULL, NULL),
(1467, 88, 33, NULL, NULL),
(1468, 88, 7, NULL, NULL),
(1469, 88, 15, NULL, NULL),
(1470, 88, 16, NULL, NULL),
(1471, 88, 17, NULL, NULL),
(1472, 88, 18, NULL, NULL),
(1473, 88, 28, NULL, NULL),
(1474, 88, 29, NULL, NULL),
(1475, 88, 32, NULL, NULL),
(1476, 88, 35, NULL, NULL),
(1477, 88, 38, NULL, NULL),
(1478, 88, 41, NULL, NULL),
(1479, 89, 13, NULL, NULL),
(1480, 89, 14, NULL, NULL),
(1481, 89, 45, NULL, NULL),
(1482, 89, 1, NULL, NULL),
(1483, 89, 4, NULL, NULL),
(1484, 89, 19, NULL, NULL),
(1485, 89, 7, NULL, NULL),
(1486, 89, 10, NULL, NULL),
(1487, 89, 16, NULL, NULL),
(1488, 89, 32, NULL, NULL),
(1489, 89, 35, NULL, NULL),
(1490, 90, 14, NULL, NULL),
(1491, 90, 22, NULL, NULL),
(1492, 90, 23, NULL, NULL),
(1493, 90, 45, NULL, NULL),
(1494, 90, 46, NULL, NULL),
(1495, 90, 6, NULL, NULL),
(1496, 90, 19, NULL, NULL),
(1497, 90, 10, NULL, NULL),
(1498, 90, 12, NULL, NULL),
(1499, 90, 18, NULL, NULL),
(1500, 90, 28, NULL, NULL),
(1501, 90, 29, NULL, NULL),
(1502, 91, 13, NULL, NULL),
(1503, 91, 23, NULL, NULL),
(1504, 91, 45, NULL, NULL),
(1505, 91, 46, NULL, NULL),
(1506, 91, 1, NULL, NULL),
(1507, 91, 19, NULL, NULL),
(1508, 91, 10, NULL, NULL),
(1509, 92, 45, NULL, NULL),
(1510, 92, 46, NULL, NULL),
(1511, 92, 47, NULL, NULL),
(1512, 92, 1, NULL, NULL),
(1513, 92, 2, NULL, NULL),
(1514, 92, 11, NULL, NULL),
(1515, 92, 18, NULL, NULL),
(1516, 92, 30, NULL, NULL),
(1517, 92, 32, NULL, NULL),
(1518, 92, 39, NULL, NULL),
(1519, 92, 43, NULL, NULL),
(1520, 93, 13, NULL, NULL),
(1521, 93, 14, NULL, NULL),
(1522, 93, 22, NULL, NULL),
(1523, 93, 23, NULL, NULL),
(1524, 93, 46, NULL, NULL),
(1525, 93, 3, NULL, NULL),
(1526, 93, 20, NULL, NULL),
(1527, 93, 21, NULL, NULL),
(1528, 93, 33, NULL, NULL),
(1529, 93, 11, NULL, NULL),
(1530, 93, 12, NULL, NULL),
(1531, 93, 15, NULL, NULL),
(1532, 93, 16, NULL, NULL),
(1533, 93, 28, NULL, NULL),
(1534, 93, 29, NULL, NULL),
(1535, 93, 31, NULL, NULL),
(1536, 93, 32, NULL, NULL),
(1537, 93, 34, NULL, NULL),
(1538, 93, 39, NULL, NULL),
(1539, 93, 42, NULL, NULL),
(1540, 94, 14, NULL, NULL),
(1541, 94, 22, NULL, NULL),
(1542, 94, 45, NULL, NULL),
(1543, 94, 46, NULL, NULL),
(1544, 94, 5, NULL, NULL),
(1545, 94, 20, NULL, NULL),
(1546, 94, 21, NULL, NULL),
(1547, 94, 27, NULL, NULL),
(1548, 94, 10, NULL, NULL),
(1549, 94, 11, NULL, NULL),
(1550, 94, 12, NULL, NULL),
(1551, 94, 15, NULL, NULL),
(1552, 94, 17, NULL, NULL),
(1553, 94, 18, NULL, NULL),
(1554, 94, 30, NULL, NULL),
(1555, 94, 31, NULL, NULL),
(1556, 94, 32, NULL, NULL),
(1557, 94, 34, NULL, NULL),
(1558, 94, 35, NULL, NULL),
(1559, 94, 39, NULL, NULL),
(1560, 94, 40, NULL, NULL),
(1561, 94, 43, NULL, NULL),
(1562, 95, 13, NULL, NULL),
(1563, 95, 22, NULL, NULL),
(1564, 95, 45, NULL, NULL),
(1565, 95, 47, NULL, NULL),
(1566, 95, 4, NULL, NULL),
(1567, 95, 8, NULL, NULL),
(1568, 95, 19, NULL, NULL),
(1569, 95, 7, NULL, NULL),
(1570, 95, 11, NULL, NULL),
(1571, 95, 15, NULL, NULL),
(1572, 95, 17, NULL, NULL),
(1573, 95, 18, NULL, NULL),
(1574, 95, 32, NULL, NULL),
(1575, 95, 35, NULL, NULL),
(1576, 95, 9, NULL, NULL),
(1577, 95, 27, NULL, NULL),
(1578, 95, 38, NULL, NULL),
(1579, 95, 39, NULL, NULL),
(1580, 95, 40, NULL, NULL),
(1581, 95, 43, NULL, NULL),
(1582, 96, 13, NULL, NULL),
(1583, 96, 22, NULL, NULL),
(1584, 96, 23, NULL, NULL),
(1585, 96, 45, NULL, NULL),
(1586, 96, 1, NULL, NULL),
(1587, 96, 2, NULL, NULL),
(1588, 96, 4, NULL, NULL),
(1589, 96, 6, NULL, NULL),
(1590, 96, 8, NULL, NULL),
(1591, 96, 10, NULL, NULL),
(1592, 96, 11, NULL, NULL),
(1593, 96, 12, NULL, NULL),
(1594, 96, 16, NULL, NULL),
(1595, 96, 18, NULL, NULL),
(1596, 96, 30, NULL, NULL),
(1597, 96, 32, NULL, NULL),
(1598, 96, 3, NULL, NULL),
(1599, 96, 5, NULL, NULL),
(1600, 96, 33, NULL, NULL),
(1601, 97, 14, NULL, NULL),
(1602, 97, 45, NULL, NULL),
(1603, 97, 46, NULL, NULL),
(1604, 97, 47, NULL, NULL),
(1605, 97, 4, NULL, NULL),
(1606, 97, 16, NULL, NULL),
(1607, 97, 38, NULL, NULL),
(1608, 97, 39, NULL, NULL),
(1609, 97, 40, NULL, NULL),
(1610, 97, 42, NULL, NULL),
(1611, 98, 22, NULL, NULL),
(1612, 98, 23, NULL, NULL),
(1613, 98, 46, NULL, NULL),
(1614, 98, 47, NULL, NULL),
(1615, 98, 2, NULL, NULL),
(1616, 98, 4, NULL, NULL),
(1617, 98, 12, NULL, NULL),
(1618, 98, 15, NULL, NULL),
(1619, 99, 13, NULL, NULL),
(1620, 99, 14, NULL, NULL),
(1621, 99, 23, NULL, NULL),
(1622, 99, 46, NULL, NULL),
(1623, 99, 47, NULL, NULL),
(1624, 99, 1, NULL, NULL),
(1625, 99, 2, NULL, NULL),
(1626, 99, 4, NULL, NULL),
(1627, 99, 19, NULL, NULL),
(1628, 99, 12, NULL, NULL),
(1629, 99, 15, NULL, NULL),
(1630, 99, 17, NULL, NULL),
(1631, 99, 28, NULL, NULL),
(1632, 99, 29, NULL, NULL),
(1633, 99, 39, NULL, NULL),
(1634, 99, 41, NULL, NULL),
(1635, 99, 42, NULL, NULL),
(1636, 100, 13, NULL, NULL),
(1637, 100, 14, NULL, NULL),
(1638, 100, 22, NULL, NULL),
(1639, 100, 46, NULL, NULL),
(1640, 100, 47, NULL, NULL),
(1641, 100, 6, NULL, NULL),
(1642, 100, 8, NULL, NULL),
(1643, 100, 15, NULL, NULL),
(1644, 100, 18, NULL, NULL),
(1645, 100, 31, NULL, NULL),
(1646, 100, 32, NULL, NULL),
(1647, 100, 34, NULL, NULL),
(1648, 100, 39, NULL, NULL),
(1649, 100, 43, NULL, NULL);

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

--
-- Table structure for table `cr_cars_categories`
--

CREATE TABLE `cr_cars_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `cr_car_category_id` bigint(20) UNSIGNED DEFAULT NULL,
  `cr_car_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_cars_categories`
--

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

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

--
-- Table structure for table `cr_cars_colors`
--

CREATE TABLE `cr_cars_colors` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `cr_car_id` bigint(20) UNSIGNED NOT NULL,
  `cr_car_color_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_cars_colors`
--

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

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

--
-- Table structure for table `cr_cars_translations`
--

CREATE TABLE `cr_cars_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_cars_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` varchar(191) DEFAULT NULL,
  `content` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_car_addresses`
--

CREATE TABLE `cr_car_addresses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `detail_address` varchar(300) NOT NULL DEFAULT '',
  `status` varchar(30) NOT NULL DEFAULT 'published',
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `city_id` bigint(20) UNSIGNED DEFAULT NULL,
  `state_id` bigint(20) UNSIGNED DEFAULT NULL,
  `country_id` bigint(20) UNSIGNED 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 `cr_car_addresses`
--

INSERT INTO `cr_car_addresses` (`id`, `detail_address`, `status`, `order`, `city_id`, `state_id`, `country_id`, `created_at`, `updated_at`) VALUES
(1, '6454 Adams Crossing Apt. 156', 'published', 0, 2, 2, 2, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(2, '1629 Ullrich Dale Suite 662', 'published', 0, 6, 6, 6, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(3, '992 Michaela Falls Suite 958', 'published', 0, 5, 5, 5, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(4, '696 Schamberger Club', 'published', 0, 4, 4, 4, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(5, '840 Kohler Island Apt. 644', 'published', 0, 1, 1, 1, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(6, '73077 Polly Crossing Apt. 991', 'published', 0, 4, 4, 4, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(7, '24405 Norbert Mews Suite 178', 'published', 0, 2, 2, 2, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(8, '852 Loma Crossroad', 'published', 0, 4, 4, 4, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(9, '67807 Swift Spur', 'published', 0, 5, 5, 5, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(10, '9661 Rigoberto Point Suite 991', 'published', 0, 4, 4, 4, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(11, '168 McDermott Streets Suite 513', 'published', 0, 3, 3, 3, '2025-08-01 08:35:58', '2025-08-01 08:35:58');

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

--
-- Table structure for table `cr_car_amenities`
--

CREATE TABLE `cr_car_amenities` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `icon` varchar(191) DEFAULT NULL,
  `category_id` bigint(20) UNSIGNED DEFAULT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'pending',
  `order` tinyint(4) 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 `cr_car_amenities`
--

INSERT INTO `cr_car_amenities` (`id`, `name`, `icon`, `category_id`, `status`, `order`, `created_at`, `updated_at`) VALUES
(1, 'Leather upholstery', 'ti ti-armchair', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(2, 'Heated seats', 'ti ti-flame', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(3, 'Ventilated seats', 'ti ti-air-conditioning', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(4, 'Memory seats', 'ti ti-device-floppy', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(5, 'Massage seats', 'ti ti-massage', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(6, 'Premium sound system', 'ti ti-volume', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(7, 'Wireless charging', 'ti ti-battery-charging', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(8, 'Dual-zone climate control', 'ti ti-air-conditioning', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(9, 'Ambient lighting', 'ti ti-bulb', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(10, 'Touchscreen display', 'ti ti-device-tablet', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(11, 'Apple CarPlay', 'ti ti-brand-apple', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(12, 'Android Auto', 'ti ti-brand-android', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(13, 'Bluetooth connectivity', 'ti ti-bluetooth', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(14, 'USB ports', 'ti ti-usb', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(15, 'Navigation system', 'ti ti-map-pin', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(16, 'Heads-up display', 'ti ti-device-desktop', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(17, 'Digital instrument cluster', 'ti ti-dashboard', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(18, 'Voice control', 'ti ti-microphone', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(19, 'Sunroof/Moonroof', 'ti ti-sun', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(20, 'Panoramic roof', 'ti ti-sun-high', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(21, 'Power tailgate', 'ti ti-door', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(22, 'Keyless entry', 'ti ti-key', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(23, 'Push-button start', 'ti ti-power', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(24, 'Remote start', 'ti ti-remote', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(25, 'Heated mirrors', 'ti ti-flame', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(26, 'Rain-sensing wipers', 'ti ti-droplet', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(27, 'Auto-dimming mirrors', 'ti ti-brightness-down', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(28, 'Adaptive cruise control', 'ti ti-steering-wheel', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(29, 'Lane departure warning', 'ti ti-road-sign', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(30, 'Blind spot monitoring', 'ti ti-eye', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(31, 'Parking sensors', 'ti ti-radar', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(32, 'Backup camera', 'ti ti-camera', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(33, '360-degree camera', 'ti ti-360-view', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(34, 'Automatic emergency braking', 'ti ti-shield-check', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(35, 'Cross-traffic alert', 'ti ti-alert-triangle', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(36, 'Driver attention monitoring', 'ti ti-eye-check', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(37, 'All-wheel drive', 'ti ti-car-4wd', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(38, 'Sport mode', 'ti ti-flag', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(39, 'Paddle shifters', 'ti ti-steering-wheel', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(40, 'Adaptive suspension', 'ti ti-adjustments', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(41, 'Electronic stability control', 'ti ti-shield', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(42, 'Traction control', 'ti ti-wheel', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(43, 'Hill start assist', 'ti ti-mountain', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(44, 'Downhill assist control', 'ti ti-trending-down', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(45, 'Air conditioning', 'ti ti-air-conditioning', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(46, 'Power windows', 'ti ti-window', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(47, 'Central locking', 'ti ti-lock', NULL, 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58');

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

--
-- Table structure for table `cr_car_amenities_translations`
--

CREATE TABLE `cr_car_amenities_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_car_amenities_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_car_amenity_categories`
--

CREATE TABLE `cr_car_amenity_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `icon` varchar(191) DEFAULT NULL,
  `order` int(11) NOT NULL DEFAULT 0,
  `status` varchar(191) NOT NULL DEFAULT 'published',
  `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 `cr_car_amenity_categories`
--

INSERT INTO `cr_car_amenity_categories` (`id`, `name`, `icon`, `order`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Comfort & Interior', 'ti ti-armchair', 1, 'published', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(2, 'Technology & Infotainment', 'ti ti-device-tablet', 2, 'published', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(3, 'Exterior & Convenience', 'ti ti-sun', 3, 'published', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(4, 'Safety & Driver Assistance', 'ti ti-shield-check', 4, 'published', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(5, 'Performance & Handling', 'ti ti-steering-wheel', 5, 'published', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(6, 'Basic Features', 'ti ti-car', 6, 'published', '2025-08-01 08:35:58', '2025-08-01 08:35:58');

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

--
-- Table structure for table `cr_car_amenity_categories_translations`
--

CREATE TABLE `cr_car_amenity_categories_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_car_amenity_categories_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_car_categories`
--

CREATE TABLE `cr_car_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL DEFAULT '',
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `description` varchar(400) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `icon` varchar(60) DEFAULT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `is_featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `is_default` tinyint(3) UNSIGNED 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 `cr_car_categories`
--

INSERT INTO `cr_car_categories` (`id`, `name`, `parent_id`, `description`, `status`, `icon`, `order`, `is_featured`, `is_default`, `created_at`, `updated_at`) VALUES
(1, 'Sport', 0, 'Sport cars model', 'published', 'ti ti-sport-billard', 1, 0, 0, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(2, 'Maserati', 1, '', 'published', 'ti ti-activity', 3, 0, 0, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(3, 'Ferrari', 1, '', 'published', NULL, 3, 0, 0, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(4, 'Classic', 0, 'Classic cars model', 'published', 'ti ti-alpha', 2, 0, 0, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(5, 'New', 0, 'New cars model', 'published', 'ti ti-new-section', 4, 0, 1, '2025-08-01 08:36:44', '2025-08-01 08:36:44');

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

--
-- Table structure for table `cr_car_categories_translations`
--

CREATE TABLE `cr_car_categories_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_car_categories_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` varchar(191) DEFAULT NULL,
  `content` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_car_colors`
--

CREATE TABLE `cr_car_colors` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'pending',
  `order` tinyint(4) 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 `cr_car_colors`
--

INSERT INTO `cr_car_colors` (`id`, `name`, `status`, `order`, `created_at`, `updated_at`) VALUES
(1, 'Red', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(2, 'White', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(3, 'Black', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(4, 'Blue', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(5, 'Pink', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(6, 'Brown', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58');

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

--
-- Table structure for table `cr_car_colors_translations`
--

CREATE TABLE `cr_car_colors_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_car_colors_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_car_fuels`
--

CREATE TABLE `cr_car_fuels` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `icon` varchar(191) DEFAULT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'pending',
  `order` tinyint(4) 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 `cr_car_fuels`
--

INSERT INTO `cr_car_fuels` (`id`, `name`, `icon`, `status`, `order`, `created_at`, `updated_at`) VALUES
(1, 'Gasoline', 'icons/car-diesel.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(2, 'Diesel', 'icons/car-diesel.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(3, 'Electric', 'icons/car-electricity.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58');

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

--
-- Table structure for table `cr_car_fuels_translations`
--

CREATE TABLE `cr_car_fuels_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_car_fuels_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_car_maintenance_histories`
--

CREATE TABLE `cr_car_maintenance_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `amount` double NOT NULL DEFAULT 0,
  `currency_id` bigint(20) UNSIGNED NOT NULL,
  `date` datetime DEFAULT NULL,
  `car_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_car_maintenance_histories`
--

INSERT INTO `cr_car_maintenance_histories` (`id`, `name`, `description`, `amount`, `currency_id`, `date`, `car_id`, `created_at`, `updated_at`) VALUES
(1, 'Brake Pad Replacement', 'Front brake pads replaced', 350, 1, '2025-09-16 00:00:00', 24, '2025-09-16 07:19:34', '2025-09-16 07:19:34'),
(2, 'Tire Rotation & Balance', 'Rotated all four tires, balanced wheels', 80, 1, '2025-09-16 00:00:00', 24, '2025-09-16 07:20:28', '2025-09-16 07:20:28'),
(3, 'Battery Replacement', 'Installed new 12V battery', 220, 1, '2025-09-16 00:00:00', 24, '2025-09-16 07:20:54', '2025-09-16 07:21:36');

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

--
-- Table structure for table `cr_car_maintenance_histories_translations`
--

CREATE TABLE `cr_car_maintenance_histories_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_car_maintenance_histories_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_car_makes`
--

CREATE TABLE `cr_car_makes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `logo` varchar(191) DEFAULT NULL,
  `status` varchar(30) NOT NULL DEFAULT 'published',
  `order` tinyint(4) 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 `cr_car_makes`
--

INSERT INTO `cr_car_makes` (`id`, `name`, `logo`, `status`, `order`, `created_at`, `updated_at`) VALUES
(1, 'Lexus', 'icons/lexus.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(2, 'Mercedes', 'icons/mer.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(3, 'Bugatti', 'icons/bugatti.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(4, 'Jaguar', 'icons/jaguar.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(5, 'Honda', 'icons/honda.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(7, 'Acura', 'icons/acura.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(8, 'BMW', 'icons/bmw.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(9, 'Toyota', 'icons/toyota.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(10, 'Ford', 'icons/ford-i.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(11, 'Nissan', 'icons/nissan-i.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(12, 'Opel', 'icons/opel-i.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(13, 'BMW', 'icons/bmw.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(14, 'Toyota', 'icons/toyota.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58');

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

--
-- Table structure for table `cr_car_makes_translations`
--

CREATE TABLE `cr_car_makes_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_car_makes_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_car_reviews`
--

CREATE TABLE `cr_car_reviews` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `content` text NOT NULL,
  `star` double NOT NULL DEFAULT 0,
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `car_id` bigint(20) UNSIGNED NOT NULL,
  `booking_id` bigint(20) UNSIGNED DEFAULT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'pending',
  `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 `cr_car_reviews`
--

INSERT INTO `cr_car_reviews` (`id`, `content`, `star`, `customer_id`, `car_id`, `booking_id`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Really enjoyed driving this car. Seats were supportive and adjustable Reliable performance throughout our trip Made our trip so much more enjoyable Only minor complaint is the return process was slightly confusing. Highly recommend!', 4, 6, 38, NULL, 'published', '2023-11-07 23:22:22', '2025-08-01 08:36:44'),
(2, 'Average rental experience. The vehicle met basic expectations Could use a bit more trunk space but the staff was professional. Nothing special but gets the job done.', 3, 6, 59, NULL, 'published', '2025-04-17 09:15:03', '2025-08-01 08:36:44'),
(3, 'Very disappointed. The maintenance was clearly lacking The exterior was not functioning properly and the brakes were concerning. Not worth the money at all.', 1, 3, 100, NULL, 'published', '2025-06-30 01:32:50', '2025-08-01 08:36:44'),
(4, 'Decent car for the price. The air conditioning was effective a small scuff on the rear bumper but overall acceptable for conference. Would consider again if needed.', 3, 8, 82, NULL, 'published', '2025-02-24 21:24:26', '2025-08-01 08:36:44'),
(5, 'Absolutely fantastic! Advanced capabilities that impressed everyone Zero problems - just pure dependability The best rental car experience we\'ve ever had This is how car rentals should be done. Thank you for an amazing experience!', 5, 3, 81, NULL, 'published', '2025-01-30 03:39:13', '2025-08-01 08:36:44'),
(6, 'Best rental car I\'ve ever had! The quality was absolutely pristine Outstanding professionalism and care Outstanding value for the price paid Everything was perfect from start to finish. Will definitely use again!', 5, 5, 9, NULL, 'published', '2024-01-07 12:05:13', '2025-08-01 08:36:44'),
(7, 'Best rental car I\'ve ever had! The quality was absolutely pristine Outstanding professionalism and care Incredible bang for your buck Everything was perfect from start to finish. Will definitely use again!', 5, 1, 96, NULL, 'published', '2024-05-07 08:20:22', '2025-08-01 08:36:44'),
(8, 'Terrible experience with this car. There were scratches and dents all over The vehicle was showing significant wear and felt unsafe to drive. Would not recommend to anyone. Customer service was unhelpful when I reported the issues.', 1, 2, 35, NULL, 'published', '2024-09-03 22:14:48', '2025-08-01 08:36:44'),
(9, 'Outstanding rental experience! The car was immaculate inside and out The car was absolutely pristine and handled like a dream on every road. Outstanding customer service from start to finish Exceeded all expectations. Will definitely be back!', 5, 2, 10, NULL, 'published', '2023-10-07 07:18:39', '2025-08-01 08:36:44'),
(10, 'Standard rental car. Served our transportation needs Minor scuff on the bumper Nothing exceptional but nothing terrible Met basic expectations.', 3, 6, 23, NULL, 'published', '2023-11-27 21:52:53', '2025-08-01 08:36:44'),
(11, 'Standard rental car. Adequate for the rental period Minor scuff on the bumper Meets expectations without exceeding them Met basic expectations.', 3, 6, 24, NULL, 'published', '2024-06-24 18:07:46', '2025-08-01 08:36:44'),
(12, 'Below expectations. Minor scuff on the bumper The car was adequate for the price point but The overall value proposition. The staff was friendly enough but overall not satisfied with the rental.', 2, 11, 75, NULL, 'published', '2024-01-21 16:07:56', '2025-08-01 08:36:44'),
(13, 'Very pleased with this rental. The build quality was impressive Quick and easy pickup process Perfect for business or leisure travel Just a small issue with one cup holder being a bit loose but nothing major.', 4, 9, 29, NULL, 'published', '2025-02-24 21:09:52', '2025-08-01 08:36:44'),
(14, 'Outstanding rental experience! Premium sound system was amazing The car was mechanically perfect and provided effortless acceleration. The team was absolutely wonderful to work with Exceeded all expectations. Will definitely be back!', 5, 2, 64, NULL, 'published', '2024-05-02 01:28:58', '2025-08-01 08:36:44'),
(15, 'Standard rental car. No major issues during our rental Minor scuff on the bumper A typical rental car experience Met basic expectations.', 3, 9, 65, NULL, 'published', '2024-12-21 01:02:19', '2025-08-01 08:36:44'),
(16, 'Below expectations. Could use a bit more trunk space The car was adequate for the price point but The vehicle\'s mechanical condition. The fuel economy was good but overall not satisfied with the rental.', 2, 5, 88, NULL, 'published', '2025-07-23 21:20:04', '2025-08-01 08:36:44'),
(17, 'Outstanding rental experience! Surprisingly spacious for our family The car was showroom quality and handled like a dream on every road. The staff went above and beyond to help us Exceeded all expectations. Will definitely be back!', 5, 6, 74, NULL, 'published', '2024-06-26 12:53:36', '2025-08-01 08:36:44'),
(18, 'Disappointing rental experience. The pickup/return process was problematic and The air conditioning wasn\'t working properly. Some good points but too many negatives.', 2, 9, 67, NULL, 'published', '2025-03-16 02:08:39', '2025-08-01 08:36:44'),
(19, 'Perfect car for our weekend getaway! Premium seating that rivals luxury vehicles The performance was absolutely flawless Outstanding professionalism and care Cannot fault anything about this rental. 10/10 would recommend!', 5, 7, 46, NULL, 'published', '2025-02-01 22:46:59', '2025-08-01 08:36:44'),
(20, 'Had some issues with this rental. The air conditioning was barely working making the trip uncomfortable in hot weather The price was reasonable but the quality didn\'t match.', 2, 3, 35, NULL, 'published', '2023-10-19 05:16:45', '2025-08-01 08:36:44'),
(21, 'Absolutely fantastic! Advanced capabilities that impressed everyone Absolutely perfect reliability record Absolutely outstanding in every possible way This is how car rentals should be done. Thank you for an amazing experience!', 5, 9, 90, NULL, 'published', '2023-09-20 05:18:35', '2025-08-01 08:36:44'),
(22, 'Absolutely fantastic! Every feature worked flawlessly Absolutely perfect reliability record The best rental car experience we\'ve ever had This is how car rentals should be done. Thank you for an amazing experience!', 5, 1, 13, NULL, 'published', '2025-04-23 15:42:46', '2025-08-01 08:36:44'),
(23, 'Average rental experience. The vehicle met basic expectations The GPS was a bit outdated but the pickup was convenient. Nothing special but gets the job done.', 3, 7, 6, NULL, 'published', '2023-08-29 11:02:28', '2025-08-01 08:36:44'),
(24, 'Disappointing rental experience. The overall value proposition was problematic and The air conditioning wasn\'t working properly. Some good points but too many negatives.', 2, 8, 39, NULL, 'published', '2024-02-03 02:55:31', '2025-08-01 08:36:44'),
(25, 'Terrible experience with this car. The air conditioning wasn\'t working properly The vehicle was dirty inside and out and clearly hadn\'t been maintained. Would not recommend to anyone. Customer service was unhelpful when I reported the issues.', 1, 7, 13, NULL, 'published', '2025-02-27 10:28:30', '2025-08-01 08:36:44'),
(26, 'Absolutely fantastic! State-of-the-art amenities throughout Reliability that exceeded all expectations The best rental car experience we\'ve ever had This is how car rentals should be done. Thank you for an amazing experience!', 5, 7, 56, NULL, 'published', '2025-02-15 11:27:18', '2025-08-01 08:36:44'),
(27, 'Perfect car for our weekend getaway! Premium seating that rivals luxury vehicles Exceptional driving dynamics in all conditions Exceptional attention to customer needs Cannot fault anything about this rental. 10/10 would recommend!', 5, 3, 45, NULL, 'published', '2024-01-28 08:55:02', '2025-08-01 08:36:44'),
(28, 'Outstanding rental experience! Whisper-quiet cabin and smooth ride The car was showroom quality and provided effortless acceleration. Outstanding customer service from start to finish Exceeded all expectations. Will definitely be back!', 5, 1, 86, NULL, 'published', '2024-02-21 05:06:05', '2025-08-01 08:36:44'),
(29, 'Great rental experience! Spacious interior The car was very reliable and handled beautifully on both city and highway. The GPS was a bit outdated but overall very satisfied. Would definitely rent again.', 4, 4, 9, NULL, 'published', '2024-04-12 22:47:17', '2025-08-01 08:36:44'),
(30, 'Great rental experience! Great sound system The car was spotless inside and out and handled beautifully on both city and highway. The GPS was a bit outdated but overall very satisfied. Would definitely rent again.', 4, 3, 23, NULL, 'published', '2024-04-25 00:04:53', '2025-08-01 08:36:44'),
(32, 'Not great but manageable. The ride quality was rougher than expected The car started reliably Would look for other options next time.', 2, 10, 91, NULL, 'published', '2025-03-13 12:44:53', '2025-08-01 08:36:44'),
(33, 'Mixed feelings about this rental. the fuel economy exceeded expectations but the car showed some wear and tear. Reasonable option if you\'re not picky Fair value for money.', 3, 4, 98, NULL, 'published', '2023-12-09 22:52:13', '2025-08-01 08:36:44'),
(34, 'Really enjoyed driving this car. Very quiet cabin for conversations Reliable performance throughout our trip Impressed all our passengers Only minor complaint is the pickup location was hard to find. Highly recommend!', 4, 4, 44, NULL, 'published', '2024-08-06 16:07:07', '2025-08-01 08:36:44'),
(35, 'Absolutely fantastic! The technology was cutting-edge and intuitive Reliability that exceeded all expectations A truly exceptional experience from start to finish This is how car rentals should be done. Thank you for an amazing experience!', 5, 3, 17, NULL, 'published', '2024-04-03 08:51:26', '2025-08-01 08:36:44'),
(36, 'Had some issues with this rental. The radio kept cutting out that we couldn\'t get rid of despite airing out The price was reasonable but the quality didn\'t match.', 2, 8, 4, NULL, 'published', '2024-04-30 14:30:30', '2025-08-01 08:36:44'),
(37, 'Really enjoyed driving this car. Very quiet cabin for conversations Good handling in various driving conditions Impressed all our passengers Only minor complaint is the pickup location was hard to find. Highly recommend!', 4, 7, 6, NULL, 'published', '2024-09-05 06:51:16', '2025-08-01 08:36:44'),
(38, 'Perfect car for our weekend getaway! Unparalleled comfort for long-distance driving Performance that rivals much more expensive cars Service that sets the gold standard Cannot fault anything about this rental. 10/10 would recommend!', 5, 11, 40, NULL, 'published', '2024-11-02 19:42:29', '2025-08-01 08:36:44'),
(39, 'Excellent value for money. The keyless entry was very convenient Completely dependable for our entire trip Perfect companion for our business travel Will book with them again for sure.', 4, 6, 22, NULL, 'published', '2023-11-18 23:50:55', '2025-08-01 08:36:44'),
(40, 'Really enjoyed driving this car. Incredibly comfortable for long drives The car felt stable and well-balanced Perfect for our family vacation Only minor complaint is the pickup location was hard to find. Highly recommend!', 4, 6, 87, NULL, 'published', '2024-11-21 17:53:35', '2025-08-01 08:36:44'),
(41, 'Really enjoyed driving this car. Plenty of legroom for everyone The car felt stable and well-balanced Perfect for our family vacation Only minor complaint is the pickup location was hard to find. Highly recommend!', 4, 12, 4, NULL, 'published', '2024-09-05 07:36:15', '2025-08-01 08:36:44'),
(42, 'Not great but manageable. The technology was quite outdated The trunk space was adequate Would look for other options next time.', 2, 3, 62, NULL, 'published', '2023-08-18 09:54:40', '2025-08-01 08:36:44'),
(43, 'Outstanding rental experience! Surprisingly spacious for our family The car was immaculate in every detail and exceeded all performance expectations. The team was absolutely wonderful to work with Exceeded all expectations. Will definitely be back!', 5, 8, 50, NULL, 'published', '2024-04-01 20:36:11', '2025-08-01 08:36:44'),
(44, 'Really enjoyed driving this car. Very quiet cabin for conversations Good handling in various driving conditions Impressed all our passengers Only minor complaint is the pickup location was hard to find. Highly recommend!', 4, 6, 19, NULL, 'published', '2024-07-12 08:22:49', '2025-08-01 08:36:44'),
(45, 'Excellent value for money. The infotainment system was user-friendly Started every time without hesitation Perfect companion for our business travel Will book with them again for sure.', 4, 2, 97, NULL, 'published', '2023-11-23 11:03:36', '2025-08-01 08:36:44'),
(46, 'Absolutely fantastic! The technology was cutting-edge and intuitive Performed flawlessly under all conditions The best rental car experience we\'ve ever had This is how car rentals should be done. Thank you for an amazing experience!', 5, 8, 24, NULL, 'published', '2024-08-13 07:53:31', '2025-08-01 08:36:44'),
(47, 'Great rental experience! Very comfortable seats The car was running smoothly and was surprisingly quiet and smooth. The pickup process took a while but overall very satisfied. Would definitely rent again.', 4, 5, 74, NULL, 'published', '2025-06-11 17:59:06', '2025-08-01 08:36:44'),
(48, 'Really enjoyed driving this car. Plenty of legroom for everyone The engine performed well on both city and highway Great for city driving and parking Only minor complaint is the cup holders were a bit small. Highly recommend!', 4, 3, 56, NULL, 'published', '2025-07-06 17:41:21', '2025-08-01 08:36:44'),
(49, 'Mixed feelings about this rental. the comfort level was quite good but the car showed some wear and tear. Does what it\'s supposed to do Fair value for money.', 3, 6, 40, NULL, 'published', '2025-07-22 11:13:27', '2025-08-01 08:36:44'),
(50, 'Very pleased with this rental. High-quality materials and finishes Very helpful with directions Excellent option for families Just a small issue with a small scuff on the rear bumper but nothing major.', 4, 12, 80, NULL, 'published', '2024-11-02 09:06:44', '2025-08-01 08:36:44'),
(51, 'Excellent value for money. The automatic climate control worked perfectly Performed consistently throughout our rental Made our vacation stress-free and enjoyable Will book with them again for sure.', 4, 8, 74, NULL, 'published', '2024-08-06 13:22:46', '2025-08-01 08:36:44'),
(52, 'Mixed feelings about this rental. the overall condition was satisfactory but some features weren\'t working perfectly. Standard rental experience Fair value for money.', 3, 8, 31, NULL, 'published', '2024-10-03 17:42:10', '2025-08-01 08:36:44'),
(53, 'Best rental car I\'ve ever had! Impeccable attention to every detail Service that sets the gold standard Premium experience at a fair price Everything was perfect from start to finish. Will definitely use again!', 5, 3, 76, NULL, 'published', '2025-05-01 15:08:47', '2025-08-01 08:36:44'),
(54, 'Absolutely fantastic! State-of-the-art amenities throughout Reliability that exceeded all expectations A truly exceptional experience from start to finish This is how car rentals should be done. Thank you for an amazing experience!', 5, 1, 99, NULL, 'published', '2024-03-23 05:02:13', '2025-08-01 08:36:44'),
(55, 'Very pleased with this rental. The build quality was impressive Excellent customer service Perfect for business or leisure travel Just a small issue with the pickup location being slightly hard to find but nothing major.', 4, 11, 19, NULL, 'published', '2024-08-08 00:11:49', '2025-08-01 08:36:44'),
(56, 'Absolutely fantastic! Premium features that enhanced every moment Performed flawlessly under all conditions Everything about this rental was perfect This is how car rentals should be done. Thank you for an amazing experience!', 5, 7, 87, NULL, 'published', '2025-03-01 03:04:30', '2025-08-01 08:36:44'),
(57, 'Absolutely fantastic! Advanced capabilities that impressed everyone Reliability that exceeded all expectations This rental exceeded every expectation This is how car rentals should be done. Thank you for an amazing experience!', 5, 11, 62, NULL, 'published', '2023-11-22 21:21:54', '2025-08-01 08:36:44'),
(58, 'Mixed feelings about this rental. the overall condition was satisfactory but the car showed some wear and tear. Reasonable option if you\'re not picky Fair value for money.', 3, 4, 50, NULL, 'published', '2024-05-10 09:13:55', '2025-08-01 08:36:44'),
(59, 'Great rental experience! Smooth and quiet ride The car was in excellent mechanical condition and had plenty of power when needed. The radio presets weren\'t cleared but overall very satisfied. Would definitely rent again.', 4, 1, 22, NULL, 'published', '2024-02-21 23:10:39', '2025-08-01 08:36:44'),
(60, 'Perfect car for our conference! Unparalleled comfort for long-distance driving The performance was absolutely flawless Service that sets the gold standard Cannot fault anything about this rental. 10/10 would recommend!', 5, 5, 68, NULL, 'published', '2025-02-08 07:01:43', '2025-08-01 08:36:44'),
(61, 'Very pleased with this rental. Well-maintained and cared for vehicle Made the rental process seamless Great choice for anyone needing a reliable car Just a small issue with the radio taking a moment to connect to Bluetooth but nothing major.', 4, 2, 31, NULL, 'published', '2025-04-24 18:38:22', '2025-08-01 08:36:44'),
(62, 'Really enjoyed driving this car. Seats were supportive and adjustable Smooth acceleration and responsive braking Great for city driving and parking Only minor complaint is the return process was slightly confusing. Highly recommend!', 4, 11, 16, NULL, 'published', '2023-08-18 14:23:26', '2025-08-01 08:36:44'),
(63, 'Excellent', 3, 13, 1, NULL, 'published', '2025-09-24 11:24:28', '2025-09-24 11:24:28');

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

--
-- Table structure for table `cr_car_tag`
--

CREATE TABLE `cr_car_tag` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `car_id` bigint(20) UNSIGNED NOT NULL,
  `tag_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_car_transmissions`
--

CREATE TABLE `cr_car_transmissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `icon` varchar(191) DEFAULT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'pending',
  `order` tinyint(4) 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 `cr_car_transmissions`
--

INSERT INTO `cr_car_transmissions` (`id`, `name`, `icon`, `status`, `order`, `created_at`, `updated_at`) VALUES
(1, 'Automatic', 'icons/car-transmission-auto.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(2, 'Manual', 'icons/car-transmission-manual.png', 'published', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58');

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

--
-- Table structure for table `cr_car_transmissions_translations`
--

CREATE TABLE `cr_car_transmissions_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_car_transmissions_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_car_types`
--

CREATE TABLE `cr_car_types` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `icon` varchar(191) DEFAULT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'pending',
  `order` tinyint(4) 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 `cr_car_types`
--

INSERT INTO `cr_car_types` (`id`, `name`, `image`, `icon`, `status`, `order`, `created_at`, `updated_at`) VALUES
(1, 'SUV', 'car-types/suv.jpg', 'ti ti-car-suv', 'published', 0, '2025-06-10 20:28:34', '2025-06-26 05:53:45'),
(2, 'Hatchback', 'car-types/hatchback.jpg', 'ti ti-car', 'published', 0, '2025-06-10 20:28:34', '2025-06-26 05:53:59'),
(3, 'Sedan', 'car-types/sedan.jpg', 'ti ti-car', 'published', 0, '2025-06-10 20:28:34', '2025-06-26 05:54:13'),
(4, 'Crossover', 'car-types/cressover.jpg', 'ti ti-car-4wd', 'published', 0, '2025-06-10 20:28:34', '2025-06-26 05:55:02'),
(5, 'Minivan', 'car-types/minivan.jpg', 'ti ti-caravan', 'published', 0, '2025-06-10 20:28:34', '2025-06-26 05:54:48'),
(6, 'Coupe', 'car-types/coupe.jpg', 'ti ti-car', 'published', 0, '2025-06-10 20:28:34', '2025-06-26 05:55:16'),
(7, 'Sport Cars', 'car-types/sports-car.jpg', 'ti ti-car-turbine', 'published', 0, '2025-06-10 20:28:34', '2025-06-26 05:55:31'),
(8, 'Pickup Truck', 'car-types/pickup.jpg', 'ti ti-truck', 'published', 0, '2025-06-10 20:28:34', '2025-06-26 06:09:10');

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

--
-- Table structure for table `cr_car_types_translations`
--

CREATE TABLE `cr_car_types_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_car_types_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_car_views`
--

CREATE TABLE `cr_car_views` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `car_id` bigint(20) UNSIGNED NOT NULL,
  `views` int(11) NOT NULL DEFAULT 1,
  `date` date NOT NULL DEFAULT '2025-08-01'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_category_commissions`
--

CREATE TABLE `cr_category_commissions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `car_category_id` bigint(20) UNSIGNED NOT NULL,
  `commission_percentage` decimal(10,2) NOT NULL DEFAULT 0.00,
  `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 `cr_coupons`
--

CREATE TABLE `cr_coupons` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(20) NOT NULL,
  `type` varchar(60) NOT NULL,
  `value` double NOT NULL,
  `is_unlimited_expires` tinyint(4) NOT NULL DEFAULT 0,
  `expires_at` datetime DEFAULT NULL,
  `is_unlimited` tinyint(4) NOT NULL DEFAULT 1,
  `limit` int(11) NOT NULL DEFAULT 0,
  `used` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_coupons`
--

INSERT INTO `cr_coupons` (`id`, `code`, `type`, `value`, `is_unlimited_expires`, `expires_at`, `is_unlimited`, `limit`, `used`, `created_at`, `updated_at`) VALUES
(1, '2vBjbUeRTwv0', 'money', 5, 0, '2025-09-01 15:35:58', 0, 361, 128, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(2, 'rA8yeLNvqzot', 'percentage', 93.83, 1, NULL, 0, 127, 25, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(3, 'DNXIW3FazTfO', 'money', 7, 1, NULL, 0, 590, 64, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(4, 'yhxG5QfqtJiS', 'percentage', 10.13, 1, NULL, 1, 0, 75, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(5, 'PxJcVzyYhJ6o', 'money', 2, 0, '2025-10-01 15:35:58', 1, 0, 106, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(6, '7tEcooDAegJw', 'money', 7, 0, '2025-11-01 15:35:58', 0, 382, 66, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(7, '3NLiz2n5eKBk', 'money', 9, 1, NULL, 1, 0, 60, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(8, 'PslrTiVtthNX', 'percentage', 93.68, 0, '2025-12-01 15:35:58', 1, 0, 107, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(9, 'jhkZjcoghpVw', 'percentage', 30.99, 1, NULL, 1, 0, 61, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(10, 'IST93CX1pt5l', 'percentage', 33.72, 1, NULL, 0, 602, 92, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(11, '2qdn3DVuPPWv', 'money', 2, 0, '2026-01-01 15:35:58', 1, 0, 122, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(12, 'SaUzkXVykJ2q', 'money', 5, 0, '2026-02-01 15:35:58', 0, 340, 84, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(13, 'h2vv5bYB5IXL', 'money', 7, 1, NULL, 0, 157, 81, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(14, 'BxEEj8FkBOyn', 'percentage', 35.11, 1, NULL, 0, 566, 14, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(15, 'DDqtVKeFTqSq', 'money', 5, 0, '2026-03-01 15:35:58', 0, 136, 55, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(16, 'JvZGLwVfAbsf', 'money', 0, 1, NULL, 1, 0, 44, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(17, '9RIoOULvLve1', 'percentage', 16.42, 1, NULL, 1, 0, 106, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(18, 'LrLEPitq44Pj', 'money', 1, 1, NULL, 0, 191, 45, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(19, 'fPFL5GmtH1UZ', 'money', 6, 1, NULL, 1, 0, 34, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(20, 'zAiVI35RjpdW', 'money', 9, 0, '2026-04-01 15:35:58', 1, 0, 17, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(21, 'V47UQgNbqVOA', 'money', 7, 0, '2026-05-01 15:35:58', 1, 0, 54, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(22, '1i35g45nANqO', 'money', 8, 0, '2026-06-01 15:35:58', 0, 820, 86, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(23, 'SqzkeLu7CyRD', 'money', 0, 1, NULL, 0, 103, 118, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(24, 'vdDOqaoHqXuO', 'percentage', 9.92, 0, '2026-07-01 15:35:58', 0, 347, 106, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(25, 'LbseEbJV4GUG', 'money', 2, 1, NULL, 0, 261, 29, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(26, 'IHB87E33At2A', 'money', 8, 0, '2026-08-01 15:35:58', 0, 337, 26, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(27, 'bclb4xrEvi1F', 'percentage', 96.64, 1, NULL, 0, 866, 112, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(28, '93XzJSBA25JB', 'percentage', 23.6, 1, NULL, 1, 0, 49, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(29, 'hzLF1g0TgZrl', 'percentage', 91.38, 0, '2026-09-01 15:35:58', 0, 598, 87, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(30, 'ZAUvA7wspu3U', 'money', 2, 1, NULL, 1, 0, 49, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(31, 'pHQhrIFhVonF', 'percentage', 99.99, 0, '2026-10-01 15:35:58', 1, 0, 50, '2025-08-01 08:35:58', '2025-08-01 08:35:58');

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

--
-- Table structure for table `cr_currencies`
--

CREATE TABLE `cr_currencies` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(60) NOT NULL,
  `symbol` varchar(10) NOT NULL,
  `is_prefix_symbol` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `decimals` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `order` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `is_default` tinyint(4) NOT NULL DEFAULT 0,
  `exchange_rate` double NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_currencies`
--

INSERT INTO `cr_currencies` (`id`, `title`, `symbol`, `is_prefix_symbol`, `decimals`, `order`, `is_default`, `exchange_rate`, `created_at`, `updated_at`) VALUES
(1, 'USD', '$', 1, 0, 0, 1, 1, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(2, 'EUR', '€', 0, 0, 1, 0, 0.84, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(3, 'VND', '₫', 0, 0, 2, 0, 23203, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(4, 'NGN', '₦', 1, 0, 2, 0, 895.52, '2025-08-01 08:35:58', '2025-08-01 08:35:58');

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

--
-- Table structure for table `cr_customers`
--

CREATE TABLE `cr_customers` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `email` varchar(191) NOT NULL,
  `password` varchar(191) NOT NULL,
  `avatar` varchar(191) DEFAULT NULL,
  `phone` varchar(191) DEFAULT NULL,
  `dob` date DEFAULT NULL,
  `status` varchar(30) NOT NULL DEFAULT 'published',
  `remember_token` varchar(100) DEFAULT NULL,
  `confirmed_at` datetime DEFAULT NULL,
  `email_verify_token` varchar(120) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `is_vendor` tinyint(1) NOT NULL DEFAULT 0,
  `vendor_verified_at` datetime DEFAULT NULL,
  `balance` decimal(15,2) NOT NULL DEFAULT 0.00,
  `bank_info` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`bank_info`)),
  `payout_payment_method` varchar(120) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_customers`
--

INSERT INTO `cr_customers` (`id`, `name`, `email`, `password`, `avatar`, `phone`, `dob`, `status`, `remember_token`, `confirmed_at`, `email_verify_token`, `created_at`, `updated_at`, `is_vendor`, `vendor_verified_at`, `balance`, `bank_info`, `payout_payment_method`) VALUES
(1, 'Missouri Dietrich', 'macy.sanford@example.net', '$2y$12$6h0puzjrFTSYeVNb5.ERWeiWuTwWQbZLmshW5VwihXHFn/dvOhtha', 'customers/1.jpg', '+15408169997', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 0, NULL, 0.00, NULL, NULL),
(2, 'Tyrel Kunze', 'jimmy.mann@example.org', '$2y$12$1TEuoo29.FLfmU6AzRAoEu0NDvRJc/R7hDVoHwGAdjPmKMIkr8PAm', 'customers/2.jpg', '+17206075748', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 0, NULL, 0.00, NULL, NULL),
(3, 'Bradly Hessel', 'robel.breanna@example.com', '$2y$12$Syd8RwNX0J0sn6vPWQp0z.jhyBAOaRNwtnCDwLslW0Kvc5Xat.BJ.', 'customers/3.jpg', '+16128680370', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 0, NULL, 0.00, NULL, NULL),
(4, 'Ms. Madelyn Sawayn', 'kenya.rath@example.com', '$2y$12$fl0jHsqQhAxAz7k.dc8hCe6hz04AYnLBbkED8d0MKNd3h8O86JHgK', 'customers/4.jpg', '+18484316289', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 0, NULL, 0.00, NULL, NULL),
(5, 'Mr. Kyle Kutch PhD', 'rbreitenberg@example.org', '$2y$12$Yo9VL0qtwCyenwbjiVTBpuDEXZiJyF7cZNKlLU4WD1l2wIqg5tLMC', 'customers/5.jpg', '+12405718718', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 0, NULL, 0.00, NULL, NULL),
(6, 'Carolyne Lesch Sr.', 'eichmann.maureen@example.org', '$2y$12$6gTR94lD1ONcUiLZH/HuGuTSnSpU2a22zHM459UZio2QclghTGL6W', 'customers/6.jpg', '+18593759158', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 0, NULL, 0.00, NULL, NULL),
(7, 'Maegan Simonis', 'brady92@example.org', '$2y$12$XWpAdKxW13dGclnhL1qA6u18xJkyl9A.N4MXp9qXXavWYTXZT7ReK', 'customers/7.jpg', '+13158273898', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 0, NULL, 0.00, NULL, NULL),
(8, 'Prof. Iliana Morissette IV', 'smith.katrine@example.com', '$2y$12$hSdBHPtaA3bel0ZCE1Mt/u/Z7UDM91ursRajsrfDSv7tr3EzytPii', 'customers/8.jpg', '+13217362216', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 0, NULL, 0.00, NULL, NULL),
(9, 'Jacques O\'Conner', 'fay.keebler@example.net', '$2y$12$6ET77lLpVcrI971mXQx2QuWdRbsJHS.Lp4dkOxGTnxZ5GfivlhGAi', 'customers/9.jpg', '+13514216731', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 0, NULL, 0.00, NULL, NULL),
(10, 'Prof. Keshawn Marquardt I', 'ekiehn@example.net', '$2y$12$aogUjd8tS/FVPi8Kr/p.Nuwc7ETl.5fzT/Q2//TLdbMI62duLmZ6S', 'customers/10.jpg', '+17406264254', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 0, NULL, 0.00, NULL, NULL),
(11, 'Floyd Gleichner', 'customer@mxcar.com', '$2y$12$v8Zx.Op1ik25Z9W95wimieyVT7EAfNyNCY3lrtwUh1tsRUwrR2uYm', 'customers/10.jpg', '+16809005775', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 0, NULL, 0.00, NULL, NULL),
(12, 'Mr. Herbert Sawayn DDS', 'vendor@mxcar.com', '$2y$12$US3NgNOYLschcdATqXmSCe.DJgbsPM7TQ2DkhCCi8IpHgDYmv2W22', 'customers/10.jpg', '+17857256591', NULL, 'published', NULL, NULL, NULL, '2025-08-01 08:35:58', '2025-08-01 08:35:58', 1, NULL, 0.00, NULL, NULL),
(13, 'User Demo', 'user@demo.com', '$2y$12$I/bVcdYRUdLidnzhkihRc.fiSlEBMspmmzZ0tnJG3apl9dYjTPIKC', 'users/scaled-1000000018-3.jpg', '+91999999667', '2025-08-06', 'published', 'rb4V8DmOKyJXlNvtU7MLERlZZ3XlwEnPUkls8kWl7iHBv5ENCAZBc4TbyXVv', '2025-08-19 11:46:53', NULL, '2025-08-19 11:46:53', '2025-09-25 12:42:02', 0, NULL, 0.00, NULL, NULL),
(14, 'Dealer Demo', 'dealer@demo.com', '$2y$12$wzrwx5WhCHikEUa73QWNheUxf3R1qKvuxDFQiZ0en6SEfEZeAhcPW', 'black-car-hd-42p5pzpxl5na0cmh.jpg', NULL, NULL, 'published', 'd2byQJFjLt9iAdi3lS0PhxlvQ4whHgz1T1dUr2jYY4vYycoeUusqnm1UF6rW', '2025-08-21 12:31:40', NULL, '2025-08-21 12:31:40', '2025-08-21 12:32:18', 1, NULL, 0.00, NULL, NULL),
(15, 'sebati', 'sebatiozer20@gmail.com', '$2y$12$Ahdma8mN8nxfvoPJg9OKY.jfKdxmg6uKs0k7A9vdndBsFd73N65P.', NULL, '7136739294', NULL, 'published', 'nhscwXxHsgzbUc1exgFgLFVM5Uxl3d3wjJY8LKUxUgTWWmumt7rfgL29oP3v', '2025-09-19 20:09:38', NULL, '2025-09-19 20:09:38', '2025-09-19 20:09:38', 0, NULL, 0.00, NULL, NULL),
(16, 'james', 'juser@demo.com', '$2y$12$g4sbpua7ds8gZamOQhXZVerc4lIkN8h95eTngQLOE8eLkR8ePHDWC', NULL, NULL, NULL, 'published', '41DBMCW5wOT4BvRfSHH2SY1xWnx9yxGlgC7SvEO9xQQ9QWcJqxCrbCd4HVWr', NULL, NULL, '2025-09-24 04:08:17', '2025-09-24 04:08:17', 0, NULL, 0.00, NULL, NULL),
(17, 'Roman', 'jdealer@demo.com', '$2y$12$sGgwrw7ALc7HaX6mDL4iMea5CGOlYyaxeXpfAVSRVFFvF/DQFwBhu', NULL, NULL, NULL, 'published', 'jaVXRfVS5HAQueeij7Ldn9tbhIY7MQlCldS8dlm6OLMMBP3BSwUUTOB3rNeJ', NULL, NULL, '2025-09-24 04:16:21', '2025-09-24 04:18:57', 0, NULL, 0.00, NULL, NULL),
(18, 'Hello', 'user99@demo.com', '$2y$12$m6aPKJhVrJ7LHSgsH0ust.b0i4uVOsD5V5W3BTGXZA7QpANq4e.q2', NULL, NULL, NULL, 'published', NULL, NULL, NULL, '2025-09-25 09:58:13', '2025-09-25 09:58:13', 0, NULL, 0.00, NULL, NULL),
(19, 'user', 'user98@demo.com', '$2y$12$7jVJPahIjc93OwHR0MTKlesTtPZ52AWi/JnKmzDkC0.Z8MGN/65Cy', NULL, NULL, NULL, 'published', NULL, NULL, NULL, '2025-09-25 09:59:38', '2025-09-25 09:59:38', 0, NULL, 0.00, NULL, NULL);

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

--
-- Table structure for table `cr_customer_password_resets`
--

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

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

--
-- Table structure for table `cr_customer_revenues`
--

CREATE TABLE `cr_customer_revenues` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `booking_id` bigint(20) UNSIGNED DEFAULT NULL,
  `sub_amount` decimal(15,2) NOT NULL,
  `fee` decimal(15,2) NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `current_balance` decimal(15,2) NOT NULL DEFAULT 0.00,
  `currency` varchar(120) NOT NULL,
  `description` text DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(60) NOT NULL DEFAULT 'add-amount',
  `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 `cr_customer_withdrawals`
--

CREATE TABLE `cr_customer_withdrawals` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `fee` decimal(15,2) NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `current_balance` decimal(15,2) NOT NULL DEFAULT 0.00,
  `currency` varchar(120) NOT NULL,
  `description` text DEFAULT NULL,
  `payment_channel` varchar(60) DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'pending',
  `images` text DEFAULT NULL,
  `bank_info` text DEFAULT NULL,
  `transaction_id` varchar(60) 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 `cr_invoices`
--

CREATE TABLE `cr_invoices` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `customer_id` bigint(20) UNSIGNED NOT NULL,
  `customer_name` varchar(191) NOT NULL,
  `customer_email` varchar(191) DEFAULT NULL,
  `customer_phone` varchar(191) DEFAULT NULL,
  `payment_id` bigint(20) UNSIGNED DEFAULT NULL,
  `currency_id` bigint(20) UNSIGNED DEFAULT NULL,
  `reference_type` varchar(191) NOT NULL,
  `reference_id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(191) NOT NULL,
  `sub_total` double NOT NULL,
  `tax_amount` double DEFAULT 0,
  `discount_amount` double NOT NULL DEFAULT 0,
  `amount` double NOT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'pending',
  `paid_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `vendor_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_invoices`
--

INSERT INTO `cr_invoices` (`id`, `customer_id`, `customer_name`, `customer_email`, `customer_phone`, `payment_id`, `currency_id`, `reference_type`, `reference_id`, `code`, `sub_total`, `tax_amount`, `discount_amount`, `amount`, `status`, `paid_at`, `created_at`, `updated_at`, `vendor_id`) VALUES
(1, 7, 'Maegan Simonis', 'brady92@example.org', '+13158273898', 1, 1, 'Botble\\CarRentals\\Models\\Booking', 1, 'INV-1', 99, 0, 0, 99, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(2, 12, 'Mr. Herbert Sawayn DDS', 'vendor@mxcar.com', '+17857256591', 2, 1, 'Botble\\CarRentals\\Models\\Booking', 2, 'INV-2', 49, 0, 0, 49, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(3, 4, 'Ms. Madelyn Sawayn', 'kenya.rath@example.com', '+18484316289', 3, 1, 'Botble\\CarRentals\\Models\\Booking', 3, 'INV-3', 98, 0, 0, 98, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(4, 5, 'Mr. Kyle Kutch PhD', 'rbreitenberg@example.org', '+12405718718', 4, 1, 'Botble\\CarRentals\\Models\\Booking', 4, 'INV-4', 97, 0, 0, 97, 'completed', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(5, 3, 'Bradly Hessel', 'robel.breanna@example.com', '+16128680370', 5, 1, 'Botble\\CarRentals\\Models\\Booking', 5, 'INV-5', 87, 0, 0, 87, 'completed', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(6, 5, 'Mr. Kyle Kutch PhD', 'rbreitenberg@example.org', '+12405718718', 6, 1, 'Botble\\CarRentals\\Models\\Booking', 6, 'INV-6', 44, 0, 0, 44, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(7, 4, 'Ms. Madelyn Sawayn', 'kenya.rath@example.com', '+18484316289', 7, 1, 'Botble\\CarRentals\\Models\\Booking', 7, 'INV-7', 47, 0, 0, 47, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(8, 3, 'Bradly Hessel', 'robel.breanna@example.com', '+16128680370', 8, 1, 'Botble\\CarRentals\\Models\\Booking', 8, 'INV-8', 53, 0, 0, 53, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(9, 4, 'Ms. Madelyn Sawayn', 'kenya.rath@example.com', '+18484316289', 9, 1, 'Botble\\CarRentals\\Models\\Booking', 9, 'INV-9', 34, 0, 0, 34, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(10, 9, 'Jacques O\'Conner', 'fay.keebler@example.net', '+13514216731', 10, 1, 'Botble\\CarRentals\\Models\\Booking', 10, 'INV-10', 60, 0, 0, 60, 'completed', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(11, 7, 'Maegan Simonis', 'brady92@example.org', '+13158273898', 11, 1, 'Botble\\CarRentals\\Models\\Booking', 11, 'INV-11', 80, 0, 0, 80, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(12, 7, 'Maegan Simonis', 'brady92@example.org', '+13158273898', 12, 1, 'Botble\\CarRentals\\Models\\Booking', 12, 'INV-12', 97, 0, 0, 97, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(13, 6, 'Carolyne Lesch Sr.', 'eichmann.maureen@example.org', '+18593759158', 13, 1, 'Botble\\CarRentals\\Models\\Booking', 13, 'INV-13', 45, 0, 0, 45, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(14, 5, 'Mr. Kyle Kutch PhD', 'rbreitenberg@example.org', '+12405718718', 14, 1, 'Botble\\CarRentals\\Models\\Booking', 14, 'INV-14', 95, 0, 0, 95, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(15, 10, 'Prof. Keshawn Marquardt I', 'ekiehn@example.net', '+17406264254', 15, 1, 'Botble\\CarRentals\\Models\\Booking', 15, 'INV-15', 71, 0, 0, 71, 'completed', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(16, 2, 'Tyrel Kunze', 'jimmy.mann@example.org', '+17206075748', 16, 1, 'Botble\\CarRentals\\Models\\Booking', 16, 'INV-16', 83, 0, 0, 83, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(17, 12, 'Mr. Herbert Sawayn DDS', 'vendor@mxcar.com', '+17857256591', 17, 1, 'Botble\\CarRentals\\Models\\Booking', 17, 'INV-17', 97, 0, 0, 97, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(18, 6, 'Carolyne Lesch Sr.', 'eichmann.maureen@example.org', '+18593759158', 18, 1, 'Botble\\CarRentals\\Models\\Booking', 18, 'INV-18', 58, 0, 0, 58, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(19, 12, 'Mr. Herbert Sawayn DDS', 'vendor@mxcar.com', '+17857256591', 19, 1, 'Botble\\CarRentals\\Models\\Booking', 19, 'INV-19', 83, 0, 0, 83, 'completed', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '2025-08-01 08:36:44', 12),
(20, 9, 'Jacques O\'Conner', 'fay.keebler@example.net', '+13514216731', 20, 1, 'Botble\\CarRentals\\Models\\Booking', 20, 'INV-20', 35, 0, 0, 35, 'pending', NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(21, 13, 'User Demo', 'user@demo.com', '+919999996666', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 24, 'INV-21', 54, 0, 0, 54, 'completed', NULL, '2025-08-20 04:45:11', '2025-08-20 04:45:11', 12),
(22, 13, 'User Demo', 'user@demo.com', '+919999996666', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 25, 'INV-22', 900, 0, 0, 900, 'completed', NULL, '2025-08-21 12:01:56', '2025-08-21 12:01:56', NULL),
(23, 14, 'Dealer Demo', 'dealer@demo.com', NULL, NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 26, 'INV-23', 30000, 0, 0, 30000, 'completed', NULL, '2025-08-22 04:03:30', '2025-08-22 04:03:30', 14),
(24, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 42, 'INV-24', 1272, 0, 0, 1272, 'completed', NULL, '2025-09-23 10:36:59', '2025-09-23 10:36:59', 14),
(25, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 45, 'INV-25', 1670, 0, 0, 1670, 'completed', NULL, '2025-09-23 10:47:17', '2025-09-23 10:47:17', 12),
(26, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 51, 'INV-26', 900, NULL, 0, 900, 'completed', NULL, '2025-09-23 11:06:15', '2025-09-23 11:06:15', NULL),
(27, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 52, 'INV-27', 852, 0, 0, 852, 'completed', NULL, '2025-09-23 11:11:19', '2025-09-23 11:11:19', NULL),
(28, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 53, 'INV-28', 51, NULL, 0, 51, 'completed', NULL, '2025-09-23 11:15:55', '2025-09-23 11:15:55', NULL),
(29, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 54, 'INV-29', 60, NULL, 0, 60, 'completed', NULL, '2025-09-23 11:16:25', '2025-09-23 11:16:25', NULL),
(30, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 55, 'INV-30', 41, NULL, 0, 41, 'completed', NULL, '2025-09-23 11:19:05', '2025-09-23 11:19:05', NULL),
(31, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 56, 'INV-31', 41, NULL, 0, 41, 'completed', NULL, '2025-09-23 11:22:40', '2025-09-23 11:22:40', NULL),
(32, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 57, 'INV-32', 79, NULL, 0, 79, 'completed', NULL, '2025-09-23 11:23:48', '2025-09-23 11:23:48', NULL),
(33, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 58, 'INV-33', 79, NULL, 0, 79, 'completed', NULL, '2025-09-23 11:25:17', '2025-09-23 11:25:17', NULL),
(34, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 59, 'INV-34', 132, NULL, 0, 132, 'completed', NULL, '2025-09-23 11:30:50', '2025-09-23 11:30:50', NULL),
(35, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 60, 'INV-35', 66, NULL, 0, 66, 'completed', NULL, '2025-09-23 11:31:55', '2025-09-23 11:31:55', NULL),
(36, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 61, 'INV-36', 66, NULL, 0, 66, 'completed', NULL, '2025-09-23 11:42:18', '2025-09-23 11:42:18', NULL),
(37, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 62, 'INV-37', 66, NULL, 0, 66, 'completed', NULL, '2025-09-23 11:43:47', '2025-09-23 11:43:47', NULL),
(38, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 63, 'INV-38', 500, NULL, 0, 500, 'completed', NULL, '2025-09-23 12:08:31', '2025-09-23 12:08:31', NULL),
(39, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 64, 'INV-39', 79, NULL, 0, 79, 'completed', NULL, '2025-09-23 12:14:16', '2025-09-23 12:14:16', NULL),
(40, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 65, 'INV-40', 77, NULL, 0, 77, 'completed', NULL, '2025-09-23 12:19:18', '2025-09-23 12:19:18', NULL),
(41, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 66, 'INV-41', 77, NULL, 0, 77, 'completed', NULL, '2025-09-23 12:21:09', '2025-09-23 12:21:09', NULL),
(42, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 67, 'INV-42', 500, NULL, 0, 500, 'completed', NULL, '2025-09-23 12:26:45', '2025-09-23 12:26:45', NULL),
(43, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 68, 'INV-43', 500, NULL, 0, 500, 'completed', NULL, '2025-09-24 06:24:22', '2025-09-24 06:24:22', NULL),
(44, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 69, 'INV-44', 500, NULL, 0, 500, 'completed', NULL, '2025-09-24 06:30:54', '2025-09-24 06:30:54', NULL),
(45, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 70, 'INV-45', 200, NULL, 0, 200, 'completed', NULL, '2025-09-24 06:43:54', '2025-09-24 06:43:54', NULL),
(46, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 72, 'INV-46', 200, NULL, 0, 200, 'completed', NULL, '2025-09-24 07:23:46', '2025-09-24 07:23:46', NULL),
(47, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 73, 'INV-47', 77, NULL, 0, 77, 'completed', NULL, '2025-09-24 08:16:37', '2025-09-24 08:16:37', NULL),
(48, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 74, 'INV-48', 77, NULL, 0, 77, 'completed', NULL, '2025-09-24 08:22:14', '2025-09-24 08:22:14', NULL),
(49, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 75, 'INV-49', 77, NULL, 0, 77, 'completed', NULL, '2025-09-24 10:22:48', '2025-09-24 10:22:48', NULL),
(50, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 76, 'INV-50', 158, NULL, 0, 158, 'completed', NULL, '2025-09-24 10:54:52', '2025-09-24 10:54:52', NULL),
(51, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 77, 'INV-51', 41, NULL, 0, 41, 'completed', NULL, '2025-09-24 10:58:37', '2025-09-24 10:58:37', NULL),
(52, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 78, 'INV-52', 79, NULL, 0, 79, 'completed', NULL, '2025-09-24 10:59:09', '2025-09-24 10:59:09', NULL),
(53, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 79, 'INV-53', 79, NULL, 0, 79, 'completed', NULL, '2025-09-24 11:06:19', '2025-09-24 11:06:19', NULL),
(54, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 80, 'INV-54', 79, NULL, 0, 79, 'completed', NULL, '2025-09-24 11:07:10', '2025-09-24 11:07:10', NULL),
(55, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 81, 'INV-55', 30, NULL, 0, 30, 'completed', NULL, '2025-09-24 11:10:13', '2025-09-24 11:10:13', NULL),
(56, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 82, 'INV-56', 1000, NULL, 0, 1000, 'completed', NULL, '2025-09-25 08:43:08', '2025-09-25 08:43:08', NULL),
(57, 13, 'User Demo', 'user@demo.com', '+91999999667', NULL, 1, 'Botble\\CarRentals\\Models\\Booking', 83, 'INV-57', 200, NULL, 0, 200, 'completed', NULL, '2025-09-25 09:18:19', '2025-09-25 09:18:19', NULL);

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

--
-- Table structure for table `cr_invoice_items`
--

CREATE TABLE `cr_invoice_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `invoice_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `description` varchar(400) DEFAULT NULL,
  `qty` int(10) UNSIGNED NOT NULL,
  `sub_total` decimal(15,2) UNSIGNED NOT NULL,
  `tax_amount` decimal(15,2) UNSIGNED NOT NULL DEFAULT 0.00,
  `discount_amount` decimal(15,2) UNSIGNED NOT NULL DEFAULT 0.00,
  `amount` decimal(15,2) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_invoice_items`
--

INSERT INTO `cr_invoice_items` (`id`, `invoice_id`, `name`, `description`, `qty`, `sub_total`, `tax_amount`, `discount_amount`, `amount`, `created_at`, `updated_at`) VALUES
(1, 1, 'Lincoln Aviator Reserve AWD 2024', '', 1, 99.00, 0.00, 0.00, 99.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(2, 2, 'Volkswagen Tiguan SEL R-Line 2024', '', 1, 49.00, 0.00, 0.00, 49.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(3, 3, 'Lexus RX 350 F Sport Handling AWD 2024', '', 1, 98.00, 0.00, 0.00, 98.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(4, 4, 'Hyundai Tucson Limited AWD 2024', '', 1, 97.00, 0.00, 0.00, 97.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(5, 5, 'BMW M4 Competition xDrive 2024', '', 1, 87.00, 0.00, 0.00, 87.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(6, 6, 'Acura MDX Type S Advance 2024', '', 1, 44.00, 0.00, 0.00, 44.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(7, 7, 'BMW X5 xDrive40i M Sport 2024', '', 1, 47.00, 0.00, 0.00, 47.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(8, 8, 'Toyota Corolla Hybrid LE 2024', '', 1, 53.00, 0.00, 0.00, 53.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(9, 9, 'Mercedes-Benz C300 4MATIC 2024', '', 1, 34.00, 0.00, 0.00, 34.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(10, 10, 'Honda Accord Sport 2.0T 2024', '', 1, 60.00, 0.00, 0.00, 60.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(11, 11, 'Koenigsegg Jesko Absolut 2024', '', 1, 80.00, 0.00, 0.00, 80.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(12, 12, 'Lexus ES 350 F Sport 2024', '', 1, 97.00, 0.00, 0.00, 97.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(13, 13, 'Alfa Romeo Stelvio Veloce AWD 2024', '', 1, 45.00, 0.00, 0.00, 45.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(14, 14, 'Genesis G70 3.3T Sport Prestige AWD 2024', '', 1, 95.00, 0.00, 0.00, 95.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(15, 15, 'Toyota Highlander Platinum AWD 2024', '', 1, 71.00, 0.00, 0.00, 71.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(16, 16, 'Genesis Electrified GV70 Advanced AWD 2024', '', 1, 83.00, 0.00, 0.00, 83.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(17, 17, 'Hyundai Tucson Limited AWD 2024', '', 1, 97.00, 0.00, 0.00, 97.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(18, 18, 'McLaren Artura Spider 2024', '', 1, 58.00, 0.00, 0.00, 58.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(19, 19, 'Genesis Electrified GV70 Advanced AWD 2024', '', 1, 83.00, 0.00, 0.00, 83.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(20, 20, 'Nissan Altima SR VC-Turbo 2024', '', 1, 35.00, 0.00, 0.00, 35.00, '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(21, 21, 'Toyota Camry XLE Hybrid 2024', '', 1, 54.00, 0.00, 0.00, 54.00, '2025-08-20 04:45:12', '2025-08-20 04:45:12'),
(22, 22, 'Chevrolet Corvette Stingray', '', 1, 900.00, 0.00, 0.00, 900.00, '2025-08-21 12:01:56', '2025-08-21 12:01:56'),
(23, 23, 'THAR', '', 1, 30000.00, 0.00, 0.00, 30000.00, '2025-08-22 04:03:30', '2025-08-22 04:03:30'),
(24, 24, 'Mahindra BE.06', '', 1, 500.00, 0.00, 0.00, 500.00, '2025-09-23 10:36:59', '2025-09-23 10:36:59'),
(25, 24, 'Driver Rental Service (Services)', '', 1, 636.00, 0.00, 0.00, 636.00, '2025-09-23 10:36:59', '2025-09-23 10:36:59'),
(26, 24, 'Oil Change Service (Services)', '', 1, 136.00, 0.00, 0.00, 136.00, '2025-09-23 10:36:59', '2025-09-23 10:36:59'),
(27, 25, 'Lexus ES 350 F Sport 2024', '', 1, 79.00, 0.00, 0.00, 79.00, '2025-09-23 10:47:17', '2025-09-23 10:47:17'),
(28, 25, 'Driver Rental Service (Services)', '', 1, 636.00, 0.00, 0.00, 636.00, '2025-09-23 10:47:17', '2025-09-23 10:47:17'),
(29, 25, 'Temporary Car Replacement (Services)', '', 1, 246.00, 0.00, 0.00, 246.00, '2025-09-23 10:47:17', '2025-09-23 10:47:17'),
(30, 25, 'Tire Replacement &amp; Balancing (Services)', '', 1, 709.00, 0.00, 0.00, 709.00, '2025-09-23 10:47:17', '2025-09-23 10:47:17'),
(31, 26, 'McLaren 720S', '', 1, 300.00, 0.00, 0.00, 300.00, '2025-09-23 11:06:15', '2025-09-23 11:06:15'),
(32, 27, 'Honda Accord Sport 2.0T 2024', '', 1, 80.00, 0.00, 0.00, 80.00, '2025-09-23 11:11:19', '2025-09-23 11:11:19'),
(33, 27, 'Driver Rental Service (Services)', '', 1, 636.00, 0.00, 0.00, 636.00, '2025-09-23 11:11:19', '2025-09-23 11:11:19'),
(34, 27, 'Oil Change Service (Services)', '', 1, 136.00, 0.00, 0.00, 136.00, '2025-09-23 11:11:19', '2025-09-23 11:11:19'),
(35, 28, 'Honda CR-V Touring Hybrid AWD 2024', '', 1, 51.00, 0.00, 0.00, 51.00, '2025-09-23 11:15:55', '2025-09-23 11:15:55'),
(36, 29, 'Lexus RX 350 F Sport Handling AWD 2024', '', 1, 60.00, 0.00, 0.00, 60.00, '2025-09-23 11:16:25', '2025-09-23 11:16:25'),
(37, 30, 'Mercedes-Benz C300 4MATIC 2024', '', 1, 41.00, 0.00, 0.00, 41.00, '2025-09-23 11:19:06', '2025-09-23 11:19:06'),
(38, 31, 'Mercedes-Benz C300 4MATIC 2024', '', 1, 41.00, 0.00, 0.00, 41.00, '2025-09-23 11:22:40', '2025-09-23 11:22:40'),
(39, 32, 'Lexus ES 350 F Sport 2024', '', 1, 79.00, 0.00, 0.00, 79.00, '2025-09-23 11:23:48', '2025-09-23 11:23:48'),
(40, 33, 'Lexus ES 350 F Sport 2024', '', 1, 79.00, 0.00, 0.00, 79.00, '2025-09-23 11:25:17', '2025-09-23 11:25:17'),
(41, 34, 'Toyota RAV4 Prime XSE AWD 2024', '', 1, 66.00, 0.00, 0.00, 66.00, '2025-09-23 11:30:50', '2025-09-23 11:30:50'),
(42, 35, 'Toyota RAV4 Prime XSE AWD 2024', '', 1, 66.00, 0.00, 0.00, 66.00, '2025-09-23 11:31:55', '2025-09-23 11:31:55'),
(43, 36, 'Toyota RAV4 Prime XSE AWD 2024', '', 1, 66.00, 0.00, 0.00, 66.00, '2025-09-23 11:42:18', '2025-09-23 11:42:18'),
(44, 37, 'Toyota RAV4 Prime XSE AWD 2024', '', 1, 66.00, 0.00, 0.00, 66.00, '2025-09-23 11:43:47', '2025-09-23 11:43:47'),
(45, 38, 'Ford Mustang GT', '', 1, 500.00, 0.00, 0.00, 500.00, '2025-09-23 12:08:31', '2025-09-23 12:08:31'),
(46, 39, 'Lexus ES 350 F Sport 2024', '', 1, 79.00, 0.00, 0.00, 79.00, '2025-09-23 12:14:16', '2025-09-23 12:14:16'),
(47, 40, 'BMW X5 xDrive40i M Sport 2024', '', 1, 77.00, 0.00, 0.00, 77.00, '2025-09-23 12:19:18', '2025-09-23 12:19:18'),
(48, 41, 'BMW X5 xDrive40i M Sport 2024', '', 1, 77.00, 0.00, 0.00, 77.00, '2025-09-23 12:21:09', '2025-09-23 12:21:09'),
(49, 42, 'Ford Mustang GT', '', 1, 500.00, 0.00, 0.00, 500.00, '2025-09-23 12:26:45', '2025-09-23 12:26:45'),
(50, 43, 'Ford Mustang GT', '', 1, 500.00, 0.00, 0.00, 500.00, '2025-09-24 06:24:22', '2025-09-24 06:24:22'),
(51, 44, 'Ford Mustang GT', '', 1, 500.00, 0.00, 0.00, 500.00, '2025-09-24 06:30:54', '2025-09-24 06:30:54'),
(52, 45, 'Renault Clio 6', '', 1, 200.00, 0.00, 0.00, 200.00, '2025-09-24 06:43:54', '2025-09-24 06:43:54'),
(53, 46, 'Renault Clio 6', '', 1, 200.00, 0.00, 0.00, 200.00, '2025-09-24 07:23:46', '2025-09-24 07:23:46'),
(54, 47, 'BMW X5 xDrive40i M Sport 2024', '', 1, 77.00, 0.00, 0.00, 77.00, '2025-09-24 08:16:37', '2025-09-24 08:16:37'),
(55, 48, 'BMW X5 xDrive40i M Sport 2024', '', 1, 77.00, 0.00, 0.00, 77.00, '2025-09-24 08:22:14', '2025-09-24 08:22:14'),
(56, 49, 'BMW X5 xDrive40i M Sport 2024', '', 1, 77.00, 0.00, 0.00, 77.00, '2025-09-24 10:22:48', '2025-09-24 10:22:48'),
(57, 50, 'Lexus ES 350 F Sport 2024', '', 1, 79.00, 0.00, 0.00, 79.00, '2025-09-24 10:54:52', '2025-09-24 10:54:52'),
(58, 51, 'Mercedes-Benz C300 4MATIC 2024', '', 1, 41.00, 0.00, 0.00, 41.00, '2025-09-24 10:58:37', '2025-09-24 10:58:37'),
(59, 52, 'Lexus ES 350 F Sport 2024', '', 1, 79.00, 0.00, 0.00, 79.00, '2025-09-24 10:59:09', '2025-09-24 10:59:09'),
(60, 53, 'Lexus ES 350 F Sport 2024', '', 1, 79.00, 0.00, 0.00, 79.00, '2025-09-24 11:06:19', '2025-09-24 11:06:19'),
(61, 54, 'Lexus ES 350 F Sport 2024', '', 1, 79.00, 0.00, 0.00, 79.00, '2025-09-24 11:07:10', '2025-09-24 11:07:10'),
(62, 55, 'Toyota Camry XLE Hybrid 2024', '', 1, 30.00, 0.00, 0.00, 30.00, '2025-09-24 11:10:13', '2025-09-24 11:10:13'),
(63, 56, 'Mahindra XUV700', '', 1, 1000.00, 0.00, 0.00, 1000.00, '2025-09-25 08:43:08', '2025-09-25 08:43:08'),
(64, 57, 'Renault Clio 6', '', 1, 200.00, 0.00, 0.00, 200.00, '2025-09-25 09:18:19', '2025-09-25 09:18:19');

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

--
-- Table structure for table `cr_messages`
--

CREATE TABLE `cr_messages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `car_id` bigint(20) UNSIGNED DEFAULT NULL,
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `name` varchar(60) NOT NULL,
  `email` varchar(60) DEFAULT NULL,
  `content` text DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `phone` varchar(60) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'unread',
  `vendor_id` bigint(20) UNSIGNED DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_messages`
--

INSERT INTO `cr_messages` (`id`, `car_id`, `customer_id`, `name`, `email`, `content`, `ip_address`, `created_at`, `updated_at`, `phone`, `status`, `vendor_id`) VALUES
(1, NULL, 10, 'John Doe', 'johndoe@example.com', 'I would like to know more about your services.', '192.168.1.1', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '123-456-7890', 'unread', 12),
(2, NULL, 3, 'Jane Smith', 'janesmith@example.com', 'Can you provide a quotation for the project?', '192.168.1.2', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '987-654-3210', 'unread', NULL),
(3, NULL, 11, 'Alice Brown', 'alicebrown@example.com', 'I am having an issue with my recent order.', '192.168.1.3', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '555-666-7777', 'read', NULL),
(4, NULL, 9, 'Bob Green', 'bobgreen@example.com', 'What are your business hours?', '192.168.1.4', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '222-333-4444', 'unread', 12),
(5, NULL, 4, 'Charlie White', 'charliewhite@example.com', 'I need assistance with your product.', '192.168.1.5', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '333-444-5555', 'unread', NULL),
(6, NULL, 5, 'Diana Blue', 'dianablue@example.com', 'Do you offer international shipping?', '192.168.1.6', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '444-555-6666', 'unread', NULL),
(7, NULL, 2, 'Edward Black', 'edwardblack@example.com', 'Can I schedule an appointment?', '192.168.1.7', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '555-666-7778', 'unread', 12),
(8, NULL, 11, 'Fiona Gray', 'fionagray@example.com', 'Your website is not loading for me.', '192.168.1.8', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '666-777-8888', 'read', NULL),
(9, NULL, 6, 'George Violet', 'georgeviolet@example.com', 'I want to change my order details.', '192.168.1.9', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '777-888-9999', 'unread', NULL),
(10, NULL, 11, 'Hannah Pink', 'hannahpink@example.com', 'Can you send me a catalog of your products?', '192.168.1.10', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '888-999-0000', 'unread', 12),
(11, NULL, 11, 'Ian Orange', 'ianorange@example.com', 'Do you offer discounts for bulk purchases?', '192.168.1.11', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '999-000-1111', 'unread', NULL),
(12, NULL, 4, 'Jack Purple', 'jackpurple@example.com', 'I forgot my account password.', '192.168.1.12', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '000-111-2222', 'unread', NULL),
(13, NULL, 2, 'Karen Yellow', 'karenyellow@example.com', 'Can you expedite my order?', '192.168.1.13', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '111-222-3333', 'unread', 12),
(14, NULL, 11, 'Liam Red', 'liamred@example.com', 'Do you have a return policy?', '192.168.1.14', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '222-333-4445', 'read', NULL),
(15, NULL, 10, 'Mia Silver', 'miasilver@example.com', 'Thank you for resolving my issue quickly.', '192.168.1.15', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '333-444-5556', 'unread', NULL),
(16, NULL, 2, 'Noah Gold', 'noahgold@example.com', 'Can I get an invoice for my purchase?', '192.168.1.16', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '444-555-6667', 'unread', 12),
(17, NULL, 3, 'Olivia Bronze', 'oliviabronze@example.com', 'I would like to cancel my order.', '192.168.1.17', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '555-666-7779', 'unread', NULL),
(18, NULL, 8, 'Paul Amber', 'paulamber@example.com', 'Your support team is very helpful.', '192.168.1.18', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '666-777-8889', 'unread', NULL),
(19, NULL, 8, 'Quinn Platinum', 'quinnplatinum@example.com', 'How do I track my shipment?', '192.168.1.19', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '777-888-9990', 'read', 12),
(20, NULL, 2, 'Ruby Diamond', 'rubydiamond@example.com', 'Great service and prompt delivery!', '192.168.1.20', '2025-08-01 08:36:44', '2025-08-01 08:36:44', '888-999-0001', 'unread', NULL);

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

--
-- Table structure for table `cr_services`
--

CREATE TABLE `cr_services` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `description` text DEFAULT NULL,
  `content` text DEFAULT NULL,
  `price` double UNSIGNED NOT NULL DEFAULT 0,
  `currency_id` bigint(20) UNSIGNED DEFAULT NULL,
  `price_type` varchar(191) NOT NULL DEFAULT 'once',
  `image` varchar(191) DEFAULT NULL,
  `logo` varchar(191) DEFAULT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'pending',
  `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 `cr_services`
--

INSERT INTO `cr_services` (`id`, `name`, `description`, `content`, `price`, `currency_id`, `price_type`, `image`, `logo`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Driver Rental Service', 'In addition to our car rental service, we offer professional drivers for hire. Enjoy a stress-free journey with our experienced drivers handling the road.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Sit voluptatem magni consequuntur incidunt quos odio qui facere. Ipsam at architecto perspiciatis provident. Omnis error et et odio dolor corrupti. Illo qui magni architecto autem eos explicabo ducimus. Amet sint vel ratione at voluptas consectetur doloribus. Consequuntur est sint natus dolor occaecati soluta sed.\" content_2=\"Sint doloribus labore saepe iusto. In magni et aperiam saepe est. Recusandae quos eveniet omnis. Sint ut voluptatibus animi veritatis sed qui. Repellendus et quidem eum error velit. Nulla est occaecati quia asperiores consectetur. Veniam quaerat impedit ipsam facere natus quod. Maiores quisquam tenetur at soluta. Voluptas fugit ipsum autem.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 636, NULL, 'once', 'services/citron-with-bg-1.png', 'icons/lexus.png', 'published', '2025-06-10 20:28:35', '2025-06-26 09:55:02'),
(2, 'Oil Change Service', 'Keep your engine in top condition with our oil change service. Available as an add-on to any of our maintenance or repair services.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Minima unde distinctio voluptatibus. Tempore quasi non ad voluptates. Placeat repellendus et labore maiores et qui numquam. Ea aliquam dolores voluptatem quas et ab omnis dolores. Est necessitatibus quidem asperiores voluptas fugit. Aut quod quae laboriosam accusantium. Dolores non fuga debitis et molestiae excepturi amet. At corrupti inventore est facilis.\" content_2=\"Numquam sed consequuntur asperiores ut inventore sit distinctio. Ullam placeat consequatur sint ipsa dolore. Corporis in in ullam earum. Non quibusdam exercitationem quos voluptatem deleniti. Facilis dolores est ut nam sunt itaque. Dolore amet nobis ipsam illum. Velit quibusdam omnis et sit. Mollitia voluptate dolor repellendus temporibus vel.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 136, NULL, 'once', 'services/3-520x380.jpg', 'icons/mer.png', 'published', '2025-06-10 20:28:35', '2025-06-26 10:03:35'),
(3, 'Car Wash & Detailing Package', 'Enhance your car rental or repair experience with our premium car wash and detailing service, leaving your car spotless inside and out.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Beatae aperiam recusandae omnis dolor. Cum est possimus fuga nam quaerat. Aut nesciunt totam porro neque facere quae magnam. Rem ea magnam possimus laudantium voluptatibus repellat voluptatem. Officia debitis iusto autem debitis. Temporibus voluptatem labore deserunt itaque. Error eaque aut ut autem. Sed error ipsa nesciunt excepturi. Ipsum aut quaerat et ab sed nihil occaecati.\" content_2=\"Ad aperiam natus blanditiis dolores esse qui officiis omnis. Quia aut eligendi facere excepturi. Error exercitationem id itaque minima enim. Repellat et corrupti qui mollitia vitae. Nemo reiciendis sit mollitia iusto a qui cupiditate. Minima quaerat ab recusandae odit enim necessitatibus. Nihil atque veniam et.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 476, NULL, 'once', 'services/top-10-car-wash-services-in-kl-selangor.png', 'icons/bugatti.png', 'published', '2025-06-10 20:28:35', '2025-06-26 10:08:16'),
(4, 'Roadside Assistance', 'Our roadside assistance service ensures peace of mind while you rent or drive. Get help with breakdowns, flat tires, or towing when you need it most.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Est ea qui fugit natus et deserunt voluptatum nihil. Delectus omnis dolores qui omnis enim. Qui dolores quae explicabo animi eum et neque velit. Quo iure mollitia soluta et in magni.\" content_2=\"Aut esse ducimus dicta reiciendis cum voluptas. Vel nemo quisquam fugit. Velit nam quia in voluptatem praesentium. Quam sit sit tempora sit. Rem maxime deleniti aspernatur et eum soluta voluptas magni. Et occaecati eligendi et tempora et voluptate. Atque impedit delectus sed provident sed odit occaecati.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 428, NULL, 'once', 'services/how-can-we-use-roadside-assistance-cover-in-car-insurance.jpg', 'icons/jaguar.png', 'published', '2025-06-10 20:28:35', '2025-06-26 10:06:43'),
(5, 'Temporary Car Replacement', 'If your car is in for repairs or maintenance, we offer a temporary car replacement service so you’re never without transportation.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><shortcode>[content-images quantity=\"2\" image_1=\"news/5.jpg\" image_2=\"news/1.jpg\"][/content-images]</shortcode><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Facere optio est id a cupiditate qui. Saepe harum sunt numquam iure recusandae sequi. Laboriosam architecto quia ut eaque quae commodi accusantium exercitationem. Dolore totam ab commodi et possimus rerum ex.\" content_2=\"Qui sit voluptates eos amet non doloribus. Quia earum aspernatur similique libero autem. Nisi reiciendis in deleniti. Non corrupti necessitatibus quis tenetur ut ut veritatis. Mollitia hic quia id commodi molestias eaque. Debitis minus sit nihil.\"][/content-columns]</shortcode><shortcode>[content-images quantity=\"2\" image_1=\"news/5.jpg\" image_2=\"news/1.jpg\"][/content-images]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 246, NULL, 'once', 'services/car-replace.jpg', 'icons/honda.png', 'published', '2025-06-10 20:28:35', '2025-06-26 10:08:05'),
(6, 'Tire Replacement & Balancing', 'We provide tire replacement and wheel balancing services, ensuring your car is safe and smooth on the road, available as an add-on to any maintenance package.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><shortcode>[content-images quantity=\"2\" image_1=\"news/9.jpg\" image_2=\"news/7.jpg\"][/content-images]</shortcode><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Dignissimos omnis dolorum delectus earum error. Laborum soluta ad doloremque excepturi beatae aut omnis. Rem magni culpa explicabo doloribus. Hic pariatur aut similique. Voluptatem hic a consequatur hic similique vel. Voluptatum rem illum maxime debitis sed. Fuga placeat aut cum autem dolorem qui nesciunt.\" content_2=\"Voluptatem ratione aut atque. Reiciendis aspernatur ipsum voluptatum delectus. Nihil corrupti temporibus dolores vel. Maxime ea saepe facilis dolores illum. Et cumque ut ut iste. Provident voluptate sit minima non. Aut aliquid beatae harum voluptas asperiores quis dolores tenetur. Et exercitationem quisquam molestiae atque sit.\"][/content-columns]</shortcode><shortcode>[content-images quantity=\"2\" image_1=\"news/9.jpg\" image_2=\"news/7.jpg\"][/content-images]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 709, NULL, 'once', 'services/tire-replacement.jpg', 'icons/chevrolet.png', 'published', '2025-06-10 20:28:35', '2025-06-26 10:04:45');

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

--
-- Table structure for table `cr_services_translations`
--

CREATE TABLE `cr_services_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_services_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` varchar(191) DEFAULT NULL,
  `content` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_tags`
--

CREATE TABLE `cr_tags` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `description` varchar(400) DEFAULT NULL,
  `status` varchar(191) NOT NULL DEFAULT 'pending',
  `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 `cr_tags_translations`
--

CREATE TABLE `cr_tags_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_tags_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `cr_taxes`
--

CREATE TABLE `cr_taxes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `percentage` decimal(10,2) DEFAULT NULL,
  `status` varchar(30) NOT NULL DEFAULT 'published',
  `priority` smallint(5) UNSIGNED NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `cr_taxes`
--

INSERT INTO `cr_taxes` (`id`, `name`, `percentage`, `status`, `priority`, `created_at`, `updated_at`) VALUES
(1, 'Import Duty', 1.41, 'published', 1, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(2, 'Value Added Tax (VAT)', 4.12, 'published', 2, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(3, 'Currency Conversion', 3.47, 'published', 3, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(4, 'Brokerage', 1.96, 'published', 4, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(5, 'Storage', 2.51, 'published', 5, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(6, 'Administrative', 0.45, 'published', 6, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(7, 'Handling', 1.01, 'published', 7, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(8, 'Insurance', 4.41, 'published', 8, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(9, 'Rural Delivery', 4.44, 'published', 9, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(10, 'Return Shipping', 4.47, 'published', 10, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(11, 'Environmental', 4.38, 'published', 11, '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(12, 'Excise', 2.66, 'published', 12, '2025-08-01 08:35:58', '2025-08-01 08:35:58');

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

--
-- Table structure for table `cr_taxes_translations`
--

CREATE TABLE `cr_taxes_translations` (
  `lang_code` varchar(191) NOT NULL,
  `cr_taxes_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `dashboard_widgets`
--

CREATE TABLE `dashboard_widgets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) 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 `dashboard_widgets`
--

INSERT INTO `dashboard_widgets` (`id`, `name`, `created_at`, `updated_at`) VALUES
(1, 'widget_total_themes', '2025-08-19 05:54:26', '2025-08-19 05:54:26'),
(2, 'widget_total_users', '2025-08-19 05:54:26', '2025-08-19 05:54:26'),
(3, 'widget_total_plugins', '2025-08-19 05:54:26', '2025-08-19 05:54:26'),
(4, 'widget_total_pages', '2025-08-19 05:54:26', '2025-08-19 05:54:26'),
(5, 'widget_posts_recent', '2025-08-19 05:54:26', '2025-08-19 05:54:26'),
(6, 'widget_audit_logs', '2025-08-19 05:54:27', '2025-08-19 05:54:27');

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

--
-- Table structure for table `dashboard_widget_settings`
--

CREATE TABLE `dashboard_widget_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `settings` text DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `widget_id` bigint(20) UNSIGNED NOT NULL,
  `order` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` tinyint(3) UNSIGNED NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `dashboard_widget_settings`
--

INSERT INTO `dashboard_widget_settings` (`id`, `settings`, `user_id`, `widget_id`, `order`, `status`, `created_at`, `updated_at`) VALUES
(1, NULL, 1, 6, 0, 1, '2025-08-21 08:31:21', '2025-08-21 08:32:45'),
(2, NULL, 1, 5, 1, 1, '2025-08-21 08:31:21', '2025-08-21 08:32:45');

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

--
-- Table structure for table `device_tokens`
--

CREATE TABLE `device_tokens` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `token` varchar(191) NOT NULL,
  `platform` varchar(191) DEFAULT NULL,
  `app_version` varchar(191) DEFAULT NULL,
  `device_id` varchar(191) DEFAULT NULL,
  `user_type` varchar(191) DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `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 `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `uuid` varchar(191) NOT NULL,
  `connection` text NOT NULL,
  `queue` text NOT NULL,
  `payload` longtext NOT NULL,
  `exception` longtext NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `faqs`
--

CREATE TABLE `faqs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `question` text NOT NULL,
  `answer` text NOT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `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 `faqs`
--

INSERT INTO `faqs` (`id`, `question`, `answer`, `category_id`, `status`, `created_at`, `updated_at`) VALUES
(1, 'What is MX Car?', '<p style=\"margin-left:15px;\">MX Car is a vehicle listing and management platform for dealers and admins to publish, manage, and promote car inventories.</p>', 1, 'published', '2025-08-01 08:35:49', '2025-08-21 12:23:54'),
(2, 'Who can use MX Car?', '<p style=\"margin-left:15px;\">Dealers, showroom managers, and admins. Public users can browse listings; only verified accounts can post/manage vehicles.</p>', 2, 'published', '2025-08-01 08:35:49', '2025-08-21 12:20:11'),
(3, 'Which browsers are supported?', '<p style=\"margin-left:15px;\">Latest Chrome, Edge, Firefox, and Safari.</p>', 1, 'published', '2025-08-01 08:35:49', '2025-08-21 12:20:20'),
(4, 'How do I enable featured cars?', '<p style=\"margin-left:15px;\">Mark a listing as <span class=\"s1\"><strong>Featured</strong></span> in the vehicle form. Featured cars appear in special sections on the homepage.</p>', 2, 'published', '2025-08-01 08:35:49', '2025-08-21 12:20:31'),
(5, 'Is dark mode supported?', '<p style=\"margin-left:15px;\">Yes. Set <span class=\"s1\">data-bs-theme=\"dark\"</span> on the root element.</p>', 2, 'published', '2025-08-01 08:35:49', '2025-08-21 12:20:40'),
(6, 'I forgot my password—what should I do?', '<p style=\"margin-left:15px;\">Use <span class=\"s1\"><strong>Forgot Password</strong></span> on the sign-in page to receive a reset link.</p>', 2, 'published', '2025-08-01 08:35:49', '2025-08-21 12:20:50'),
(7, 'How do I add a new car?', '<p style=\"margin-left:15px;\">Go to <span class=\"s1\"><strong>Inventory → Add Vehicle</strong></span> , fill model, variant, year, fuel, transmission, mileage, price, photos, and publish.</p>', 3, 'published', '2025-08-01 08:35:49', '2025-08-21 12:21:05'),
(8, 'What safety measures do you have for guests?', '<p style=\"margin-left:15px;\">Your well-being is our paramount concern. We have implemented stringent health and safety protocols to ensure a secure and comfortable environment for all our guests. These measures encompass enhanced cleaning procedures, social distancing guidelines, and a commitment to maintaining the highest standards of hygiene throughout the resort.</p>', 4, 'published', '2025-08-01 08:35:49', '2025-08-21 12:24:28'),
(9, 'Does MX Car generate SEO-friendly URLs?', '<p style=\"margin-left:15px;\">Yes. Each vehicle listing has a slug based on its model and variant, which can be customized manually.</p>', 1, 'published', '2025-08-01 08:35:49', '2025-08-21 12:24:19'),
(10, 'Can I duplicate a vehicle listing?', '<p style=\"margin-left:15px;\">Yes. Use the <span class=\"s1\"><strong>Duplicate</strong></span> button on the vehicle list page to quickly clone an existing listing.</p>', 5, 'published', '2025-08-01 08:35:49', '2025-08-21 12:24:04');

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

--
-- Table structure for table `faqs_translations`
--

CREATE TABLE `faqs_translations` (
  `lang_code` varchar(20) NOT NULL,
  `faqs_id` bigint(20) UNSIGNED NOT NULL,
  `question` text DEFAULT NULL,
  `answer` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `faq_categories`
--

CREATE TABLE `faq_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `faq_categories`
--

INSERT INTO `faq_categories` (`id`, `name`, `order`, `status`, `created_at`, `updated_at`, `description`) VALUES
(1, 'GENERAL INFORMATION', 0, 'published', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL),
(2, 'ACCOMMODATIONS AND AMENITIES', 1, 'published', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL),
(3, 'SPECIAL EVENTS', 2, 'published', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL),
(4, 'SAFETY AND HEALTH', 3, 'published', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL),
(5, 'EXPLORING', 4, 'published', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL),
(6, 'Account Management', 5, 'published', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL),
(7, 'Booking and Reservations', 6, 'published', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL),
(8, 'Activity Information', 7, 'published', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL);

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

--
-- Table structure for table `faq_categories_translations`
--

CREATE TABLE `faq_categories_translations` (
  `lang_code` varchar(20) NOT NULL,
  `faq_categories_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `fob_comments`
--

CREATE TABLE `fob_comments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `reply_to` bigint(20) UNSIGNED DEFAULT NULL,
  `author_type` varchar(191) DEFAULT NULL,
  `author_id` bigint(20) UNSIGNED DEFAULT NULL,
  `reference_type` varchar(191) DEFAULT NULL,
  `reference_id` bigint(20) UNSIGNED DEFAULT NULL,
  `reference_url` varchar(255) DEFAULT NULL,
  `name` varchar(120) NOT NULL,
  `email` varchar(120) DEFAULT NULL,
  `website` varchar(255) DEFAULT NULL,
  `content` longtext NOT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'pending',
  `ip_address` varchar(45) NOT NULL,
  `user_agent` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `galleries`
--

CREATE TABLE `galleries` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `description` longtext NOT NULL,
  `is_featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `order` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `image` varchar(191) DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `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 `galleries`
--

INSERT INTO `galleries` (`id`, `name`, `description`, `is_featured`, `order`, `image`, `user_id`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Stunning Electric Cars of 2024', '<p>Optio veritatis perspiciatis eaque eius repellat. Voluptate et vitae aut pariatur aut magni.</p>', 0, 0, 'cars/featured-the-advantages-and-disadvantages-of-hybrid-vs-electric-cars.jpg', 1, 'published', '2025-06-10 20:28:25', '2025-06-26 08:21:26'),
(2, 'Top Luxury Cars for Special Occasions', '<p>Nemo incidunt quaerat reprehenderit animi sed et harum. Quia quasi optio esse iste ea. Harum adipisci vero itaque provident.</p>', 0, 0, 'cars/images-16.jpeg', 1, 'published', '2025-06-10 20:28:25', '2025-06-26 08:20:05'),
(3, 'Family Cars with Advanced Safety Features', '<p>Aut eum rerum delectus non. Reiciendis pariatur consequatur blanditiis ut. Similique optio voluptatem doloremque ut ut.</p>', 0, 0, 'cars/images-18.jpeg', 1, 'published', '2025-06-10 20:28:25', '2025-06-26 08:18:35'),
(4, 'Off-Road Vehicles in Action', '<p>Laudantium sunt tempora vitae sunt dolorem suscipit. Illum rerum qui blanditiis. Nostrum quaerat quos beatae earum est.</p>', 0, 0, 'cars/05-2023-honda-cr-v-sport-3.jpg', 1, 'published', '2025-06-10 20:28:25', '2025-06-26 08:14:49'),
(5, 'The Evolution of Car Design: A Visual Journey', '<p>Ut nostrum aut molestiae sint aspernatur. Sit tempora aut ea.</p>', 0, 0, 'cars/12-04-24-gruzja-2857.jpg', 1, 'published', '2025-06-10 20:28:25', '2025-06-26 08:17:35'),
(6, 'Best Road Trip Cars of the Year', '<p>Deserunt unde nulla ut et odio. Voluptatem impedit sint totam ex quo. Unde rerum eos velit non.</p>', 0, 0, 'cars/large-63358-2025tucsonhybrid.jpg', 1, 'published', '2025-06-10 20:28:25', '2025-06-26 08:13:50'),
(7, 'Exclusive New Car Models Unveiled', '<p>Tenetur molestiae laboriosam aut. Minima ad eius accusamus quis placeat dolores fugiat. Aut omnis pariatur libero voluptatibus laudantium recusandae.</p>', 0, 0, 'cars/kia-ev6-india.jpg', 1, 'published', '2025-06-10 20:28:25', '2025-06-26 08:11:58'),
(8, 'Iconic Cars from Around the World', '<p>Minus odio officiis natus. Rem eos reiciendis voluptas quia non laudantium. Cum laudantium sed vero consectetur minima similique et.</p>', 0, 0, 'cars/images-23.jpeg', 1, 'published', '2025-06-10 20:28:25', '2025-06-26 08:09:58'),
(9, 'The Future of Electric and Hybrid Cars', '<p>Et magnam sit est neque voluptatem ipsum consequatur porro. Ipsum magnam maxime aut quia occaecati. Voluptatem velit sed fuga quia.</p>', 0, 0, 'cars/hybrid-x-design-study-of-the-next-generation-hybrid-vehicle.jpeg', 1, 'published', '2025-06-10 20:28:25', '2025-06-26 07:31:20'),
(10, 'Luxury Car Interiors: A Closer Look', '<p>Cum commodi rem vel aut corporis ut. Optio fuga autem corporis non et nihil est provident. Magnam id et et velit error et.</p>', 0, 0, 'galleries/mercedes-s-class-interior-3.png', 1, 'published', '2025-06-10 20:28:25', '2025-06-26 08:06:45');

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

--
-- Table structure for table `galleries_translations`
--

CREATE TABLE `galleries_translations` (
  `lang_code` varchar(20) NOT NULL,
  `galleries_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `gallery_meta`
--

CREATE TABLE `gallery_meta` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `images` text DEFAULT NULL,
  `reference_id` bigint(20) UNSIGNED NOT NULL,
  `reference_type` varchar(120) 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 `gallery_meta`
--

INSERT INTO `gallery_meta` (`id`, `images`, `reference_id`, `reference_type`, `created_at`, `updated_at`) VALUES
(1, '[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]', 1, 'Botble\\Gallery\\Models\\Gallery', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(2, '[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]', 2, 'Botble\\Gallery\\Models\\Gallery', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(3, '[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]', 3, 'Botble\\Gallery\\Models\\Gallery', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(4, '[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]', 4, 'Botble\\Gallery\\Models\\Gallery', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(5, '[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]', 5, 'Botble\\Gallery\\Models\\Gallery', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(6, '[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]', 6, 'Botble\\Gallery\\Models\\Gallery', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(7, '[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]', 7, 'Botble\\Gallery\\Models\\Gallery', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(8, '[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]', 8, 'Botble\\Gallery\\Models\\Gallery', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(9, '[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]', 9, 'Botble\\Gallery\\Models\\Gallery', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(10, '[{\"img\":\"galleries\\/1.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/2.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/3.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/4.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/5.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/6.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/7.jpg\",\"description\":\"\"},{\"img\":\"galleries\\/8.jpg\",\"description\":\"\"}]', 10, 'Botble\\Gallery\\Models\\Gallery', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(16, NULL, 3, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:42', '2025-08-21 05:24:42'),
(20, NULL, 6, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:26', '2025-08-21 05:25:26'),
(25, NULL, 8, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:48', '2025-08-21 05:25:48'),
(26, NULL, 9, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:55', '2025-08-21 05:25:55'),
(28, NULL, 10, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:03', '2025-08-21 05:26:03'),
(30, NULL, 30, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:12', '2025-08-21 05:26:12'),
(32, NULL, 13, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:51', '2025-08-21 05:26:51'),
(35, NULL, 16, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:21', '2025-08-21 05:27:21'),
(41, NULL, 25, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:03', '2025-08-21 05:28:03'),
(42, NULL, 24, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:16', '2025-08-21 05:28:16'),
(43, NULL, 19, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:20', '2025-08-21 05:28:20'),
(44, NULL, 23, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:24', '2025-08-21 05:28:24'),
(45, NULL, 22, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:36', '2025-08-21 05:28:36'),
(46, NULL, 21, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:46', '2025-08-21 05:28:46'),
(47, NULL, 2, 'Botble\\Page\\Models\\Page', '2025-08-21 05:29:08', '2025-08-21 05:29:08'),
(50, NULL, 12, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:27:18', '2025-08-21 12:27:18'),
(51, NULL, 13, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:27:30', '2025-08-21 12:27:30'),
(52, NULL, 14, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:28:10', '2025-08-21 12:28:10'),
(53, NULL, 15, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:28:23', '2025-08-21 12:28:23'),
(54, NULL, 17, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:28:46', '2025-08-21 12:28:46'),
(55, NULL, 18, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:29:08', '2025-08-21 12:29:08'),
(56, NULL, 19, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:29:21', '2025-08-21 12:29:21'),
(57, NULL, 1, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:04', '2025-08-21 12:30:04'),
(58, NULL, 2, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:15', '2025-08-21 12:30:15'),
(59, NULL, 3, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:27', '2025-08-21 12:30:27'),
(60, NULL, 4, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:39', '2025-08-21 12:30:39'),
(61, NULL, 5, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:50', '2025-08-21 12:30:50'),
(62, NULL, 6, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:06', '2025-08-21 12:31:06'),
(63, NULL, 7, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:18', '2025-08-21 12:31:18'),
(64, NULL, 10, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:31', '2025-08-21 12:31:31'),
(65, NULL, 9, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:44', '2025-08-21 12:31:44'),
(66, NULL, 8, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:59', '2025-08-21 12:31:59'),
(67, NULL, 11, 'Botble\\Page\\Models\\Page', '2025-08-22 05:55:25', '2025-08-22 05:55:25'),
(68, NULL, 36, 'Botble\\Page\\Models\\Page', '2025-08-22 06:09:29', '2025-08-22 06:09:29');

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

--
-- Table structure for table `gallery_meta_translations`
--

CREATE TABLE `gallery_meta_translations` (
  `lang_code` varchar(20) NOT NULL,
  `gallery_meta_id` bigint(20) UNSIGNED NOT NULL,
  `images` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

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

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

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

CREATE TABLE `languages` (
  `lang_id` bigint(20) UNSIGNED NOT NULL,
  `lang_name` varchar(120) NOT NULL,
  `lang_locale` varchar(20) NOT NULL,
  `lang_code` varchar(20) NOT NULL,
  `lang_flag` varchar(20) DEFAULT NULL,
  `lang_is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `lang_order` int(11) NOT NULL DEFAULT 0,
  `lang_is_rtl` tinyint(3) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `languages` (`lang_id`, `lang_name`, `lang_locale`, `lang_code`, `lang_flag`, `lang_is_default`, `lang_order`, `lang_is_rtl`) VALUES
(1, 'English', 'en', 'en_US', 'us', 1, 0, 0);

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

--
-- Table structure for table `language_meta`
--

CREATE TABLE `language_meta` (
  `lang_meta_id` bigint(20) UNSIGNED NOT NULL,
  `lang_meta_code` varchar(20) DEFAULT NULL,
  `lang_meta_origin` varchar(32) NOT NULL,
  `reference_id` bigint(20) UNSIGNED NOT NULL,
  `reference_type` varchar(120) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `language_meta`
--

INSERT INTO `language_meta` (`lang_meta_id`, `lang_meta_code`, `lang_meta_origin`, `reference_id`, `reference_type`) VALUES
(1, 'en_US', '053c7bd0302bd8b8d1fd31a600082997', 1, 'Botble\\Menu\\Models\\MenuLocation'),
(2, 'en_US', '52afe3d05c9be3af29c5db30da4bb82f', 1, 'Botble\\Menu\\Models\\Menu'),
(3, 'en_US', '9550a9394e533d12d5c0741892e106c2', 1, 'Botble\\SimpleSlider\\Models\\SimpleSlider'),
(4, 'en_US', '516d065fe0acb68f564ff8b24a83a9c5', 2, 'Botble\\SimpleSlider\\Models\\SimpleSlider'),
(5, 'en_US', '978e5deeeda2242e72cc8d0013132704', 1, 'Botble\\Menu\\Models\\MenuNode'),
(6, 'en_US', '4dad61a04e30baf65b04394d720228e7', 27, 'Botble\\Menu\\Models\\MenuNode'),
(7, 'en_US', '081cc4195cd1894102c3b54c2abbff61', 15, 'Botble\\Menu\\Models\\MenuNode'),
(8, 'en_US', '4c901d4c7f86396e6107948e94a4eac9', 16, 'Botble\\Menu\\Models\\MenuNode'),
(9, 'en_US', '8e80226c1fc9063c908c2c6074b34aac', 17, 'Botble\\Menu\\Models\\MenuNode'),
(10, 'en_US', '15c83533257f3a80028747ede0a2e2a3', 23, 'Botble\\Menu\\Models\\MenuNode'),
(11, 'en_US', 'e437f247636ab787d490af3b47733f52', 26, 'Botble\\Menu\\Models\\MenuNode');

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

--
-- Table structure for table `media_files`
--

CREATE TABLE `media_files` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `alt` varchar(191) DEFAULT NULL,
  `folder_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `mime_type` varchar(120) NOT NULL,
  `size` int(11) NOT NULL,
  `url` varchar(191) NOT NULL,
  `options` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `visibility` varchar(191) NOT NULL DEFAULT 'public'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `media_files`
--

INSERT INTO `media_files` (`id`, `user_id`, `name`, `alt`, `folder_id`, `mime_type`, `size`, `url`, `options`, `created_at`, `updated_at`, `deleted_at`, `visibility`) VALUES
(1, 0, '1', '1', 1, 'image/jpeg', 10644, 'general/1.jpg', '[]', '2025-08-01 08:35:33', '2025-08-01 08:35:33', NULL, 'public'),
(2, 0, '2', '2', 1, 'image/jpeg', 4750, 'general/2.jpg', '[]', '2025-08-01 08:35:33', '2025-08-01 08:35:33', NULL, 'public'),
(3, 0, '3', '3', 1, 'image/jpeg', 8045, 'general/3.jpg', '[]', '2025-08-01 08:35:33', '2025-08-01 08:35:33', NULL, 'public'),
(4, 0, 'about-us-1', 'about-us-1', 1, 'image/jpeg', 11009, 'general/about-us-1.jpg', '[]', '2025-08-01 08:35:34', '2025-08-01 08:35:34', NULL, 'public'),
(5, 0, 'about-us-2', 'about-us-2', 1, 'image/jpeg', 11009, 'general/about-us-2.jpg', '[]', '2025-08-01 08:35:34', '2025-08-01 08:35:34', NULL, 'public'),
(6, 0, 'about-us-3', 'about-us-3', 1, 'image/jpeg', 9151, 'general/about-us-3.jpg', '[]', '2025-08-01 08:35:34', '2025-08-01 08:35:34', NULL, 'public'),
(8, 0, 'appstore', 'appstore', 1, 'image/png', 3718, 'general/appstore.png', '[]', '2025-08-01 08:35:34', '2025-08-01 08:35:34', NULL, 'public'),
(9, 0, 'background', 'background', 1, 'image/png', 171804, 'general/background.png', '[]', '2025-08-01 08:35:35', '2025-08-01 08:35:35', NULL, 'public'),
(10, 0, 'favicon', 'favicon', 1, 'image/png', 2019, 'general/favicon.png', '[]', '2025-08-01 08:35:35', '2025-08-19 05:57:09', '2025-08-19 05:57:09', 'public'),
(11, 0, 'googleplay', 'googleplay', 1, 'image/png', 3970, 'general/googleplay.png', '[]', '2025-08-01 08:35:35', '2025-08-01 08:35:35', NULL, 'public'),
(12, 0, 'img-1', 'img-1', 1, 'image/png', 8332, 'general/img-1.png', '[]', '2025-08-01 08:35:35', '2025-08-01 08:35:35', NULL, 'public'),
(13, 0, 'img-2-1', 'img-2-1', 1, 'image/png', 4793, 'general/img-2-1.png', '[]', '2025-08-01 08:35:36', '2025-08-01 08:35:36', NULL, 'public'),
(14, 0, 'img-2-2', 'img-2-2', 1, 'image/png', 4443, 'general/img-2-2.png', '[]', '2025-08-01 08:35:36', '2025-08-01 08:35:36', NULL, 'public'),
(15, 0, 'img-2-3', 'img-2-3', 1, 'image/png', 3547, 'general/img-2-3.png', '[]', '2025-08-01 08:35:36', '2025-08-01 08:35:36', NULL, 'public'),
(16, 0, 'img-2-4', 'img-2-4', 1, 'image/png', 4221, 'general/img-2-4.png', '[]', '2025-08-01 08:35:36', '2025-08-01 08:35:36', NULL, 'public'),
(17, 0, 'img-2', 'img-2', 1, 'image/png', 8360, 'general/img-2.png', '[]', '2025-08-01 08:35:36', '2025-08-01 08:35:36', NULL, 'public'),
(18, 0, 'img-3', 'img-3', 1, 'image/png', 7564, 'general/img-3.png', '[]', '2025-08-01 08:35:37', '2025-08-01 08:35:37', NULL, 'public'),
(19, 0, 'img-4', 'img-4', 1, 'image/png', 7335, 'general/img-4.png', '[]', '2025-08-01 08:35:37', '2025-08-01 08:35:37', NULL, 'public'),
(20, 0, 'img-5', 'img-5', 1, 'image/png', 8318, 'general/img-5.png', '[]', '2025-08-01 08:35:37', '2025-08-01 08:35:37', NULL, 'public'),
(22, 0, 'logo', 'logo', 1, 'image/png', 4617, 'general/logo.png', '[]', '2025-08-01 08:35:38', '2025-08-19 05:56:58', '2025-08-19 05:56:58', 'public'),
(23, 0, 'phone', 'phone', 1, 'image/png', 10618, 'general/phone.png', '[]', '2025-08-01 08:35:38', '2025-08-01 08:35:38', NULL, 'public'),
(24, 0, 'truck', 'truck', 1, 'image/png', 5660, 'general/truck.png', '[]', '2025-08-01 08:35:38', '2025-08-01 08:35:38', NULL, 'public'),
(29, 0, '1', '1', 3, 'image/jpeg', 19108, 'news/1.jpg', '[]', '2025-08-01 08:35:40', '2025-08-01 08:35:40', NULL, 'public'),
(30, 0, '10', '10', 3, 'image/jpeg', 19108, 'news/10.jpg', '[]', '2025-08-01 08:35:41', '2025-08-01 08:35:41', NULL, 'public'),
(31, 0, '11', '11', 3, 'image/jpeg', 19108, 'news/11.jpg', '[]', '2025-08-01 08:35:41', '2025-08-01 08:35:41', NULL, 'public'),
(32, 0, '12', '12', 3, 'image/jpeg', 19108, 'news/12.jpg', '[]', '2025-08-01 08:35:41', '2025-08-01 08:35:41', NULL, 'public'),
(33, 0, '13', '13', 3, 'image/jpeg', 19108, 'news/13.jpg', '[]', '2025-08-01 08:35:41', '2025-08-01 08:35:41', NULL, 'public'),
(34, 0, '14', '14', 3, 'image/jpeg', 19108, 'news/14.jpg', '[]', '2025-08-01 08:35:42', '2025-08-01 08:35:42', NULL, 'public'),
(35, 0, '15', '15', 3, 'image/jpeg', 19108, 'news/15.jpg', '[]', '2025-08-01 08:35:42', '2025-08-01 08:35:42', NULL, 'public'),
(36, 0, '16', '16', 3, 'image/jpeg', 19108, 'news/16.jpg', '[]', '2025-08-01 08:35:42', '2025-08-01 08:35:42', NULL, 'public'),
(37, 0, '17', '17', 3, 'image/jpeg', 19108, 'news/17.jpg', '[]', '2025-08-01 08:35:43', '2025-08-01 08:35:43', NULL, 'public'),
(38, 0, '18', '18', 3, 'image/jpeg', 19108, 'news/18.jpg', '[]', '2025-08-01 08:35:43', '2025-08-01 08:35:43', NULL, 'public'),
(39, 0, '19', '19', 3, 'image/jpeg', 19108, 'news/19.jpg', '[]', '2025-08-01 08:35:43', '2025-08-01 08:35:43', NULL, 'public'),
(40, 0, '2', '2', 3, 'image/jpeg', 19108, 'news/2.jpg', '[]', '2025-08-01 08:35:43', '2025-08-01 08:35:43', NULL, 'public'),
(41, 0, '20', '20', 3, 'image/jpeg', 19108, 'news/20.jpg', '[]', '2025-08-01 08:35:44', '2025-08-01 08:35:44', NULL, 'public'),
(42, 0, '3', '3', 3, 'image/jpeg', 19108, 'news/3.jpg', '[]', '2025-08-01 08:35:44', '2025-08-01 08:35:44', NULL, 'public'),
(43, 0, '4', '4', 3, 'image/jpeg', 19108, 'news/4.jpg', '[]', '2025-08-01 08:35:44', '2025-08-01 08:35:44', NULL, 'public'),
(44, 0, '5', '5', 3, 'image/jpeg', 19108, 'news/5.jpg', '[]', '2025-08-01 08:35:45', '2025-08-01 08:35:45', NULL, 'public'),
(45, 0, '6', '6', 3, 'image/jpeg', 19108, 'news/6.jpg', '[]', '2025-08-01 08:35:45', '2025-08-01 08:35:45', NULL, 'public'),
(46, 0, '7', '7', 3, 'image/jpeg', 19108, 'news/7.jpg', '[]', '2025-08-01 08:35:45', '2025-08-01 08:35:45', NULL, 'public'),
(47, 0, '8', '8', 3, 'image/jpeg', 19108, 'news/8.jpg', '[]', '2025-08-01 08:35:45', '2025-08-01 08:35:45', NULL, 'public'),
(48, 0, '9', '9', 3, 'image/jpeg', 19108, 'news/9.jpg', '[]', '2025-08-01 08:35:46', '2025-08-01 08:35:46', NULL, 'public'),
(49, 0, '1', '1', 4, 'image/jpeg', 12879, 'galleries/1.jpg', '[]', '2025-08-01 08:35:46', '2025-08-01 08:35:46', NULL, 'public'),
(50, 0, '10', '10', 4, 'image/jpeg', 12879, 'galleries/10.jpg', '[]', '2025-08-01 08:35:46', '2025-08-01 08:35:46', NULL, 'public'),
(51, 0, '2', '2', 4, 'image/jpeg', 12879, 'galleries/2.jpg', '[]', '2025-08-01 08:35:47', '2025-08-01 08:35:47', NULL, 'public'),
(52, 0, '3', '3', 4, 'image/jpeg', 12879, 'galleries/3.jpg', '[]', '2025-08-01 08:35:47', '2025-08-01 08:35:47', NULL, 'public'),
(53, 0, '4', '4', 4, 'image/jpeg', 12879, 'galleries/4.jpg', '[]', '2025-08-01 08:35:47', '2025-08-01 08:35:47', NULL, 'public'),
(54, 0, '5', '5', 4, 'image/jpeg', 12879, 'galleries/5.jpg', '[]', '2025-08-01 08:35:47', '2025-08-01 08:35:47', NULL, 'public'),
(55, 0, '6', '6', 4, 'image/jpeg', 12879, 'galleries/6.jpg', '[]', '2025-08-01 08:35:48', '2025-08-01 08:35:48', NULL, 'public'),
(56, 0, '7', '7', 4, 'image/jpeg', 12879, 'galleries/7.jpg', '[]', '2025-08-01 08:35:48', '2025-08-01 08:35:48', NULL, 'public'),
(57, 0, '8', '8', 4, 'image/jpeg', 12879, 'galleries/8.jpg', '[]', '2025-08-01 08:35:48', '2025-08-01 08:35:48', NULL, 'public'),
(58, 0, '9', '9', 4, 'image/jpeg', 12879, 'galleries/9.jpg', '[]', '2025-08-01 08:35:48', '2025-08-01 08:35:48', NULL, 'public'),
(59, 0, '1', '1', 5, 'image/jpeg', 9803, 'teams/1.jpg', '[]', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL, 'public'),
(60, 0, '2', '2', 5, 'image/jpeg', 9803, 'teams/2.jpg', '[]', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL, 'public'),
(61, 0, '3', '3', 5, 'image/jpeg', 9803, 'teams/3.jpg', '[]', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL, 'public'),
(62, 0, '4', '4', 5, 'image/jpeg', 9803, 'teams/4.jpg', '[]', '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL, 'public'),
(63, 0, '5', '5', 5, 'image/jpeg', 9803, 'teams/5.jpg', '[]', '2025-08-01 08:35:50', '2025-08-01 08:35:50', NULL, 'public'),
(64, 0, '6', '6', 5, 'image/jpeg', 9803, 'teams/6.jpg', '[]', '2025-08-01 08:35:50', '2025-08-01 08:35:50', NULL, 'public'),
(65, 0, '7', '7', 5, 'image/jpeg', 9803, 'teams/7.jpg', '[]', '2025-08-01 08:35:50', '2025-08-01 08:35:50', NULL, 'public'),
(66, 0, '8', '8', 5, 'image/jpeg', 9803, 'teams/8.jpg', '[]', '2025-08-01 08:35:50', '2025-08-01 08:35:50', NULL, 'public'),
(67, 0, '1', '1', 6, 'image/png', 3750, 'testimonials/1.png', '[]', '2025-08-01 08:35:51', '2025-08-01 08:35:51', NULL, 'public'),
(68, 0, '2', '2', 6, 'image/png', 3750, 'testimonials/2.png', '[]', '2025-08-01 08:35:51', '2025-08-01 08:35:51', NULL, 'public'),
(69, 0, '3', '3', 6, 'image/png', 3750, 'testimonials/3.png', '[]', '2025-08-01 08:35:51', '2025-08-01 08:35:51', NULL, 'public'),
(70, 0, '4', '4', 6, 'image/png', 3750, 'testimonials/4.png', '[]', '2025-08-01 08:35:51', '2025-08-01 08:35:51', NULL, 'public'),
(71, 0, 'location1', 'location1', 7, 'image/jpeg', 11707, 'locations/location1.jpg', '[]', '2025-08-01 08:35:51', '2025-08-01 08:35:51', NULL, 'public'),
(72, 0, 'location2', 'location2', 7, 'image/jpeg', 11707, 'locations/location2.jpg', '[]', '2025-08-01 08:35:52', '2025-08-01 08:35:52', NULL, 'public'),
(73, 0, 'location3', 'location3', 7, 'image/jpeg', 11707, 'locations/location3.jpg', '[]', '2025-08-01 08:35:52', '2025-08-01 08:35:52', NULL, 'public'),
(74, 0, 'location4', 'location4', 7, 'image/jpeg', 11707, 'locations/location4.jpg', '[]', '2025-08-01 08:35:52', '2025-08-01 08:35:52', NULL, 'public'),
(75, 0, 'location5', 'location5', 7, 'image/jpeg', 11707, 'locations/location5.jpg', '[]', '2025-08-01 08:35:52', '2025-08-01 08:35:52', NULL, 'public'),
(76, 0, 'location6', 'location6', 7, 'image/jpeg', 11707, 'locations/location6.jpg', '[]', '2025-08-01 08:35:53', '2025-08-01 08:35:53', NULL, 'public'),
(77, 0, '1', '1', 8, 'image/jpeg', 3916, 'customers/1.jpg', '[]', '2025-08-01 08:35:53', '2025-08-01 08:35:53', NULL, 'public'),
(78, 0, '10', '10', 8, 'image/jpeg', 3916, 'customers/10.jpg', '[]', '2025-08-01 08:35:53', '2025-08-01 08:35:53', NULL, 'public'),
(79, 0, '11', '11', 8, 'image/jpeg', 3916, 'customers/11.jpg', '[]', '2025-08-01 08:35:53', '2025-08-01 08:35:53', NULL, 'public'),
(80, 0, '2', '2', 8, 'image/jpeg', 3916, 'customers/2.jpg', '[]', '2025-08-01 08:35:54', '2025-08-01 08:35:54', NULL, 'public'),
(81, 0, '3', '3', 8, 'image/jpeg', 3916, 'customers/3.jpg', '[]', '2025-08-01 08:35:54', '2025-08-01 08:35:54', NULL, 'public'),
(82, 0, '4', '4', 8, 'image/jpeg', 3916, 'customers/4.jpg', '[]', '2025-08-01 08:35:54', '2025-08-01 08:35:54', NULL, 'public'),
(83, 0, '5', '5', 8, 'image/jpeg', 3916, 'customers/5.jpg', '[]', '2025-08-01 08:35:54', '2025-08-01 08:35:54', NULL, 'public'),
(84, 0, '6', '6', 8, 'image/jpeg', 3916, 'customers/6.jpg', '[]', '2025-08-01 08:35:54', '2025-08-01 08:35:54', NULL, 'public'),
(85, 0, '7', '7', 8, 'image/jpeg', 3916, 'customers/7.jpg', '[]', '2025-08-01 08:35:55', '2025-08-01 08:35:55', NULL, 'public'),
(86, 0, '8', '8', 8, 'image/jpeg', 3916, 'customers/8.jpg', '[]', '2025-08-01 08:35:55', '2025-08-01 08:35:55', NULL, 'public'),
(87, 0, '9', '9', 8, 'image/jpeg', 3916, 'customers/9.jpg', '[]', '2025-08-01 08:35:55', '2025-08-01 08:35:55', NULL, 'public'),
(88, 0, '1', '1', 9, 'image/jpeg', 33268, 'cars/1.jpg', '[]', '2025-08-01 08:35:58', '2025-08-01 08:35:58', NULL, 'public'),
(89, 0, '10', '10', 9, 'image/jpeg', 33268, 'cars/10.jpg', '[]', '2025-08-01 08:35:59', '2025-08-01 08:35:59', NULL, 'public'),
(90, 0, '100', '100', 9, 'image/jpeg', 33268, 'cars/100.jpg', '[]', '2025-08-01 08:35:59', '2025-08-01 08:35:59', NULL, 'public'),
(91, 0, '101', '101', 9, 'image/jpeg', 33268, 'cars/101.jpg', '[]', '2025-08-01 08:36:00', '2025-08-01 08:36:00', NULL, 'public'),
(92, 0, '102', '102', 9, 'image/jpeg', 33268, 'cars/102.jpg', '[]', '2025-08-01 08:36:00', '2025-08-01 08:36:00', NULL, 'public'),
(93, 0, '103', '103', 9, 'image/jpeg', 33268, 'cars/103.jpg', '[]', '2025-08-01 08:36:00', '2025-08-01 08:36:00', NULL, 'public'),
(94, 0, '104', '104', 9, 'image/jpeg', 33268, 'cars/104.jpg', '[]', '2025-08-01 08:36:01', '2025-08-01 08:36:01', NULL, 'public'),
(95, 0, '105', '105', 9, 'image/jpeg', 33268, 'cars/105.jpg', '[]', '2025-08-01 08:36:01', '2025-08-01 08:36:01', NULL, 'public'),
(96, 0, '11', '11', 9, 'image/jpeg', 33268, 'cars/11.jpg', '[]', '2025-08-01 08:36:01', '2025-08-01 08:36:01', NULL, 'public'),
(97, 0, '12', '12', 9, 'image/jpeg', 33268, 'cars/12.jpg', '[]', '2025-08-01 08:36:02', '2025-08-01 08:36:02', NULL, 'public'),
(98, 0, '13', '13', 9, 'image/jpeg', 33268, 'cars/13.jpg', '[]', '2025-08-01 08:36:02', '2025-08-01 08:36:02', NULL, 'public'),
(99, 0, '14', '14', 9, 'image/jpeg', 33268, 'cars/14.jpg', '[]', '2025-08-01 08:36:02', '2025-08-01 08:36:02', NULL, 'public'),
(100, 0, '15', '15', 9, 'image/jpeg', 33268, 'cars/15.jpg', '[]', '2025-08-01 08:36:03', '2025-08-01 08:36:03', NULL, 'public'),
(101, 0, '16', '16', 9, 'image/jpeg', 33268, 'cars/16.jpg', '[]', '2025-08-01 08:36:03', '2025-08-01 08:36:03', NULL, 'public'),
(102, 0, '17', '17', 9, 'image/jpeg', 33268, 'cars/17.jpg', '[]', '2025-08-01 08:36:04', '2025-08-01 08:36:04', NULL, 'public'),
(103, 0, '18', '18', 9, 'image/jpeg', 33268, 'cars/18.jpg', '[]', '2025-08-01 08:36:04', '2025-08-01 08:36:04', NULL, 'public'),
(104, 0, '19', '19', 9, 'image/jpeg', 33268, 'cars/19.jpg', '[]', '2025-08-01 08:36:04', '2025-08-01 08:36:04', NULL, 'public'),
(105, 0, '2', '2', 9, 'image/jpeg', 33268, 'cars/2.jpg', '[]', '2025-08-01 08:36:05', '2025-08-01 08:36:05', NULL, 'public'),
(106, 0, '20', '20', 9, 'image/jpeg', 33268, 'cars/20.jpg', '[]', '2025-08-01 08:36:05', '2025-08-01 08:36:05', NULL, 'public'),
(107, 0, '21', '21', 9, 'image/jpeg', 33268, 'cars/21.jpg', '[]', '2025-08-01 08:36:05', '2025-08-01 08:36:05', NULL, 'public'),
(108, 0, '22', '22', 9, 'image/jpeg', 33268, 'cars/22.jpg', '[]', '2025-08-01 08:36:06', '2025-08-01 08:36:06', NULL, 'public'),
(109, 0, '23', '23', 9, 'image/jpeg', 33268, 'cars/23.jpg', '[]', '2025-08-01 08:36:06', '2025-08-01 08:36:06', NULL, 'public'),
(110, 0, '24', '24', 9, 'image/jpeg', 33268, 'cars/24.jpg', '[]', '2025-08-01 08:36:06', '2025-08-01 08:36:06', NULL, 'public'),
(111, 0, '25', '25', 9, 'image/jpeg', 33268, 'cars/25.jpg', '[]', '2025-08-01 08:36:07', '2025-08-01 08:36:07', NULL, 'public'),
(112, 0, '26', '26', 9, 'image/jpeg', 33268, 'cars/26.jpg', '[]', '2025-08-01 08:36:07', '2025-08-01 08:36:07', NULL, 'public'),
(113, 0, '27', '27', 9, 'image/jpeg', 33268, 'cars/27.jpg', '[]', '2025-08-01 08:36:07', '2025-08-01 08:36:07', NULL, 'public'),
(114, 0, '28', '28', 9, 'image/jpeg', 33268, 'cars/28.jpg', '[]', '2025-08-01 08:36:08', '2025-08-01 08:36:08', NULL, 'public'),
(115, 0, '29', '29', 9, 'image/jpeg', 33268, 'cars/29.jpg', '[]', '2025-08-01 08:36:08', '2025-08-01 08:36:08', NULL, 'public'),
(116, 0, '3', '3', 9, 'image/jpeg', 33268, 'cars/3.jpg', '[]', '2025-08-01 08:36:09', '2025-08-01 08:36:09', NULL, 'public'),
(117, 0, '30', '30', 9, 'image/jpeg', 33268, 'cars/30.jpg', '[]', '2025-08-01 08:36:09', '2025-08-01 08:36:09', NULL, 'public'),
(118, 0, '31', '31', 9, 'image/jpeg', 33268, 'cars/31.jpg', '[]', '2025-08-01 08:36:09', '2025-08-01 08:36:09', NULL, 'public'),
(119, 0, '32', '32', 9, 'image/jpeg', 33268, 'cars/32.jpg', '[]', '2025-08-01 08:36:10', '2025-08-01 08:36:10', NULL, 'public'),
(120, 0, '33', '33', 9, 'image/jpeg', 33268, 'cars/33.jpg', '[]', '2025-08-01 08:36:10', '2025-08-01 08:36:10', NULL, 'public'),
(121, 0, '34', '34', 9, 'image/jpeg', 33268, 'cars/34.jpg', '[]', '2025-08-01 08:36:10', '2025-08-01 08:36:10', NULL, 'public'),
(122, 0, '35', '35', 9, 'image/jpeg', 33268, 'cars/35.jpg', '[]', '2025-08-01 08:36:11', '2025-08-01 08:36:11', NULL, 'public'),
(123, 0, '36', '36', 9, 'image/jpeg', 33268, 'cars/36.jpg', '[]', '2025-08-01 08:36:11', '2025-08-01 08:36:11', NULL, 'public'),
(124, 0, '37', '37', 9, 'image/jpeg', 33268, 'cars/37.jpg', '[]', '2025-08-01 08:36:11', '2025-08-01 08:36:11', NULL, 'public'),
(125, 0, '38', '38', 9, 'image/jpeg', 33268, 'cars/38.jpg', '[]', '2025-08-01 08:36:12', '2025-08-01 08:36:12', NULL, 'public'),
(126, 0, '39', '39', 9, 'image/jpeg', 33268, 'cars/39.jpg', '[]', '2025-08-01 08:36:12', '2025-08-01 08:36:12', NULL, 'public'),
(127, 0, '4', '4', 9, 'image/jpeg', 33268, 'cars/4.jpg', '[]', '2025-08-01 08:36:13', '2025-08-01 08:36:13', NULL, 'public'),
(128, 0, '40', '40', 9, 'image/jpeg', 33268, 'cars/40.jpg', '[]', '2025-08-01 08:36:13', '2025-08-01 08:36:13', NULL, 'public'),
(129, 0, '41', '41', 9, 'image/jpeg', 33268, 'cars/41.jpg', '[]', '2025-08-01 08:36:13', '2025-08-01 08:36:13', NULL, 'public'),
(130, 0, '42', '42', 9, 'image/jpeg', 33268, 'cars/42.jpg', '[]', '2025-08-01 08:36:14', '2025-08-01 08:36:14', NULL, 'public'),
(131, 0, '43', '43', 9, 'image/jpeg', 33268, 'cars/43.jpg', '[]', '2025-08-01 08:36:14', '2025-08-01 08:36:14', NULL, 'public'),
(132, 0, '44', '44', 9, 'image/jpeg', 33268, 'cars/44.jpg', '[]', '2025-08-01 08:36:14', '2025-08-01 08:36:14', NULL, 'public'),
(133, 0, '45', '45', 9, 'image/jpeg', 33268, 'cars/45.jpg', '[]', '2025-08-01 08:36:15', '2025-08-01 08:36:15', NULL, 'public'),
(134, 0, '46', '46', 9, 'image/jpeg', 33268, 'cars/46.jpg', '[]', '2025-08-01 08:36:15', '2025-08-01 08:36:15', NULL, 'public'),
(135, 0, '47', '47', 9, 'image/jpeg', 33268, 'cars/47.jpg', '[]', '2025-08-01 08:36:15', '2025-08-01 08:36:15', NULL, 'public'),
(136, 0, '48', '48', 9, 'image/jpeg', 33268, 'cars/48.jpg', '[]', '2025-08-01 08:36:16', '2025-08-01 08:36:16', NULL, 'public'),
(137, 0, '49', '49', 9, 'image/jpeg', 33268, 'cars/49.jpg', '[]', '2025-08-01 08:36:16', '2025-08-01 08:36:16', NULL, 'public'),
(138, 0, '5', '5', 9, 'image/jpeg', 33268, 'cars/5.jpg', '[]', '2025-08-01 08:36:16', '2025-08-01 08:36:16', NULL, 'public'),
(139, 0, '50', '50', 9, 'image/jpeg', 33268, 'cars/50.jpg', '[]', '2025-08-01 08:36:17', '2025-08-01 08:36:17', NULL, 'public'),
(140, 0, '51', '51', 9, 'image/jpeg', 33268, 'cars/51.jpg', '[]', '2025-08-01 08:36:17', '2025-08-01 08:36:17', NULL, 'public'),
(141, 0, '52', '52', 9, 'image/jpeg', 33268, 'cars/52.jpg', '[]', '2025-08-01 08:36:17', '2025-08-01 08:36:17', NULL, 'public'),
(142, 0, '53', '53', 9, 'image/jpeg', 33268, 'cars/53.jpg', '[]', '2025-08-01 08:36:18', '2025-08-01 08:36:18', NULL, 'public'),
(143, 0, '54', '54', 9, 'image/jpeg', 33268, 'cars/54.jpg', '[]', '2025-08-01 08:36:18', '2025-08-01 08:36:18', NULL, 'public'),
(144, 0, '55', '55', 9, 'image/jpeg', 33268, 'cars/55.jpg', '[]', '2025-08-01 08:36:19', '2025-08-01 08:36:19', NULL, 'public'),
(145, 0, '56', '56', 9, 'image/jpeg', 33268, 'cars/56.jpg', '[]', '2025-08-01 08:36:19', '2025-08-01 08:36:19', NULL, 'public'),
(146, 0, '57', '57', 9, 'image/jpeg', 33268, 'cars/57.jpg', '[]', '2025-08-01 08:36:19', '2025-08-01 08:36:19', NULL, 'public'),
(147, 0, '58', '58', 9, 'image/jpeg', 33268, 'cars/58.jpg', '[]', '2025-08-01 08:36:20', '2025-08-01 08:36:20', NULL, 'public'),
(148, 0, '59', '59', 9, 'image/jpeg', 33268, 'cars/59.jpg', '[]', '2025-08-01 08:36:20', '2025-08-01 08:36:20', NULL, 'public'),
(149, 0, '6', '6', 9, 'image/jpeg', 33268, 'cars/6.jpg', '[]', '2025-08-01 08:36:20', '2025-08-01 08:36:20', NULL, 'public'),
(150, 0, '60', '60', 9, 'image/jpeg', 33268, 'cars/60.jpg', '[]', '2025-08-01 08:36:21', '2025-08-01 08:36:21', NULL, 'public'),
(151, 0, '61', '61', 9, 'image/jpeg', 33268, 'cars/61.jpg', '[]', '2025-08-01 08:36:21', '2025-08-01 08:36:21', NULL, 'public'),
(152, 0, '62', '62', 9, 'image/jpeg', 33268, 'cars/62.jpg', '[]', '2025-08-01 08:36:21', '2025-08-01 08:36:21', NULL, 'public'),
(153, 0, '63', '63', 9, 'image/jpeg', 33268, 'cars/63.jpg', '[]', '2025-08-01 08:36:22', '2025-08-01 08:36:22', NULL, 'public'),
(154, 0, '64', '64', 9, 'image/jpeg', 33268, 'cars/64.jpg', '[]', '2025-08-01 08:36:22', '2025-08-01 08:36:22', NULL, 'public'),
(155, 0, '65', '65', 9, 'image/jpeg', 33268, 'cars/65.jpg', '[]', '2025-08-01 08:36:22', '2025-08-01 08:36:22', NULL, 'public'),
(156, 0, '66', '66', 9, 'image/jpeg', 33268, 'cars/66.jpg', '[]', '2025-08-01 08:36:23', '2025-08-01 08:36:23', NULL, 'public'),
(157, 0, '67', '67', 9, 'image/jpeg', 33268, 'cars/67.jpg', '[]', '2025-08-01 08:36:23', '2025-08-01 08:36:23', NULL, 'public'),
(158, 0, '68', '68', 9, 'image/jpeg', 33268, 'cars/68.jpg', '[]', '2025-08-01 08:36:24', '2025-08-01 08:36:24', NULL, 'public'),
(159, 0, '69', '69', 9, 'image/jpeg', 33268, 'cars/69.jpg', '[]', '2025-08-01 08:36:24', '2025-08-01 08:36:24', NULL, 'public'),
(160, 0, '7', '7', 9, 'image/jpeg', 33268, 'cars/7.jpg', '[]', '2025-08-01 08:36:24', '2025-08-01 08:36:24', NULL, 'public'),
(161, 0, '70', '70', 9, 'image/jpeg', 33268, 'cars/70.jpg', '[]', '2025-08-01 08:36:25', '2025-08-01 08:36:25', NULL, 'public'),
(162, 0, '71', '71', 9, 'image/jpeg', 33268, 'cars/71.jpg', '[]', '2025-08-01 08:36:25', '2025-08-01 08:36:25', NULL, 'public'),
(163, 0, '72', '72', 9, 'image/jpeg', 33268, 'cars/72.jpg', '[]', '2025-08-01 08:36:25', '2025-08-01 08:36:25', NULL, 'public'),
(164, 0, '73', '73', 9, 'image/jpeg', 33268, 'cars/73.jpg', '[]', '2025-08-01 08:36:26', '2025-08-01 08:36:26', NULL, 'public'),
(165, 0, '74', '74', 9, 'image/jpeg', 33268, 'cars/74.jpg', '[]', '2025-08-01 08:36:26', '2025-08-01 08:36:26', NULL, 'public'),
(166, 0, '75', '75', 9, 'image/jpeg', 33268, 'cars/75.jpg', '[]', '2025-08-01 08:36:26', '2025-08-01 08:36:26', NULL, 'public'),
(167, 0, '76', '76', 9, 'image/jpeg', 33268, 'cars/76.jpg', '[]', '2025-08-01 08:36:27', '2025-08-01 08:36:27', NULL, 'public'),
(168, 0, '77', '77', 9, 'image/jpeg', 33268, 'cars/77.jpg', '[]', '2025-08-01 08:36:27', '2025-08-01 08:36:27', NULL, 'public'),
(169, 0, '78', '78', 9, 'image/jpeg', 33268, 'cars/78.jpg', '[]', '2025-08-01 08:36:27', '2025-08-01 08:36:27', NULL, 'public'),
(170, 0, '79', '79', 9, 'image/jpeg', 33268, 'cars/79.jpg', '[]', '2025-08-01 08:36:28', '2025-08-01 08:36:28', NULL, 'public'),
(171, 0, '8', '8', 9, 'image/jpeg', 33268, 'cars/8.jpg', '[]', '2025-08-01 08:36:28', '2025-08-01 08:36:28', NULL, 'public'),
(172, 0, '80', '80', 9, 'image/jpeg', 33268, 'cars/80.jpg', '[]', '2025-08-01 08:36:29', '2025-08-01 08:36:29', NULL, 'public'),
(173, 0, '81', '81', 9, 'image/jpeg', 33268, 'cars/81.jpg', '[]', '2025-08-01 08:36:29', '2025-08-01 08:36:29', NULL, 'public'),
(174, 0, '82', '82', 9, 'image/jpeg', 33268, 'cars/82.jpg', '[]', '2025-08-01 08:36:29', '2025-08-01 08:36:29', NULL, 'public'),
(175, 0, '83', '83', 9, 'image/jpeg', 33268, 'cars/83.jpg', '[]', '2025-08-01 08:36:30', '2025-08-01 08:36:30', NULL, 'public'),
(176, 0, '84', '84', 9, 'image/jpeg', 33268, 'cars/84.jpg', '[]', '2025-08-01 08:36:30', '2025-08-01 08:36:30', NULL, 'public'),
(177, 0, '85', '85', 9, 'image/jpeg', 33268, 'cars/85.jpg', '[]', '2025-08-01 08:36:30', '2025-08-01 08:36:30', NULL, 'public'),
(178, 0, '86', '86', 9, 'image/jpeg', 33268, 'cars/86.jpg', '[]', '2025-08-01 08:36:31', '2025-08-01 08:36:31', NULL, 'public'),
(179, 0, '87', '87', 9, 'image/jpeg', 33268, 'cars/87.jpg', '[]', '2025-08-01 08:36:31', '2025-08-01 08:36:31', NULL, 'public'),
(180, 0, '88', '88', 9, 'image/jpeg', 33268, 'cars/88.jpg', '[]', '2025-08-01 08:36:31', '2025-08-01 08:36:31', NULL, 'public'),
(181, 0, '89', '89', 9, 'image/jpeg', 33268, 'cars/89.jpg', '[]', '2025-08-01 08:36:32', '2025-08-01 08:36:32', NULL, 'public'),
(182, 0, '9', '9', 9, 'image/jpeg', 33268, 'cars/9.jpg', '[]', '2025-08-01 08:36:32', '2025-08-01 08:36:32', NULL, 'public'),
(183, 0, '90', '90', 9, 'image/jpeg', 33268, 'cars/90.jpg', '[]', '2025-08-01 08:36:32', '2025-08-01 08:36:32', NULL, 'public'),
(184, 0, '91', '91', 9, 'image/jpeg', 33268, 'cars/91.jpg', '[]', '2025-08-01 08:36:33', '2025-08-01 08:36:33', NULL, 'public'),
(185, 0, '92', '92', 9, 'image/jpeg', 33268, 'cars/92.jpg', '[]', '2025-08-01 08:36:33', '2025-08-01 08:36:33', NULL, 'public'),
(186, 0, '93', '93', 9, 'image/jpeg', 33268, 'cars/93.jpg', '[]', '2025-08-01 08:36:33', '2025-08-01 08:36:33', NULL, 'public'),
(187, 0, '94', '94', 9, 'image/jpeg', 33268, 'cars/94.jpg', '[]', '2025-08-01 08:36:34', '2025-08-01 08:36:34', NULL, 'public'),
(188, 0, '95', '95', 9, 'image/jpeg', 33268, 'cars/95.jpg', '[]', '2025-08-01 08:36:34', '2025-08-01 08:36:34', NULL, 'public'),
(189, 0, '96', '96', 9, 'image/jpeg', 33268, 'cars/96.jpg', '[]', '2025-08-01 08:36:35', '2025-08-01 08:36:35', NULL, 'public'),
(190, 0, '97', '97', 9, 'image/jpeg', 33268, 'cars/97.jpg', '[]', '2025-08-01 08:36:35', '2025-08-01 08:36:35', NULL, 'public'),
(191, 0, '98', '98', 9, 'image/jpeg', 33268, 'cars/98.jpg', '[]', '2025-08-01 08:36:35', '2025-08-01 08:36:35', NULL, 'public'),
(192, 0, '99', '99', 9, 'image/jpeg', 33268, 'cars/99.jpg', '[]', '2025-08-01 08:36:36', '2025-08-01 08:36:36', NULL, 'public'),
(193, 0, 'car-1', 'car-1', 9, 'image/jpeg', 33268, 'cars/car-1.jpg', '[]', '2025-08-01 08:36:36', '2025-08-01 08:36:36', NULL, 'public'),
(194, 0, 'car-2', 'car-2', 9, 'image/jpeg', 33268, 'cars/car-2.jpg', '[]', '2025-08-01 08:36:36', '2025-08-01 08:36:36', NULL, 'public'),
(195, 0, 'car-3', 'car-3', 9, 'image/jpeg', 33268, 'cars/car-3.jpg', '[]', '2025-08-01 08:36:37', '2025-08-01 08:36:37', NULL, 'public'),
(196, 0, 'car-4', 'car-4', 9, 'image/jpeg', 33268, 'cars/car-4.jpg', '[]', '2025-08-01 08:36:37', '2025-08-01 08:36:37', NULL, 'public'),
(197, 0, 'car-5', 'car-5', 9, 'image/jpeg', 33268, 'cars/car-5.jpg', '[]', '2025-08-01 08:36:37', '2025-08-01 08:36:37', NULL, 'public'),
(198, 0, 'car-6', 'car-6', 9, 'image/jpeg', 33268, 'cars/car-6.jpg', '[]', '2025-08-01 08:36:38', '2025-08-01 08:36:38', NULL, 'public'),
(199, 0, 'car-7', 'car-7', 9, 'image/jpeg', 33268, 'cars/car-7.jpg', '[]', '2025-08-01 08:36:38', '2025-08-01 08:36:38', NULL, 'public'),
(200, 0, 'car-8', 'car-8', 9, 'image/jpeg', 33268, 'cars/car-8.jpg', '[]', '2025-08-01 08:36:38', '2025-08-01 08:36:38', NULL, 'public'),
(201, 0, 'car-interiors-1', 'car-interiors-1', 9, 'image/jpeg', 33268, 'cars/car-interiors-1.jpg', '[]', '2025-08-01 08:36:39', '2025-08-01 08:36:39', NULL, 'public'),
(202, 0, 'car-interiors-2', 'car-interiors-2', 9, 'image/jpeg', 33268, 'cars/car-interiors-2.jpg', '[]', '2025-08-01 08:36:39', '2025-08-01 08:36:39', NULL, 'public'),
(203, 0, 'car-interiors-3', 'car-interiors-3', 9, 'image/jpeg', 33268, 'cars/car-interiors-3.jpg', '[]', '2025-08-01 08:36:40', '2025-08-01 08:36:40', NULL, 'public'),
(204, 0, 'car-interiors-4', 'car-interiors-4', 9, 'image/jpeg', 33268, 'cars/car-interiors-4.jpg', '[]', '2025-08-01 08:36:40', '2025-08-01 08:36:40', NULL, 'public'),
(205, 0, 'car-interiors-5', 'car-interiors-5', 9, 'image/jpeg', 33268, 'cars/car-interiors-5.jpg', '[]', '2025-08-01 08:36:40', '2025-08-01 08:36:40', NULL, 'public'),
(206, 0, 'car-interiors-6', 'car-interiors-6', 9, 'image/jpeg', 33268, 'cars/car-interiors-6.jpg', '[]', '2025-08-01 08:36:41', '2025-08-01 08:36:41', NULL, 'public'),
(207, 0, 'car-interiors-7', 'car-interiors-7', 9, 'image/jpeg', 33268, 'cars/car-interiors-7.jpg', '[]', '2025-08-01 08:36:41', '2025-08-01 08:36:41', NULL, 'public'),
(208, 0, 'car-interiors-8', 'car-interiors-8', 9, 'image/jpeg', 33268, 'cars/car-interiors-8.jpg', '[]', '2025-08-01 08:36:41', '2025-08-01 08:36:41', NULL, 'public'),
(209, 0, 'img-1', 'img-1', 9, 'image/png', 33268, 'cars/img-1.png', '[]', '2025-08-01 08:36:42', '2025-08-01 08:36:42', NULL, 'public'),
(210, 0, 'img-2', 'img-2', 9, 'image/png', 33268, 'cars/img-2.png', '[]', '2025-08-01 08:36:42', '2025-08-01 08:36:42', NULL, 'public'),
(211, 0, 'banner-1', 'banner-1', 10, 'image/jpeg', 23738, 'sliders/banner-1.jpg', '[]', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL, 'public'),
(212, 0, 'banner-2', 'banner-2', 10, 'image/jpeg', 23738, 'sliders/banner-2.jpg', '[]', '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL, 'public'),
(213, 0, 'img-1-1', 'img-1-1', 10, 'image/jpeg', 23738, 'sliders/img-1-1.jpg', '[]', '2025-08-01 08:36:45', '2025-08-01 08:36:45', NULL, 'public'),
(214, 0, 'img-1', 'img-1', 10, 'image/jpeg', 23738, 'sliders/img-1.jpg', '[]', '2025-08-01 08:36:45', '2025-08-01 08:36:45', NULL, 'public'),
(217, 1, 'icon', 'icon', 1, 'image/png', 38005, 'general/icon.png', '[]', '2025-08-19 06:10:21', '2025-08-19 06:10:21', NULL, 'public'),
(218, 1, 'dark', 'dark', 1, 'image/png', 12606, 'general/dark.png', '[]', '2025-08-19 06:10:23', '2025-08-19 06:10:23', NULL, 'public'),
(219, 1, 'light', 'light', 1, 'image/png', 13322, 'general/light.png', '[]', '2025-08-19 06:12:41', '2025-08-19 06:12:41', NULL, 'public'),
(220, 1, 'hero-banner', 'hero-banner', 10, 'image/jpeg', 86254, 'backgrounds/hero-banner.jpg', '[]', '2025-08-19 08:53:35', '2025-08-19 08:53:35', NULL, 'public'),
(221, 1, 'about-us-bg', 'about-us-bg', 0, 'image/jpeg', 98686, 'about-us-bg.jpg', '[]', '2025-08-21 05:15:46', '2025-08-21 05:15:46', NULL, 'public'),
(222, 1, 'black-car-hd-42p5pzpxl5na0cmh', 'black-car-hd-42p5pzpxl5na0cmh', 0, 'image/jpeg', 196499, 'black-car-hd-42p5pzpxl5na0cmh.jpg', '[]', '2025-08-21 05:41:08', '2025-08-21 05:41:08', NULL, 'public'),
(223, 0, 'images', 'images', 11, 'image/jpeg', 8768, 'customers/13/images.jpeg', '[]', '2025-08-21 12:24:48', '2025-08-21 12:24:48', NULL, 'public'),
(224, 1, '882efdc0-bfae-4878-b79c-247a98365bfa', '882efdc0-bfae-4878-b79c-247a98365bfa', 12, 'image/png', 40189, 'users/882efdc0-bfae-4878-b79c-247a98365bfa.png', '[]', '2025-08-22 03:34:39', '2025-08-22 03:34:39', NULL, 'public'),
(225, 1, 'thar-diesel-at-3', 'thar-diesel-at-3', 13, 'image/png', 160216, 'customers/14/thar-diesel-at-3.png', '[]', '2025-08-22 03:54:33', '2025-08-22 03:54:33', NULL, 'public'),
(226, 1, 'car', 'car', 9, 'image/jpeg', 20236, 'cars/car.jpg', '[]', '2025-08-22 05:28:26', '2025-08-22 05:28:26', NULL, 'public'),
(227, 1, 'xuv', 'xuv', 9, 'image/jpeg', 75889, 'cars/xuv.jpg', '[]', '2025-08-22 06:06:59', '2025-08-22 06:06:59', NULL, 'public'),
(228, 1, 'f0e5bbf2-c3af-4646-a31b-6535fda802ed', 'f0e5bbf2-c3af-4646-a31b-6535fda802ed', 12, 'image/png', 37437, 'users/f0e5bbf2-c3af-4646-a31b-6535fda802ed.png', '[]', '2025-08-22 06:50:09', '2025-08-22 06:51:25', '2025-08-22 06:51:25', 'public'),
(229, 1, 'cfdc91ad-7c9a-4503-a31e-2f691cb381b9', 'cfdc91ad-7c9a-4503-a31e-2f691cb381b9', 12, 'image/png', 5411, 'users/cfdc91ad-7c9a-4503-a31e-2f691cb381b9.png', '[]', '2025-08-22 06:51:24', '2025-08-22 06:51:24', NULL, 'public'),
(230, 1, '28d52ee6-b9cf-47ba-a59e-243eb661813c', '28d52ee6-b9cf-47ba-a59e-243eb661813c', 12, 'image/png', 58190, 'users/28d52ee6-b9cf-47ba-a59e-243eb661813c.png', '[]', '2025-08-22 08:35:55', '2025-08-22 08:35:55', NULL, 'public'),
(231, 0, 'samuel-raita-ridxdghg7pw-unsplash', 'samuel-raita-ridxdghg7pw-unsplash', 11, 'image/jpeg', 309904, 'customers/13/samuel-raita-ridxdghg7pw-unsplash.jpg', '[]', '2025-08-22 09:16:23', '2025-08-22 09:16:23', NULL, 'public'),
(232, 0, 'a', 'a', 13, 'image/jpeg', 8241, 'customers/14/a.jpeg', '[]', '2025-09-11 03:56:24', '2025-09-11 03:56:24', NULL, 'public'),
(233, 0, 'Ford Mustang GT', 'Ford Mustang GT', 13, 'image/jpeg', 12219, 'customers/14/ford-mustang-gt.jpeg', '[]', '2025-09-16 07:04:15', '2025-09-16 07:04:15', NULL, 'public'),
(234, 0, 'Ford Mustang GT02', 'Ford Mustang GT02', 13, 'image/jpeg', 10300, 'customers/14/ford-mustang-gt02.jpeg', '[]', '2025-09-16 07:11:32', '2025-09-16 07:11:32', NULL, 'public'),
(235, 13, 'Icon', 'Icon', 12, 'image/png', 38005, 'users/icon.png', '[]', '2025-09-25 11:07:20', '2025-09-25 11:07:20', NULL, 'public'),
(236, 13, 'Icon-1', 'Icon-1', 12, 'image/png', 38005, 'users/icon-1.png', '[]', '2025-09-25 11:07:35', '2025-09-25 11:07:35', NULL, 'public'),
(237, 13, 'scaled_1000000018', 'scaled_1000000018', 12, 'image/jpeg', 5620, 'users/scaled-1000000018.jpg', '[]', '2025-09-25 12:00:01', '2025-09-25 12:00:01', NULL, 'public'),
(238, 13, 'scaled_1000000019', 'scaled_1000000019', 12, 'image/jpeg', 9149, 'users/scaled-1000000019.jpg', '[]', '2025-09-25 12:03:24', '2025-09-25 12:03:24', NULL, 'public'),
(239, 13, 'scaled_1000000018-1', 'scaled_1000000018-1', 12, 'image/jpeg', 5620, 'users/scaled-1000000018-1.jpg', '[]', '2025-09-25 12:03:52', '2025-09-25 12:03:52', NULL, 'public'),
(240, 13, 'scaled_1000000019-1', 'scaled_1000000019-1', 12, 'image/jpeg', 9149, 'users/scaled-1000000019-1.jpg', '[]', '2025-09-25 12:05:58', '2025-09-25 12:05:58', NULL, 'public'),
(241, 13, 'scaled_1000000019-2', 'scaled_1000000019-2', 12, 'image/jpeg', 9149, 'users/scaled-1000000019-2.jpg', '[]', '2025-09-25 12:06:02', '2025-09-25 12:06:02', NULL, 'public'),
(242, 13, 'scaled_1000000018-2', 'scaled_1000000018-2', 12, 'image/jpeg', 5620, 'users/scaled-1000000018-2.jpg', '[]', '2025-09-25 12:08:12', '2025-09-25 12:08:12', NULL, 'public'),
(243, 13, 'scaled_1000000019-3', 'scaled_1000000019-3', 12, 'image/jpeg', 9149, 'users/scaled-1000000019-3.jpg', '[]', '2025-09-25 12:10:06', '2025-09-25 12:10:06', NULL, 'public'),
(244, 13, 'scaled_1000000018-3', 'scaled_1000000018-3', 12, 'image/jpeg', 5620, 'users/scaled-1000000018-3.jpg', '[]', '2025-09-25 12:10:18', '2025-09-25 12:10:18', NULL, 'public');

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

--
-- Table structure for table `media_folders`
--

CREATE TABLE `media_folders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `color` varchar(191) DEFAULT NULL,
  `slug` varchar(191) DEFAULT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `media_folders`
--

INSERT INTO `media_folders` (`id`, `user_id`, `name`, `color`, `slug`, `parent_id`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 0, 'general', NULL, 'general', 0, '2025-08-01 08:35:33', '2025-08-01 08:35:33', NULL),
(3, 0, 'news', NULL, 'news', 0, '2025-08-01 08:35:40', '2025-08-01 08:35:40', NULL),
(4, 0, 'galleries', NULL, 'galleries', 0, '2025-08-01 08:35:46', '2025-08-01 08:35:46', NULL),
(5, 0, 'teams', NULL, 'teams', 0, '2025-08-01 08:35:49', '2025-08-01 08:35:49', NULL),
(6, 0, 'testimonials', NULL, 'testimonials', 0, '2025-08-01 08:35:51', '2025-08-01 08:35:51', NULL),
(7, 0, 'locations', NULL, 'locations', 0, '2025-08-01 08:35:51', '2025-08-01 08:35:51', NULL),
(8, 0, 'customers', NULL, 'customers', 0, '2025-08-01 08:35:53', '2025-08-01 08:35:53', NULL),
(9, 0, 'cars', NULL, 'cars', 0, '2025-08-01 08:35:58', '2025-08-01 08:35:58', NULL),
(10, 0, 'sliders', NULL, 'sliders', 0, '2025-08-01 08:36:44', '2025-08-01 08:36:44', NULL),
(11, 0, '13', NULL, '13', 8, '2025-08-21 12:24:48', '2025-08-21 12:24:48', NULL),
(12, 1, 'users', NULL, 'users', 0, '2025-08-22 03:34:39', '2025-08-22 03:34:39', NULL),
(13, 1, '14', NULL, '14', 8, '2025-08-22 03:54:33', '2025-08-22 03:54:33', NULL);

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

--
-- Table structure for table `media_settings`
--

CREATE TABLE `media_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(120) NOT NULL,
  `value` text DEFAULT NULL,
  `media_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED 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 `media_settings`
--

INSERT INTO `media_settings` (`id`, `key`, `value`, `media_id`, `user_id`, `created_at`, `updated_at`) VALUES
(1, 'recent_items', '[{\"id\":221,\"is_folder\":false},{\"id\":227,\"is_folder\":false},{\"id\":226,\"is_folder\":false},{\"id\":9,\"is_folder\":true},{\"id\":222,\"is_folder\":false},{\"id\":220,\"is_folder\":false},{\"id\":10,\"is_folder\":true},{\"id\":219,\"is_folder\":false},{\"id\":1,\"is_folder\":true},{\"id\":218,\"is_folder\":false},{\"id\":217,\"is_folder\":false},{\"id\":215,\"is_folder\":false},{\"id\":216,\"is_folder\":false},{\"id\":21,\"is_folder\":false},{\"id\":7,\"is_folder\":false},{\"id\":10,\"is_folder\":false},{\"id\":22,\"is_folder\":false}]', NULL, 1, '2025-08-19 05:55:57', '2025-08-22 08:47:48');

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

--
-- Table structure for table `menus`
--

CREATE TABLE `menus` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `slug` varchar(120) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `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 `menus`
--

INSERT INTO `menus` (`id`, `name`, `slug`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Main menu', 'main-menu', 'published', '2025-08-01 08:35:40', '2025-08-21 08:12:59');

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

--
-- Table structure for table `menu_locations`
--

CREATE TABLE `menu_locations` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `menu_id` bigint(20) UNSIGNED NOT NULL,
  `location` varchar(191) 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 `menu_locations`
--

INSERT INTO `menu_locations` (`id`, `menu_id`, `location`, `created_at`, `updated_at`) VALUES
(1, 1, 'main-menu', '2025-08-01 08:35:40', '2025-08-01 08:35:40');

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

--
-- Table structure for table `menu_nodes`
--

CREATE TABLE `menu_nodes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `menu_id` bigint(20) UNSIGNED NOT NULL,
  `parent_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `reference_id` bigint(20) UNSIGNED DEFAULT NULL,
  `reference_type` varchar(191) DEFAULT NULL,
  `url` varchar(191) DEFAULT NULL,
  `icon_font` varchar(191) DEFAULT NULL,
  `position` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `title` varchar(191) DEFAULT NULL,
  `css_class` varchar(191) DEFAULT NULL,
  `target` varchar(20) NOT NULL DEFAULT '_self',
  `has_child` tinyint(3) UNSIGNED 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 `menu_nodes`
--

INSERT INTO `menu_nodes` (`id`, `menu_id`, `parent_id`, `reference_id`, `reference_type`, `url`, `icon_font`, `position`, `title`, `css_class`, `target`, `has_child`, `created_at`, `updated_at`) VALUES
(1, 1, 0, 0, NULL, '/', '', 0, 'Home', '', '_self', 0, '2025-06-10 20:28:17', '2025-08-21 08:12:59'),
(15, 1, 0, 6, 'Botble\\Page\\Models\\Page', '/about-us', '', 5, 'About Us', '', '_self', 0, '2025-06-10 20:28:17', '2025-08-21 08:13:00'),
(16, 1, 0, 4, 'Botble\\Page\\Models\\Page', '/services', '', 2, 'Our Services', '', '_self', 0, '2025-06-10 20:28:17', '2025-08-21 08:12:59'),
(17, 1, 0, 5, 'Botble\\Page\\Models\\Page', '/pricing', '', 3, 'Pricing', '', '_self', 0, '2025-06-10 20:28:17', '2025-08-21 08:12:59'),
(23, 1, 0, 2, 'Botble\\Page\\Models\\Page', '/blog', '', 4, 'News', '', '_self', 0, '2025-06-10 20:28:17', '2025-08-21 08:12:59'),
(26, 1, 0, 3, 'Botble\\Page\\Models\\Page', '/contact', '', 6, 'Contact', '', '_self', 0, '2025-06-10 20:28:17', '2025-08-21 08:13:00'),
(27, 1, 0, 7, 'Botble\\Page\\Models\\Page', '/car-list-1', '', 1, 'Vehicles', '', '_self', 0, '2025-06-26 09:35:42', '2025-08-21 08:12:59');

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

--
-- Table structure for table `meta_boxes`
--

CREATE TABLE `meta_boxes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(191) NOT NULL,
  `meta_value` text DEFAULT NULL,
  `reference_id` bigint(20) UNSIGNED NOT NULL,
  `reference_type` varchar(120) 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 `meta_boxes`
--

INSERT INTO `meta_boxes` (`id`, `meta_key`, `meta_value`, `reference_id`, `reference_type`, `created_at`, `updated_at`) VALUES
(1, 'content_on_top', '[\"[car-advance-search button_search_name=\\\"Find a Vehicle\\\" link_need_help=\\\"\\/faqs\\\" top=\\\"0\\\" bottom=\\\"0\\\" left=\\\"0\\\" right=\\\"0\\\" url=\\\"\\/cars\\\" tabs=\\\"all,new_car,used_car\\\"][\\/car-advance-search]\"]', 1, 'Botble\\SimpleSlider\\Models\\SimpleSlider', '2025-08-01 08:35:39', '2025-08-01 08:35:39'),
(2, 'footer_on_top', '[\"<p><span class=\\\"text-lg-medium color-white\\\">Get 5% discount when <\\/span><a class=\\\"text-primary\\\" href=\\\"#install-app\\\"><span class=\\\"text-lg-medium\\\">Ordering via APP<\\/span><\\/a><\\/p>\"]', 1, 'Botble\\SimpleSlider\\Models\\SimpleSlider', '2025-08-01 08:35:39', '2025-08-01 08:35:39'),
(3, 'label_top', '[\"+3600 cars for you\"]', 1, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2025-08-01 08:35:39', '2025-08-01 08:35:39'),
(4, 'keywords', '[[{\"name\":\"Economy\",\"link\":\"\\/\"},{\"name\":\"Standard\",\"link\":\"\\/\"},{\"name\":\"Luxury\",\"link\":\"\\/\"},{\"name\":\"SUV\",\"link\":\"\\/\"},{\"name\":\"Convertible\",\"link\":\"\\/\"}]]', 1, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2025-08-01 08:35:39', '2025-08-01 08:35:39'),
(5, 'label_top', '[\"Best car rental system\"]', 2, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2025-08-01 08:35:39', '2025-08-01 08:35:39'),
(6, 'keywords', '[[{\"name\":\"Economy\",\"link\":\"\\/\"},{\"name\":\"Standard\",\"link\":\"\\/\"},{\"name\":\"Luxury\",\"link\":\"\\/\"},{\"name\":\"SUV\",\"link\":\"\\/\"},{\"name\":\"Convertible\",\"link\":\"\\/\"}]]', 2, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2025-08-01 08:35:39', '2025-08-01 08:35:39'),
(7, 'appearance', '[\"style-2\"]', 2, 'Botble\\SimpleSlider\\Models\\SimpleSlider', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(8, 'subtitle', '[\"2025 Mazda CX-50 <br class=\\\"d-none d-md-block\\\"> Review and news\"]', 3, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(9, 'link_label', '[\"View Details\"]', 3, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(10, 'subtitle', '[\"Hyundai Tucson Plug-In <br class=\\\"d-none d-md-block\\\"> Hybrid 2025 review\"]', 4, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(11, 'link_label', '[\"View Details\"]', 4, 'Botble\\SimpleSlider\\Models\\SimpleSliderItem', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(12, 'breadcrumb_simple', '[\"1\"]', 2, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:29:08'),
(13, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 3, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:24:42'),
(14, 'breadcrumb_text_color', '[\"#ffffff\"]', 3, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(15, 'breadcrumb_background_image', '[\"black-car-hd-42p5pzpxl5na0cmh.jpg\"]', 4, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:41:15'),
(16, 'breadcrumb_text_color', '[\"#ffffff\"]', 4, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(17, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 5, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:25:18'),
(18, 'breadcrumb_text_color', '[\"#ffffff\"]', 5, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(19, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 6, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:25:26'),
(20, 'breadcrumb_text_color', '[\"#ffffff\"]', 6, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(21, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 11, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:26:11'),
(22, 'breadcrumb_text_color', '[\"#ffffff\"]', 11, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(23, 'breadcrumb_display_last_update', '[\"1\"]', 11, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:26:11'),
(24, 'breadcrumb_simple', '[\"1\"]', 12, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:26:41'),
(25, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 13, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:26:51'),
(26, 'breadcrumb_text_color', '[\"#ffffff\"]', 13, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(27, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 14, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:27:00'),
(28, 'breadcrumb_text_color', '[\"#ffffff\"]', 14, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(29, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 15, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:27:12'),
(30, 'breadcrumb_text_color', '[\"#ffffff\"]', 15, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(31, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 16, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:27:21'),
(32, 'breadcrumb_text_color', '[\"#ffffff\"]', 16, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(33, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 17, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:27:27'),
(34, 'breadcrumb_text_color', '[\"#ffffff\"]', 17, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(35, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 18, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:27:38'),
(36, 'breadcrumb_text_color', '[\"#ffffff\"]', 18, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(37, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 19, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:28:20'),
(38, 'breadcrumb_text_color', '[\"#ffffff\"]', 19, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(39, 'breadcrumb_background_image', '[\"backgrounds\\/pricing-bg.jpg\"]', 20, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(40, 'breadcrumb_text_color', '[\"#ffffff\"]', 20, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(41, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 21, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:28:46'),
(42, 'breadcrumb_text_color', '[\"#ffffff\"]', 21, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(43, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 22, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:28:36'),
(44, 'breadcrumb_text_color', '[\"#ffffff\"]', 22, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(45, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 23, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:28:24'),
(46, 'breadcrumb_text_color', '[\"#ffffff\"]', 23, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(47, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 24, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:28:16'),
(48, 'breadcrumb_text_color', '[\"#ffffff\"]', 24, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(49, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 25, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:28:03'),
(50, 'breadcrumb_text_color', '[\"#ffffff\"]', 25, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(51, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 26, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:27:50'),
(52, 'breadcrumb_text_color', '[\"#ffffff\"]', 26, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(53, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 27, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:15:55'),
(54, 'breadcrumb_text_color', '[\"#ffffff\"]', 27, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(55, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 28, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:27:30'),
(56, 'breadcrumb_text_color', '[\"#ffffff\"]', 28, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(57, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 29, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:27:21'),
(58, 'breadcrumb_text_color', '[\"#ffffff\"]', 29, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(59, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 30, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:26:12'),
(60, 'breadcrumb_text_color', '[\"#ffffff\"]', 30, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(61, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 31, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:25:59'),
(62, 'breadcrumb_text_color', '[\"#ffffff\"]', 31, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(63, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 32, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:25:46'),
(64, 'breadcrumb_text_color', '[\"#ffffff\"]', 32, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(65, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 33, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:25:37'),
(66, 'breadcrumb_text_color', '[\"#ffffff\"]', 33, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(67, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 34, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:25:30'),
(68, 'breadcrumb_text_color', '[\"#ffffff\"]', 34, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(69, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 35, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:25:03'),
(70, 'breadcrumb_text_color', '[\"#ffffff\"]', 35, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(71, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 36, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:24:42'),
(72, 'breadcrumb_text_color', '[\"#ffffff\"]', 36, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(73, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 37, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:24:14'),
(74, 'breadcrumb_text_color', '[\"#ffffff\"]', 37, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(75, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 38, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-21 05:23:56'),
(76, 'breadcrumb_text_color', '[\"#ffffff\"]', 38, 'Botble\\Page\\Models\\Page', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(77, 'logo', '[\"icons\\/activity.png\"]', 1, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(78, 'logo_dark', '[\"icons\\/activity-w.png\"]', 1, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(79, 'logo', '[\"icons\\/flash.png\"]', 2, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(80, 'logo_dark', '[\"icons\\/flash-w.png\"]', 2, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(81, 'logo', '[\"icons\\/list.png\"]', 3, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(82, 'logo_dark', '[\"icons\\/list-w.png\"]', 3, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(83, 'logo', '[\"icons\\/refresh.png\"]', 4, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(84, 'logo_dark', '[\"icons\\/refresh-w.png\"]', 4, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(85, 'logo', '[\"icons\\/ticket.png\"]', 5, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(86, 'logo_dark', '[\"icons\\/ticket-w.png\"]', 5, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(87, 'logo', '[\"icons\\/user.png\"]', 6, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(88, 'logo_dark', '[\"icons\\/user-w.png\"]', 6, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(89, 'logo', '[\"icons\\/ticket.png\"]', 7, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(90, 'logo_dark', '[\"icons\\/ticket-w.png\"]', 7, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(91, 'logo', '[\"icons\\/wallet.png\"]', 8, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(92, 'logo_dark', '[\"icons\\/wallet-w.png\"]', 8, 'Botble\\Faq\\Models\\FaqCategory', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(93, 'rating_star', '[5]', 1, 'Botble\\Testimonial\\Models\\Testimonial', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(94, 'rating_star', '[5]', 2, 'Botble\\Testimonial\\Models\\Testimonial', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(95, 'rating_star', '[5]', 3, 'Botble\\Testimonial\\Models\\Testimonial', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(96, 'rating_star', '[5]', 4, 'Botble\\Testimonial\\Models\\Testimonial', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(97, 'logo_dark', '[\"icons\\/lexus-w.png\"]', 1, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(98, 'logo_invert', '[\"icons\\/lexus-w.png\"]', 1, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(99, 'logo_dark', '[\"icons\\/mer-w.png\"]', 2, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(100, 'logo_invert', '[\"icons\\/mer-i.png\"]', 2, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(101, 'logo_dark', '[\"icons\\/bugatti-w.png\"]', 3, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(102, 'logo_invert', '[\"icons\\/bugatti-w.png\"]', 3, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(103, 'logo_dark', '[\"icons\\/jaguar-w.png\"]', 4, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(104, 'logo_invert', '[\"icons\\/jaguar-w.png\"]', 4, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(105, 'logo_dark', '[\"icons\\/honda-w.png\"]', 5, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(106, 'logo_invert', '[\"icons\\/honda-w.png\"]', 5, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(109, 'logo_dark', '[\"icons\\/acura-w.png\"]', 7, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(110, 'logo_invert', '[\"icons\\/acura-w.png\"]', 7, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(111, 'logo_dark', '[\"icons\\/bmw-w.png\"]', 8, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(112, 'logo_invert', '[\"icons\\/bmw-i.png\"]', 8, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(113, 'logo_dark', '[\"icons\\/toyota-w.png\"]', 9, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(114, 'logo_invert', '[\"icons\\/toyota-i.png\"]', 9, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(115, 'logo_dark', '[\"icons\\/ford-i.png\"]', 10, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(116, 'logo_invert', '[\"icons\\/ford-i.png\"]', 10, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(117, 'logo_dark', '[\"icons\\/nissan-w.png\"]', 11, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(118, 'logo_invert', '[\"icons\\/nissan-i.png\"]', 11, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(119, 'logo_dark', '[\"icons\\/opel-w.png\"]', 12, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(120, 'logo_invert', '[\"icons\\/opel-i.png\"]', 12, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(121, 'logo_dark', '[\"icons\\/bmw-w.png\"]', 13, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(122, 'logo_invert', '[\"icons\\/bmw-i.png\"]', 13, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(123, 'logo_dark', '[\"icons\\/toyota-w.png\"]', 14, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(124, 'logo_invert', '[\"icons\\/toyota-i.png\"]', 14, 'Botble\\CarRentals\\Models\\CarMake', '2025-08-01 08:35:58', '2025-08-01 08:35:58'),
(125, 'faq_ids', '[[2,3,4,7,10]]', 1, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(126, 'faq_ids', '[[1,2,6,7,10]]', 2, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(127, 'faq_ids', '[[3,6,7,9,10]]', 3, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(128, 'faq_ids', '[[2,3,7,8,10]]', 4, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(129, 'faq_ids', '[[1,2,3,4,6]]', 5, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(130, 'faq_ids', '[[3,4,5,6,10]]', 6, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(131, 'faq_ids', '[[3,4,5,9,10]]', 7, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(132, 'faq_ids', '[[1,2,5,7,8]]', 8, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(133, 'faq_ids', '[[2,4,6,8,10]]', 9, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(134, 'faq_ids', '[[5,6,8,9,10]]', 10, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(135, 'faq_ids', '[[3,5,6,7,10]]', 11, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(136, 'faq_ids', '[[3,4,6,9,10]]', 12, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(137, 'faq_ids', '[[3,4,6,7,9]]', 13, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:42', '2025-08-01 08:36:42'),
(139, 'faq_ids', '[[4,5,6,9,10]]', 15, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(140, 'faq_ids', '[[]]', 16, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-09-11 04:56:19'),
(141, 'faq_ids', '[[1,2,3,8,9]]', 17, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(142, 'faq_ids', '[[2,3,5,7,9]]', 18, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(143, 'faq_ids', '[[2,6,7,8,10]]', 19, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(144, 'faq_ids', '[[\"2\",\"3\",\"5\",\"6\",\"10\"]]', 20, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-22 06:07:08'),
(147, 'faq_ids', '[[]]', 23, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-09-11 03:59:21'),
(148, 'faq_ids', '[[]]', 24, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-09-16 07:13:53'),
(149, 'faq_ids', '[[1,4,6,7,8]]', 25, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(150, 'faq_ids', '[[1,5,8,9,10]]', 26, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(151, 'faq_ids', '[[1,2,5,6,9]]', 27, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(152, 'faq_ids', '[[1,2,3,5,7]]', 28, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(153, 'faq_ids', '[[4,5,6,8,10]]', 29, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(154, 'faq_ids', '[[1,2,3,6,7]]', 30, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(155, 'faq_ids', '[[3,5,6,7,8]]', 31, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(156, 'faq_ids', '[[2,3,5,7,10]]', 32, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(157, 'faq_ids', '[[1,2,4,5,10]]', 33, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(158, 'faq_ids', '[[4,5,6,9,10]]', 34, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(159, 'faq_ids', '[[1,6,7,8,9]]', 35, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(160, 'faq_ids', '[[1,4,5,6,8]]', 36, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(161, 'faq_ids', '[[3,4,5,6,10]]', 37, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(162, 'faq_ids', '[[3,4,5,6,9]]', 38, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(163, 'faq_ids', '[[2,4,7,8,10]]', 39, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(164, 'faq_ids', '[[4,5,7,9,10]]', 40, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(165, 'faq_ids', '[[1,5,7,9,10]]', 41, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(166, 'faq_ids', '[[3,6,8,9,10]]', 42, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(167, 'faq_ids', '[[1,3,7,8,9]]', 43, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(168, 'faq_ids', '[[2,3,7,8,10]]', 44, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(169, 'faq_ids', '[[1,5,7,8,10]]', 45, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(170, 'faq_ids', '[[2,4,6,8,9]]', 46, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(171, 'faq_ids', '[[1,3,4,7,10]]', 47, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(172, 'faq_ids', '[[1,4,5,8,9]]', 48, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(173, 'faq_ids', '[[1,2,4,8,10]]', 49, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(174, 'faq_ids', '[[1,5,7,9,10]]', 50, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(175, 'faq_ids', '[[3,4,6,7,10]]', 51, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(176, 'faq_ids', '[[2,4,5,8,10]]', 52, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(177, 'faq_ids', '[[3,4,5,6,10]]', 53, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(178, 'faq_ids', '[[1,6,7,9,10]]', 54, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(179, 'faq_ids', '[[1,4,5,6,10]]', 55, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(180, 'faq_ids', '[[1,2,3,9,10]]', 56, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(181, 'faq_ids', '[[3,4,5,6,9]]', 57, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(182, 'faq_ids', '[[1,2,3,8,9]]', 58, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(183, 'faq_ids', '[[1,2,3,6,8]]', 59, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(184, 'faq_ids', '[[1,2,6,9,10]]', 60, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(185, 'faq_ids', '[[1,4,5,7,10]]', 61, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(186, 'faq_ids', '[[1,4,7,8,10]]', 62, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(187, 'faq_ids', '[[4,5,6,9,10]]', 63, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(188, 'faq_ids', '[[1,2,6,9,10]]', 64, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(189, 'faq_ids', '[[5,6,7,9,10]]', 65, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(190, 'faq_ids', '[[1,2,5,7,9]]', 66, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(191, 'faq_ids', '[[1,4,5,7,8]]', 67, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(192, 'faq_ids', '[[1,3,4,5,9]]', 68, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(193, 'faq_ids', '[[1,3,5,8,9]]', 69, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(194, 'faq_ids', '[[1,2,5,9,10]]', 70, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(195, 'faq_ids', '[[1,2,5,6,7]]', 71, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(196, 'faq_ids', '[[1,5,7,8,10]]', 72, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(197, 'faq_ids', '[[1,3,5,6,7]]', 73, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(198, 'faq_ids', '[[1,4,7,8,10]]', 74, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(199, 'faq_ids', '[[2,4,6,7,9]]', 75, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(200, 'faq_ids', '[[2,3,7,8,10]]', 76, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(201, 'faq_ids', '[[2,3,4,5,10]]', 77, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(202, 'faq_ids', '[[2,4,7,8,10]]', 78, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(203, 'faq_ids', '[[2,3,7,8,10]]', 79, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(204, 'faq_ids', '[[1,2,3,5,7]]', 80, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(205, 'faq_ids', '[[5,6,7,8,9]]', 81, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(206, 'faq_ids', '[[1,3,4,6,9]]', 82, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(207, 'faq_ids', '[[3,4,5,7,10]]', 83, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(208, 'faq_ids', '[[3,7,8,9,10]]', 84, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(209, 'faq_ids', '[[3,5,8,9,10]]', 85, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:43', '2025-08-01 08:36:43'),
(210, 'faq_ids', '[[1,2,3,5,6]]', 86, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(211, 'faq_ids', '[[5,6,7,9,10]]', 87, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(212, 'faq_ids', '[[1,6,8,9,10]]', 88, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(213, 'faq_ids', '[[2,6,8,9,10]]', 89, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(214, 'faq_ids', '[[1,7,8,9,10]]', 90, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(215, 'faq_ids', '[[2,3,5,7,9]]', 91, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(216, 'faq_ids', '[[1,6,7,8,9]]', 92, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(217, 'faq_ids', '[[2,4,5,6,7]]', 93, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(218, 'faq_ids', '[[3,6,8,9,10]]', 94, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(219, 'faq_ids', '[[3,4,5,7,10]]', 95, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(220, 'faq_ids', '[[1,3,6,7,9]]', 96, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(221, 'faq_ids', '[[1,3,6,8,9]]', 97, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(222, 'faq_ids', '[[1,3,7,8,9]]', 98, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(223, 'faq_ids', '[[1,2,3,6,8]]', 99, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(224, 'faq_ids', '[[1,7,8,9,10]]', 100, 'Botble\\CarRentals\\Models\\Car', '2025-08-01 08:36:44', '2025-08-01 08:36:44'),
(225, 'breadcrumb_simple', '[\"0\"]', 1, 'Botble\\Page\\Models\\Page', '2025-08-19 08:53:48', '2025-08-19 08:53:48'),
(226, 'breadcrumb_text_color', '[\"transparent\"]', 1, 'Botble\\Page\\Models\\Page', '2025-08-19 08:53:48', '2025-08-19 08:53:48'),
(227, 'breadcrumb_background_color', '[\"transparent\"]', 1, 'Botble\\Page\\Models\\Page', '2025-08-19 08:53:48', '2025-08-19 08:53:48'),
(228, 'breadcrumb_display_last_update', '[\"0\"]', 1, 'Botble\\Page\\Models\\Page', '2025-08-19 08:53:48', '2025-08-19 08:53:48'),
(229, 'seo_meta', '[{\"index\":\"index\"}]', 16, 'Botble\\CarRentals\\Models\\Car', '2025-08-21 04:20:03', '2025-08-21 04:20:03'),
(230, 'breadcrumb_simple', '[\"0\"]', 27, 'Botble\\Page\\Models\\Page', '2025-08-21 05:15:55', '2025-08-21 05:15:55'),
(231, 'breadcrumb_background_color', '[\"transparent\"]', 27, 'Botble\\Page\\Models\\Page', '2025-08-21 05:15:55', '2025-08-21 05:15:55'),
(232, 'breadcrumb_display_last_update', '[\"0\"]', 27, 'Botble\\Page\\Models\\Page', '2025-08-21 05:15:55', '2025-08-21 05:15:55'),
(233, 'seo_meta', '[{\"index\":\"index\"}]', 27, 'Botble\\Page\\Models\\Page', '2025-08-21 05:15:55', '2025-08-21 05:15:55'),
(234, 'breadcrumb_simple', '[\"0\"]', 38, 'Botble\\Page\\Models\\Page', '2025-08-21 05:23:56', '2025-08-21 05:23:56'),
(235, 'breadcrumb_background_color', '[\"transparent\"]', 38, 'Botble\\Page\\Models\\Page', '2025-08-21 05:23:56', '2025-08-21 05:23:56'),
(236, 'breadcrumb_display_last_update', '[\"0\"]', 38, 'Botble\\Page\\Models\\Page', '2025-08-21 05:23:56', '2025-08-21 05:23:56'),
(237, 'seo_meta', '[{\"index\":\"index\"}]', 38, 'Botble\\Page\\Models\\Page', '2025-08-21 05:23:56', '2025-08-21 05:23:56'),
(238, 'breadcrumb_simple', '[\"0\"]', 37, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:14', '2025-08-21 05:24:14'),
(239, 'breadcrumb_background_color', '[\"transparent\"]', 37, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:14', '2025-08-21 05:24:14'),
(240, 'breadcrumb_display_last_update', '[\"0\"]', 37, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:14', '2025-08-21 05:24:14'),
(241, 'seo_meta', '[{\"index\":\"index\"}]', 37, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:14', '2025-08-21 05:24:14'),
(242, 'breadcrumb_simple', '[\"0\"]', 36, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:42', '2025-08-21 05:24:42'),
(243, 'breadcrumb_background_color', '[\"transparent\"]', 36, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:42', '2025-08-21 05:24:42'),
(244, 'breadcrumb_display_last_update', '[\"0\"]', 36, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:42', '2025-08-21 05:24:42'),
(245, 'seo_meta', '[{\"index\":\"index\"}]', 36, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:42', '2025-08-21 05:24:42'),
(246, 'breadcrumb_simple', '[\"0\"]', 3, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:42', '2025-08-21 05:24:42'),
(247, 'breadcrumb_background_color', '[\"transparent\"]', 3, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:42', '2025-08-21 05:24:42'),
(248, 'breadcrumb_display_last_update', '[\"0\"]', 3, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:42', '2025-08-21 05:24:42'),
(249, 'seo_meta', '[{\"index\":\"index\"}]', 3, 'Botble\\Page\\Models\\Page', '2025-08-21 05:24:42', '2025-08-21 05:24:42'),
(250, 'breadcrumb_simple', '[\"0\"]', 35, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:03', '2025-08-21 05:25:03'),
(251, 'breadcrumb_background_color', '[\"transparent\"]', 35, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:03', '2025-08-21 05:25:03'),
(252, 'breadcrumb_display_last_update', '[\"0\"]', 35, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:03', '2025-08-21 05:25:03'),
(253, 'seo_meta', '[{\"index\":\"index\"}]', 35, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:03', '2025-08-21 05:25:03'),
(254, 'breadcrumb_simple', '[\"0\"]', 4, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:08', '2025-08-21 05:25:08'),
(255, 'breadcrumb_background_color', '[\"transparent\"]', 4, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:08', '2025-08-21 05:25:08'),
(256, 'breadcrumb_display_last_update', '[\"0\"]', 4, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:08', '2025-08-21 05:25:08'),
(257, 'seo_meta', '[{\"index\":\"index\"}]', 4, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:08', '2025-08-21 05:25:08'),
(258, 'breadcrumb_simple', '[\"0\"]', 5, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:18', '2025-08-21 05:25:18'),
(259, 'breadcrumb_background_color', '[\"transparent\"]', 5, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:18', '2025-08-21 05:25:18'),
(260, 'breadcrumb_display_last_update', '[\"0\"]', 5, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:18', '2025-08-21 05:25:18'),
(261, 'seo_meta', '[{\"index\":\"index\"}]', 5, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:18', '2025-08-21 05:25:18'),
(262, 'breadcrumb_simple', '[\"0\"]', 6, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:26', '2025-08-21 05:25:26'),
(263, 'breadcrumb_background_color', '[\"transparent\"]', 6, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:26', '2025-08-21 05:25:26'),
(264, 'breadcrumb_display_last_update', '[\"0\"]', 6, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:26', '2025-08-21 05:25:26'),
(265, 'seo_meta', '[{\"index\":\"index\"}]', 6, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:26', '2025-08-21 05:25:26'),
(266, 'breadcrumb_simple', '[\"0\"]', 34, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:30', '2025-08-21 05:25:30'),
(267, 'breadcrumb_background_color', '[\"transparent\"]', 34, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:30', '2025-08-21 05:25:30'),
(268, 'breadcrumb_display_last_update', '[\"0\"]', 34, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:30', '2025-08-21 05:25:30'),
(269, 'seo_meta', '[{\"index\":\"index\"}]', 34, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:30', '2025-08-21 05:25:30'),
(270, 'breadcrumb_simple', '[\"0\"]', 33, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:37', '2025-08-21 05:25:37'),
(271, 'breadcrumb_background_color', '[\"transparent\"]', 33, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:37', '2025-08-21 05:25:37'),
(272, 'breadcrumb_display_last_update', '[\"0\"]', 33, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:37', '2025-08-21 05:25:37'),
(273, 'seo_meta', '[{\"index\":\"index\"}]', 33, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:37', '2025-08-21 05:25:37'),
(274, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 7, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:38', '2025-08-21 05:25:38'),
(275, 'breadcrumb_simple', '[\"0\"]', 7, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:38', '2025-08-21 05:25:38'),
(276, 'breadcrumb_text_color', '[\"transparent\"]', 7, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:38', '2025-08-21 05:25:38'),
(277, 'breadcrumb_background_color', '[\"transparent\"]', 7, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:38', '2025-08-21 05:25:38'),
(278, 'breadcrumb_display_last_update', '[\"0\"]', 7, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:38', '2025-08-21 05:25:38'),
(279, 'seo_meta', '[{\"index\":\"index\"}]', 7, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:38', '2025-08-21 05:25:38'),
(280, 'breadcrumb_simple', '[\"0\"]', 32, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:46', '2025-08-21 05:25:46'),
(281, 'breadcrumb_background_color', '[\"transparent\"]', 32, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:46', '2025-08-21 05:25:46'),
(282, 'breadcrumb_display_last_update', '[\"0\"]', 32, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:46', '2025-08-21 05:25:46'),
(283, 'seo_meta', '[{\"index\":\"index\"}]', 32, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:46', '2025-08-21 05:25:46'),
(284, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 8, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:47', '2025-08-21 05:25:47'),
(285, 'breadcrumb_simple', '[\"0\"]', 8, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:47', '2025-08-21 05:25:47'),
(286, 'breadcrumb_text_color', '[\"transparent\"]', 8, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:47', '2025-08-21 05:25:47'),
(287, 'breadcrumb_background_color', '[\"transparent\"]', 8, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:48', '2025-08-21 05:25:48'),
(288, 'breadcrumb_display_last_update', '[\"0\"]', 8, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:48', '2025-08-21 05:25:48'),
(289, 'seo_meta', '[{\"index\":\"index\"}]', 8, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:48', '2025-08-21 05:25:48'),
(290, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 9, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:55', '2025-08-21 05:25:55'),
(291, 'breadcrumb_simple', '[\"0\"]', 9, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:55', '2025-08-21 05:25:55'),
(292, 'breadcrumb_text_color', '[\"transparent\"]', 9, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:55', '2025-08-21 05:25:55'),
(293, 'breadcrumb_background_color', '[\"transparent\"]', 9, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:55', '2025-08-21 05:25:55'),
(294, 'breadcrumb_display_last_update', '[\"0\"]', 9, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:55', '2025-08-21 05:25:55'),
(295, 'seo_meta', '[{\"index\":\"index\"}]', 9, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:55', '2025-08-21 05:25:55'),
(296, 'breadcrumb_simple', '[\"0\"]', 31, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:59', '2025-08-21 05:25:59'),
(297, 'breadcrumb_background_color', '[\"transparent\"]', 31, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:59', '2025-08-21 05:25:59'),
(298, 'breadcrumb_display_last_update', '[\"0\"]', 31, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:59', '2025-08-21 05:25:59'),
(299, 'seo_meta', '[{\"index\":\"index\"}]', 31, 'Botble\\Page\\Models\\Page', '2025-08-21 05:25:59', '2025-08-21 05:25:59'),
(300, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 10, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:03', '2025-08-21 05:26:03'),
(301, 'breadcrumb_simple', '[\"0\"]', 10, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:03', '2025-08-21 05:26:03'),
(302, 'breadcrumb_text_color', '[\"transparent\"]', 10, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:03', '2025-08-21 05:26:03'),
(303, 'breadcrumb_background_color', '[\"transparent\"]', 10, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:03', '2025-08-21 05:26:03'),
(304, 'breadcrumb_display_last_update', '[\"0\"]', 10, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:03', '2025-08-21 05:26:03'),
(305, 'seo_meta', '[{\"index\":\"index\"}]', 10, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:03', '2025-08-21 05:26:03'),
(306, 'breadcrumb_simple', '[\"0\"]', 11, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:11', '2025-08-21 05:26:11'),
(307, 'breadcrumb_background_color', '[\"transparent\"]', 11, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:11', '2025-08-21 05:26:11'),
(308, 'seo_meta', '[{\"index\":\"index\"}]', 11, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:11', '2025-08-21 05:26:11'),
(309, 'breadcrumb_simple', '[\"0\"]', 30, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:12', '2025-08-21 05:26:12'),
(310, 'breadcrumb_background_color', '[\"transparent\"]', 30, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:12', '2025-08-21 05:26:12'),
(311, 'breadcrumb_display_last_update', '[\"0\"]', 30, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:12', '2025-08-21 05:26:12'),
(312, 'seo_meta', '[{\"index\":\"index\"}]', 30, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:12', '2025-08-21 05:26:12'),
(313, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 12, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:41', '2025-08-21 05:26:41'),
(314, 'breadcrumb_text_color', '[\"transparent\"]', 12, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:41', '2025-08-21 05:26:41'),
(315, 'breadcrumb_background_color', '[\"transparent\"]', 12, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:41', '2025-08-21 05:26:41'),
(316, 'breadcrumb_display_last_update', '[\"0\"]', 12, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:41', '2025-08-21 05:26:41'),
(317, 'seo_meta', '[{\"index\":\"index\"}]', 12, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:41', '2025-08-21 05:26:41'),
(318, 'breadcrumb_simple', '[\"0\"]', 13, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:51', '2025-08-21 05:26:51'),
(319, 'breadcrumb_background_color', '[\"transparent\"]', 13, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:51', '2025-08-21 05:26:51'),
(320, 'breadcrumb_display_last_update', '[\"0\"]', 13, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:51', '2025-08-21 05:26:51'),
(321, 'seo_meta', '[{\"index\":\"index\"}]', 13, 'Botble\\Page\\Models\\Page', '2025-08-21 05:26:51', '2025-08-21 05:26:51'),
(322, 'breadcrumb_simple', '[\"0\"]', 14, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:00', '2025-08-21 05:27:00'),
(323, 'breadcrumb_background_color', '[\"transparent\"]', 14, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:00', '2025-08-21 05:27:00'),
(324, 'breadcrumb_display_last_update', '[\"0\"]', 14, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:00', '2025-08-21 05:27:00'),
(325, 'seo_meta', '[{\"index\":\"index\"}]', 14, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:00', '2025-08-21 05:27:00'),
(326, 'breadcrumb_simple', '[\"0\"]', 15, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:12', '2025-08-21 05:27:12'),
(327, 'breadcrumb_background_color', '[\"transparent\"]', 15, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:12', '2025-08-21 05:27:12'),
(328, 'breadcrumb_display_last_update', '[\"0\"]', 15, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:12', '2025-08-21 05:27:12'),
(329, 'seo_meta', '[{\"index\":\"index\"}]', 15, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:12', '2025-08-21 05:27:12'),
(330, 'breadcrumb_simple', '[\"0\"]', 16, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:21', '2025-08-21 05:27:21'),
(331, 'breadcrumb_background_color', '[\"transparent\"]', 16, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:21', '2025-08-21 05:27:21'),
(332, 'breadcrumb_display_last_update', '[\"0\"]', 16, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:21', '2025-08-21 05:27:21'),
(333, 'seo_meta', '[{\"index\":\"index\"}]', 16, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:21', '2025-08-21 05:27:21'),
(334, 'breadcrumb_simple', '[\"0\"]', 29, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:21', '2025-08-21 05:27:21'),
(335, 'breadcrumb_background_color', '[\"transparent\"]', 29, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:21', '2025-08-21 05:27:21'),
(336, 'breadcrumb_display_last_update', '[\"0\"]', 29, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:21', '2025-08-21 05:27:21'),
(337, 'seo_meta', '[{\"index\":\"index\"}]', 29, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:21', '2025-08-21 05:27:21'),
(338, 'breadcrumb_simple', '[\"0\"]', 17, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:27', '2025-08-21 05:27:27'),
(339, 'breadcrumb_background_color', '[\"transparent\"]', 17, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:27', '2025-08-21 05:27:27'),
(340, 'breadcrumb_display_last_update', '[\"0\"]', 17, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:27', '2025-08-21 05:27:27'),
(341, 'seo_meta', '[{\"index\":\"index\"}]', 17, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:27', '2025-08-21 05:27:27'),
(342, 'breadcrumb_simple', '[\"0\"]', 28, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:30', '2025-08-21 05:27:30'),
(343, 'breadcrumb_background_color', '[\"transparent\"]', 28, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:30', '2025-08-21 05:27:30'),
(344, 'breadcrumb_display_last_update', '[\"0\"]', 28, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:30', '2025-08-21 05:27:30'),
(345, 'seo_meta', '[{\"index\":\"index\"}]', 28, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:30', '2025-08-21 05:27:30'),
(346, 'breadcrumb_simple', '[\"0\"]', 18, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:38', '2025-08-21 05:27:38'),
(347, 'breadcrumb_background_color', '[\"transparent\"]', 18, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:38', '2025-08-21 05:27:38'),
(348, 'breadcrumb_display_last_update', '[\"0\"]', 18, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:38', '2025-08-21 05:27:38'),
(349, 'seo_meta', '[{\"index\":\"index\"}]', 18, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:38', '2025-08-21 05:27:38'),
(350, 'breadcrumb_simple', '[\"0\"]', 26, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:50', '2025-08-21 05:27:50'),
(351, 'breadcrumb_background_color', '[\"transparent\"]', 26, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:50', '2025-08-21 05:27:50'),
(352, 'breadcrumb_display_last_update', '[\"0\"]', 26, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:50', '2025-08-21 05:27:50'),
(353, 'seo_meta', '[{\"index\":\"index\"}]', 26, 'Botble\\Page\\Models\\Page', '2025-08-21 05:27:50', '2025-08-21 05:27:50'),
(354, 'breadcrumb_simple', '[\"0\"]', 25, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:03', '2025-08-21 05:28:03'),
(355, 'breadcrumb_background_color', '[\"transparent\"]', 25, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:03', '2025-08-21 05:28:03'),
(356, 'breadcrumb_display_last_update', '[\"0\"]', 25, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:03', '2025-08-21 05:28:03'),
(357, 'seo_meta', '[{\"index\":\"index\"}]', 25, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:03', '2025-08-21 05:28:03'),
(358, 'breadcrumb_simple', '[\"0\"]', 24, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:16', '2025-08-21 05:28:16'),
(359, 'breadcrumb_background_color', '[\"transparent\"]', 24, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:16', '2025-08-21 05:28:16'),
(360, 'breadcrumb_display_last_update', '[\"0\"]', 24, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:16', '2025-08-21 05:28:16'),
(361, 'seo_meta', '[{\"index\":\"index\"}]', 24, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:16', '2025-08-21 05:28:16'),
(362, 'breadcrumb_simple', '[\"0\"]', 19, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:20', '2025-08-21 05:28:20'),
(363, 'breadcrumb_background_color', '[\"transparent\"]', 19, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:20', '2025-08-21 05:28:20'),
(364, 'breadcrumb_display_last_update', '[\"0\"]', 19, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:20', '2025-08-21 05:28:20'),
(365, 'seo_meta', '[{\"index\":\"index\"}]', 19, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:20', '2025-08-21 05:28:20'),
(366, 'breadcrumb_simple', '[\"0\"]', 23, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:24', '2025-08-21 05:28:24'),
(367, 'breadcrumb_background_color', '[\"transparent\"]', 23, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:24', '2025-08-21 05:28:24'),
(368, 'breadcrumb_display_last_update', '[\"0\"]', 23, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:24', '2025-08-21 05:28:24'),
(369, 'seo_meta', '[{\"index\":\"index\"}]', 23, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:24', '2025-08-21 05:28:24'),
(370, 'breadcrumb_simple', '[\"0\"]', 22, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:36', '2025-08-21 05:28:36'),
(371, 'breadcrumb_background_color', '[\"transparent\"]', 22, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:36', '2025-08-21 05:28:36'),
(372, 'breadcrumb_display_last_update', '[\"0\"]', 22, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:36', '2025-08-21 05:28:36'),
(373, 'seo_meta', '[{\"index\":\"index\"}]', 22, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:36', '2025-08-21 05:28:36'),
(374, 'breadcrumb_simple', '[\"0\"]', 21, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:46', '2025-08-21 05:28:46'),
(375, 'breadcrumb_background_color', '[\"transparent\"]', 21, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:46', '2025-08-21 05:28:46'),
(376, 'breadcrumb_display_last_update', '[\"0\"]', 21, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:46', '2025-08-21 05:28:46'),
(377, 'seo_meta', '[{\"index\":\"index\"}]', 21, 'Botble\\Page\\Models\\Page', '2025-08-21 05:28:46', '2025-08-21 05:28:46'),
(378, 'breadcrumb_background_image', '[\"about-us-bg.jpg\"]', 2, 'Botble\\Page\\Models\\Page', '2025-08-21 05:29:08', '2025-08-21 05:29:08'),
(379, 'breadcrumb_text_color', '[\"transparent\"]', 2, 'Botble\\Page\\Models\\Page', '2025-08-21 05:29:08', '2025-08-21 05:29:08'),
(380, 'breadcrumb_background_color', '[\"transparent\"]', 2, 'Botble\\Page\\Models\\Page', '2025-08-21 05:29:08', '2025-08-21 05:29:08'),
(381, 'breadcrumb_display_last_update', '[\"0\"]', 2, 'Botble\\Page\\Models\\Page', '2025-08-21 05:29:08', '2025-08-21 05:29:08'),
(382, 'seo_meta', '[{\"index\":\"index\"}]', 2, 'Botble\\Page\\Models\\Page', '2025-08-21 05:29:08', '2025-08-21 05:29:08'),
(383, 'allow_comments', '[\"0\"]', 20, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:25:58', '2025-08-21 12:25:58'),
(384, 'seo_meta', '[{\"index\":\"index\"}]', 20, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:25:58', '2025-08-21 12:25:58'),
(385, 'allow_comments', '[\"0\"]', 11, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:26:24', '2025-08-21 12:26:24'),
(386, 'seo_meta', '[{\"index\":\"index\"}]', 11, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:26:24', '2025-08-21 12:26:24'),
(387, 'allow_comments', '[\"0\"]', 12, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:27:18', '2025-08-21 12:27:18'),
(388, 'seo_meta', '[{\"index\":\"index\"}]', 12, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:27:18', '2025-08-21 12:27:18'),
(389, 'allow_comments', '[\"0\"]', 13, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:27:30', '2025-08-21 12:27:30'),
(390, 'seo_meta', '[{\"index\":\"index\"}]', 13, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:27:30', '2025-08-21 12:27:30'),
(391, 'allow_comments', '[\"0\"]', 14, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:28:10', '2025-08-21 12:28:10');
INSERT INTO `meta_boxes` (`id`, `meta_key`, `meta_value`, `reference_id`, `reference_type`, `created_at`, `updated_at`) VALUES
(392, 'seo_meta', '[{\"index\":\"index\"}]', 14, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:28:10', '2025-08-21 12:28:10'),
(393, 'allow_comments', '[\"0\"]', 15, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:28:23', '2025-08-21 12:28:23'),
(394, 'seo_meta', '[{\"index\":\"index\"}]', 15, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:28:23', '2025-08-21 12:28:23'),
(395, 'allow_comments', '[\"0\"]', 17, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:28:46', '2025-08-21 12:28:46'),
(396, 'seo_meta', '[{\"index\":\"index\"}]', 17, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:28:46', '2025-08-21 12:28:46'),
(397, 'allow_comments', '[\"0\"]', 18, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:29:08', '2025-08-21 12:29:08'),
(398, 'seo_meta', '[{\"index\":\"index\"}]', 18, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:29:08', '2025-08-21 12:29:08'),
(399, 'allow_comments', '[\"0\"]', 19, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:29:21', '2025-08-21 12:29:21'),
(400, 'seo_meta', '[{\"index\":\"index\"}]', 19, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:29:21', '2025-08-21 12:29:21'),
(401, 'allow_comments', '[\"0\"]', 1, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:04', '2025-08-21 12:30:04'),
(402, 'seo_meta', '[{\"index\":\"index\"}]', 1, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:04', '2025-08-21 12:30:04'),
(403, 'allow_comments', '[\"0\"]', 2, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:15', '2025-08-21 12:30:15'),
(404, 'seo_meta', '[{\"index\":\"index\"}]', 2, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:15', '2025-08-21 12:30:15'),
(405, 'allow_comments', '[\"0\"]', 3, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:27', '2025-08-21 12:30:27'),
(406, 'seo_meta', '[{\"index\":\"index\"}]', 3, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:27', '2025-08-21 12:30:27'),
(407, 'allow_comments', '[\"0\"]', 4, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:39', '2025-08-21 12:30:39'),
(408, 'seo_meta', '[{\"index\":\"index\"}]', 4, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:39', '2025-08-21 12:30:39'),
(409, 'allow_comments', '[\"0\"]', 5, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:50', '2025-08-21 12:30:50'),
(410, 'seo_meta', '[{\"index\":\"index\"}]', 5, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:30:50', '2025-08-21 12:30:50'),
(411, 'allow_comments', '[\"0\"]', 6, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:06', '2025-08-21 12:31:06'),
(412, 'seo_meta', '[{\"index\":\"index\"}]', 6, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:06', '2025-08-21 12:31:06'),
(413, 'allow_comments', '[\"0\"]', 7, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:18', '2025-08-21 12:31:18'),
(414, 'seo_meta', '[{\"index\":\"index\"}]', 7, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:18', '2025-08-21 12:31:18'),
(415, 'allow_comments', '[\"0\"]', 10, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:31', '2025-08-21 12:31:31'),
(416, 'seo_meta', '[{\"index\":\"index\"}]', 10, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:31', '2025-08-21 12:31:31'),
(417, 'allow_comments', '[\"0\"]', 9, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:44', '2025-08-21 12:31:44'),
(418, 'seo_meta', '[{\"index\":\"index\"}]', 9, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:44', '2025-08-21 12:31:44'),
(419, 'allow_comments', '[\"0\"]', 8, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:59', '2025-08-21 12:31:59'),
(420, 'seo_meta', '[{\"index\":\"index\"}]', 8, 'Botble\\Blog\\Models\\Post', '2025-08-21 12:31:59', '2025-08-21 12:31:59'),
(423, 'seo_meta', '[{\"index\":\"index\",\"seo_image\":\"about-us-bg.jpg\"}]', 1, 'Botble\\Blog\\Models\\Tag', '2025-08-22 05:22:52', '2025-08-22 05:22:52'),
(424, 'seo_meta', '[{\"index\":\"index\"}]', 20, 'Botble\\CarRentals\\Models\\Car', '2025-08-22 06:07:08', '2025-08-22 06:07:08'),
(425, 'seo_meta', '[{\"index\":\"index\"}]', 23, 'Botble\\CarRentals\\Models\\Car', '2025-09-11 03:59:21', '2025-09-11 03:59:21'),
(426, 'seo_meta', '[{\"index\":\"index\"}]', 24, 'Botble\\CarRentals\\Models\\Car', '2025-09-16 07:13:53', '2025-09-16 07:13:53');

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

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

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

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

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '0001_01_01_000001_create_cache_table', 1),
(2, '2013_04_09_032329_create_base_tables', 1),
(3, '2013_04_09_062329_create_revisions_table', 1),
(4, '2014_10_12_000000_create_users_table', 1),
(5, '2014_10_12_100000_create_password_reset_tokens_table', 1),
(6, '2015_06_18_033822_create_blog_table', 1),
(7, '2015_06_29_025744_create_audit_history', 1),
(8, '2016_06_10_230148_create_acl_tables', 1),
(9, '2016_06_14_230857_create_menus_table', 1),
(10, '2016_06_17_091537_create_contacts_table', 1),
(11, '2016_06_28_221418_create_pages_table', 1),
(12, '2016_10_03_032336_create_languages_table', 1),
(13, '2016_10_05_074239_create_setting_table', 1),
(14, '2016_10_07_193005_create_translations_table', 1),
(15, '2016_10_13_150201_create_galleries_table', 1),
(16, '2016_11_28_032840_create_dashboard_widget_tables', 1),
(17, '2016_12_16_084601_create_widgets_table', 1),
(18, '2017_05_09_070343_create_media_tables', 1),
(19, '2017_05_18_080441_create_payment_tables', 1),
(20, '2017_07_11_140018_create_simple_slider_table', 1),
(21, '2017_10_24_154832_create_newsletter_table', 1),
(22, '2017_11_03_070450_create_slug_table', 1),
(23, '2018_07_09_214610_create_testimonial_table', 1),
(24, '2018_07_09_221238_create_faq_table', 1),
(25, '2019_01_05_053554_create_jobs_table', 1),
(26, '2019_08_19_000000_create_failed_jobs_table', 1),
(27, '2019_11_18_061011_create_country_table', 1),
(28, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(29, '2021_02_16_092633_remove_default_value_for_author_type', 1),
(30, '2021_03_27_144913_add_customer_type_into_table_payments', 1),
(31, '2021_05_24_034720_make_column_currency_nullable', 1),
(32, '2021_08_09_161302_add_metadata_column_to_payments_table', 1),
(33, '2021_10_19_020859_update_metadata_field', 1),
(34, '2021_10_25_021023_fix-priority-load-for-language-advanced', 1),
(35, '2021_12_03_030600_create_blog_translations', 1),
(36, '2021_12_03_075608_create_page_translations', 1),
(37, '2021_12_03_082134_create_faq_translations', 1),
(38, '2021_12_03_082953_create_gallery_translations', 1),
(39, '2021_12_03_083642_create_testimonials_translations', 1),
(40, '2021_12_03_084118_create_location_translations', 1),
(41, '2021_12_03_094518_migrate_old_location_data', 1),
(42, '2021_12_10_034440_switch_plugin_location_to_use_language_advanced', 1),
(43, '2022_01_16_085908_improve_plugin_location', 1),
(44, '2022_04_19_113923_add_index_to_table_posts', 1),
(45, '2022_04_20_100851_add_index_to_media_table', 1),
(46, '2022_04_20_101046_add_index_to_menu_table', 1),
(47, '2022_04_30_034048_create_gallery_meta_translations_table', 1),
(48, '2022_06_28_151901_activate_paypal_stripe_plugin', 1),
(49, '2022_07_07_153354_update_charge_id_in_table_payments', 1),
(50, '2022_07_10_034813_move_lang_folder_to_root', 1),
(51, '2022_08_04_051940_add_missing_column_expires_at', 1),
(52, '2022_08_04_052122_delete_location_backup_tables', 1),
(53, '2022_09_01_000001_create_admin_notifications_tables', 1),
(54, '2022_10_14_024629_drop_column_is_featured', 1),
(55, '2022_11_02_092723_team_create_team_table', 1),
(56, '2022_11_18_063357_add_missing_timestamp_in_table_settings', 1),
(57, '2022_12_02_093615_update_slug_index_columns', 1),
(58, '2023_01_30_024431_add_alt_to_media_table', 1),
(59, '2023_02_16_042611_drop_table_password_resets', 1),
(60, '2023_04_23_005903_add_column_permissions_to_admin_notifications', 1),
(61, '2023_04_23_061847_increase_state_translations_abbreviation_column', 1),
(62, '2023_05_10_075124_drop_column_id_in_role_users_table', 1),
(63, '2023_07_06_011444_create_slug_translations_table', 1),
(64, '2023_07_26_041451_add_more_columns_to_location_table', 1),
(65, '2023_07_27_041451_add_more_columns_to_location_translation_table', 1),
(66, '2023_08_11_060908_create_announcements_table', 1),
(67, '2023_08_11_094574_update_team_table', 1),
(68, '2023_08_15_073307_drop_unique_in_states_cities_translations', 1),
(69, '2023_08_21_090810_make_page_content_nullable', 1),
(70, '2023_08_29_074620_make_column_author_id_nullable', 1),
(71, '2023_08_29_075308_make_column_user_id_nullable', 1),
(72, '2023_09_14_021936_update_index_for_slugs_table', 1),
(73, '2023_09_14_022423_add_index_for_language_table', 1),
(74, '2023_10_21_065016_make_state_id_in_table_cities_nullable', 1),
(75, '2023_11_10_080225_migrate_contact_blacklist_email_domains_to_core', 1),
(76, '2023_11_14_033417_change_request_column_in_table_audit_histories', 1),
(77, '2023_11_17_063408_add_description_column_to_faq_categories_table', 1),
(78, '2023_11_30_085354_add_missing_description_to_team', 1),
(79, '2023_12_07_095130_add_color_column_to_media_folders_table', 1),
(80, '2023_12_12_105220_drop_translations_table', 1),
(81, '2023_12_17_162208_make_sure_column_color_in_media_folders_nullable', 1),
(82, '2024_01_16_050056_create_comments_table', 1),
(83, '2024_03_20_080001_migrate_change_attribute_email_to_nullable_form_contacts_table', 1),
(84, '2024_03_25_000001_update_captcha_settings_for_contact', 1),
(85, '2024_03_25_000001_update_captcha_settings_for_newsletter', 1),
(86, '2024_04_04_110758_update_value_column_in_user_meta_table', 1),
(87, '2024_04_19_063914_create_custom_fields_table', 1),
(88, '2024_04_27_100730_improve_analytics_setting', 1),
(89, '2024_05_12_091229_add_column_visibility_to_table_media_files', 1),
(90, '2024_07_04_083133_create_payment_logs_table', 1),
(91, '2024_07_07_091316_fix_column_url_in_menu_nodes_table', 1),
(92, '2024_07_12_100000_change_random_hash_for_media', 1),
(93, '2024_07_30_091615_fix_order_column_in_categories_table', 1),
(94, '2024_08_17_094600_add_image_into_countries', 1),
(95, '2024_08_22_062602_create_car_rentals_tables', 1),
(96, '2024_08_28_154009_create_cr_car_addresses', 1),
(97, '2024_09_05_151532_add_column_addresses_cars_table', 1),
(98, '2024_09_11_151251_create_cr_car_categories', 1),
(99, '2024_09_30_024515_create_sessions_table', 1),
(100, '2024_10_02_030027_add_more_columns_to_teams_translations_table', 1),
(101, '2024_12_11_044552_add_author_to_table_cr_cars', 1),
(102, '2024_12_11_082630_create_cr_messages_table', 1),
(103, '2024_12_12_034118_add_is_vendor_to_cr_customers', 1),
(104, '2024_12_12_082259_add_phone_to_table_cr_messages', 1),
(105, '2024_12_12_093603_add_vendor_verified_at_to_table_cr_customers', 1),
(106, '2024_12_19_000001_create_device_tokens_table', 1),
(107, '2024_12_19_000002_create_push_notifications_table', 1),
(108, '2024_12_19_000003_create_push_notification_recipients_table', 1),
(109, '2024_12_20_064621_add_moderation_status_to_cr_cars', 1),
(110, '2024_12_30_000001_create_user_settings_table', 1),
(111, '2024_12_30_022046_add_vendor_id_to_cr_bookings_table', 1),
(112, '2025_01_06_033807_add_default_value_for_categories_author_type', 1),
(113, '2025_01_08_093652_add_zip_code_to_cities', 1),
(114, '2025_01_15_000000_add_completion_fields_to_cr_bookings_table', 1),
(115, '2025_01_17_043153_improve_invoices_table', 1),
(116, '2025_02_10_040833_add_reject_reason_to_cars', 1),
(117, '2025_02_11_153025_add_action_label_to_announcement_translations', 1),
(118, '2025_02_20_075043_improve_cr_cars_table', 1),
(119, '2025_03_23_075418_add_selling_features_to_cr_cars_table', 1),
(120, '2025_04_02_000000_rename_car_rentals_enabled_rental_booking_setting', 1),
(121, '2025_04_08_040931_create_social_logins_table', 1),
(122, '2025_04_10_000000_update_cr_taxes_table', 1),
(123, '2025_04_12_000003_add_payment_fee_to_payments_table', 1),
(124, '2025_04_14_000001_create_category_commissions_table', 1),
(125, '2025_04_14_000002_create_customer_revenues_table', 1),
(126, '2025_04_14_000003_add_balance_column_to_customers_table', 1),
(127, '2025_04_14_000004_add_vendor_id_column_to_bookings_table', 1),
(128, '2025_04_14_000005_add_vendor_id_column_to_cars_table', 1),
(129, '2025_04_14_000006_create_customer_withdrawals_table', 1),
(130, '2025_04_14_000007_add_bank_info_to_customers_table', 1),
(131, '2025_04_20_081632_rename_current_location_to_location_in_cr_cars_table', 1),
(132, '2025_04_22_102623_set_moderation_status_to_approved_for_existing_cars', 1),
(133, '2025_04_23_000000_add_external_booking_url_to_cr_cars_table', 1),
(134, '2025_05_05_000001_add_user_type_to_audit_histories_table', 1),
(135, '2025_05_13_000000_add_price_type_column_to_cr_services_table', 1),
(136, '2025_05_22_000001_add_payment_fee_type_to_settings_table', 1),
(137, '2025_06_04_000000_add_horsepower_to_cr_cars_table', 1),
(138, '2025_07_06_030754_add_phone_to_users_table', 1),
(139, '2025_07_11_160139_add_order_column_to_cr_car_makes_table', 1),
(140, '2025_07_11_160140_add_order_column_to_cr_car_types_table', 1),
(141, '2025_07_11_160141_add_order_column_to_cr_car_transmissions_table', 1),
(142, '2025_07_11_160142_add_order_column_to_cr_car_fuels_table', 1),
(143, '2025_07_11_160143_add_order_column_to_cr_car_addresses_table', 1),
(144, '2025_07_11_160144_add_order_column_to_cr_car_amenities_table', 1),
(145, '2025_07_11_160145_add_order_column_to_cr_car_colors_table', 1),
(146, '2025_07_14_014535_add_currency_tables_to_car_rentals', 1),
(147, '2025_07_14_025000_simplify_currency_implementation', 1),
(148, '2025_07_14_030502_add_currency_id_to_cr_services_table', 1),
(149, '2025_07_23_000000_create_car_amenity_categories_table', 1),
(150, '2025_07_23_000001_add_category_id_to_car_amenities_table', 1),
(151, '2025_07_23_add_icon_column_to_cr_car_amenities_table', 1),
(152, '2025_07_23_add_icon_column_to_cr_car_types_table', 1),
(153, '2025_07_31_083459_add_indexes_for_location_search_performance', 1),
(154, '2025_07_31_add_performance_indexes_to_slugs_table', 1);

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

--
-- Table structure for table `newsletters`
--

CREATE TABLE `newsletters` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(120) NOT NULL,
  `name` varchar(120) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'subscribed',
  `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 `newsletters`
--

INSERT INTO `newsletters` (`id`, `email`, `name`, `status`, `created_at`, `updated_at`) VALUES
(1, 'sharvarisanjay30@gmail.com', NULL, 'subscribed', '2025-08-22 04:55:39', '2025-08-22 04:55:39');

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

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

CREATE TABLE `pages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `content` longtext DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `image` varchar(191) DEFAULT NULL,
  `template` varchar(60) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `pages` (`id`, `name`, `content`, `user_id`, `image`, `template`, `description`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Homepage', '<shortcode>[hero-banners title=\"Looking for a vehicle? &lt;br class=“d-none d-lg-block” /&gt;You’re in the perfect spot.\" subtitle=\"Find Your Perfect Car\" background_image=\"backgrounds/hero-banner.jpg\" content_1=\"High quality at a low cost.\" content_2=\"Premium services\" content_3=\"24/7 roadside support.\" quantity=\"3\"][/hero-banners]</shortcode><shortcode>[car-advance-search button_search_name=\"Find a Vehicle\" link_need_help=\"/faqs\" top=\"-124\" bottom=\"0\" left=\"0\" right=\"0\" url=\"/cars\" background_color=\"rgb(242, 244, 246)\" tabs=\"all,new_car,used_car\"][/car-advance-search]</shortcode><shortcode>[brands style=\"style-1\" title=\"Premium Brands\" subtitle=\"Unveil the Finest Selection of High-End Vehicles\" brand_ids=\"\" button_label=\"Show All Brands\" button_url=\"/brands\"][/brands]</shortcode><shortcode>[cars style=\"style-latest\" title=\"Most View Vehicles\" subtitle=\"The world\'s leading car brands\" number_rows=\"2\" limit=\"12\" button_label=\"View More\" button_url=\"/cars\"][/cars]</shortcode><shortcode>[intro-video title=\"Receive a Competitive Offer Sell Your Car to Us Today.\" description=\"We are committed to delivering exceptional service, competitive pricing, and a diverse selection of options for our customers.\" subtitle=\"Best Car Rental System\" youtube_video_url=\"https://www.youtube.com/watch?v=ldusxyoq0Y8\" image=\"general/1.jpg\" content_1=\"Expert Certified Mechanics\" content_2=\"First Class Services\" content_3=\"Get Reasonable Price\" content_4=\"24/7 road assistance\" content_5=\"Genuine Spares Parts\" content_6=\"Free Pick-Up &amp; Drop-Offs\" quantity=\"6\"][/intro-video]</shortcode><shortcode>[car-types title=\"Browse by Type\" sub_title=\"Find the perfect ride for any occasion\" car_types=\"\" redirect_url=\"/cars\"][/car-types]</shortcode><shortcode>[why-us sub_title=\"HOW IT WORKS\" title=\"Presenting Your New Go-To Car &lt;br&gt; Rental Experience\" card_image_1=\"icons/car-location.png\" card_title_1=\"Choose a Location\" card_content_1=\"Select the ideal destination to begin your journey with ease\" card_image_2=\"icons/car-selected.png\" card_title_2=\"Choose Your Vehicle\" card_content_2=\"Browse our fleet and find the perfect car for your needs\" card_image_3=\"icons/car.png\" card_title_3=\"Verification\" card_content_3=\"Review your information and confirm your booking\" card_image_4=\"icons/car-key.png\" card_title_4=\"Begin Your Journey\" card_content_4=\"Start your adventure with confidence and ease\" quantity=\"4\"][/why-us]</shortcode><shortcode>[car-loan-form style=\"style-1\" title=\"Want to Calculate Your Car Payment?\" description=\"Match with up to 4 lenders to get the lowest rate available with no markups, no fees, and no obligations.\" form_url=\"/contact\" form_title=\"Car Loan Calculator\" form_description=\"Estimate your monthly auto loan payments with this calculator.\" form_button_label=\"Apply for a loan\" background_image=\"backgrounds/car-loan-form-bg.jpg\" enable_lazy_loading=\"\"][/car-loan-form]</shortcode><shortcode>[cars style=\"style-feature\" title=\"Featured Listings\" subtitle=\"Find the perfect ride for any occasion\" limit=\"4\" button_label=\"View More\" button_url=\"/cars\"][/cars]</shortcode><shortcode>[featured-block title=\"Get a great deal for your vehicle sell to us now\" subtitle=\"Trusted Expertise\" description=\"Get the best value for your vehicle with our transparent and straightforward selling process\" button_label=\"Get Started Now\" button_url=\"/cars\" image_1=\"general/img-1.png\" image_2=\"general/img-2.png\" image_3=\"general/img-3.png\" image_4=\"general/img-4.png\" image_5=\"general/img-5.png\" content_1=\"Experienced Professionals You Can Trust\" content_2=\"Clear and Transparent Pricing, No Hidden Fees\" content_3=\"Genuine Spares Parts\" quantity=\"3\"][/featured-block]</shortcode><shortcode>[cars-by-locations title=\"Available Car Rentals\" main_content=\"Choose the location that suits your journey and start exploring today\" city_ids=\"1,2,3,5,6\" button_label=\"View More\" button_url=\"/cars\"][/cars-by-locations]</shortcode><shortcode>[simple-banners title_1=\"Looking for a rental car?\" subtitle_1=\"Discover your ideal rental car for every adventure, &lt;br&gt;whether it\'s a road trip or business travel\" image_1=\"cars/img-1.png\" button_url_1=\"/cars\" button_name_1=\"Get Started Now\" button_color_1=\"#70f46d\" background_color_1=\"#9dd3fb\" title_2=\"Looking for a rental car?\" subtitle_2=\"Maximize your vehicle\'s potential: seamlessly &lt;br&gt; rent or sell with confidence\" image_2=\"cars/img-2.png\" button_url_2=\"/cars\" button_name_2=\"Get Started Now\" button_color_2=\"#ffffff\" background_color_2=\"#ffec88\" quantity=\"2\"][/simple-banners]</shortcode><shortcode>[testimonials title=\"What they say about us?\" subtitle=\"Testimonials\" testimonial_ids=\"1,2,3,4\"][/testimonials]</shortcode><shortcode>[blog-posts style=\"style-3\" title=\"Car Reviews\" subtitle=\"Expert insights and honest evaluations to help you choose the perfect car\" link_label=\"View More\" link_url=\"/blog\" category_ids=\"1,2,3,4,5,6\" limit=\"4\"][/blog-posts]</shortcode><shortcode>[blog-posts style=\"style-1\" title=\"Upcoming Cars &amp; Events\" subtitle=\"Stay ahead with the latest car releases and upcoming events\" button_label=\"Keep Reading\" category_ids=\"1,2,3,4,5,6\" limit=\"10\"][/blog-posts]</shortcode><shortcode>[install-apps style=\"style-1\" title=\"MXCar App Is Available\" description=\"Install App\" android_app_url=\"/contact\" android_app_image=\"general/googleplay.png\" ios_app_url=\"/contact\" ios_app_image=\"general/appstore.png\" button_url=\"/\" decor_image=\"general/truck.png\" background_image=\"about-us-bg.jpg\" background_color=\"transparent\"][/install-apps]</shortcode>', NULL, NULL, 'homepage', '', 'published', '2025-06-10 20:28:16', '2025-08-22 08:47:53'),
(2, 'Blog', NULL, NULL, NULL, 'blog-with-sidebar', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:29:08'),
(3, 'Contact', '<shortcode>[branch-locations title=\"Our agents worldwide\" quantity=\"4\" name_1=\"New York\" icon_image_1=\"icons/sedan-car-model.png\" phone_1=\"+1 212 555 0146\" email_1=\"newyork@demo.com\" address_1=\"750 7th Avenue, Manhattan, New York, NY 10019, USA\" name_2=\"Tokyo\" icon_image_2=\"icons/car-city-model.png\" phone_2=\"+81 3 3456 7890\" email_2=\"tokyo@demo.com\" address_2=\"2-11-3 Meguro, Meguro City, Tokyo 153-0063, Japan\" name_3=\"Paris\" icon_image_3=\"icons/jeep.png\" phone_3=\"+33 1 42 68 53 00\" email_3=\"paris@demo.com\" address_3=\"22 Rue de la Paix, 75002 Paris, France\" name_4=\"Sydney\" icon_image_4=\"icons/pick-up.png\" phone_4=\"+61 2 9255 6000\" email_4=\"sydney@demo.com\" address_4=\"88 George Street, The Rocks, Sydney NSW 2000, Australia\"][/branch-locations]</shortcode><shortcode>[contact-form display_fields=\"phone,email,subject,address\" mandatory_fields=\"email\" title=\"Get in Touch\" show_map=\"0,1\" map_title=\"Our location\" map_address=\"12560 Rental Rd, Memphis, TN 38118, United States\"][/contact-form]</shortcode>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:24:42'),
(4, 'Services', '<shortcode>[car-services title=\"Comprehensive Car Rental Services to Meet All Your Needs\" description=\"From daily rentals to long-term solutions, we offer a comprehensive range of vehicles and services to suit every need and budget.\" limit=\"10\"][/car-services]</shortcode><shortcode>[promotion-block title=\"Best Car Rent Deals\" subtitle=\"Save 15% or more when you book and ride before 1 April 2025\" button_label=\"Find Early 2025 Deals\" button_url=\"/cars\" background_image=\"services/promotion-block-bg.jpg\" enable_lazy_loading=\"no\"][/promotion-block]</shortcode><shortcode>[testimonials title=\"What they say about us?\" subtitle=\"Testimonials\" testimonial_ids=\"1,2,3,4\" style=\"style-2\" enable_lazy_loading=\"\"][/testimonials]</shortcode><shortcode>[intro-video title=\"Receive a Competitive Offer Sell Your Car to Us Today.\" description=\"We are committed to delivering exceptional service, competitive pricing, and a diverse selection of options for our customers.\" subtitle=\"Best Car Rental System\" image=\"general/1.jpg\" content_1=\"Expert Certified Mechanics\" content_2=\"First Class Services\" content_3=\"Get Reasonable Price\" content_4=\"24/7 road assistance\" content_5=\"Genuine Spares Parts\" content_6=\"Free Pick-Up &amp; Drop-Offs\" quantity=\"6\"][/intro-video]</shortcode><shortcode>[site-statistics quantity=\"5\" title_1=\"Global&nbsp;<br>Branches\" data_1=\"45\" unit_1=\"+\" title_2=\"Destinations&nbsp;<br>Collaboration\" data_2=\"29\" unit_2=\"K\" title_3=\"Years&nbsp;<br>Experience\" data_3=\"20\" unit_3=\"+\" title_4=\"Happy&nbsp;<br>Customers\" data_4=\"168\" unit_4=\"K\" title_5=\"User&nbsp;<br>Account\" data_5=\"15\" unit_5=\"M\"][/site-statistics]</shortcode><shortcode>[blog-posts style=\"style-1\" title=\"Upcoming Cars &amp; Events\" subtitle=\"Stay ahead with the latest car releases and upcoming events\" button_label=\"Keep Reading\" category_ids=\"1,2,3,4,5\" limit=\"10\"][/blog-posts]</shortcode>', NULL, 'about-us-bg.jpg', 'full-width', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:41:15'),
(5, 'Pricing', '<shortcode>[pricing title=\"Membership Plans\" button_label_monthly=\"Monthly Price\" button_label_yearly=\"Annual Price\" quantity=\"4\" name_1=\"Basic\" description_1=\"For most businesses that want to optimize web queries\" monthly_price_1=\"19\" yearly_price_1=\"348\" features_1=\"+ Access to standard vehicles \\n + 24/7 customer support \\n + Basic insurance coverage \\n + Online booking \\n + Standard roadside assistance \\n+ One free vehicle per month\" button_label_1=\"Get Started Now\" button_url_1=\"/\" name_2=\"Standard\" description_2=\"For most businesses that want to optimize web queries\" monthly_price_2=\"29\" yearly_price_2=\"348\" features_2=\"+ All Basic Plan features \\n + Access to premium vehicles \\n + Flexible rental terms \\n + GPS included \\n + Free additional driver \\n + Unlimited vehicle swaps\" button_label_2=\"Get Started Now\" button_url_2=\"/\" name_3=\"Premium\" description_3=\"For most businesses that want to optimize web queries\" monthly_price_3=\"49\" yearly_price_3=\"585\" features_3=\"+ All Standard Plan features \\n + Luxury vehicle options \\n + Complimentary upgrades \\n + Enhanced insurance coverage \\n + Free airport pickup, drop off \\n + Exclusive deals and offers\" button_label_3=\"Get Started Now\" button_url_3=\"/\" name_4=\"VIP\" description_4=\"For most businesses that want to optimize web queries\" monthly_price_4=\"99\" yearly_price_4=\"1185\" features_4=\"+ All Premium Plan features \\n + VIP transfer service \\n + Personal concierge \\n + Unlimited mileage \\n + Luxury vehicle upgrades \\n + 24/7 account manager\" button_label_4=\"Get Started Now\" button_url_4=\"/\"][/pricing]</shortcode><shortcode>[faqs title=\"Frequently Asked Questions\" description=\"Any questions? We would be happy to help you.\" faq_category_ids=\"1,2,3,4,5\" limit=\"10\" button_secondary_label=\"Contact Us\" button_secondary_url=\"/contact\" button_primary_label=\"Submit A Ticket\" button_primary_url=\"/\"][/faqs]</shortcode>', NULL, 'services/3.jpg', 'full-width', '', 'published', '2025-06-10 20:28:16', '2025-08-22 05:40:24'),
(6, 'About Us', '<shortcode>[about-us-information title=\"The Future of &lt;br&gt; Car Rental is Here\" description=\"Welcome to MXCar, your trusted partner in car rentals. Since our founding, we have been committed to providing our customers with a seamless and reliable car rental experience. Whether you are planning a business trip, a family vacation, or just need a vehicle for everyday use, we offer a wide range of vehicles to meet your needs.\" quantity=\"3\" data_number_1=\"86\" data_title_1=\"Industry &lt;br&gt; Experts\" image_1=\"users/about-us-1.jpg\" image_2=\"users/about-us-2.jpg\" data_number_3=\"25\" data_title_3=\"Years in Business\" image_3=\"users/images-33.jpeg\"][/about-us-information]</shortcode><shortcode>[why-us card_image_1=\"icons/car-location.png\" card_title_1=\"Choose a Location\" card_content_1=\"Select the ideal destination to begin your journey with ease\" card_image_2=\"icons/money.png\" card_title_2=\"Transparent Pricing\" card_content_2=\"Enjoy clear and upfront pricing with no surprises, ensuring you know exactly what you are paying for.\" card_image_3=\"icons/convenient.png\" card_title_3=\"Convenient Booking\" card_content_3=\"Benefit from a variety of rental options, including short-term, long-term, and weekend specials\" card_image_4=\"icons/supporter.png\" card_title_4=\"24/7 Customer Support\" card_content_4=\"Get assistance whenever you need it with our dedicated support team available around the clock.\" quantity=\"4\"][/why-us]</shortcode><shortcode>[team title=\"Meet Our Agents\" subtitle=\"Awesome Teams\" team_ids=\"1,2,3,5\"][/team]</shortcode><shortcode>[featured-block style=\"style-2\" title=\"Sell your car at a fair price. Get started with us today.\" subtitle=\"Our Mission\" description=\"Our mission is to make car rental easy, accessible, and affordable for everyone. We believe that renting a car should be a hassle-free experience, and we are dedicated to ensuring that every customer finds the perfect vehicle for their journey.\" button_label=\"Get Started Now\" button_url=\"/contact\" quantity=\"3\" content_1=\"Explore a wide range of flexible rental options to suit your needs\" content_2=\"Comprehensive insurance coverage for complete peace of mind\" content_3=\" 24/7 customer support for assistance anytime, anywhere\" image_1=\"users/img-2-1.png\" image_2=\"users/img-2-2.png\" image_3=\"users/img-2-3.png\" image_4=\"users/img-2-4.png\" enable_lazy_loading=\"no\"][/featured-block]</shortcode><shortcode>[site-statistics quantity=\"5\" title_1=\"Global &lt;br&gt; Branches\" data_1=\"45\" unit_1=\"+\" title_2=\"Destinations &lt;br&gt; Collaboration\" data_2=\"29\" unit_2=\"K\" title_3=\"Years &lt;br&gt; Experience\" data_3=\"20\" unit_3=\"+\" title_4=\"Happy &lt;br&gt; Customers\" data_4=\"168\" unit_4=\"K\" title_5=\"User &lt;br&gt; Account\" data_5=\"15\" unit_5=\"M\" background_color=\"#d8f4db\"][/site-statistics]</shortcode><shortcode>[intro-video style=\"style-1\" title=\"MXCar offers clear pricing and 24/7 great support.\" subtitle=\"Our Commitment\" description=\"We are committed to offering transparent pricing with no hidden fees, comprehensive insurance options for peace of mind, and 24/7 customer support to assist you whenever you need it. At MXCar, your satisfaction is our top priority.\" youtube_video_url=\"https://www.youtube.com/watch?v=ldusxyoq0Y8\" image=\"users/about-us-2.jpg\" image_1=\"users/img-2-2.png\" quantity=\"3\" content_1=\"Explore a wide range of flexible rental options to suit your needs\" content_2=\"Comprehensive insurance coverage for complete peace of mind\" content_3=\"24/7 customer support for assistance anytime, anywhere\" button_label=\"Get Started Now\" button_url=\"/contact\" enable_lazy_loading=\"no\"][/intro-video]</shortcode><shortcode>[testimonials title=\"What they say about us?\" subtitle=\"Testimonials\" testimonial_ids=\"1,2,3,4\" style=\"style-2\" enable_lazy_loading=\"\"][/testimonials]</shortcode><shortcode>[blog-posts style=\"style-1\" title=\"Upcoming Cars &amp; Events\" subtitle=\"Stay ahead with the latest car releases and upcoming events\" button_label=\"Keep Reading\" category_ids=\"1,2,3,4,5\" limit=\"10\"][/blog-posts]</shortcode>', NULL, NULL, 'full-width', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:25:26'),
(7, 'Cars', '<shortcode>[banner tag=\"Find cars for sale and for rent near you\" title=\"Find Your Perfect Car\" subtitle=\"Search and find your best car rental with easy way\" background_image=\"cars/car.jpg\" enable_caching=\"yes\" enable_lazy_loading=\"no\"][/banner]</shortcode><shortcode>[car-advance-search button_search_name=\"Find a Vehicle\" link_need_help=\"/faqs\" top=\"-124\" bottom=\"0\" left=\"0\" right=\"0\" tabs=\"all,new_car,used_car\"][/car-advance-search]</shortcode><shortcode>[car-list title=\"Our Vehicle Fleet\" subtitle=\"Turning dreams into reality with versatile vehicles.\" enable_filter=\"yes\" default_layout=\"grid\"][/car-list]</shortcode><shortcode>[brands title=\"\" subtitle=\"\" brand_ids=\"\" button_label=\"\" button_url=\"\"][/brands]</shortcode>', NULL, NULL, 'homepage', '', 'published', '2025-06-10 20:28:16', '2025-08-22 05:28:38'),
(8, 'Car List 2', '<shortcode>[banner title=\"Find Your Perfect Car\" subtitle=\"Search and find your best car rental with easy way\" tag=\"Find cars for sale and for rent near you\" background_image=\"backgrounds/banner6.jpg\"][/banner]</shortcode><shortcode>[car-advance-search button_search_name=\"Find a Vehicle\" link_need_help=\"/faqs\" top=\"-124\" bottom=\"0\" left=\"0\" right=\"0\" tabs=\"all,new_car,used_car\"][/car-advance-search]</shortcode><shortcode>[car-list title=\"Our Vehicle Fleet\" subtitle=\"Turning dreams into reality with versatile vehicles.\" enable_filter=\"no\" default_layout=\"grid\" layout_col=\"4\"][/car-list]</shortcode><shortcode>[brands title=\"\" subtitle=\"\" brand_ids=\"\" button_label=\"\" button_url=\"\"][/brands]</shortcode>', NULL, NULL, 'homepage', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:25:47'),
(9, 'Car List 3', '<shortcode>[banner title=\"Find Your Perfect Car\" subtitle=\"Search and find your best car rental with easy way\" tag=\"Find cars for sale and for rent near you\" background_image=\"backgrounds/banner6.jpg\"][/banner]</shortcode><shortcode>[car-list title=\"Our Vehicle Fleet\" subtitle=\"Turning dreams into reality with versatile vehicles.\" enable_filter=\"no\" default_layout=\"grid\" layout_col=\"3\"][/car-list]</shortcode><shortcode>[brands title=\"\" subtitle=\"\" brand_ids=\"\" button_label=\"\" button_url=\"\"][/brands]</shortcode>', NULL, NULL, 'homepage', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:25:55'),
(10, 'Car List 4', '<shortcode>[banner title=\"Find Your Perfect Car\" subtitle=\"Search and find your best car rental with easy way\" tag=\"Find cars for sale and for rent near you\" background_image=\"backgrounds/banner6.jpg\"][/banner]</shortcode><shortcode>[car-advance-search button_search_name=\"Find a Vehicle\" link_need_help=\"/faqs\" top=\"-124\" bottom=\"0\" left=\"0\" right=\"0\" tabs=\"all,new_car,used_car\"][/car-advance-search]</shortcode><shortcode>[car-list title=\"Our Vehicle Fleet\" subtitle=\"Turning dreams into reality with versatile vehicles.\" enable_filter=\"yes\" default_layout=\"list\" layout_col=\"4\"][/car-list]</shortcode><shortcode>[brands title=\"\" subtitle=\"\" brand_ids=\"\" button_label=\"\" button_url=\"\"][/brands]</shortcode>', NULL, NULL, 'homepage', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:26:02'),
(11, 'Agencies', '<shortcode>[team title=\"Meet Our Agents\" subtitle=\"Awesome Teams\" team_ids=\"1,2,3,4,5,6,7,8\"][/team]</shortcode>', NULL, NULL, 'full-width', '', 'published', '2025-06-10 20:28:16', '2025-08-22 05:55:25'),
(12, 'Faqs', '<shortcode>[faq-categories title=\"Frequently Asked Questions\" description=\"Any questions? We would be happy to help you.\"][/faq-categories]</shortcode><shortcode>[faqs title=\"Frequently Asked Questions\" description=\"Any questions? We would be happy to help you.\" faq_category_ids=\"1,2,3,4,5\" limit=\"10\" button_secondary_label=\"Contact Us\" button_secondary_url=\"/contact\" button_primary_label=\"Submit A Ticket\" button_primary_url=\"/\"][/faqs]</shortcode><shortcode>[site-statistics quantity=\"5\" title_1=\"Global &lt;br&gt; Branches\" data_1=\"45\" unit_1=\"+\" title_2=\"Destinations &lt;br&gt; Collaboration\" data_2=\"29\" unit_2=\"K\" title_3=\"Years &lt;br&gt; Experience\" data_3=\"20\" unit_3=\"+\" title_4=\"Happy &lt;br&gt; Customers\" data_4=\"168\" unit_4=\"K\" title_5=\"User &lt;br&gt; Account\" data_5=\"15\" unit_5=\"M\"][/site-statistics]</shortcode>', NULL, NULL, 'full-width', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:50:58'),
(13, 'Brands', '<shortcode>[brands title=\"Brands\" style=\"style-3\" brand_ids=\"\"][/brands]</shortcode>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:26:51'),
(14, 'Our Awards', '<p class=\"p1\">At <span class=\"s1\"><strong>MXCar Pages</strong></span>, we take pride in delivering excellence to our community of car enthusiasts, buyers, and sellers. Over the years, our dedication to innovation, trust, and customer satisfaction has been recognized by industry leaders and organizations.</p><h3><strong>🌟 Highlights of Our Achievements</strong></h3><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Best Automotive Platform of the Year</strong></span> – Honored for creating a seamless and transparent car marketplace experience.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Innovation in Digital Automotive Services</strong></span> – Awarded for introducing advanced tools that simplify car discovery and ownership.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Customer Trust Excellence Award</strong></span> – Recognized for building a safe, secure, and reliable platform for buyers and sellers.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Top Emerging Automotive Brand</strong></span> – Acknowledged for rapid growth and impactful contribution to the auto industry.</p></li></ul><h3><strong>&nbsp;What These Awards Mean to Us</strong></h3><p class=\"p1\">These recognitions are not just trophies on our shelf — they are a reflection of the trust our users place in us every day. Each milestone inspires us to push boundaries, innovate further, and continue shaping the future of the automotive experience.</p><h3><strong>A Thank You to Our Community</strong></h3><p class=\"p1\">None of this would have been possible without the support of our loyal users, partners, and team. Together, we’re driving toward a future where buying, selling, and exploring cars is simpler, safer, and more enjoyable.</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 05:52:15'),
(15, 'Copyright Notices', '<p class=\"p1\">All content published on <span class=\"s1\"><strong>MXCar Pages</strong></span>, including but not limited to text, images, graphics, logos, videos, design elements, and software, is the intellectual property of MXCar Pages unless otherwise stated. Such materials are protected by international copyright, trademark, and intellectual property laws.</p><h3><strong>Limited Use</strong></h3><p class=\"p1\">Visitors and users of MXCar Pages are granted a limited, non-exclusive, and non-transferable right to view, download, or print content for <span class=\"s1\"><strong>personal and non-commercial use only</strong></span>. Any unauthorized reproduction, distribution, modification, or republication of content, in whole or in part, is strictly prohibited without prior written consent from MXCar Pages.</p><h3><strong>Third-Party Content</strong></h3><p class=\"p1\">Some materials on MXCar Pages may include content, trademarks, or intellectual property owned by third parties. Such rights remain with their respective owners, and their inclusion on our platform does not imply endorsement or permission for further use.</p><h3><strong>Copyright Infringement</strong></h3><p class=\"p1\">If you believe that any content on MXCar Pages infringes upon your intellectual property rights, please contact us immediately at &nbsp;our email with all relevant details. We will review your request promptly and take appropriate action in accordance with applicable laws.</p><h3><strong>Reservation of Rights</strong></h3><p class=\"p1\">MXCar Pages reserves all rights not expressly granted in this notice. Use of this website constitutes acceptance of these terms and acknowledgment of our intellectual property rights.</p>', NULL, 'cars/about-us-bg.jpg', 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 05:57:24'),
(16, 'Terms of Use', '<p><strong>Welcome to MXCar!</strong> Renting a car with us is easy, fast, and convenient. Whether you\\\'re going on a weekend getaway, need a car for business, or are planning a road trip, MXCar makes renting a car seamless. Here’s how it works:</p><h3>1. <strong>Browse &amp; Select Your Car</strong></h3><ul><li><strong>Browse Our Fleet:</strong> Start by browsing our diverse fleet of cars. Whether you\\\'re looking for a compact car, an SUV, or a luxury vehicle, we have a variety of options to suit your needs.</li><li><strong>Filter Your Choices:</strong> Use our search filters to select the type of vehicle, pick-up location, rental dates, and any additional features you may need, such as GPS or a child car seat.</li><li><strong>Check Availability:</strong> View real-time availability and pricing for your selected car. If your desired car is unavailable, you’ll see alternative options.</li></ul><hr><h3>2. <strong>Make a Reservation</strong></h3><ul><li><strong>Select Your Rental Period:</strong> Choose the dates and times you need the car, from daily rentals to weekly or monthly bookings.</li><li><strong>Add Extras:</strong> You can add optional extras such as additional drivers, insurance, or GPS systems at this stage.</li><li><strong>Review Your Booking:</strong> Review your booking details, including the car type, rental period, and total cost.</li><li><strong>Secure Payment:</strong> Confirm your reservation by entering your payment details through our secure payment gateway. We accept all major credit cards, debit cards, and payment systems like PayPal.</li><li><strong>Get Confirmation:</strong> Once your payment is processed, you\\\'ll receive an instant email confirmation with all the details of your reservation, including a unique booking reference number.</li></ul><hr><h3>3. <strong>Pick Up Your Car</strong></h3><ul><li><strong>Locate Your Pick-Up Location:</strong> You’ll find your car ready for you at the designated pick-up location. We offer several convenient locations, including major airports, city centers, and train stations.</li><li><strong>Present Your ID &amp; License:</strong> When you arrive, we’ll need to verify your identity. Please bring a valid driver’s license and the credit card used for the booking.</li><li><strong>Car Inspection:</strong> Before you drive off, we will conduct a quick inspection of the car with you, noting any pre-existing damage. You’ll also receive instructions on how to operate the vehicle, including key features and emergency procedures.</li><li><strong>Sign the Rental Agreement:</strong> Sign the rental agreement, which will outline the terms and conditions of your rental. If you have any questions about the agreement, our staff is happy to assist you.</li></ul><hr><h3>4. <strong>Enjoy Your Ride</strong></h3><ul><li><strong>Drive with Confidence:</strong> Once you’re all set, you’re free to enjoy your trip! Feel free to use the car for your travel needs, whether it\\\'s for business, leisure, or exploration.</li><li><strong>24/7 Roadside Assistance:</strong> If you encounter any issues during your rental, we offer 24/7 roadside assistance to help with breakdowns, flat tires, or emergencies.</li><li><strong>Fuel Policy:</strong> Our cars are provided with a full tank of fuel. You can return the vehicle with a full tank or pay for the fuel used during your rental period. Please note, if the car is returned with less than a full tank, you may be charged a refueling fee.</li></ul><hr><h3>5. <strong>Return the Car</strong></h3><ul><li><strong>Return Location:</strong> Return the car to the same location where you picked it up, or select a different return location if available. For airport rentals, simply drop the car off at the designated MXCar area.</li><li><strong>Car Inspection &amp; Check-Out:</strong> Upon return, we will conduct a brief inspection of the vehicle to ensure there’s no damage or additional issues. Please remember to return the car on time to avoid any late fees.</li><li><strong>Final Payment (If Necessary):</strong> Any remaining balance (such as extra mileage charges or fuel costs) will be settled at the time of return. You can pay with your credit/debit card or any other available payment method.</li><li><strong>Get Your Final Receipt:</strong> Once everything is checked, we\\’ll send you a final receipt by email, outlining the charges and any deposits returned. If applicable, we’ll also issue any refunds for unused services.</li></ul><hr><h3>6. <strong>Enjoy Our Loyalty Program (Optional)</strong></h3><ul><li><strong>Earn Points with Every Rental:</strong> If you\\\'re a member of the <strong>MXCar Loyalty Program</strong>, you can earn points with every booking to redeem for discounts, free upgrades, and other special offers.</li><li><strong>Exclusive Deals &amp; Offers:</strong> Sign up for exclusive offers, early access to new fleet options, and seasonal promotions.</li></ul><p>&nbsp;</p><h3><strong>Need Help?</strong></h3><p>If you need assistance at any point in your rental process, our customer support team is always ready to help. We offer live chat support, email assistance, and a 24/7 customer service hotline.</p><h3><strong>Why Rent with MXCar?</strong></h3><ul><li><strong>Wide Selection:</strong> A variety of cars for all needs, from economy to luxury, compact cars to SUVs.</li><li><strong>Flexible Booking:</strong> Easily book online with flexible rental durations, from daily to monthly rentals.</li><li><strong>Transparent Pricing:</strong> No hidden fees! Our prices are clear, and all fees are explained upfront.</li><li><strong>Customer Satisfaction:</strong> We pride ourselves on excellent customer service and ensuring your rental experience is smooth and hassle-free.</li></ul><h3><strong>Get Started Today!</strong></h3><p>Ready to hit the road? <strong>Browse our fleet</strong> today, select your car, and book your next rental with MXCar! We’re here to make your car rental experience easy, safe, and enjoyable.</p><p><strong>Contact Us:</strong></p><p>If you have any questions or need more information, feel free to reach out to us:</p><ul><li><strong>Email:</strong> <a rel=\"noopener\"><span>demo@demo.com</span> &nbsp;</a></li><li><strong>Phone:</strong> +1 (800) 123-4567</li><li><strong>Live Chat:</strong> Available on our website 24/7</li></ul>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:27:21'),
(17, 'Privacy Notice', '<h3><strong>1. Acceptance of Terms</strong></h3><p class=\"p3\">By accessing and using MXCar Pages (“the Website”), you agree to comply with and be bound by these Terms of Use. If you do not agree with these terms, please do not use our Website or services.</p><h3><strong>2. Eligibility</strong></h3><p class=\"p3\">You must be at least 18 years old, or the age of majority in your jurisdiction, to use this Website. By using MXCar Pages, you represent that you meet this requirement.</p><h3><strong>3. Use of the Website</strong></h3><ul><li><p class=\"p1\">You agree to use the Website only for lawful purposes and in accordance with these Terms.</p></li><li><p class=\"p1\">You may not use the Website in any way that could damage, disable, or impair the Website or interfere with another user’s access.</p></li><li><p class=\"p1\">Unauthorized use, including data scraping, automated access, or commercial exploitation of content, is strictly prohibited.</p></li></ul><h3><strong>4. Intellectual Property</strong></h3><p class=\"p3\">All content on MXCar Pages, including but not limited to text, graphics, images, software, and trademarks, is owned by or licensed to MXCar Pages and protected under copyright and intellectual property laws. You may not reproduce, distribute, or modify any content without prior written permission.</p><h3><strong>5. User Content</strong></h3><ul><li><p class=\"p1\">Users may submit posts, listings, comments, or other materials (“User Content”).</p></li><li><p class=\"p1\">By submitting User Content, you grant MXCar Pages a non-exclusive, royalty-free, worldwide license to use, display, reproduce, and distribute such content in connection with the Website.</p></li><li><p class=\"p1\">You are solely responsible for the accuracy, legality, and appropriateness of any User Content you submit.</p></li></ul><h3><strong>6. Subscriptions and Payments</strong></h3><p class=\"p3\">Some features of the Website may require a subscription or payment. By purchasing such services, you agree to provide accurate billing information and comply with our subscription terms. Failure to complete payments may result in suspension of access.</p><h3><strong>7. Third-Party Links</strong></h3><p class=\"p3\">The Website may contain links to third-party sites. MXCar Pages is not responsible for the content, policies, or practices of any third-party websites. Accessing such sites is at your own risk.</p><h3><strong>8. Disclaimer of Warranties</strong></h3><p class=\"p3\">The Website and its content are provided on an “as is” and “as available” basis. MXCar Pages makes no warranties or representations regarding the accuracy, reliability, or availability of the Website.</p><h3><strong>9. Limitation of Liability</strong></h3><p class=\"p3\">To the fullest extent permitted by law, MXCar Pages shall not be liable for any damages arising from your use or inability to use the Website, including but not limited to direct, indirect, incidental, or consequential damages.</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 05:59:18'),
(18, 'Lost &amp; Found', '<p class=\"p1\">The <span class=\"s1\"><strong>Lost &amp; Found</strong></span> &nbsp;of MXCar Pages is designed to help our community connect when personal belongings or vehicle-related items are misplaced. We understand how stressful it can be to lose something important, and this page provides a simple way to report, track, and recover lost items.</p><h3><strong>How It Works</strong></h3><ol start=\"1\"><li><p class=\"p1\"><strong>Report a Lost Item</strong></p><ul><li><p class=\"p1\">Submit details of the item you lost, including description, location, and date.</p></li><li><p class=\"p1\">For vehicles or vehicle-related items, include identifying details such as registration number, model, or color if applicable.</p></li></ul></li><li><p class=\"p1\"><strong>Report a Found Item</strong></p><ul><li><p class=\"p1\">If you have found an item, share the details so the rightful owner can claim it.</p></li><li><p class=\"p1\">Include contact information to allow safe and secure communication.</p></li></ul></li><li><p class=\"p1\"><strong>Search Listings</strong></p><ul><li><p class=\"p1\">Browse through the Lost &amp; Found reports submitted by other users.</p></li><li><p class=\"p1\">Use filters such as date, location, or item type for quick results</p></li></ul></li></ol><h3><strong>Guidelines</strong></h3><ul><li><p class=\"p1\">Please provide accurate and clear details to make identification easier.</p></li><li><p class=\"p1\">Do not share sensitive personal information publicly; use our secure contact options where possible.</p></li><li><p class=\"p1\">MXCar Pages does not verify the ownership of lost or found items. Users are encouraged to exercise caution and responsibility when arranging returns.</p></li></ul><h3><strong>Disclaimer</strong></h3><p class=\"p1\">MXCar Pages provides the Lost &amp; Found feature as a community service. While we facilitate connections, we are not responsible for the authenticity of claims or the return of items. All arrangements are solely between the reporting parties.</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:02:01'),
(19, 'Car Rental Services', '<p><strong>Welcome to MXCar!</strong> Renting a car with us is easy, fast, and convenient. Whether you\\\'re going on a weekend getaway, need a car for business, or are planning a road trip, MXCar makes renting a car seamless. Here’s how it works:</p><h3>1. <strong>Browse &amp; Select Your Car</strong></h3><ul><li><strong>Browse Our Fleet:</strong> Start by browsing our diverse fleet of cars. Whether you\\\'re looking for a compact car, an SUV, or a luxury vehicle, we have a variety of options to suit your needs.</li><li><strong>Filter Your Choices:</strong> Use our search filters to select the type of vehicle, pick-up location, rental dates, and any additional features you may need, such as GPS or a child car seat.</li><li><strong>Check Availability:</strong> View real-time availability and pricing for your selected car. If your desired car is unavailable, you’ll see alternative options.</li></ul><hr><h3>2. <strong>Make a Reservation</strong></h3><ul><li><strong>Select Your Rental Period:</strong> Choose the dates and times you need the car, from daily rentals to weekly or monthly bookings.</li><li><strong>Add Extras:</strong> You can add optional extras such as additional drivers, insurance, or GPS systems at this stage.</li><li><strong>Review Your Booking:</strong> Review your booking details, including the car type, rental period, and total cost.</li><li><strong>Secure Payment:</strong> Confirm your reservation by entering your payment details through our secure payment gateway. We accept all major credit cards, debit cards, and payment systems like PayPal.</li><li><strong>Get Confirmation:</strong> Once your payment is processed, you\\\'ll receive an instant email confirmation with all the details of your reservation, including a unique booking reference number.</li></ul><hr><h3>3. <strong>Pick Up Your Car</strong></h3><ul><li><strong>Locate Your Pick-Up Location:</strong> You’ll find your car ready for you at the designated pick-up location. We offer several convenient locations, including major airports, city centers, and train stations.</li><li><strong>Present Your ID &amp; License:</strong> When you arrive, we’ll need to verify your identity. Please bring a valid driver’s license and the credit card used for the booking.</li><li><strong>Car Inspection:</strong> Before you drive off, we will conduct a quick inspection of the car with you, noting any pre-existing damage. You’ll also receive instructions on how to operate the vehicle, including key features and emergency procedures.</li><li><strong>Sign the Rental Agreement:</strong> Sign the rental agreement, which will outline the terms and conditions of your rental. If you have any questions about the agreement, our staff is happy to assist you.</li></ul><hr><h3>4. <strong>Enjoy Your Ride</strong></h3><ul><li><strong>Drive with Confidence:</strong> Once you’re all set, you’re free to enjoy your trip! Feel free to use the car for your travel needs, whether it\\\'s for business, leisure, or exploration.</li><li><strong>24/7 Roadside Assistance:</strong> If you encounter any issues during your rental, we offer 24/7 roadside assistance to help with breakdowns, flat tires, or emergencies.</li><li><strong>Fuel Policy:</strong> Our cars are provided with a full tank of fuel. You can return the vehicle with a full tank or pay for the fuel used during your rental period. Please note, if the car is returned with less than a full tank, you may be charged a refueling fee.</li></ul><hr><h3>5. <strong>Return the Car</strong></h3><ul><li><strong>Return Location:</strong> Return the car to the same location where you picked it up, or select a different return location if available. For airport rentals, simply drop the car off at the designated MXCar area.</li><li><strong>Car Inspection &amp; Check-Out:</strong> Upon return, we will conduct a brief inspection of the vehicle to ensure there’s no damage or additional issues. Please remember to return the car on time to avoid any late fees.</li><li><strong>Final Payment (If Necessary):</strong> Any remaining balance (such as extra mileage charges or fuel costs) will be settled at the time of return. You can pay with your credit/debit card or any other available payment method.</li><li><strong>Get Your Final Receipt:</strong> Once everything is checked, we\\’ll send you a final receipt by email, outlining the charges and any deposits returned. If applicable, we’ll also issue any refunds for unused services.</li></ul><hr><h3>6. <strong>Enjoy Our Loyalty Program (Optional)</strong></h3><ul><li><strong>Earn Points with Every Rental:</strong> If you\\\'re a member of the <strong>MXCar Loyalty Program</strong>, you can earn points with every booking to redeem for discounts, free upgrades, and other special offers.</li><li><strong>Exclusive Deals &amp; Offers:</strong> Sign up for exclusive offers, early access to new fleet options, and seasonal promotions.</li></ul><p>&nbsp;</p><h3><strong>Need Help?</strong></h3><p>If you need assistance at any point in your rental process, our customer support team is always ready to help. We offer live chat support, email assistance, and a 24/7 customer service hotline.</p><h3><strong>Why Rent with MXCar?</strong></h3><ul><li><strong>Wide Selection:</strong> A variety of cars for all needs, from economy to luxury, compact cars to SUVs.</li><li><strong>Flexible Booking:</strong> Easily book online with flexible rental durations, from daily to monthly rentals.</li><li><strong>Transparent Pricing:</strong> No hidden fees! Our prices are clear, and all fees are explained upfront.</li><li><strong>Customer Satisfaction:</strong> We pride ourselves on excellent customer service and ensuring your rental experience is smooth and hassle-free.</li></ul><h3><strong>Get Started Today!</strong></h3><p>Ready to hit the road? <strong>Browse our fleet</strong> today, select your car, and book your next rental with MXCar! We’re here to make your car rental experience easy, safe, and enjoyable.</p><p><strong>Contact Us:</strong></p><p>If you have any questions or need more information, feel free to reach out to us:</p><ul><li><strong>Email:</strong> <a rel=\"noopener\"><span>demo@demo.com</span>&nbsp;</a></li><li><strong>Phone:</strong> +1 (800) 123-4567</li><li><strong>Live Chat:</strong> Available on our website 24/7</li></ul>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:28:20'),
(20, 'Vehicle Leasing Options', '<p>\n    <strong>Welcome to MXCar!</strong>\n    Renting a car with us is easy, fast, and convenient. Whether you\\\'re going on a weekend getaway, need a car for business, or are planning a road trip, MXCar makes renting a car seamless. Here’s how it works:</p>\n<h3>1.\n    <strong>Browse &amp; Select Your Car</strong>\n</h3>\n<ul>\n    <li>\n        <strong>Browse Our Fleet:</strong>\n        Start by browsing our diverse fleet of cars. Whether you\\\'re looking for a compact car, an SUV, or a luxury vehicle, we have a variety of options to suit your needs.</li>\n    <li>\n        <strong>Filter Your Choices:</strong>\n        Use our search filters to select the type of vehicle, pick-up location, rental dates, and any additional features you may need, such as GPS or a child car seat.</li>\n    <li>\n        <strong>Check Availability:</strong>\n        View real-time availability and pricing for your selected car. If your desired car is unavailable, you’ll see alternative options.</li>\n</ul><hr><h3>2.\n    <strong>Make a Reservation</strong>\n</h3>\n<ul>\n    <li>\n        <strong>Select Your Rental Period:</strong>\n        Choose the dates and times you need the car, from daily rentals to weekly or monthly bookings.</li>\n    <li>\n        <strong>Add Extras:</strong>\n        You can add optional extras such as additional drivers, insurance, or GPS systems at this stage.</li>\n    <li>\n        <strong>Review Your Booking:</strong>\n        Review your booking details, including the car type, rental period, and total cost.</li>\n    <li>\n        <strong>Secure Payment:</strong>\n        Confirm your reservation by entering your payment details through our secure payment gateway. We accept all major credit cards, debit cards, and payment systems like PayPal.</li>\n    <li>\n        <strong>Get Confirmation:</strong>\n        Once your payment is processed, you\\\'ll receive an instant email confirmation with all the details of your reservation, including a unique booking reference number.</li>\n</ul><hr><h3>3.\n    <strong>Pick Up Your Car</strong>\n</h3>\n<ul>\n    <li>\n        <strong>Locate Your Pick-Up Location:</strong>\n        You’ll find your car ready for you at the designated pick-up location. We offer several convenient locations, including major airports, city centers, and train stations.</li>\n    <li>\n        <strong>Present Your ID &amp; License:</strong>\n        When you arrive, we’ll need to verify your identity. Please bring a valid driver’s license and the credit card used for the booking.</li>\n    <li>\n        <strong>Car Inspection:</strong>\n        Before you drive off, we will conduct a quick inspection of the car with you, noting any pre-existing damage. You’ll also receive instructions on how to operate the vehicle, including key features and emergency procedures.</li>\n    <li>\n        <strong>Sign the Rental Agreement:</strong>\n        Sign the rental agreement, which will outline the terms and conditions of your rental. If you have any questions about the agreement, our staff is happy to assist you.</li>\n</ul><hr><h3>4.\n    <strong>Enjoy Your Ride</strong>\n</h3>\n<ul>\n    <li>\n        <strong>Drive with Confidence:</strong>\n        Once you’re all set, you’re free to enjoy your trip! Feel free to use the car for your travel needs, whether it\\\'s for business, leisure, or exploration.</li>\n    <li>\n        <strong>24/7 Roadside Assistance:</strong>\n        If you encounter any issues during your rental, we offer 24/7 roadside assistance to help with breakdowns, flat tires, or emergencies.</li>\n    <li>\n        <strong>Fuel Policy:</strong>\n        Our cars are provided with a full tank of fuel. You can return the vehicle with a full tank or pay for the fuel used during your rental period. Please note, if the car is returned with less than a full tank, you may be charged a refueling fee.</li>\n</ul><hr><h3>5.\n    <strong>Return the Car</strong>\n</h3>\n<ul>\n    <li>\n        <strong>Return Location:</strong>\n        Return the car to the same location where you picked it up, or select a different return location if available. For airport rentals, simply drop the car off at the designated MXCar area.</li>\n    <li>\n        <strong>Car Inspection &amp; Check-Out:</strong>\n        Upon return, we will conduct a brief inspection of the vehicle to ensure there’s no damage or additional issues. Please remember to return the car on time to avoid any late fees.</li>\n    <li>\n        <strong>Final Payment (If Necessary):</strong>\n        Any remaining balance (such as extra mileage charges or fuel costs) will be settled at the time of return. You can pay with your credit/debit card or any other available payment method.</li>\n    <li>\n        <strong>Get Your Final Receipt:</strong>\n        Once everything is checked, we\\’ll send you a final receipt by email, outlining the charges and any deposits returned. If applicable, we’ll also issue any refunds for unused services.</li>\n</ul><hr><h3>6.\n    <strong>Enjoy Our Loyalty Program (Optional)</strong>\n</h3>\n<ul>\n    <li>\n        <strong>Earn Points with Every Rental:</strong>\n        If you\\\'re a member of the\n        <strong>MXCar Loyalty Program</strong>, you can earn points with every booking to redeem for discounts, free upgrades, and other special offers.</li>\n    <li>\n        <strong>Exclusive Deals &amp; Offers:</strong>\n        Sign up for exclusive offers, early access to new fleet options, and seasonal promotions.</li>\n</ul>\n<p>&nbsp;</p>\n<h3>\n    <strong>Need Help?</strong>\n</h3>\n<p>If you need assistance at any point in your rental process, our customer support team is always ready to help. We offer live chat support, email assistance, and a 24/7 customer service hotline.</p>\n<h3>\n    <strong>Why Rent with MXCar?</strong>\n</h3>\n<ul>\n    <li>\n        <strong>Wide Selection:</strong>\n        A variety of cars for all needs, from economy to luxury, compact cars to SUVs.</li>\n    <li>\n        <strong>Flexible Booking:</strong>\n        Easily book online with flexible rental durations, from daily to monthly rentals.</li>\n    <li>\n        <strong>Transparent Pricing:</strong>\n        No hidden fees! Our prices are clear, and all fees are explained upfront.</li>\n    <li>\n        <strong>Customer Satisfaction:</strong>\n        We pride ourselves on excellent customer service and ensuring your rental experience is smooth and hassle-free.</li>\n</ul>\n<h3>\n    <strong>Get Started Today!</strong>\n</h3>\n<p>Ready to hit the road?\n    <strong>Browse our fleet</strong>\n    today, select your car, and book your next rental with MXCar! We’re here to make your car rental experience easy, safe, and enjoyable.</p>\n<p>\n    <strong>Contact Us:</strong>\n</p>\n<p>If you have any questions or need more information, feel free to reach out to us:</p>\n<ul>\n    <li>\n        <strong>Email:</strong>\n        <a rel=\"noopener\">\n            <span>demo@demo.com</span>\n        </a>\n    </li>\n    <li>\n        <strong>Phone:</strong>\n        +1 (800) 123-4567</li>\n    <li>\n        <strong>Live Chat:</strong>\n        Available on our website 24/7</li>\n</ul>\n', NULL, NULL, 'default', NULL, 'published', '2025-06-10 20:28:16', '2025-06-10 20:28:16');
INSERT INTO `pages` (`id`, `name`, `content`, `user_id`, `image`, `template`, `description`, `status`, `created_at`, `updated_at`) VALUES
(21, 'Long-Term Car Rentals', '<p><strong>Welcome to MXCar!</strong> Renting a car with us is easy, fast, and convenient. Whether you\\\'re going on a weekend getaway, need a car for business, or are planning a road trip, MXCar makes renting a car seamless. Here’s how it works:</p><h3>1. <strong>Browse &amp; Select Your Car</strong></h3><ul><li><strong>Browse Our Fleet:</strong> Start by browsing our diverse fleet of cars. Whether you\\\'re looking for a compact car, an SUV, or a luxury vehicle, we have a variety of options to suit your needs.</li><li><strong>Filter Your Choices:</strong> Use our search filters to select the type of vehicle, pick-up location, rental dates, and any additional features you may need, such as GPS or a child car seat.</li><li><strong>Check Availability:</strong> View real-time availability and pricing for your selected car. If your desired car is unavailable, you’ll see alternative options.</li></ul><hr><h3>2. <strong>Make a Reservation</strong></h3><ul><li><strong>Select Your Rental Period:</strong> Choose the dates and times you need the car, from daily rentals to weekly or monthly bookings.</li><li><strong>Add Extras:</strong> You can add optional extras such as additional drivers, insurance, or GPS systems at this stage.</li><li><strong>Review Your Booking:</strong> Review your booking details, including the car type, rental period, and total cost.</li><li><strong>Secure Payment:</strong> Confirm your reservation by entering your payment details through our secure payment gateway. We accept all major credit cards, debit cards, and payment systems like PayPal.</li><li><strong>Get Confirmation:</strong> Once your payment is processed, you\\\'ll receive an instant email confirmation with all the details of your reservation, including a unique booking reference number.</li></ul><hr><h3>3. <strong>Pick Up Your Car</strong></h3><ul><li><strong>Locate Your Pick-Up Location:</strong> You’ll find your car ready for you at the designated pick-up location. We offer several convenient locations, including major airports, city centers, and train stations.</li><li><strong>Present Your ID &amp; License:</strong> When you arrive, we’ll need to verify your identity. Please bring a valid driver’s license and the credit card used for the booking.</li><li><strong>Car Inspection:</strong> Before you drive off, we will conduct a quick inspection of the car with you, noting any pre-existing damage. You’ll also receive instructions on how to operate the vehicle, including key features and emergency procedures.</li><li><strong>Sign the Rental Agreement:</strong> Sign the rental agreement, which will outline the terms and conditions of your rental. If you have any questions about the agreement, our staff is happy to assist you.</li></ul><hr><h3>4. <strong>Enjoy Your Ride</strong></h3><ul><li><strong>Drive with Confidence:</strong> Once you’re all set, you’re free to enjoy your trip! Feel free to use the car for your travel needs, whether it\\\'s for business, leisure, or exploration.</li><li><strong>24/7 Roadside Assistance:</strong> If you encounter any issues during your rental, we offer 24/7 roadside assistance to help with breakdowns, flat tires, or emergencies.</li><li><strong>Fuel Policy:</strong> Our cars are provided with a full tank of fuel. You can return the vehicle with a full tank or pay for the fuel used during your rental period. Please note, if the car is returned with less than a full tank, you may be charged a refueling fee.</li></ul><hr><h3>5. <strong>Return the Car</strong></h3><ul><li><strong>Return Location:</strong> Return the car to the same location where you picked it up, or select a different return location if available. For airport rentals, simply drop the car off at the designated MXCar area.</li><li><strong>Car Inspection &amp; Check-Out:</strong> Upon return, we will conduct a brief inspection of the vehicle to ensure there’s no damage or additional issues. Please remember to return the car on time to avoid any late fees.</li><li><strong>Final Payment (If Necessary):</strong> Any remaining balance (such as extra mileage charges or fuel costs) will be settled at the time of return. You can pay with your credit/debit card or any other available payment method.</li><li><strong>Get Your Final Receipt:</strong> Once everything is checked, we\\’ll send you a final receipt by email, outlining the charges and any deposits returned. If applicable, we’ll also issue any refunds for unused services.</li></ul><hr><h3>6. <strong>Enjoy Our Loyalty Program (Optional)</strong></h3><ul><li><strong>Earn Points with Every Rental:</strong> If you\\\'re a member of the <strong>MXCar Loyalty Program</strong>, you can earn points with every booking to redeem for discounts, free upgrades, and other special offers.</li><li><strong>Exclusive Deals &amp; Offers:</strong> Sign up for exclusive offers, early access to new fleet options, and seasonal promotions.</li></ul><p>&nbsp;</p><h3><strong>Need Help?</strong></h3><p>If you need assistance at any point in your rental process, our customer support team is always ready to help. We offer live chat support, email assistance, and a 24/7 customer service hotline.</p><h3><strong>Why Rent with MXCar?</strong></h3><ul><li><strong>Wide Selection:</strong> A variety of cars for all needs, from economy to luxury, compact cars to SUVs.</li><li><strong>Flexible Booking:</strong> Easily book online with flexible rental durations, from daily to monthly rentals.</li><li><strong>Transparent Pricing:</strong> No hidden fees! Our prices are clear, and all fees are explained upfront.</li><li><strong>Customer Satisfaction:</strong> We pride ourselves on excellent customer service and ensuring your rental experience is smooth and hassle-free.</li></ul><h3><strong>Get Started Today!</strong></h3><p>Ready to hit the road? <strong>Browse our fleet</strong> today, select your car, and book your next rental with MXCar! We’re here to make your car rental experience easy, safe, and enjoyable.</p><p><strong>Contact Us:</strong></p><p>If you have any questions or need more information, feel free to reach out to us:</p><ul><li><strong>Email:</strong> <a rel=\"noopener\"><span>demo@demo.com</span>&nbsp;</a></li><li><strong>Phone:</strong> +1 (800) 123-4567</li><li><strong>Live Chat:</strong> Available on our website 24/7</li></ul>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:28:46'),
(22, 'Car Sales and Trade-Ins', '<p><strong>Welcome to MXCar!</strong> Renting a car with us is easy, fast, and convenient. Whether you\\\'re going on a weekend getaway, need a car for business, or are planning a road trip, MXCar makes renting a car seamless. Here’s how it works:</p><h3>1. <strong>Browse &amp; Select Your Car</strong></h3><ul><li><strong>Browse Our Fleet:</strong> Start by browsing our diverse fleet of cars. Whether you\\\'re looking for a compact car, an SUV, or a luxury vehicle, we have a variety of options to suit your needs.</li><li><strong>Filter Your Choices:</strong> Use our search filters to select the type of vehicle, pick-up location, rental dates, and any additional features you may need, such as GPS or a child car seat.</li><li><strong>Check Availability:</strong> View real-time availability and pricing for your selected car. If your desired car is unavailable, you’ll see alternative options.</li></ul><hr><h3>2. <strong>Make a Reservation</strong></h3><ul><li><strong>Select Your Rental Period:</strong> Choose the dates and times you need the car, from daily rentals to weekly or monthly bookings.</li><li><strong>Add Extras:</strong> You can add optional extras such as additional drivers, insurance, or GPS systems at this stage.</li><li><strong>Review Your Booking:</strong> Review your booking details, including the car type, rental period, and total cost.</li><li><strong>Secure Payment:</strong> Confirm your reservation by entering your payment details through our secure payment gateway. We accept all major credit cards, debit cards, and payment systems like PayPal.</li><li><strong>Get Confirmation:</strong> Once your payment is processed, you\\\'ll receive an instant email confirmation with all the details of your reservation, including a unique booking reference number.</li></ul><hr><h3>3. <strong>Pick Up Your Car</strong></h3><ul><li><strong>Locate Your Pick-Up Location:</strong> You’ll find your car ready for you at the designated pick-up location. We offer several convenient locations, including major airports, city centers, and train stations.</li><li><strong>Present Your ID &amp; License:</strong> When you arrive, we’ll need to verify your identity. Please bring a valid driver’s license and the credit card used for the booking.</li><li><strong>Car Inspection:</strong> Before you drive off, we will conduct a quick inspection of the car with you, noting any pre-existing damage. You’ll also receive instructions on how to operate the vehicle, including key features and emergency procedures.</li><li><strong>Sign the Rental Agreement:</strong> Sign the rental agreement, which will outline the terms and conditions of your rental. If you have any questions about the agreement, our staff is happy to assist you.</li></ul><hr><h3>4. <strong>Enjoy Your Ride</strong></h3><ul><li><strong>Drive with Confidence:</strong> Once you’re all set, you’re free to enjoy your trip! Feel free to use the car for your travel needs, whether it\\\'s for business, leisure, or exploration.</li><li><strong>24/7 Roadside Assistance:</strong> If you encounter any issues during your rental, we offer 24/7 roadside assistance to help with breakdowns, flat tires, or emergencies.</li><li><strong>Fuel Policy:</strong> Our cars are provided with a full tank of fuel. You can return the vehicle with a full tank or pay for the fuel used during your rental period. Please note, if the car is returned with less than a full tank, you may be charged a refueling fee.</li></ul><hr><h3>5. <strong>Return the Car</strong></h3><ul><li><strong>Return Location:</strong> Return the car to the same location where you picked it up, or select a different return location if available. For airport rentals, simply drop the car off at the designated MXCar area.</li><li><strong>Car Inspection &amp; Check-Out:</strong> Upon return, we will conduct a brief inspection of the vehicle to ensure there’s no damage or additional issues. Please remember to return the car on time to avoid any late fees.</li><li><strong>Final Payment (If Necessary):</strong> Any remaining balance (such as extra mileage charges or fuel costs) will be settled at the time of return. You can pay with your credit/debit card or any other available payment method.</li><li><strong>Get Your Final Receipt:</strong> Once everything is checked, we\\’ll send you a final receipt by email, outlining the charges and any deposits returned. If applicable, we’ll also issue any refunds for unused services.</li></ul><hr><h3>6. <strong>Enjoy Our Loyalty Program (Optional)</strong></h3><ul><li><strong>Earn Points with Every Rental:</strong> If you\\\'re a member of the <strong>MXCar Loyalty Program</strong>, you can earn points with every booking to redeem for discounts, free upgrades, and other special offers.</li><li><strong>Exclusive Deals &amp; Offers:</strong> Sign up for exclusive offers, early access to new fleet options, and seasonal promotions.</li></ul><p>&nbsp;</p><h3><strong>Need Help?</strong></h3><p>If you need assistance at any point in your rental process, our customer support team is always ready to help. We offer live chat support, email assistance, and a 24/7 customer service hotline.</p><h3><strong>Why Rent with MXCar?</strong></h3><ul><li><strong>Wide Selection:</strong> A variety of cars for all needs, from economy to luxury, compact cars to SUVs.</li><li><strong>Flexible Booking:</strong> Easily book online with flexible rental durations, from daily to monthly rentals.</li><li><strong>Transparent Pricing:</strong> No hidden fees! Our prices are clear, and all fees are explained upfront.</li><li><strong>Customer Satisfaction:</strong> We pride ourselves on excellent customer service and ensuring your rental experience is smooth and hassle-free.</li></ul><h3><strong>Get Started Today!</strong></h3><p>Ready to hit the road? <strong>Browse our fleet</strong> today, select your car, and book your next rental with MXCar! We’re here to make your car rental experience easy, safe, and enjoyable.</p><p><strong>Contact Us:</strong></p><p>If you have any questions or need more information, feel free to reach out to us:</p><ul><li><strong>Email:</strong> <a rel=\"noopener\"><span>demo@demo.com</span>&nbsp;</a></li><li><strong>Phone:</strong> +1 (800) 123-4567</li><li><strong>Live Chat:</strong> Available on our website 24/7</li></ul>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:28:36'),
(23, 'Luxury Car Rentals', '<p><strong>Welcome to MXCar!</strong> Renting a car with us is easy, fast, and convenient. Whether you\\\'re going on a weekend getaway, need a car for business, or are planning a road trip, MXCar makes renting a car seamless. Here’s how it works:</p><h3>1. <strong>Browse &amp; Select Your Car</strong></h3><ul><li><strong>Browse Our Fleet:</strong> Start by browsing our diverse fleet of cars. Whether you\\\'re looking for a compact car, an SUV, or a luxury vehicle, we have a variety of options to suit your needs.</li><li><strong>Filter Your Choices:</strong> Use our search filters to select the type of vehicle, pick-up location, rental dates, and any additional features you may need, such as GPS or a child car seat.</li><li><strong>Check Availability:</strong> View real-time availability and pricing for your selected car. If your desired car is unavailable, you’ll see alternative options.</li></ul><hr><h3>2. <strong>Make a Reservation</strong></h3><ul><li><strong>Select Your Rental Period:</strong> Choose the dates and times you need the car, from daily rentals to weekly or monthly bookings.</li><li><strong>Add Extras:</strong> You can add optional extras such as additional drivers, insurance, or GPS systems at this stage.</li><li><strong>Review Your Booking:</strong> Review your booking details, including the car type, rental period, and total cost.</li><li><strong>Secure Payment:</strong> Confirm your reservation by entering your payment details through our secure payment gateway. We accept all major credit cards, debit cards, and payment systems like PayPal.</li><li><strong>Get Confirmation:</strong> Once your payment is processed, you\\\'ll receive an instant email confirmation with all the details of your reservation, including a unique booking reference number.</li></ul><hr><h3>3. <strong>Pick Up Your Car</strong></h3><ul><li><strong>Locate Your Pick-Up Location:</strong> You’ll find your car ready for you at the designated pick-up location. We offer several convenient locations, including major airports, city centers, and train stations.</li><li><strong>Present Your ID &amp; License:</strong> When you arrive, we’ll need to verify your identity. Please bring a valid driver’s license and the credit card used for the booking.</li><li><strong>Car Inspection:</strong> Before you drive off, we will conduct a quick inspection of the car with you, noting any pre-existing damage. You’ll also receive instructions on how to operate the vehicle, including key features and emergency procedures.</li><li><strong>Sign the Rental Agreement:</strong> Sign the rental agreement, which will outline the terms and conditions of your rental. If you have any questions about the agreement, our staff is happy to assist you.</li></ul><hr><h3>4. <strong>Enjoy Your Ride</strong></h3><ul><li><strong>Drive with Confidence:</strong> Once you’re all set, you’re free to enjoy your trip! Feel free to use the car for your travel needs, whether it\\\'s for business, leisure, or exploration.</li><li><strong>24/7 Roadside Assistance:</strong> If you encounter any issues during your rental, we offer 24/7 roadside assistance to help with breakdowns, flat tires, or emergencies.</li><li><strong>Fuel Policy:</strong> Our cars are provided with a full tank of fuel. You can return the vehicle with a full tank or pay for the fuel used during your rental period. Please note, if the car is returned with less than a full tank, you may be charged a refueling fee.</li></ul><hr><h3>5. <strong>Return the Car</strong></h3><ul><li><strong>Return Location:</strong> Return the car to the same location where you picked it up, or select a different return location if available. For airport rentals, simply drop the car off at the designated MXCar area.</li><li><strong>Car Inspection &amp; Check-Out:</strong> Upon return, we will conduct a brief inspection of the vehicle to ensure there’s no damage or additional issues. Please remember to return the car on time to avoid any late fees.</li><li><strong>Final Payment (If Necessary):</strong> Any remaining balance (such as extra mileage charges or fuel costs) will be settled at the time of return. You can pay with your credit/debit card or any other available payment method.</li><li><strong>Get Your Final Receipt:</strong> Once everything is checked, we\\’ll send you a final receipt by email, outlining the charges and any deposits returned. If applicable, we’ll also issue any refunds for unused services.</li></ul><hr><h3>6. <strong>Enjoy Our Loyalty Program (Optional)</strong></h3><ul><li><strong>Earn Points with Every Rental:</strong> If you\\\'re a member of the <strong>MXCar Loyalty Program</strong>, you can earn points with every booking to redeem for discounts, free upgrades, and other special offers.</li><li><strong>Exclusive Deals &amp; Offers:</strong> Sign up for exclusive offers, early access to new fleet options, and seasonal promotions.</li></ul><p>&nbsp;</p><h3><strong>Need Help?</strong></h3><p>If you need assistance at any point in your rental process, our customer support team is always ready to help. We offer live chat support, email assistance, and a 24/7 customer service hotline.</p><h3><strong>Why Rent with MXCar?</strong></h3><ul><li><strong>Wide Selection:</strong> A variety of cars for all needs, from economy to luxury, compact cars to SUVs.</li><li><strong>Flexible Booking:</strong> Easily book online with flexible rental durations, from daily to monthly rentals.</li><li><strong>Transparent Pricing:</strong> No hidden fees! Our prices are clear, and all fees are explained upfront.</li><li><strong>Customer Satisfaction:</strong> We pride ourselves on excellent customer service and ensuring your rental experience is smooth and hassle-free.</li></ul><h3><strong>Get Started Today!</strong></h3><p>Ready to hit the road? <strong>Browse our fleet</strong> today, select your car, and book your next rental with MXCar! We’re here to make your car rental experience easy, safe, and enjoyable.</p><p><strong>Contact Us:</strong></p><p>If you have any questions or need more information, feel free to reach out to us:</p><ul><li><strong>Email:</strong> <a rel=\"noopener\"><span>demo@demo.com</span>&nbsp;</a></li><li><strong>Phone:</strong> +1 (800) 123-4567</li><li><strong>Live Chat:</strong> Available on our website 24/7</li></ul>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:28:24'),
(24, 'Rent-to-Own Programs', '<p><strong>Welcome to MXCar!</strong> Renting a car with us is easy, fast, and convenient. Whether you\\\'re going on a weekend getaway, need a car for business, or are planning a road trip, MXCar makes renting a car seamless. Here’s how it works:</p><h3>1. <strong>Browse &amp; Select Your Car</strong></h3><ul><li><strong>Browse Our Fleet:</strong> Start by browsing our diverse fleet of cars. Whether you\\\'re looking for a compact car, an SUV, or a luxury vehicle, we have a variety of options to suit your needs.</li><li><strong>Filter Your Choices:</strong> Use our search filters to select the type of vehicle, pick-up location, rental dates, and any additional features you may need, such as GPS or a child car seat.</li><li><strong>Check Availability:</strong> View real-time availability and pricing for your selected car. If your desired car is unavailable, you’ll see alternative options.</li></ul><hr><h3>2. <strong>Make a Reservation</strong></h3><ul><li><strong>Select Your Rental Period:</strong> Choose the dates and times you need the car, from daily rentals to weekly or monthly bookings.</li><li><strong>Add Extras:</strong> You can add optional extras such as additional drivers, insurance, or GPS systems at this stage.</li><li><strong>Review Your Booking:</strong> Review your booking details, including the car type, rental period, and total cost.</li><li><strong>Secure Payment:</strong> Confirm your reservation by entering your payment details through our secure payment gateway. We accept all major credit cards, debit cards, and payment systems like PayPal.</li><li><strong>Get Confirmation:</strong> Once your payment is processed, you\\\'ll receive an instant email confirmation with all the details of your reservation, including a unique booking reference number.</li></ul><hr><h3>3. <strong>Pick Up Your Car</strong></h3><ul><li><strong>Locate Your Pick-Up Location:</strong> You’ll find your car ready for you at the designated pick-up location. We offer several convenient locations, including major airports, city centers, and train stations.</li><li><strong>Present Your ID &amp; License:</strong> When you arrive, we’ll need to verify your identity. Please bring a valid driver’s license and the credit card used for the booking.</li><li><strong>Car Inspection:</strong> Before you drive off, we will conduct a quick inspection of the car with you, noting any pre-existing damage. You’ll also receive instructions on how to operate the vehicle, including key features and emergency procedures.</li><li><strong>Sign the Rental Agreement:</strong> Sign the rental agreement, which will outline the terms and conditions of your rental. If you have any questions about the agreement, our staff is happy to assist you.</li></ul><hr><h3>4. <strong>Enjoy Your Ride</strong></h3><ul><li><strong>Drive with Confidence:</strong> Once you’re all set, you’re free to enjoy your trip! Feel free to use the car for your travel needs, whether it\\\'s for business, leisure, or exploration.</li><li><strong>24/7 Roadside Assistance:</strong> If you encounter any issues during your rental, we offer 24/7 roadside assistance to help with breakdowns, flat tires, or emergencies.</li><li><strong>Fuel Policy:</strong> Our cars are provided with a full tank of fuel. You can return the vehicle with a full tank or pay for the fuel used during your rental period. Please note, if the car is returned with less than a full tank, you may be charged a refueling fee.</li></ul><hr><h3>5. <strong>Return the Car</strong></h3><ul><li><strong>Return Location:</strong> Return the car to the same location where you picked it up, or select a different return location if available. For airport rentals, simply drop the car off at the designated MXCar area.</li><li><strong>Car Inspection &amp; Check-Out:</strong> Upon return, we will conduct a brief inspection of the vehicle to ensure there’s no damage or additional issues. Please remember to return the car on time to avoid any late fees.</li><li><strong>Final Payment (If Necessary):</strong> Any remaining balance (such as extra mileage charges or fuel costs) will be settled at the time of return. You can pay with your credit/debit card or any other available payment method.</li><li><strong>Get Your Final Receipt:</strong> Once everything is checked, we\\’ll send you a final receipt by email, outlining the charges and any deposits returned. If applicable, we’ll also issue any refunds for unused services.</li></ul><hr><h3>6. <strong>Enjoy Our Loyalty Program (Optional)</strong></h3><ul><li><strong>Earn Points with Every Rental:</strong> If you\\\'re a member of the <strong>MXCar Loyalty Program</strong>, you can earn points with every booking to redeem for discounts, free upgrades, and other special offers.</li><li><strong>Exclusive Deals &amp; Offers:</strong> Sign up for exclusive offers, early access to new fleet options, and seasonal promotions.</li></ul><p>&nbsp;</p><h3><strong>Need Help?</strong></h3><p>If you need assistance at any point in your rental process, our customer support team is always ready to help. We offer live chat support, email assistance, and a 24/7 customer service hotline.</p><h3><strong>Why Rent with MXCar?</strong></h3><ul><li><strong>Wide Selection:</strong> A variety of cars for all needs, from economy to luxury, compact cars to SUVs.</li><li><strong>Flexible Booking:</strong> Easily book online with flexible rental durations, from daily to monthly rentals.</li><li><strong>Transparent Pricing:</strong> No hidden fees! Our prices are clear, and all fees are explained upfront.</li><li><strong>Customer Satisfaction:</strong> We pride ourselves on excellent customer service and ensuring your rental experience is smooth and hassle-free.</li></ul><h3><strong>Get Started Today!</strong></h3><p>Ready to hit the road? <strong>Browse our fleet</strong> today, select your car, and book your next rental with MXCar! We’re here to make your car rental experience easy, safe, and enjoyable.</p><p><strong>Contact Us:</strong></p><p>If you have any questions or need more information, feel free to reach out to us:</p><ul><li><strong>Email:</strong> <a rel=\"noopener\"><span>demo@demo.com</span>&nbsp;</a></li><li><strong>Phone:</strong> +1 (800) 123-4567</li><li><strong>Live Chat:</strong> Available on our website 24/7</li></ul>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:28:16'),
(25, 'Fleet Management Solutions', '<p><strong>Welcome to MXCar!</strong> Renting a car with us is easy, fast, and convenient. Whether you\\\'re going on a weekend getaway, need a car for business, or are planning a road trip, MXCar makes renting a car seamless. Here’s how it works:</p><h3>1. <strong>Browse &amp; Select Your Car</strong></h3><ul><li><strong>Browse Our Fleet:</strong> Start by browsing our diverse fleet of cars. Whether you\\\'re looking for a compact car, an SUV, or a luxury vehicle, we have a variety of options to suit your needs.</li><li><strong>Filter Your Choices:</strong> Use our search filters to select the type of vehicle, pick-up location, rental dates, and any additional features you may need, such as GPS or a child car seat.</li><li><strong>Check Availability:</strong> View real-time availability and pricing for your selected car. If your desired car is unavailable, you’ll see alternative options.</li></ul><hr><h3>2. <strong>Make a Reservation</strong></h3><ul><li><strong>Select Your Rental Period:</strong> Choose the dates and times you need the car, from daily rentals to weekly or monthly bookings.</li><li><strong>Add Extras:</strong> You can add optional extras such as additional drivers, insurance, or GPS systems at this stage.</li><li><strong>Review Your Booking:</strong> Review your booking details, including the car type, rental period, and total cost.</li><li><strong>Secure Payment:</strong> Confirm your reservation by entering your payment details through our secure payment gateway. We accept all major credit cards, debit cards, and payment systems like PayPal.</li><li><strong>Get Confirmation:</strong> Once your payment is processed, you\\\'ll receive an instant email confirmation with all the details of your reservation, including a unique booking reference number.</li></ul><hr><h3>3. <strong>Pick Up Your Car</strong></h3><ul><li><strong>Locate Your Pick-Up Location:</strong> You’ll find your car ready for you at the designated pick-up location. We offer several convenient locations, including major airports, city centers, and train stations.</li><li><strong>Present Your ID &amp; License:</strong> When you arrive, we’ll need to verify your identity. Please bring a valid driver’s license and the credit card used for the booking.</li><li><strong>Car Inspection:</strong> Before you drive off, we will conduct a quick inspection of the car with you, noting any pre-existing damage. You’ll also receive instructions on how to operate the vehicle, including key features and emergency procedures.</li><li><strong>Sign the Rental Agreement:</strong> Sign the rental agreement, which will outline the terms and conditions of your rental. If you have any questions about the agreement, our staff is happy to assist you.</li></ul><hr><h3>4. <strong>Enjoy Your Ride</strong></h3><ul><li><strong>Drive with Confidence:</strong> Once you’re all set, you’re free to enjoy your trip! Feel free to use the car for your travel needs, whether it\\\'s for business, leisure, or exploration.</li><li><strong>24/7 Roadside Assistance:</strong> If you encounter any issues during your rental, we offer 24/7 roadside assistance to help with breakdowns, flat tires, or emergencies.</li><li><strong>Fuel Policy:</strong> Our cars are provided with a full tank of fuel. You can return the vehicle with a full tank or pay for the fuel used during your rental period. Please note, if the car is returned with less than a full tank, you may be charged a refueling fee.</li></ul><hr><h3>5. <strong>Return the Car</strong></h3><ul><li><strong>Return Location:</strong> Return the car to the same location where you picked it up, or select a different return location if available. For airport rentals, simply drop the car off at the designated MXCar area.</li><li><strong>Car Inspection &amp; Check-Out:</strong> Upon return, we will conduct a brief inspection of the vehicle to ensure there’s no damage or additional issues. Please remember to return the car on time to avoid any late fees.</li><li><strong>Final Payment (If Necessary):</strong> Any remaining balance (such as extra mileage charges or fuel costs) will be settled at the time of return. You can pay with your credit/debit card or any other available payment method.</li><li><strong>Get Your Final Receipt:</strong> Once everything is checked, we\\’ll send you a final receipt by email, outlining the charges and any deposits returned. If applicable, we’ll also issue any refunds for unused services.</li></ul><hr><h3>6. <strong>Enjoy Our Loyalty Program (Optional)</strong></h3><ul><li><strong>Earn Points with Every Rental:</strong> If you\\\'re a member of the <strong>MXCar Loyalty Program</strong>, you can earn points with every booking to redeem for discounts, free upgrades, and other special offers.</li><li><strong>Exclusive Deals &amp; Offers:</strong> Sign up for exclusive offers, early access to new fleet options, and seasonal promotions.</li></ul><p>&nbsp;</p><h3><strong>Need Help?</strong></h3><p>If you need assistance at any point in your rental process, our customer support team is always ready to help. We offer live chat support, email assistance, and a 24/7 customer service hotline.</p><h3><strong>Why Rent with MXCar?</strong></h3><ul><li><strong>Wide Selection:</strong> A variety of cars for all needs, from economy to luxury, compact cars to SUVs.</li><li><strong>Flexible Booking:</strong> Easily book online with flexible rental durations, from daily to monthly rentals.</li><li><strong>Transparent Pricing:</strong> No hidden fees! Our prices are clear, and all fees are explained upfront.</li><li><strong>Customer Satisfaction:</strong> We pride ourselves on excellent customer service and ensuring your rental experience is smooth and hassle-free.</li></ul><h3><strong>Get Started Today!</strong></h3><p>Ready to hit the road? <strong>Browse our fleet</strong> today, select your car, and book your next rental with MXCar! We’re here to make your car rental experience easy, safe, and enjoyable.</p><p><strong>Contact Us:</strong></p><p>If you have any questions or need more information, feel free to reach out to us:</p><ul><li><strong>Email:</strong> <a rel=\"noopener\"><span>demo@demo.com</span>&nbsp;</a></li><li><strong>Phone:</strong> +1 (800) 123-4567</li><li><strong>Live Chat:</strong> Available on our website 24/7</li></ul>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:28:03'),
(26, 'Affiliates', '<h3><strong>Join the MXCar Pages Affiliate Program</strong></h3><p class=\"p3\">The MXCar Affiliate Program is an opportunity for individuals, influencers, bloggers, and businesses to partner with us and earn commissions by promoting our platform. If you have an audience that’s passionate about cars, automotive services, or digital tools, our program allows you to generate revenue while helping people discover the value of MXCar Pages.</p><h3><strong>Why Partner With Us</strong></h3><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Attractive Commissions</strong></span>: Earn competitive payouts for every successful referral or subscription.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Trusted Brand</strong></span>: Work with a growing and recognized name in the automotive industry.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Marketing Support</strong></span>: Access promotional materials, banners, and tracking tools to maximize performance.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Real-Time Tracking</strong></span>: Monitor your clicks, leads, and earnings through our affiliate dashboard.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Flexible Opportunities</strong></span>: Suitable for bloggers, automotive reviewers, content creators, and digital agencies.</p></li></ul><h3><strong>How It Works</strong></h3><ol start=\"1\"><li><p class=\"p1\"><span class=\"s1\"><strong>Sign Up</strong></span> – Apply to become an affiliate through our registration form.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Get Your Link</strong></span> – Receive a unique tracking link and promotional materials.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Promote</strong></span> – Share MXCar Pages with your audience via your website, blog, social media, or newsletters.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Earn</strong></span> – Receive commissions for every successful referral or qualifying action.</p></li></ol><h3><strong>Who Can Join</strong></h3><ul><li><p class=\"p1\">Automotive bloggers and content creators</p></li><li><p class=\"p1\">Influencers and social media marketers</p></li><li><p class=\"p1\">Digital agencies and advertising partners</p></li><li><p class=\"p1\">Anyone with an engaged audience interested in cars, technology, or online marketplaces</p></li></ul><h3><strong>Get Started</strong></h3><p class=\"p3\">Becoming an MXCar Pages affiliate is simple and rewarding. To apply or learn more, please contact our affiliate team or register throuh our affiliate program portal.</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:03:17'),
(27, 'Travel Agents', '<p class=\"p1\">At <span class=\"s1\"><strong>MxCar</strong></span> , we value the important role that travel agents play in helping travelers plan their journeys. Whether it’s coordinating complex itineraries, securing the best deals, or offering personalized travel advice, travel agents are trusted professionals who make travel easier and more enjoyable.</p><h3><strong>Why Work With MxCar as a Travel Agent?</strong></h3><p class=\"p1\">We understand that travel agents are more than just booking facilitators—they are advisors, planners, and partners in creating memorable travel experiences. That’s why MxCar offers exclusive benefits tailored to agents, including:</p><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Special Agency Access</strong></span> : Travel agents can partner with MxCar to access competitive rates and promotions not available to the general public.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Customized Solutions</strong></span> : From individual bookings to large group reservations, our platform helps agents handle diverse client needs with ease.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Dedicated Support</strong></span> : Agents get priority access to our support team to resolve queries quickly and efficiently.</p></li></ul><h3><strong>Benefits for Your Clients</strong></h3><p class=\"p1\">When you use MxCar for your clients’ travel needs, they receive:</p><ul><li><p class=\"p1\">Access to exclusive offers, discounts, and premium services.</p></li><li><p class=\"p1\">Seamless booking experiences across cars, rentals, or services.</p></li><li><p class=\"p1\">Assurance of quality, reliability, and security in every transaction.</p></li></ul><h3><strong>Join Our Agent Program</strong></h3><p class=\"p1\">Becoming a partner with MxCar is simple. Travel agents can register, gain access to our agent portal, and begin booking with confidence. Whether you’re an independent advisor or part of a larger agency, our tools are designed to support your business growth.</p><p class=\"p4\"><strong>Partner with us today and give your clients the advantage of premium travel options with MxCar.</strong></p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:14:32'),
(28, 'AARP Members', '<p class=\"p1\">At <span class=\"s1\"><strong>MXCar</strong></span>, we value our senior community and are proud to provide special benefits for <span class=\"s1\"><strong>AARP members</strong></span>. Whether you are traveling for leisure, visiting family, or exploring new destinations, our goal is to make your car rental experience seamless, affordable, and stress-free.</p><h3><strong>Exclusive AARP Member Benefits</strong></h3><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Discounted Rates</strong></span> – Enjoy exclusive savings on car rentals across all categories.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Flexible Options</strong></span> – Choose from a wide range of vehicles, from compact cars for city driving to SUVs for family trips.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Priority Support</strong></span> – Receive dedicated customer service tailored to your travel needs.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>No Hidden Fees</strong></span> – Transparent pricing with no surprises at checkout.</p></li></ul><h3><strong>Why Rent with MXCar as an AARP Member?</strong></h3><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Ease of Booking</strong></span> – Simple online reservation process designed with convenience in mind.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Trusted Service</strong></span> – Our professional team ensures a smooth rental experience every step of the way.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Added Peace of Mind</strong></span> – Drive confidently with optional insurance and roadside assistance packages.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Nationwide Coverage</strong></span> – Access our services in multiple cities and regions for all your travel plans.</p></li></ul><h3><strong>How to Claim Your AARP Discount</strong></h3><ol start=\"1\"><li><p class=\"p1\"><span class=\"s1\"><strong>Sign in</strong></span> or create your MXCar account.</p></li><li><p class=\"p1\"><strong>Verify your AARP membership</strong><span class=\"s1\"> during checkout.</span></p></li><li><p class=\"p1\"><strong>Enjoy instant savings</strong><span class=\"s1\"> on your rental.</span></p></li></ol><p class=\"p1\">At MXCar, we believe in rewarding loyalty and offering meaningful value to our customers. Our AARP program is designed to help you travel more, stress less, and make the most of every journey.</p><p class=\"p4\"><strong>Start your trip today—book with MXCar and experience the benefits of being an AARP member.</strong></p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:15:06'),
(29, 'Points Programs', '<p class=\"p1\">At <span class=\"s1\"><strong>MXCar</strong></span>, we believe loyalty should be rewarded. Our <span class=\"s1\"><strong>Points Program</strong></span> is designed to give our customers extra value for every booking, helping you save more and enjoy premium perks each time you travel.</p><h3><strong>How the MXCar Points Program Works</strong></h3><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Earn Points</strong></span> – Receive points automatically whenever you book a vehicle or use our services. Points are accumulated based on the value of your booking.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Redeem Points</strong></span> – Use your points to get discounts, free upgrades, complimentary rental days, or other exclusive rewards.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Track Points Easily</strong></span> – Access your points balance and transaction history through your MXCar account.</p></li></ul><h3><strong>Extra Benefits</strong></h3><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Bonus Points Opportunities</strong></span> – Earn extra points during seasonal promotions, special campaigns, or for long-term rentals.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Partner Rewards</strong></span> – Redeem or earn points through our partnered airlines, hotels, and travel platforms for even greater flexibility.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Priority Offers</strong></span> – Points members get early access to promotions, special discounts, and limited-time offers.</p></li></ul><h3><strong>Who Can Join</strong></h3><p class=\"p1\">The Points Program is open to all MXCar users. Whether you are a frequent traveler, occasional renter, or part of our subscription-based services, you can start earning points immediately and enjoy the benefits of loyalty.</p><h3><strong>Why Join MXCar Points Program?</strong></h3><ul><li><p class=\"p1\">Maximize the value of every booking.</p></li><li><p class=\"p1\">Enjoy rewards that enhance your travel experience.</p></li><li><p class=\"p1\">Combine points with promotional offers for extra savings.</p></li><li><p class=\"p1\">Experience a seamless and rewarding loyalty program designed for car renters.</p></li></ul><p class=\"p1\"><span class=\"s1\"><strong>Sign up today</strong></span> to start earning points and make every trip with MXCar more rewarding!</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:16:18'),
(30, 'Military &amp; Veterans', '<p><strong>Welcome to MXCar!</strong> Renting a car with us is easy, fast, and convenient. Whether you\\\'re going on a weekend getaway, need a car for business, or are planning a road trip, MXCar makes renting a car seamless. Here’s how it works:</p><h3>1. <strong>Browse &amp; Select Your Car</strong></h3><ul><li><strong>Browse Our Fleet:</strong> Start by browsing our diverse fleet of cars. Whether you\\\'re looking for a compact car, an SUV, or a luxury vehicle, we have a variety of options to suit your needs.</li><li><strong>Filter Your Choices:</strong> Use our search filters to select the type of vehicle, pick-up location, rental dates, and any additional features you may need, such as GPS or a child car seat.</li><li><strong>Check Availability:</strong> View real-time availability and pricing for your selected car. If your desired car is unavailable, you’ll see alternative options.</li></ul><hr><h3>2. <strong>Make a Reservation</strong></h3><ul><li><strong>Select Your Rental Period:</strong> Choose the dates and times you need the car, from daily rentals to weekly or monthly bookings.</li><li><strong>Add Extras:</strong> You can add optional extras such as additional drivers, insurance, or GPS systems at this stage.</li><li><strong>Review Your Booking:</strong> Review your booking details, including the car type, rental period, and total cost.</li><li><strong>Secure Payment:</strong> Confirm your reservation by entering your payment details through our secure payment gateway. We accept all major credit cards, debit cards, and payment systems like PayPal.</li><li><strong>Get Confirmation:</strong> Once your payment is processed, you\\\'ll receive an instant email confirmation with all the details of your reservation, including a unique booking reference number.</li></ul><hr><h3>3. <strong>Pick Up Your Car</strong></h3><ul><li><strong>Locate Your Pick-Up Location:</strong> You’ll find your car ready for you at the designated pick-up location. We offer several convenient locations, including major airports, city centers, and train stations.</li><li><strong>Present Your ID &amp; License:</strong> When you arrive, we’ll need to verify your identity. Please bring a valid driver’s license and the credit card used for the booking.</li><li><strong>Car Inspection:</strong> Before you drive off, we will conduct a quick inspection of the car with you, noting any pre-existing damage. You’ll also receive instructions on how to operate the vehicle, including key features and emergency procedures.</li><li><strong>Sign the Rental Agreement:</strong> Sign the rental agreement, which will outline the terms and conditions of your rental. If you have any questions about the agreement, our staff is happy to assist you.</li></ul><hr><h3>4. <strong>Enjoy Your Ride</strong></h3><ul><li><strong>Drive with Confidence:</strong> Once you’re all set, you’re free to enjoy your trip! Feel free to use the car for your travel needs, whether it\\\'s for business, leisure, or exploration.</li><li><strong>24/7 Roadside Assistance:</strong> If you encounter any issues during your rental, we offer 24/7 roadside assistance to help with breakdowns, flat tires, or emergencies.</li><li><strong>Fuel Policy:</strong> Our cars are provided with a full tank of fuel. You can return the vehicle with a full tank or pay for the fuel used during your rental period. Please note, if the car is returned with less than a full tank, you may be charged a refueling fee.</li></ul><hr><h3>5. <strong>Return the Car</strong></h3><ul><li><strong>Return Location:</strong> Return the car to the same location where you picked it up, or select a different return location if available. For airport rentals, simply drop the car off at the designated MXCar area.</li><li><strong>Car Inspection &amp; Check-Out:</strong> Upon return, we will conduct a brief inspection of the vehicle to ensure there’s no damage or additional issues. Please remember to return the car on time to avoid any late fees.</li><li><strong>Final Payment (If Necessary):</strong> Any remaining balance (such as extra mileage charges or fuel costs) will be settled at the time of return. You can pay with your credit/debit card or any other available payment method.</li><li><strong>Get Your Final Receipt:</strong> Once everything is checked, we\\’ll send you a final receipt by email, outlining the charges and any deposits returned. If applicable, we’ll also issue any refunds for unused services.</li></ul><hr><h3>6. <strong>Enjoy Our Loyalty Program (Optional)</strong></h3><ul><li><strong>Earn Points with Every Rental:</strong> If you\\\'re a member of the <strong>MXCar Loyalty Program</strong>, you can earn points with every booking to redeem for discounts, free upgrades, and other special offers.</li><li><strong>Exclusive Deals &amp; Offers:</strong> Sign up for exclusive offers, early access to new fleet options, and seasonal promotions.</li></ul><p>&nbsp;</p><h3><strong>Need Help?</strong></h3><p>If you need assistance at any point in your rental process, our customer support team is always ready to help. We offer live chat support, email assistance, and a 24/7 customer service hotline.</p><h3><strong>Why Rent with MXCar?</strong></h3><ul><li><strong>Wide Selection:</strong> A variety of cars for all needs, from economy to luxury, compact cars to SUVs.</li><li><strong>Flexible Booking:</strong> Easily book online with flexible rental durations, from daily to monthly rentals.</li><li><strong>Transparent Pricing:</strong> No hidden fees! Our prices are clear, and all fees are explained upfront.</li><li><strong>Customer Satisfaction:</strong> We pride ourselves on excellent customer service and ensuring your rental experience is smooth and hassle-free.</li></ul><h3><strong>Get Started Today!</strong></h3><p>Ready to hit the road? <strong>Browse our fleet</strong> today, select your car, and book your next rental with MXCar! We’re here to make your car rental experience easy, safe, and enjoyable.</p><p><strong>Contact Us:</strong></p><p>If you have any questions or need more information, feel free to reach out to us:</p><ul><li><strong>Email:</strong> <a rel=\"noopener\"><span>demo@demo.com</span> &nbsp;</a></li><li><strong>Phone:</strong> +1 (800) 123-4567</li><li><strong>Live Chat:</strong> Available on our website 24/7</li></ul>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-21 05:26:12');
INSERT INTO `pages` (`id`, `name`, `content`, `user_id`, `image`, `template`, `description`, `status`, `created_at`, `updated_at`) VALUES
(31, 'Work with us', '<p class=\"p1\">At <span class=\"s1\"><strong>MXCar</strong></span>, we are more than just an automotive platform — we are a team of innovators, creators, and problem-solvers passionate about transforming the way people buy, sell, and experience cars. We are always looking for talented individuals and partners who share our vision of driving change in the automotive industry.</p><h3><strong>Career Opportunities</strong></h3><p class=\"p1\">Join our growing team and be part of an exciting journey. We offer opportunities across various roles, including:</p><ul><li><p class=\"p1\">Technology &amp; Development</p></li><li><p class=\"p1\">Marketing &amp; Communications</p></li><li><p class=\"p1\">Sales &amp; Business Development</p></li><li><p class=\"p1\">Customer Support</p></li><li><p class=\"p1\">Content &amp; Community Management</p></li></ul><p class=\"p1\">We believe in fostering an environment that encourages creativity, collaboration, and professional growth.</p><h3><strong>Partner With Us</strong></h3><p class=\"p1\">If you’re a business, agency, or service provider looking to collaborate, MXCar Pages welcomes partnerships that create value for our users and strengthen the automotive ecosystem. From advertising collaborations to technology integration, we are open to building long-term, impactful relationships.</p><h3><strong>Why Work With MXCar Pages</strong></h3><ul><li><p class=\"p1\">A fast-growing and trusted brand in the automotive space</p></li><li><p class=\"p1\">A culture of innovation and continuous learning</p></li><li><p class=\"p1\">Opportunities to make a real impact in shaping the future of car ownership and discovery</p></li><li><p class=\"p1\">Supportive and collaborative team environment</p></li></ul><p>&nbsp;</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:04:38'),
(32, 'Advertise with us', '<h3><strong>Grow Your Brand with MXCar Pages</strong></h3><p class=\"p3\">At MXCar, we connect car buyers, sellers, and enthusiasts with the latest vehicles, services, and automotive insights. Partnering with us gives your brand direct access to a highly engaged audience that is actively searching for automotive products, services, and solutions.</p><h3><strong>Why Advertise on MXCar Pages</strong></h3><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Targeted Audience</strong></span>: Reach car buyers, enthusiasts, and industry professionals.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>High Visibility</strong></span>: Your brand will be showcased across our website, digital content, and community channels.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Flexible Options</strong></span>: Choose from a variety of advertising formats tailored to your business goals.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Trusted Platform</strong></span>: Our growing community relies on MXCar Pages for reliable information and services.</p></li></ul><h3><strong>Advertising Opportunities</strong></h3><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Display Ads</strong></span>: Banner and sidebar placements for maximum visibility.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Sponsored Content</strong></span>: Share your brand story through articles, reviews, or featured posts.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Email Marketing</strong></span>: Connect with our subscribers through targeted email campaigns.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Partnership Campaigns</strong></span>: Custom advertising solutions designed to align with your marketing strategy.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Video Promotions</strong></span>: Showcase your brand through sponsored video content and previews.</p></li></ul><h3><strong>Who Can Benefit</strong></h3><ul><li><p class=\"p1\">Car dealerships and automotive retailers</p></li><li><p class=\"p1\">Insurance and finance companies</p></li><li><p class=\"p1\">Automotive service providers (repairs, accessories, maintenance)</p></li><li><p class=\"p1\">Automotive technology and innovation companies</p></li><li><p class=\"p1\">Lifestyle and travel brands connected to car owners</p></li></ul><p>&nbsp;</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:05:50'),
(33, 'Forum support', '<h3><strong>Connect with the Community</strong></h3><p class=\"p3\">The <span class=\"s2\"><strong>MXCar &nbsp;Forum</strong></span> is where car enthusiasts, buyers, and sellers come together to ask questions, share knowledge, and support one another. Whether you’re troubleshooting a vehicle issue, exploring buying advice, or discussing the latest trends, our forum provides a space for open and constructive conversation.</p><h3><strong>What You’ll Find</strong></h3><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Car Discussions</strong></span>: Talk about models, performance, modifications, and reviews.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Buying &amp; Selling Advice</strong></span>: Tips from experienced community members.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Maintenance &amp; Repairs</strong></span>: Share and receive help on common issues.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>General Automotive Topics</strong></span>: News, trends, and innovations in the industry.</p></li></ul><h3><strong>Guidelines for Participation</strong></h3><ul><li><p class=\"p1\">Be respectful and professional in all interactions.</p></li><li><p class=\"p1\">Do not post spam, advertisements, or misleading information.</p></li><li><p class=\"p1\">Share accurate and helpful insights wherever possible.</p></li><li><p class=\"p1\">Protect your personal information and privacy.</p></li></ul><p class=\"p3\">Our moderation team ensures discussions remain safe, relevant, and valuable for everyone.</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:07:08'),
(34, 'Help Center', '<p class=\"p1\">The <span class=\"s1\"><strong>MXCar Help Center</strong></span> is your go-to resource for answers, tutorials, and guidance. Whether you’re a new visitor or a long-time member, we’ve organized resources to make your experience simple and stress-free.</p><h3><strong>Popular Topics</strong></h3><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Account Management</strong></span>: How to create, update, or delete your account.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Subscriptions &amp; Billing</strong></span>: Information about plans, payments, and renewals.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Posting Content</strong></span>: Steps to upload posts, videos, or listings.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Privacy &amp; Security</strong></span>: Learn how we keep your data safe.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Troubleshooting</strong></span>: Fix common issues with access, uploads, or navigation.</p></li></ul><h3><strong>Need More Help?</strong></h3><p class=\"p1\">If you cannot find what you’re looking for, our support team is ready to assist.</p><p class=\"p1\">Contact us or open a support ticket through your account dashboard.</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:08:08'),
(35, 'Live chat', '<p class=\"p1\">At MXCar, we know that timely support can make all the difference. That’s why we provide a dedicated <span class=\"s1\"><strong>Live Chat</strong></span> service to help you with any questions, technical issues, or account concerns in real time. Whether you’re a first-time visitor exploring our platform or a long-time member managing your account, our support specialists are available to guide you every step of the way.</p><p class=\"p1\">With live chat, you can:</p><ul><li><p class=\"p1\">Get instant answers to common questions without waiting for email responses.</p></li><li><p class=\"p1\">Resolve account, payment, or subscription-related issues quickly.</p></li><li><p class=\"p1\">Receive step-by-step guidance for navigating our website or mobile app.</p></li><li><p class=\"p1\">Connect with a real human — no bots when you need personal assistance.</p></li></ul><p class=\"p1\">Our Live Chat team operates during extended business hours, and in many cases, 24/7 depending on your region. We aim to ensure that every user has a smooth and seamless experience.</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:09:06'),
(36, 'How it works', '<p class=\"p1\">MXCar is built to make discovery, engagement, and interaction simple and enjoyable. Here’s how our platform works:</p><ol start=\"1\"><li><p class=\"p1\"><strong>Sign Up &amp; Create Your Profile</strong></p><p class=\"p2\">Register for free and personalize your profile to showcase your interests and preferences.</p></li><li><p class=\"p1\"><strong>Explore Content &amp; Services</strong></p><p class=\"p2\">Browse through our updates, posts, and exclusive subscriber-only content. Stay informed and entertained with the latest stories and features.</p></li><li><p class=\"p1\"><strong>Engage &amp; Connect</strong></p><p class=\"p2\">Comment, share, or participate in community discussions. For agencies, affiliates, and advertisers, our platform provides unique opportunities to reach targeted audiences.</p></li><li><p class=\"p1\"><strong>Upgrade for Exclusive Access</strong></p><p class=\"p2\">Some posts or services are locked for subscribers only. Upgrading your account unlocks premium benefits, insider updates, and exclusive offers.</p></li><li><p class=\"p1\"><strong>Get Support Anytime</strong></p><p class=\"p2\">If you ever face a challenge, our Help Center, Forum Support, and Live Chat options are available to keep you moving forward.</p></li></ol><p class=\"p1\">Our goal is to keep things transparent, fast, and user-friendly — so you can focus on what matters most.</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:09:29'),
(37, 'Security', '<p class=\"p1\">Your safety is our highest priority. MXCar is committed to maintaining a <span class=\"s1\"><strong>secure online environment</strong></span> for all users, partners, and advertisers.</p><p class=\"p1\">Here’s how we protect you:</p><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Data Protection:</strong></span> All sensitive information, including personal details and payment data, is encrypted with industry-leading security protocols.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Account Safety:</strong></span> We use multi-layer authentication, login alerts, and activity monitoring to ensure that your account remains under your control.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Content Moderation:</strong></span> Our team actively monitors updates, posts, and community discussions to prevent spam, abuse, or harmful activity.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Privacy Compliance:</strong></span> We follow global privacy standards and regulations to safeguard your information and ensure responsible data use.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Fraud Prevention:</strong></span> Suspicious activity is flagged immediately, with strict internal measures to prevent unauthorized access or misuse.</p></li></ul><p class=\"p1\">We encourage users to follow best practices such as using strong passwords, keeping login details private, and reporting any unusual activity to our support team.</p><p class=\"p1\">At MXCar, security isn’t just a feature — it’s a foundation of trust between us and our community.</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:09:52'),
(38, 'Refund Policy', '<p class=\"p1\">At <span class=\"s1\"><strong>MXCar</strong></span>, we value the trust you place in us and are committed to providing you with high-quality services and a transparent user experience. This Refund Policy outlines the terms and conditions under which refunds may be granted for our products, services, and subscriptions.</p><p class=\"p2\">&nbsp;</p><hr><h3><strong>1. Eligibility for Refunds</strong></h3><p class=\"p1\">Refunds are considered only under the following circumstances:</p><ul><li><p class=\"p1\"><span class=\"s1\"><strong>Technical Issues:</strong></span> If a technical error on our platform prevents you from accessing a purchased service, and the issue cannot be resolved by our support team within a reasonable time.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Duplicate Payment:</strong></span> If you were charged multiple times for the same product or service due to a payment gateway error.</p></li><li><p class=\"p1\"><span class=\"s1\"><strong>Service Not Delivered:</strong></span> If you purchased a service that was not delivered as described.</p></li></ul><h3><strong>2. Non-Refundable Services</strong></h3><p class=\"p1\">The following are <span class=\"s1\"><strong>not eligible</strong></span> for refunds:</p><ul><li><p class=\"p1\">Subscription fees after services have been accessed or partially used.</p></li><li><p class=\"p1\">One-time services that have already been fulfilled.</p></li><li><p class=\"p1\">Promotional offers, discounts, or trial packages.</p></li><li><p class=\"p1\">Refund requests made after the specified timeframe (see Section 3).</p></li></ul><h3><strong>3. Timeframe for Requests</strong></h3><ul><li><p class=\"p1\">Refund requests must be submitted within <span class=\"s1\"><strong>7 days of purchase</strong></span>.</p></li><li><p class=\"p1\">Requests made after this period will not be considered.</p></li></ul><h3><strong>4. Process for Requesting a Refund</strong></h3><p class=\"p1\">To request a refund, please contact our <span class=\"s1\"><strong>Help Center or Support Team</strong></span> with the following details:</p><ul><li><p class=\"p1\">Your full name and registered email address.</p></li><li><p class=\"p1\">Transaction ID or order number.</p></li><li><p class=\"p1\">A clear explanation of the reason for the refund request.</p></li></ul><p class=\"p1\">Our support team will review your request and respond within <span class=\"s1\"><strong>5–7 business days</strong></span>.</p><h3><strong>5. Refund Method</strong></h3><ul><li><p class=\"p1\">Approved refunds will be processed using the <span class=\"s1\"><strong>original payment method</strong></span>.</p></li><li><p class=\"p1\">Depending on your bank or payment provider, it may take <span class=\"s1\"><strong>7–14 business days</strong></span> for the refund to reflect in your account.</p></li></ul><h3><strong>6. Disputes &amp; Chargebacks</strong></h3><p class=\"p1\">We encourage users to contact us directly to resolve any billing issues. Filing a chargeback with your bank or payment provider without giving us the chance to resolve the matter may result in suspension of your account.</p>', NULL, NULL, 'default', '', 'published', '2025-06-10 20:28:16', '2025-08-22 06:11:39');

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

--
-- Table structure for table `pages_translations`
--

CREATE TABLE `pages_translations` (
  `lang_code` varchar(20) NOT NULL,
  `pages_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL,
  `content` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `password_reset_tokens`
--

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

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

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

CREATE TABLE `payments` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `currency` varchar(120) DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `charge_id` varchar(191) DEFAULT NULL,
  `payment_channel` varchar(60) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL,
  `amount` decimal(15,2) UNSIGNED NOT NULL,
  `payment_fee` decimal(15,2) DEFAULT 0.00,
  `order_id` bigint(20) UNSIGNED DEFAULT NULL,
  `status` varchar(60) DEFAULT 'pending',
  `payment_type` varchar(191) DEFAULT 'confirm',
  `customer_id` bigint(20) UNSIGNED DEFAULT NULL,
  `refunded_amount` decimal(15,2) UNSIGNED DEFAULT NULL,
  `refund_note` varchar(191) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `customer_type` varchar(191) DEFAULT NULL,
  `metadata` mediumtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payments`
--

INSERT INTO `payments` (`id`, `currency`, `user_id`, `charge_id`, `payment_channel`, `description`, `amount`, `payment_fee`, `order_id`, `status`, `payment_type`, `customer_id`, `refunded_amount`, `refund_note`, `created_at`, `updated_at`, `customer_type`, `metadata`) VALUES
(1, 'USD', 7, '64JHVM7FYE3T', 'sslcommerz', NULL, 99.00, 0.00, 1, 'pending', 'direct', 7, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(2, 'USD', 12, 'AZGLCEMD9RCV', 'stripe', NULL, 49.00, 0.00, 2, 'pending', 'direct', 12, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(3, 'USD', 4, 'MHDVRPUIH0TH', 'razorpay', NULL, 98.00, 0.00, 3, 'pending', 'direct', 4, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(4, 'USD', 5, 'OJXTFL423HAY', 'razorpay', NULL, 97.00, 0.00, 4, 'completed', 'direct', 5, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(5, 'USD', 3, 'NNFXACO1EQGQ', 'bank_transfer', NULL, 87.00, 0.00, 5, 'completed', 'direct', 3, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(6, 'USD', 5, 'SOPRPCOPJLGW', 'sslcommerz', NULL, 44.00, 0.00, 6, 'pending', 'direct', 5, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(7, 'USD', 4, '0G8FVHFKLL8V', 'bank_transfer', NULL, 47.00, 0.00, 7, 'pending', 'direct', 4, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(8, 'USD', 3, 'CBYV5CIRJ2SG', 'bank_transfer', NULL, 53.00, 0.00, 8, 'pending', 'direct', 3, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(9, 'USD', 4, 'CHBUNDWNL3RP', 'razorpay', NULL, 34.00, 0.00, 9, 'pending', 'direct', 4, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(10, 'USD', 9, '08DFNMMCOPZR', 'sslcommerz', NULL, 60.00, 0.00, 10, 'completed', 'direct', 9, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(11, 'USD', 7, 'Y8TOKGWE7WNR', 'bank_transfer', NULL, 80.00, 0.00, 11, 'pending', 'direct', 7, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(12, 'USD', 7, 'GWMXVCZVNVD7', 'paypal', NULL, 97.00, 0.00, 12, 'pending', 'direct', 7, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(13, 'USD', 6, 'ULSXXWFRQKN7', 'paystack', NULL, 45.00, 0.00, 13, 'pending', 'direct', 6, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(14, 'USD', 5, 'MLFGHKR3U0CO', 'paypal', NULL, 95.00, 0.00, 14, 'pending', 'direct', 5, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(15, 'USD', 10, 'VENUT2GIHXG4', 'stripe', NULL, 71.00, 0.00, 15, 'completed', 'direct', 10, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(16, 'USD', 2, 'MBSUVVCP77IL', 'razorpay', NULL, 83.00, 0.00, 16, 'pending', 'direct', 2, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(17, 'USD', 12, 'HDXYFKBOHJ32', 'stripe', NULL, 97.00, 0.00, 17, 'pending', 'direct', 12, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(18, 'USD', 6, 'IRVMIOJR7UCK', 'razorpay', NULL, 58.00, 0.00, 18, 'pending', 'direct', 6, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(19, 'USD', 12, 'EWUHKMBQXWBV', 'bank_transfer', NULL, 83.00, 0.00, 19, 'completed', 'direct', 12, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(20, 'USD', 9, 'KARAWIKCCT4N', 'razorpay', NULL, 35.00, 0.00, 20, 'pending', 'direct', 9, NULL, NULL, '2025-08-01 08:36:44', '2025-08-01 08:36:44', 'Botble\\CarRentals\\Models\\Customer', NULL),
(21, 'USD', 0, 'B3L0PL0SFV', 'cod', NULL, 54.00, 0.00, 24, 'pending', 'confirm', 13, NULL, NULL, '2025-08-20 04:45:11', '2025-08-20 04:45:11', 'Botble\\CarRentals\\Models\\Customer', NULL),
(22, 'USD', 0, 'ZE7SRFR2OX', 'bank_transfer', NULL, 900.00, 0.00, 25, 'pending', 'confirm', 13, NULL, NULL, '2025-08-21 12:01:56', '2025-08-21 12:01:56', 'Botble\\CarRentals\\Models\\Customer', NULL),
(23, 'USD', 0, '5QT3NC8BDZ', 'cod', NULL, 30000.00, 0.00, 26, 'pending', 'confirm', 14, NULL, NULL, '2025-08-22 04:03:30', '2025-08-22 04:03:30', 'Botble\\CarRentals\\Models\\Customer', NULL),
(24, 'USD', 0, 'ECJVMVTCW8', 'cod', NULL, 1272.00, 0.00, 42, 'pending', 'confirm', 13, NULL, NULL, '2025-09-23 10:36:59', '2025-09-23 10:36:59', 'Botble\\CarRentals\\Models\\Customer', NULL),
(25, 'USD', 0, 'ZBODKPY94F', 'bank_transfer', NULL, 1670.00, 0.00, 45, 'pending', 'confirm', 13, NULL, NULL, '2025-09-23 10:47:17', '2025-09-23 10:47:17', 'Botble\\CarRentals\\Models\\Customer', NULL),
(26, 'USD', 0, '0MQZNZZGRU', 'cod', NULL, 852.00, 0.00, 52, 'pending', 'confirm', 13, NULL, NULL, '2025-09-23 11:11:19', '2025-09-23 11:11:19', 'Botble\\CarRentals\\Models\\Customer', NULL),
(27, 'USD', 0, 'ch_3SAmfaCGv1sRiQlE1BoGCXKJ', 'stripe', NULL, 900.00, 0.00, 71, 'completed', 'confirm', 13, NULL, NULL, '2025-09-24 06:59:25', '2025-09-24 06:59:25', 'Botble\\CarRentals\\Models\\Customer', NULL);

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

--
-- Table structure for table `payment_logs`
--

CREATE TABLE `payment_logs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `payment_method` varchar(191) NOT NULL,
  `request` longtext DEFAULT NULL,
  `response` longtext DEFAULT NULL,
  `ip_address` varchar(45) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `payment_logs`
--

INSERT INTO `payment_logs` (`id`, `payment_method`, `request`, `response`, `ip_address`, `created_at`, `updated_at`) VALUES
(1, 'stripe', '{\"line_items\":[{\"price_data\":{\"product_data\":{\"name\":\"Mahindra BE.06\",\"metadata\":{\"pro_id\":26},\"description\":\"Mahindra BE.06\",\"images\":[]},\"unit_amount\":50000,\"currency\":\"USD\"},\"quantity\":1}],\"mode\":\"payment\",\"locale\":\"en\",\"success_url\":\"https:\\/\\/mxcar.mimeld.com\\/payment\\/stripe\\/success?session_id={CHECKOUT_SESSION_ID}\",\"cancel_url\":\"https:\\/\\/mxcar.mimeld.com\\/payment\\/stripe\\/error\",\"metadata\":{\"order_id\":\"[28]\",\"amount\":500,\"currency\":\"USD\",\"customer_id\":13,\"customer_type\":\"Botble\\\\CarRentals\\\\Models\\\\Customer\",\"return_url\":null,\"callback_url\":null,\"payment_fee\":0}}', '{\"id\":\"cs_test_a13kOLJlRR1BaGoGerihXM8HO7WLJ9iUGrqQhmGN45UFjX6dvBwRIPx1Me\",\"object\":\"checkout.session\",\"adaptive_pricing\":{\"enabled\":true},\"after_expiration\":null,\"allow_promotion_codes\":null,\"amount_subtotal\":50000,\"amount_total\":50000,\"automatic_tax\":{\"enabled\":false,\"liability\":null,\"provider\":null,\"status\":null},\"billing_address_collection\":null,\"cancel_url\":\"https:\\/\\/mxcar.mimeld.com\\/payment\\/stripe\\/error\",\"client_reference_id\":null,\"client_secret\":null,\"collected_information\":null,\"consent\":null,\"consent_collection\":null,\"created\":1757402010,\"currency\":\"usd\",\"currency_conversion\":null,\"custom_fields\":[],\"custom_text\":{\"after_submit\":null,\"shipping_address\":null,\"submit\":null,\"terms_of_service_acceptance\":null},\"customer\":null,\"customer_creation\":\"if_required\",\"customer_details\":null,\"customer_email\":null,\"discounts\":[],\"expires_at\":1757488409,\"invoice\":null,\"invoice_creation\":{\"enabled\":false,\"invoice_data\":{\"account_tax_ids\":null,\"custom_fields\":null,\"description\":null,\"footer\":null,\"issuer\":null,\"metadata\":[],\"rendering_options\":null}},\"livemode\":false,\"locale\":\"en\",\"metadata\":{\"amount\":\"500\",\"currency\":\"USD\",\"customer_id\":\"13\",\"customer_type\":\"Botble\\\\CarRentals\\\\Models\\\\Customer\",\"order_id\":\"[28]\",\"payment_fee\":\"0\"},\"mode\":\"payment\",\"origin_context\":null,\"payment_intent\":null,\"payment_link\":null,\"payment_method_collection\":\"if_required\",\"payment_method_configuration_details\":{\"id\":\"pmc_1MVYtzCGv1sRiQlEvO97oMCI\",\"parent\":null},\"payment_method_options\":{\"card\":{\"request_three_d_secure\":\"automatic\"}},\"payment_method_types\":[\"card\"],\"payment_status\":\"unpaid\",\"permissions\":null,\"phone_number_collection\":{\"enabled\":false},\"recovered_from\":null,\"saved_payment_method_options\":null,\"setup_intent\":null,\"shipping_address_collection\":null,\"shipping_cost\":null,\"shipping_options\":[],\"status\":\"open\",\"submit_type\":null,\"subscription\":null,\"success_url\":\"https:\\/\\/mxcar.mimeld.com\\/payment\\/stripe\\/success?session_id={CHECKOUT_SESSION_ID}\",\"total_details\":{\"amount_discount\":0,\"amount_shipping\":0,\"amount_tax\":0},\"ui_mode\":\"hosted\",\"url\":\"https:\\/\\/checkout.stripe.com\\/c\\/pay\\/cs_test_a13kOLJlRR1BaGoGerihXM8HO7WLJ9iUGrqQhmGN45UFjX6dvBwRIPx1Me#fidpamZkaWAnPydgaycpJ2R1bE5gfCc%2FJ3VuWnFgdnFaMDRMM0JCbEZCczR2V2xUaUBKbHZVTndvR3RUdHRmQ3ZyPWhdS2RfN003Z2RLM1c1NEtwaUNWMmFOQ29sNEtXV31wZm1qUFFAQWFHMnBvTmZ8TlxWU2Y1fzA1NWBxbTJqcUpIJyknY3dqaFZgd3Ngdyc%2FcXdwYCknZ2RmbmJ3anBrYUZqaWp3Jz8nJmNjY2NjYycpJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYHgl\",\"wallet_options\":null}', '106.222.217.171', '2025-09-09 07:13:30', '2025-09-09 07:13:30'),
(2, 'stripe', '{\"line_items\":[{\"price_data\":{\"product_data\":{\"name\":\"Chevrolet Corvette Stingray\",\"metadata\":{\"pro_id\":69},\"description\":\"Chevrolet Corvette Stingray\",\"images\":[]},\"unit_amount\":90000,\"currency\":\"USD\"},\"quantity\":1}],\"mode\":\"payment\",\"locale\":\"en\",\"success_url\":\"https:\\/\\/mxcar.mimeld.com\\/payment\\/stripe\\/success?session_id={CHECKOUT_SESSION_ID}\",\"cancel_url\":\"https:\\/\\/mxcar.mimeld.com\\/payment\\/stripe\\/error\",\"metadata\":{\"order_id\":\"[71]\",\"amount\":900,\"currency\":\"USD\",\"customer_id\":13,\"customer_type\":\"Botble\\\\CarRentals\\\\Models\\\\Customer\",\"return_url\":null,\"callback_url\":null,\"payment_fee\":0}}', '{\"id\":\"cs_test_a1lIpEOuzgyWIC7HghMOHRp9UTqpHKPZccjdVEdYUqLXBLtscrXLAGsxY8\",\"object\":\"checkout.session\",\"adaptive_pricing\":{\"enabled\":true},\"after_expiration\":null,\"allow_promotion_codes\":null,\"amount_subtotal\":90000,\"amount_total\":90000,\"automatic_tax\":{\"enabled\":false,\"liability\":null,\"provider\":null,\"status\":null},\"billing_address_collection\":null,\"branding_settings\":{\"background_color\":\"#ffffff\",\"border_style\":\"rounded\",\"button_color\":\"#0074d4\",\"display_name\":\"VISER LAB\",\"font_family\":\"default\",\"icon\":{\"file\":\"file_1NXPCHCGv1sRiQlExXhlNclb\",\"type\":\"file\"},\"logo\":{\"file\":\"file_1NXPD2CGv1sRiQlEkOONhINU\",\"type\":\"file\"}},\"cancel_url\":\"https:\\/\\/mxcar.mimeld.com\\/payment\\/stripe\\/error\",\"client_reference_id\":null,\"client_secret\":null,\"collected_information\":null,\"consent\":null,\"consent_collection\":null,\"created\":1758697125,\"currency\":\"usd\",\"currency_conversion\":null,\"custom_fields\":[],\"custom_text\":{\"after_submit\":null,\"shipping_address\":null,\"submit\":null,\"terms_of_service_acceptance\":null},\"customer\":null,\"customer_creation\":\"if_required\",\"customer_details\":null,\"customer_email\":null,\"discounts\":[],\"expires_at\":1758783525,\"invoice\":null,\"invoice_creation\":{\"enabled\":false,\"invoice_data\":{\"account_tax_ids\":null,\"custom_fields\":null,\"description\":null,\"footer\":null,\"issuer\":null,\"metadata\":[],\"rendering_options\":null}},\"livemode\":false,\"locale\":\"en\",\"metadata\":{\"amount\":\"900\",\"currency\":\"USD\",\"customer_id\":\"13\",\"customer_type\":\"Botble\\\\CarRentals\\\\Models\\\\Customer\",\"order_id\":\"[71]\",\"payment_fee\":\"0\"},\"mode\":\"payment\",\"origin_context\":null,\"payment_intent\":null,\"payment_link\":null,\"payment_method_collection\":\"if_required\",\"payment_method_configuration_details\":{\"id\":\"pmc_1MVYtzCGv1sRiQlEvO97oMCI\",\"parent\":null},\"payment_method_options\":{\"card\":{\"request_three_d_secure\":\"automatic\"}},\"payment_method_types\":[\"card\"],\"payment_status\":\"unpaid\",\"permissions\":null,\"phone_number_collection\":{\"enabled\":false},\"recovered_from\":null,\"saved_payment_method_options\":null,\"setup_intent\":null,\"shipping_address_collection\":null,\"shipping_cost\":null,\"shipping_options\":[],\"status\":\"open\",\"submit_type\":null,\"subscription\":null,\"success_url\":\"https:\\/\\/mxcar.mimeld.com\\/payment\\/stripe\\/success?session_id={CHECKOUT_SESSION_ID}\",\"total_details\":{\"amount_discount\":0,\"amount_shipping\":0,\"amount_tax\":0},\"ui_mode\":\"hosted\",\"url\":\"https:\\/\\/checkout.stripe.com\\/c\\/pay\\/cs_test_a1lIpEOuzgyWIC7HghMOHRp9UTqpHKPZccjdVEdYUqLXBLtscrXLAGsxY8#fidpamZkaWAnPydgaycpJ2R1bE5gfCc%2FJ3VuWnFgdnFaMDRMM0JCbEZCczR2V2xUaUBKbHZVTndvR3RUdHRmQ3ZyPWhdS2RfN003Z2RLM1c1NEtwaUNWMmFOQ29sNEtXV31wZm1qUFFAQWFHMnBvTmZ8TlxWU2Y1fzA1NWBxbTJqcUpIJyknY3dqaFZgd3Ngdyc%2FcXdwYCknZ2RmbmJ3anBrYUZqaWp3Jz8nJmNjY2NjYycpJ2lkfGpwcVF8dWAnPyd2bGtiaWBabHFgaCcpJ2BrZGdpYFVpZGZgbWppYWB3dic%2FcXdwYHgl\",\"wallet_options\":null}', '106.215.182.249', '2025-09-24 06:58:45', '2025-09-24 06:58:45'),
(3, 'stripe', '{\"id\":\"cs_test_a1lIpEOuzgyWIC7HghMOHRp9UTqpHKPZccjdVEdYUqLXBLtscrXLAGsxY8\"}', '{\"id\":\"cs_test_a1lIpEOuzgyWIC7HghMOHRp9UTqpHKPZccjdVEdYUqLXBLtscrXLAGsxY8\",\"object\":\"checkout.session\",\"adaptive_pricing\":{\"enabled\":true},\"after_expiration\":null,\"allow_promotion_codes\":null,\"amount_subtotal\":90000,\"amount_total\":90000,\"automatic_tax\":{\"enabled\":false,\"liability\":null,\"provider\":null,\"status\":null},\"billing_address_collection\":null,\"branding_settings\":{\"background_color\":\"#ffffff\",\"border_style\":\"rounded\",\"button_color\":\"#0074d4\",\"display_name\":\"VISER LAB\",\"font_family\":\"default\",\"icon\":{\"file\":\"file_1NXPCHCGv1sRiQlExXhlNclb\",\"type\":\"file\"},\"logo\":{\"file\":\"file_1NXPD2CGv1sRiQlEkOONhINU\",\"type\":\"file\"}},\"cancel_url\":\"https:\\/\\/mxcar.mimeld.com\\/payment\\/stripe\\/error\",\"client_reference_id\":null,\"client_secret\":null,\"collected_information\":null,\"consent\":null,\"consent_collection\":null,\"created\":1758697125,\"currency\":\"usd\",\"currency_conversion\":null,\"custom_fields\":[],\"custom_text\":{\"after_submit\":null,\"shipping_address\":null,\"submit\":null,\"terms_of_service_acceptance\":null},\"customer\":null,\"customer_creation\":\"if_required\",\"customer_details\":{\"address\":{\"city\":null,\"country\":\"IN\",\"line1\":null,\"line2\":null,\"postal_code\":null,\"state\":null},\"business_name\":null,\"email\":\"roman@demo.com\",\"individual_name\":null,\"name\":\"roman\",\"phone\":null,\"tax_exempt\":\"none\",\"tax_ids\":[]},\"customer_email\":null,\"discounts\":[],\"expires_at\":1758783525,\"invoice\":null,\"invoice_creation\":{\"enabled\":false,\"invoice_data\":{\"account_tax_ids\":null,\"custom_fields\":null,\"description\":null,\"footer\":null,\"issuer\":null,\"metadata\":[],\"rendering_options\":null}},\"livemode\":false,\"locale\":\"en\",\"metadata\":{\"amount\":\"900\",\"currency\":\"USD\",\"customer_id\":\"13\",\"customer_type\":\"Botble\\\\CarRentals\\\\Models\\\\Customer\",\"order_id\":\"[71]\",\"payment_fee\":\"0\"},\"mode\":\"payment\",\"origin_context\":null,\"payment_intent\":\"pi_3SAmfaCGv1sRiQlE1bWSZQRE\",\"payment_link\":null,\"payment_method_collection\":\"if_required\",\"payment_method_configuration_details\":{\"id\":\"pmc_1MVYtzCGv1sRiQlEvO97oMCI\",\"parent\":null},\"payment_method_options\":{\"card\":{\"request_three_d_secure\":\"automatic\"}},\"payment_method_types\":[\"card\"],\"payment_status\":\"paid\",\"permissions\":null,\"phone_number_collection\":{\"enabled\":false},\"recovered_from\":null,\"saved_payment_method_options\":null,\"setup_intent\":null,\"shipping_address_collection\":null,\"shipping_cost\":null,\"shipping_options\":[],\"status\":\"complete\",\"submit_type\":null,\"subscription\":null,\"success_url\":\"https:\\/\\/mxcar.mimeld.com\\/payment\\/stripe\\/success?session_id={CHECKOUT_SESSION_ID}\",\"total_details\":{\"amount_discount\":0,\"amount_shipping\":0,\"amount_tax\":0},\"ui_mode\":\"hosted\",\"url\":null,\"wallet_options\":null}', '106.215.182.249', '2025-09-24 06:59:24', '2025-09-24 06:59:24');

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

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

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

--
-- Dumping data for table `personal_access_tokens`
--

INSERT INTO `personal_access_tokens` (`id`, `tokenable_type`, `tokenable_id`, `name`, `token`, `abilities`, `last_used_at`, `expires_at`, `created_at`, `updated_at`) VALUES
(128, 'Botble\\CarRentals\\Models\\Customer', 13, 'auth-token', '5feb053d2b1e826f3f2e93d47b22949fb8db3e64ab4f0391a91a2358cfc79fa1', '[\"*\"]', '2025-09-26 11:38:54', NULL, '2025-09-26 11:33:33', '2025-09-26 11:38:54');

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

--
-- Table structure for table `posts`
--

CREATE TABLE `posts` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `description` varchar(400) DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `author_id` bigint(20) UNSIGNED DEFAULT NULL,
  `author_type` varchar(191) NOT NULL,
  `is_featured` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `image` varchar(191) DEFAULT NULL,
  `views` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `format_type` varchar(30) 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 `posts`
--

INSERT INTO `posts` (`id`, `name`, `description`, `content`, `status`, `author_id`, `author_type`, `is_featured`, `image`, `views`, `format_type`, `created_at`, `updated_at`) VALUES
(1, 'Top 5 New Cars to Look Out for in 2024', 'Discover the most anticipated car models coming in 2024, featuring cutting-edge technology and stunning designs.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Et alias ducimus sint eos aut omnis. Sunt ab quo qui nesciunt. Ducimus voluptatibus ut et est modi voluptatem. A incidunt sit sit impedit animi vel. Alias assumenda pariatur consectetur eaque. Quis possimus qui qui. Quidem est recusandae aut possimus autem. Velit unde ea omnis. Odit sint dolor rerum omnis sed qui totam. Optio deserunt aliquam officiis qui.\" content_2=\"Harum minus dicta iusto occaecati ea velit. Autem molestiae quia accusamus deserunt cum enim qui. Quidem excepturi nihil praesentium doloribus. Ea ut adipisci accusamus ea officiis et in ipsa. Animi cumque eos et accusantium recusandae in omnis. Doloremque quidem quidem molestias esse quia nihil aut illo.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/images-14.jpeg', 1759, NULL, '2025-08-01 08:35:46', '2025-08-21 12:30:04'),
(2, 'How to Choose the Best Car Rental Service for Your Trip', 'A comprehensive guide on selecting the right car rental service based on your travel needs and budget.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Praesentium aut et inventore et quasi. Incidunt corrupti culpa consequatur repellat non quibusdam eum debitis. Assumenda dicta nihil qui tenetur distinctio voluptatem ipsa qui. Nisi sapiente est doloremque quis voluptate. Nihil odio nihil quasi quod est repellendus nihil. Enim beatae recusandae soluta dolor. Repellendus maxime at molestias ut nesciunt et.\" content_2=\"Qui iste ut officia itaque aut. Cumque dolorum perspiciatis iste nulla et. Laudantium vel rerum alias accusamus voluptatem odit voluptate. Odio sit quia fugit praesentium perspiciatis cupiditate consequatur.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/images-15.jpeg', 1126, NULL, '2025-08-01 08:35:46', '2025-08-21 12:30:15'),
(3, 'The Evolution of Electric Vehicles: A New Era', 'Explore how electric cars are transforming the auto industry and why they are the future of transportation.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Enim ut aut quasi nihil accusantium est. Aliquam nam velit in odio qui tenetur. Delectus quo nihil amet. Voluptas quis et quia reprehenderit beatae. Iure quam sed maxime nulla. Non ab velit inventore provident et quia maxime sit. Et et ullam voluptatem ab velit. Sit ipsum consequatur ullam commodi harum qui.\" content_2=\"Voluptatem repudiandae deleniti reprehenderit tempora est maxime. Ducimus voluptatum numquam unde sit sunt accusamus. Natus eveniet minus unde optio odio. Sit soluta provident esse aut ea enim et qui. Recusandae accusantium tempore qui sed inventore consequatur ducimus voluptatem. Porro deleniti veniam veritatis quia corporis in aut. Consequatur ut est tempora. Aut assumenda nesciunt est et.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/the-evolution-of-electric-vehicles-1024x585.png', 2137, NULL, '2025-08-01 08:35:46', '2025-08-21 12:30:27'),
(4, 'Leasing vs. Buying a Car: Which Is Right for You?', 'An in-depth comparison of leasing and buying a car, helping you decide which option suits your lifestyle.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Quis quas praesentium error architecto sed. Ut quae repellendus necessitatibus et nesciunt labore eveniet quo. Eos quod ea nesciunt recusandae voluptate expedita non. Qui et omnis sed et et quis sint. Et culpa eos libero qui. Expedita ipsa vel et nam nostrum quaerat vitae enim. Doloremque excepturi suscipit explicabo non mollitia. Neque tenetur itaque veniam reiciendis et.\" content_2=\"Odio quia fugit repellendus et tenetur laudantium repudiandae aut. Et corporis dignissimos voluptatum ut exercitationem adipisci sapiente. Dolor omnis aut iste velit. Cumque quo aliquid quos voluptatem. Voluptatem vitae quibusdam dolores corrupti consequuntur soluta libero et. Blanditiis consequatur quidem perspiciatis nihil.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/car-leasing-1000x687.jpg', 2251, NULL, '2025-08-01 08:35:46', '2025-08-21 12:30:39'),
(5, 'The Ultimate Road Trip Checklist', 'Everything you need to pack and check before embarking on an unforgettable road trip adventure.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Reprehenderit harum explicabo earum quia deleniti exercitationem. Similique tempore ut praesentium aut est similique. Praesentium esse corrupti ratione velit. Voluptatem praesentium eveniet sit culpa ipsam esse dolorum. Molestiae et reiciendis vero eos sint voluptas accusamus.\" content_2=\"Quam excepturi corporis voluptatem. Odit et dignissimos aut perferendis reprehenderit perferendis molestiae. Amet impedit provident temporibus quia voluptate numquam non. Eos eum itaque repudiandae adipisci. Id inventore nulla et facere et. Nisi enim tempore ex veritatis aliquid. Quaerat sit eveniet voluptatem autem.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'news/19-1920x1080.jpg', 201, NULL, '2025-08-01 08:35:46', '2025-08-21 12:30:50'),
(6, 'The Benefits of Renting a Luxury Car for Special Occasions', 'Find out why renting a luxury vehicle can make your events even more memorable and stylish.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Et corrupti aut ad quis repudiandae dicta. Amet et voluptas voluptatem dolorem. Voluptate illum id quis illo. Illum odio omnis voluptatum esse. Corporis fuga ut sed enim nesciunt. Iusto culpa ut quisquam saepe iusto id. Odit at id non et nesciunt repellat porro.\" content_2=\"Fuga numquam dolor quod sit vitae beatae corrupti. Omnis deserunt quos in unde et. Dicta molestiae repellat voluptate voluptates. Nihil sequi debitis dolorem ut velit. Deserunt et accusantium aliquid. Ipsum aliquam aut veritatis consectetur molestias. Consectetur fugiat tempore voluptatem accusamus et quas.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'news/istockphoto-1438308925-612x612-1.jpg', 1706, NULL, '2025-08-01 08:35:46', '2025-08-21 12:31:06'),
(7, 'Tips for Maintaining Your Car to Extend Its Lifespan', 'Essential tips on how to keep your car in top condition, ensuring it lasts longer and performs better.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Dolorem nam tempore sed accusantium est vel. Iure dolore ut nesciunt ex fugit voluptas. Iste blanditiis quis id. Exercitationem laborum est perferendis sit corporis nostrum minima. Repellat excepturi minima dolorem vel deleniti error voluptas. Eius ea illum neque cupiditate eum. Reprehenderit dolor tempora ut adipisci quisquam dolorum et et. Assumenda eos libero nesciunt omnis totam.\" content_2=\"Omnis cupiditate sed saepe voluptas provident. Magnam qui expedita saepe facilis voluptatem et repellat exercitationem. Facere rerum minus corporis atque quis quia. Dolorem voluptatem cumque quos quisquam voluptas. Animi laboriosam molestiae assumenda nihil facere. Non aperiam consequuntur iste unde. Omnis aut quasi nihil qui numquam aut.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'news/brand-new-electric-vehicle-production-600nw-2287564725.webp', 1423, NULL, '2025-08-01 08:35:46', '2025-08-21 12:31:18'),
(8, 'Top Safety Features to Look for in a Family Car', 'A guide to the latest safety innovations in family vehicles and how they protect your loved ones on the road.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Voluptatibus unde vel molestias dolor sit quia. Aut voluptas praesentium qui vel et rerum. Qui ipsum iste quo quod accusamus. Aut similique inventore sint ex. Asperiores alias eos inventore. Laudantium aut a architecto ratione. Et iusto sapiente mollitia corporis est rem hic. Consequatur sit accusantium harum corrupti quia nihil exercitationem. Eos culpa et ea earum alias.\" content_2=\"Qui autem iusto sequi aut molestiae quos commodi itaque. Impedit dicta autem dicta numquam ullam. Dolor cumque magni dolorem. Sed ut voluptatem suscipit modi aut officiis. Assumenda nemo earum velit. Ut recusandae quos magnam expedita quod. Non pariatur eligendi fuga praesentium soluta nihil rerum. Doloremque necessitatibus laudantium suscipit totam quis id at iusto.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/images-18.jpeg', 2209, NULL, '2025-08-01 08:35:46', '2025-08-21 12:31:59'),
(9, 'How Self-Driving Cars Are Changing the Future of Transportation', 'An overview of autonomous vehicles and the potential they have to reshape the way we travel.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Dolore non nemo fuga repellat. Exercitationem eum est non aspernatur quod molestias. Dolores officiis maiores commodi ut est velit et. Necessitatibus incidunt eum similique sed aut corrupti reiciendis. Non veniam quas architecto velit. Natus tempora facilis inventore incidunt animi.\" content_2=\"Minima et ducimus optio nisi perspiciatis. Ullam et recusandae quia enim. Sapiente similique incidunt vero consectetur perferendis quam doloremque nulla. Aliquid expedita est incidunt dolore. Error natus aut quam quasi sint. Ab rem in cum eos adipisci. Voluptas reprehenderit est et et. Provident corrupti quam unde quasi. Quas corrupti et quae eaque.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/blog-smart-car-and-autonomous-selfdriving-mode-vehicle-on-metro-city-road-picture-id877349122-hero-a.jpg', 872, NULL, '2025-08-01 08:35:46', '2025-08-21 12:31:44'),
(10, 'The Best Cars for Off-Road Adventures', 'Discover the top vehicles that offer exceptional performance on rough terrains for your next outdoor adventure.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Culpa inventore ad optio cumque possimus minus vel. Ratione aut distinctio ipsam et tempora. Iste facilis in optio doloribus dolorem. Nam repellat nemo voluptatum et illum impedit.\" content_2=\"Eligendi esse dolor ut aliquam est cum. Aut ex a doloremque. Et minima et eum quo suscipit neque. Et dolores neque sed similique incidunt illo. Vero veniam dicta praesentium sint tempore itaque laborum. Nostrum et voluptatem quod et suscipit. Quis reprehenderit enim officia aut. Deserunt corrupti harum porro error est facere officia nemo.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/mahindra-thar-1024x576.webp', 1356, NULL, '2025-08-01 08:35:46', '2025-08-21 12:31:31'),
(11, 'The Rise of Car Subscription Services', 'Learn about the growing trend of car subscription services and why more drivers are opting for this flexible alternative to car ownership.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Non enim laborum odio at autem enim. Error est esse libero qui eaque reiciendis dolor. Nam repellendus eveniet et. Sed voluptates ut dolorem et minus ipsum. Voluptas est rerum consectetur quia tempora id. Tempore enim perspiciatis et tempore voluptatibus. Blanditiis sapiente voluptatem recusandae alias est qui similique. Quos eveniet non sunt.\" content_2=\"Rerum voluptas illo et soluta. Nobis commodi in sunt et. Sed iusto illum ipsam nesciunt velit qui. Necessitatibus tempora beatae provident libero culpa qui. Odio sit laborum quod sed. Eaque repellat alias et animi veritatis sint quis. Aut deleniti sit eos adipisci placeat dolores.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/images-13.jpeg', 1827, NULL, '2025-08-01 08:35:46', '2025-08-21 12:27:57'),
(12, 'Eco-Friendly Driving Tips to Reduce Your Carbon Footprint', 'Simple strategies for eco-conscious drivers to minimize their environmental impact on the road.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Aliquam nemo dolorem sed quam animi. Sunt sint voluptas soluta blanditiis. Iure rerum dolorum at quo ad necessitatibus. Sit voluptatem eum dolore. Dolore ipsa blanditiis sint ab in iste incidunt. Neque optio iste et veniam reprehenderit dolores ut. Repellendus voluptatem nemo ut itaque et repudiandae.\" content_2=\"Facere voluptatibus mollitia error quisquam et et animi. Inventore ipsum in sequi neque a molestiae temporibus a. Iure assumenda veniam neque. Occaecati doloribus minima voluptas aspernatur.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/images-12.jpeg', 1910, NULL, '2025-08-01 08:35:46', '2025-08-21 12:27:18'),
(13, 'The Future of Car Sharing: Convenience at Your Fingertips', 'Explore how car sharing platforms are making it easier for people to access vehicles without the commitment of ownership.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Est est quia et omnis quis. Qui facilis reprehenderit sint aut non minima inventore. Sequi qui sequi ea inventore quidem ab nemo rem. Cumque molestias recusandae voluptas accusamus dolorem deserunt. Nam magnam rem at quaerat blanditiis et dolores.\" content_2=\"Magnam ea autem ratione odit. Inventore ea ipsam cum. Qui laboriosam rem in deleniti facilis sunt sint. Ea blanditiis odio aut eveniet dolorem ipsum. Quisquam blanditiis quod eveniet officiis quos delectus adipisci. Et voluptatem eum tempora eum et voluptate recusandae suscipit. Placeat autem rerum in dolor. Repudiandae id odio omnis.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/113984896.jpg', 996, NULL, '2025-08-01 08:35:46', '2025-08-21 12:27:30'),
(14, 'How to Get the Best Deals on Car Rentals During Holidays', 'Insider tips on how to save money and secure great deals when renting cars for your holiday travels.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Qui est delectus tenetur sed. Modi nam fugiat quo itaque velit fugiat inventore recusandae. Ut sit ut aut debitis dolorem. Et culpa quos fugit ut. Ut facere dolores consequatur aliquam quia officia in est. Aut aut adipisci aspernatur odit id tempora. Veniam rem dolor consequatur sit illum quas est. Molestiae provident quia dolor inventore consequuntur.\" content_2=\"Porro nihil vel vitae et minima quam totam. Aspernatur consequatur repellat eveniet et rerum. Laudantium doloremque quae odit quo quia. Repudiandae molestiae voluptas et omnis quasi. Rerum quae qui optio temporibus. Asperiores unde eos repudiandae et odio. Qui aut quo ea et hic exercitationem optio. Fugiat totam fuga molestiae et aspernatur sit.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/images-11.jpeg', 1388, NULL, '2025-08-01 08:35:46', '2025-08-21 12:28:10');
INSERT INTO `posts` (`id`, `name`, `description`, `content`, `status`, `author_id`, `author_type`, `is_featured`, `image`, `views`, `format_type`, `created_at`, `updated_at`) VALUES
(15, 'The Pros and Cons of Hybrid Vehicles', 'An analysis of the advantages and disadvantages of hybrid cars, helping you decide if they are the right choice for you.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Deleniti tempora aut excepturi illo quos suscipit quia. Molestias nisi sunt dolores. Sapiente dolores ipsam praesentium est ipsa cumque. Totam ut labore labore ipsam. Quisquam officia enim iusto commodi error. Molestias delectus non voluptatum dolorem.\" content_2=\"Quod sit adipisci natus illum aut ut expedita. Ut autem consectetur porro odio porro provident. Id quis nihil accusantium maiores. Quo debitis eos quaerat dolores. Libero aliquid voluptates quasi rerum. Et totam qui omnis quia ut ipsam. Sed harum magnam dolorem asperiores doloribus. Iure et aspernatur et ex asperiores ipsa illum.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/electric-hybrid-102-6606e5cea9494-1.jpeg', 1166, NULL, '2025-08-01 08:35:46', '2025-08-21 12:28:23'),
(16, 'How to Properly Clean and Detail Your Car', 'Step-by-step instructions on cleaning your car inside and out to keep it looking brand new.', '<h6>Determine Your Trip Purpose</h6>\n\n<p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p>\n\n[content-images quantity=\"2\" image_1=\"news/2.jpg\" image_2=\"news/9.jpg\"][/content-images]\n\n<h6>Consider the Number of Passengers and Luggage</h6>\n\n<p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p>\n\n<h6>Think About the Terrain and Weather Conditions</h6>\n\n<p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p>\n\n<h6>Assess Your Budget</h6>\n\n<p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p>\n\n<h6>Check for Special Requirements or Preferences</h6>\n\n[content-columns quantity=\"2\" content_1=\"Maiores ut id enim nemo quia minima. Quam libero sit et quos veniam ea. Inventore autem numquam excepturi officia minus quibusdam nisi. Tempore ea voluptatum earum. Sapiente vel libero voluptate laborum molestiae voluptates molestias. Eligendi a id voluptas neque molestias eius.\" content_2=\"Minus necessitatibus minima excepturi qui maxime. Aut nihil soluta saepe veritatis. Consectetur neque deleniti aliquam non aut et ullam. Aliquid in nobis ex quis nesciunt aliquam cum. Asperiores voluptatum repellendus qui fugiat dolores. Praesentium sunt occaecati magnam fugiat accusamus fuga sequi. Fugiat ipsa et est.\"][/content-columns]\n\n[content-images quantity=\"2\" image_1=\"news/2.jpg\" image_2=\"news/9.jpg\"][/content-images]\n\n<h6>Conclusion</h6>\n\n<p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>\n', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/images-7.jpeg', 2515, NULL, '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(17, 'Car Innovations: What to Expect in the Next 5 Years', 'A look at the technological advancements expected to revolutionize cars in the near future.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Commodi cumque dolor non in accusantium. Hic voluptate molestias dolor. Quod suscipit sed placeat ab animi quisquam et eum. Odio labore accusantium autem omnis. Nesciunt sit cum dolorem et voluptate. Autem quidem nesciunt sunt. Eligendi dolor voluptatum exercitationem nesciunt. Reiciendis omnis est itaque qui pariatur itaque ullam.\" content_2=\"Doloremque eos ut sed numquam. Pariatur voluptatem illum ipsa velit quas. Nisi illum nobis tempore ut nisi error. Itaque illo quia ut iusto eos id. Reprehenderit vel eius adipisci dicta. Ab debitis vel veniam maxime voluptas quia quo voluptatum. Modi laudantium sit dignissimos facilis architecto ratione.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/25-years-car-side-onpng.webp', 370, NULL, '2025-08-01 08:35:46', '2025-08-21 12:28:46'),
(18, 'The Ultimate Guide to Buying a Used Car', 'Everything you need to know about purchasing a used vehicle, from inspecting it to negotiating the best price.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Assumenda laboriosam quia in vel. Et hic maiores voluptas totam. Aut cum consequatur ullam eum architecto soluta inventore. Incidunt odit esse rerum id commodi iste ea. Nobis animi voluptatem illum voluptatem libero aut eligendi. Quas voluptatem ex eum minima aliquid maxime. Quaerat non aperiam aut voluptatibus veniam.\" content_2=\"Saepe in veniam culpa eaque rerum. Voluptas ut ut natus ut et corrupti beatae. Natus corrupti omnis sed reprehenderit esse. Veritatis doloribus unde maiores est molestiae sunt. Debitis dolorem non quisquam cum. Quibusdam placeat voluptas dolor delectus. Ab incidunt nihil accusamus quidem.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/61ve5cdifgl-ac-uf10001000-ql80.jpg', 244, NULL, '2025-08-01 08:35:46', '2025-08-21 12:29:08'),
(19, 'How to Plan a Cross-Country Trip with a Rented Car', 'Tips on organizing a successful cross-country road trip, including how to choose the right rental car.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Dicta aperiam asperiores quibusdam. Magni veritatis adipisci itaque officia qui. Alias tenetur atque tempore voluptatum soluta sed. Perferendis et ad recusandae et. Nobis molestias ut incidunt quae dicta et rerum. Voluptates accusantium unde vel. Nemo aut veritatis a et. At omnis autem et modi rerum.\" content_2=\"Ea eos est temporibus et. Explicabo velit blanditiis ut iure ut. Voluptate excepturi quia incidunt sit. Aut cumque magni harum ut cumque qui saepe. Quos qui consequatur saepe et. Molestiae eveniet possimus natus. Explicabo eos earum dolor porro aperiam dolores non.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/4a17324c0cdc150503c394ba27d9c772.jpg', 613, NULL, '2025-08-01 08:35:46', '2025-08-21 12:29:21'),
(20, 'What You Need to Know About Car Insurance Before Renting', 'An essential guide to understanding car rental insurance and how to choose the right coverage for your trip.', '<h6>Determine Your Trip Purpose</h6><p class=\"neutral-1000\">The first step in choosing the right rental car is to clearly define the purpose of your trip. Are you traveling alone or with family? Is it a business trip or a leisure vacation? The purpose of your trip will greatly influence the type of car you need. For instance, a compact car might be ideal for a solo business trip in a busy city, while a spacious SUV or minivan would be better suited for a family road trip.</p><h6>Consider the Number of Passengers and Luggage</h6><p>The number of passengers and the amount of luggage you need to carry are crucial factors in choosing a rental car. If you\'re traveling with a large group or have plenty of baggage, a larger vehicle like an SUV or minivan will provide the space and comfort you need. On the other hand, if you\'re traveling light or with just one other person, a compact or mid-size car may be more economical and easier to maneuver.</p><h6>Think About the Terrain and Weather Conditions</h6><p>Where you’re going plays a significant role in your choice of rental car. If you\'re planning to drive in a mountainous region or during winter, a vehicle with all-wheel drive (AWD) or four-wheel drive (4WD) might be necessary for safety. For urban areas with smooth roads, a standard sedan or compact car should suffice. Additionally, consider the climate; air conditioning is essential in hot climates, while heated seats can be a nice touch in colder regions.</p><h6>Assess Your Budget</h6><p>Your budget is another crucial factor when choosing a rental car. Rental rates vary depending on the vehicle type, rental duration, and additional services or features. Set a budget before you start comparing options and stick to it. Remember to factor in additional costs like insurance, fuel, and any extras such as GPS, child seats, or toll passes.</p><h6>Check for Special Requirements or Preferences</h6><shortcode>[content-columns quantity=\"2\" content_1=\"Qui quis exercitationem necessitatibus nulla voluptas. Ut dolor aut dicta itaque quia aut. Non est maiores dolores ducimus nisi dolores qui. Sapiente velit rerum consequuntur ipsa odio similique. Sunt aliquid vel ex et. Quis consequatur impedit itaque vero qui.\" content_2=\"Autem vel sequi soluta molestiae necessitatibus sed aliquam. Hic fugiat amet sed est. Saepe nemo est molestias dolor deleniti asperiores animi quia. Sunt labore et alias quidem. Ipsa vero ducimus sapiente sint. Nobis molestiae aut non quia. Eligendi quas omnis exercitationem eum consequatur ea. Suscipit ut qui consectetur quam unde ut voluptatem.\"][/content-columns]</shortcode><h6>Conclusion</h6><p>Choosing the right rental car involves more than just picking a vehicle that looks good. By considering the purpose of your trip, the number of passengers, the terrain, fuel efficiency, and your budget, you can select a car that will make your journey smooth, comfortable, and enjoyable. Take your time to compare options and book in advance to ensure you get the best vehicle for your needs. Whether you\'re hitting the open road or navigating city streets, the right rental car can make all the difference in your travel experience.</p>', 'published', 1, 'Botble\\ACL\\Models\\User', 1, 'cars/images-4.jpeg', 814, NULL, '2025-08-01 08:35:46', '2025-08-21 12:29:37');

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

--
-- Table structure for table `posts_translations`
--

CREATE TABLE `posts_translations` (
  `lang_code` varchar(20) NOT NULL,
  `posts_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL,
  `content` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `post_categories`
--

CREATE TABLE `post_categories` (
  `category_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `post_categories`
--

INSERT INTO `post_categories` (`category_id`, `post_id`) VALUES
(10, 1),
(3, 1),
(2, 2),
(9, 3),
(3, 3),
(10, 4),
(4, 5),
(6, 5),
(2, 6),
(8, 6),
(5, 7),
(2, 7),
(4, 8),
(8, 8),
(8, 9),
(4, 9),
(2, 10),
(9, 11),
(1, 11),
(1, 12),
(4, 12),
(1, 13),
(3, 13),
(3, 14),
(6, 14),
(6, 15),
(1, 15),
(3, 16),
(9, 16),
(5, 17),
(7, 17),
(10, 18),
(5, 18),
(1, 19),
(4, 19),
(4, 20),
(2, 20);

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

--
-- Table structure for table `post_tags`
--

CREATE TABLE `post_tags` (
  `tag_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `post_tags`
--

INSERT INTO `post_tags` (`tag_id`, `post_id`) VALUES
(7, 1),
(5, 1),
(3, 1),
(6, 2),
(9, 2),
(5, 2),
(8, 3),
(6, 3),
(7, 3),
(10, 4),
(2, 4),
(3, 4),
(10, 5),
(5, 5),
(8, 5),
(6, 6),
(4, 6),
(1, 6),
(8, 7),
(7, 7),
(9, 8),
(7, 8),
(6, 8),
(6, 9),
(7, 9),
(5, 9),
(2, 10),
(6, 10),
(1, 11),
(8, 11),
(5, 11),
(3, 12),
(8, 12),
(2, 12),
(1, 13),
(6, 13),
(10, 14),
(7, 14),
(1, 14),
(3, 15),
(2, 15),
(6, 15),
(1, 16),
(3, 16),
(5, 17),
(9, 17),
(1, 17),
(10, 18),
(5, 18),
(3, 18),
(2, 19),
(7, 19),
(6, 19),
(5, 20),
(1, 20),
(9, 20);

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

--
-- Table structure for table `push_notifications`
--

CREATE TABLE `push_notifications` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) NOT NULL,
  `message` text NOT NULL,
  `type` varchar(191) NOT NULL DEFAULT 'general',
  `target_type` varchar(191) DEFAULT NULL,
  `target_value` varchar(191) DEFAULT NULL,
  `action_url` varchar(191) DEFAULT NULL,
  `image_url` varchar(191) DEFAULT NULL,
  `data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`data`)),
  `status` varchar(191) NOT NULL DEFAULT 'sent',
  `sent_count` int(11) NOT NULL DEFAULT 0,
  `failed_count` int(11) NOT NULL DEFAULT 0,
  `delivered_count` int(11) NOT NULL DEFAULT 0,
  `read_count` int(11) NOT NULL DEFAULT 0,
  `scheduled_at` timestamp NULL DEFAULT NULL,
  `sent_at` timestamp NULL DEFAULT NULL,
  `created_by` bigint(20) UNSIGNED 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 `push_notification_recipients`
--

CREATE TABLE `push_notification_recipients` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `push_notification_id` bigint(20) UNSIGNED NOT NULL,
  `user_type` varchar(50) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `device_token` varchar(191) DEFAULT NULL,
  `platform` varchar(20) DEFAULT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'sent',
  `sent_at` timestamp NULL DEFAULT NULL,
  `delivered_at` timestamp NULL DEFAULT NULL,
  `read_at` timestamp NULL DEFAULT NULL,
  `clicked_at` timestamp NULL DEFAULT NULL,
  `fcm_response` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`fcm_response`)),
  `error_message` varchar(191) 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 `revisions`
--

CREATE TABLE `revisions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `revisionable_type` varchar(191) NOT NULL,
  `revisionable_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `key` varchar(120) NOT NULL,
  `old_value` text DEFAULT NULL,
  `new_value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `revisions`
--

INSERT INTO `revisions` (`id`, `revisionable_type`, `revisionable_id`, `user_id`, `key`, `old_value`, `new_value`, `created_at`, `updated_at`) VALUES
(1, 'Botble\\Page\\Models\\Page', 1, 1, 'description', NULL, '', '2025-08-19 08:53:48', '2025-08-19 08:53:48'),
(2, 'Botble\\Page\\Models\\Page', 27, 1, 'description', NULL, '', '2025-08-21 05:15:55', '2025-08-21 05:15:55'),
(3, 'Botble\\Page\\Models\\Page', 4, 1, 'image', NULL, 'about-us-bg.jpg', '2025-08-21 05:25:08', '2025-08-21 05:25:08'),
(4, 'Botble\\Page\\Models\\Page', 8, 1, 'description', NULL, '', '2025-08-21 05:25:47', '2025-08-21 05:25:47'),
(5, 'Botble\\Page\\Models\\Page', 9, 1, 'description', NULL, '', '2025-08-21 05:25:55', '2025-08-21 05:25:55'),
(6, 'Botble\\Page\\Models\\Page', 10, 1, 'description', NULL, '', '2025-08-21 05:26:03', '2025-08-21 05:26:03'),
(7, 'Botble\\Page\\Models\\Page', 12, 1, 'description', NULL, '', '2025-08-21 05:26:41', '2025-08-21 05:26:41'),
(8, 'Botble\\Page\\Models\\Page', 13, 1, 'template', NULL, 'default', '2025-08-21 05:26:51', '2025-08-21 05:26:51'),
(9, 'Botble\\Page\\Models\\Page', 13, 1, 'description', NULL, '', '2025-08-21 05:26:51', '2025-08-21 05:26:51'),
(10, 'Botble\\Page\\Models\\Page', 25, 1, 'description', NULL, '', '2025-08-21 05:28:03', '2025-08-21 05:28:03'),
(11, 'Botble\\Page\\Models\\Page', 24, 1, 'description', NULL, '', '2025-08-21 05:28:16', '2025-08-21 05:28:16'),
(12, 'Botble\\Page\\Models\\Page', 19, 1, 'description', NULL, '', '2025-08-21 05:28:20', '2025-08-21 05:28:20'),
(13, 'Botble\\Page\\Models\\Page', 23, 1, 'description', NULL, '', '2025-08-21 05:28:24', '2025-08-21 05:28:24'),
(14, 'Botble\\Page\\Models\\Page', 22, 1, 'description', NULL, '', '2025-08-21 05:28:36', '2025-08-21 05:28:36'),
(15, 'Botble\\Page\\Models\\Page', 21, 1, 'description', NULL, '', '2025-08-21 05:28:46', '2025-08-21 05:28:46'),
(16, 'Botble\\Page\\Models\\Page', 2, 1, 'description', NULL, '', '2025-08-21 05:29:08', '2025-08-21 05:29:08'),
(17, 'Botble\\Page\\Models\\Page', 1, 1, 'description', NULL, '', '2025-08-22 08:40:10', '2025-08-22 08:40:10');

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

--
-- Table structure for table `roles`
--

CREATE TABLE `roles` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `slug` varchar(120) NOT NULL,
  `name` varchar(120) NOT NULL,
  `permissions` text DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `created_by` bigint(20) UNSIGNED NOT NULL,
  `updated_by` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `roles`
--

INSERT INTO `roles` (`id`, `slug`, `name`, `permissions`, `description`, `is_default`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES
(1, 'admin', 'Master', '{\"announcements.index\":true,\"announcements.create\":true,\"announcements.edit\":true,\"announcements.destroy\":true,\"core.cms\":true,\"media.index\":true,\"files.index\":true,\"files.create\":true,\"files.edit\":true,\"files.trash\":true,\"files.destroy\":true,\"folders.index\":true,\"folders.create\":true,\"folders.edit\":true,\"folders.trash\":true,\"folders.destroy\":true,\"pages.index\":true,\"pages.create\":true,\"pages.edit\":true,\"pages.destroy\":true,\"plugins.blog\":true,\"posts.index\":true,\"posts.create\":true,\"posts.edit\":true,\"posts.destroy\":true,\"categories.index\":true,\"categories.create\":true,\"categories.edit\":true,\"categories.destroy\":true,\"tags.index\":true,\"tags.create\":true,\"tags.edit\":true,\"tags.destroy\":true,\"contacts.index\":true,\"contacts.edit\":true,\"contacts.destroy\":true,\"contact.custom-fields\":true,\"galleries.index\":true,\"galleries.create\":true,\"galleries.edit\":true,\"galleries.destroy\":true,\"car-rentals.attributes.index\":true,\"car-rentals.car-makes.index\":true,\"car-rentals.car-makes.create\":true,\"car-rentals.car-makes.edit\":true,\"car-rentals.car-makes.destroy\":true,\"car-rentals.car-types.index\":true,\"car-rentals.car-types.create\":true,\"car-rentals.car-types.edit\":true,\"car-rentals.car-types.destroy\":true,\"car-rentals.car-transmissions.index\":true,\"car-rentals.car-transmissions.create\":true,\"car-rentals.car-transmissions.edit\":true,\"car-rentals.car-transmissions.destroy\":true,\"car-rentals.car-fuels.index\":true,\"car-rentals.car-fuels.create\":true,\"car-rentals.car-fuels.edit\":true,\"car-rentals.car-fuels.destroy\":true,\"car-rentals.car-colors.index\":true,\"car-rentals.car-colors.create\":true,\"car-rentals.car-colors.edit\":true,\"car-rentals.car-colors.destroy\":true,\"car-rentals.car-maintenance-histories.index\":true,\"car-rentals.car-maintenance-histories.create\":true,\"car-rentals.car-maintenance-histories.edit\":true,\"car-rentals.car-maintenance-histories.destroy\":true,\"car-rentals.car-tags.index\":true,\"car-rentals.car-tags.create\":true,\"car-rentals.car-tags.edit\":true,\"car-rentals.car-tags.destroy\":true,\"car-rentals.car-categories.index\":true,\"car-rentals.car-categories.create\":true,\"car-rentals.car-categories.edit\":true,\"car-rentals.car-categories.destroy\":true,\"car-rentals.car-amenities.index\":true,\"car-rentals.car-amenities.create\":true,\"car-rentals.car-amenities.edit\":true,\"car-rentals.car-amenities.destroy\":true,\"car-rentals.car-addresses.index\":true,\"car-rentals.car-addresses.create\":true,\"car-rentals.car-addresses.edit\":true,\"car-rentals.car-addresses.destroy\":true,\"car-rentals.index\":true,\"car-rentals.cars.index\":true,\"car-rentals.cars.create\":true,\"car-rentals.cars.edit\":true,\"car-rentals.cars.destroy\":true,\"car-rentals.customers.index\":true,\"car-rentals.customers.create\":true,\"car-rentals.customers.edit\":true,\"car-rentals.customers.destroy\":true,\"car-rentals.bookings.index\":true,\"car-rentals.bookings.create\":true,\"car-rentals.bookings.edit\":true,\"car-rentals.bookings.destroy\":true,\"car-rentals.invoices.index\":true,\"car-rentals.invoices.create\":true,\"car-rentals.invoices.edit\":true,\"car-rentals.invoices.destroy\":true,\"car-rentals.reviews.index\":true,\"car-rentals.reviews.edit\":true,\"car-rentals.reviews.destroy\":true,\"car-rentals.coupons.index\":true,\"car-rentals.coupons.create\":true,\"car-rentals.coupons.edit\":true,\"car-rentals.coupons.destroy\":true,\"car-rentals.taxes.index\":true,\"car-rentals.taxes.create\":true,\"car-rentals.taxes.edit\":true,\"car-rentals.taxes.destroy\":true,\"car-rentals.services.index\":true,\"car-rentals.services.create\":true,\"car-rentals.services.edit\":true,\"car-rentals.services.destroy\":true,\"car-rentals.booking.reports.index\":true,\"car-rentals.booking.calendar.index\":true,\"car-rentals.message.index\":true,\"car-rentals.message.edit\":true,\"car-rentals.message.destroy\":true,\"plugin.faq\":true,\"faq.index\":true,\"faq.create\":true,\"faq.edit\":true,\"faq.destroy\":true,\"faq_category.index\":true,\"faq_category.create\":true,\"faq_category.edit\":true,\"faq_category.destroy\":true,\"fob-comment.index\":true,\"fob-comment.comments.index\":true,\"fob-comment.comments.edit\":true,\"fob-comment.comments.destroy\":true,\"fob-comment.comments.reply\":true,\"fob-comment.settings\":true,\"plugin.location\":true,\"country.index\":true,\"country.create\":true,\"country.edit\":true,\"country.destroy\":true,\"state.index\":true,\"state.create\":true,\"state.edit\":true,\"state.destroy\":true,\"city.index\":true,\"city.create\":true,\"city.edit\":true,\"city.destroy\":true,\"newsletter.index\":true,\"newsletter.destroy\":true,\"payment.index\":true,\"payments.settings\":true,\"payment.destroy\":true,\"payments.logs\":true,\"payments.logs.show\":true,\"payments.logs.destroy\":true,\"settings.index\":true,\"settings.common\":true,\"settings.options\":true,\"settings.email\":true,\"settings.media\":true,\"settings.admin-appearance\":true,\"settings.cache\":true,\"settings.datatables\":true,\"settings.email.rules\":true,\"optimize.settings\":true,\"settings.website-tracking\":true,\"languages.index\":true,\"languages.create\":true,\"languages.edit\":true,\"languages.destroy\":true,\"settings.others\":true,\"analytics.settings\":true,\"announcements.settings\":true,\"blog.settings\":true,\"captcha.settings\":true,\"contact.settings\":true,\"faqs.settings\":true,\"newsletter.settings\":true,\"social-login.settings\":true,\"sitemap.settings\":true,\"plugins.translation\":true,\"translations.locales\":true,\"translations.theme-translations\":true,\"translations.index\":true,\"api.settings\":true,\"api.sanctum-token.index\":true,\"api.sanctum-token.create\":true,\"api.sanctum-token.destroy\":true,\"simple-slider.index\":true,\"simple-slider.create\":true,\"simple-slider.edit\":true,\"simple-slider.destroy\":true,\"simple-slider-item.index\":true,\"simple-slider-item.create\":true,\"simple-slider-item.edit\":true,\"simple-slider-item.destroy\":true,\"simple-slider.settings\":true,\"core.system\":true,\"users.index\":true,\"users.create\":true,\"users.edit\":true,\"users.destroy\":true,\"roles.index\":true,\"roles.create\":true,\"roles.edit\":true,\"roles.destroy\":true,\"core.manage.license\":true,\"systems.cronjob\":true,\"plugins.index\":true,\"plugins.edit\":true,\"plugins.remove\":true,\"plugins.marketplace\":true,\"core.appearance\":true,\"menus.index\":true,\"menus.create\":true,\"menus.edit\":true,\"menus.destroy\":true,\"theme.index\":true,\"theme.activate\":true,\"theme.remove\":true,\"theme.options\":true,\"theme.custom-css\":true,\"theme.custom-js\":true,\"theme.custom-html\":true,\"theme.robots-txt\":true,\"widgets.index\":true,\"analytics.general\":true,\"analytics.page\":true,\"analytics.browser\":true,\"analytics.referrer\":true,\"audit-log.index\":true,\"audit-log.destroy\":true,\"backups.index\":true,\"backups.create\":true,\"backups.restore\":true,\"backups.destroy\":true,\"team.index\":true,\"team.create\":true,\"team.edit\":true,\"team.destroy\":true,\"testimonial.index\":true,\"testimonial.create\":true,\"testimonial.edit\":true,\"testimonial.destroy\":true,\"core.tools\":true,\"tools.data-synchronize\":true,\"posts.export\":true,\"posts.import\":true,\"translations.import\":true,\"translations.export\":true,\"property-translations.import\":true,\"property-translations.export\":true,\"theme-translations.export\":true,\"other-translations.export\":true,\"theme-translations.import\":true,\"other-translations.import\":true}', 'master users role', 1, 1, 1, '2025-08-01 08:35:40', '2025-08-22 08:29:38'),
(2, 'admin-demo', 'Admin Demo', '{\"announcements.index\":true,\"announcements.create\":true,\"announcements.edit\":true,\"announcements.destroy\":true,\"car-rentals.car-makes.index\":true,\"car-rentals.car-makes.create\":true,\"car-rentals.car-makes.edit\":true,\"car-rentals.car-types.index\":true,\"car-rentals.car-types.create\":true,\"car-rentals.car-types.edit\":true,\"car-rentals.car-transmissions.index\":true,\"car-rentals.car-transmissions.create\":true,\"car-rentals.car-transmissions.edit\":true,\"car-rentals.car-fuels.index\":true,\"car-rentals.car-fuels.create\":true,\"car-rentals.car-fuels.edit\":true,\"car-rentals.car-colors.index\":true,\"car-rentals.car-colors.create\":true,\"car-rentals.car-colors.edit\":true,\"car-rentals.car-maintenance-histories.index\":true,\"car-rentals.car-maintenance-histories.create\":true,\"car-rentals.car-maintenance-histories.edit\":true,\"car-rentals.car-tags.index\":true,\"car-rentals.car-tags.create\":true,\"car-rentals.car-tags.edit\":true,\"car-rentals.car-categories.index\":true,\"car-rentals.car-categories.create\":true,\"car-rentals.car-categories.edit\":true,\"car-rentals.car-amenities.index\":true,\"car-rentals.car-amenities.create\":true,\"car-rentals.car-amenities.edit\":true,\"car-rentals.car-addresses.index\":true,\"car-rentals.car-addresses.create\":true,\"car-rentals.car-addresses.edit\":true,\"car-rentals.cars.index\":true,\"car-rentals.cars.create\":true,\"car-rentals.cars.edit\":true,\"car-rentals.customers.index\":true,\"car-rentals.customers.create\":true,\"car-rentals.customers.edit\":true,\"car-rentals.bookings.index\":true,\"car-rentals.bookings.create\":true,\"car-rentals.bookings.edit\":true,\"car-rentals.invoices.index\":true,\"car-rentals.invoices.create\":true,\"car-rentals.invoices.edit\":true,\"car-rentals.reviews.index\":true,\"car-rentals.reviews.edit\":true,\"car-rentals.coupons.index\":true,\"car-rentals.coupons.create\":true,\"car-rentals.coupons.edit\":true,\"car-rentals.taxes.index\":true,\"car-rentals.taxes.create\":true,\"car-rentals.taxes.edit\":true,\"car-rentals.services.index\":true,\"car-rentals.services.create\":true,\"car-rentals.services.edit\":true,\"car-rentals.booking.reports.index\":true,\"car-rentals.booking.calendar.index\":true,\"car-rentals.message.index\":true,\"car-rentals.message.edit\":true,\"faq.index\":true,\"faq.create\":true,\"faq.edit\":true,\"faq_category.index\":true,\"faq_category.create\":true,\"faq_category.edit\":true,\"fob-comment.comments.index\":true,\"country.index\":true,\"country.create\":true,\"country.edit\":true,\"state.index\":true,\"state.create\":true,\"state.edit\":true,\"city.index\":true,\"city.create\":true,\"city.edit\":true,\"payments.logs\":true,\"payments.logs.show\":true,\"simple-slider.create\":true,\"simple-slider.edit\":true,\"simple-slider-item.index\":true,\"simple-slider-item.create\":true,\"simple-slider-item.edit\":true,\"testimonial.create\":true,\"testimonial.edit\":true}', 'Admin Demo', 0, 1, 1, '2025-08-22 08:34:09', '2025-08-22 08:38:11');

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

--
-- Table structure for table `role_users`
--

CREATE TABLE `role_users` (
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `role_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `role_users`
--

INSERT INTO `role_users` (`user_id`, `role_id`, `created_at`, `updated_at`) VALUES
(3, 2, '2025-08-22 08:35:08', '2025-08-22 08:35:08');

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

--
-- Table structure for table `sessions`
--

CREATE TABLE `sessions` (
  `id` varchar(191) NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `payload` longtext NOT NULL,
  `last_activity` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `settings`
--

CREATE TABLE `settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(191) NOT NULL,
  `value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `settings`
--

INSERT INTO `settings` (`id`, `key`, `value`, `created_at`, `updated_at`) VALUES
(1, 'media_random_hash', '2b9d3ac65d8a893069e1b51c3f237af3', NULL, '2025-08-22 05:35:52'),
(2, 'api_enabled', '1', NULL, '2025-08-22 05:35:52'),
(3, 'activated_plugins', '[\"language\",\"language-advanced\",\"analytics\",\"announcement\",\"audit-log\",\"backup\",\"blog\",\"captcha\",\"car-rentals\",\"contact\",\"cookie-consent\",\"faq\",\"fob-comment\",\"gallery\",\"location\",\"newsletter\",\"payment\",\"paypal\",\"paystack\",\"razorpay\",\"simple-slider\",\"social-login\",\"sslcommerz\",\"stripe\",\"team\",\"testimonial\",\"translation\"]', NULL, '2025-08-22 05:35:52'),
(4, 'theme', 'carento', NULL, '2025-08-22 05:35:52'),
(5, 'show_admin_bar', '1', NULL, '2025-08-22 05:35:52'),
(6, 'admin_logo', 'general/dark.png', NULL, '2025-08-22 05:35:52'),
(7, 'admin_favicon', 'general/icon.png', NULL, '2025-08-22 05:35:52'),
(8, 'permalink-botble-blog-models-post', 'news', NULL, '2025-08-22 05:35:52'),
(9, 'permalink-botble-blog-models-category', 'news', NULL, '2025-08-22 05:35:52'),
(10, 'payment_cod_status', '1', NULL, '2025-08-22 05:35:52'),
(11, 'payment_cod_description', 'Please pay money directly to the postman, if you choose cash on delivery method (COD).', NULL, '2025-08-22 05:35:52'),
(12, 'payment_bank_transfer_status', '1', NULL, '2025-08-22 05:35:52'),
(13, 'payment_bank_transfer_description', 'Please send money to our bank account: ACB - 69270 213 19.', NULL, '2025-08-22 05:35:52'),
(14, 'payment_stripe_payment_type', 'stripe_checkout', NULL, '2025-08-22 05:35:52'),
(15, 'language_switcher_display', 'dropdown', NULL, '2025-08-22 05:35:52'),
(16, 'car_rentals_company_name_for_invoicing', 'MXCar', NULL, '2025-08-22 05:35:52'),
(17, 'car_rentals_company_logo_for_invoicing', 'general/logo.png', NULL, '2025-08-22 05:35:52'),
(18, 'car_rentals_company_address_for_invoicing', '123, My Street, Kingston, New York', NULL, '2025-08-22 05:35:52'),
(19, 'car_rentals_company_email_for_invoicing', 'biz@miracuves.com', NULL, '2025-08-22 05:35:52'),
(20, 'car_rentals_company_phone_for_invoicing', '123456789', NULL, '2025-08-22 05:35:52'),
(21, 'car_rentals_enabled_review', '1', NULL, '2025-08-22 05:35:52'),
(22, 'car_rentals_enabled_multi_vendor', '1', NULL, '2025-08-22 05:35:52'),
(23, 'simple_slider_using_assets', '0', NULL, '2025-08-22 05:35:52'),
(24, 'theme-carento-site_title', 'MXCar - Car Rentals Platform', NULL, '2025-08-22 05:35:52'),
(25, 'theme-carento-seo_description', 'MXCar is a robust Laravel script for managing car rental businesses, featuring advanced booking, real-time vehicle availability, and customizable options for efficient operations.', NULL, '2025-08-22 05:35:52'),
(26, 'theme-carento-copyright', '©%Y MXCar. All Rights Reserved.', NULL, '2025-08-22 05:35:52'),
(27, 'theme-carento-favicon', 'general/icon.png', NULL, '2025-08-22 05:35:52'),
(28, 'theme-carento-logo', 'general/light.png', NULL, '2025-08-22 05:35:52'),
(29, 'theme-carento-logo_dark', 'general/dark.png', NULL, '2025-08-22 05:35:52'),
(30, 'theme-carento-logo_height', '40', NULL, '2025-08-22 05:35:52'),
(31, 'theme-carento-primary_font', 'Urbanist', NULL, '2025-08-22 05:35:52'),
(32, 'theme-carento-secondary_font', 'Urbanist', NULL, '2025-08-22 05:35:52'),
(33, 'theme-carento-primary_color', 'rgb(204, 65, 37)', NULL, '2025-08-22 05:35:52'),
(34, 'theme-carento-primary_color_hover', 'rgb(151, 31, 7)', NULL, '2025-08-22 05:35:52'),
(35, 'theme-carento-secondary_color', 'rgba(45, 74, 44, 0.6)', NULL, '2025-08-22 05:35:52'),
(36, 'theme-carento-heading_color', '#000000', NULL, '2025-08-22 05:35:52'),
(37, 'theme-carento-text_color', '#454545', NULL, '2025-08-22 05:35:52'),
(38, 'theme-carento-header_top_background_color', '#000000', NULL, '2025-08-22 05:35:52'),
(39, 'theme-carento-header_top_text_color', '#ffffff', NULL, '2025-08-22 05:35:52'),
(40, 'theme-carento-is_header_transparent', '1', NULL, '2025-08-22 05:35:52'),
(41, 'theme-carento-preloader_enabled', 'yes', NULL, '2025-08-22 05:35:52'),
(42, 'theme-carento-preloader_version', 'v1', NULL, '2025-08-22 05:35:52'),
(43, 'theme-carento-breadcrumb_background_image', 'backgrounds/service-bg.jpg', NULL, '2025-08-22 05:35:52'),
(44, 'theme-carento-homepage_id', '1', NULL, '2025-08-22 05:35:52'),
(45, 'theme-carento-blog_page_id', '2', NULL, '2025-08-22 05:35:52'),
(46, 'theme-carento-blog_post_list_page_title', 'Recent Posts', NULL, '2025-08-22 05:35:52'),
(47, 'theme-carento-blog_post_list_page_description', 'Favorite vehicles based on customer reviews', NULL, '2025-08-22 05:35:52'),
(48, 'theme-carento-blog_post_gird_items_per_row', '2', NULL, '2025-08-22 05:35:52'),
(49, 'theme-carento-blog_post_style', 'grid', NULL, '2025-08-22 05:35:52'),
(50, 'theme-carento-social_links', '[[{\"key\":\"name\",\"value\":\"Facebook\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-facebook\"},{\"key\":\"url\",\"value\":\"https:\\/\\/www.facebook.com\"}],[{\"key\":\"name\",\"value\":\"X (Twitter)\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-x\"},{\"key\":\"url\",\"value\":\"https:\\/\\/x.com\"}],[{\"key\":\"name\",\"value\":\"YouTube\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-youtube\"},{\"key\":\"url\",\"value\":\"https:\\/\\/www.youtube.com\"}],[{\"key\":\"name\",\"value\":\"Instagram\"},{\"key\":\"icon\",\"value\":\"ti ti-brand-linkedin\"},{\"key\":\"url\",\"value\":\"https:\\/\\/www.linkedin.com\"}]]', NULL, '2025-08-22 05:35:52'),
(51, 'theme-carento-footer_text_color', '#8e8e8e', NULL, '2025-08-22 05:35:52'),
(52, 'theme-carento-footer_heading_color', '#ffffff', NULL, '2025-08-22 05:35:52'),
(53, 'theme-carento-footer_border_color', '#5756567d', NULL, '2025-08-22 05:35:52'),
(54, 'theme-carento-footer_background_color', '#000000', NULL, '2025-08-22 05:35:52'),
(55, 'theme-carento-newsletter_popup_enable', '1', NULL, '2025-08-22 05:35:52'),
(56, 'theme-carento-newsletter_popup_image', 'backgrounds/newsletter-bg.jpg', NULL, '2025-08-22 05:35:52'),
(57, 'theme-carento-newsletter_popup_title', 'Special Offers', NULL, '2025-08-22 05:35:52'),
(58, 'theme-carento-newsletter_popup_subtitle', 'Newsletter', NULL, '2025-08-22 05:35:52'),
(59, 'theme-carento-newsletter_popup_description', 'Special Offer: Rent Your Car Today!', NULL, '2025-08-22 05:35:52'),
(60, 'theme-carento-number_of_cars_per_page', '30', NULL, '2025-08-22 05:35:52'),
(61, 'language_hide_default', '1', NULL, '2025-08-22 05:35:52'),
(62, 'language_display', 'all', NULL, '2025-08-22 05:35:52'),
(63, 'language_hide_languages', '[]', NULL, '2025-08-22 05:35:52'),
(64, 'announcement_max_width', '1210', NULL, '2025-08-22 05:35:52'),
(65, 'announcement_text_color', '#FFFFFF', NULL, '2025-08-22 05:35:52'),
(66, 'announcement_background_color', 'transparent', NULL, '2025-08-22 05:35:52'),
(67, 'announcement_text_alignment', 'start', NULL, '2025-08-22 05:35:52'),
(68, 'announcement_dismissible', '1', NULL, '2025-08-22 05:35:52'),
(69, 'announcement_font_size', '14', NULL, '2025-08-22 05:35:52'),
(70, 'announcement_font_size_unit', 'px', NULL, '2025-08-22 05:35:52'),
(71, 'announcement_placement', 'theme', NULL, '2025-08-22 05:35:52'),
(72, 'licensed_to', 'myemail@gmail.com', NULL, '2025-08-22 05:35:52'),
(73, 'membership_authorization_at', '2025-08-19 05:54:32', NULL, '2025-08-22 05:35:52'),
(74, 'theme-carento-admin_logo', 'general/dark.png', NULL, '2025-08-22 05:35:52'),
(75, 'theme-carento-admin_favicon', 'general/icon.png', NULL, '2025-08-22 05:35:52'),
(76, 'is_completed_get_started', '1', NULL, '2025-08-22 05:35:52'),
(77, 'theme-carento-show_site_name', '0', NULL, '2025-08-22 05:35:52'),
(78, 'theme-carento-site_title_separator', '-', NULL, '2025-08-22 05:35:52'),
(79, 'theme-carento-seo_title', '', NULL, '2025-08-22 05:35:52'),
(80, 'theme-carento-seo_index', '1', NULL, '2025-08-22 05:35:52'),
(81, 'theme-carento-seo_og_image', '', NULL, '2025-08-22 05:35:52'),
(82, 'theme-carento-term_and_privacy_policy_url', '', NULL, '2025-08-22 05:35:52'),
(83, 'theme-carento-lazy_load_images', '0', NULL, '2025-08-22 05:35:52'),
(84, 'theme-carento-lazy_load_placeholder_image', '', NULL, '2025-08-22 05:35:53'),
(85, 'theme-carento-date_format', 'M d, Y', NULL, '2025-08-22 05:35:53'),
(86, 'theme-carento-default_theme_color_mode', 'light', NULL, '2025-08-22 05:35:53'),
(87, 'theme-carento-hide_theme_mode_switcher', 'no', NULL, '2025-08-22 05:35:53'),
(88, 'theme-carento-primary_badge_background_color', '#d8f4db', NULL, '2025-08-22 05:35:53'),
(89, 'theme-carento-favicon_type', 'image/x-icon', NULL, '2025-08-22 05:35:53'),
(90, 'cache_admin_menu_enable', '0', NULL, '2025-08-22 05:35:53'),
(91, 'enable_cache_site_map', '1', NULL, '2025-08-22 05:35:53'),
(92, 'cache_front_menu_enabled', '0', NULL, '2025-08-22 05:35:53'),
(93, 'cache_user_avatar_enabled', '0', NULL, '2025-08-22 05:35:53'),
(94, 'shortcode_cache_enabled', '0', NULL, '2025-08-22 05:35:53'),
(95, 'widget_cache_enabled', '0', NULL, '2025-08-22 05:35:53'),
(96, 'plugin_cache_enabled', '0', NULL, '2025-08-22 05:35:53'),
(97, 'cache_time_site_map', '60', NULL, '2025-08-22 05:35:53'),
(98, 'shortcode_cache_ttl', '1800', NULL, '2025-08-22 05:35:53'),
(99, 'widget_cache_ttl', '1800', NULL, '2025-08-22 05:35:53'),
(100, 'api_key', 'BDDaLR36NKlTn9qeGq9DoF0ojGvNa4m6', NULL, '2025-08-22 05:35:53'),
(101, 'push_notifications_enabled', '1', NULL, '2025-08-22 05:35:53'),
(102, 'fcm_project_id', 'mxcar-c4494', NULL, '2025-08-22 05:35:53'),
(103, 'fcm_service_account_path', 'firebase/service-account-mxcar-c4494-1755773183.json', NULL, '2025-08-22 05:35:53'),
(104, 'default_payment_method', 'stripe', NULL, '2025-08-22 05:35:53'),
(105, 'payment_stripe_name', 'Pay online via Stripe', NULL, '2025-08-22 05:35:53'),
(106, 'payment_stripe_description', 'Payment with Stripe', NULL, '2025-08-22 05:35:53'),
(107, 'payment_stripe_logo', '', NULL, '2025-08-22 05:35:53'),
(108, 'payment_stripe_fee', '0', NULL, '2025-08-22 05:35:53'),
(109, 'payment_stripe_fee_type', 'fixed', NULL, '2025-08-22 05:35:53'),
(110, 'payment_stripe_client_id', 'pk_test_51I6GGiCGv1sRiQlEOisPKrjBqQqqcFsw8mXNaZ2H2baN6R01NulFS7dKFji1NRRxuchoUTEDdB7ujKcyKYSVc0z500eth7otOM', NULL, '2025-08-22 05:35:53'),
(111, 'payment_stripe_secret', 'sk_test_51I6GGiCGv1sRiQlEi5v1or9eR0HVbuzdMd2rW4n3DxC8UKfz66R4X6n4yYkzvI2LeAIuRU9H99ZpY7XCNFC9xMs500vBjZGkKG', NULL, '2025-08-22 05:35:53'),
(112, 'payment_stripe_webhook_secret', 'whsec_lUmit1gtxwKTveLnSe88xCSDdnPOt8g5', NULL, '2025-08-22 05:35:53'),
(113, 'payment_stripe_available_countries_checkall', '1', NULL, '2025-08-22 05:35:53'),
(114, 'payment_stripe_available_countries', '[\"AF\",\"AX\",\"AL\",\"DZ\",\"AS\",\"AD\",\"AO\",\"AI\",\"AQ\",\"AG\",\"AR\",\"AM\",\"AW\",\"AU\",\"AT\",\"AZ\",\"BS\",\"BH\",\"BD\",\"BB\",\"BY\",\"BE\",\"PW\",\"BZ\",\"BJ\",\"BM\",\"BT\",\"BO\",\"BQ\",\"BA\",\"BW\",\"BV\",\"BR\",\"IO\",\"BN\",\"BG\",\"BF\",\"BI\",\"KH\",\"CM\",\"CA\",\"CV\",\"KY\",\"CF\",\"TD\",\"CL\",\"CN\",\"CX\",\"CC\",\"CO\",\"KM\",\"CG\",\"CD\",\"CK\",\"CR\",\"HR\",\"CU\",\"CW\",\"CY\",\"CZ\",\"DK\",\"DJ\",\"DM\",\"DO\",\"EC\",\"EG\",\"SV\",\"GQ\",\"ER\",\"EE\",\"ET\",\"FK\",\"FO\",\"FJ\",\"FI\",\"FR\",\"GF\",\"PF\",\"TF\",\"GA\",\"GM\",\"GE\",\"DE\",\"GH\",\"GI\",\"GR\",\"GL\",\"GD\",\"GP\",\"GU\",\"GT\",\"GG\",\"GN\",\"GW\",\"GY\",\"HT\",\"HM\",\"HN\",\"HK\",\"HU\",\"IS\",\"IN\",\"ID\",\"IR\",\"IQ\",\"IE\",\"IM\",\"IL\",\"IT\",\"CI\",\"JM\",\"JP\",\"JE\",\"JO\",\"KZ\",\"KE\",\"KI\",\"KW\",\"XK\",\"KG\",\"LA\",\"LV\",\"LB\",\"LS\",\"LR\",\"LY\",\"LI\",\"LT\",\"LU\",\"MO\",\"MK\",\"MG\",\"MW\",\"MY\",\"MV\",\"ML\",\"MT\",\"MH\",\"MQ\",\"MR\",\"MU\",\"YT\",\"MX\",\"FM\",\"MD\",\"MC\",\"MN\",\"ME\",\"MS\",\"MA\",\"MZ\",\"MM\",\"NA\",\"NR\",\"NP\",\"NL\",\"NC\",\"NZ\",\"NI\",\"NE\",\"NG\",\"NU\",\"NF\",\"MP\",\"KP\",\"NO\",\"OM\",\"PK\",\"PS\",\"PA\",\"PG\",\"PY\",\"PE\",\"PH\",\"PN\",\"PL\",\"PT\",\"PR\",\"QA\",\"RE\",\"RO\",\"RU\",\"RW\",\"BL\",\"SH\",\"KN\",\"LC\",\"MF\",\"SX\",\"PM\",\"VC\",\"SM\",\"ST\",\"SA\",\"SN\",\"RS\",\"SC\",\"SL\",\"SG\",\"SK\",\"SI\",\"SB\",\"SO\",\"ZA\",\"GS\",\"KR\",\"SS\",\"ES\",\"LK\",\"SD\",\"SR\",\"SJ\",\"SZ\",\"SE\",\"CH\",\"SY\",\"TW\",\"TJ\",\"TZ\",\"TH\",\"TL\",\"TG\",\"TK\",\"TO\",\"TT\",\"TN\",\"TR\",\"TM\",\"TC\",\"TV\",\"UG\",\"UA\",\"AE\",\"GB\",\"US\",\"UM\",\"UY\",\"UZ\",\"VU\",\"VA\",\"VE\",\"VN\",\"VG\",\"VI\",\"WF\",\"EH\",\"WS\",\"YE\",\"ZM\",\"ZW\"]', NULL, '2025-08-22 05:35:53'),
(115, 'payment_stripe_status', '1', NULL, '2025-08-22 05:35:53');

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

--
-- Table structure for table `simple_sliders`
--

CREATE TABLE `simple_sliders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `key` varchar(120) NOT NULL,
  `description` varchar(400) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `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 `simple_sliders`
--

INSERT INTO `simple_sliders` (`id`, `name`, `key`, `description`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Home slider', 'home-slider', 'The main slider on homepage', 'published', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(2, 'Home slider 02', 'home-slider-02', 'The slider in homepage page 2', 'published', '2025-08-01 08:36:45', '2025-08-01 08:36:45');

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

--
-- Table structure for table `simple_slider_items`
--

CREATE TABLE `simple_slider_items` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `simple_slider_id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) DEFAULT NULL,
  `image` varchar(191) NOT NULL,
  `link` varchar(191) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `order` int(10) UNSIGNED 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 `simple_slider_items`
--

INSERT INTO `simple_slider_items` (`id`, `simple_slider_id`, `title`, `image`, `link`, `description`, `order`, `created_at`, `updated_at`) VALUES
(1, 1, 'Find your next vehicle today', 'sliders/banner-1.jpg', '/', 'Browse our diverse inventory and enjoy a seamless buying experience <br> with expert support every step of the way', 0, '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(2, 1, 'Discover your next ride today', 'sliders/banner-2.jpg', '/', 'Explore our wide selection and enjoy a smooth purchasing journey, <br> with expert assistance at every turn', 1, '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(3, 2, 'CAR REVIEW', 'sliders/img-1-1.jpg', '/', 'The Tucson Plug-in Hybrid is easy to drive and provides a sufficient all-electric range.', 0, '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(4, 2, 'CAR REVIEW', 'sliders/img-1.jpg', '/', 'The Tucson Plug-in Hybrid is easy to drive and provides a sufficient all-electric range.', 1, '2025-08-01 08:36:45', '2025-08-01 08:36:45');

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

--
-- Table structure for table `slugs`
--

CREATE TABLE `slugs` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(191) NOT NULL,
  `reference_id` bigint(20) UNSIGNED NOT NULL,
  `reference_type` varchar(191) NOT NULL,
  `prefix` varchar(120) DEFAULT '',
  `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 `slugs`
--

INSERT INTO `slugs` (`id`, `key`, `reference_id`, `reference_type`, `prefix`, `created_at`, `updated_at`) VALUES
(1, 'homepage', 1, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(2, 'blog', 2, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(3, 'contact', 3, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(4, 'services', 4, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(5, 'pricing', 5, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(6, 'about-us', 6, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(7, 'car-list-1', 7, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(8, 'car-list-2', 8, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(9, 'car-list-3', 9, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(10, 'car-list-4', 10, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(11, 'agencies', 11, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(12, 'faqs', 12, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(13, 'brands', 13, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(14, 'our-awards', 14, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(15, 'copyright-notices', 15, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(16, 'terms-of-use', 16, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(17, 'privacy-notice', 17, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(18, 'lost-found', 18, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(19, 'car-rental-services', 19, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(20, 'vehicle-leasing-options', 20, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(21, 'long-term-car-rentals', 21, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(22, 'car-sales-and-trade-ins', 22, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(23, 'luxury-car-rentals', 23, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(24, 'rent-to-own-programs', 24, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(25, 'fleet-management-solutions', 25, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(26, 'affiliates', 26, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(27, 'travel-agents', 27, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(28, 'aarp-members', 28, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(29, 'points-programs', 29, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(30, 'military-veterans', 30, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(31, 'work-with-us', 31, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(32, 'advertise-with-us', 32, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(33, 'forum-support', 33, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(34, 'help-center', 34, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(35, 'live-chat', 35, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(36, 'how-it-works', 36, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(37, 'security', 37, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(38, 'refund-policy', 38, 'Botble\\Page\\Models\\Page', '', '2025-08-01 08:35:40', '2025-08-01 08:35:40'),
(39, 'new-cars', 1, 'Botble\\Blog\\Models\\Category', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(40, 'car-rentals', 2, 'Botble\\Blog\\Models\\Category', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(41, 'electric-vehicles', 3, 'Botble\\Blog\\Models\\Category', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(42, 'car-maintenance', 4, 'Botble\\Blog\\Models\\Category', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(43, 'road-trips', 5, 'Botble\\Blog\\Models\\Category', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(44, 'luxury-cars', 6, 'Botble\\Blog\\Models\\Category', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(45, 'family-cars', 7, 'Botble\\Blog\\Models\\Category', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(46, 'off-road-vehicles', 8, 'Botble\\Blog\\Models\\Category', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(47, 'hybrid-cars', 9, 'Botble\\Blog\\Models\\Category', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(48, 'car-innovations', 10, 'Botble\\Blog\\Models\\Category', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(49, '2024-cars', 1, 'Botble\\Blog\\Models\\Tag', 'tag', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(50, 'car-leasing', 2, 'Botble\\Blog\\Models\\Tag', 'tag', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(51, 'self-driving-cars', 3, 'Botble\\Blog\\Models\\Tag', 'tag', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(52, 'eco-friendly', 4, 'Botble\\Blog\\Models\\Tag', 'tag', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(53, 'car-subscription', 5, 'Botble\\Blog\\Models\\Tag', 'tag', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(54, 'car-insurance', 6, 'Botble\\Blog\\Models\\Tag', 'tag', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(55, 'used-cars', 7, 'Botble\\Blog\\Models\\Tag', 'tag', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(56, 'car-detailing', 8, 'Botble\\Blog\\Models\\Tag', 'tag', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(57, 'holiday-rentals', 9, 'Botble\\Blog\\Models\\Tag', 'tag', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(58, 'cross-country-trips', 10, 'Botble\\Blog\\Models\\Tag', 'tag', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(59, 'top-5-new-cars-to-look-out-for-in-2024', 1, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(60, 'how-to-choose-the-best-car-rental-service-for-your-trip', 2, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(61, 'the-evolution-of-electric-vehicles-a-new-era', 3, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(62, 'leasing-vs-buying-a-car-which-is-right-for-you', 4, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(63, 'the-ultimate-road-trip-checklist', 5, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(64, 'the-benefits-of-renting-a-luxury-car-for-special-occasions', 6, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(65, 'tips-for-maintaining-your-car-to-extend-its-lifespan', 7, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(66, 'top-safety-features-to-look-for-in-a-family-car', 8, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(67, 'how-self-driving-cars-are-changing-the-future-of-transportation', 9, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(68, 'the-best-cars-for-off-road-adventures', 10, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(69, 'the-rise-of-car-subscription-services', 11, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(70, 'eco-friendly-driving-tips-to-reduce-your-carbon-footprint', 12, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(71, 'the-future-of-car-sharing-convenience-at-your-fingertips', 13, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(72, 'how-to-get-the-best-deals-on-car-rentals-during-holidays', 14, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(73, 'the-pros-and-cons-of-hybrid-vehicles', 15, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(74, 'how-to-properly-clean-and-detail-your-car', 16, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(75, 'car-innovations-what-to-expect-in-the-next-5-years', 17, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(76, 'the-ultimate-guide-to-buying-a-used-car', 18, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(77, 'how-to-plan-a-cross-country-trip-with-a-rented-car', 19, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(78, 'what-you-need-to-know-about-car-insurance-before-renting', 20, 'Botble\\Blog\\Models\\Post', 'news', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(79, 'stunning-electric-cars-of-2024', 1, 'Botble\\Gallery\\Models\\Gallery', 'galleries', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(80, 'top-luxury-cars-for-special-occasions', 2, 'Botble\\Gallery\\Models\\Gallery', 'galleries', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(81, 'family-cars-with-advanced-safety-features', 3, 'Botble\\Gallery\\Models\\Gallery', 'galleries', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(82, 'off-road-vehicles-in-action', 4, 'Botble\\Gallery\\Models\\Gallery', 'galleries', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(83, 'the-evolution-of-car-design-a-visual-journey', 5, 'Botble\\Gallery\\Models\\Gallery', 'galleries', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(84, 'best-road-trip-cars-of-the-year', 6, 'Botble\\Gallery\\Models\\Gallery', 'galleries', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(85, 'exclusive-new-car-models-unveiled', 7, 'Botble\\Gallery\\Models\\Gallery', 'galleries', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(86, 'iconic-cars-from-around-the-world', 8, 'Botble\\Gallery\\Models\\Gallery', 'galleries', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(87, 'the-future-of-electric-and-hybrid-cars', 9, 'Botble\\Gallery\\Models\\Gallery', 'galleries', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(88, 'luxury-car-interiors-a-closer-look', 10, 'Botble\\Gallery\\Models\\Gallery', 'galleries', '2025-08-01 08:35:49', '2025-08-01 08:35:49'),
(89, 'devon-lane', 1, 'Botble\\Team\\Models\\Team', 'teams', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(90, 'marvin-mckinney', 2, 'Botble\\Team\\Models\\Team', 'teams', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(91, 'ronald-richards', 3, 'Botble\\Team\\Models\\Team', 'teams', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(92, 'cameron-williamson', 4, 'Botble\\Team\\Models\\Team', 'teams', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(93, 'alicia-sanders', 5, 'Botble\\Team\\Models\\Team', 'teams', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(94, 'ethan-wright', 6, 'Botble\\Team\\Models\\Team', 'teams', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(95, 'isabella-johnson', 7, 'Botble\\Team\\Models\\Team', 'teams', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(96, 'liam-brown', 8, 'Botble\\Team\\Models\\Team', 'teams', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(97, 'toyota-camry-xle-hybrid-2024', 1, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(98, 'honda-accord-sport-20t-2024', 2, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(99, 'mercedes-benz-c300-4matic-2024', 3, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(100, 'bmw-330i-xdrive-m-sport-2024', 4, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(101, 'lexus-es-350-f-sport-2024', 5, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(102, 'toyota-rav4-prime-xse-awd-2024', 6, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(103, 'honda-cr-v-touring-hybrid-awd-2024', 7, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(104, 'bmw-x5-xdrive40i-m-sport-2024', 8, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(105, 'mercedes-benz-glc-300-4matic-2024', 9, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(106, 'lexus-rx-350-f-sport-handling-awd-2024', 10, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(107, 'audi-a4-premium-plus-quattro-2024', 11, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(108, 'mazda-cx-5-25-turbo-signature-awd-2024', 12, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(109, 'tesla-model-3-long-range-awd-2024', 13, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(111, 'volvo-xc60-b6-ultimate-awd-2024', 15, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(112, 'genesis-g70-33t-sport-prestige-awd-2024', 16, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(113, 'subaru-outback-limited-xt-2024', 17, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(114, 'acura-mdx-type-s-advance-2024', 18, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(115, 'range-rover-evoque-p250-s-2024', 19, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(116, 'infiniti-qx60-autograph-awd-2024', 20, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(119, 'kia-stinger-gt2-awd-2024', 23, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:45', '2025-08-01 08:36:45'),
(120, 'volkswagen-atlas-cross-sport-sel-premium-2024', 24, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(121, 'chevrolet-blazer-rs-awd-2024', 25, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(122, 'ford-explorer-st-4wd-2024', 26, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(123, 'jeep-grand-cherokee-summit-reserve-4xe-2024', 27, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(124, 'cadillac-xt5-premium-luxury-awd-2024', 28, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(125, 'lincoln-aviator-reserve-awd-2024', 29, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(126, 'alfa-romeo-stelvio-veloce-awd-2024', 30, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(127, 'mclaren-720s-spider-2024', 31, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(128, 'mercedes-benz-g550-4matic-2024', 32, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(129, 'ford-mustang-gt-premium-2024', 33, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(130, 'porsche-911-carrera-s-2024', 34, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(131, 'audi-r8-v10-performance-2024', 35, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(132, 'lamborghini-huracan-evo-2024', 36, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(133, 'bmw-m4-competition-xdrive-2024', 37, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(134, 'maserati-ghibli-modena-2024', 38, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(135, 'bentley-continental-gt-v8-2024', 39, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(136, 'rolls-royce-ghost-black-badge-2024', 40, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(137, 'hyundai-tucson-limited-awd-2024', 41, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(138, 'kia-sportage-sx-turbo-awd-2024', 42, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(139, 'volkswagen-tiguan-sel-r-line-2024', 43, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(140, 'toyota-highlander-platinum-awd-2024', 44, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(141, 'honda-pilot-trailsport-awd-2024', 45, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(142, 'mazda-mx-5-miata-grand-touring-2024', 46, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(143, 'nissan-rogue-platinum-awd-2024', 47, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(144, 'mini-cooper-s-hardtop-2024', 48, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(145, 'dodge-challenger-rt-scat-pack-2024', 49, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(146, 'chevrolet-camaro-ss-1le-2024', 50, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(147, 'ferrari-f8-tributo-2024', 51, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(148, 'jaguar-f-pace-svr-2024', 52, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(149, 'land-rover-defender-110-x-2024', 53, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(150, 'chrysler-pacifica-pinnacle-awd-2024', 54, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(151, 'gmc-sierra-1500-denali-2024', 55, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(152, 'mitsubishi-outlander-sel-s-awc-2024', 56, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(153, 'peugeot-308-gt-premium-2024', 57, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(154, 'fiat-500x-sport-awd-2024', 58, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(155, 'smart-eq-fortwo-prime-2024', 59, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(156, 'toyota-corolla-hybrid-le-2024', 60, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(157, 'aston-martin-vantage-f1-edition-2024', 61, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(158, 'bugatti-chiron-super-sport-2024', 62, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(159, 'mclaren-artura-spider-2024', 63, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(160, 'pagani-huayra-roadster-bc-2024', 64, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(161, 'koenigsegg-jesko-absolut-2024', 65, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(162, 'mercedes-benz-e450-4matic-all-terrain-2024', 66, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(163, 'audi-q7-55-tfsi-quattro-premium-plus-2024', 67, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(164, 'bmw-x7-xdrive40i-m-sport-2024', 68, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(165, 'lexus-lx-600-ultra-luxury-2024', 69, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(166, 'volvo-s90-b6-ultimate-awd-2024', 70, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(167, 'genesis-gv70-25t-sport-awd-2024', 71, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(168, 'acura-tlx-type-s-pmc-edition-2024', 72, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(169, 'infiniti-q50-red-sport-400-awd-2024', 73, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(170, 'jaguar-xf-p300-r-dynamic-s-awd-2024', 74, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(171, 'alfa-romeo-giulia-quadrifoglio-2024', 75, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(172, 'porsche-cayenne-turbo-gt-2024', 76, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(173, 'range-rover-sport-hse-dynamic-2024', 77, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(174, 'mercedes-amg-gle-63-s-4matic-2024', 78, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(175, 'bmw-m5-competition-xdrive-2024', 79, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(176, 'audi-rs-q8-quattro-2024', 80, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(177, 'tesla-model-s-plaid-2024', 81, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(178, 'lucid-air-grand-touring-performance-2024', 82, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(179, 'rivian-r1s-adventure-2024', 83, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(180, 'polestar-2-long-range-dual-motor-2024', 84, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(181, 'genesis-electrified-gv70-advanced-awd-2024', 85, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(182, 'mercedes-maybach-s-580-4matic-2024', 86, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(183, 'bentley-bentayga-s-v8-2024', 87, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(184, 'rolls-royce-cullinan-black-badge-2024', 88, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(185, 'aston-martin-dbx707-2024', 89, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(186, 'maserati-levante-trofeo-2024', 90, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(187, 'ferrari-roma-spider-2024', 91, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(188, 'mclaren-gt-luxe-2024', 92, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(189, 'lamborghini-urus-performante-2024', 93, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(190, 'porsche-taycan-turbo-s-cross-turismo-2024', 94, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(191, 'bmw-xm-label-red-2024', 95, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(192, 'chevrolet-corvette-z06-3lz-2024', 96, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(193, 'ford-gt-heritage-edition-2024', 97, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(194, 'dodge-viper-acr-extreme-2024', 98, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(195, 'nissan-gt-r-nismo-special-edition-2024', 99, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(196, 'toyota-supra-30-premium-2024', 100, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(197, 'driver-rental-service', 1, 'Botble\\CarRentals\\Models\\Service', 'services', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(198, 'oil-change-service', 2, 'Botble\\CarRentals\\Models\\Service', 'services', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(199, 'car-wash-detailing-package', 3, 'Botble\\CarRentals\\Models\\Service', 'services', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(200, 'roadside-assistance', 4, 'Botble\\CarRentals\\Models\\Service', 'services', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(201, 'temporary-car-replacement', 5, 'Botble\\CarRentals\\Models\\Service', 'services', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(202, 'tire-replacement-balancing', 6, 'Botble\\CarRentals\\Models\\Service', 'services', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(203, 'vehicle-inspection-service', 7, 'Botble\\CarRentals\\Models\\Service', 'services', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(204, 'car-insurance-assistance', 8, 'Botble\\CarRentals\\Models\\Service', 'services', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(205, 'pick-up-drop-off-service', 9, 'Botble\\CarRentals\\Models\\Service', 'services', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(206, 'premium-fuel-service', 10, 'Botble\\CarRentals\\Models\\Service', 'services', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(207, 'sport', 1, 'Botble\\CarRentals\\Models\\CarCategory', 'car-categories', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(208, 'maserati', 2, 'Botble\\CarRentals\\Models\\CarCategory', 'car-categories', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(209, 'ferrari', 3, 'Botble\\CarRentals\\Models\\CarCategory', 'car-categories', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(210, 'classic', 4, 'Botble\\CarRentals\\Models\\CarCategory', 'car-categories', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(211, 'new', 5, 'Botble\\CarRentals\\Models\\CarCategory', 'car-categories', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(212, 'lexus', 1, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(213, 'mercedes', 2, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(214, 'bugatti', 3, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(215, 'jaguar', 4, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(216, 'honda', 5, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(218, 'acura', 7, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(219, 'bmw', 8, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(220, 'toyota', 9, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(221, 'ford', 10, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(222, 'nissan', 11, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(223, 'opel', 12, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(224, 'bmw', 13, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(225, 'toyota', 14, 'Botble\\CarRentals\\Models\\CarMake', 'makes', '2025-08-01 08:36:46', '2025-08-01 08:36:46'),
(230, 'renault-clio-6', 23, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-09-11 03:59:21', '2025-09-11 03:59:21'),
(231, 'renault-clio-6-1', 23, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-09-11 03:59:21', '2025-09-11 03:59:21'),
(232, 'ford-mustang-gt', 24, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-09-16 07:13:53', '2025-09-16 07:13:53'),
(233, 'ford-mustang-gt-1', 24, 'Botble\\CarRentals\\Models\\Car', 'cars', '2025-09-16 07:13:53', '2025-09-16 07:13:53');

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

--
-- Table structure for table `slugs_translations`
--

CREATE TABLE `slugs_translations` (
  `lang_code` varchar(20) NOT NULL,
  `slugs_id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(191) DEFAULT NULL,
  `prefix` varchar(120) DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `social_logins`
--

CREATE TABLE `social_logins` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_type` varchar(191) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `provider` varchar(191) NOT NULL,
  `provider_id` varchar(191) NOT NULL,
  `token` text DEFAULT NULL,
  `refresh_token` text DEFAULT NULL,
  `token_expires_at` timestamp NULL DEFAULT NULL,
  `provider_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`provider_data`)),
  `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 `states`
--

CREATE TABLE `states` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `slug` varchar(120) DEFAULT NULL,
  `abbreviation` varchar(10) DEFAULT NULL,
  `country_id` bigint(20) UNSIGNED DEFAULT NULL,
  `order` tinyint(4) NOT NULL DEFAULT 0,
  `image` varchar(191) DEFAULT NULL,
  `is_default` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `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 `states`
--

INSERT INTO `states` (`id`, `name`, `slug`, `abbreviation`, `country_id`, `order`, `image`, `is_default`, `status`, `created_at`, `updated_at`) VALUES
(1, 'France', 'france', 'FR', 1, 0, NULL, 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53'),
(2, 'England', 'england', 'EN', 2, 0, NULL, 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53'),
(3, 'New York', 'new-york', 'NY', 1, 0, NULL, 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53'),
(4, 'Holland', 'holland', 'HL', 4, 0, NULL, 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53'),
(5, 'Denmark', 'denmark', 'DN', 5, 0, NULL, 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53'),
(6, 'Germany', 'germany', 'GER', 1, 0, NULL, 0, 'published', '2025-08-01 08:35:53', '2025-08-01 08:35:53');

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

--
-- Table structure for table `states_translations`
--

CREATE TABLE `states_translations` (
  `lang_code` varchar(20) NOT NULL,
  `states_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) DEFAULT NULL,
  `slug` varchar(120) DEFAULT NULL,
  `abbreviation` varchar(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `tags`
--

CREATE TABLE `tags` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `author_id` bigint(20) UNSIGNED DEFAULT NULL,
  `author_type` varchar(191) NOT NULL,
  `description` varchar(400) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `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 `tags`
--

INSERT INTO `tags` (`id`, `name`, `author_id`, `author_type`, `description`, `status`, `created_at`, `updated_at`) VALUES
(1, '2024 Cars', 1, 'Botble\\ACL\\Models\\User', '', 'published', '2025-08-01 08:35:46', '2025-08-22 05:22:52'),
(2, 'Car Leasing', 1, 'Botble\\ACL\\Models\\User', NULL, 'published', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(3, 'Self-Driving Cars', 1, 'Botble\\ACL\\Models\\User', NULL, 'published', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(4, 'Eco-Friendly', 1, 'Botble\\ACL\\Models\\User', NULL, 'published', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(5, 'Car Subscription', 1, 'Botble\\ACL\\Models\\User', NULL, 'published', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(6, 'Car Insurance', 1, 'Botble\\ACL\\Models\\User', NULL, 'published', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(7, 'Used Cars', 1, 'Botble\\ACL\\Models\\User', NULL, 'published', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(8, 'Car Detailing', 1, 'Botble\\ACL\\Models\\User', NULL, 'published', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(9, 'Holiday Rentals', 1, 'Botble\\ACL\\Models\\User', NULL, 'published', '2025-08-01 08:35:46', '2025-08-01 08:35:46'),
(10, 'Cross-Country Trips', 1, 'Botble\\ACL\\Models\\User', NULL, 'published', '2025-08-01 08:35:46', '2025-08-01 08:35:46');

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

--
-- Table structure for table `tags_translations`
--

CREATE TABLE `tags_translations` (
  `lang_code` varchar(20) NOT NULL,
  `tags_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `teams` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) NOT NULL,
  `photo` varchar(191) DEFAULT NULL,
  `title` varchar(191) DEFAULT NULL,
  `location` varchar(191) DEFAULT NULL,
  `socials` varchar(191) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `phone` varchar(15) DEFAULT NULL,
  `email` varchar(191) DEFAULT NULL,
  `address` varchar(191) DEFAULT NULL,
  `website` varchar(191) DEFAULT NULL,
  `description` varchar(400) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `teams`
--

INSERT INTO `teams` (`id`, `name`, `photo`, `title`, `location`, `socials`, `status`, `created_at`, `updated_at`, `content`, `phone`, `email`, `address`, `website`, `description`) VALUES
(1, 'Devon Lane', 'teams/images-6.jfif', 'Chief Executive Officer (CEO)', 'India', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', 'published', '2025-06-10 20:28:27', '2025-06-26 10:23:24', '<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>', '01123259241', 'devonsoland111@gmail.com', '4855, 24, Ansari Road, Darya Ganj', NULL, 'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),
(2, 'Marvin McKinney', 'teams/images-3.jfif', 'Fleet Manager', 'Thailand', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', 'published', '2025-06-10 20:28:27', '2025-06-26 10:23:48', '<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>', '6623742088', 'marvinkensy@gmail.com', '849 Sukhapibal 1 Klong Chan Bang Kapi', NULL, 'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),
(3, 'Ronald Richards', 'teams/images-4.jfif', 'Customer Service Representative', 'Canada', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', 'published', '2025-06-10 20:28:27', '2025-06-26 10:24:10', '<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>', '4165550123', 'ronrichards@marketing.com', '123 Maple Street, Toronto, ON', NULL, 'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),
(4, 'Cameron Williamson', 'teams/images-5.jfif', 'Finance &amp; Accounting Officer', 'Germany', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', 'published', '2025-06-10 20:28:27', '2025-06-26 10:24:26', '<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>', '49221567890', 'cameronwill@tech.com', '45 Hauptstraße, 50667 Köln', NULL, 'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),
(5, 'Alicia Sanders', 'teams/download-3.jfif', 'Marketing Executive', 'Australia', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', 'published', '2025-06-10 20:28:27', '2025-06-26 10:24:46', '<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>', '0298765432', 'alicia.hr@company.com', '15 George St, Sydney, NSW', NULL, 'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),
(6, 'Ethana Wright', 'teams/images-7.jfif', 'Automotive Technician/Mechanic', 'South Africa', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', 'published', '2025-06-10 20:28:27', '2025-06-26 10:25:13', '<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>', '0217896543', 'ethanwright@operations.com', '789 Beach Road, Cape Town', NULL, 'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),
(7, 'Isabella Johnson', 'teams/download-4.jfif', 'Operations Coordinator', 'New Zealand', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', 'published', '2025-06-10 20:28:27', '2025-06-26 10:25:35', '<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>', '0498761234', 'isabella.prod@company.com', '32 Victoria St, Wellington', NULL, 'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally'),
(8, 'Liam Brown', 'teams/images-2.jfif', 'HR &amp; Administration Officer', 'United Kingdom', '{\"facebook\":\"https:\\/\\/www.facebook.com\\/\",\"twitter\":\"https:\\/\\/twitter.com\\/\",\"instagram\":\"https:\\/\\/www.instagram.com\\/\"}', 'published', '2025-06-10 20:28:27', '2025-06-26 10:25:50', '<p>Our diverse team of experts brings a wealth of knowledge and experience across various industries. We are united by a shared passion for excellence and a commitment to providing innovative solutions for your business needs. Get to know the faces driving our success and learn how their expertise can contribute to yours.</p>', '02079461234', 'liam.legal@company.co.uk', '10 Downing Street, London', NULL, 'Sharing content online allows you to craft an online persona that reflects your personal values and professional skills. Even if you only use social media occasionally');

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

--
-- Table structure for table `teams_translations`
--

CREATE TABLE `teams_translations` (
  `lang_code` varchar(191) NOT NULL,
  `teams_id` int(11) NOT NULL,
  `name` varchar(191) NOT NULL,
  `title` varchar(191) DEFAULT NULL,
  `location` varchar(191) DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `address` varchar(191) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `testimonials`
--

CREATE TABLE `testimonials` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(120) NOT NULL,
  `content` text NOT NULL,
  `image` varchar(191) DEFAULT NULL,
  `company` varchar(120) DEFAULT NULL,
  `status` varchar(60) NOT NULL DEFAULT 'published',
  `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 `testimonials`
--

INSERT INTO `testimonials` (`id`, `name`, `content`, `image`, `company`, `status`, `created_at`, `updated_at`) VALUES
(1, 'Guy Hawkins', 'Exceptional service! Gerow’s attention to detail and reliability have been instrumental in our supply chain success.', 'testimonials/images.jfif', 'CEO, JAKS Shans', 'published', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(2, 'Eleanor Pena', 'Gerow has consistently met and exceeded our logistics needs. Their dedication to excellence is truly commendable.', 'testimonials/download-1.jfif', 'SEO, ChenTech Solutions', 'published', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(3, 'Cody Fisher', 'Their team is a valuable asset to our business operations. Gerow’s efficient service has saved us time and money.', 'testimonials/download-2.jfif', 'Developer, Moie Agency', 'published', '2025-08-01 08:35:51', '2025-08-01 08:35:51'),
(4, 'Albert Flores', 'Gerow’s attention to detail and professionalism have made them our preferred logistics partner. Highly recommended!', 'testimonials/download.jfif', 'CEO, Bank of America', 'published', '2025-08-01 08:35:51', '2025-08-01 08:35:51');

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

--
-- Table structure for table `testimonials_translations`
--

CREATE TABLE `testimonials_translations` (
  `lang_code` varchar(20) NOT NULL,
  `testimonials_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) DEFAULT NULL,
  `content` text DEFAULT NULL,
  `company` varchar(120) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

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

CREATE TABLE `users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `email` varchar(191) NOT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(120) DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `first_name` varchar(120) DEFAULT NULL,
  `last_name` varchar(120) DEFAULT NULL,
  `username` varchar(60) DEFAULT NULL,
  `avatar_id` bigint(20) UNSIGNED DEFAULT NULL,
  `super_user` tinyint(1) NOT NULL DEFAULT 0,
  `manage_supers` tinyint(1) NOT NULL DEFAULT 0,
  `permissions` text DEFAULT NULL,
  `last_login` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

INSERT INTO `users` (`id`, `email`, `phone`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `first_name`, `last_name`, `username`, `avatar_id`, `super_user`, `manage_supers`, `permissions`, `last_login`) VALUES
(1, 'mastermcx@miracuves.com', NULL, NULL, '$2y$12$kJo9RZVf9MrRFmoqZcnudODDNrJ7MtnQARMCcOF4GgOKSO.PbKBx2', '50wn618o96yciBgZDkJZ1oEe2joWz6J6TR9IaDX9pjp8QUeidbkSpr6FhkxE', '2025-08-19 05:51:26', '2025-09-24 11:50:31', 'Master', 'Demo', 'mastermcx', 229, 1, 1, NULL, '2025-09-24 11:50:31'),
(2, 'test@example.com', '9922691638', NULL, '$2y$12$DfNXFJmep3gCeDVjBmuWBu67zd0o5WG040ShPQOsnOEiQZMWITYGy', NULL, '2025-08-19 12:19:31', '2025-08-22 03:34:39', 'Sharvari', 'Kamble', 'qaengineer001', 224, 0, 0, NULL, NULL),
(3, 'admin@demo.com', NULL, NULL, '$2y$12$r7PdbLZ0Hm0VpYd1cx5sUe8f4DY8VckGLo.mM0oyakaeBYw5Ns8Ke', '3iN8JkfCmCSv7X5p9Et8Y4lltUHktxZQ5xjAvEZLjNqI3GHuOIMjL5Acwkoh', '2025-08-22 08:35:08', '2025-09-26 10:42:18', 'Admin', 'Demo', 'admin', 230, 0, 0, '{\"announcements.index\":true,\"announcements.create\":true,\"announcements.edit\":true,\"announcements.destroy\":true,\"car-rentals.car-makes.index\":true,\"car-rentals.car-makes.create\":true,\"car-rentals.car-makes.edit\":true,\"car-rentals.car-types.index\":true,\"car-rentals.car-types.create\":true,\"car-rentals.car-types.edit\":true,\"car-rentals.car-transmissions.index\":true,\"car-rentals.car-transmissions.create\":true,\"car-rentals.car-transmissions.edit\":true,\"car-rentals.car-fuels.index\":true,\"car-rentals.car-fuels.create\":true,\"car-rentals.car-fuels.edit\":true,\"car-rentals.car-colors.index\":true,\"car-rentals.car-colors.create\":true,\"car-rentals.car-colors.edit\":true,\"car-rentals.car-maintenance-histories.index\":true,\"car-rentals.car-maintenance-histories.create\":true,\"car-rentals.car-maintenance-histories.edit\":true,\"car-rentals.car-tags.index\":true,\"car-rentals.car-tags.create\":true,\"car-rentals.car-tags.edit\":true,\"car-rentals.car-categories.index\":true,\"car-rentals.car-categories.create\":true,\"car-rentals.car-categories.edit\":true,\"car-rentals.car-amenities.index\":true,\"car-rentals.car-amenities.create\":true,\"car-rentals.car-amenities.edit\":true,\"car-rentals.car-addresses.index\":true,\"car-rentals.car-addresses.create\":true,\"car-rentals.car-addresses.edit\":true,\"car-rentals.cars.index\":true,\"car-rentals.cars.create\":true,\"car-rentals.cars.edit\":true,\"car-rentals.customers.index\":true,\"car-rentals.customers.create\":true,\"car-rentals.customers.edit\":true,\"car-rentals.bookings.index\":true,\"car-rentals.bookings.create\":true,\"car-rentals.bookings.edit\":true,\"car-rentals.invoices.index\":true,\"car-rentals.invoices.create\":true,\"car-rentals.invoices.edit\":true,\"car-rentals.reviews.index\":true,\"car-rentals.reviews.edit\":true,\"car-rentals.coupons.index\":true,\"car-rentals.coupons.create\":true,\"car-rentals.coupons.edit\":true,\"car-rentals.taxes.index\":true,\"car-rentals.taxes.create\":true,\"car-rentals.taxes.edit\":true,\"car-rentals.services.index\":true,\"car-rentals.services.create\":true,\"car-rentals.services.edit\":true,\"car-rentals.booking.reports.index\":true,\"car-rentals.booking.calendar.index\":true,\"car-rentals.message.index\":true,\"car-rentals.message.edit\":true,\"faq.index\":true,\"faq.create\":true,\"faq.edit\":true,\"faq_category.index\":true,\"faq_category.create\":true,\"faq_category.edit\":true,\"fob-comment.comments.index\":true,\"country.index\":true,\"country.create\":true,\"country.edit\":true,\"state.index\":true,\"state.create\":true,\"state.edit\":true,\"city.index\":true,\"city.create\":true,\"city.edit\":true,\"payments.logs\":true,\"payments.logs.show\":true,\"simple-slider.create\":true,\"simple-slider.edit\":true,\"simple-slider-item.index\":true,\"simple-slider-item.create\":true,\"simple-slider-item.edit\":true,\"testimonial.create\":true,\"testimonial.edit\":true,\"superuser\":0,\"manage_supers\":0}', '2025-09-26 10:42:18');

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

--
-- Table structure for table `user_meta`
--

CREATE TABLE `user_meta` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(120) DEFAULT NULL,
  `value` text DEFAULT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `user_meta`
--

INSERT INTO `user_meta` (`id`, `key`, `value`, `user_id`, `created_at`, `updated_at`) VALUES
(1, 'theme_mode', 'light', 1, '2025-08-19 08:55:04', '2025-08-21 10:40:34'),
(2, 'minimal_sidebar', 'no', 1, '2025-08-21 08:29:23', '2025-08-22 04:36:29'),
(3, 'locale', NULL, 2, '2025-08-22 03:34:49', '2025-08-22 03:34:49'),
(4, 'locale_direction', 'ltr', 2, '2025-08-22 03:34:49', '2025-08-22 03:34:49'),
(5, 'theme_mode', 'light', 2, '2025-08-22 03:34:49', '2025-08-22 03:34:49');

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

--
-- Table structure for table `user_settings`
--

CREATE TABLE `user_settings` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_type` varchar(191) NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `key` varchar(191) NOT NULL,
  `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`value`)),
  `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 `widgets`
--

CREATE TABLE `widgets` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `widget_id` varchar(120) NOT NULL,
  `sidebar_id` varchar(120) NOT NULL,
  `theme` varchar(120) NOT NULL,
  `position` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
  `data` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `widgets`
--

INSERT INTO `widgets` (`id`, `widget_id`, `sidebar_id`, `theme`, `position`, `data`, `created_at`, `updated_at`) VALUES
(6, 'SiteCopyrightWidget', 'bottom_footer_sidebar', 'carento', 1, '[]', '2025-06-10 20:28:46', '2025-06-10 20:28:46'),
(7, 'SocialLinksWidget', 'bottom_footer_sidebar', 'carento', 2, '{\"id\":\"SocialLinksWidget\",\"title\":\"\"}', '2025-06-10 20:28:46', '2025-06-10 20:28:46'),
(8, 'NewsletterWidget', 'top_footer_sidebar', 'carento', 1, '{\"id\":\"NewsletterWidget\",\"title\":\"Subscribe to see secret deals prices drop the moment you sign up!\",\"button_label\":\"Subscribe\"}', '2025-06-10 20:28:46', '2025-06-10 20:28:46'),
(10, 'BlogSearchWidget', 'blog_sidebar', 'carento', 1, '{\"id\":\"BlogSearchWidget\"}', '2025-06-10 20:28:46', '2025-06-10 20:28:46'),
(11, 'BlogPostsWidget', 'blog_sidebar', 'carento', 2, '{\"id\":\"BlogPostsWidget\",\"title\":\"Latest Posts\",\"category_ids\":[1,2,3,4,5],\"limit\":5}', '2025-06-10 20:28:46', '2025-06-10 20:28:46'),
(12, 'GalleriesWidget', 'blog_sidebar', 'carento', 3, '{\"id\":\"GalleriesWidget\",\"title\":\"Instagram Posts\",\"limit\":9}', '2025-06-10 20:28:46', '2025-06-10 20:28:46'),
(13, 'FeaturedPostsWidget', 'above_blog_list_sidebar', 'carento', 1, '{\"id\":\"FeaturedPostsWidget\",\"title\":\"Inside & Trending\",\"category_ids\":[1,2,3,4,5,6],\"limit\":4}', '2025-06-10 20:28:46', '2025-06-10 20:28:46'),
(14, 'BlogPostsWidget', 'off_canvas_sidebar', 'carento', 1, '{\"id\":\"BlogPostsWidget\",\"title\":\"Latest Posts\",\"category_ids\":[1,2,3,4,5],\"limit\":5}', '2025-06-10 20:28:46', '2025-06-10 20:28:46'),
(15, 'SiteInformationWidget', 'off_canvas_sidebar', 'carento', 2, '{\"id\":\"SiteInformationWidget\",\"logo\":\"icons\\/contact.png\",\"quantity\":4,\"icon_1\":\"ti ti-map-pin\",\"description_1\":\"2356 Oakwood Drive, Suite 18, San Francisco, California 94111, US\",\"icon_2\":\"ti ti-clock-hour-3\",\"description_2\":\"Hours: 8:00 - 17:00, Mon - Sat\",\"icon_3\":\"ti ti-mail\",\"description_3\":\"demo@demo.com\"}', '2025-06-10 20:28:46', '2025-06-10 20:28:46'),
(21, 'ContactInformationWidget', 'header_top_sidebar', 'carento', 0, '{\"id\":\"ContactInformationWidget\",\"quantity\":\"2\",\"title_1\":\"+123 9898 500\",\"icon_1\":\"ti ti-phone-call\",\"icon_image_1\":\"\",\"url_1\":\"tel:123 9898 500\",\"title_2\":\"biz@miracuves.com\",\"icon_2\":\"ti ti-mail\",\"icon_image_2\":\"\",\"url_2\":\"mailto:biz@miracuves.com\"}', '2025-06-26 01:44:29', '2025-06-26 01:44:29'),
(22, 'SiteInformationWidget', 'footer_sidebar', 'carento', 0, '{\"id\":\"SiteInformationWidget\",\"logo\":\"general\\/dark.png\",\"quantity\":\"4\",\"title_1\":\"\",\"description_1\":\"Global Services\",\"icon_1\":\"ti ti-map-pin\",\"icon_image_1\":\"\",\"title_2\":\"\",\"description_2\":\"Hours: 8:00 - 17:00, Mon - Sat\",\"icon_2\":\"ti ti-clock-hour-3\",\"icon_image_2\":\"\",\"title_3\":\"\",\"description_3\":\"biz@miracuves.com\",\"icon_3\":\"ti ti-mail\",\"icon_image_3\":\"\",\"title_4\":\"Need help? Call us\",\"description_4\":\"<a href=\\\"tel:+1 222-555-33-99\\\">+1 222-555-33-99<\\/a>\",\"icon_4\":\"ti ti-phone\",\"icon_image_4\":\"\",\"enable_caching\":\"yes\"}', '2025-08-21 08:15:25', '2025-08-21 08:15:25'),
(23, 'Botble\\Widget\\Widgets\\CoreSimpleMenu', 'footer_sidebar', 'carento', 1, '{\"id\":\"Botble\\\\Widget\\\\Widgets\\\\CoreSimpleMenu\",\"name\":\"Company\",\"items\":[[{\"key\":\"label\",\"value\":\"About Us\"},{\"key\":\"url\",\"value\":\"\\/about-us\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Our Awards\"},{\"key\":\"url\",\"value\":\"\\/our-awards\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Agencies\"},{\"key\":\"url\",\"value\":\"\\/agencies\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Copyright Notices\"},{\"key\":\"url\",\"value\":\"\\/copyright-notices\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Terms of Use\"},{\"key\":\"url\",\"value\":\"\\/terms-of-use\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Privacy Notice\"},{\"key\":\"url\",\"value\":\"\\/privacy-notice\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Lost & Found\"},{\"key\":\"url\",\"value\":\"\\/lost-found\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}]]}', '2025-08-21 08:15:25', '2025-08-21 08:15:25'),
(24, 'Botble\\Widget\\Widgets\\CoreSimpleMenu', 'footer_sidebar', 'carento', 2, '{\"id\":\"Botble\\\\Widget\\\\Widgets\\\\CoreSimpleMenu\",\"name\":\"Our Partners\",\"items\":[[{\"key\":\"label\",\"value\":\"Affiliates\"},{\"key\":\"url\",\"value\":\"\\/affiliates\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Travel Agents\"},{\"key\":\"url\",\"value\":\"\\/travel-agents\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"AARP Members\"},{\"key\":\"url\",\"value\":\"\\/aarp-members\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Points Programs\"},{\"key\":\"url\",\"value\":\"\\/points-programs\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Military & Veterans\"},{\"key\":\"url\",\"value\":\"\\/military-veterans\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Work with us\"},{\"key\":\"url\",\"value\":\"\\/work-with-us\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Advertise with us\"},{\"key\":\"url\",\"value\":\"\\/advertise-with-us\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}]]}', '2025-08-21 08:15:25', '2025-08-21 08:15:25'),
(25, 'Botble\\Widget\\Widgets\\CoreSimpleMenu', 'footer_sidebar', 'carento', 3, '{\"id\":\"Botble\\\\Widget\\\\Widgets\\\\CoreSimpleMenu\",\"name\":\"Support\",\"items\":[[{\"key\":\"label\",\"value\":\"Forum support\"},{\"key\":\"url\",\"value\":\"\\/forum-support\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Help Center\"},{\"key\":\"url\",\"value\":\"\\/help-center\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Live chat\"},{\"key\":\"url\",\"value\":\"\\/live-chat\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"How it works\"},{\"key\":\"url\",\"value\":\"\\/how-it-works\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Security\"},{\"key\":\"url\",\"value\":\"\\/security\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Refund Policy\"},{\"key\":\"url\",\"value\":\"\\/refund-policy\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}],[{\"key\":\"label\",\"value\":\"Faqs\"},{\"key\":\"url\",\"value\":\"\\/faqs\"},{\"key\":\"attributes\",\"value\":\"\"},{\"key\":\"is_open_new_tab\",\"value\":\"0\"}]]}', '2025-08-21 08:15:25', '2025-08-21 08:15:25');

--
-- Indexes for dumped tables
--

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

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

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

--
-- Indexes for table `announcements_translations`
--
ALTER TABLE `announcements_translations`
  ADD PRIMARY KEY (`lang_code`,`announcements_id`);

--
-- Indexes for table `audit_histories`
--
ALTER TABLE `audit_histories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `audit_histories_user_id_index` (`user_id`),
  ADD KEY `audit_histories_module_index` (`module`);

--
-- Indexes for table `cache`
--
ALTER TABLE `cache`
  ADD PRIMARY KEY (`key`);

--
-- Indexes for table `cache_locks`
--
ALTER TABLE `cache_locks`
  ADD PRIMARY KEY (`key`);

--
-- Indexes for table `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `categories_parent_id_index` (`parent_id`),
  ADD KEY `categories_status_index` (`status`),
  ADD KEY `categories_created_at_index` (`created_at`);

--
-- Indexes for table `categories_translations`
--
ALTER TABLE `categories_translations`
  ADD PRIMARY KEY (`lang_code`,`categories_id`);

--
-- Indexes for table `cities`
--
ALTER TABLE `cities`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `cities_slug_unique` (`slug`),
  ADD KEY `idx_cities_name` (`name`),
  ADD KEY `idx_cities_state_status` (`state_id`,`status`),
  ADD KEY `idx_cities_status` (`status`),
  ADD KEY `idx_cities_state_id` (`state_id`);

--
-- Indexes for table `cities_translations`
--
ALTER TABLE `cities_translations`
  ADD PRIMARY KEY (`lang_code`,`cities_id`),
  ADD KEY `idx_cities_trans_city_lang` (`cities_id`,`lang_code`),
  ADD KEY `idx_cities_trans_name` (`name`),
  ADD KEY `idx_cities_trans_cities_id` (`cities_id`);

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

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

--
-- Indexes for table `contact_custom_fields_translations`
--
ALTER TABLE `contact_custom_fields_translations`
  ADD PRIMARY KEY (`lang_code`,`contact_custom_fields_id`);

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

--
-- Indexes for table `contact_custom_field_options_translations`
--
ALTER TABLE `contact_custom_field_options_translations`
  ADD PRIMARY KEY (`lang_code`,`contact_custom_field_options_id`);

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

--
-- Indexes for table `countries`
--
ALTER TABLE `countries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_countries_name` (`name`),
  ADD KEY `idx_countries_status` (`status`);

--
-- Indexes for table `countries_translations`
--
ALTER TABLE `countries_translations`
  ADD PRIMARY KEY (`lang_code`,`countries_id`),
  ADD KEY `idx_countries_trans_country_lang` (`countries_id`,`lang_code`),
  ADD KEY `idx_countries_trans_name` (`name`),
  ADD KEY `idx_countries_trans_countries_id` (`countries_id`);

--
-- Indexes for table `cr_bookings`
--
ALTER TABLE `cr_bookings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `cr_bookings_booking_number_unique` (`booking_number`),
  ADD UNIQUE KEY `cr_bookings_transaction_id_unique` (`transaction_id`);

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

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

--
-- Indexes for table `cr_cars`
--
ALTER TABLE `cr_cars`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_cars_make_id_index` (`make_id`),
  ADD KEY `cr_cars_status_index` (`status`),
  ADD KEY `cr_cars_vehicle_type_id_index` (`vehicle_type_id`),
  ADD KEY `cr_cars_vin_index` (`vin`),
  ADD KEY `cr_pick_address_index` (`pick_address_id`),
  ADD KEY `cr_return_address_index` (`return_address_id`);

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

--
-- Indexes for table `cr_cars_categories`
--
ALTER TABLE `cr_cars_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_cars_categories_cr_car_category_id_index` (`cr_car_category_id`),
  ADD KEY `cr_cars_categories_cr_car_id_index` (`cr_car_id`);

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

--
-- Indexes for table `cr_cars_translations`
--
ALTER TABLE `cr_cars_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_cars_id`);

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

--
-- Indexes for table `cr_car_amenities`
--
ALTER TABLE `cr_car_amenities`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_car_amenities_status_index` (`status`);

--
-- Indexes for table `cr_car_amenities_translations`
--
ALTER TABLE `cr_car_amenities_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_car_amenities_id`);

--
-- Indexes for table `cr_car_amenity_categories`
--
ALTER TABLE `cr_car_amenity_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_car_amenity_categories_status_index` (`status`);

--
-- Indexes for table `cr_car_amenity_categories_translations`
--
ALTER TABLE `cr_car_amenity_categories_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_car_amenity_categories_id`);

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

--
-- Indexes for table `cr_car_categories_translations`
--
ALTER TABLE `cr_car_categories_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_car_categories_id`);

--
-- Indexes for table `cr_car_colors`
--
ALTER TABLE `cr_car_colors`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_car_colors_status_index` (`status`);

--
-- Indexes for table `cr_car_colors_translations`
--
ALTER TABLE `cr_car_colors_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_car_colors_id`);

--
-- Indexes for table `cr_car_fuels`
--
ALTER TABLE `cr_car_fuels`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_car_fuels_status_index` (`status`);

--
-- Indexes for table `cr_car_fuels_translations`
--
ALTER TABLE `cr_car_fuels_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_car_fuels_id`);

--
-- Indexes for table `cr_car_maintenance_histories`
--
ALTER TABLE `cr_car_maintenance_histories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_car_maintenance_histories_car_id_index` (`car_id`);

--
-- Indexes for table `cr_car_maintenance_histories_translations`
--
ALTER TABLE `cr_car_maintenance_histories_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_car_maintenance_histories_id`);

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

--
-- Indexes for table `cr_car_makes_translations`
--
ALTER TABLE `cr_car_makes_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_car_makes_id`);

--
-- Indexes for table `cr_car_reviews`
--
ALTER TABLE `cr_car_reviews`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_car_reviews_status_index` (`status`);

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

--
-- Indexes for table `cr_car_transmissions`
--
ALTER TABLE `cr_car_transmissions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_car_transmissions_status_index` (`status`);

--
-- Indexes for table `cr_car_transmissions_translations`
--
ALTER TABLE `cr_car_transmissions_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_car_transmissions_id`);

--
-- Indexes for table `cr_car_types`
--
ALTER TABLE `cr_car_types`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_car_types_status_index` (`status`);

--
-- Indexes for table `cr_car_types_translations`
--
ALTER TABLE `cr_car_types_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_car_types_id`);

--
-- Indexes for table `cr_car_views`
--
ALTER TABLE `cr_car_views`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `cr_car_views_car_id_date_unique` (`car_id`,`date`),
  ADD KEY `cr_car_views_car_id_index` (`car_id`);

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

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

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

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

--
-- Indexes for table `cr_customer_password_resets`
--
ALTER TABLE `cr_customer_password_resets`
  ADD KEY `cr_customer_password_resets_email_index` (`email`),
  ADD KEY `cr_customer_password_resets_token_index` (`token`);

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

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

--
-- Indexes for table `cr_invoices`
--
ALTER TABLE `cr_invoices`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `cr_invoices_code_unique` (`code`),
  ADD KEY `cr_invoices_reference_type_reference_id_index` (`reference_type`,`reference_id`),
  ADD KEY `cr_invoices_payment_id_index` (`payment_id`),
  ADD KEY `cr_invoices_status_index` (`status`);

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

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

--
-- Indexes for table `cr_services`
--
ALTER TABLE `cr_services`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_services_status_index` (`status`);

--
-- Indexes for table `cr_services_translations`
--
ALTER TABLE `cr_services_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_services_id`);

--
-- Indexes for table `cr_tags`
--
ALTER TABLE `cr_tags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cr_tags_status_index` (`status`);

--
-- Indexes for table `cr_tags_translations`
--
ALTER TABLE `cr_tags_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_tags_id`);

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

--
-- Indexes for table `cr_taxes_translations`
--
ALTER TABLE `cr_taxes_translations`
  ADD PRIMARY KEY (`lang_code`,`cr_taxes_id`);

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

--
-- Indexes for table `dashboard_widget_settings`
--
ALTER TABLE `dashboard_widget_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `dashboard_widget_settings_user_id_index` (`user_id`),
  ADD KEY `dashboard_widget_settings_widget_id_index` (`widget_id`);

--
-- Indexes for table `device_tokens`
--
ALTER TABLE `device_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `device_tokens_token_unique` (`token`),
  ADD KEY `device_tokens_user_type_user_id_index` (`user_type`,`user_id`),
  ADD KEY `device_tokens_platform_is_active_index` (`platform`,`is_active`),
  ADD KEY `device_tokens_is_active_index` (`is_active`);

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

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

--
-- Indexes for table `faqs_translations`
--
ALTER TABLE `faqs_translations`
  ADD PRIMARY KEY (`lang_code`,`faqs_id`);

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

--
-- Indexes for table `faq_categories_translations`
--
ALTER TABLE `faq_categories_translations`
  ADD PRIMARY KEY (`lang_code`,`faq_categories_id`);

--
-- Indexes for table `fob_comments`
--
ALTER TABLE `fob_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `fob_comments_author_type_author_id_index` (`author_type`,`author_id`),
  ADD KEY `fob_comments_reference_type_reference_id_index` (`reference_type`,`reference_id`),
  ADD KEY `fob_comments_reply_to_index` (`reply_to`),
  ADD KEY `fob_comments_reference_url_index` (`reference_url`),
  ADD KEY `fob_comments_status_index` (`status`);

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

--
-- Indexes for table `galleries_translations`
--
ALTER TABLE `galleries_translations`
  ADD PRIMARY KEY (`lang_code`,`galleries_id`);

--
-- Indexes for table `gallery_meta`
--
ALTER TABLE `gallery_meta`
  ADD PRIMARY KEY (`id`),
  ADD KEY `gallery_meta_reference_id_index` (`reference_id`);

--
-- Indexes for table `gallery_meta_translations`
--
ALTER TABLE `gallery_meta_translations`
  ADD PRIMARY KEY (`lang_code`,`gallery_meta_id`);

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

--
-- Indexes for table `languages`
--
ALTER TABLE `languages`
  ADD PRIMARY KEY (`lang_id`),
  ADD KEY `lang_locale_index` (`lang_locale`),
  ADD KEY `lang_code_index` (`lang_code`),
  ADD KEY `lang_is_default_index` (`lang_is_default`);

--
-- Indexes for table `language_meta`
--
ALTER TABLE `language_meta`
  ADD PRIMARY KEY (`lang_meta_id`),
  ADD KEY `language_meta_reference_id_index` (`reference_id`),
  ADD KEY `meta_code_index` (`lang_meta_code`),
  ADD KEY `meta_origin_index` (`lang_meta_origin`),
  ADD KEY `meta_reference_type_index` (`reference_type`);

--
-- Indexes for table `media_files`
--
ALTER TABLE `media_files`
  ADD PRIMARY KEY (`id`),
  ADD KEY `media_files_user_id_index` (`user_id`),
  ADD KEY `media_files_index` (`folder_id`,`user_id`,`created_at`);

--
-- Indexes for table `media_folders`
--
ALTER TABLE `media_folders`
  ADD PRIMARY KEY (`id`),
  ADD KEY `media_folders_user_id_index` (`user_id`),
  ADD KEY `media_folders_index` (`parent_id`,`user_id`,`created_at`);

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

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

--
-- Indexes for table `menu_locations`
--
ALTER TABLE `menu_locations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `menu_locations_menu_id_created_at_index` (`menu_id`,`created_at`);

--
-- Indexes for table `menu_nodes`
--
ALTER TABLE `menu_nodes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `menu_nodes_menu_id_index` (`menu_id`),
  ADD KEY `menu_nodes_parent_id_index` (`parent_id`),
  ADD KEY `reference_id` (`reference_id`),
  ADD KEY `reference_type` (`reference_type`);

--
-- Indexes for table `meta_boxes`
--
ALTER TABLE `meta_boxes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `meta_boxes_reference_id_index` (`reference_id`);

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

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

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

--
-- Indexes for table `pages_translations`
--
ALTER TABLE `pages_translations`
  ADD PRIMARY KEY (`lang_code`,`pages_id`);

--
-- Indexes for table `password_reset_tokens`
--
ALTER TABLE `password_reset_tokens`
  ADD PRIMARY KEY (`email`);

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

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

--
-- Indexes for table `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`),
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);

--
-- Indexes for table `posts`
--
ALTER TABLE `posts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `posts_status_index` (`status`),
  ADD KEY `posts_author_id_index` (`author_id`),
  ADD KEY `posts_author_type_index` (`author_type`),
  ADD KEY `posts_created_at_index` (`created_at`);

--
-- Indexes for table `posts_translations`
--
ALTER TABLE `posts_translations`
  ADD PRIMARY KEY (`lang_code`,`posts_id`);

--
-- Indexes for table `post_categories`
--
ALTER TABLE `post_categories`
  ADD KEY `post_categories_category_id_index` (`category_id`),
  ADD KEY `post_categories_post_id_index` (`post_id`);

--
-- Indexes for table `post_tags`
--
ALTER TABLE `post_tags`
  ADD KEY `post_tags_tag_id_index` (`tag_id`),
  ADD KEY `post_tags_post_id_index` (`post_id`);

--
-- Indexes for table `push_notifications`
--
ALTER TABLE `push_notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `push_notifications_type_created_at_index` (`type`,`created_at`),
  ADD KEY `push_notifications_status_scheduled_at_index` (`status`,`scheduled_at`),
  ADD KEY `push_notifications_created_by_index` (`created_by`);

--
-- Indexes for table `push_notification_recipients`
--
ALTER TABLE `push_notification_recipients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `pnr_notification_user_index` (`push_notification_id`,`user_type`,`user_id`),
  ADD KEY `pnr_user_status_index` (`user_type`,`user_id`,`status`),
  ADD KEY `pnr_user_read_index` (`user_type`,`user_id`,`read_at`),
  ADD KEY `pnr_status_index` (`status`);

--
-- Indexes for table `revisions`
--
ALTER TABLE `revisions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `revisions_revisionable_id_revisionable_type_index` (`revisionable_id`,`revisionable_type`);

--
-- Indexes for table `roles`
--
ALTER TABLE `roles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `roles_slug_unique` (`slug`),
  ADD KEY `roles_created_by_index` (`created_by`),
  ADD KEY `roles_updated_by_index` (`updated_by`);

--
-- Indexes for table `role_users`
--
ALTER TABLE `role_users`
  ADD PRIMARY KEY (`user_id`,`role_id`),
  ADD KEY `role_users_user_id_index` (`user_id`),
  ADD KEY `role_users_role_id_index` (`role_id`);

--
-- Indexes for table `sessions`
--
ALTER TABLE `sessions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `sessions_user_id_index` (`user_id`),
  ADD KEY `sessions_last_activity_index` (`last_activity`);

--
-- Indexes for table `settings`
--
ALTER TABLE `settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `settings_key_unique` (`key`);

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

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

--
-- Indexes for table `slugs`
--
ALTER TABLE `slugs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `slugs_reference_id_index` (`reference_id`),
  ADD KEY `slugs_key_index` (`key`),
  ADD KEY `slugs_prefix_index` (`prefix`),
  ADD KEY `slugs_reference_index` (`reference_id`,`reference_type`),
  ADD KEY `idx_slugs_reference` (`reference_type`,`reference_id`);

--
-- Indexes for table `slugs_translations`
--
ALTER TABLE `slugs_translations`
  ADD PRIMARY KEY (`lang_code`,`slugs_id`);

--
-- Indexes for table `social_logins`
--
ALTER TABLE `social_logins`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `social_logins_provider_provider_id_unique` (`provider`,`provider_id`),
  ADD KEY `social_logins_user_type_user_id_index` (`user_type`,`user_id`),
  ADD KEY `social_logins_user_id_user_type_index` (`user_id`,`user_type`);

--
-- Indexes for table `states`
--
ALTER TABLE `states`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `states_slug_unique` (`slug`),
  ADD KEY `idx_states_name` (`name`),
  ADD KEY `idx_states_status` (`status`),
  ADD KEY `idx_states_country_id` (`country_id`);

--
-- Indexes for table `states_translations`
--
ALTER TABLE `states_translations`
  ADD PRIMARY KEY (`lang_code`,`states_id`),
  ADD KEY `idx_states_trans_state_lang` (`states_id`,`lang_code`),
  ADD KEY `idx_states_trans_name` (`name`),
  ADD KEY `idx_states_trans_states_id` (`states_id`);

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

--
-- Indexes for table `tags_translations`
--
ALTER TABLE `tags_translations`
  ADD PRIMARY KEY (`lang_code`,`tags_id`);

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

--
-- Indexes for table `teams_translations`
--
ALTER TABLE `teams_translations`
  ADD PRIMARY KEY (`lang_code`,`teams_id`);

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

--
-- Indexes for table `testimonials_translations`
--
ALTER TABLE `testimonials_translations`
  ADD PRIMARY KEY (`lang_code`,`testimonials_id`);

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

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

--
-- Indexes for table `user_settings`
--
ALTER TABLE `user_settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `user_settings_user_type_user_id_key_unique` (`user_type`,`user_id`,`key`),
  ADD KEY `user_settings_user_type_user_id_index` (`user_type`,`user_id`),
  ADD KEY `user_settings_key_index` (`key`);

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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