-- phpMyAdmin SQL Dump
-- version 4.6.6deb5
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 10, 2020 at 10:15 AM
-- Server version: 5.7.31-0ubuntu0.18.04.1-log
-- PHP Version: 7.2.30-1+ubuntu18.04.1+deb.sury.org+1

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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: `biku`
--

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_auth_groups`
--

CREATE TABLE `info_cms_auth_groups` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `NAME` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_auth_permissions`
--

CREATE TABLE `info_cms_auth_permissions` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `DISPLAY_NAME` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `CODE` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `MENU_CODE` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `info_cms_auth_permissions`
--

INSERT INTO `info_cms_auth_permissions` (`ID`, `DISPLAY_NAME`, `CODE`, `MENU_CODE`) VALUES
(1, 'Can list user', 'user-list', 'user'),
(2, 'Can register user', 'user-add', 'user'),
(3, 'Can edit user', 'user-edit', 'user'),
(4, 'Can delete user', 'user-delete', 'user'),
(5, 'Can Assign permission to user', 'user-permission', 'user'),
(6, 'Can list permissions', 'permission-list', 'permission'),
(7, 'Can create permissions group', 'permission-add', 'permission'),
(8, 'Can delete permissions group', 'permission-delete', 'permission'),
(9, 'Can list menu', 'menu-list', 'menu'),
(10, 'Can create menu', 'menu-add', 'menu'),
(11, 'Can edit menu', 'menu-edit', 'menu'),
(12, 'Can delete menu', 'menu-delete', 'menu'),
(13, 'Can list page', 'page-list', 'page'),
(14, 'Can create page', 'page-add', 'page'),
(15, 'Can edit page', 'page-edit', 'page'),
(16, 'Can delete page', 'page-delete', 'page');

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_auth_permission_groups`
--

CREATE TABLE `info_cms_auth_permission_groups` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `GROUP_ID` bigint(20) NOT NULL,
  `PERMISSION_ID` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_auth_user_permission_groups`
--

CREATE TABLE `info_cms_auth_user_permission_groups` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `USER_ID` bigint(20) NOT NULL,
  `GROUP_ID` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_companies`
--

CREATE TABLE `info_cms_companies` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `logo` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `favicon` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL,
  `maindomain` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `subdomain` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `info_cms_companies`
--

INSERT INTO `info_cms_companies` (`id`, `name`, `logo`, `description`, `favicon`, `published`, `maindomain`, `subdomain`, `created_at`, `updated_at`) VALUES
(1, 'VYCCU', '', '', '', 1, 'localhost', 'localhost', '2020-09-09 07:58:29', '2020-09-09 07:58:29');

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_company_info`
--

CREATE TABLE `info_cms_company_info` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `summary` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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 `info_cms_company_info`
--

INSERT INTO `info_cms_company_info` (`id`, `name`, `url`, `slug`, `description`, `summary`, `created_id`, `updated_id`, `created_at`, `updated_at`) VALUES
(1, '365 Banking Service', 'null', '365-banking-service', '<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.', 1, 1, '2020-09-08 20:27:11', '2020-09-09 08:27:33'),
(2, 'SMS Banking', NULL, 'sms-banking', '<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 1, NULL, '2020-09-08 21:05:14', '2020-09-08 21:05:14'),
(3, 'Make Payments', NULL, 'make-payments', '<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 1, NULL, '2020-09-08 21:33:14', '2020-09-08 21:33:14'),
(4, 'Online Banking', NULL, 'online-banking', '<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>', 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for \'lorem ipsum\' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).', 1, NULL, '2020-09-08 21:34:29', '2020-09-08 21:34:29'),
(5, 'Online Account Opening', NULL, 'online-account-opening', '<p>We provide various services for online money transfers. Our service is the best known, most secure and reliable online service.</p>', 'We provide various services for online money transfers. Our service is the best known, most secure and reliable online service.', 1, NULL, '2020-09-08 22:41:52', '2020-09-08 22:41:52'),
(6, 'E-Banking Service', NULL, 'e-banking-service', '<p>We provide various services for online money transfers. Our service is the best known, most secure and reliable online service.</p>', 'We provide various services for online money transfers. Our service is the best known, most secure and reliable online service.', 1, NULL, '2020-09-09 00:12:26', '2020-09-09 00:12:26'),
(7, 'Mobile Banking', NULL, 'mobile-banking', '<p>We provide various services for online money transfers. Our service is the best known, most secure and reliable online service.</p>', 'We provide various services for online money transfers. Our service is the best known, most secure and reliable online service.', 1, NULL, '2020-09-09 00:13:42', '2020-09-09 00:13:42'),
(8, 'Apple App Store', 'https://play.google.com/store/apps/details?id=com.infodev.mVyccu&hl=en', 'apple-app-store', '<p>App Store</p>', 'App Store', 1, 1, '2020-09-09 00:28:50', '2020-09-09 10:38:28'),
(9, 'Google Playstore', NULL, 'google-playstore', '<p>Google Playstore</p>', 'Google Playstore', 1, NULL, '2020-09-09 00:29:46', '2020-09-09 00:29:46'),
(10, 'Account', '/services/deposit', 'account', '<div class=\"col-md-6 col-lg-3 animated-col\">\n<div class=\"account-type\">\n<h5>Monthly Saving</h5>\n\n<ul class=\"list list-bullet\">\n	<li>Saving at least Rs.100 monthly.</li>\n	<li>Compound interest to be offered half- yearly on the saved amount.</li>\n	<li>After six months if membership, loan can be obtained for any work</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col-md-6 col-lg-3 animated-col\">\n<div class=\"account-type\">\n<h5>Daily saving</h5>\n\n<ul class=\"list list-bullet\">\n	<li>Can save the desired amount by staying at home or business spot</li>\n	<li>Minimum Rs.10 to be deposited daily and even more can be deposited.</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col-md-6 col-lg-3 animated-col\">\n<div class=\"account-type\">\n<h5>Nari Saving</h5>\n\n<ul class=\"list list-bullet\">\n	<li>Saving at least Rs.100 monthly.</li>\n	<li>Compound interest to be offered half- yearly on the saved amount.</li>\n	<li>After six months if membership, loan can be obtained for any work</li>\n</ul>\n</div>\n</div>\n\n<div class=\"col-md-6 col-lg-3 animated-col\">\n<div class=\"account-type last\">\n<h5>Optional Saving</h5>\n\n<ul class=\"list list-bullet\">\n	<li>Free ABBS and SMS facilities</li>\n	<li>Only NRs. 300 needed to be deposited while opening an account.</li>\n	<li>Interest to be offered every three months.</li>\n</ul>\n</div>\n</div>', 'A variety of accounts to meet all your needs', 1, 1, '2020-09-09 00:44:00', '2020-09-09 09:07:51'),
(11, 'Vyccu Youtube', 'https://www.youtube.com/embed/ZcgfJuRoRgY', 'vyccu-youtube', '<p>Youtube</p>', 'Youtube', 1, 1, '2020-09-09 10:40:09', '2020-09-09 10:46:49');

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_department`
--

CREATE TABLE `info_cms_department` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_by` int(11) NOT NULL,
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_download`
--

CREATE TABLE `info_cms_download` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_files`
--

CREATE TABLE `info_cms_files` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `model_id` int(11) NOT NULL,
  `model_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `location` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `extension` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `size` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `info_cms_files`
--

INSERT INTO `info_cms_files` (`id`, `model_id`, `model_type`, `location`, `type`, `url`, `name`, `created_at`, `updated_at`, `extension`, `size`) VALUES
(1, 1, 'App\\Model\\CompanyInfo\\CompanyInfo', 'public/uploads/banking-1368961780.svg', 'file', '', 'banking.svg', '2020-09-08 20:27:11', '2020-09-08 20:27:11', 'svg', 262),
(2, 2, 'App\\Model\\CompanyInfo\\CompanyInfo', 'public/uploads/sms-1247028066.svg', 'file', '', 'sms.svg', '2020-09-08 21:05:14', '2020-09-08 21:05:14', 'svg', 2291),
(3, 3, 'App\\Model\\CompanyInfo\\CompanyInfo', 'public/uploads/makepaymen-374684598.svg', 'file', '', 'makepayment.svg', '2020-09-08 21:33:14', '2020-09-08 21:33:14', 'svg', 1367),
(4, 4, 'App\\Model\\CompanyInfo\\CompanyInfo', 'public/uploads/onlinebank-593927646.svg', 'file', '', 'onlinebanking.svg', '2020-09-08 21:34:29', '2020-09-08 21:34:29', 'svg', 638),
(5, 1, 'App\\Model\\Service\\Category', 'public/uploads/services-d-719941548.png', 'file', '', 'services-deposit.png', '2020-09-08 21:51:43', '2020-09-08 21:51:43', 'png', 203684),
(6, 2, 'App\\Model\\Service\\Category', 'public/uploads/loan-1-2118732117.svg', 'file', '', 'loan 1.svg', '2020-09-08 21:53:30', '2020-09-08 21:53:30', 'svg', 5038),
(7, 3, 'App\\Model\\Service\\Category', 'public/uploads/image-6-348680517.png', 'file', '', 'image 6.png', '2020-09-08 21:55:01', '2020-09-08 21:55:01', 'png', 10572),
(8, 4, 'App\\Model\\Service\\Category', 'public/uploads/money-1343459628.svg', 'file', '', 'money.svg', '2020-09-08 21:58:54', '2020-09-08 21:58:54', 'svg', 4046),
(9, 5, 'App\\Model\\Service\\Category', 'public/uploads/plant-797537684.png', 'file', '', 'plant.png', '2020-09-08 22:01:30', '2020-09-08 22:01:30', 'png', 2858),
(10, 6, 'App\\Model\\Service\\Category', 'public/uploads/services-d-1125546394.png', 'file', '', 'services-deposit.png', '2020-09-08 22:03:56', '2020-09-08 22:03:56', 'png', 203684),
(11, 7, 'App\\Model\\Service\\Category', 'public/uploads/bod-48037275.png', 'file', '', 'bod.png', '2020-09-08 22:04:55', '2020-09-08 22:04:55', 'png', 8919),
(12, 8, 'App\\Model\\Service\\Category', 'public/uploads/bod-208486690.png', 'file', '', 'bod.png', '2020-09-08 22:05:34', '2020-09-08 22:05:34', 'png', 8919),
(13, 9, 'App\\Model\\Service\\Category', 'public/uploads/bod-794799340.png', 'file', '', 'bod.png', '2020-09-08 22:06:18', '2020-09-08 22:06:18', 'png', 8919),
(14, 10, 'App\\Model\\Service\\Category', 'public/uploads/bod-2689214.png', 'file', '', 'bod.png', '2020-09-08 22:06:49', '2020-09-08 22:06:49', 'png', 8919),
(15, 2, 'App\\Model\\Service\\Category', 'public/uploads/money-528186650.svg', 'file', '', 'money.svg', '2020-09-08 22:10:15', '2020-09-08 22:10:15', 'svg', 4046),
(16, 5, 'App\\Model\\CompanyInfo\\CompanyInfo', 'public/uploads/rectangle--2099884618.png', 'file', '', 'Rectangle 48.png', '2020-09-08 22:41:52', '2020-09-08 22:41:52', 'png', 243970),
(18, 2, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-3-1884698871.png', 'file', '', 'image 3.png', '2020-09-08 23:57:37', '2020-09-08 23:57:37', 'png', 10282),
(19, 3, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-4-961233875.png', 'file', '', 'image 4.png', '2020-09-08 23:58:02', '2020-09-08 23:58:02', 'png', 10184),
(20, 4, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-5-1220231698.png', 'file', '', 'image 5.png', '2020-09-08 23:58:43', '2020-09-08 23:58:43', 'png', 7611),
(21, 5, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-6-146358434.png', 'file', '', 'image 6.png', '2020-09-08 23:59:18', '2020-09-08 23:59:18', 'png', 10572),
(22, 6, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-7-1008287811.png', 'file', '', 'image 7.png', '2020-09-08 23:59:45', '2020-09-08 23:59:45', 'png', 4862),
(23, 7, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-8-288719805.png', 'file', '', 'image 8.png', '2020-09-09 00:00:13', '2020-09-09 00:00:13', 'png', 7908),
(24, 8, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-9-516968420.png', 'file', '', 'image 9.png', '2020-09-09 00:00:52', '2020-09-09 00:00:52', 'png', 10024),
(25, 2, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-9-1981651083.png', 'file', '', 'image 9.png', '2020-09-09 00:02:13', '2020-09-09 00:02:13', 'png', 10024),
(26, 3, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-9-155958112.png', 'file', '', 'image 9.png', '2020-09-09 00:02:23', '2020-09-09 00:02:23', 'png', 10024),
(27, 4, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-9-791576047.png', 'file', '', 'image 9.png', '2020-09-09 00:02:37', '2020-09-09 00:02:37', 'png', 10024),
(28, 5, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-9-1477814502.png', 'file', '', 'image 9.png', '2020-09-09 00:02:45', '2020-09-09 00:02:45', 'png', 10024),
(29, 6, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-9-769153221.png', 'file', '', 'image 9.png', '2020-09-09 00:02:56', '2020-09-09 00:02:56', 'png', 10024),
(30, 7, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-9-1733967493.png', 'file', '', 'image 9.png', '2020-09-09 00:03:12', '2020-09-09 00:03:12', 'png', 10024),
(31, 8, 'App\\Model\\Remittance\\Remittance', 'public/uploads/image-9-1502166384.png', 'file', '', 'image 9.png', '2020-09-09 00:03:21', '2020-09-09 00:03:21', 'png', 10024),
(32, 6, 'App\\Model\\CompanyInfo\\CompanyInfo', 'public/uploads/laptop-1-1851117055.png', 'file', '', 'laptop 1.png', '2020-09-09 00:12:26', '2020-09-09 00:12:26', 'png', 200471),
(33, 7, 'App\\Model\\CompanyInfo\\CompanyInfo', 'public/uploads/mobile-1-1278670550.png', 'file', '', 'mobile 1.png', '2020-09-09 00:13:42', '2020-09-09 00:13:42', 'png', 51948),
(34, 8, 'App\\Model\\CompanyInfo\\CompanyInfo', 'public/uploads/apple-app--1106680964.png', 'file', '', 'apple-app-store-btn 1.png', '2020-09-09 00:28:50', '2020-09-09 00:28:50', 'png', 4805),
(35, 9, 'App\\Model\\CompanyInfo\\CompanyInfo', 'public/uploads/google-pla-1598282608.png', 'file', '', 'google-playstore-btn 1.png', '2020-09-09 00:29:46', '2020-09-09 00:29:46', 'png', 5020),
(36, 10, 'App\\Model\\CompanyInfo\\CompanyInfo', 'public/uploads/services-d-1980551408.png', 'file', '', 'services-deposit1.png', '2020-09-09 00:44:01', '2020-09-09 00:44:01', 'png', 301195),
(37, 10, 'App\\Model\\CompanyInfo\\CompanyInfo', 'public/uploads/plant-1856781596.png', 'file', '', 'plant.png', '2020-09-09 00:45:39', '2020-09-09 00:45:39', 'png', 2858),
(38, 1, 'App\\Model\\Remittance\\Remittance', 'public/uploads/1-1608102747.jpg', 'file', '', '1.jpg', '2020-09-09 09:53:12', '2020-09-09 09:53:12', 'jpg', 198566);

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_gallery_category`
--

CREATE TABLE `info_cms_gallery_category` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `category_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_gallery_content`
--

CREATE TABLE `info_cms_gallery_content` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `category_id` int(11) NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_importent_link`
--

CREATE TABLE `info_cms_importent_link` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `link` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_by` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_interest_deposit`
--

CREATE TABLE `info_cms_interest_deposit` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rate` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_interest_loan`
--

CREATE TABLE `info_cms_interest_loan` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `rate` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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 `info_cms_interest_loan`
--

INSERT INTO `info_cms_interest_loan` (`id`, `name`, `rate`, `created_id`, `updated_id`, `created_at`, `updated_at`) VALUES
(1, 'Agriculture', '10', 1, NULL, '2020-09-09 09:44:29', '2020-09-09 09:44:29');

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_member`
--

CREATE TABLE `info_cms_member` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` int(11) NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `designation` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_by` int(11) NOT NULL,
  `order` int(11) NOT NULL,
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_menu`
--

CREATE TABLE `info_cms_menu` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `parent_id` bigint(20) DEFAULT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `url` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `layout` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `level` int(11) NOT NULL DEFAULT '0',
  `order` bigint(20) DEFAULT NULL,
  `created_id` bigint(20) UNSIGNED DEFAULT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_message`
--

CREATE TABLE `info_cms_message` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `send_from_email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `address` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `reply_message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `reply_by_email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_multi_lang_districts`
--

CREATE TABLE `info_cms_multi_lang_districts` (
  `ID` int(11) NOT NULL,
  `PROVIENCE_REGION_ID` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `name_ne` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
  `CODE` varchar(10) DEFAULT NULL,
  `STATUS` int(11) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_multi_lang_municipalities`
--

CREATE TABLE `info_cms_multi_lang_municipalities` (
  `ID` int(11) NOT NULL,
  `PROVIENCE_REGION_ID` int(11) DEFAULT NULL,
  `DISTRICT_ID` int(11) DEFAULT NULL,
  `name` varchar(100) DEFAULT NULL,
  `name_ne` varchar(100) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_multi_lang_provinces`
--

CREATE TABLE `info_cms_multi_lang_provinces` (
  `ID` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `name_ne` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
  `CODE` varchar(10) DEFAULT NULL,
  `STATUS` int(11) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_news_notice`
--

CREATE TABLE `info_cms_news_notice` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` int(11) NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `summary` text COLLATE utf8mb4_unicode_ci,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `order` bigint(20) NOT NULL,
  `youtube` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_password_resets`
--

CREATE TABLE `info_cms_password_resets` (
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_popup`
--

CREATE TABLE `info_cms_popup` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_by` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_profile`
--

CREATE TABLE `info_cms_profile` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `address` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `fax` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `google_map` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_remittance`
--

CREATE TABLE `info_cms_remittance` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_by` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_id` bigint(20) UNSIGNED DEFAULT NULL,
  `updated_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 `info_cms_remittance`
--

INSERT INTO `info_cms_remittance` (`id`, `name`, `order_by`, `status`, `created_id`, `updated_id`, `created_at`, `updated_at`) VALUES
(1, 'niraja', 1, 1, 1, NULL, '2020-09-09 09:53:12', '2020-09-09 09:53:12');

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_report`
--

CREATE TABLE `info_cms_report` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_service_center`
--

CREATE TABLE `info_cms_service_center` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `center_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `address` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `phone` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_by` int(11) NOT NULL,
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_site_map`
--

CREATE TABLE `info_cms_site_map` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `menu_id` bigint(20) UNSIGNED NOT NULL,
  `layout_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_id` bigint(20) UNSIGNED DEFAULT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_slider`
--

CREATE TABLE `info_cms_slider` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_by` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_sociallink`
--

CREATE TABLE `info_cms_sociallink` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `link` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_by` int(11) NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_id` bigint(20) UNSIGNED NOT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_users`
--

CREATE TABLE `info_cms_users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_super` tinyint(1) NOT NULL DEFAULT '0',
  `user_type` tinyint(1) NOT NULL DEFAULT '0' COMMENT '0->General User 1->Admin',
  `company_id` int(10) UNSIGNED NOT NULL,
  `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `username` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `phone` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `info_cms_users`
--

INSERT INTO `info_cms_users` (`id`, `name`, `email`, `email_verified_at`, `password`, `is_super`, `user_type`, `company_id`, `remember_token`, `created_at`, `updated_at`, `username`, `phone`, `deleted_at`) VALUES
(1, 'Demo User', 'demo@infodevelopers.com.np', NULL, '$2y$10$De6Xo6YFJdXQRdPxXyTUKuZx5.gHUoMSuSg00J6wkwFRIysHtMkv6', 1, 1, 1, NULL, '2020-09-09 07:58:30', '2020-09-09 07:58:30', NULL, NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_user_login_histories`
--

CREATE TABLE `info_cms_user_login_histories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL,
  `login_at` datetime DEFAULT NULL,
  `logout_at` datetime DEFAULT NULL,
  `login_ip` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `guard` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `info_cms_vacancy`
--

CREATE TABLE `info_cms_vacancy` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `title` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `qualification` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `responsibilities` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `skills` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `created_id` bigint(20) UNSIGNED DEFAULT NULL,
  `updated_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;

-- --------------------------------------------------------

--
-- Table structure for table `laravel_logger_activity`
--

CREATE TABLE `laravel_logger_activity` (
  `id` int(10) UNSIGNED NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `userType` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `userId` int(11) DEFAULT NULL,
  `route` longtext COLLATE utf8mb4_unicode_ci,
  `ipAddress` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `userAgent` text COLLATE utf8mb4_unicode_ci,
  `locale` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referer` longtext COLLATE utf8mb4_unicode_ci,
  `methodType` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `laravel_logger_activity`
--

INSERT INTO `laravel_logger_activity` (`id`, `description`, `userType`, `userId`, `route`, `ipAddress`, `userAgent`, `locale`, `referer`, `methodType`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:03:35', '2020-09-09 08:03:35', NULL),
(2, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=deposit', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/deposit', 'GET', '2020-09-09 08:04:54', '2020-09-09 08:04:54', NULL),
(3, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:26:27', '2020-09-09 08:26:27', NULL),
(4, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:26:43', '2020-09-09 08:26:43', NULL),
(5, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 08:26:47', '2020-09-09 08:26:47', NULL),
(6, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 08:27:35', '2020-09-09 08:27:35', NULL),
(7, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:28:35', '2020-09-09 08:28:35', NULL),
(8, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 08:28:37', '2020-09-09 08:28:37', NULL),
(9, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 08:29:31', '2020-09-09 08:29:31', NULL),
(10, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:29:33', '2020-09-09 08:29:33', NULL),
(11, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:29:57', '2020-09-09 08:29:57', NULL),
(12, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:31:22', '2020-09-09 08:31:22', NULL),
(13, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:31:34', '2020-09-09 08:31:34', NULL),
(14, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:31:38', '2020-09-09 08:31:38', NULL),
(15, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:31:50', '2020-09-09 08:31:50', NULL),
(16, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:32:11', '2020-09-09 08:32:11', NULL),
(17, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:32:20', '2020-09-09 08:32:20', NULL),
(18, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:35:43', '2020-09-09 08:35:43', NULL),
(19, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:35:49', '2020-09-09 08:35:49', NULL),
(20, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:36:24', '2020-09-09 08:36:24', NULL),
(21, 'Viewed frontapi/en/page', 'Registered', 1, 'http://localhost/frontapi/en/page?slug=make-payments', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/page/make-payments', 'GET', '2020-09-09 08:36:31', '2020-09-09 08:36:31', NULL),
(22, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:37:40', '2020-09-09 08:37:40', NULL),
(23, 'Viewed frontapi/en/page', 'Registered', 1, 'http://localhost/frontapi/en/page?slug=make-payments', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/page/make-payments', 'GET', '2020-09-09 08:37:43', '2020-09-09 08:37:43', NULL),
(24, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:37:46', '2020-09-09 08:37:46', NULL),
(25, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:37:48', '2020-09-09 08:37:48', NULL),
(26, 'Viewed frontapi/en/page', 'Registered', 1, 'http://localhost/frontapi/en/page?slug=365-banking-service', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/page/365-banking-service', 'GET', '2020-09-09 08:37:51', '2020-09-09 08:37:51', NULL),
(27, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:37:54', '2020-09-09 08:37:54', NULL),
(28, 'Viewed frontapi/en/page', 'Registered', 1, 'http://localhost/frontapi/en/page?slug=sms-banking', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/page/sms-banking', 'GET', '2020-09-09 08:37:55', '2020-09-09 08:37:55', NULL),
(29, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:37:58', '2020-09-09 08:37:58', NULL),
(30, 'Viewed frontapi/en/page', 'Registered', 1, 'http://localhost/frontapi/en/page?slug=online-banking', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/page/online-banking', 'GET', '2020-09-09 08:38:00', '2020-09-09 08:38:00', NULL),
(31, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:38:07', '2020-09-09 08:38:07', NULL),
(32, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:38:38', '2020-09-09 08:38:38', NULL),
(33, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:49:02', '2020-09-09 08:49:02', NULL),
(34, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 08:53:02', '2020-09-09 08:53:02', NULL),
(35, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:56:10', '2020-09-09 08:56:10', NULL),
(36, 'Viewed frontapi/en/page', 'Registered', 1, 'http://localhost/frontapi/en/page?slug=online-account-opening', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/page/online-account-opening', 'GET', '2020-09-09 08:56:51', '2020-09-09 08:56:51', NULL),
(37, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 08:56:54', '2020-09-09 08:56:54', NULL),
(38, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:01:58', '2020-09-09 09:01:58', NULL),
(39, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:05:00', '2020-09-09 09:05:00', NULL),
(40, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:06:20', '2020-09-09 09:06:20', NULL),
(41, 'Viewed frontapi/en/page', 'Registered', 1, 'http://localhost/frontapi/en/page?slug=online-account-opening', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/page/online-account-opening', 'GET', '2020-09-09 09:06:25', '2020-09-09 09:06:25', NULL),
(42, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:06:26', '2020-09-09 09:06:26', NULL),
(43, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:07:36', '2020-09-09 09:07:36', NULL),
(44, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:07:55', '2020-09-09 09:07:55', NULL),
(45, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=deposit', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/deposit', 'GET', '2020-09-09 09:08:00', '2020-09-09 09:08:00', NULL),
(46, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:08:02', '2020-09-09 09:08:02', NULL),
(47, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:11:08', '2020-09-09 09:11:08', NULL),
(48, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:11:32', '2020-09-09 09:11:32', NULL),
(49, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:26:10', '2020-09-09 09:26:10', NULL),
(50, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:26:31', '2020-09-09 09:26:31', NULL),
(51, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:27:04', '2020-09-09 09:27:04', NULL),
(52, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:27:10', '2020-09-09 09:27:10', NULL),
(53, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:27:45', '2020-09-09 09:27:45', NULL),
(54, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:28:00', '2020-09-09 09:28:00', NULL),
(55, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:28:35', '2020-09-09 09:28:35', NULL),
(56, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 09:29:03', '2020-09-09 09:29:03', NULL),
(57, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:29:25', '2020-09-09 09:29:25', NULL),
(58, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:32:05', '2020-09-09 09:32:05', NULL),
(59, 'Viewed frontapi/en/page', 'Registered', 1, 'http://localhost/frontapi/en/page?slug=sms-banking', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/page/sms-banking', 'GET', '2020-09-09 09:32:38', '2020-09-09 09:32:38', NULL),
(60, 'Viewed frontapi/en/page', 'Registered', 1, 'http://localhost/frontapi/en/page?slug=sms-banking', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/page/sms-banking', 'GET', '2020-09-09 09:33:38', '2020-09-09 09:33:38', NULL),
(61, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:33:40', '2020-09-09 09:33:40', NULL),
(62, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:35:31', '2020-09-09 09:35:31', NULL),
(63, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=deposit', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/deposit', 'GET', '2020-09-09 09:35:37', '2020-09-09 09:35:37', NULL),
(64, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=deposit', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/deposit', 'GET', '2020-09-09 09:36:10', '2020-09-09 09:36:10', NULL),
(65, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=deposit', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/deposit', 'GET', '2020-09-09 09:36:16', '2020-09-09 09:36:16', NULL),
(66, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:36:19', '2020-09-09 09:36:19', NULL),
(67, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:36:24', '2020-09-09 09:36:24', NULL),
(68, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:37:01', '2020-09-09 09:37:01', NULL),
(69, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:37:37', '2020-09-09 09:37:37', NULL),
(70, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:37:54', '2020-09-09 09:37:54', NULL),
(71, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:39:04', '2020-09-09 09:39:04', NULL),
(72, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 09:39:14', '2020-09-09 09:39:14', NULL),
(73, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:39:27', '2020-09-09 09:39:27', NULL),
(74, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:40:34', '2020-09-09 09:40:34', NULL),
(75, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:43:42', '2020-09-09 09:43:42', NULL),
(76, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:44:35', '2020-09-09 09:44:35', NULL),
(77, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 09:46:09', '2020-09-09 09:46:09', NULL),
(78, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:47:18', '2020-09-09 09:47:18', NULL),
(79, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:48:13', '2020-09-09 09:48:13', NULL),
(80, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:52:39', '2020-09-09 09:52:39', NULL),
(81, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:53:16', '2020-09-09 09:53:16', NULL),
(82, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 09:53:39', '2020-09-09 09:53:39', NULL),
(83, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:54:27', '2020-09-09 09:54:27', NULL),
(84, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:54:43', '2020-09-09 09:54:43', NULL),
(85, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:55:58', '2020-09-09 09:55:58', NULL),
(86, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:56:30', '2020-09-09 09:56:30', NULL),
(87, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:57:25', '2020-09-09 09:57:25', NULL),
(88, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:58:05', '2020-09-09 09:58:05', NULL),
(89, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 09:59:35', '2020-09-09 09:59:35', NULL),
(90, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:02:33', '2020-09-09 10:02:33', NULL),
(91, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 10:07:25', '2020-09-09 10:07:25', NULL),
(92, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:07:37', '2020-09-09 10:07:37', NULL),
(93, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:08:12', '2020-09-09 10:08:12', NULL),
(94, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:08:24', '2020-09-09 10:08:24', NULL),
(95, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:09:00', '2020-09-09 10:09:00', NULL),
(96, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:09:19', '2020-09-09 10:09:19', NULL),
(97, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:10:04', '2020-09-09 10:10:04', NULL),
(98, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:11:44', '2020-09-09 10:11:44', NULL),
(99, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:17:06', '2020-09-09 10:17:06', NULL),
(100, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:18:11', '2020-09-09 10:18:11', NULL),
(101, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:21:16', '2020-09-09 10:21:16', NULL),
(102, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:26:30', '2020-09-09 10:26:30', NULL),
(103, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:28:39', '2020-09-09 10:28:39', NULL),
(104, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:28:57', '2020-09-09 10:28:57', NULL),
(105, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:29:13', '2020-09-09 10:29:13', NULL),
(106, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:29:32', '2020-09-09 10:29:32', NULL),
(107, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:34:48', '2020-09-09 10:34:48', NULL),
(108, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:37:32', '2020-09-09 10:37:32', NULL),
(109, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:38:33', '2020-09-09 10:38:33', NULL),
(110, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 10:42:46', '2020-09-09 10:42:46', NULL),
(111, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 10:43:20', '2020-09-09 10:43:20', NULL),
(112, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:44:39', '2020-09-09 10:44:39', NULL),
(113, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:46:53', '2020-09-09 10:46:53', NULL),
(114, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=deposit', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/deposit', 'GET', '2020-09-09 10:47:52', '2020-09-09 10:47:52', NULL),
(115, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loan', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loan', 'GET', '2020-09-09 10:47:56', '2020-09-09 10:47:56', NULL),
(116, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=deposit', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/deposit', 'GET', '2020-09-09 10:48:00', '2020-09-09 10:48:00', NULL),
(117, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:50:00', '2020-09-09 10:50:00', NULL),
(118, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:50:03', '2020-09-09 10:50:03', NULL),
(119, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:50:22', '2020-09-09 10:50:22', NULL),
(120, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loan', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loan', 'GET', '2020-09-09 10:50:30', '2020-09-09 10:50:30', NULL),
(121, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:53:07', '2020-09-09 10:53:07', NULL),
(122, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loan', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loan', 'GET', '2020-09-09 10:53:15', '2020-09-09 10:53:15', NULL),
(123, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loan', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loan', 'GET', '2020-09-09 10:53:18', '2020-09-09 10:53:18', NULL),
(124, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loan', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 10:55:35', '2020-09-09 10:55:35', NULL),
(125, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loan', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 10:55:40', '2020-09-09 10:55:40', NULL),
(126, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 10:55:57', '2020-09-09 10:55:57', NULL),
(127, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:56:13', '2020-09-09 10:56:13', NULL),
(128, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 10:56:28', '2020-09-09 10:56:28', NULL),
(129, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:56:59', '2020-09-09 10:56:59', NULL),
(130, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 10:57:08', '2020-09-09 10:57:08', NULL),
(131, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:58:28', '2020-09-09 10:58:28', NULL),
(132, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:58:30', '2020-09-09 10:58:30', NULL),
(133, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:58:33', '2020-09-09 10:58:33', NULL),
(134, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 10:58:45', '2020-09-09 10:58:45', NULL),
(135, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 10:59:09', '2020-09-09 10:59:09', NULL),
(136, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:59:19', '2020-09-09 10:59:19', NULL),
(137, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 10:59:27', '2020-09-09 10:59:27', NULL),
(138, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:59:31', '2020-09-09 10:59:31', NULL),
(139, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 10:59:51', '2020-09-09 10:59:51', NULL),
(140, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 11:00:01', '2020-09-09 11:00:01', NULL),
(141, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 11:00:21', '2020-09-09 11:00:21', NULL),
(142, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 11:02:43', '2020-09-09 11:02:43', NULL),
(143, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 11:02:48', '2020-09-09 11:02:48', NULL),
(144, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 11:02:51', '2020-09-09 11:02:51', NULL),
(145, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 11:03:01', '2020-09-09 11:03:01', NULL),
(146, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 11:03:15', '2020-09-09 11:03:15', NULL),
(147, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 11:03:40', '2020-09-09 11:03:40', NULL),
(148, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 12:07:35', '2020-09-09 12:07:35', NULL),
(149, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:11:01', '2020-09-09 12:11:01', NULL),
(150, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:11:15', '2020-09-09 12:11:15', NULL),
(151, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:12:35', '2020-09-09 12:12:35', NULL),
(152, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', NULL, 'GET', '2020-09-09 12:13:12', '2020-09-09 12:13:12', NULL),
(153, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 12:13:15', '2020-09-09 12:13:15', NULL),
(154, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:13:39', '2020-09-09 12:13:39', NULL),
(155, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 12:13:52', '2020-09-09 12:13:52', NULL),
(156, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:14:02', '2020-09-09 12:14:02', NULL),
(157, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:14:15', '2020-09-09 12:14:15', NULL),
(158, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:14:21', '2020-09-09 12:14:21', NULL),
(159, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:15:16', '2020-09-09 12:15:16', NULL),
(160, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:15:18', '2020-09-09 12:15:18', NULL),
(161, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:15:36', '2020-09-09 12:15:36', NULL),
(162, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:16:20', '2020-09-09 12:16:20', NULL);
INSERT INTO `laravel_logger_activity` (`id`, `description`, `userType`, `userId`, `route`, `ipAddress`, `userAgent`, `locale`, `referer`, `methodType`, `created_at`, `updated_at`, `deleted_at`) VALUES
(163, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:16:55', '2020-09-09 12:16:55', NULL),
(164, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:17:41', '2020-09-09 12:17:41', NULL),
(165, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:17:43', '2020-09-09 12:17:43', NULL),
(166, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:18:15', '2020-09-09 12:18:15', NULL),
(167, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:18:26', '2020-09-09 12:18:26', NULL),
(168, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:20:04', '2020-09-09 12:20:04', NULL),
(169, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:20:07', '2020-09-09 12:20:07', NULL),
(170, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:21:07', '2020-09-09 12:21:07', NULL),
(171, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:21:09', '2020-09-09 12:21:09', NULL),
(172, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:21:24', '2020-09-09 12:21:24', NULL),
(173, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:21:31', '2020-09-09 12:21:31', NULL),
(174, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:22:09', '2020-09-09 12:22:09', NULL),
(175, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:22:25', '2020-09-09 12:22:25', NULL),
(176, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:22:28', '2020-09-09 12:22:28', NULL),
(177, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:24:27', '2020-09-09 12:24:27', NULL),
(178, 'Viewed frontapi/en/home', 'Registered', 1, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 12:28:11', '2020-09-09 12:28:11', NULL),
(179, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:29:22', '2020-09-09 12:29:22', NULL),
(180, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:30:31', '2020-09-09 12:30:31', NULL),
(181, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:30:51', '2020-09-09 12:30:51', NULL),
(182, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:31:05', '2020-09-09 12:31:05', NULL),
(183, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:31:14', '2020-09-09 12:31:14', NULL),
(184, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:31:28', '2020-09-09 12:31:28', NULL),
(185, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:31:32', '2020-09-09 12:31:32', NULL),
(186, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:31:34', '2020-09-09 12:31:34', NULL),
(187, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:31:39', '2020-09-09 12:31:39', NULL),
(188, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:32:20', '2020-09-09 12:32:20', NULL),
(189, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:33:37', '2020-09-09 12:33:37', NULL),
(190, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:33:39', '2020-09-09 12:33:39', NULL),
(191, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:34:17', '2020-09-09 12:34:17', NULL),
(192, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:34:39', '2020-09-09 12:34:39', NULL),
(193, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:35:00', '2020-09-09 12:35:00', NULL),
(194, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:35:02', '2020-09-09 12:35:02', NULL),
(195, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:35:12', '2020-09-09 12:35:12', NULL),
(196, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:35:14', '2020-09-09 12:35:14', NULL),
(197, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:35:29', '2020-09-09 12:35:29', NULL),
(198, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:35:31', '2020-09-09 12:35:31', NULL),
(199, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:36:39', '2020-09-09 12:36:39', NULL),
(200, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:36:49', '2020-09-09 12:36:49', NULL),
(201, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:36:52', '2020-09-09 12:36:52', NULL),
(202, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:37:24', '2020-09-09 12:37:24', NULL),
(203, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:37:46', '2020-09-09 12:37:46', NULL),
(204, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:37:48', '2020-09-09 12:37:48', NULL),
(205, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:38:21', '2020-09-09 12:38:21', NULL),
(206, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:38:23', '2020-09-09 12:38:23', NULL),
(207, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:39:03', '2020-09-09 12:39:03', NULL),
(208, 'Viewed frontapi/en/service', 'Registered', 1, 'http://localhost/frontapi/en/service?slug=loans', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/services/loans', 'GET', '2020-09-09 12:39:06', '2020-09-09 12:39:06', NULL),
(209, 'Viewed frontapi/en/home', 'Guest', NULL, 'http://localhost/frontapi/en/home', '::1', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36', 'en-US,en;q=0.9', 'http://localhost/', 'GET', '2020-09-09 22:43:21', '2020-09-09 22:43:21', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `migrations`
--

CREATE TABLE `migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `migration` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_11_000000_create_companies_table', 1),
(2, '2014_10_12_000000_create_users_table', 1),
(3, '2014_10_12_100000_create_password_resets_table', 1),
(4, '2016_06_01_000001_create_oauth_auth_codes_table', 1),
(5, '2016_06_01_000002_create_oauth_access_tokens_table', 1),
(6, '2016_06_01_000003_create_oauth_refresh_tokens_table', 1),
(7, '2016_06_01_000004_create_oauth_clients_table', 1),
(8, '2016_06_01_000005_create_oauth_personal_access_clients_table', 1),
(9, '2017_11_04_103444_create_laravel_logger_activity_table', 1),
(10, '2020_02_04_105008_create_auth_groups_table', 1),
(11, '2020_02_04_105656_create_auth_permissions_table', 1),
(12, '2020_02_04_105758_create_auth_permission_groups_table', 1),
(13, '2020_02_04_105901_create_auth_user_permission_groups_table', 1),
(14, '2020_03_03_084123_create_table_files_migration', 1),
(15, '2020_03_12_104310_add_user_extra_information', 1),
(16, '2020_03_16_093907_add_deleted_at_column_to_user', 1),
(17, '2020_03_25_094413_create_user_login_histories_table', 1),
(18, '2020_03_28_060632_add_extension_in_files', 1),
(19, '2020_03_30_101643_add_size_in_files_table', 1),
(20, '2020_04_10_100928_region_tables', 1),
(21, '2020_06_16_045434_create_info_cms_slider_table', 1),
(22, '2020_06_16_093527_create_info_cms_profile_table', 1),
(23, '2020_06_17_065609_create_info_cms_popup_table', 1),
(24, '2020_06_17_073233_create_info_cms_sociallink_table', 1),
(25, '2020_06_17_080604_create_info_cms_report_table', 1),
(26, '2020_06_17_101643_create_info_cms_member_table', 1),
(27, '2020_06_18_094025_create_info_cms_gallery_category_table', 1),
(28, '2020_06_18_094112_create_info_cms_gallery_content_table', 1),
(29, '2020_06_18_112630_create_info_cms_service_center_table', 1),
(30, '2020_06_19_043826_create_info_cms_menu_table', 1),
(31, '2020_06_19_055107_create_info_cms_download_table', 1),
(32, '2020_06_19_061919_create_info_cms_interest_deposit_table', 1),
(33, '2020_06_19_062001_create_info_cms_interest_loan_table', 1),
(34, '2020_06_19_074418_create_info_cms_department_table', 1),
(35, '2020_06_19_080036_create_info_cms_importent_link_table', 1),
(36, '2020_06_21_061715_create_info_cms_news_notice_table', 1),
(37, '2020_06_22_045536_create_info_cms_site_map_table', 1),
(38, '2020_07_15_043502_create_info_cms_vacancy_table', 1),
(39, '2020_08_19_122543_create_info_cms_message_table', 1),
(40, '2020_08_26_132617_create_info_cms_remittance_table', 1),
(41, '2020_09_02_073731_create_info_cms_company_info_table', 1),
(42, '2020_09_03_161606_create_services_categories_table', 1);

-- --------------------------------------------------------

--
-- Table structure for table `oauth_access_tokens`
--

CREATE TABLE `oauth_access_tokens` (
  `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `client_id` int(10) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `scopes` text COLLATE utf8mb4_unicode_ci,
  `revoked` tinyint(1) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_auth_codes`
--

CREATE TABLE `oauth_auth_codes` (
  `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `client_id` int(10) UNSIGNED NOT NULL,
  `scopes` text COLLATE utf8mb4_unicode_ci,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_clients`
--

CREATE TABLE `oauth_clients` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `secret` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `redirect` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `personal_access_client` tinyint(1) NOT NULL,
  `password_client` tinyint(1) NOT NULL,
  `revoked` tinyint(1) 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 `oauth_personal_access_clients`
--

CREATE TABLE `oauth_personal_access_clients` (
  `id` int(10) UNSIGNED NOT NULL,
  `client_id` int(10) UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `oauth_refresh_tokens`
--

CREATE TABLE `oauth_refresh_tokens` (
  `id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `access_token_id` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `revoked` tinyint(1) NOT NULL,
  `expires_at` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `service_categories`
--

CREATE TABLE `service_categories` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `parent_id` bigint(20) DEFAULT NULL,
  `slug` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `icon` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `summary` text COLLATE utf8mb4_unicode_ci,
  `level` int(11) NOT NULL DEFAULT '0',
  `order` bigint(20) DEFAULT NULL,
  `created_id` bigint(20) UNSIGNED DEFAULT NULL,
  `updated_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 `service_categories`
--

INSERT INTO `service_categories` (`id`, `name`, `description`, `status`, `parent_id`, `slug`, `icon`, `summary`, `level`, `order`, `created_id`, `updated_id`, `created_at`, `updated_at`) VALUES
(1, 'Deposit', '<p>VYCCU Savings offers a wide range of deposit products that caters to your requirement. In order to expand community participation</p>', 1, NULL, 'deposit', 'deposit', 'VYCCU Savings offers a wide range of deposit products that caters to your requirement. In order to expand community participation', 0, 1, 1, NULL, '2020-09-08 21:51:42', '2020-09-08 21:51:42'),
(2, 'Loans', '<p>&nbsp;&nbsp;&nbsp;In&nbsp;cooperation&nbsp;with&nbsp;various&nbsp;consumer&nbsp;shops,&nbsp;discount&nbsp;cards&nbsp;are</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;being&nbsp;provided&nbsp;to&nbsp;its&nbsp;members&nbsp;to&nbsp;save&nbsp;them&nbsp;from&nbsp;the&nbsp;rising</p>\n\n<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;inflation</p>', 1, NULL, 'loans', 'loansicon', 'In cooperation with various consumer shops, discount cards are\nbeing provided to its members to save them from the rising\ninflation', 0, 2, 1, 1, '2020-09-08 21:53:30', '2020-09-08 22:10:15'),
(3, 'Remittance', '<p>We provide various services for online money transfers. Our service is the best known, most secure and reliable online service. You can send or receive money within minute to/from other people around the globe. You pay the lowest fees in the market for your transfer. Recipients do not require a bank account to receive funds.</p>', 1, NULL, 'remittance', 'Remittanceicon', 'We provide various services for online money transfers. Our service is the best known, most secure and reliable online service.', 0, 3, 1, 1, '2020-09-08 21:55:00', '2020-09-08 23:37:01'),
(4, 'Other Services', '<p>Engaged in promoting the use of compost gas as an alternative energy in order to mitigate environmental destruction and pollution.</p>', 1, NULL, 'other-services', 'other service icon', 'Engaged in promoting the use of compost gas as an alternative energy in order to mitigate environmental destruction and pollution.', 0, 4, 1, NULL, '2020-09-08 21:58:53', '2020-09-08 21:58:53'),
(5, 'Agriculture', '<p>agriculture</p>', 1, 2, 'agriculture', 'agriculture icon', 'agriculture', 1, 5, 1, NULL, '2020-09-08 22:01:30', '2020-09-08 22:01:30'),
(6, 'Business', '<p>business</p>', 1, 2, 'business', 'ic-business', 'business', 1, 6, 1, 1, '2020-09-08 22:03:56', '2020-09-09 09:38:54'),
(7, 'Career', '<p>carrer</p>', 1, 2, 'career', 'careericon', 'carrer', 1, 7, 1, NULL, '2020-09-08 22:04:54', '2020-09-08 22:04:54'),
(8, 'Education', '<p>education</p>', 1, 2, 'education', 'education icon', 'education', 1, 8, 1, NULL, '2020-09-08 22:05:34', '2020-09-08 22:05:34'),
(9, 'Home', '<p>home</p>', 1, 2, 'home', 'home icon', 'home', 1, 9, 1, NULL, '2020-09-08 22:06:18', '2020-09-08 22:06:18'),
(10, 'Industry', '<p>industry</p>', 1, 2, 'industry', 'industry icon', 'industry', 1, 10, 1, NULL, '2020-09-08 22:06:48', '2020-09-08 22:06:48');

-- --------------------------------------------------------

--
-- Table structure for table `service_contents`
--

CREATE TABLE `service_contents` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` tinyint(1) NOT NULL DEFAULT '1',
  `category_id` bigint(20) UNSIGNED NOT NULL,
  `layout_id` bigint(20) UNSIGNED DEFAULT NULL,
  `created_id` bigint(20) UNSIGNED DEFAULT NULL,
  `updated_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 `service_contents`
--

INSERT INTO `service_contents` (`id`, `name`, `description`, `status`, `category_id`, `layout_id`, `created_id`, `updated_id`, `created_at`, `updated_at`) VALUES
(1, 'hvh', '<h5 class=\"heading-01\">Deposit</h5>\n\n<p class=\"text-content mt-4 mb-3\">To help the people who run daily income generating business to expand their business, this type program has been conducted.</p>\n\n<ul class=\"deposit-list\">\n	<li>Can save the desired amount by staying at home or business spot</li>\n	<li>Interest is offered quarterly on the saving</li>\n	<li>Saved amount can easily be withdrawn from home or by visiting the office</li>\n	<li>Minimum Rs.10 to be deposited daily and even more can be deposited</li>\n	<li>After three months, loan can be obtained to expand business</li>\n	<li>Collateral fixed asset is not mandatory while obtaining loan</li>\n</ul>', 1, 5, NULL, 1, NULL, '2020-09-09 10:53:03', '2020-09-09 10:53:03'),
(2, 'kjsfd', '<h5 class=\"heading-01\">Deposit</h5>\n\n<p class=\"text-content mt-4 mb-3\">To help the people who run daily income generating business to expand their business, this type program has been conducted.</p>\n\n<ul class=\"deposit-list\">\n	<li>Can save the desired amount by staying at home or business spot</li>\n	<li>Interest is offered quarterly on the saving</li>\n	<li>Saved amount can easily be withdrawn from home or by visiting the office</li>\n	<li>Minimum Rs.10 to be deposited daily and even more can be deposited</li>\n	<li>After three months, loan can be obtained to expand business</li>\n	<li>Collateral fixed asset is not mandatory while obtaining loan</li>\n</ul>', 1, 8, NULL, 1, NULL, '2020-09-09 10:56:54', '2020-09-09 10:56:54');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `info_cms_auth_groups`
--
ALTER TABLE `info_cms_auth_groups`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `info_cms_auth_permissions`
--
ALTER TABLE `info_cms_auth_permissions`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `info_cms_auth_permission_groups`
--
ALTER TABLE `info_cms_auth_permission_groups`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `info_cms_auth_user_permission_groups`
--
ALTER TABLE `info_cms_auth_user_permission_groups`
  ADD PRIMARY KEY (`ID`);

--
-- Indexes for table `info_cms_companies`
--
ALTER TABLE `info_cms_companies`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_company_info`
--
ALTER TABLE `info_cms_company_info`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_department`
--
ALTER TABLE `info_cms_department`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_download`
--
ALTER TABLE `info_cms_download`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_files`
--
ALTER TABLE `info_cms_files`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_gallery_category`
--
ALTER TABLE `info_cms_gallery_category`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_gallery_content`
--
ALTER TABLE `info_cms_gallery_content`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_importent_link`
--
ALTER TABLE `info_cms_importent_link`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_interest_deposit`
--
ALTER TABLE `info_cms_interest_deposit`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_interest_loan`
--
ALTER TABLE `info_cms_interest_loan`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_member`
--
ALTER TABLE `info_cms_member`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_menu`
--
ALTER TABLE `info_cms_menu`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_message`
--
ALTER TABLE `info_cms_message`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_news_notice`
--
ALTER TABLE `info_cms_news_notice`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_password_resets`
--
ALTER TABLE `info_cms_password_resets`
  ADD KEY `info_cms_password_resets_email_index` (`email`);

--
-- Indexes for table `info_cms_popup`
--
ALTER TABLE `info_cms_popup`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_profile`
--
ALTER TABLE `info_cms_profile`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_remittance`
--
ALTER TABLE `info_cms_remittance`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_report`
--
ALTER TABLE `info_cms_report`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_service_center`
--
ALTER TABLE `info_cms_service_center`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_site_map`
--
ALTER TABLE `info_cms_site_map`
  ADD PRIMARY KEY (`id`),
  ADD KEY `info_cms_site_map_menu_id_foreign` (`menu_id`);

--
-- Indexes for table `info_cms_slider`
--
ALTER TABLE `info_cms_slider`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_sociallink`
--
ALTER TABLE `info_cms_sociallink`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_users`
--
ALTER TABLE `info_cms_users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `info_cms_users_email_unique` (`email`),
  ADD KEY `info_cms_users_company_id_foreign` (`company_id`);

--
-- Indexes for table `info_cms_user_login_histories`
--
ALTER TABLE `info_cms_user_login_histories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `info_cms_vacancy`
--
ALTER TABLE `info_cms_vacancy`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `laravel_logger_activity`
--
ALTER TABLE `laravel_logger_activity`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `oauth_access_tokens`
--
ALTER TABLE `oauth_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_access_tokens_user_id_index` (`user_id`);

--
-- Indexes for table `oauth_auth_codes`
--
ALTER TABLE `oauth_auth_codes`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `oauth_clients`
--
ALTER TABLE `oauth_clients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_clients_user_id_index` (`user_id`);

--
-- Indexes for table `oauth_personal_access_clients`
--
ALTER TABLE `oauth_personal_access_clients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_personal_access_clients_client_id_index` (`client_id`);

--
-- Indexes for table `oauth_refresh_tokens`
--
ALTER TABLE `oauth_refresh_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `oauth_refresh_tokens_access_token_id_index` (`access_token_id`);

--
-- Indexes for table `service_categories`
--
ALTER TABLE `service_categories`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `service_contents`
--
ALTER TABLE `service_contents`
  ADD PRIMARY KEY (`id`),
  ADD KEY `service_contents_category_id_foreign` (`category_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `info_cms_auth_groups`
--
ALTER TABLE `info_cms_auth_groups`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_auth_permissions`
--
ALTER TABLE `info_cms_auth_permissions`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
--
-- AUTO_INCREMENT for table `info_cms_auth_permission_groups`
--
ALTER TABLE `info_cms_auth_permission_groups`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_auth_user_permission_groups`
--
ALTER TABLE `info_cms_auth_user_permission_groups`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_companies`
--
ALTER TABLE `info_cms_companies`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `info_cms_company_info`
--
ALTER TABLE `info_cms_company_info`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT for table `info_cms_department`
--
ALTER TABLE `info_cms_department`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_download`
--
ALTER TABLE `info_cms_download`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_files`
--
ALTER TABLE `info_cms_files`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;
--
-- AUTO_INCREMENT for table `info_cms_gallery_category`
--
ALTER TABLE `info_cms_gallery_category`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_gallery_content`
--
ALTER TABLE `info_cms_gallery_content`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_importent_link`
--
ALTER TABLE `info_cms_importent_link`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_interest_deposit`
--
ALTER TABLE `info_cms_interest_deposit`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_interest_loan`
--
ALTER TABLE `info_cms_interest_loan`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `info_cms_member`
--
ALTER TABLE `info_cms_member`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_menu`
--
ALTER TABLE `info_cms_menu`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_message`
--
ALTER TABLE `info_cms_message`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_news_notice`
--
ALTER TABLE `info_cms_news_notice`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_popup`
--
ALTER TABLE `info_cms_popup`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_profile`
--
ALTER TABLE `info_cms_profile`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_remittance`
--
ALTER TABLE `info_cms_remittance`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `info_cms_report`
--
ALTER TABLE `info_cms_report`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_service_center`
--
ALTER TABLE `info_cms_service_center`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_site_map`
--
ALTER TABLE `info_cms_site_map`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_slider`
--
ALTER TABLE `info_cms_slider`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_sociallink`
--
ALTER TABLE `info_cms_sociallink`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_users`
--
ALTER TABLE `info_cms_users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `info_cms_user_login_histories`
--
ALTER TABLE `info_cms_user_login_histories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `info_cms_vacancy`
--
ALTER TABLE `info_cms_vacancy`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `laravel_logger_activity`
--
ALTER TABLE `laravel_logger_activity`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=210;
--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=43;
--
-- AUTO_INCREMENT for table `oauth_clients`
--
ALTER TABLE `oauth_clients`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `oauth_personal_access_clients`
--
ALTER TABLE `oauth_personal_access_clients`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `service_categories`
--
ALTER TABLE `service_categories`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `service_contents`
--
ALTER TABLE `service_contents`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- Constraints for dumped tables
--

--
-- Constraints for table `info_cms_site_map`
--
ALTER TABLE `info_cms_site_map`
  ADD CONSTRAINT `info_cms_site_map_menu_id_foreign` FOREIGN KEY (`menu_id`) REFERENCES `info_cms_menu` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `info_cms_users`
--
ALTER TABLE `info_cms_users`
  ADD CONSTRAINT `info_cms_users_company_id_foreign` FOREIGN KEY (`company_id`) REFERENCES `info_cms_companies` (`id`) ON DELETE CASCADE;

--
-- Constraints for table `service_contents`
--
ALTER TABLE `service_contents`
  ADD CONSTRAINT `service_contents_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `service_categories` (`id`) ON DELETE CASCADE;

/*!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 */;
