-- phpMyAdmin SQL Dump -- version 5.2.0 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jul 31, 2023 at 05:12 AM -- Server version: 10.4.27-MariaDB -- PHP Version: 8.1.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `bib_consult` -- -- -------------------------------------------------------- -- -- Table structure for table `tbl_accridiations` -- CREATE TABLE `tbl_accridiations` ( `accridiation_id` int(11) NOT NULL, `display` varchar(255) NOT NULL, `title` varchar(250) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `text` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `image` varchar(255) NOT NULL, `thumb` varchar(255) NOT NULL, `cover` varchar(255) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `tbl_activity_logs` -- CREATE TABLE `tbl_activity_logs` ( `activity_id` bigint(20) NOT NULL, `user_id` int(11) DEFAULT NULL, `controllerName` varchar(100) DEFAULT NULL, `methodName` varchar(100) DEFAULT NULL, `actionUrl` varchar(255) DEFAULT NULL, `activity` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `tbl_activity_logs` -- INSERT INTO `tbl_activity_logs` (`activity_id`, `user_id`, `controllerName`, `methodName`, `actionUrl`, `activity`, `created_at`, `updated_at`) VALUES (1, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/settings/edit/1', ' Settings edit', '2023-07-24 11:53:02', '2023-07-24 11:53:02'), (2, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://localhost/projects/BIB-CCms/menuitems?menulocation=1', ' Menuitems index', '2023-07-24 11:58:53', '2023-07-24 11:58:53'), (3, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://localhost/projects/BIB-CCms/menuitems?menulocation=1', ' Menuitems index', '2023-07-24 11:59:54', '2023-07-24 11:59:54'), (4, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://localhost/projects/BIB-CCms/menuitems?menulocation=2', ' Menuitems index', '2023-07-24 12:00:00', '2023-07-24 12:00:00'), (5, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 12:04:32', '2023-07-24 12:04:32'), (6, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 12:05:15', '2023-07-24 12:05:15'), (7, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 12:05:17', '2023-07-24 12:05:17'), (8, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 12:05:44', '2023-07-24 12:05:44'), (9, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 12:05:49', '2023-07-24 12:05:49'), (10, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 12:09:06', '2023-07-24 12:09:06'), (11, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 12:09:09', '2023-07-24 12:09:09'), (12, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 12:10:24', '2023-07-24 12:10:24'), (13, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 12:11:20', '2023-07-24 12:11:20'), (14, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 12:11:22', '2023-07-24 12:11:22'), (15, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 12:12:00', '2023-07-24 12:12:00'), (16, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 12:12:12', '2023-07-24 12:12:12'), (17, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 12:12:15', '2023-07-24 12:12:15'), (18, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 13:11:47', '2023-07-24 13:11:47'), (19, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:13:03', '2023-07-24 13:13:03'), (20, 1, 'App\\Http\\Controllers\\BranchesController', 'create', 'http://localhost/projects/BIB-CCms/branches/create', ' Branches create', '2023-07-24 13:13:07', '2023-07-24 13:13:07'), (21, 1, 'App\\Http\\Controllers\\BranchesController', 'store', 'http://localhost/projects/BIB-CCms/branches/store', ' Branches store', '2023-07-24 13:13:21', '2023-07-24 13:13:21'), (22, 1, 'App\\Http\\Controllers\\BranchesController', 'store', 'http://localhost/projects/BIB-CCms/branches/store', ' Branches store', '2023-07-24 13:13:49', '2023-07-24 13:13:49'), (23, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:13:49', '2023-07-24 13:13:49'), (24, 1, 'App\\Http\\Controllers\\BranchesController', 'create', 'http://localhost/projects/BIB-CCms/branches/create', ' Branches create', '2023-07-24 13:13:54', '2023-07-24 13:13:54'), (25, 1, 'App\\Http\\Controllers\\BranchesController', 'store', 'http://localhost/projects/BIB-CCms/branches/store', ' Branches store', '2023-07-24 13:14:04', '2023-07-24 13:14:04'), (26, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:14:05', '2023-07-24 13:14:05'), (27, 1, 'App\\Http\\Controllers\\BranchesController', 'create', 'http://localhost/projects/BIB-CCms/branches/create', ' Branches create', '2023-07-24 13:14:07', '2023-07-24 13:14:07'), (28, 1, 'App\\Http\\Controllers\\BranchesController', 'store', 'http://localhost/projects/BIB-CCms/branches/store', ' Branches store', '2023-07-24 13:14:15', '2023-07-24 13:14:15'), (29, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:14:15', '2023-07-24 13:14:15'), (30, 1, 'App\\Http\\Controllers\\BranchesController', 'create', 'http://localhost/projects/BIB-CCms/branches/create', ' Branches create', '2023-07-24 13:14:18', '2023-07-24 13:14:18'), (31, 1, 'App\\Http\\Controllers\\BranchesController', 'store', 'http://localhost/projects/BIB-CCms/branches/store', ' Branches store', '2023-07-24 13:14:24', '2023-07-24 13:14:24'), (32, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:14:24', '2023-07-24 13:14:24'), (33, 1, 'App\\Http\\Controllers\\BranchesController', 'create', 'http://localhost/projects/BIB-CCms/branches/create', ' Branches create', '2023-07-24 13:14:26', '2023-07-24 13:14:26'), (34, 1, 'App\\Http\\Controllers\\BranchesController', 'store', 'http://localhost/projects/BIB-CCms/branches/store', ' Branches store', '2023-07-24 13:14:31', '2023-07-24 13:14:31'), (35, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:14:31', '2023-07-24 13:14:31'), (36, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/branches/edit/5', ' Branches edit', '2023-07-24 13:14:35', '2023-07-24 13:14:35'), (37, 1, 'App\\Http\\Controllers\\BranchesController', 'update', 'http://localhost/projects/BIB-CCms/branches/update/5', ' Branches update', '2023-07-24 13:14:39', '2023-07-24 13:14:39'), (38, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/branches/edit/5', ' Branches edit', '2023-07-24 13:14:40', '2023-07-24 13:14:40'), (39, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:14:42', '2023-07-24 13:14:42'), (40, 1, 'App\\Http\\Controllers\\BranchesController', 'destroy', 'http://localhost/projects/BIB-CCms/branches/destroy/3', ' Branches destroy', '2023-07-24 13:14:55', '2023-07-24 13:14:55'), (41, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:14:56', '2023-07-24 13:14:56'), (42, 1, 'App\\Http\\Controllers\\BranchesController', 'destroy', 'http://localhost/projects/BIB-CCms/branches/destroy/2', ' Branches destroy', '2023-07-24 13:15:00', '2023-07-24 13:15:00'), (43, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:15:00', '2023-07-24 13:15:00'), (44, 1, 'App\\Http\\Controllers\\BranchesController', 'destroy', 'http://localhost/projects/BIB-CCms/branches/destroy/1', ' Branches destroy', '2023-07-24 13:15:04', '2023-07-24 13:15:04'), (45, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:15:05', '2023-07-24 13:15:05'), (46, 1, 'App\\Http\\Controllers\\BranchesController', 'create', 'http://localhost/projects/BIB-CCms/branches/create', ' Branches create', '2023-07-24 13:15:07', '2023-07-24 13:15:07'), (47, 1, 'App\\Http\\Controllers\\BranchesController', 'store', 'http://localhost/projects/BIB-CCms/branches/store', ' Branches store', '2023-07-24 13:15:15', '2023-07-24 13:15:15'), (48, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:15:15', '2023-07-24 13:15:15'), (49, 1, 'App\\Http\\Controllers\\BranchesController', 'create', 'http://localhost/projects/BIB-CCms/branches/create', ' Branches create', '2023-07-24 13:15:17', '2023-07-24 13:15:17'), (50, 1, 'App\\Http\\Controllers\\BranchesController', 'store', 'http://localhost/projects/BIB-CCms/branches/store', ' Branches store', '2023-07-24 13:15:23', '2023-07-24 13:15:23'), (51, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:15:23', '2023-07-24 13:15:23'), (52, 1, 'App\\Http\\Controllers\\BranchesController', 'create', 'http://localhost/projects/BIB-CCms/branches/create', ' Branches create', '2023-07-24 13:15:25', '2023-07-24 13:15:25'), (53, 1, 'App\\Http\\Controllers\\BranchesController', 'store', 'http://localhost/projects/BIB-CCms/branches/store', ' Branches store', '2023-07-24 13:15:31', '2023-07-24 13:15:31'), (54, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:15:31', '2023-07-24 13:15:31'), (55, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:15:51', '2023-07-24 13:15:51'), (56, 1, 'App\\Http\\Controllers\\BranchesController', 'create', 'http://localhost/projects/BIB-CCms/branches/create', ' Branches create', '2023-07-24 13:16:12', '2023-07-24 13:16:12'), (57, 1, 'App\\Http\\Controllers\\BranchesController', 'store', 'http://localhost/projects/BIB-CCms/branches/store', ' Branches store', '2023-07-24 13:16:18', '2023-07-24 13:16:18'), (58, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:16:19', '2023-07-24 13:16:19'), (59, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:16:39', '2023-07-24 13:16:39'), (60, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 13:16:41', '2023-07-24 13:16:41'), (61, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:16:42', '2023-07-24 13:16:42'), (62, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 13:17:04', '2023-07-24 13:17:04'), (63, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-24 13:17:20', '2023-07-24 13:17:20'), (64, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-24 13:17:43', '2023-07-24 13:17:43'), (65, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/countries/create', ' Countries create', '2023-07-24 13:17:45', '2023-07-24 13:17:45'), (66, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/countries/store', ' Countries store', '2023-07-24 13:17:52', '2023-07-24 13:17:52'), (67, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-24 13:17:52', '2023-07-24 13:17:52'), (68, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/countries/create', ' Countries create', '2023-07-24 13:17:55', '2023-07-24 13:17:55'), (69, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/countries/store', ' Countries store', '2023-07-24 13:18:01', '2023-07-24 13:18:01'), (70, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-24 13:18:01', '2023-07-24 13:18:01'), (71, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/countries/create', ' Countries create', '2023-07-24 13:18:04', '2023-07-24 13:18:04'), (72, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/countries/store', ' Countries store', '2023-07-24 13:18:08', '2023-07-24 13:18:08'), (73, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-24 13:18:08', '2023-07-24 13:18:08'), (74, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/countries/create', ' Countries create', '2023-07-24 13:18:10', '2023-07-24 13:18:10'), (75, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/countries/store', ' Countries store', '2023-07-24 13:18:18', '2023-07-24 13:18:18'), (76, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-24 13:18:18', '2023-07-24 13:18:18'), (77, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/countries/create', ' Countries create', '2023-07-24 13:18:23', '2023-07-24 13:18:23'), (78, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/countries/store', ' Countries store', '2023-07-24 13:18:29', '2023-07-24 13:18:29'), (79, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-24 13:18:29', '2023-07-24 13:18:29'), (80, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-24 13:18:51', '2023-07-24 13:18:51'), (81, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-24 13:20:24', '2023-07-24 13:20:24'), (82, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/institutions', ' Institutions index', '2023-07-24 13:20:26', '2023-07-24 13:20:26'), (83, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/institutions', ' Institutions index', '2023-07-24 13:20:41', '2023-07-24 13:20:41'), (84, 1, 'App\\Http\\Controllers\\InstitutionsController', 'create', 'http://localhost/projects/BIB-CCms/institutions/create', ' Institutions create', '2023-07-24 13:20:43', '2023-07-24 13:20:43'), (85, 1, 'App\\Http\\Controllers\\InstitutionsController', 'store', 'http://localhost/projects/BIB-CCms/institutions/store', ' Institutions store', '2023-07-24 13:21:23', '2023-07-24 13:21:23'), (86, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/institutions', ' Institutions index', '2023-07-24 13:21:24', '2023-07-24 13:21:24'), (87, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/institutions', ' Institutions index', '2023-07-24 13:22:07', '2023-07-24 13:22:07'), (88, 1, 'App\\Http\\Controllers\\InstitutionsController', 'edit', 'http://localhost/projects/BIB-CCms/institutions/edit/1', ' Institutions edit', '2023-07-24 13:22:10', '2023-07-24 13:22:10'), (89, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/institutions', ' Institutions index', '2023-07-24 13:22:15', '2023-07-24 13:22:15'), (90, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/institutions', ' Institutions index', '2023-07-24 13:24:13', '2023-07-24 13:24:13'), (91, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://localhost/projects/BIB-CCms/programs', ' Programs index', '2023-07-24 13:24:15', '2023-07-24 13:24:15'), (92, 1, 'App\\Http\\Controllers\\ProgramsController', 'create', 'http://localhost/projects/BIB-CCms/programs/create', ' Programs create', '2023-07-24 13:24:18', '2023-07-24 13:24:18'), (93, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://localhost/projects/BIB-CCms/programs', ' Programs index', '2023-07-24 13:26:42', '2023-07-24 13:26:42'), (94, 1, 'App\\Http\\Controllers\\ProgramsController', 'create', 'http://localhost/projects/BIB-CCms/programs/create', ' Programs create', '2023-07-24 13:26:45', '2023-07-24 13:26:45'), (95, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/institutions', ' Institutions index', '2023-07-24 13:26:50', '2023-07-24 13:26:50'), (96, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-24 13:26:53', '2023-07-24 13:26:53'), (97, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://localhost/projects/BIB-CCms/programs', ' Programs index', '2023-07-24 18:04:45', '2023-07-24 18:04:45'), (98, 1, 'App\\Http\\Controllers\\MenulocationsController', 'index', 'http://localhost/projects/BIB-CCms/menulocations', ' Menulocations index', '2023-07-24 18:10:56', '2023-07-24 18:10:56'), (99, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:11:04', '2023-07-24 18:11:04'), (100, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:14:32', '2023-07-24 18:14:32'), (101, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:14:49', '2023-07-24 18:14:49'), (102, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://localhost/projects/BIB-CCms/preparationclasses/create', ' Preparationclasses create', '2023-07-24 18:14:51', '2023-07-24 18:14:51'), (103, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'store', 'http://localhost/projects/BIB-CCms/preparationclasses/store', ' Preparationclasses store', '2023-07-24 18:15:06', '2023-07-24 18:15:06'), (104, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:15:07', '2023-07-24 18:15:07'), (105, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:15:32', '2023-07-24 18:15:32'), (106, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://localhost/projects/BIB-CCms/preparationclasses/create', ' Preparationclasses create', '2023-07-24 18:15:36', '2023-07-24 18:15:36'), (107, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'store', 'http://localhost/projects/BIB-CCms/preparationclasses/store', ' Preparationclasses store', '2023-07-24 18:15:53', '2023-07-24 18:15:53'), (108, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:15:53', '2023-07-24 18:15:53'), (109, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://localhost/projects/BIB-CCms/preparationclasses/create', ' Preparationclasses create', '2023-07-24 18:15:55', '2023-07-24 18:15:55'), (110, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'store', 'http://localhost/projects/BIB-CCms/preparationclasses/store', ' Preparationclasses store', '2023-07-24 18:16:06', '2023-07-24 18:16:06'), (111, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:16:06', '2023-07-24 18:16:06'), (112, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://localhost/projects/BIB-CCms/preparationclasses/create', ' Preparationclasses create', '2023-07-24 18:16:08', '2023-07-24 18:16:08'), (113, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'store', 'http://localhost/projects/BIB-CCms/preparationclasses/store', ' Preparationclasses store', '2023-07-24 18:16:21', '2023-07-24 18:16:21'), (114, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:16:21', '2023-07-24 18:16:21'), (115, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://localhost/projects/BIB-CCms/preparationclasses/create', ' Preparationclasses create', '2023-07-24 18:16:23', '2023-07-24 18:16:23'), (116, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'store', 'http://localhost/projects/BIB-CCms/preparationclasses/store', ' Preparationclasses store', '2023-07-24 18:16:37', '2023-07-24 18:16:37'), (117, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:16:37', '2023-07-24 18:16:37'), (118, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:17:01', '2023-07-24 18:17:01'), (119, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:17:23', '2023-07-24 18:17:23'), (120, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://localhost/projects/BIB-CCms/forms', ' Forms index', '2023-07-24 18:17:42', '2023-07-24 18:17:42'), (121, 1, 'App\\Http\\Controllers\\FormsController', 'create', 'http://localhost/projects/BIB-CCms/forms/create', ' Forms create', '2023-07-24 18:17:45', '2023-07-24 18:17:45'), (122, 1, 'App\\Http\\Controllers\\FormsController', 'store', 'http://localhost/projects/BIB-CCms/forms/store', ' Forms store', '2023-07-24 18:19:38', '2023-07-24 18:19:38'), (123, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://localhost/projects/BIB-CCms/forms', ' Forms index', '2023-07-24 18:19:39', '2023-07-24 18:19:39'), (124, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:19:48', '2023-07-24 18:19:48'), (125, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://localhost/projects/BIB-CCms/preparationclasses/create', ' Preparationclasses create', '2023-07-24 18:19:52', '2023-07-24 18:19:52'), (126, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://localhost/projects/BIB-CCms/forms', ' Forms index', '2023-07-24 18:20:01', '2023-07-24 18:20:01'), (127, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:20:05', '2023-07-24 18:20:05'), (128, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:22:22', '2023-07-24 18:22:22'), (129, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:22:53', '2023-07-24 18:22:53'), (130, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:25:18', '2023-07-24 18:25:18'), (131, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:26:11', '2023-07-24 18:26:11'), (132, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:31:36', '2023-07-24 18:31:36'), (133, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:32:13', '2023-07-24 18:32:13'), (134, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:33:17', '2023-07-24 18:33:17'), (135, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:34:30', '2023-07-24 18:34:30'), (136, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:35:01', '2023-07-24 18:35:01'), (137, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:35:43', '2023-07-24 18:35:43'), (138, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:36:58', '2023-07-24 18:36:58'), (139, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:37:23', '2023-07-24 18:37:23'), (140, 1, 'App\\Http\\Controllers\\FormsController', 'update', 'http://localhost/projects/BIB-CCms/forms/update/7', ' Forms update', '2023-07-24 18:37:57', '2023-07-24 18:37:57'), (141, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://localhost/projects/BIB-CCms/forms/edit/7', ' Forms edit', '2023-07-24 18:37:57', '2023-07-24 18:37:57'), (142, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://localhost/projects/BIB-CCms/forms', ' Forms index', '2023-07-24 18:39:15', '2023-07-24 18:39:15'), (143, 1, 'App\\Http\\Controllers\\FormsController', 'create', 'http://localhost/projects/BIB-CCms/forms/create', ' Forms create', '2023-07-24 18:39:18', '2023-07-24 18:39:18'), (144, 1, 'App\\Http\\Controllers\\FormsController', 'create', 'http://localhost/projects/BIB-CCms/forms/create', ' Forms create', '2023-07-24 18:40:17', '2023-07-24 18:40:17'), (145, 1, 'App\\Http\\Controllers\\FormsController', 'create', 'http://localhost/projects/BIB-CCms/forms/create', ' Forms create', '2023-07-24 18:41:27', '2023-07-24 18:41:27'), (146, 1, 'App\\Http\\Controllers\\FormsController', 'create', 'http://localhost/projects/BIB-CCms/forms/create', ' Forms create', '2023-07-24 18:41:58', '2023-07-24 18:41:58'), (147, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://localhost/projects/BIB-CCms/forms', ' Forms index', '2023-07-24 18:42:18', '2023-07-24 18:42:18'), (148, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:42:27', '2023-07-24 18:42:27'), (149, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://localhost/projects/BIB-CCms/preparationclasses/create', ' Preparationclasses create', '2023-07-24 18:42:30', '2023-07-24 18:42:30'), (150, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'store', 'http://localhost/projects/BIB-CCms/preparationclasses/store', ' Preparationclasses store', '2023-07-24 18:43:02', '2023-07-24 18:43:02'), (151, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:43:02', '2023-07-24 18:43:02'), (152, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://localhost/projects/BIB-CCms/resourcetypes', ' Resourcetypes index', '2023-07-24 18:45:26', '2023-07-24 18:45:26'), (153, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'create', 'http://localhost/projects/BIB-CCms/resourcetypes/create', ' Resourcetypes create', '2023-07-24 18:45:29', '2023-07-24 18:45:29'), (154, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'store', 'http://localhost/projects/BIB-CCms/resourcetypes/store', ' Resourcetypes store', '2023-07-24 18:45:40', '2023-07-24 18:45:40'), (155, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://localhost/projects/BIB-CCms/resourcetypes', ' Resourcetypes index', '2023-07-24 18:45:41', '2023-07-24 18:45:41'), (156, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'create', 'http://localhost/projects/BIB-CCms/resourcetypes/create', ' Resourcetypes create', '2023-07-24 18:45:43', '2023-07-24 18:45:43'), (157, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'store', 'http://localhost/projects/BIB-CCms/resourcetypes/store', ' Resourcetypes store', '2023-07-24 18:46:22', '2023-07-24 18:46:22'), (158, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://localhost/projects/BIB-CCms/resourcetypes', ' Resourcetypes index', '2023-07-24 18:46:22', '2023-07-24 18:46:22'), (159, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'create', 'http://localhost/projects/BIB-CCms/resourcetypes/create', ' Resourcetypes create', '2023-07-24 18:46:25', '2023-07-24 18:46:25'), (160, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'store', 'http://localhost/projects/BIB-CCms/resourcetypes/store', ' Resourcetypes store', '2023-07-24 18:46:30', '2023-07-24 18:46:30'), (161, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://localhost/projects/BIB-CCms/resourcetypes', ' Resourcetypes index', '2023-07-24 18:46:30', '2023-07-24 18:46:30'), (162, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'create', 'http://localhost/projects/BIB-CCms/resourcetypes/create', ' Resourcetypes create', '2023-07-24 18:46:32', '2023-07-24 18:46:32'), (163, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'store', 'http://localhost/projects/BIB-CCms/resourcetypes/store', ' Resourcetypes store', '2023-07-24 18:46:39', '2023-07-24 18:46:39'), (164, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://localhost/projects/BIB-CCms/resourcetypes', ' Resourcetypes index', '2023-07-24 18:46:39', '2023-07-24 18:46:39'), (165, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'create', 'http://localhost/projects/BIB-CCms/resourcetypes/create', ' Resourcetypes create', '2023-07-24 18:46:45', '2023-07-24 18:46:45'), (166, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'store', 'http://localhost/projects/BIB-CCms/resourcetypes/store', ' Resourcetypes store', '2023-07-24 18:46:52', '2023-07-24 18:46:52'), (167, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://localhost/projects/BIB-CCms/resourcetypes', ' Resourcetypes index', '2023-07-24 18:46:53', '2023-07-24 18:46:53'), (168, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://localhost/projects/BIB-CCms/resourcetypes', ' Resourcetypes index', '2023-07-24 18:48:20', '2023-07-24 18:48:20'), (169, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://localhost/projects/BIB-CCms/resourcetypes', ' Resourcetypes index', '2023-07-24 18:48:30', '2023-07-24 18:48:30'), (170, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://localhost/projects/BIB-CCms/resourcetypes', ' Resourcetypes index', '2023-07-24 18:48:59', '2023-07-24 18:48:59'), (171, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://localhost/projects/BIB-CCms/resourcetypes', ' Resourcetypes index', '2023-07-24 18:50:50', '2023-07-24 18:50:50'), (172, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 18:54:00', '2023-07-24 18:54:00'), (173, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 18:54:02', '2023-07-24 18:54:02'), (174, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 18:54:05', '2023-07-24 18:54:05'), (175, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 18:55:53', '2023-07-24 18:55:53'), (176, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 18:56:54', '2023-07-24 18:56:54'), (177, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 18:57:01', '2023-07-24 18:57:01'), (178, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 18:58:14', '2023-07-24 18:58:14'), (179, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 19:00:25', '2023-07-24 19:00:25'), (180, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:00:46', '2023-07-24 19:00:46'), (181, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 19:06:46', '2023-07-24 19:06:46'), (182, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:13:49', '2023-07-24 19:13:49'), (183, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 19:13:51', '2023-07-24 19:13:51'), (184, 1, 'App\\Http\\Controllers\\ResourcesController', 'store', 'http://localhost/projects/BIB-CCms/resources/store', ' Resources store', '2023-07-24 19:14:09', '2023-07-24 19:14:09'), (185, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:14:10', '2023-07-24 19:14:10'), (186, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 19:16:35', '2023-07-24 19:16:35'), (187, 1, 'App\\Http\\Controllers\\ResourcesController', 'store', 'http://localhost/projects/BIB-CCms/resources/store', ' Resources store', '2023-07-24 19:17:00', '2023-07-24 19:17:00'), (188, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:17:00', '2023-07-24 19:17:00'), (189, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 19:17:08', '2023-07-24 19:17:08'), (190, 1, 'App\\Http\\Controllers\\ResourcesController', 'store', 'http://localhost/projects/BIB-CCms/resources/store', ' Resources store', '2023-07-24 19:17:32', '2023-07-24 19:17:32'), (191, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:17:32', '2023-07-24 19:17:32'), (192, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 19:17:41', '2023-07-24 19:17:41'), (193, 1, 'App\\Http\\Controllers\\ResourcesController', 'store', 'http://localhost/projects/BIB-CCms/resources/store', ' Resources store', '2023-07-24 19:17:52', '2023-07-24 19:17:52'), (194, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:17:52', '2023-07-24 19:17:52'), (195, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 19:17:54', '2023-07-24 19:17:54'), (196, 1, 'App\\Http\\Controllers\\ResourcesController', 'store', 'http://localhost/projects/BIB-CCms/resources/store', ' Resources store', '2023-07-24 19:18:09', '2023-07-24 19:18:09'), (197, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:18:09', '2023-07-24 19:18:09'), (198, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 19:18:19', '2023-07-24 19:18:19'), (199, 1, 'App\\Http\\Controllers\\ResourcesController', 'store', 'http://localhost/projects/BIB-CCms/resources/store', ' Resources store', '2023-07-24 19:18:36', '2023-07-24 19:18:36'), (200, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:18:37', '2023-07-24 19:18:37'), (201, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 19:18:43', '2023-07-24 19:18:43'), (202, 1, 'App\\Http\\Controllers\\ResourcesController', 'store', 'http://localhost/projects/BIB-CCms/resources/store', ' Resources store', '2023-07-24 19:19:10', '2023-07-24 19:19:10'), (203, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:19:11', '2023-07-24 19:19:11'), (204, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/resources/create', ' Resources create', '2023-07-24 19:19:21', '2023-07-24 19:19:21'), (205, 1, 'App\\Http\\Controllers\\ResourcesController', 'store', 'http://localhost/projects/BIB-CCms/resources/store', ' Resources store', '2023-07-24 19:19:39', '2023-07-24 19:19:39'), (206, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:19:39', '2023-07-24 19:19:39'), (207, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 19:20:02', '2023-07-24 19:20:02'), (208, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 19:20:04', '2023-07-24 19:20:04'), (209, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://localhost/projects/BIB-CCms/articles/store', ' Articles store', '2023-07-24 19:20:17', '2023-07-24 19:20:17'), (210, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 19:20:18', '2023-07-24 19:20:18'), (211, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 19:20:20', '2023-07-24 19:20:20'), (212, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://localhost/projects/BIB-CCms/articles/store', ' Articles store', '2023-07-24 19:21:04', '2023-07-24 19:21:04'), (213, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 19:21:05', '2023-07-24 19:21:05'), (214, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 19:21:16', '2023-07-24 19:21:16'), (215, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://localhost/projects/BIB-CCms/articles/store', ' Articles store', '2023-07-24 19:21:34', '2023-07-24 19:21:34'), (216, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 19:21:35', '2023-07-24 19:21:35'), (217, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 19:21:37', '2023-07-24 19:21:37'), (218, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://localhost/projects/BIB-CCms/articles/store', ' Articles store', '2023-07-24 19:21:54', '2023-07-24 19:21:54'), (219, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 19:21:55', '2023-07-24 19:21:55'), (220, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 19:22:00', '2023-07-24 19:22:00'), (221, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://localhost/projects/BIB-CCms/articles/store', ' Articles store', '2023-07-24 19:22:13', '2023-07-24 19:22:13'), (222, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 19:22:14', '2023-07-24 19:22:14'), (223, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 19:22:23', '2023-07-24 19:22:23'), (224, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://localhost/projects/BIB-CCms/articles/store', ' Articles store', '2023-07-24 19:22:29', '2023-07-24 19:22:29'), (225, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 19:22:30', '2023-07-24 19:22:30'), (226, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 19:22:38', '2023-07-24 19:22:38'), (227, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://localhost/projects/BIB-CCms/articles/store', ' Articles store', '2023-07-24 19:24:10', '2023-07-24 19:24:10'), (228, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 19:24:10', '2023-07-24 19:24:10'), (229, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://localhost/projects/BIB-CCms/articles/create', ' Articles create', '2023-07-24 19:24:22', '2023-07-24 19:24:22'), (230, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://localhost/projects/BIB-CCms/articles/store', ' Articles store', '2023-07-24 19:24:31', '2023-07-24 19:24:31'), (231, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 19:24:31', '2023-07-24 19:24:31'), (232, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 19:26:41', '2023-07-24 19:26:41'), (233, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 19:27:39', '2023-07-24 19:27:39'), (234, 1, 'App\\Http\\Controllers\\ServicesController', 'create', 'http://localhost/projects/BIB-CCms/services/create', ' Services create', '2023-07-24 19:27:42', '2023-07-24 19:27:42'), (235, 1, 'App\\Http\\Controllers\\ServicesController', 'store', 'http://localhost/projects/BIB-CCms/services/store', ' Services store', '2023-07-24 19:28:05', '2023-07-24 19:28:05'), (236, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 19:28:06', '2023-07-24 19:28:06'), (237, 1, 'App\\Http\\Controllers\\ServicesController', 'create', 'http://localhost/projects/BIB-CCms/services/create', ' Services create', '2023-07-24 19:28:07', '2023-07-24 19:28:07'), (238, 1, 'App\\Http\\Controllers\\ServicesController', 'store', 'http://localhost/projects/BIB-CCms/services/store', ' Services store', '2023-07-24 19:28:14', '2023-07-24 19:28:14'), (239, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 19:28:15', '2023-07-24 19:28:15'), (240, 1, 'App\\Http\\Controllers\\ServicesController', 'create', 'http://localhost/projects/BIB-CCms/services/create', ' Services create', '2023-07-24 19:28:16', '2023-07-24 19:28:16'), (241, 1, 'App\\Http\\Controllers\\ServicesController', 'store', 'http://localhost/projects/BIB-CCms/services/store', ' Services store', '2023-07-24 19:28:24', '2023-07-24 19:28:24'), (242, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 19:28:25', '2023-07-24 19:28:25'), (243, 1, 'App\\Http\\Controllers\\ServicesController', 'create', 'http://localhost/projects/BIB-CCms/services/create', ' Services create', '2023-07-24 19:28:26', '2023-07-24 19:28:26'), (244, 1, 'App\\Http\\Controllers\\ServicesController', 'store', 'http://localhost/projects/BIB-CCms/services/store', ' Services store', '2023-07-24 19:28:37', '2023-07-24 19:28:37'), (245, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 19:28:38', '2023-07-24 19:28:38'), (246, 1, 'App\\Http\\Controllers\\ServicesController', 'create', 'http://localhost/projects/BIB-CCms/services/create', ' Services create', '2023-07-24 19:28:39', '2023-07-24 19:28:39'), (247, 1, 'App\\Http\\Controllers\\ServicesController', 'store', 'http://localhost/projects/BIB-CCms/services/store', ' Services store', '2023-07-24 19:28:45', '2023-07-24 19:28:45'), (248, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 19:28:45', '2023-07-24 19:28:45'), (249, 1, 'App\\Http\\Controllers\\ServicesController', 'create', 'http://localhost/projects/BIB-CCms/services/create', ' Services create', '2023-07-24 19:28:47', '2023-07-24 19:28:47'), (250, 1, 'App\\Http\\Controllers\\ServicesController', 'store', 'http://localhost/projects/BIB-CCms/services/store', ' Services store', '2023-07-24 19:28:56', '2023-07-24 19:28:56'), (251, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 19:28:57', '2023-07-24 19:28:57'), (252, 1, 'App\\Http\\Controllers\\ServicesController', 'create', 'http://localhost/projects/BIB-CCms/services/create', ' Services create', '2023-07-24 19:28:58', '2023-07-24 19:28:58'), (253, 1, 'App\\Http\\Controllers\\ServicesController', 'store', 'http://localhost/projects/BIB-CCms/services/store', ' Services store', '2023-07-24 19:29:05', '2023-07-24 19:29:05'), (254, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 19:29:05', '2023-07-24 19:29:05'), (255, 1, 'App\\Http\\Controllers\\ServicesController', 'create', 'http://localhost/projects/BIB-CCms/services/create', ' Services create', '2023-07-24 19:29:22', '2023-07-24 19:29:22'), (256, 1, 'App\\Http\\Controllers\\ServicesController', 'store', 'http://localhost/projects/BIB-CCms/services/store', ' Services store', '2023-07-24 19:29:31', '2023-07-24 19:29:31'), (257, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 19:29:32', '2023-07-24 19:29:32'), (258, 1, 'App\\Http\\Controllers\\ServicesController', 'create', 'http://localhost/projects/BIB-CCms/services/create', ' Services create', '2023-07-24 19:29:42', '2023-07-24 19:29:42'), (259, 1, 'App\\Http\\Controllers\\ServicesController', 'store', 'http://localhost/projects/BIB-CCms/services/store', ' Services store', '2023-07-24 19:29:49', '2023-07-24 19:29:49'), (260, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 19:29:50', '2023-07-24 19:29:50'), (261, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 19:30:31', '2023-07-24 19:30:31'), (262, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 19:30:35', '2023-07-24 19:30:35'), (263, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 19:30:48', '2023-07-24 19:30:48'), (264, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 19:31:06', '2023-07-24 19:31:06'), (265, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/preparationclasses', ' Preparationclasses index', '2023-07-24 19:33:09', '2023-07-24 19:33:09'), (266, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://localhost/projects/BIB-CCms/programs', ' Programs index', '2023-07-24 19:33:19', '2023-07-24 19:33:19'), (267, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-24 19:33:21', '2023-07-24 19:33:21'), (268, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'create', 'http://localhost/projects/BIB-CCms/brancharticles/create', ' Brancharticles create', '2023-07-24 19:33:24', '2023-07-24 19:33:24'), (269, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'http://localhost/projects/BIB-CCms/brancharticles/store', ' Brancharticles store', '2023-07-24 19:33:43', '2023-07-24 19:33:43'), (270, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'http://localhost/projects/BIB-CCms/brancharticles/store', ' Brancharticles store', '2023-07-24 19:34:13', '2023-07-24 19:34:13'), (271, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-24 19:34:14', '2023-07-24 19:34:14'); INSERT INTO `tbl_activity_logs` (`activity_id`, `user_id`, `controllerName`, `methodName`, `actionUrl`, `activity`, `created_at`, `updated_at`) VALUES (272, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'create', 'http://localhost/projects/BIB-CCms/brancharticles/create', ' Brancharticles create', '2023-07-24 19:34:18', '2023-07-24 19:34:18'), (273, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'http://localhost/projects/BIB-CCms/brancharticles/store', ' Brancharticles store', '2023-07-24 19:34:30', '2023-07-24 19:34:30'), (274, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-24 19:34:30', '2023-07-24 19:34:30'), (275, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'create', 'http://localhost/projects/BIB-CCms/brancharticles/create', ' Brancharticles create', '2023-07-24 19:34:36', '2023-07-24 19:34:36'), (276, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'http://localhost/projects/BIB-CCms/brancharticles/store', ' Brancharticles store', '2023-07-24 19:34:52', '2023-07-24 19:34:52'), (277, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-24 19:34:52', '2023-07-24 19:34:52'), (278, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'create', 'http://localhost/projects/BIB-CCms/brancharticles/create', ' Brancharticles create', '2023-07-24 19:34:55', '2023-07-24 19:34:55'), (279, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'http://localhost/projects/BIB-CCms/brancharticles/store', ' Brancharticles store', '2023-07-24 19:35:16', '2023-07-24 19:35:16'), (280, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-24 19:35:17', '2023-07-24 19:35:17'), (281, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'create', 'http://localhost/projects/BIB-CCms/brancharticles/create', ' Brancharticles create', '2023-07-24 19:35:28', '2023-07-24 19:35:28'), (282, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'http://localhost/projects/BIB-CCms/brancharticles/store', ' Brancharticles store', '2023-07-24 19:35:39', '2023-07-24 19:35:39'), (283, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-24 19:35:39', '2023-07-24 19:35:39'), (284, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'create', 'http://localhost/projects/BIB-CCms/brancharticles/create', ' Brancharticles create', '2023-07-24 19:35:41', '2023-07-24 19:35:41'), (285, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'http://localhost/projects/BIB-CCms/brancharticles/store', ' Brancharticles store', '2023-07-24 19:35:51', '2023-07-24 19:35:51'), (286, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-24 19:35:52', '2023-07-24 19:35:52'), (287, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/brancharticles/edit/6', ' Brancharticles edit', '2023-07-24 19:35:56', '2023-07-24 19:35:56'), (288, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'update', 'http://localhost/projects/BIB-CCms/brancharticles/update/6', ' Brancharticles update', '2023-07-24 19:36:02', '2023-07-24 19:36:02'), (289, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/brancharticles/edit/6', ' Brancharticles edit', '2023-07-24 19:36:02', '2023-07-24 19:36:02'), (290, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-24 19:36:07', '2023-07-24 19:36:07'), (291, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 19:36:28', '2023-07-24 19:36:28'), (292, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/branches/edit/9', ' Branches edit', '2023-07-24 19:36:31', '2023-07-24 19:36:31'), (293, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-24 19:36:38', '2023-07-24 19:36:38'), (294, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'create', 'http://localhost/projects/BIB-CCms/brancharticles/create', ' Brancharticles create', '2023-07-24 19:36:42', '2023-07-24 19:36:42'), (295, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 19:37:03', '2023-07-24 19:37:03'), (296, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/branches/edit/9', ' Branches edit', '2023-07-24 19:37:10', '2023-07-24 19:37:10'), (297, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://localhost/projects/BIB-CCms/programs', ' Programs index', '2023-07-24 19:38:02', '2023-07-24 19:38:02'), (298, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://localhost/projects/BIB-CCms/contacts', ' Contacts index', '2023-07-24 19:38:07', '2023-07-24 19:38:07'), (299, 1, 'App\\Http\\Controllers\\ContactsController', 'create', 'http://localhost/projects/BIB-CCms/contacts/create', ' Contacts create', '2023-07-24 19:38:10', '2023-07-24 19:38:10'), (300, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:38:55', '2023-07-24 19:38:55'), (301, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://localhost/projects/BIB-CCms/programs', ' Programs index', '2023-07-24 19:38:58', '2023-07-24 19:38:58'), (302, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://localhost/projects/BIB-CCms/contacts', ' Contacts index', '2023-07-24 19:39:20', '2023-07-24 19:39:20'), (303, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-24 19:39:29', '2023-07-24 19:39:29'), (304, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/resources', ' Resources index', '2023-07-24 19:40:26', '2023-07-24 19:40:26'), (305, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://localhost/projects/BIB-CCms/programs', ' Programs index', '2023-07-24 19:41:49', '2023-07-24 19:41:49'), (306, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-07-24 19:41:52', '2023-07-24 19:41:52'), (307, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://localhost/projects/BIB-CCms/testimonials/create', ' Testimonials create', '2023-07-24 19:41:59', '2023-07-24 19:41:59'), (308, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://localhost/projects/BIB-CCms/testimonials/create', ' Testimonials create', '2023-07-24 19:46:00', '2023-07-24 19:46:00'), (309, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://localhost/projects/BIB-CCms/testimonials/create', ' Testimonials create', '2023-07-24 19:46:46', '2023-07-24 19:46:46'), (310, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://localhost/projects/BIB-CCms/testimonials/create', ' Testimonials create', '2023-07-24 19:47:02', '2023-07-24 19:47:02'), (311, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-07-24 19:48:26', '2023-07-24 19:48:26'), (312, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://localhost/projects/BIB-CCms/testimonials/create', ' Testimonials create', '2023-07-24 19:48:28', '2023-07-24 19:48:28'), (313, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://localhost/projects/BIB-CCms/testimonials/create', ' Testimonials create', '2023-07-24 19:48:57', '2023-07-24 19:48:57'), (314, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-07-24 19:49:05', '2023-07-24 19:49:05'), (315, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://localhost/projects/BIB-CCms/contacts', ' Contacts index', '2023-07-24 19:50:23', '2023-07-24 19:50:23'), (316, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://localhost/projects/BIB-CCms/quicklinks', ' Quicklinks index', '2023-07-24 19:50:26', '2023-07-24 19:50:26'), (317, 1, 'App\\Http\\Controllers\\QuicklinksController', 'create', 'http://localhost/projects/BIB-CCms/quicklinks/create', ' Quicklinks create', '2023-07-24 19:50:28', '2023-07-24 19:50:28'), (318, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://localhost/projects/BIB-CCms/quicklinks', ' Quicklinks index', '2023-07-24 19:50:32', '2023-07-24 19:50:32'), (319, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://localhost/projects/BIB-CCms/programs', ' Programs index', '2023-07-24 19:52:34', '2023-07-24 19:52:34'), (320, 1, 'App\\Http\\Controllers\\CertificatesController', 'index', 'http://localhost/projects/BIB-CCms/certificates', ' Certificates index', '2023-07-24 19:52:37', '2023-07-24 19:52:37'), (321, 1, 'App\\Http\\Controllers\\CertificatesController', 'create', 'http://localhost/projects/BIB-CCms/certificates/create', ' Certificates create', '2023-07-24 19:52:40', '2023-07-24 19:52:40'), (322, 1, 'App\\Http\\Controllers\\CertificatesController', 'index', 'http://localhost/projects/BIB-CCms/certificates', ' Certificates index', '2023-07-24 19:52:44', '2023-07-24 19:52:44'), (323, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/institutions', ' Institutions index', '2023-07-24 19:55:05', '2023-07-24 19:55:05'), (324, 1, 'App\\Http\\Controllers\\AccridiationsController', 'index', 'http://localhost/projects/BIB-CCms/accridiations', ' Accridiations index', '2023-07-24 19:55:08', '2023-07-24 19:55:08'), (325, 1, 'App\\Http\\Controllers\\AccridiationsController', 'create', 'http://localhost/projects/BIB-CCms/accridiations/create', ' Accridiations create', '2023-07-24 19:55:13', '2023-07-24 19:55:13'), (326, 1, 'App\\Http\\Controllers\\AccridiationsController', 'index', 'http://localhost/projects/BIB-CCms/accridiations', ' Accridiations index', '2023-07-24 19:55:32', '2023-07-24 19:55:32'), (327, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://localhost/projects/BIB-CCms/programs', ' Programs index', '2023-07-24 19:58:32', '2023-07-24 19:58:32'), (328, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/events', ' Events index', '2023-07-24 19:58:37', '2023-07-24 19:58:37'), (329, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/events/create', ' Events create', '2023-07-24 19:58:40', '2023-07-24 19:58:40'), (330, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/events', ' Events index', '2023-07-24 19:59:24', '2023-07-24 19:59:24'), (331, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://localhost/projects/BIB-CCms/blogs', ' Blogs index', '2023-07-24 20:00:27', '2023-07-24 20:00:27'), (332, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://localhost/projects/BIB-CCms/blogs/create', ' Blogs create', '2023-07-24 20:00:32', '2023-07-24 20:00:32'), (333, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://localhost/projects/BIB-CCms/blogs', ' Blogs index', '2023-07-24 20:01:25', '2023-07-24 20:01:25'), (334, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/galleries', ' Galleries index', '2023-07-24 20:05:51', '2023-07-24 20:05:51'), (335, 1, 'App\\Http\\Controllers\\GalleriesController', 'create', 'http://localhost/projects/BIB-CCms/galleries/create', ' Galleries create', '2023-07-24 20:05:55', '2023-07-24 20:05:55'), (336, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/galleries', ' Galleries index', '2023-07-24 20:06:32', '2023-07-24 20:06:32'), (337, 1, 'App\\Http\\Controllers\\GalleriesController', 'create', 'http://localhost/projects/BIB-CCms/galleries/create', ' Galleries create', '2023-07-24 20:06:35', '2023-07-24 20:06:35'), (338, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/galleries', ' Galleries index', '2023-07-24 20:06:48', '2023-07-24 20:06:48'), (339, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/photos', ' Photos index', '2023-07-24 20:07:18', '2023-07-24 20:07:18'), (340, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/photos', ' Photos index', '2023-07-24 20:07:54', '2023-07-24 20:07:54'), (341, 1, 'App\\Http\\Controllers\\PhotosController', 'create', 'http://localhost/projects/BIB-CCms/photos/create', ' Photos create', '2023-07-24 20:07:58', '2023-07-24 20:07:58'), (342, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/galleries', ' Galleries index', '2023-07-24 20:08:06', '2023-07-24 20:08:06'), (343, 1, 'App\\Http\\Controllers\\GalleriesController', 'create', 'http://localhost/projects/BIB-CCms/galleries/create', ' Galleries create', '2023-07-24 20:08:08', '2023-07-24 20:08:08'), (344, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/galleries', ' Galleries index', '2023-07-24 20:10:03', '2023-07-24 20:10:03'), (345, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/photos', ' Photos index', '2023-07-24 20:10:05', '2023-07-24 20:10:05'), (346, 1, 'App\\Http\\Controllers\\PhotosController', 'create', 'http://localhost/projects/BIB-CCms/photos/create', ' Photos create', '2023-07-24 20:10:08', '2023-07-24 20:10:08'), (347, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/institutions', ' Institutions index', '2023-07-24 20:11:00', '2023-07-24 20:11:00'), (348, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://localhost/projects/BIB-CCms/news', ' News index', '2023-07-24 20:11:02', '2023-07-24 20:11:02'), (349, 1, 'App\\Http\\Controllers\\NewsController', 'create', 'http://localhost/projects/BIB-CCms/news/create', ' News create', '2023-07-24 20:11:05', '2023-07-24 20:11:05'), (350, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://localhost/projects/BIB-CCms/news', ' News index', '2023-07-24 20:11:57', '2023-07-24 20:11:57'), (351, 1, 'App\\Http\\Controllers\\NewsController', 'create', 'http://localhost/projects/BIB-CCms/news/create', ' News create', '2023-07-24 20:12:00', '2023-07-24 20:12:00'), (352, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-24 20:13:56', '2023-07-24 20:13:56'), (353, 1, 'App\\Http\\Controllers\\TeamsController', 'index', 'http://localhost/projects/BIB-CCms/teams', ' Teams index', '2023-07-24 20:13:58', '2023-07-24 20:13:58'), (354, 1, 'App\\Http\\Controllers\\TeamsController', 'create', 'http://localhost/projects/BIB-CCms/teams/create', ' Teams create', '2023-07-24 20:14:01', '2023-07-24 20:14:01'), (355, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-24 20:14:04', '2023-07-24 20:14:04'), (356, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-24 20:14:30', '2023-07-24 20:14:30'), (357, 1, 'App\\Http\\Controllers\\TeamsController', 'index', 'http://localhost/projects/BIB-CCms/teams', ' Teams index', '2023-07-24 20:15:13', '2023-07-24 20:15:13'), (358, 1, 'App\\Http\\Controllers\\TeamsController', 'create', 'http://localhost/projects/BIB-CCms/teams/create', ' Teams create', '2023-07-24 20:15:17', '2023-07-24 20:15:17'), (359, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://localhost/projects/BIB-CCms/contacts', ' Contacts index', '2023-07-24 20:15:47', '2023-07-24 20:15:47'), (360, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/galleries', ' Galleries index', '2023-07-24 20:15:52', '2023-07-24 20:15:52'), (361, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://localhost/projects/BIB-CCms/news', ' News index', '2023-07-24 20:15:55', '2023-07-24 20:15:55'), (362, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/photos', ' Photos index', '2023-07-24 20:15:57', '2023-07-24 20:15:57'), (363, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/galleries', ' Galleries index', '2023-07-24 20:17:01', '2023-07-24 20:17:01'), (364, 1, 'App\\Http\\Controllers\\TeamsController', 'index', 'http://localhost/projects/BIB-CCms/teams', ' Teams index', '2023-07-24 20:20:59', '2023-07-24 20:20:59'), (365, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/photos', ' Photos index', '2023-07-24 20:22:55', '2023-07-24 20:22:55'), (366, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:23:00', '2023-07-24 20:23:00'), (367, 1, 'App\\Http\\Controllers\\PopupsController', 'create', 'http://localhost/projects/BIB-CCms/popups/create', ' Popups create', '2023-07-24 20:23:02', '2023-07-24 20:23:02'), (368, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:25:21', '2023-07-24 20:25:21'), (369, 1, 'App\\Http\\Controllers\\PopupsController', 'create', 'http://localhost/projects/BIB-CCms/popups/create', ' Popups create', '2023-07-24 20:25:24', '2023-07-24 20:25:24'), (370, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:25:29', '2023-07-24 20:25:29'), (371, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/institutions', ' Institutions index', '2023-07-24 20:36:38', '2023-07-24 20:36:38'), (372, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:36:41', '2023-07-24 20:36:41'), (373, 1, 'App\\Http\\Controllers\\PopupsController', 'create', 'http://localhost/projects/BIB-CCms/popups/create', ' Popups create', '2023-07-24 20:36:44', '2023-07-24 20:36:44'), (374, 1, 'App\\Http\\Controllers\\PopupsController', 'store', 'http://localhost/projects/BIB-CCms/popups/store', ' Popups store', '2023-07-24 20:36:52', '2023-07-24 20:36:52'), (375, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:36:53', '2023-07-24 20:36:53'), (376, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:38:42', '2023-07-24 20:38:42'), (377, 1, 'App\\Http\\Controllers\\PopupsController', 'destroy', 'http://localhost/projects/BIB-CCms/popups/toggle/1', ' Popups destroy', '2023-07-24 20:38:48', '2023-07-24 20:38:48'), (378, 1, 'App\\Http\\Controllers\\PopupsController', 'destroy', 'http://localhost/projects/BIB-CCms/popups/toggle/1', ' Popups destroy', '2023-07-24 20:38:56', '2023-07-24 20:38:56'), (379, 1, 'App\\Http\\Controllers\\PopupsController', 'destroy', 'http://localhost/projects/BIB-CCms/popups/toggle/1', ' Popups destroy', '2023-07-24 20:39:08', '2023-07-24 20:39:08'), (380, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:40:14', '2023-07-24 20:40:14'), (381, 1, 'App\\Http\\Controllers\\PopupsController', 'destroy', 'http://localhost/projects/BIB-CCms/popups/toggle/1', ' Popups destroy', '2023-07-24 20:40:20', '2023-07-24 20:40:20'), (382, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:41:32', '2023-07-24 20:41:32'), (383, 1, 'App\\Http\\Controllers\\PopupsController', 'destroy', 'http://localhost/projects/BIB-CCms/popups/toggle/1', ' Popups destroy', '2023-07-24 20:41:36', '2023-07-24 20:41:36'), (384, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:41:37', '2023-07-24 20:41:37'), (385, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:45:54', '2023-07-24 20:45:54'), (386, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:46:43', '2023-07-24 20:46:43'), (387, 1, 'App\\Http\\Controllers\\PopupsController', 'destroy', 'http://localhost/projects/BIB-CCms/popups/toggle/1', ' Popups destroy', '2023-07-24 20:46:56', '2023-07-24 20:46:56'), (388, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:46:56', '2023-07-24 20:46:56'), (389, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:47:26', '2023-07-24 20:47:26'), (390, 1, 'App\\Http\\Controllers\\PopupsController', 'destroy', 'http://localhost/projects/BIB-CCms/popups/toggle/1', ' Popups destroy', '2023-07-24 20:47:32', '2023-07-24 20:47:32'), (391, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:47:33', '2023-07-24 20:47:33'), (392, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:55:51', '2023-07-24 20:55:51'), (393, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:56:21', '2023-07-24 20:56:21'), (394, 1, 'App\\Http\\Controllers\\PopupsController', 'destroy', 'http://localhost/projects/BIB-CCms/popups/toggle/1', ' Popups destroy', '2023-07-24 20:56:25', '2023-07-24 20:56:25'), (395, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:56:26', '2023-07-24 20:56:26'), (396, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:57:50', '2023-07-24 20:57:50'), (397, 1, 'App\\Http\\Controllers\\PopupsController', 'destroy', 'http://localhost/projects/BIB-CCms/popups/toggle/1', ' Popups destroy', '2023-07-24 20:57:55', '2023-07-24 20:57:55'), (398, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:57:55', '2023-07-24 20:57:55'), (399, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:58:45', '2023-07-24 20:58:45'), (400, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:58:53', '2023-07-24 20:58:53'), (401, 1, 'App\\Http\\Controllers\\PopupsController', 'destroy', 'http://localhost/projects/BIB-CCms/popups/toggle/1', ' Popups destroy', '2023-07-24 20:58:58', '2023-07-24 20:58:58'), (402, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:58:59', '2023-07-24 20:58:59'), (403, 1, 'App\\Http\\Controllers\\PopupsController', 'destroy', 'http://localhost/projects/BIB-CCms/popups/toggle/1', ' Popups destroy', '2023-07-24 20:59:04', '2023-07-24 20:59:04'), (404, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/popups', ' Popups index', '2023-07-24 20:59:04', '2023-07-24 20:59:04'), (405, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-24 21:00:55', '2023-07-24 21:00:55'), (406, 1, 'App\\Http\\Controllers\\MilestonesController', 'index', 'http://localhost/projects/BIB-CCms/milestones', ' Milestones index', '2023-07-24 21:00:57', '2023-07-24 21:00:57'), (407, 1, 'App\\Http\\Controllers\\MilestonesController', 'create', 'http://localhost/projects/BIB-CCms/milestones/create', ' Milestones create', '2023-07-24 21:01:00', '2023-07-24 21:01:00'), (408, 1, 'App\\Http\\Controllers\\MilestonesController', 'index', 'http://localhost/projects/BIB-CCms/milestones', ' Milestones index', '2023-07-24 21:01:05', '2023-07-24 21:01:05'), (409, 1, 'App\\Http\\Controllers\\MilestonesController', 'index', 'http://localhost/projects/BIB-CCms/milestones', ' Milestones index', '2023-07-24 21:01:43', '2023-07-24 21:01:43'), (410, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-07-24 21:05:55', '2023-07-24 21:05:55'), (411, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/events', ' Events index', '2023-07-24 21:06:13', '2023-07-24 21:06:13'), (412, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-07-24 21:06:28', '2023-07-24 21:06:28'), (413, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/events', ' Events index', '2023-07-24 21:06:31', '2023-07-24 21:06:31'), (414, 1, 'App\\Http\\Controllers\\MenulocationsController', 'index', 'http://localhost/projects/BIB-CCms/menulocations', ' Menulocations index', '2023-07-24 21:06:34', '2023-07-24 21:06:34'), (415, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-25 18:08:16', '2023-07-25 18:08:16'), (416, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-25 18:25:45', '2023-07-25 18:25:45'), (417, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/countries', ' Countries index', '2023-07-25 18:25:48', '2023-07-25 18:25:48'), (418, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/branches', ' Branches index', '2023-07-25 18:28:10', '2023-07-25 18:28:10'), (419, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-25 18:28:13', '2023-07-25 18:28:13'), (420, 1, 'App\\Http\\Controllers\\MilestonesController', 'index', 'http://localhost/projects/BIB-CCms/milestones', ' Milestones index', '2023-07-25 18:28:37', '2023-07-25 18:28:37'), (421, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/brancharticles', ' Brancharticles index', '2023-07-25 18:28:41', '2023-07-25 18:28:41'), (422, 1, 'App\\Http\\Controllers\\TeamsController', 'index', 'http://localhost/projects/BIB-CCms/teams', ' Teams index', '2023-07-25 18:28:46', '2023-07-25 18:28:46'), (423, 1, 'App\\Http\\Controllers\\TeamsController', 'edit', 'http://localhost/projects/BIB-CCms/teams/edit/1', ' Teams edit', '2023-07-25 18:28:53', '2023-07-25 18:28:53'), (424, 1, 'App\\Http\\Controllers\\TeamsController', 'edit', 'http://localhost/projects/BIB-CCms/teams/edit/1', ' Teams edit', '2023-07-25 18:31:36', '2023-07-25 18:31:36'), (425, 1, 'App\\Http\\Controllers\\TeamsController', 'update', 'http://localhost/projects/BIB-CCms/teams/update/1', ' Teams update', '2023-07-25 18:32:02', '2023-07-25 18:32:02'), (426, 1, 'App\\Http\\Controllers\\TeamsController', 'edit', 'http://localhost/projects/BIB-CCms/teams/edit/1', ' Teams edit', '2023-07-25 18:32:03', '2023-07-25 18:32:03'), (427, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-25 19:28:52', '2023-07-25 19:28:52'), (428, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-07-25 19:29:07', '2023-07-25 19:29:07'), (429, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://localhost/projects/BIB-CCms/menuitems?menulocation=1', ' Menuitems index', '2023-07-25 19:29:36', '2023-07-25 19:29:36'), (430, 1, 'App\\Http\\Controllers\\MenuitemsController', 'edit', 'http://localhost/projects/BIB-CCms/menuitems/edit/1?menulocation=1', ' Menuitems edit', '2023-07-25 19:29:40', '2023-07-25 19:29:40'), (431, 1, 'App\\Http\\Controllers\\ShortcodesController', 'index', 'http://localhost/projects/BIB-CCms/shortcodes', ' Shortcodes index', '2023-07-25 19:33:59', '2023-07-25 19:33:59'), (432, 1, 'App\\Http\\Controllers\\ShortcodesController', 'create', 'http://localhost/projects/BIB-CCms/shortcodes/create', ' Shortcodes create', '2023-07-25 19:34:02', '2023-07-25 19:34:02'), (433, 1, 'App\\Http\\Controllers\\ShortcodesController', 'store', 'http://localhost/projects/BIB-CCms/shortcodes/store', ' Shortcodes store', '2023-07-25 19:34:51', '2023-07-25 19:34:51'), (434, 1, 'App\\Http\\Controllers\\ShortcodesController', 'index', 'http://localhost/projects/BIB-CCms/shortcodes', ' Shortcodes index', '2023-07-25 19:34:51', '2023-07-25 19:34:51'), (435, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 19:42:41', '2023-07-25 19:42:41'), (436, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'create', 'http://localhost/projects/BIB-CCms/customfields/create', ' Customfields create', '2023-07-25 19:43:54', '2023-07-25 19:43:54'), (437, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 19:46:00', '2023-07-25 19:46:00'), (438, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'create', 'http://localhost/projects/BIB-CCms/customfields/create', ' Customfields create', '2023-07-25 19:46:03', '2023-07-25 19:46:03'), (439, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'store', 'http://localhost/projects/BIB-CCms/customfields/store', ' Customfields store', '2023-07-25 19:46:59', '2023-07-25 19:46:59'), (440, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'store', 'http://localhost/projects/BIB-CCms/customfields/store', ' Customfields store', '2023-07-25 19:47:18', '2023-07-25 19:47:18'), (441, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 19:47:18', '2023-07-25 19:47:18'), (442, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 19:51:28', '2023-07-25 19:51:28'), (443, 1, 'App\\Http\\Controllers\\ShortcodesController', 'index', 'http://localhost/projects/BIB-CCms/shortcodes', ' Shortcodes index', '2023-07-25 19:53:12', '2023-07-25 19:53:12'), (444, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 19:53:29', '2023-07-25 19:53:29'), (445, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 19:53:50', '2023-07-25 19:53:50'), (446, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 19:54:22', '2023-07-25 19:54:22'), (447, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 19:54:52', '2023-07-25 19:54:52'), (448, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 19:55:57', '2023-07-25 19:55:57'), (449, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'create', 'http://localhost/projects/BIB-CCms/customfields/create', ' Customfields create', '2023-07-25 19:58:22', '2023-07-25 19:58:22'), (450, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'store', 'http://localhost/projects/BIB-CCms/customfields/store', ' Customfields store', '2023-07-25 20:05:07', '2023-07-25 20:05:07'), (451, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 20:05:07', '2023-07-25 20:05:07'), (452, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'create', 'http://localhost/projects/BIB-CCms/customfields/create', ' Customfields create', '2023-07-25 20:05:12', '2023-07-25 20:05:12'), (453, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 20:31:46', '2023-07-25 20:31:46'), (454, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'create', 'http://localhost/projects/BIB-CCms/customfields/create', ' Customfields create', '2023-07-25 20:31:48', '2023-07-25 20:31:48'), (455, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'store', 'http://localhost/projects/BIB-CCms/customfields/store', ' Customfields store', '2023-07-25 20:32:20', '2023-07-25 20:32:20'), (456, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 20:32:21', '2023-07-25 20:32:21'), (457, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/customfields/edit/2', ' Customfields edit', '2023-07-25 20:32:24', '2023-07-25 20:32:24'), (458, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/customfields/update/2', ' Customfields update', '2023-07-25 20:32:52', '2023-07-25 20:32:52'), (459, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/customfields/edit/2', ' Customfields edit', '2023-07-25 20:32:53', '2023-07-25 20:32:53'), (460, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 20:33:05', '2023-07-25 20:33:05'), (461, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'create', 'http://localhost/projects/BIB-CCms/customfields/create', ' Customfields create', '2023-07-25 20:33:07', '2023-07-25 20:33:07'), (462, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'store', 'http://localhost/projects/BIB-CCms/customfields/store', ' Customfields store', '2023-07-25 20:33:40', '2023-07-25 20:33:40'), (463, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 20:33:41', '2023-07-25 20:33:41'), (464, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'create', 'http://localhost/projects/BIB-CCms/customfields/create', ' Customfields create', '2023-07-25 20:33:54', '2023-07-25 20:33:54'), (465, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'store', 'http://localhost/projects/BIB-CCms/customfields/store', ' Customfields store', '2023-07-25 20:34:53', '2023-07-25 20:34:53'), (466, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 20:34:53', '2023-07-25 20:34:53'), (467, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'create', 'http://localhost/projects/BIB-CCms/customfields/create', ' Customfields create', '2023-07-25 20:35:06', '2023-07-25 20:35:06'), (468, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'store', 'http://localhost/projects/BIB-CCms/customfields/store', ' Customfields store', '2023-07-25 20:35:34', '2023-07-25 20:35:34'), (469, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 20:35:35', '2023-07-25 20:35:35'), (470, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 20:55:25', '2023-07-25 20:55:25'), (471, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-25 21:06:07', '2023-07-25 21:06:07'), (472, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/services', ' Services index', '2023-07-25 21:06:13', '2023-07-25 21:06:13'), (473, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/customfields', ' Customfields index', '2023-07-25 21:07:54', '2023-07-25 21:07:54'), (474, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/admin/services', ' Services index', '2023-07-25 21:08:01', '2023-07-25 21:08:01'), (475, 1, 'App\\Http\\Controllers\\TeamsController', 'index', 'http://localhost/projects/BIB-CCms/admin/teams', ' Teams index', '2023-07-25 21:08:54', '2023-07-25 21:08:54'), (476, 1, 'App\\Http\\Controllers\\TeamsController', 'index', 'http://localhost/projects/BIB-CCms/admin/teams', ' Teams index', '2023-07-26 09:44:23', '2023-07-26 09:44:23'), (477, 1, 'App\\Http\\Controllers\\TeamsController', 'index', 'http://localhost/projects/BIB-CCms/admin/teams', ' Teams index', '2023-07-26 10:45:04', '2023-07-26 10:45:04'), (478, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-26 10:45:10', '2023-07-26 10:45:10'), (479, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/2', ' Countries edit', '2023-07-26 10:45:13', '2023-07-26 10:45:13'), (480, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/2', ' Countries update', '2023-07-26 10:46:55', '2023-07-26 10:46:55'), (481, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/2', ' Countries edit', '2023-07-26 10:46:56', '2023-07-26 10:46:56'), (482, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-26 10:47:13', '2023-07-26 10:47:13'), (483, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/4', ' Countries edit', '2023-07-26 10:47:16', '2023-07-26 10:47:16'), (484, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/4', ' Countries update', '2023-07-26 10:48:41', '2023-07-26 10:48:41'), (485, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/4', ' Countries edit', '2023-07-26 10:48:41', '2023-07-26 10:48:41'), (486, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-26 10:48:43', '2023-07-26 10:48:43'), (487, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/3', ' Countries edit', '2023-07-26 10:48:49', '2023-07-26 10:48:49'), (488, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/3', ' Countries update', '2023-07-26 10:49:07', '2023-07-26 10:49:07'), (489, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/3', ' Countries edit', '2023-07-26 10:49:07', '2023-07-26 10:49:07'), (490, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-26 10:49:10', '2023-07-26 10:49:10'), (491, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/1', ' Countries edit', '2023-07-26 10:49:14', '2023-07-26 10:49:14'), (492, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/1', ' Countries update', '2023-07-26 10:49:37', '2023-07-26 10:49:37'), (493, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/1', ' Countries edit', '2023-07-26 10:49:37', '2023-07-26 10:49:37'), (494, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-26 10:49:40', '2023-07-26 10:49:40'), (495, 1, 'App\\Http\\Controllers\\CountriesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countries/destroy/5', ' Countries destroy', '2023-07-26 10:49:46', '2023-07-26 10:49:46'), (496, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-26 10:49:47', '2023-07-26 10:49:47'), (497, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-07-26 10:54:12', '2023-07-26 10:54:12'), (498, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/3', ' Customfields edit', '2023-07-26 10:54:17', '2023-07-26 10:54:17'), (499, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/3', ' Customfields edit', '2023-07-27 09:13:28', '2023-07-27 09:13:28'), (500, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-07-27 10:04:12', '2023-07-27 10:04:12'), (501, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://localhost/projects/BIB-CCms/testimonials/create', ' Testimonials create', '2023-07-27 10:04:15', '2023-07-27 10:04:15'), (502, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 10:04:37', '2023-07-27 10:04:37'), (503, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://localhost/projects/BIB-CCms/testimonials/store', ' Testimonials store', '2023-07-27 10:06:44', '2023-07-27 10:06:44'), (504, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://localhost/projects/BIB-CCms/testimonials/store', ' Testimonials store', '2023-07-27 10:12:47', '2023-07-27 10:12:47'), (505, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://localhost/projects/BIB-CCms/testimonials/store', ' Testimonials store', '2023-07-27 10:15:14', '2023-07-27 10:15:14'), (506, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://localhost/projects/BIB-CCms/testimonials/store', ' Testimonials store', '2023-07-27 10:16:58', '2023-07-27 10:16:58'), (507, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://localhost/projects/BIB-CCms/testimonials/store', ' Testimonials store', '2023-07-27 10:19:01', '2023-07-27 10:19:01'), (508, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://localhost/projects/BIB-CCms/testimonials/store', ' Testimonials store', '2023-07-27 10:19:08', '2023-07-27 10:19:08'), (509, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://localhost/projects/BIB-CCms/testimonials/store', ' Testimonials store', '2023-07-27 10:19:35', '2023-07-27 10:19:35'), (510, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://localhost/projects/BIB-CCms/testimonials/store', ' Testimonials store', '2023-07-27 10:19:52', '2023-07-27 10:19:52'), (511, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://localhost/projects/BIB-CCms/testimonials/create', ' Testimonials create', '2023-07-27 10:20:38', '2023-07-27 10:20:38'), (512, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://localhost/projects/BIB-CCms/testimonials/store', ' Testimonials store', '2023-07-27 10:21:14', '2023-07-27 10:21:14'), (513, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://localhost/projects/BIB-CCms/testimonials/store', ' Testimonials store', '2023-07-27 10:22:45', '2023-07-27 10:22:45'), (514, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-07-27 10:22:45', '2023-07-27 10:22:45'), (515, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://localhost/projects/BIB-CCms/admin/blogs', ' Blogs index', '2023-07-27 10:27:43', '2023-07-27 10:27:43'), (516, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://localhost/projects/BIB-CCms/admin/blogs', ' Blogs index', '2023-07-27 10:28:39', '2023-07-27 10:28:39'), (517, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://localhost/projects/BIB-CCms/admin/blogs', ' Blogs index', '2023-07-27 10:29:21', '2023-07-27 10:29:21'), (518, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://localhost/projects/BIB-CCms/admin/blogs', ' Blogs index', '2023-07-27 18:19:08', '2023-07-27 18:19:08'), (519, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/admin/popups', ' Popups index', '2023-07-27 18:20:48', '2023-07-27 18:20:48'), (520, 1, 'App\\Http\\Controllers\\PopupsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/popups/edit/1', ' Popups edit', '2023-07-27 18:20:52', '2023-07-27 18:20:52'), (521, 1, 'App\\Http\\Controllers\\PopupsController', 'update', 'http://localhost/projects/BIB-CCms/admin/popups/update/1', ' Popups update', '2023-07-27 18:21:55', '2023-07-27 18:21:55'), (522, 1, 'App\\Http\\Controllers\\PopupsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/popups/edit/1', ' Popups edit', '2023-07-27 18:21:55', '2023-07-27 18:21:55'), (523, 1, 'App\\Http\\Controllers\\PopupsController', 'index', 'http://localhost/projects/BIB-CCms/admin/popups', ' Popups index', '2023-07-27 18:21:58', '2023-07-27 18:21:58'), (524, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 18:42:42', '2023-07-27 18:42:42'), (525, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/2', ' Countries edit', '2023-07-27 18:42:47', '2023-07-27 18:42:47'), (526, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/2', ' Countries update', '2023-07-27 18:43:39', '2023-07-27 18:43:39'), (527, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/2', ' Countries edit', '2023-07-27 18:43:40', '2023-07-27 18:43:40'), (528, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/2', ' Countries update', '2023-07-27 18:50:36', '2023-07-27 18:50:36'), (529, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/2', ' Countries edit', '2023-07-27 18:50:36', '2023-07-27 18:50:36'), (530, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 18:52:59', '2023-07-27 18:52:59'), (531, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countries/create', ' Countries create', '2023-07-27 18:53:02', '2023-07-27 18:53:02'), (532, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countries/store', ' Countries store', '2023-07-27 18:53:20', '2023-07-27 18:53:20'), (533, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 18:53:21', '2023-07-27 18:53:21'), (534, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/6', ' Countries edit', '2023-07-27 18:53:29', '2023-07-27 18:53:29'), (535, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 18:53:37', '2023-07-27 18:53:37'), (536, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/6', ' Countries edit', '2023-07-27 18:54:43', '2023-07-27 18:54:43'), (537, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 18:56:03', '2023-07-27 18:56:03'), (538, 1, 'App\\Http\\Controllers\\CountriesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countries/destroy/6', ' Countries destroy', '2023-07-27 18:56:18', '2023-07-27 18:56:18'), (539, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 18:56:18', '2023-07-27 18:56:18'), (540, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 18:58:05', '2023-07-27 18:58:05'), (541, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 19:00:26', '2023-07-27 19:00:26'), (542, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 19:00:29', '2023-07-27 19:00:29'); INSERT INTO `tbl_activity_logs` (`activity_id`, `user_id`, `controllerName`, `methodName`, `actionUrl`, `activity`, `created_at`, `updated_at`) VALUES (543, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 19:02:10', '2023-07-27 19:02:10'), (544, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 19:02:12', '2023-07-27 19:02:12'), (545, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 19:02:55', '2023-07-27 19:02:55'), (546, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 19:02:55', '2023-07-27 19:02:55'), (547, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 19:02:57', '2023-07-27 19:02:57'), (548, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 19:03:52', '2023-07-27 19:03:52'), (549, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 19:03:52', '2023-07-27 19:03:52'), (550, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 19:04:00', '2023-07-27 19:04:00'), (551, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 19:04:29', '2023-07-27 19:04:29'), (552, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countryarticles/edit/2', ' Countryarticles edit', '2023-07-27 19:04:32', '2023-07-27 19:04:32'), (553, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countryarticles/update/2', ' Countryarticles update', '2023-07-27 19:05:33', '2023-07-27 19:05:33'), (554, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countryarticles/edit/2', ' Countryarticles edit', '2023-07-27 19:05:33', '2023-07-27 19:05:33'), (555, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 19:16:49', '2023-07-27 19:16:49'), (556, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 19:19:07', '2023-07-27 19:19:07'), (557, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 19:21:35', '2023-07-27 19:21:35'), (558, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 19:21:35', '2023-07-27 19:21:35'), (559, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countryarticles/edit/2', ' Countryarticles edit', '2023-07-27 19:21:43', '2023-07-27 19:21:43'), (560, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countryarticles/update/2', ' Countryarticles update', '2023-07-27 19:22:11', '2023-07-27 19:22:11'), (561, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countryarticles/edit/2', ' Countryarticles edit', '2023-07-27 19:22:12', '2023-07-27 19:22:12'), (562, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 19:22:15', '2023-07-27 19:22:15'), (563, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 19:22:23', '2023-07-27 19:22:23'), (564, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 19:23:07', '2023-07-27 19:23:07'), (565, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 19:23:07', '2023-07-27 19:23:07'), (566, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 19:23:12', '2023-07-27 19:23:12'), (567, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 19:23:41', '2023-07-27 19:23:41'), (568, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 19:23:41', '2023-07-27 19:23:41'), (569, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/admin/institutions', ' Institutions index', '2023-07-27 19:29:09', '2023-07-27 19:29:09'), (570, 1, 'App\\Http\\Controllers\\InstitutionsController', 'create', 'http://localhost/projects/BIB-CCms/admin/institutions/create', ' Institutions create', '2023-07-27 19:29:13', '2023-07-27 19:29:13'), (571, 1, 'App\\Http\\Controllers\\InstitutionsController', 'store', 'http://localhost/projects/BIB-CCms/admin/institutions/store', ' Institutions store', '2023-07-27 19:30:49', '2023-07-27 19:30:49'), (572, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/admin/institutions', ' Institutions index', '2023-07-27 19:30:49', '2023-07-27 19:30:49'), (573, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 21:30:28', '2023-07-27 21:30:28'), (574, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 21:30:33', '2023-07-27 21:30:33'), (575, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 21:31:01', '2023-07-27 21:31:01'), (576, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 21:31:02', '2023-07-27 21:31:02'), (577, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 21:31:06', '2023-07-27 21:31:06'), (578, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 21:31:31', '2023-07-27 21:31:31'), (579, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 21:31:31', '2023-07-27 21:31:31'), (580, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 21:31:33', '2023-07-27 21:31:33'), (581, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 21:32:01', '2023-07-27 21:32:01'), (582, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 21:32:01', '2023-07-27 21:32:01'), (583, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 21:32:03', '2023-07-27 21:32:03'), (584, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 21:32:32', '2023-07-27 21:32:32'), (585, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 21:32:32', '2023-07-27 21:32:32'), (586, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 21:32:37', '2023-07-27 21:32:37'), (587, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 21:33:11', '2023-07-27 21:33:11'), (588, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 21:33:11', '2023-07-27 21:33:11'), (589, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 21:37:21', '2023-07-27 21:37:21'), (590, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/1', ' Countries edit', '2023-07-27 21:37:27', '2023-07-27 21:37:27'), (591, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/1', ' Countries update', '2023-07-27 21:37:50', '2023-07-27 21:37:50'), (592, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/1', ' Countries edit', '2023-07-27 21:37:50', '2023-07-27 21:37:50'), (593, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 21:47:23', '2023-07-27 21:47:23'), (594, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:19:05', '2023-07-27 22:19:05'), (595, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:19:23', '2023-07-27 22:19:23'), (596, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:19:23', '2023-07-27 22:19:23'), (597, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:19:25', '2023-07-27 22:19:25'), (598, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:19:48', '2023-07-27 22:19:48'), (599, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:19:48', '2023-07-27 22:19:48'), (600, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:19:50', '2023-07-27 22:19:50'), (601, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:20:19', '2023-07-27 22:20:19'), (602, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:20:19', '2023-07-27 22:20:19'), (603, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:20:21', '2023-07-27 22:20:21'), (604, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:20:47', '2023-07-27 22:20:47'), (605, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:20:48', '2023-07-27 22:20:48'), (606, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:20:50', '2023-07-27 22:20:50'), (607, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:21:13', '2023-07-27 22:21:13'), (608, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:21:14', '2023-07-27 22:21:14'), (609, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:45:27', '2023-07-27 22:45:27'), (610, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:45:33', '2023-07-27 22:45:33'), (611, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:46:02', '2023-07-27 22:46:02'), (612, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:46:02', '2023-07-27 22:46:02'), (613, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:46:04', '2023-07-27 22:46:04'), (614, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:46:25', '2023-07-27 22:46:25'), (615, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:46:25', '2023-07-27 22:46:25'), (616, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:46:27', '2023-07-27 22:46:27'), (617, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:46:49', '2023-07-27 22:46:49'), (618, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:46:50', '2023-07-27 22:46:50'), (619, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:46:52', '2023-07-27 22:46:52'), (620, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:47:19', '2023-07-27 22:47:19'), (621, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:47:19', '2023-07-27 22:47:19'), (622, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:47:21', '2023-07-27 22:47:21'), (623, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:47:43', '2023-07-27 22:47:43'), (624, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:47:44', '2023-07-27 22:47:44'), (625, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:53:45', '2023-07-27 22:53:45'), (626, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:54:03', '2023-07-27 22:54:03'), (627, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:54:04', '2023-07-27 22:54:04'), (628, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:54:59', '2023-07-27 22:54:59'), (629, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:55:21', '2023-07-27 22:55:21'), (630, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:55:21', '2023-07-27 22:55:21'), (631, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 22:55:59', '2023-07-27 22:55:59'), (632, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 22:56:20', '2023-07-27 22:56:20'), (633, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 22:56:21', '2023-07-27 22:56:21'), (634, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 22:59:43', '2023-07-27 22:59:43'), (635, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countries/create', ' Countries create', '2023-07-27 22:59:45', '2023-07-27 22:59:45'), (636, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countries/store', ' Countries store', '2023-07-27 23:00:25', '2023-07-27 23:00:25'), (637, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 23:00:25', '2023-07-27 23:00:25'), (638, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/7', ' Countries edit', '2023-07-27 23:02:24', '2023-07-27 23:02:24'), (639, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/7', ' Countries update', '2023-07-27 23:02:37', '2023-07-27 23:02:37'), (640, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/7', ' Countries edit', '2023-07-27 23:02:37', '2023-07-27 23:02:37'), (641, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-07-27 23:08:53', '2023-07-27 23:08:53'), (642, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 23:08:56', '2023-07-27 23:08:56'), (643, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 23:08:58', '2023-07-27 23:08:58'), (644, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 23:09:11', '2023-07-27 23:09:11'), (645, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 23:09:11', '2023-07-27 23:09:11'), (646, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 23:09:13', '2023-07-27 23:09:13'), (647, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 23:09:47', '2023-07-27 23:09:47'), (648, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 23:09:47', '2023-07-27 23:09:47'), (649, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 23:09:49', '2023-07-27 23:09:49'), (650, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 23:10:23', '2023-07-27 23:10:23'), (651, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 23:10:23', '2023-07-27 23:10:23'), (652, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 23:10:25', '2023-07-27 23:10:25'), (653, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 23:10:54', '2023-07-27 23:10:54'), (654, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 23:10:54', '2023-07-27 23:10:54'), (655, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-07-27 23:10:56', '2023-07-27 23:10:56'), (656, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-07-27 23:11:25', '2023-07-27 23:11:25'), (657, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-07-27 23:11:26', '2023-07-27 23:11:26'), (658, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/admin/institutions', ' Institutions index', '2023-07-27 23:18:54', '2023-07-27 23:18:54'), (659, 1, 'App\\Http\\Controllers\\InstitutionsController', 'create', 'http://localhost/projects/BIB-CCms/admin/institutions/create', ' Institutions create', '2023-07-27 23:19:01', '2023-07-27 23:19:01'), (660, 1, 'App\\Http\\Controllers\\InstitutionsController', 'store', 'http://localhost/projects/BIB-CCms/admin/institutions/store', ' Institutions store', '2023-07-27 23:19:32', '2023-07-27 23:19:32'), (661, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/admin/institutions', ' Institutions index', '2023-07-27 23:19:33', '2023-07-27 23:19:33'), (662, 1, 'App\\Http\\Controllers\\InstitutionsController', 'create', 'http://localhost/projects/BIB-CCms/admin/institutions/create', ' Institutions create', '2023-07-27 23:25:47', '2023-07-27 23:25:47'), (663, 1, 'App\\Http\\Controllers\\InstitutionsController', 'store', 'http://localhost/projects/BIB-CCms/admin/institutions/store', ' Institutions store', '2023-07-27 23:26:43', '2023-07-27 23:26:43'), (664, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://localhost/projects/BIB-CCms/admin/institutions', ' Institutions index', '2023-07-27 23:26:43', '2023-07-27 23:26:43'), (665, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-07-28 20:45:38', '2023-07-28 20:45:38'), (666, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-07-28 20:45:41', '2023-07-28 20:45:41'), (667, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-07-28 20:45:53', '2023-07-28 20:45:53'), (668, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-07-28 20:45:53', '2023-07-28 20:45:53'), (669, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-07-28 20:46:39', '2023-07-28 20:46:39'), (670, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-07-28 20:46:39', '2023-07-28 20:46:39'), (671, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-07-28 20:47:04', '2023-07-28 20:47:04'), (672, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-07-28 20:47:04', '2023-07-28 20:47:04'), (673, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-07-28 20:47:20', '2023-07-28 20:47:20'), (674, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-07-28 20:47:20', '2023-07-28 20:47:20'), (675, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-07-28 20:49:20', '2023-07-28 20:49:20'), (676, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/create', ' Preparationclasses create', '2023-07-28 20:49:22', '2023-07-28 20:49:22'), (677, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'store', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/store', ' Preparationclasses store', '2023-07-28 20:50:26', '2023-07-28 20:50:26'), (678, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-07-28 20:50:26', '2023-07-28 20:50:26'), (679, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/create', ' Preparationclasses create', '2023-07-28 20:52:14', '2023-07-28 20:52:14'), (680, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'store', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/store', ' Preparationclasses store', '2023-07-28 20:52:41', '2023-07-28 20:52:41'), (681, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-07-28 20:52:41', '2023-07-28 20:52:41'), (682, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/create', ' Preparationclasses create', '2023-07-28 20:52:57', '2023-07-28 20:52:57'), (683, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'store', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/store', ' Preparationclasses store', '2023-07-28 20:53:51', '2023-07-28 20:53:51'), (684, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-07-28 20:53:52', '2023-07-28 20:53:52'), (685, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/9', ' Preparationclasses edit', '2023-07-28 20:54:03', '2023-07-28 20:54:03'), (686, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/9', ' Preparationclasses update', '2023-07-28 20:54:09', '2023-07-28 20:54:09'), (687, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/9', ' Preparationclasses edit', '2023-07-28 20:54:09', '2023-07-28 20:54:09'), (688, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-07-28 20:58:23', '2023-07-28 20:58:23'), (689, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/7', ' Preparationclasses edit', '2023-07-28 20:58:27', '2023-07-28 20:58:27'), (690, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/7', ' Preparationclasses update', '2023-07-28 20:59:18', '2023-07-28 20:59:18'), (691, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/7', ' Preparationclasses edit', '2023-07-28 20:59:19', '2023-07-28 20:59:19'), (692, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-07-28 21:08:19', '2023-07-28 21:08:19'), (693, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/create', ' Preparationclasses create', '2023-07-28 21:08:21', '2023-07-28 21:08:21'), (694, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-07-28 21:08:29', '2023-07-28 21:08:29'), (695, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/4', ' Preparationclasses edit', '2023-07-28 21:08:34', '2023-07-28 21:08:34'), (696, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/4', ' Preparationclasses update', '2023-07-28 21:08:39', '2023-07-28 21:08:39'), (697, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/4', ' Preparationclasses edit', '2023-07-28 21:08:39', '2023-07-28 21:08:39'), (698, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/4', ' Preparationclasses update', '2023-07-28 21:09:06', '2023-07-28 21:09:06'), (699, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/4', ' Preparationclasses edit', '2023-07-28 21:09:07', '2023-07-28 21:09:07'), (700, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/4', ' Preparationclasses update', '2023-07-28 21:09:52', '2023-07-28 21:09:52'), (701, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/4', ' Preparationclasses edit', '2023-07-28 21:09:53', '2023-07-28 21:09:53'), (702, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/4', ' Preparationclasses update', '2023-07-28 21:11:17', '2023-07-28 21:11:17'), (703, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/4', ' Preparationclasses edit', '2023-07-28 21:11:18', '2023-07-28 21:11:18'), (704, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/admin/resources', ' Resources index', '2023-07-28 21:26:25', '2023-07-28 21:26:25'), (705, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/admin/resources', ' Resources index', '2023-07-28 21:37:31', '2023-07-28 21:37:31'), (706, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/admin/resources', ' Resources index', '2023-07-28 21:38:10', '2023-07-28 21:38:10'), (707, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/admin/resources', ' Resources index', '2023-07-28 21:38:40', '2023-07-28 21:38:40'), (708, 1, 'App\\Http\\Controllers\\ResourcesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/resources/edit/1', ' Resources edit', '2023-07-28 21:39:19', '2023-07-28 21:39:19'), (709, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/admin/resources', ' Resources index', '2023-07-28 21:39:23', '2023-07-28 21:39:23'), (710, 1, 'App\\Http\\Controllers\\ResourcesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/resources/destroy/1', ' Resources destroy', '2023-07-28 21:39:28', '2023-07-28 21:39:28'), (711, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/admin/resources', ' Resources index', '2023-07-28 21:39:28', '2023-07-28 21:39:28'), (712, 1, 'App\\Http\\Controllers\\ResourcesController', 'create', 'http://localhost/projects/BIB-CCms/admin/resources/create', ' Resources create', '2023-07-28 22:58:21', '2023-07-28 22:58:21'), (713, 1, 'App\\Http\\Controllers\\ResourcesController', 'store', 'http://localhost/projects/BIB-CCms/admin/resources/store', ' Resources store', '2023-07-28 22:59:20', '2023-07-28 22:59:20'), (714, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://localhost/projects/BIB-CCms/admin/resources', ' Resources index', '2023-07-28 22:59:21', '2023-07-28 22:59:21'), (715, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/admin/events', ' Events index', '2023-07-29 04:37:27', '2023-07-29 04:37:27'), (716, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 04:40:26', '2023-07-29 04:40:26'), (717, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/admin/events', ' Events index', '2023-07-29 04:49:20', '2023-07-29 04:49:20'), (718, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 04:49:22', '2023-07-29 04:49:22'), (719, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 04:55:25', '2023-07-29 04:55:25'), (720, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/admin/events', ' Events index', '2023-07-29 04:59:32', '2023-07-29 04:59:32'), (721, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 04:59:34', '2023-07-29 04:59:34'), (722, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:00:15', '2023-07-29 05:00:15'), (723, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:01:42', '2023-07-29 05:01:42'), (724, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:03:24', '2023-07-29 05:03:24'), (725, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:04:11', '2023-07-29 05:04:11'), (726, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:04:33', '2023-07-29 05:04:33'), (727, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:05:38', '2023-07-29 05:05:38'), (728, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:07:10', '2023-07-29 05:07:10'), (729, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:07:30', '2023-07-29 05:07:30'), (730, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:08:28', '2023-07-29 05:08:28'), (731, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:10:34', '2023-07-29 05:10:34'), (732, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:11:13', '2023-07-29 05:11:13'), (733, 1, 'App\\Http\\Controllers\\EventsController', 'create', 'http://localhost/projects/BIB-CCms/admin/events/create', ' Events create', '2023-07-29 05:12:39', '2023-07-29 05:12:39'), (734, 1, 'App\\Http\\Controllers\\EventsController', 'store', 'http://localhost/projects/BIB-CCms/admin/events/store', ' Events store', '2023-07-29 05:13:13', '2023-07-29 05:13:13'), (735, 1, 'App\\Http\\Controllers\\EventsController', 'store', 'http://localhost/projects/BIB-CCms/admin/events/store', ' Events store', '2023-07-29 05:13:28', '2023-07-29 05:13:28'), (736, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/admin/events', ' Events index', '2023-07-29 05:13:28', '2023-07-29 05:13:28'), (737, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/admin/events', ' Events index', '2023-07-29 05:14:23', '2023-07-29 05:14:23'), (738, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/admin/events', ' Events index', '2023-07-29 05:22:27', '2023-07-29 05:22:27'), (739, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/admin/events', ' Events index', '2023-07-29 05:32:18', '2023-07-29 05:32:18'), (740, 1, 'App\\Http\\Controllers\\EventsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/events/edit/1', ' Events edit', '2023-07-29 05:32:23', '2023-07-29 05:32:23'), (741, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/admin/events', ' Events index', '2023-07-29 05:32:26', '2023-07-29 05:32:26'), (742, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/admin/events', ' Events index', '2023-07-29 05:32:50', '2023-07-29 05:32:50'), (743, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/admin/events', ' Events index', '2023-07-29 05:33:58', '2023-07-29 05:33:58'), (744, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://localhost/projects/BIB-CCms/admin/events', ' Events index', '2023-07-29 05:34:14', '2023-07-29 05:34:14'), (745, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://localhost/projects/BIB-CCms/admin/news', ' News index', '2023-07-29 05:35:41', '2023-07-29 05:35:41'), (746, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://localhost/projects/BIB-CCms/admin/blogs', ' Blogs index', '2023-07-29 05:38:47', '2023-07-29 05:38:47'), (747, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://localhost/projects/BIB-CCms/admin/news', ' News index', '2023-07-29 05:38:53', '2023-07-29 05:38:53'), (748, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://localhost/projects/BIB-CCms/admin/news', ' News index', '2023-07-29 05:40:12', '2023-07-29 05:40:12'), (749, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://localhost/projects/BIB-CCms/admin/news', ' News index', '2023-07-29 05:58:11', '2023-07-29 05:58:11'), (750, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 05:59:39', '2023-07-29 05:59:39'), (751, 1, 'App\\Http\\Controllers\\GalleriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/galleries/create', ' Galleries create', '2023-07-29 05:59:41', '2023-07-29 05:59:41'), (752, 1, 'App\\Http\\Controllers\\GalleriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/galleries/store', ' Galleries store', '2023-07-29 06:00:03', '2023-07-29 06:00:03'), (753, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:00:03', '2023-07-29 06:00:03'), (754, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/admin/photos', ' Photos index', '2023-07-29 06:11:07', '2023-07-29 06:11:07'), (755, 1, 'App\\Http\\Controllers\\PhotosController', 'create', 'http://localhost/projects/BIB-CCms/admin/photos/create', ' Photos create', '2023-07-29 06:11:10', '2023-07-29 06:11:10'), (756, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/store', ' Photos store', '2023-07-29 06:11:38', '2023-07-29 06:11:38'), (757, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/admin/photos', ' Photos index', '2023-07-29 06:11:39', '2023-07-29 06:11:39'), (758, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:16:05', '2023-07-29 06:16:05'), (759, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:21:32', '2023-07-29 06:21:32'), (760, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:22:10', '2023-07-29 06:22:10'), (761, 1, 'App\\Http\\Controllers\\GalleriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/galleries/create', ' Galleries create', '2023-07-29 06:24:47', '2023-07-29 06:24:47'), (762, 1, 'App\\Http\\Controllers\\GalleriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/galleries/store', ' Galleries store', '2023-07-29 06:25:39', '2023-07-29 06:25:39'), (763, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:25:40', '2023-07-29 06:25:40'), (764, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:31:00', '2023-07-29 06:31:00'), (765, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:31:23', '2023-07-29 06:31:23'), (766, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:31:54', '2023-07-29 06:31:54'), (767, 1, 'App\\Http\\Controllers\\GalleriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/galleries/edit/1', ' Galleries edit', '2023-07-29 06:36:11', '2023-07-29 06:36:11'), (768, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:36:35', '2023-07-29 06:36:35'), (769, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:36:38', '2023-07-29 06:36:38'), (770, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:37:01', '2023-07-29 06:37:01'), (771, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:37:26', '2023-07-29 06:37:26'), (772, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:37:42', '2023-07-29 06:37:42'), (773, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:39:45', '2023-07-29 06:39:45'), (774, 1, 'App\\Http\\Controllers\\GalleriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/galleries/edit/1', ' Galleries edit', '2023-07-29 06:40:26', '2023-07-29 06:40:26'), (775, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:43:59', '2023-07-29 06:43:59'), (776, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:44:52', '2023-07-29 06:44:52'), (777, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:46:58', '2023-07-29 06:46:58'), (778, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:47:16', '2023-07-29 06:47:16'), (779, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:47:58', '2023-07-29 06:47:58'), (780, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:48:32', '2023-07-29 06:48:32'), (781, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:50:05', '2023-07-29 06:50:05'), (782, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:50:20', '2023-07-29 06:50:20'), (783, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:50:38', '2023-07-29 06:50:38'), (784, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:50:45', '2023-07-29 06:50:45'), (785, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:51:02', '2023-07-29 06:51:02'), (786, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:51:11', '2023-07-29 06:51:11'), (787, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:51:22', '2023-07-29 06:51:22'), (788, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:51:49', '2023-07-29 06:51:49'), (789, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:52:46', '2023-07-29 06:52:46'), (790, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:53:46', '2023-07-29 06:53:46'), (791, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:54:19', '2023-07-29 06:54:19'), (792, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/store', ' Photos store', '2023-07-29 06:54:39', '2023-07-29 06:54:39'), (793, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/admin/photos', ' Photos index', '2023-07-29 06:54:39', '2023-07-29 06:54:39'); INSERT INTO `tbl_activity_logs` (`activity_id`, `user_id`, `controllerName`, `methodName`, `actionUrl`, `activity`, `created_at`, `updated_at`) VALUES (794, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 06:54:46', '2023-07-29 06:54:46'), (795, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:54:52', '2023-07-29 06:54:52'), (796, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/store', ' Photos store', '2023-07-29 06:55:43', '2023-07-29 06:55:43'), (797, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/admin/photos', ' Photos index', '2023-07-29 06:55:43', '2023-07-29 06:55:43'), (798, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 06:57:00', '2023-07-29 06:57:00'), (799, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 07:04:39', '2023-07-29 07:04:39'), (800, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 07:06:21', '2023-07-29 07:06:21'), (801, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 07:08:52', '2023-07-29 07:08:52'), (802, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 07:10:25', '2023-07-29 07:10:25'), (803, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:05:57', '2023-07-29 17:05:57'), (804, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:11:36', '2023-07-29 17:11:36'), (805, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/storephotos/1', ' Photos store', '2023-07-29 17:12:08', '2023-07-29 17:12:08'), (806, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:12:29', '2023-07-29 17:12:29'), (807, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:12:45', '2023-07-29 17:12:45'), (808, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/storephotos/1', ' Photos store', '2023-07-29 17:13:14', '2023-07-29 17:13:14'), (809, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/storephotos/1', ' Photos store', '2023-07-29 17:26:12', '2023-07-29 17:26:12'), (810, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/storephotos/1', ' Photos store', '2023-07-29 17:26:49', '2023-07-29 17:26:49'), (811, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/admin/photos', ' Photos index', '2023-07-29 17:26:49', '2023-07-29 17:26:49'), (812, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 17:27:08', '2023-07-29 17:27:08'), (813, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:27:13', '2023-07-29 17:27:13'), (814, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/storephotos/1', ' Photos store', '2023-07-29 17:29:11', '2023-07-29 17:29:11'), (815, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:29:11', '2023-07-29 17:29:11'), (816, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:29:32', '2023-07-29 17:29:32'), (817, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 17:29:55', '2023-07-29 17:29:55'), (818, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/admin/photos', ' Photos index', '2023-07-29 17:30:00', '2023-07-29 17:30:00'), (819, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 17:30:29', '2023-07-29 17:30:29'), (820, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:30:34', '2023-07-29 17:30:34'), (821, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:31:45', '2023-07-29 17:31:45'), (822, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:33:28', '2023-07-29 17:33:28'), (823, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:34:03', '2023-07-29 17:34:03'), (824, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:42:44', '2023-07-29 17:42:44'), (825, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:44:22', '2023-07-29 17:44:22'), (826, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:46:41', '2023-07-29 17:46:41'), (827, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:47:12', '2023-07-29 17:47:12'), (828, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:47:37', '2023-07-29 17:47:37'), (829, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:52:23', '2023-07-29 17:52:23'), (830, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:55:22', '2023-07-29 17:55:22'), (831, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:56:07', '2023-07-29 17:56:07'), (832, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:57:42', '2023-07-29 17:57:42'), (833, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:57:59', '2023-07-29 17:57:59'), (834, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 17:58:41', '2023-07-29 17:58:41'), (835, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/storephotos/1', ' Photos store', '2023-07-29 18:00:29', '2023-07-29 18:00:29'), (836, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:00:52', '2023-07-29 18:00:52'), (837, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/storephotos/1', ' Photos store', '2023-07-29 18:01:14', '2023-07-29 18:01:14'), (838, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:01:14', '2023-07-29 18:01:14'), (839, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:01:34', '2023-07-29 18:01:34'), (840, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:01:55', '2023-07-29 18:01:55'), (841, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:02:14', '2023-07-29 18:02:14'), (842, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:02:38', '2023-07-29 18:02:38'), (843, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:02:54', '2023-07-29 18:02:54'), (844, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/admin/photos', ' Photos index', '2023-07-29 18:03:01', '2023-07-29 18:03:01'), (845, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:03:15', '2023-07-29 18:03:15'), (846, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:03:22', '2023-07-29 18:03:22'), (847, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:03:40', '2023-07-29 18:03:40'), (848, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:03:51', '2023-07-29 18:03:51'), (849, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:03:56', '2023-07-29 18:03:56'), (850, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/2', ' Photos show', '2023-07-29 18:04:01', '2023-07-29 18:04:01'), (851, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/storephotos/2', ' Photos store', '2023-07-29 18:05:11', '2023-07-29 18:05:11'), (852, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/2', ' Photos show', '2023-07-29 18:05:11', '2023-07-29 18:05:11'), (853, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:05:24', '2023-07-29 18:05:24'), (854, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:05:29', '2023-07-29 18:05:29'), (855, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:06:36', '2023-07-29 18:06:36'), (856, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/3', ' Photos destroy', '2023-07-29 18:07:26', '2023-07-29 18:07:26'), (857, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:07:35', '2023-07-29 18:07:35'), (858, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:08:07', '2023-07-29 18:08:07'), (859, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/4', ' Photos destroy', '2023-07-29 18:08:10', '2023-07-29 18:08:10'), (860, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:08:11', '2023-07-29 18:08:11'), (861, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:08:25', '2023-07-29 18:08:25'), (862, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/6', ' Photos destroy', '2023-07-29 18:08:34', '2023-07-29 18:08:34'), (863, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:08:34', '2023-07-29 18:08:34'), (864, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/8', ' Photos destroy', '2023-07-29 18:08:40', '2023-07-29 18:08:40'), (865, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:08:41', '2023-07-29 18:08:41'), (866, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/11', ' Photos destroy', '2023-07-29 18:08:45', '2023-07-29 18:08:45'), (867, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:08:46', '2023-07-29 18:08:46'), (868, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/15', ' Photos destroy', '2023-07-29 18:08:50', '2023-07-29 18:08:50'), (869, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:08:50', '2023-07-29 18:08:50'), (870, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/13', ' Photos destroy', '2023-07-29 18:08:54', '2023-07-29 18:08:54'), (871, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:08:54', '2023-07-29 18:08:54'), (872, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/14', ' Photos destroy', '2023-07-29 18:08:59', '2023-07-29 18:08:59'), (873, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:08:59', '2023-07-29 18:08:59'), (874, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/10', ' Photos destroy', '2023-07-29 18:09:06', '2023-07-29 18:09:06'), (875, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:09:06', '2023-07-29 18:09:06'), (876, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/2', ' Photos destroy', '2023-07-29 18:09:10', '2023-07-29 18:09:10'), (877, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:09:10', '2023-07-29 18:09:10'), (878, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/12', ' Photos destroy', '2023-07-29 18:09:15', '2023-07-29 18:09:15'), (879, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:09:15', '2023-07-29 18:09:15'), (880, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/7', ' Photos destroy', '2023-07-29 18:09:23', '2023-07-29 18:09:23'), (881, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:09:24', '2023-07-29 18:09:24'), (882, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:11:32', '2023-07-29 18:11:32'), (883, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/9', ' Photos destroy', '2023-07-29 18:11:38', '2023-07-29 18:11:38'), (884, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:11:39', '2023-07-29 18:11:39'), (885, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:12:25', '2023-07-29 18:12:25'), (886, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/5', ' Photos destroy', '2023-07-29 18:12:30', '2023-07-29 18:12:30'), (887, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:12:30', '2023-07-29 18:12:30'), (888, 1, 'App\\Http\\Controllers\\PhotosController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/photos/destroy/1', ' Photos destroy', '2023-07-29 18:12:47', '2023-07-29 18:12:47'), (889, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:12:47', '2023-07-29 18:12:47'), (890, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/storephotos/1', ' Photos store', '2023-07-29 18:15:04', '2023-07-29 18:15:04'), (891, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:15:04', '2023-07-29 18:15:04'), (892, 1, 'App\\Http\\Controllers\\PhotosController', 'index', 'http://localhost/projects/BIB-CCms/admin/photos', ' Photos index', '2023-07-29 18:15:39', '2023-07-29 18:15:39'), (893, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:16:16', '2023-07-29 18:16:16'), (894, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:16:20', '2023-07-29 18:16:20'), (895, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:16:40', '2023-07-29 18:16:40'), (896, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-07-29 18:16:54', '2023-07-29 18:16:54'), (897, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:17:01', '2023-07-29 18:17:01'), (898, 1, 'App\\Http\\Controllers\\GalleriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/galleries/create', ' Galleries create', '2023-07-29 18:17:04', '2023-07-29 18:17:04'), (899, 1, 'App\\Http\\Controllers\\GalleriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/galleries/store', ' Galleries store', '2023-07-29 18:17:13', '2023-07-29 18:17:13'), (900, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:17:13', '2023-07-29 18:17:13'), (901, 1, 'App\\Http\\Controllers\\GalleriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/galleries/create', ' Galleries create', '2023-07-29 18:17:21', '2023-07-29 18:17:21'), (902, 1, 'App\\Http\\Controllers\\GalleriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/galleries/store', ' Galleries store', '2023-07-29 18:17:26', '2023-07-29 18:17:26'), (903, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:17:27', '2023-07-29 18:17:27'), (904, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:18:57', '2023-07-29 18:18:57'), (905, 1, 'App\\Http\\Controllers\\GalleriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/galleries/create', ' Galleries create', '2023-07-29 18:19:01', '2023-07-29 18:19:01'), (906, 1, 'App\\Http\\Controllers\\GalleriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/galleries/store', ' Galleries store', '2023-07-29 18:19:10', '2023-07-29 18:19:10'), (907, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:19:10', '2023-07-29 18:19:10'), (908, 1, 'App\\Http\\Controllers\\GalleriesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/galleries/destroy/4', ' Galleries destroy', '2023-07-29 18:19:18', '2023-07-29 18:19:18'), (909, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:19:19', '2023-07-29 18:19:19'), (910, 1, 'App\\Http\\Controllers\\GalleriesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/galleries/destroy/5', ' Galleries destroy', '2023-07-29 18:19:26', '2023-07-29 18:19:26'), (911, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:19:27', '2023-07-29 18:19:27'), (912, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/3', ' Photos show', '2023-07-29 18:19:36', '2023-07-29 18:19:36'), (913, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'http://localhost/projects/BIB-CCms/admin/photos/storephotos/3', ' Photos store', '2023-07-29 18:20:38', '2023-07-29 18:20:38'), (914, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/3', ' Photos show', '2023-07-29 18:20:38', '2023-07-29 18:20:38'), (915, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-07-29 18:22:21', '2023-07-29 18:22:21'), (916, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/3', ' Photos show', '2023-07-29 18:22:27', '2023-07-29 18:22:27'), (917, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-07-29 19:33:05', '2023-07-29 19:33:05'), (918, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-07-29 19:33:59', '2023-07-29 19:33:59'), (919, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-07-29 19:34:32', '2023-07-29 19:34:32'), (920, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-07-29 20:00:52', '2023-07-29 20:00:52'), (921, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/admin/branches', ' Branches index', '2023-07-29 20:02:08', '2023-07-29 20:02:08'), (922, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/admin/branches', ' Branches index', '2023-07-29 20:02:38', '2023-07-29 20:02:38'), (923, 1, 'App\\Http\\Controllers\\BranchesController', 'create', 'http://localhost/projects/BIB-CCms/admin/branches/create', ' Branches create', '2023-07-29 20:02:46', '2023-07-29 20:02:46'), (924, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 20:03:26', '2023-07-29 20:03:26'), (925, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/2', ' Brancharticles edit', '2023-07-29 20:03:34', '2023-07-29 20:03:34'), (926, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/admin/branches', ' Branches index', '2023-07-29 20:04:51', '2023-07-29 20:04:51'), (927, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 20:04:54', '2023-07-29 20:04:54'), (928, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 20:05:23', '2023-07-29 20:05:23'), (929, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/brancharticles/create', ' Brancharticles create', '2023-07-29 20:05:30', '2023-07-29 20:05:30'), (930, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 20:14:28', '2023-07-29 20:14:28'), (931, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/1', ' Brancharticles edit', '2023-07-29 20:18:57', '2023-07-29 20:18:57'), (932, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'update', 'http://localhost/projects/BIB-CCms/admin/brancharticles/update/1', ' Brancharticles update', '2023-07-29 20:19:35', '2023-07-29 20:19:35'), (933, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/1', ' Brancharticles edit', '2023-07-29 20:19:36', '2023-07-29 20:19:36'), (934, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 20:19:41', '2023-07-29 20:19:41'), (935, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/1', ' Brancharticles edit', '2023-07-29 20:22:29', '2023-07-29 20:22:29'), (936, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'update', 'http://localhost/projects/BIB-CCms/admin/brancharticles/update/1', ' Brancharticles update', '2023-07-29 20:25:03', '2023-07-29 20:25:03'), (937, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/1', ' Brancharticles edit', '2023-07-29 20:25:03', '2023-07-29 20:25:03'), (938, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 20:25:30', '2023-07-29 20:25:30'), (939, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/2', ' Brancharticles edit', '2023-07-29 20:25:38', '2023-07-29 20:25:38'), (940, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'update', 'http://localhost/projects/BIB-CCms/admin/brancharticles/update/2', ' Brancharticles update', '2023-07-29 20:26:07', '2023-07-29 20:26:07'), (941, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/2', ' Brancharticles edit', '2023-07-29 20:26:07', '2023-07-29 20:26:07'), (942, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'update', 'http://localhost/projects/BIB-CCms/admin/brancharticles/update/2', ' Brancharticles update', '2023-07-29 20:32:27', '2023-07-29 20:32:27'), (943, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/2', ' Brancharticles edit', '2023-07-29 20:32:28', '2023-07-29 20:32:28'), (944, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 20:35:32', '2023-07-29 20:35:32'), (945, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/admin/branches', ' Branches index', '2023-07-29 20:35:38', '2023-07-29 20:35:38'), (946, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 20:36:00', '2023-07-29 20:36:00'), (947, 1, 'App\\Http\\Controllers\\TeamsController', 'index', 'http://localhost/projects/BIB-CCms/admin/teams', ' Teams index', '2023-07-29 20:38:19', '2023-07-29 20:38:19'), (948, 1, 'App\\Http\\Controllers\\TeamsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/teams/edit/1', ' Teams edit', '2023-07-29 20:38:25', '2023-07-29 20:38:25'), (949, 1, 'App\\Http\\Controllers\\TeamsController', 'update', 'http://localhost/projects/BIB-CCms/admin/teams/update/1', ' Teams update', '2023-07-29 20:38:33', '2023-07-29 20:38:33'), (950, 1, 'App\\Http\\Controllers\\TeamsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/teams/edit/1', ' Teams edit', '2023-07-29 20:38:34', '2023-07-29 20:38:34'), (951, 1, 'App\\Http\\Controllers\\TeamsController', 'update', 'http://localhost/projects/BIB-CCms/admin/teams/update/1', ' Teams update', '2023-07-29 20:38:43', '2023-07-29 20:38:43'), (952, 1, 'App\\Http\\Controllers\\TeamsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/teams/edit/1', ' Teams edit', '2023-07-29 20:38:43', '2023-07-29 20:38:43'), (953, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 20:42:38', '2023-07-29 20:42:38'), (954, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/2', ' Brancharticles edit', '2023-07-29 20:42:44', '2023-07-29 20:42:44'), (955, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'update', 'http://localhost/projects/BIB-CCms/admin/brancharticles/update/2', ' Brancharticles update', '2023-07-29 20:42:51', '2023-07-29 20:42:51'), (956, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/2', ' Brancharticles edit', '2023-07-29 20:42:52', '2023-07-29 20:42:52'), (957, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-07-29 21:16:00', '2023-07-29 21:16:00'), (958, 1, 'App\\Http\\Controllers\\TestimonialsController', 'edit', 'http://localhost/projects/BIB-CCms/testimonials/edit/1', ' Testimonials edit', '2023-07-29 21:16:10', '2023-07-29 21:16:10'), (959, 1, 'App\\Http\\Controllers\\TestimonialsController', 'update', 'http://localhost/projects/BIB-CCms/testimonials/update/1', ' Testimonials update', '2023-07-29 21:16:19', '2023-07-29 21:16:19'), (960, 1, 'App\\Http\\Controllers\\TestimonialsController', 'edit', 'http://localhost/projects/BIB-CCms/testimonials/edit/1', ' Testimonials edit', '2023-07-29 21:16:20', '2023-07-29 21:16:20'), (961, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 21:16:55', '2023-07-29 21:16:55'), (962, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/2', ' Brancharticles edit', '2023-07-29 21:16:59', '2023-07-29 21:16:59'), (963, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/3', ' Brancharticles edit', '2023-07-29 21:17:12', '2023-07-29 21:17:12'), (964, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'update', 'http://localhost/projects/BIB-CCms/admin/brancharticles/update/3', ' Brancharticles update', '2023-07-29 21:17:38', '2023-07-29 21:17:38'), (965, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/3', ' Brancharticles edit', '2023-07-29 21:17:38', '2023-07-29 21:17:38'), (966, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 21:17:45', '2023-07-29 21:17:45'), (967, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/3', ' Brancharticles edit', '2023-07-29 21:39:10', '2023-07-29 21:39:10'), (968, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'update', 'http://localhost/projects/BIB-CCms/admin/brancharticles/update/3', ' Brancharticles update', '2023-07-29 21:39:22', '2023-07-29 21:39:22'), (969, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/brancharticles/edit/3', ' Brancharticles edit', '2023-07-29 21:39:23', '2023-07-29 21:39:23'), (970, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 21:45:37', '2023-07-29 21:45:37'), (971, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/brancharticles/create', ' Brancharticles create', '2023-07-29 21:45:46', '2023-07-29 21:45:46'), (972, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/brancharticles/store', ' Brancharticles store', '2023-07-29 21:46:27', '2023-07-29 21:46:27'), (973, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/brancharticles/store', ' Brancharticles store', '2023-07-29 21:47:33', '2023-07-29 21:47:33'), (974, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/brancharticles/store', ' Brancharticles store', '2023-07-29 21:47:36', '2023-07-29 21:47:36'), (975, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/brancharticles/store', ' Brancharticles store', '2023-07-29 21:48:03', '2023-07-29 21:48:03'), (976, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 21:48:04', '2023-07-29 21:48:04'), (977, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/brancharticles/destroy/4', ' Brancharticles destroy', '2023-07-29 21:48:18', '2023-07-29 21:48:18'), (978, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 21:48:19', '2023-07-29 21:48:19'), (979, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/brancharticles/destroy/5', ' Brancharticles destroy', '2023-07-29 21:48:26', '2023-07-29 21:48:26'), (980, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 21:48:27', '2023-07-29 21:48:27'), (981, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/brancharticles/destroy/6', ' Brancharticles destroy', '2023-07-29 21:48:33', '2023-07-29 21:48:33'), (982, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/brancharticles', ' Brancharticles index', '2023-07-29 21:48:33', '2023-07-29 21:48:33'), (983, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-07-29 21:59:15', '2023-07-29 21:59:15'), (984, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-07-29 22:02:41', '2023-07-29 22:02:41'), (985, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-07-29 22:03:15', '2023-07-29 22:03:15'), (986, 1, 'App\\Http\\Controllers\\VisasController', 'index', 'http://localhost/projects/BIB-CCms/admin/visas', ' Visas index', '2023-07-29 22:03:52', '2023-07-29 22:03:52'), (987, 1, 'App\\Http\\Controllers\\VisasController', 'create', 'http://localhost/projects/BIB-CCms/admin/visas/create', ' Visas create', '2023-07-29 22:03:56', '2023-07-29 22:03:56'), (988, 1, 'App\\Http\\Controllers\\VisasController', 'index', 'http://localhost/projects/BIB-CCms/admin/visas', ' Visas index', '2023-07-29 22:04:01', '2023-07-29 22:04:01'), (989, 1, 'App\\Http\\Controllers\\VisasController', 'create', 'http://localhost/projects/BIB-CCms/admin/visas/create', ' Visas create', '2023-07-29 22:04:07', '2023-07-29 22:04:07'), (990, 1, 'App\\Http\\Controllers\\VisasController', 'store', 'http://localhost/projects/BIB-CCms/admin/visas/store', ' Visas store', '2023-07-29 22:04:49', '2023-07-29 22:04:49'), (991, 1, 'App\\Http\\Controllers\\VisasController', 'store', 'http://localhost/projects/BIB-CCms/admin/visas/store', ' Visas store', '2023-07-29 22:05:05', '2023-07-29 22:05:05'), (992, 1, 'App\\Http\\Controllers\\VisasController', 'store', 'http://localhost/projects/BIB-CCms/admin/visas/store', ' Visas store', '2023-07-29 22:05:30', '2023-07-29 22:05:30'), (993, 1, 'App\\Http\\Controllers\\VisasController', 'store', 'http://localhost/projects/BIB-CCms/admin/visas/store', ' Visas store', '2023-07-29 22:05:59', '2023-07-29 22:05:59'), (994, 1, 'App\\Http\\Controllers\\VisasController', 'index', 'http://localhost/projects/BIB-CCms/admin/visas', ' Visas index', '2023-07-29 22:05:59', '2023-07-29 22:05:59'), (995, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://localhost/projects/BIB-CCms/admin/contacts', ' Contacts index', '2023-07-29 22:16:01', '2023-07-29 22:16:01'), (996, 1, 'App\\Http\\Controllers\\ContactsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/contacts/edit/1', ' Contacts edit', '2023-07-29 22:16:05', '2023-07-29 22:16:05'), (997, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/admin/branches', ' Branches index', '2023-07-29 22:22:49', '2023-07-29 22:22:49'), (998, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/branches/edit/9', ' Branches edit', '2023-07-29 22:22:56', '2023-07-29 22:22:56'), (999, 1, 'App\\Http\\Controllers\\BranchesController', 'update', 'http://localhost/projects/BIB-CCms/admin/branches/update/9', ' Branches update', '2023-07-29 22:24:23', '2023-07-29 22:24:23'), (1000, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/branches/edit/9', ' Branches edit', '2023-07-29 22:24:23', '2023-07-29 22:24:23'), (1001, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/admin/branches', ' Branches index', '2023-07-29 22:24:52', '2023-07-29 22:24:52'), (1002, 1, 'App\\Http\\Controllers\\BranchesController', 'create', 'http://localhost/projects/BIB-CCms/admin/branches/create', ' Branches create', '2023-07-29 22:24:54', '2023-07-29 22:24:54'), (1003, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/branches/edit/9', ' Branches edit', '2023-07-29 22:25:53', '2023-07-29 22:25:53'), (1004, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/branches/edit/9', ' Branches edit', '2023-07-29 22:26:15', '2023-07-29 22:26:15'), (1005, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/branches/edit/9', ' Branches edit', '2023-07-29 22:27:34', '2023-07-29 22:27:34'), (1006, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/branches/edit/9', ' Branches edit', '2023-07-29 22:28:09', '2023-07-29 22:28:09'), (1007, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/admin/branches', ' Branches index', '2023-07-29 22:29:29', '2023-07-29 22:29:29'), (1008, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/branches/edit/9', ' Branches edit', '2023-07-29 22:29:34', '2023-07-29 22:29:34'), (1009, 1, 'App\\Http\\Controllers\\BranchesController', 'update', 'http://localhost/projects/BIB-CCms/admin/branches/update/9', ' Branches update', '2023-07-29 22:30:48', '2023-07-29 22:30:48'), (1010, 1, 'App\\Http\\Controllers\\BranchesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/branches/edit/9', ' Branches edit', '2023-07-29 22:30:48', '2023-07-29 22:30:48'), (1011, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/admin/branches', ' Branches index', '2023-07-29 22:30:51', '2023-07-29 22:30:51'), (1012, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/admin/branches', ' Branches index', '2023-07-29 22:32:36', '2023-07-29 22:32:36'), (1013, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://localhost/projects/BIB-CCms/admin/branches', ' Branches index', '2023-07-30 19:54:35', '2023-07-30 19:54:35'), (1014, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://localhost/projects/BIB-CCms/admin/contacts', ' Contacts index', '2023-07-30 19:56:13', '2023-07-30 19:56:13'), (1015, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 19:56:49', '2023-07-30 19:56:49'), (1016, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 20:15:30', '2023-07-30 20:15:30'), (1017, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 20:15:31', '2023-07-30 20:15:31'), (1018, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 20:16:36', '2023-07-30 20:16:36'), (1019, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 20:16:37', '2023-07-30 20:16:37'), (1020, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 20:26:57', '2023-07-30 20:26:57'), (1021, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 20:28:19', '2023-07-30 20:28:19'), (1022, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 20:33:05', '2023-07-30 20:33:05'), (1023, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 20:33:05', '2023-07-30 20:33:05'), (1024, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 20:45:50', '2023-07-30 20:45:50'), (1025, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 20:45:51', '2023-07-30 20:45:51'), (1026, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 20:46:58', '2023-07-30 20:46:58'), (1027, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 20:46:58', '2023-07-30 20:46:58'), (1028, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 20:58:49', '2023-07-30 20:58:49'), (1029, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 20:58:50', '2023-07-30 20:58:50'), (1030, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 21:00:47', '2023-07-30 21:00:47'), (1031, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 21:00:48', '2023-07-30 21:00:48'), (1032, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 21:00:55', '2023-07-30 21:00:55'), (1033, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://localhost/projects/BIB-CCms/admin/quicklinks', ' Quicklinks index', '2023-07-30 21:03:17', '2023-07-30 21:03:17'), (1034, 1, 'App\\Http\\Controllers\\QuicklinksController', 'create', 'http://localhost/projects/BIB-CCms/admin/quicklinks/create', ' Quicklinks create', '2023-07-30 21:03:20', '2023-07-30 21:03:20'), (1035, 1, 'App\\Http\\Controllers\\QuicklinksController', 'store', 'http://localhost/projects/BIB-CCms/admin/quicklinks/store', ' Quicklinks store', '2023-07-30 21:03:51', '2023-07-30 21:03:51'), (1036, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://localhost/projects/BIB-CCms/admin/quicklinks', ' Quicklinks index', '2023-07-30 21:03:51', '2023-07-30 21:03:51'), (1037, 1, 'App\\Http\\Controllers\\QuicklinksController', 'create', 'http://localhost/projects/BIB-CCms/admin/quicklinks/create', ' Quicklinks create', '2023-07-30 21:03:55', '2023-07-30 21:03:55'), (1038, 1, 'App\\Http\\Controllers\\QuicklinksController', 'store', 'http://localhost/projects/BIB-CCms/admin/quicklinks/store', ' Quicklinks store', '2023-07-30 21:04:37', '2023-07-30 21:04:37'), (1039, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://localhost/projects/BIB-CCms/admin/quicklinks', ' Quicklinks index', '2023-07-30 21:04:38', '2023-07-30 21:04:38'), (1040, 1, 'App\\Http\\Controllers\\QuicklinksController', 'create', 'http://localhost/projects/BIB-CCms/admin/quicklinks/create', ' Quicklinks create', '2023-07-30 21:05:35', '2023-07-30 21:05:35'), (1041, 1, 'App\\Http\\Controllers\\QuicklinksController', 'store', 'http://localhost/projects/BIB-CCms/admin/quicklinks/store', ' Quicklinks store', '2023-07-30 21:05:44', '2023-07-30 21:05:44'), (1042, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://localhost/projects/BIB-CCms/admin/quicklinks', ' Quicklinks index', '2023-07-30 21:05:44', '2023-07-30 21:05:44'), (1043, 1, 'App\\Http\\Controllers\\QuicklinksController', 'create', 'http://localhost/projects/BIB-CCms/admin/quicklinks/create', ' Quicklinks create', '2023-07-30 21:06:25', '2023-07-30 21:06:25'), (1044, 1, 'App\\Http\\Controllers\\QuicklinksController', 'store', 'http://localhost/projects/BIB-CCms/admin/quicklinks/store', ' Quicklinks store', '2023-07-30 21:06:41', '2023-07-30 21:06:41'), (1045, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://localhost/projects/BIB-CCms/admin/quicklinks', ' Quicklinks index', '2023-07-30 21:06:41', '2023-07-30 21:06:41'), (1046, 1, 'App\\Http\\Controllers\\QuicklinksController', 'create', 'http://localhost/projects/BIB-CCms/admin/quicklinks/create', ' Quicklinks create', '2023-07-30 21:06:50', '2023-07-30 21:06:50'), (1047, 1, 'App\\Http\\Controllers\\QuicklinksController', 'store', 'http://localhost/projects/BIB-CCms/admin/quicklinks/store', ' Quicklinks store', '2023-07-30 21:07:24', '2023-07-30 21:07:24'), (1048, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://localhost/projects/BIB-CCms/admin/quicklinks', ' Quicklinks index', '2023-07-30 21:07:24', '2023-07-30 21:07:24'), (1049, 1, 'App\\Http\\Controllers\\QuicklinksController', 'edit', 'http://localhost/projects/BIB-CCms/admin/quicklinks/edit/2', ' Quicklinks edit', '2023-07-30 21:09:35', '2023-07-30 21:09:35'), (1050, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 21:19:22', '2023-07-30 21:19:22'), (1051, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 21:21:41', '2023-07-30 21:21:41'), (1052, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 21:21:41', '2023-07-30 21:21:41'), (1053, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 21:23:03', '2023-07-30 21:23:03'), (1054, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 21:23:03', '2023-07-30 21:23:03'), (1055, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 21:24:23', '2023-07-30 21:24:23'), (1056, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 21:24:23', '2023-07-30 21:24:23'), (1057, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 21:25:02', '2023-07-30 21:25:02'), (1058, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 21:25:03', '2023-07-30 21:25:03'); INSERT INTO `tbl_activity_logs` (`activity_id`, `user_id`, `controllerName`, `methodName`, `actionUrl`, `activity`, `created_at`, `updated_at`) VALUES (1059, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-30 21:25:35', '2023-07-30 21:25:35'), (1060, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-30 21:25:36', '2023-07-30 21:25:36'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_articles` -- CREATE TABLE `tbl_articles` ( `article_id` int(11) NOT NULL, `parent_article` int(11) DEFAULT 0, `title` varchar(250) NOT NULL, `alias` varchar(250) NOT NULL, `text` text NOT NULL, `cover_photo` varchar(500) NOT NULL, `thumb` varchar(255) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `seo_keywords` text DEFAULT NULL, `seo_title` text DEFAULT NULL, `seo_descriptions` text DEFAULT NULL, `og_tags` text DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `tbl_articles` -- INSERT INTO `tbl_articles` (`article_id`, `parent_article`, `title`, `alias`, `text`, `cover_photo`, `thumb`, `display_order`, `status`, `created_at`, `updated_at`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `createdby`, `updatedby`) VALUES (1, 0, 'Company Profile', 'company-profile', '', '', '', 1, 1, '2023-07-24 19:20:17', '2023-07-24 19:20:17', '', '', '', '', 1, 1), (2, 1, 'How we started ?', 'how-we-started', '

Access Education Network (AEN) is a leading educational consultation service providing organization. It is brought into operation in Nepal by formal registration. It has initiated its service with a motive of rendering educational consultation service to the students willing to pursue quality education that would be acknowledged by the world.  
\r\nThe desire of students always remains high. They always intend to achieve the utmost in the field they indulge in. Their intention to kiss the apex of success is evident. For this they need to get acquainted with the policy and rules regarding the provision of visa to international students which keeps on changing. Getting the updated information regarding the changes may be tiresome and difficult. In such a scenario, we have stepped forward to render such service to the students in order to ease their path and submit the application to the educational institution of their interest. We have stepped forward to help them complete the necessary criteria required for getting admitted into the dream institution. This organization is a group of experienced and responsible individuals who wish to present themselves as the ones capable of providing a complete solution to the problems of the students as far as the achievement of their dream is concerned. 

', '', '', 2, 1, '2023-07-24 19:21:04', '2023-07-24 19:21:04', '', '', '', '', 1, 1), (3, 1, 'Mission Vision', 'mission-vision', '', '', '', 3, 1, '2023-07-24 19:21:34', '2023-07-24 19:21:34', '', '', '', '', 1, 1), (4, 3, 'Our Mission', 'our-mission', '

Access is a prominent institution delivering service in the sector of education consultation. It is a prime entity which is committed to keep its good name in the Nepalese community. We are committed to present ourselves in a responsible and accountable manner while rendering service to the students. We are motivated to provide appropriate solutions to the problems of the students regarding the selection of institutions and provide right assistance for documentation and visa application submission. There exist numerous issues that create anxiety in the students while application processing. Access stands strong and bold for resolving such problems for the students. We are on a pious mission of keeping the name of the consultancy and extending it far and wide. We are carefully executing the services to put ourselves as the epitome of success and reliability.

', '', '', 4, 1, '2023-07-24 19:21:54', '2023-07-24 19:21:54', '', '', '', '', 1, 1), (5, 3, 'Our Vision', 'our-vision', '

Access, an ambitious institution for career counseling, has a prominent vision of rendering quality service to the students for admitting them in the University of their Desire. We have set a visionary goal of making us count as the incomparable institution in the field of consultation service-providing and career counseling.

', '', '', 5, 1, '2023-07-24 19:22:13', '2023-07-24 19:22:13', '', '', '', '', 1, 1), (6, 1, 'Organization Structure', 'organization-structure', '', '', '', 6, 1, '2023-07-24 19:22:29', '2023-07-24 19:22:29', '', '', '', '', 1, 1), (7, 1, 'Message From MD', 'message-from-md', '

\"\"Education is essential for the continuation of a person's growth. In this highly competitive educational scenario it is important to keep abreast. With higher education you don’t just keep abreast, you move ahead. Your choice of education will shape your future. Education is the building block of human experience. It is not just an integral part of your professional life but greatly influences your overall personality. Our three- fold mission is that of “Mentoring” the youth of this country to dream “Motivating” them towards greater hopes and aspiration and “Guiding” them on the right track to realize those ambitions. We at Access Education are with you every step of the way to make the best choices to enhance your inherent talents.

\r\n\r\n

Puspa Raj

\r\n\r\n

MD, Access Education Network

', '', '', 7, 1, '2023-07-24 19:24:10', '2023-07-24 19:24:10', '', '', '', '', 1, 1), (8, 1, 'Our Team', 'our-team', '', '', '', 8, 1, '2023-07-24 19:24:31', '2023-07-24 19:24:31', '', '', '', '', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_blogs` -- CREATE TABLE `tbl_blogs` ( `blog_id` int(11) NOT NULL, `parent_blog` int(11) NOT NULL, `title` varchar(250) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `alias` varchar(50) NOT NULL, `text` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `image` varchar(255) NOT NULL, `thumb` varchar(255) NOT NULL, `cover` varchar(255) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `seo_keywords` text DEFAULT NULL, `seo_title` text DEFAULT NULL, `seo_descriptions` text DEFAULT NULL, `og_tags` text DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `tbl_blogs` -- INSERT INTO `tbl_blogs` (`blog_id`, `parent_blog`, `title`, `alias`, `text`, `image`, `thumb`, `cover`, `display_order`, `status`, `createdby`, `updatedby`, `created_at`, `updated_at`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`) VALUES (16, 0, 'Interview, Interview, Interview:: Saudia Hyper market Qatar:: 01 Sep 2021, Kathmandu', 'interview', '

Interview, Interview, Interview:: Saudia Hyper market Qatar::  01 Sep 2021, Kathmandu  

', '', '', '', 5, 1, NULL, 1, NULL, '2023-07-27 10:29:34', NULL, NULL, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `tbl_brancharticles` -- CREATE TABLE `tbl_brancharticles` ( `article_id` int(11) NOT NULL, `branches_id` int(11) NOT NULL, `parent_article` int(11) DEFAULT 0, `title` varchar(250) NOT NULL, `alias` varchar(250) NOT NULL, `text` text NOT NULL, `description` text DEFAULT NULL, `thumb` varchar(250) NOT NULL, `cover_photo` varchar(500) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `seo_keywords` text DEFAULT NULL, `seo_title` text DEFAULT NULL, `seo_descriptions` text DEFAULT NULL, `og_tags` text DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `tbl_brancharticles` -- INSERT INTO `tbl_brancharticles` (`article_id`, `branches_id`, `parent_article`, `title`, `alias`, `text`, `description`, `thumb`, `cover_photo`, `display_order`, `status`, `created_at`, `updated_at`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `createdby`, `updatedby`) VALUES (1, 9, 0, 'The Office', 'introduction', '

As a leading name in the Education Consultancy sector, Access Education Network has been empowering dreams and guiding aspiring individuals towards a bright future for many years. With our commitment to excellence and unwavering dedication to our clients, we have expanded our reach with multiple offices in Nepal and abroad.

\r\n\r\n

Our new Baneshwor office is a testament to our continuous efforts to provide the best services and support to our valued clients. Strategically located in the vibrant locality of Baneshwor, this state-of-the-art office is poised to serve as a hub of educational excellence and career opportunities.

', '', '', '', 1, 1, '2023-07-24 19:34:13', '2023-07-29 20:25:03', '', '', '', '', 1, 1), (2, 9, 0, 'Team Structure', 'team-structure', '

[teams branch=access-baneshwor]

', '', '', '', 2, 1, '2023-07-24 19:34:30', '2023-07-29 20:42:51', '', '', '', '', 1, 1), (3, 9, 0, 'Students\' Testimonials', 'success-stories', '

[testimonials branch=access-baneshwor]

', '', '', '', 3, 1, '2023-07-24 19:34:52', '2023-07-29 21:39:22', '', '', '', '', 1, 1), (4, 9, 3, 'Student 1 Success', 'student-1-success', '', '', '', '', 4, -1, '2023-07-24 19:35:16', '2023-07-29 21:48:18', '', '', '', '', 1, 1), (5, 9, 3, 'Student 2 Success', 'student-2-success', '', '', '', '', 5, -1, '2023-07-24 19:35:39', '2023-07-29 21:48:26', '', '', '', '', 1, 1), (6, 9, 3, 'Student 3 Success', 'student-3-success', '', '', '', '', 6, -1, '2023-07-24 19:35:51', '2023-07-29 21:48:33', '', '', '', '', 1, 1), (7, 9, 0, 'Success Trails', 'success-trails', '

[visaposts branch=access-baneshwor]

', NULL, '', '', 7, 1, '2023-07-29 21:48:03', '2023-07-29 21:48:03', '', '', '', '', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_branches` -- CREATE TABLE `tbl_branches` ( `branch_id` int(11) NOT NULL, `parent_branch` varchar(255) NOT NULL, `title` varchar(255) DEFAULT NULL, `alias` varchar(255) DEFAULT NULL, `contact_person` varchar(250) NOT NULL, `designation` varchar(250) NOT NULL, `text` text NOT NULL, `cover_photo` varchar(255) DEFAULT NULL, `thumb` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `contact1` varchar(250) NOT NULL, `contact2` varchar(250) NOT NULL, `email` varchar(250) NOT NULL, `address` text NOT NULL, `google_map` text NOT NULL, `display_order` int(11) DEFAULT NULL, `status` int(11) DEFAULT NULL, `seo_keywords` text NOT NULL, `seo_title` text NOT NULL, `seo_description` text NOT NULL, `og_tags` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `tbl_branches` -- INSERT INTO `tbl_branches` (`branch_id`, `parent_branch`, `title`, `alias`, `contact_person`, `designation`, `text`, `cover_photo`, `thumb`, `description`, `contact1`, `contact2`, `email`, `address`, `google_map`, `display_order`, `status`, `seo_keywords`, `seo_title`, `seo_description`, `og_tags`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES (1, '', 'Main Office', 'main-office', '', '', '', '', '', '', '', '', '', '', '', 1, -1, '', '', '', '', '2023-07-24 13:13:49', '2023-07-24 13:15:04', 1, 1), (2, '', 'Kumaripati Office', 'kumaripati-office', '', '', '', '', '', '', '', '', '', '', '', 2, -1, '', '', '', '', '2023-07-24 13:14:04', '2023-07-24 13:15:00', 1, 1), (3, '', 'Baneshwor Office', 'baneshwor-office', '', '', '', '', '', '', '', '', '', '', '', 3, -1, '', '', '', '', '2023-07-24 13:14:15', '2023-07-24 13:14:55', 1, 1), (4, '', 'Access Chitwan', 'access-chitwan', '', '', '', '', '', '', '', '', '', '', '', 4, 1, '', '', '', '', '2023-07-24 13:14:24', '2023-07-24 13:16:25', 1, 1), (5, '', 'Access Butwal', 'access-butwal', '', '', '', '', '', '', '', '', '', '', '', 3, 1, '', '', '', '', '2023-07-24 13:14:31', '2023-07-24 13:16:25', 1, 1), (6, '', 'Access Putalisadak', 'access-putalisadak', '', '', '', '', '', '', '', '', '', '', '', 5, 1, '', '', '', '', '2023-07-24 13:15:15', '2023-07-24 13:16:25', 1, 1), (7, '', 'Access Kumaripati', 'access-kumaripati', '', '', '', '', '', '', '', '', '', '', '', 6, 1, '', '', '', '', '2023-07-24 13:15:23', '2023-07-24 13:16:25', 1, 1), (8, '', 'Access Biratnagar', 'access-biratnagar', '', '', '', '', '', '', '', '', '', '', '', 2, 1, '', '', '', '', '2023-07-24 13:15:31', '2023-07-24 13:16:25', 1, 1), (9, '0', 'Access Baneshwor', 'access-baneshwor', 'Parikshit Sapkota', 'Managing Director', '', '', '', '', '+977 1 4479997', '', 'baneshwor@accessedu.net', 'New Baneshwor, Kathmandu', '', 1, 1, '', '', '', '', '2023-07-24 13:16:18', '2023-07-29 22:30:48', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_certificates` -- CREATE TABLE `tbl_certificates` ( `certificate_id` int(11) NOT NULL, `title` varchar(255) DEFAULT NULL, `alias` varchar(255) DEFAULT NULL, `photo` varchar(255) DEFAULT NULL, `thumb` varchar(255) DEFAULT NULL, `text` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `display_order` int(11) DEFAULT NULL, `status` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `tbl_certificates` -- INSERT INTO `tbl_certificates` (`certificate_id`, `title`, `alias`, `photo`, `thumb`, `text`, `description`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES (1, 'Company Registration', 'company-registration', '', 'storage/files/1/02.jpg', '', '', 1, 1, '2023-07-20 20:19:56', '2023-07-20 20:19:56', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_contacts` -- CREATE TABLE `tbl_contacts` ( `contact_id` int(11) NOT NULL, `forms_id` int(11) DEFAULT NULL, `branches_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `tagline` varchar(255) NOT NULL, `address` varchar(255) NOT NULL, `tel` varchar(20) NOT NULL, `fax` varchar(255) NOT NULL, `email1` varchar(255) NOT NULL, `email2` varchar(255) NOT NULL, `website` varchar(255) NOT NULL, `google_map` text NOT NULL, `facebook` varchar(50) NOT NULL, `hp1` varchar(50) NOT NULL, `hp2` varchar(50) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL DEFAULT 1, `remarks` text NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `tbl_contacts` -- INSERT INTO `tbl_contacts` (`contact_id`, `forms_id`, `branches_id`, `name`, `tagline`, `address`, `tel`, `fax`, `email1`, `email2`, `website`, `google_map`, `facebook`, `hp1`, `hp2`, `display_order`, `status`, `remarks`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES (1, 6, 0, 'Jupiter Overseas Concern Pvt. Ltd.', 'Govt. Licence No.: 711/064/065', 'P.O.Box: 6624, Sinamangal,Kathmandu, Nepal', '+977-1-4822252', '+977-1-4491461', 'info@jupiteremployment.com', 'info@jupiteremployment.com', 'www.jupiteremployment.com', '27.695556,85.354939', 'jupiteremployment', '+977 9851042673', '', 1, 1, '', NULL, '2023-07-21 21:40:40', NULL, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_countries` -- CREATE TABLE `tbl_countries` ( `country_id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `text` text NOT NULL, `details` text NOT NULL, `cover_photo` varchar(255) NOT NULL, `image_thumb` varchar(255) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `seo_keywords` text DEFAULT NULL, `seo_title` text DEFAULT NULL, `seo_descriptions` text DEFAULT NULL, `og_tags` text DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `tbl_countries` -- INSERT INTO `tbl_countries` (`country_id`, `title`, `alias`, `text`, `details`, `cover_photo`, `image_thumb`, `display_order`, `status`, `created_at`, `updated_at`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `createdby`, `updatedby`) VALUES (1, 'Study in Australia', 'study-in-australia', '

Embark on a transformative journey of education and discovery in Australia, a leading destination for students seeking academic excellence, vibrant campus life, exceptional research opportunities, and promising post-study work pathways. Immerse yourself in a multicultural society, collaborate with esteemed researchers, and embrace endless possibilities while shaping a successful future. Let the world become your classroom as you unleash your potential and broaden your horizons through studying in Australia.

', '

Embark on a transformative journey of education and discovery in Australia, a leading destination for students seeking academic excellence, vibrant campus life, exceptional research opportunities, and promising post-study work pathways. Immerse yourself in a multicultural society, collaborate with esteemed researchers, and embrace endless possibilities while shaping a successful future. Let the world become your classroom as you unleash your potential and broaden your horizons through studying in Australia.

', 'storage/files/1/facts-about-australia-header.jpg', 'storage/files/1/aus.jpg', 5, 1, '2023-07-24 13:17:52', '2023-07-27 21:37:50', NULL, NULL, NULL, NULL, 1, 1), (2, 'Study in New Zealand', 'study-in-new-zealand', '

The New Zealand government has strong quality assurance systems to ensure high-quality education at all levels of the education system, both public and private.

', '

The New Zealand government has strong quality assurance systems to ensure high-quality education at all levels of the education system, both public and private.

', 'storage/files/1/study-nz.jpg', 'storage/files/1/new.jpg', 1, 1, '2023-07-24 13:18:01', '2023-07-27 18:50:36', NULL, NULL, NULL, NULL, 1, 1), (3, 'Study in Canada', 'study-in-canada', '', '', 'storage/files/1/places-of-attraction-canada.jpg', 'storage/files/1/can.jpg', 4, 1, '2023-07-24 13:18:08', '2023-07-27 18:53:24', NULL, NULL, NULL, NULL, 1, 1), (4, 'Study in UK', 'study-in-uk', '', '', 'storage/files/1/study-uk.jpg', 'storage/files/1/uk.jpg', 3, 1, '2023-07-24 13:18:18', '2023-07-27 18:53:25', NULL, NULL, NULL, NULL, 1, 1), (5, 'Study in Denmark', 'study-in-denmark', '', '', '', '', 5, -1, '2023-07-24 13:18:29', '2023-07-26 10:49:46', NULL, NULL, NULL, NULL, 1, 1), (6, 'Top Reasons to Study in New Zealand', 'top-reasons-to-study-in-new-zealand', '', '', '', '', 2, -1, '2023-07-27 18:53:20', '2023-07-27 18:56:18', NULL, NULL, NULL, NULL, 1, 1), (7, 'Study in USA', 'study-in-usa', '

Studying in the United States opens the door to a world of endless possibilities and unparalleled opportunities. Renowned for its diverse educational landscape, the USA boasts a wide array of prestigious universities, colleges, and institutions that offer cutting-edge programs across various fields of study. Whether you dream of pursuing engineering, business, arts, or sciences, the USA provides a rich academic environment that encourages critical thinking, innovation, and personal growth.

\r\n\r\n

Embrace a melting pot of cultures, engage with leading scholars, and immerse yourself in a vibrant learning community that fosters academic excellence and empowers you to shape a bright and successful future. Embark on a transformative journey as you explore the vast landscapes of knowledge and discover your true potential through studying in the USA.

', '', 'storage/files/1/places-of-attraction-usa-header.jpg', 'storage/files/1/usa.jpg', 6, 1, '2023-07-27 23:00:25', '2023-07-27 23:02:37', NULL, NULL, NULL, NULL, 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_countryarticles` -- CREATE TABLE `tbl_countryarticles` ( `article_id` int(11) NOT NULL, `countries_id` int(11) DEFAULT NULL, `parent_article` int(11) DEFAULT 0, `title` varchar(250) DEFAULT NULL, `alias` varchar(250) DEFAULT NULL, `text` text DEFAULT NULL, `cover_photo` varchar(500) DEFAULT NULL, `thumb` varchar(250) NOT NULL, `display_order` int(11) DEFAULT NULL, `status` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `seo_keywords` text DEFAULT NULL, `seo_title` text DEFAULT NULL, `seo_descriptions` text DEFAULT NULL, `og_tags` text DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `tbl_countryarticles` -- INSERT INTO `tbl_countryarticles` (`article_id`, `countries_id`, `parent_article`, `title`, `alias`, `text`, `cover_photo`, `thumb`, `display_order`, `status`, `created_at`, `updated_at`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `createdby`, `updatedby`) VALUES (1, 2, 0, 'Top Reasons to Study in New Zealand', 'top-reasons-to-study-in-new-zealand', '', '', '', 1, 1, '2023-07-27 19:02:55', '2023-07-27 19:02:55', '', '', '', '', 1, 1), (2, 2, 1, 'Stunning Natural Landscapes and Adventure Opportunities', 'why-new-zealand', '


\r\nNew Zealand's allure extends far beyond its academic excellence. Nestled in the southern Pacific Ocean, this island nation boasts some of the world's most stunning and diverse natural landscapes. From majestic snow-capped mountains to lush green forests, pristine beaches, and breathtaking fjords, New Zealand offers a visual feast for nature enthusiasts and adventure seekers alike.

\r\n\r\n

As a student studying in New Zealand, you'll have the privilege of exploring this captivating country during your free time and holidays. Imagine embarking on thrilling outdoor adventures like hiking in the Southern Alps, skiing in winter wonderlands, or experiencing the adrenaline rush of bungee jumping off the famous Queenstown Bridge. The possibilities for exploration and adventure are limitless.

\r\n\r\n

Beyond the adrenaline-pumping activities, New Zealand's natural beauty provides a serene environment conducive to relaxation and personal growth. The peaceful surroundings offer an ideal atmosphere for study, reflection, and self-discovery. The country's commitment to sustainability and eco-friendly practices also aligns with the values of many students who seek to make a positive impact on the environment.

\r\n\r\n

Living in New Zealand offers a rare opportunity to experience a lifestyle that blends the modern amenities of urban centers with the tranquility of nature. Embracing the country's outdoor lifestyle not only enriches your academic journey but also leaves you with unforgettable memories that will stay with you long after you complete your studies.

', '', '', 3, 1, '2023-07-27 19:03:52', '2023-07-27 19:22:20', '', '', '', '', 1, 1), (3, 2, 1, 'World-Class Education and Globally Recognized Universities', 'world-class-education-and-globally-recognized-universities', '

When considering studying abroad, New Zealand stands out as an excellent destination for pursuing higher education. One of the top reasons to choose New Zealand is the country's world-class education system and globally recognized universities. With a reputation for academic excellence, New Zealand offers a diverse range of programs and degrees that cater to various fields of study. Whether you are interested in engineering, business, arts, or healthcare, you can find top-notch institutions that deliver quality education and cutting-edge research opportunities.

\r\n\r\n

Studying at renowned universities in New Zealand not only equips you with valuable knowledge and skills but also enhances your academic and personal growth. The universities are often ranked high in international university rankings, attesting to their commitment to quality education. Furthermore, many of these institutions have strong ties with industries, providing students with opportunities for practical learning, internships, and industry exposure.

\r\n\r\n

Moreover, a degree from a New Zealand university carries global recognition, increasing your employability and career prospects internationally. Employers worldwide value the strong educational foundation and practical expertise gained from studying in New Zealand. Thus, pursuing your academic dreams in this beautiful country can significantly elevate your career trajectory and open doors to exciting opportunities on a global scale.

', '', '', 2, 1, '2023-07-27 19:21:35', '2023-07-27 19:22:20', '', '', '', '', 1, 1), (4, 2, 1, 'Safe and Welcoming Environment for International Students', 'safe-and-welcoming-environment-for-international-students', '

New Zealand has earned a reputation for being one of the safest and friendliest countries in the world, making it an ideal destination for international students. The country's warm and welcoming environment ensures that students from different cultural backgrounds feel at home and enjoy a sense of belonging.

\r\n\r\n

New Zealanders, or "Kiwis" as they are affectionately known, are renowned for their hospitality and open-mindedness. As an international student, you'll find yourself embraced by a multicultural community that celebrates diversity and fosters cultural exchange. This inclusive environment provides an excellent opportunity to build lasting friendships and learn from people of various nationalities.

\r\n\r\n

The country's commitment to safety is another compelling reason for students to choose New Zealand. Ranked highly on global safety indexes, New Zealand maintains a peaceful and secure environment. This reassurance allows students to focus on their studies and personal development without undue worries about their well-being.

\r\n\r\n

In addition to personal safety, New Zealand's robust education support system ensures that international students receive adequate assistance throughout their academic journey. Universities and colleges provide comprehensive support services, including orientation programs, academic counseling, and cultural integration workshops. This support network ensures that you can transition smoothly into student life and excel in your studies.

', '', '', 4, 1, '2023-07-27 19:23:07', '2023-07-27 19:23:07', '', '', '', '', 1, 1), (5, 2, 1, 'Post-Study Work Opportunities and Pathways to Permanent Residency', 'post-study-work-opportunities-and-pathways-to-permanent-residency', '

One of the most significant advantages of studying in New Zealand is the post-study work opportunities available to international students. Upon completing your studies, you have the option to apply for a post-study work visa, allowing you to gain valuable work experience in New Zealand for up to three years. This post-study work experience not only enhances your employability but also provides a chance to apply the knowledge and skills acquired during your studies to real-world scenarios.

\r\n\r\n

Furthermore, New Zealand offers several pathways to permanent residency for international graduates. If you secure a skilled job in New Zealand during your post-study work period, you may be eligible to apply for a work-to-residency visa. Additionally, the country has a points-based immigration system that rewards factors like age, education, work experience, and job offers, making it possible for talented and qualified individuals to transition to permanent residency status.

\r\n\r\n

The opportunity to gain work experience and the potential to build a long-term career in New Zealand make it an attractive destination for international students. Many graduates find themselves thriving in New Zealand's thriving job market and cultural landscape, and this can ultimately lead to a fulfilling and prosperous life in the country.

\r\n\r\n

In conclusion, studying in New Zealand from Nepal offers a unique and enriching experience that combines world-class education with unforgettable adventures, a safe and welcoming environment, and promising post-study work and immigration opportunities. As you embark on this transformative journey, you'll not only acquire valuable knowledge and skills but also create memories that will stay with you for a lifetime.

', '', '', 5, 1, '2023-07-27 19:23:41', '2023-07-27 19:23:41', '', '', '', '', 1, 1), (6, 1, 0, 'Top Reasons to Study in Australia', 'top-reasons-to-study-in-australia', '', '', '', 6, 1, '2023-07-27 21:31:01', '2023-07-27 21:31:01', '', '', '', '', 1, 1), (7, 1, 6, 'Diverse and Renowned Educational Institutions', 'diverse-and-renowned-educational-institutions', '

Studying in Australia offers access to a diverse range of world-renowned educational institutions. From top-ranking universities to specialized colleges, Australia provides a wide array of programs and courses across various fields of study. Whether you aspire to pursue a degree in engineering, business, healthcare, or arts, you'll find top-notch institutions that are committed to academic excellence and cutting-edge research.

\r\n\r\n

Australia's education system is recognized for its high-quality teaching methodologies and emphasis on practical learning. The country's commitment to innovation and research ensures that students receive a well-rounded education that prepares them for successful careers in their chosen fields. Moreover, the qualifications attained from Australian universities hold global recognition, enhancing your employability and career prospects worldwide.

', '', '', 7, 1, '2023-07-27 21:31:31', '2023-07-27 21:31:31', '', '', '', '', 1, 1), (8, 1, 6, 'Vibrant and Multicultural Campus Life', 'vibrant-and-multicultural-campus-life', '

Australia's multicultural society offers a vibrant campus life enriched by students from diverse cultural backgrounds. Studying in this welcoming environment not only expands your global network but also fosters cross-cultural interactions and friendships that last a lifetime. You'll have the opportunity to participate in various cultural events, student clubs, and extracurricular activities that celebrate diversity and create a sense of community on campus.

\r\n\r\n

The Australian government places a strong emphasis on the welfare and support of international students. Institutions offer comprehensive support services, including orientation programs, academic counseling, and dedicated international student offices. This support network ensures that you adapt smoothly to your new environment and make the most of your academic journey.

', '', '', 8, 1, '2023-07-27 21:32:01', '2023-07-27 21:32:01', '', '', '', '', 1, 1), (9, 1, 6, 'World-Class Research Opportunities and Facilities', 'world-class-research-opportunities-and-facilities', '

Australia is at the forefront of cutting-edge research and innovation, offering students access to state-of-the-art facilities and research opportunities. Whether you are interested in conducting scientific experiments, participating in groundbreaking studies, or collaborating with renowned researchers, Australian universities provide an enriching environment for academic exploration.

\r\n\r\n

Australia's research-driven approach to education encourages critical thinking, problem-solving, and creativity. As a student, you'll be exposed to diverse research areas, allowing you to contribute to advancements in your field of interest. Engaging in research during your studies can open doors to exciting career pathways and potential contributions to global challenges.

', '', '', 9, 1, '2023-07-27 21:32:32', '2023-07-27 21:32:32', '', '', '', '', 1, 1), (10, 1, 6, 'Post-Study Work Opportunities and Immigration Pathways', 'post-study-work-opportunities-and-immigration-pathways', '

Australia's post-study work opportunities make it an attractive destination for international students seeking real-world experience after graduation. Upon completing your studies, you can apply for a Temporary Graduate Visa, which allows you to work in Australia for up to four years. This post-study work experience not only enhances your skills and employability but also provides valuable insights into the Australian job market.

\r\n\r\n

Furthermore, Australia offers various pathways to permanent residency for skilled graduates. The General Skilled Migration (GSM) program is points-based and considers factors such as age, qualifications, work experience, and English language proficiency. Graduates who meet the eligibility criteria can apply for permanent residency through the GSM program, making Australia a viable option for building a long-term career and life.

\r\n\r\n

In addition to work opportunities, Australia's high standard of living, excellent healthcare system, and a welcoming multicultural society create an attractive environment for international students seeking a fulfilling and balanced life.

\r\n\r\n

In conclusion, studying in Australia from Nepal offers a transformative experience that combines world-class education, a multicultural campus environment, research opportunities, and promising post-study work and immigration pathways. The academic and personal growth you'll experience during your time in Australia will pave the way for a successful and rewarding future, both professionally and personally.

', '', '', 10, 1, '2023-07-27 21:33:11', '2023-07-27 21:33:11', '', '', '', '', 1, 1), (11, 3, 0, 'Top Reasons to Study in Canada', 'top-reasons-to-study-in-canada', '', '', '', 11, 1, '2023-07-27 22:19:23', '2023-07-27 22:19:23', '', '', '', '', 1, 1), (12, 3, 11, 'Globally Recognized Education System', 'globally-recognized-education-system', '

Studying in Canada offers access to a world-class education system renowned for its academic excellence and high-quality teaching. Canadian universities and colleges are recognized globally for their rigorous academic standards and cutting-edge research opportunities. Whether you aspire to pursue engineering, business, arts, or healthcare, you'll find a diverse range of programs that cater to various fields of study, providing you with a strong foundation for a successful career anywhere in the world.

', '', '', 12, 1, '2023-07-27 22:19:48', '2023-07-27 22:19:48', '', '', '', '', 1, 1), (13, 3, 11, 'Safe and Welcoming Environment', 'safe-and-welcoming-environment', '

Canada is known for its safe and welcoming environment, making it an ideal destination for international students, including those from Nepal. The country's reputation for being inclusive and friendly ensures that students feel at home and are embraced by a multicultural community. With a strong commitment to diversity, Canada celebrates different cultures, fostering a sense of belonging and providing ample opportunities for cross-cultural interactions and lifelong friendships.

', '', '', 13, 1, '2023-07-27 22:20:19', '2023-07-27 22:20:19', '', '', '', '', 1, 1), (14, 3, 11, 'Post-Graduation Work Opportunities', 'post-graduation-work-opportunities', '

One of the top reasons to study in Canada is the attractive post-graduation work opportunities available to international students. Upon completing your studies, you may be eligible for a Post-Graduation Work Permit (PGWP), which allows you to work in Canada for up to three years. This invaluable work experience not only enhances your skills but also provides a chance to gain Canadian work experience and potentially apply for permanent residency.

', '', '', 14, 1, '2023-07-27 22:20:47', '2023-07-27 22:20:47', '', '', '', '', 1, 1), (15, 3, 11, 'Breathtaking Natural Beauty and Outdoor Adventures', 'breathtaking-natural-beauty-and-outdoor-adventures', '

Canada's stunning landscapes, from majestic mountains to serene lakes, offer a breathtaking backdrop for your academic journey. As a student in Canada, you'll have the opportunity to explore its natural wonders, enjoy outdoor activities, and experience the country's four distinct seasons. Whether it's skiing in the Rockies, hiking in national parks, or kayaking in pristine waters, Canada's outdoor adventures add a unique dimension to your study abroad experience, making it truly unforgettable.

\r\n\r\n

In conclusion, studying in Canada from Nepal opens doors to a world-class education, a safe and inclusive environment, exciting post-graduation work opportunities, and the chance to immerse yourself in the splendor of Canada's natural beauty. With its exceptional academic offerings and enriching lifestyle, Canada provides an exceptional platform for personal and professional growth, making it a top choice for ambitious students seeking an extraordinary study abroad experience.

', '', '', 15, 1, '2023-07-27 22:21:13', '2023-07-27 22:21:13', '', '', '', '', 1, 1), (16, 4, 0, 'Top Reasons to Study in UK', 'top-reasons-to-study-in-uk', '', '', '', 16, 1, '2023-07-27 22:46:02', '2023-07-27 22:46:02', '', '', '', '', 1, 1), (17, 4, 16, 'Rich Academic Tradition and World-Renowned Institutions', 'rich-academic-tradition-and-world-renowned-institutions', '

Studying in the UK offers access to a rich academic tradition and a prestigious network of world-renowned universities and colleges. The UK is globally recognized for its quality education, with institutions that have a history of producing influential thinkers, scholars, and Nobel laureates. Whether you aspire to delve into humanities, engineering, sciences, or arts, you'll find a diverse range of programs that provide top-notch education and invaluable exposure to cutting-edge research and innovation.

\r\n\r\n

 

', '', '', 17, 1, '2023-07-27 22:46:25', '2023-07-27 22:46:25', '', '', '', '', 1, 1), (18, 4, 16, 'Cultural Diversity and Global Exposure', 'cultural-diversity-and-global-exposure', '

The UK's multicultural society embraces students from all corners of the globe, creating a truly international learning environment. Immerse yourself in a vibrant and diverse community, fostering cross-cultural friendships and gaining a global perspective that enriches your understanding of the world. This cultural exposure not only enhances your social and personal growth but also nurtures valuable skills like adaptability and intercultural communication, highly valued in today's interconnected world.

', '', '', 18, 1, '2023-07-27 22:46:49', '2023-07-27 22:46:49', '', '', '', '', 1, 1), (19, 4, 16, 'Internationally Recognized Qualifications and Employability', 'internationally-recognized-qualifications-and-employability', '

A degree from a UK university carries significant global recognition and enhances your employability in various industries worldwide. UK institutions emphasize practical learning, critical thinking, and problem-solving, ensuring that graduates possess skills that are highly sought after by employers. With strong connections to industry, many UK universities offer internships, placements, and networking opportunities that help students transition smoothly into the job market.

', '', '', 19, 1, '2023-07-27 22:47:19', '2023-07-27 22:47:19', '', '', '', '', 1, 1), (20, 4, 16, 'Unique Historical and Cultural Experience', 'unique-historical-and-cultural-experience', '

Studying in the UK provides a unique historical and cultural experience, immersing you in a land of iconic landmarks, historical treasures, and artistic heritage. From exploring castles and museums to attending theatrical performances in London's West End, the UK offers an enriching lifestyle that blends the traditional with the contemporary. The vibrant student life, bustling cities, and picturesque countryside create a captivating backdrop for your academic journey, making your time in the UK truly unforgettable.

\r\n\r\n

In conclusion, studying in the UK from Nepal opens doors to a world-class education, a global learning environment, enhanced employability, and a unique cultural experience. Embrace the opportunity to learn from esteemed educators, connect with peers from diverse backgrounds, and explore a land rich in history and innovation. Your educational adventure in the UK promises personal growth, academic excellence, and a lifelong appreciation for the country's rich cultural tapestry.

', '', '', 20, 1, '2023-07-27 22:47:43', '2023-07-27 22:47:43', '', '', '', '', 1, 1), (21, 4, 0, 'UK Education System', 'uk-education-system', '

The UK education system is renowned worldwide for its rich academic tradition and high standards of excellence. Comprising a diverse range of universities, colleges, and institutions, the UK offers an extensive array of programs and courses across various fields of study. From humanities to sciences, engineering to arts, students can choose from a multitude of specialized disciplines. The UK's education system places a strong emphasis on research, critical thinking, and practical learning, providing students with valuable skills that are highly sought after by employers globally. With a history of producing influential thinkers, innovators, and leaders, the UK's academic institutions offer an intellectually stimulating environment that nurtures creativity and academic curiosity. Moreover, the country's multicultural society fosters a global learning environment, encouraging cross-cultural interactions and enabling students to gain a broad perspective on the world. For those seeking a world-class education and an enriching academic journey, the UK stands as an exceptional destination to unlock one's full potential and achieve academic excellence.

', '', '', 21, 1, '2023-07-27 22:54:03', '2023-07-27 22:54:03', '', '', '', '', 1, 1), (22, 4, 0, 'UK Qualifications', 'uk-qualifications', '

The UK qualifications system is known for its comprehensive and diverse range of academic credentials. The qualifications framework encompasses various levels of study, catering to students of all ages and educational backgrounds. Some of the key UK qualifications include:

\r\n\r\n
    \r\n
  1. \r\n

    GCSE (General Certificate of Secondary Education): GCSEs are typically taken by students aged 14-16 and mark the completion of compulsory education. These qualifications cover a wide range of subjects and provide a foundation for further studies.

    \r\n
  2. \r\n
  3. \r\n

    A-Levels (Advanced Level): A-Levels are typically taken by students aged 16-18 and are the standard qualifications required for university admission in the UK. Students choose specific subjects to study at a higher level, and successful completion can lead to entry into undergraduate programs.

    \r\n
  4. \r\n
  5. \r\n

    BTEC (Business and Technology Education Council): BTEC qualifications offer a vocational and practical approach to learning, focusing on specific career fields such as engineering, health and social care, business, and more.

    \r\n
  6. \r\n
  7. \r\n

    Undergraduate Degrees: Undergraduate degrees are offered by universities and higher education institutions. They include Bachelor's degrees such as BA (Bachelor of Arts) and BSc (Bachelor of Science) and typically take three to four years to complete.

    \r\n
  8. \r\n
  9. \r\n

    Postgraduate Degrees: Postgraduate qualifications include Master's degrees and Doctorates (PhDs). Master's degrees provide advanced study in a specific field, while Doctorates are research-based qualifications that demonstrate a high level of expertise in a particular subject.

    \r\n
  10. \r\n
  11. \r\n

    Foundation Courses: Foundation courses are designed for international students who do not meet the entry requirements for direct entry into undergraduate programs. These courses provide additional academic preparation and language support.

    \r\n
  12. \r\n
  13. \r\n

    Diplomas and Certificates: There are various diploma and certificate programs available, ranging from vocational qualifications to specialized industry certifications.

    \r\n
  14. \r\n
\r\n\r\n

The UK qualifications system is widely recognized and respected globally, making it an attractive destination for students seeking high-quality education and diverse academic opportunities. Whether pursuing academic or vocational paths, the UK offers a plethora of qualifications that cater to individual interests and career aspirations.

', '', '', 22, 1, '2023-07-27 22:55:21', '2023-07-27 22:55:21', '', '', '', '', 1, 1), (23, 4, 0, 'Study VISA in UK', 'study-visa-in-uk', '

Obtaining a study visa to study in the UK is a crucial step for international students planning to pursue their education in the country. The study visa is formally known as the Tier 4 (General) Student Visa. Here are the key steps and requirements for applying for a study visa in the UK:

\r\n\r\n
    \r\n
  1. \r\n

    Acceptance from a Recognized Institution: Before applying for the study visa, students must first secure an offer of acceptance from a recognized educational institution in the UK. The institution must hold a valid Tier 4 sponsor license.

    \r\n
  2. \r\n
  3. \r\n

    Confirmation of Acceptance for Studies (CAS): Once accepted, the institution will issue a Confirmation of Acceptance for Studies (CAS) to the student. This is a unique reference number that is required for the visa application.

    \r\n
  4. \r\n
  5. \r\n

    Financial Requirements: Students need to demonstrate that they have sufficient funds to cover their course fees and living expenses in the UK. The exact amount varies depending on the length of the course and location of study.

    \r\n
  6. \r\n
  7. \r\n

    English Language Proficiency: Most students need to prove their English language proficiency by taking an approved English language test, such as IELTS or TOEFL.

    \r\n
  8. \r\n
  9. \r\n

    Tuberculosis Test (TB): Some students may be required to undergo a tuberculosis test, depending on their home country.

    \r\n
  10. \r\n
  11. \r\n

    Visa Application: Once all the necessary documents are gathered, students can apply for the Tier 4 Student Visa online through the UK government's official website or at a visa application center in their home country.

    \r\n
  12. \r\n
  13. \r\n

    Biometric Information: Students may need to visit a visa application center to provide biometric information, such as fingerprints and a photograph.

    \r\n
  14. \r\n
  15. \r\n

    Visa Processing: The visa processing time can vary depending on the country, time of year, and individual circumstances. It is advisable to apply well in advance of the course start date.

    \r\n
  16. \r\n
  17. \r\n

    Decision and Travel: Once the visa application is approved, students will receive a visa vignette in their passport, allowing them to travel to the UK. Upon arrival in the UK, students may need to collect their Biometric Residence Permit (BRP) from a designated post office.

    \r\n
  18. \r\n
\r\n\r\n

It is essential for students to carefully follow all the visa requirements and provide accurate information during the application process. The Tier 4 Student Visa allows students to study full-time in the UK and may also provide opportunities for part-time work during the course of study. However, it is essential to check the specific work restrictions and conditions mentioned on the visa.

', '', '', 23, 1, '2023-07-27 22:56:20', '2023-07-27 22:56:20', '', '', '', '', 1, 1), (24, 7, 0, 'Top Reasons to study in USA', 'top-reasons-to-study-in-usa', '', '', '', 24, 1, '2023-07-27 23:09:11', '2023-07-27 23:09:11', '', '', '', '', 1, 1), (25, 7, 24, 'World-Class Education and Diverse Academic Programs', 'world-class-education-and-diverse-academic-programs', '

Studying in the USA offers access to a world-class education system that consistently ranks among the best globally. With an extensive network of prestigious universities and colleges, the USA provides an unparalleled range of diverse academic programs. Whether you aspire to delve into cutting-edge research in engineering, explore the complexities of international relations, or unleash your creative potential through arts and design, American institutions cater to a wide array of fields and disciplines. The emphasis on practical learning, critical thinking, and experiential education equips students with the skills and knowledge required to thrive in a competitive and ever-evolving global workforce. The flexibility of the US education system also allows students to tailor their courses to match their unique interests and career goals, fostering a personalized and enriching academic experience.

', '', '', 25, 1, '2023-07-27 23:09:47', '2023-07-27 23:09:47', '', '', '', '', 1, 1), (26, 7, 24, 'Global Recognition and Employability', 'global-recognition-and-employability', '

A degree earned from a US institution carries significant global recognition and credibility. Employers worldwide value the rigorous academic standards and diverse skill set that US-educated students possess. The practical and research-oriented approach to learning ensures that graduates are well-equipped to navigate complex challenges and contribute meaningfully to their respective fields. The USA's reputation as a hub for innovation and entrepreneurship further enhances the employability of graduates, with numerous success stories of renowned business leaders, tech pioneers, and Nobel laureates who have emerged from American universities. Studying in the USA not only opens doors to diverse career opportunities but also cultivates a sense of independence, adaptability, and resilience that are highly sought after in today's competitive job market.

', '', '', 26, 1, '2023-07-27 23:10:23', '2023-07-27 23:10:23', '', '', '', '', 1, 1), (27, 7, 24, 'Cultural Diversity and International Exposure', 'cultural-diversity-and-international-exposure', '

The USA stands as a melting pot of cultures, attracting students from all corners of the globe. This rich diversity creates a dynamic and inclusive learning environment that promotes cross-cultural understanding and global collaboration. Interacting with peers from different backgrounds allows students to gain unique perspectives and broaden their horizons, fostering a deep appreciation for cultural diversity and tolerance. Engaging in campus activities, cultural festivals, and international student associations further enriches the experience, creating lasting friendships and building a global network that extends far beyond graduation. The exposure to diverse perspectives and experiences not only enriches the academic journey but also nurtures invaluable interpersonal skills, making students true global citizens ready to embrace the interconnected world.

', '', '', 27, 1, '2023-07-27 23:10:54', '2023-07-27 23:10:54', '', '', '', '', 1, 1), (28, 7, 24, 'Research Opportunities and State-of-the-Art Facilities', 'research-opportunities-and-state-of-the-art-facilities', '

US universities are renowned for their commitment to research and innovation, offering students access to cutting-edge facilities and groundbreaking research opportunities. Engaging in research projects allows students to work alongside esteemed scholars and experts in their fields, contributing to advancements in various disciplines. The USA's emphasis on fostering a research-oriented mindset encourages students to think critically, question the status quo, and actively participate in solving real-world challenges. State-of-the-art laboratories, research centers, and advanced technologies are readily available for students to explore their curiosity and push the boundaries of knowledge. The experience gained through research not only enhances academic credentials but also fosters a sense of purpose and commitment to making a positive impact on society.

', '', '', 28, 1, '2023-07-27 23:11:25', '2023-07-27 23:11:25', '', '', '', '', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_customfields` -- CREATE TABLE `tbl_customfields` ( `customfield_id` int(11) NOT NULL, `customfield_for` varchar(250) NOT NULL, `customfield_forref` varchar(250) NOT NULL, `title` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `alias` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `text` text CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `link` varchar(500) NOT NULL, `fa_icon` varchar(250) NOT NULL, `logo` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `tbl_customfields` -- INSERT INTO `tbl_customfields` (`customfield_id`, `customfield_for`, `customfield_forref`, `title`, `alias`, `text`, `link`, `fa_icon`, `logo`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES (1, '', '', 'Willing to Study Abroad?', 'willing-to-study-abroad', '

We have the list of top destinations to select from.

', '/studyabroad', 'icon featured icon-people', '', 1, 1, '2023-07-25 19:47:18', '2023-07-25 19:47:18', 1, 1), (2, '', '', 'Achieve your Dream!', 'achieve-your-dream', '

We will help you get a step closer toward your dream.

', '/success-stories', 'icon featured icon-pie-chart', '', 2, 1, '2023-07-25 20:05:07', '2023-07-25 20:32:52', 1, 1), (3, 'Our Services', '', 'WE HELP STUDENTS IN MANY WAYS !!', 'we-help-students-in-many-ways', '

We help all the students who wish to Study Abroad in the reputed Universities. We make it possible for the students who are searching for respectful academic career.

\r\n\r\n

So, without worrying, you can get hassle free and complete assistance from us through our experienced team of professionals.

', '/services', '', '', 4, 1, '2023-07-25 20:32:20', '2023-07-25 20:33:45', 1, 1), (4, '', '', 'Offered Services', 'offered-services', '

We assure you the best services in the town.

', '/services', 'icon featured icon-speedometer', '', 3, 1, '2023-07-25 20:33:40', '2023-07-25 20:33:45', 1, 1), (5, '', '', 'Career Counselling', 'career-counselling', '

We help the students to find what is best for their career to them who are in the state of dilemma and are confused in selecting courses as per their academics and career goal.

', '', '', 'storage/files/1/career-counselling.jpg', 5, 1, '2023-07-25 20:34:53', '2023-07-25 20:34:53', 1, 1), (6, '', '', 'University Selection', 'university-selection', '

With Access Education Network we can bring the information of the Universities worldwide in a single place so that the students are able to reach them as per their course desire.

', '', '', 'storage/files/1/university-selection.jpg', 6, 1, '2023-07-25 20:35:34', '2023-07-25 20:35:34', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_enquiries` -- CREATE TABLE `tbl_enquiries` ( `id` int(10) UNSIGNED NOT NULL, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `phone` varchar(255) NOT NULL, `preferred_destination` varchar(255) NOT NULL, `mode_of_counselling` varchar(255) NOT NULL, `nearest_branch` varchar(255) NOT NULL, `message` text 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 `tbl_enquiries` -- INSERT INTO `tbl_enquiries` (`id`, `name`, `email`, `phone`, `preferred_destination`, `mode_of_counselling`, `nearest_branch`, `message`, `created_at`, `updated_at`) VALUES (1, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Butwal', 'asd asdasd', NULL, NULL), (2, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Butwal', 'asd asdasd', NULL, NULL), (3, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Butwal', 'asd asdasd', NULL, NULL), (4, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Butwal', 'asd asdasd', NULL, NULL), (5, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Butwal', 'asd asdasd', NULL, NULL), (6, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Butwal', 'asd asdasd', NULL, NULL), (7, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Butwal', 'asd asdasd', NULL, NULL), (8, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Butwal', 'asd asdasd', NULL, NULL), (9, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Baneshwor', 'asd asdasd', NULL, NULL), (10, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Biratnagar', 'asd asdasd', NULL, NULL), (11, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in UK', 'In-Person Visit Appointment', 'Access Biratnagar', 'ad asd asd', NULL, NULL), (12, '', '', '', '', '', '', '', NULL, NULL), (13, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Baneshwor', 'asdasdas d', NULL, NULL), (14, '', '', '', '', '', '', '', NULL, NULL), (15, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Baneshwor', 'asasd asd', NULL, NULL), (16, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in New Zealand', 'In-Person Visit Appointment', 'Access Baneshwor', 'asasd asd', NULL, NULL), (17, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in UK', 'In-Person Visit Appointment', 'Access Biratnagar', 'asd asd', NULL, NULL), (18, '', '', '', '', '', '', '', NULL, NULL), (19, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'Study in UK', 'In-Person Visit Appointment', 'Access Biratnagar', 'asd asd', NULL, NULL), (20, '', '', '', '', '', '', '', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `tbl_error_logs` -- CREATE TABLE `tbl_error_logs` ( `id` bigint(20) UNSIGNED NOT NULL, `user_id` bigint(20) UNSIGNED DEFAULT NULL, `controller_name` varchar(255) DEFAULT NULL, `method_name` varchar(255) DEFAULT NULL, `errors` longtext 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 `tbl_error_logs` -- INSERT INTO `tbl_error_logs` (`id`, `user_id`, `controller_name`, `method_name`, `errors`, `created_at`, `updated_at`) VALUES (1, 1, 'App\\Http\\Controllers\\BranchesController', 'store', 'SQLSTATE[HY000]: General error: 1364 Field \'branch_id\' doesn\'t have a default value (Connection: mysql, SQL: insert into `tbl_branches` (`title`, `photo`, `thumb`, `description`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (Main Office, , , , main-office, 1, 1, 1, 1, 2023-07-24 18:58:21, 2023-07-24 18:58:21))', '2023-07-24 13:13:21', '2023-07-24 13:13:21'), (2, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'SQLSTATE[HY000]: General error: 1364 Field \'article_id\' doesn\'t have a default value (Connection: mysql, SQL: insert into `tbl_brancharticles` (`branches_id`, `parent_article`, `title`, `text`, `cover_photo`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (9, 0, Introduction, , , , , , , introduction, 1, 1, 1, 1, 2023-07-25 01:18:43, 2023-07-25 01:18:43))', '2023-07-24 19:33:43', '2023-07-24 19:33:43'), (3, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'store', 'SQLSTATE[HY000]: General error: 1364 Field \'customfield_id\' doesn\'t have a default value (Connection: mysql, SQL: insert into `tbl_customfields` (`customfield_for`, `customfield_forref`, `title`, `text`, `link`, `fa_icon`, `logo`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (, , Willing to Study Abroad?,

We have the list of top destinations to select from.

, /studyabroad, icon featured icon-people, , willing-to-study-abroad, 1, 1, 1, 1, 2023-07-26 01:31:59, 2023-07-26 01:31:59))', '2023-07-25 19:46:59', '2023-07-25 19:46:59'), (4, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: \'\' for column `bib_consult`.`tbl_testimonials`.`ref` at row 1 (Connection: mysql, SQL: insert into `tbl_testimonials` (`branches_id`, `for`, `ref`, `by`, `image`, `cover`, `text`, `remarks`, `testimonials_faculty`, `testimonials_university`, `university`, `faculty`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (6, study-in-australia, , Registered Nurse, ADHB, NZ, storage/files/1/tsti-3.jpg, ,

 

\r\n\r\n

Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors.

, , , , , , , 1, 1, 1, 1, 2023-07-27 15:51:44, 2023-07-27 15:51:44))', '2023-07-27 10:06:44', '2023-07-27 10:06:44'), (5, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: \'\' for column `bib_consult`.`tbl_testimonials`.`ref` at row 1 (Connection: mysql, SQL: insert into `tbl_testimonials` (`branches_id`, `for`, `ref`, `by`, `image`, `cover`, `text`, `remarks`, `testimonials_faculty`, `testimonials_university`, `university`, `faculty`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (6, study-in-australia, , Registered Nurse, ADHB, NZ, storage/files/1/tsti-3.jpg, ,

 

\r\n\r\n

Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors.

, , , , , , , 1, 1, 1, 1, 2023-07-27 15:57:47, 2023-07-27 15:57:47))', '2023-07-27 10:12:47', '2023-07-27 10:12:47'), (6, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: \'\' for column `bib_consult`.`tbl_testimonials`.`ref` at row 1 (Connection: mysql, SQL: insert into `tbl_testimonials` (`branches_id`, `for`, `ref`, `by`, `image`, `cover`, `text`, `remarks`, `testimonials_faculty`, `testimonials_university`, `university`, `faculty`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (6, study-in-australia, , Registered Nurse, ADHB, NZ, storage/files/1/tsti-3.jpg, ,

 

\r\n\r\n

Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors.

, , , , , , , 1, 1, 1, 1, 2023-07-27 16:00:14, 2023-07-27 16:00:14))', '2023-07-27 10:15:14', '2023-07-27 10:15:14'), (7, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: \'\' for column `bib_consult`.`tbl_testimonials`.`ref` at row 1 (Connection: mysql, SQL: insert into `tbl_testimonials` (`branches_id`, `for`, `ref`, `by`, `image`, `cover`, `text`, `remarks`, `testimonials_faculty`, `testimonials_university`, `university`, `faculty`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (6, study-in-australia, , Registered Nurse, ADHB, NZ, storage/files/1/tsti-3.jpg, ,

 

\r\n\r\n

Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors.

, , , , , , , 1, 1, 1, 1, 2023-07-27 16:01:58, 2023-07-27 16:01:58))', '2023-07-27 10:16:58', '2023-07-27 10:16:58'), (8, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: \'\' for column `bib_consult`.`tbl_testimonials`.`ref` at row 1 (Connection: mysql, SQL: insert into `tbl_testimonials` (`branches_id`, `for`, `ref`, `by`, `image`, `cover`, `text`, `remarks`, `testimonials_faculty`, `testimonials_university`, `university`, `faculty`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (6, study-in-australia, , Registered Nurse, ADHB, NZ, storage/files/1/tsti-3.jpg, ,

 

\r\n\r\n

Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors.

, , , , , , , 1, 1, 1, 1, 2023-07-27 16:04:01, 2023-07-27 16:04:01))', '2023-07-27 10:19:01', '2023-07-27 10:19:01'), (9, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: \'\' for column `bib_consult`.`tbl_testimonials`.`ref` at row 1 (Connection: mysql, SQL: insert into `tbl_testimonials` (`branches_id`, `for`, `ref`, `by`, `image`, `cover`, `text`, `remarks`, `testimonials_faculty`, `testimonials_university`, `university`, `faculty`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (6, study-in-australia, , Registered Nurse, ADHB, NZ, storage/files/1/tsti-3.jpg, ,

 

\r\n\r\n

Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors.

, , , , , , , 1, 1, 1, 1, 2023-07-27 16:04:08, 2023-07-27 16:04:08))', '2023-07-27 10:19:08', '2023-07-27 10:19:08'), (10, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: \'\' for column `bib_consult`.`tbl_testimonials`.`ref` at row 1 (Connection: mysql, SQL: insert into `tbl_testimonials` (`branches_id`, `for`, `ref`, `by`, `image`, `cover`, `text`, `remarks`, `testimonials_faculty`, `testimonials_university`, `university`, `faculty`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (6, study-in-australia, , Registered Nurse, ADHB, NZ, storage/files/1/tsti-3.jpg, ,

 

\r\n\r\n

Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors.

, , , , , , , 1, 1, 1, 1, 2023-07-27 16:04:35, 2023-07-27 16:04:35))', '2023-07-27 10:19:35', '2023-07-27 10:19:35'), (11, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: \'\' for column `bib_consult`.`tbl_testimonials`.`ref` at row 1 (Connection: mysql, SQL: insert into `tbl_testimonials` (`branches_id`, `for`, `ref`, `by`, `image`, `cover`, `text`, `remarks`, `testimonials_faculty`, `testimonials_university`, `university`, `faculty`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (6, study-in-australia, , Registered Nurse, ADHB, NZ, storage/files/1/tsti-3.jpg, ,

 

\r\n\r\n

Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors.

, , , , , , , 1, 1, 1, 1, 2023-07-27 16:04:52, 2023-07-27 16:04:52))', '2023-07-27 10:19:52', '2023-07-27 10:19:52'), (12, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: \'\' for column `bib_consult`.`tbl_testimonials`.`ref` at row 1 (Connection: mysql, SQL: insert into `tbl_testimonials` (`branches_id`, `for`, `ref`, `by`, `image`, `cover`, `text`, `remarks`, `testimonials_faculty`, `testimonials_university`, `university`, `faculty`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (6, study-in-australia, , , storage/files/1/tsti-3.jpg, ,

Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors

, , , , , , , 1, 1, 1, 1, 2023-07-27 16:06:14, 2023-07-27 16:06:14))', '2023-07-27 10:21:14', '2023-07-27 10:21:14'), (13, 0, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"preparationclass_id\" on null', '2023-07-28 20:32:10', '2023-07-28 20:32:10'), (14, 0, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"preparationclass_id\" on null', '2023-07-28 20:32:49', '2023-07-28 20:32:49'), (15, 0, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"preparationclass_id\" on null', '2023-07-28 20:33:21', '2023-07-28 20:33:21'), (16, 0, 'WebsiteController', 'showpreparationclass', 'View [access.preparationclasses.inside] not found.', '2023-07-28 20:34:54', '2023-07-28 20:34:54'), (17, 1, 'WebsiteController', 'showpreparationclass', 'View [access.preparationclasses.inside] not found.', '2023-07-28 20:54:20', '2023-07-28 20:54:20'), (18, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"preparationclass_id\" on null', '2023-07-28 21:21:13', '2023-07-28 21:21:13'), (19, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"preparationclass_id\" on null', '2023-07-28 21:21:43', '2023-07-28 21:21:43'), (20, 1, 'WebsiteController', 'showpreparationclass', 'View [access.resources.resources] not found.', '2023-07-28 21:31:22', '2023-07-28 21:31:22'), (21, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"preparationclass_id\" on null', '2023-07-28 22:01:27', '2023-07-28 22:01:27'), (22, 1, 'WebsiteController', 'showpreparationclass', 'Undefined property: stdClass::$preparationclass_id', '2023-07-28 22:01:48', '2023-07-28 22:01:48'), (23, 1, 'WebsiteController', 'showpreparationclass', 'SQLSTATE[42S22]: Column not found: 1054 Unknown column \'parent_preparationclass\' in \'where clause\' (Connection: mysql, SQL: select * from `tbl_resources` where `parent_preparationclass` = 3)', '2023-07-28 22:01:57', '2023-07-28 22:01:57'), (24, 1, 'WebsiteController', 'showpreparationclass', 'View [access.resources.single] not found.', '2023-07-28 22:03:23', '2023-07-28 22:03:23'), (25, 1, 'WebsiteController', 'showpreparationclass', 'Undefined property: stdClass::$preparationclass_id', '2023-07-29 00:29:19', '2023-07-29 00:29:19'), (26, 1, 'WebsiteController', 'showpreparationclass', 'Undefined property: stdClass::$preparationclass_id', '2023-07-29 00:29:26', '2023-07-29 00:29:26'), (27, 1, 'WebsiteController', 'showpreparationclass', 'SQLSTATE[42S22]: Column not found: 1054 Unknown column \'parent_resources\' in \'where clause\' (Connection: mysql, SQL: select * from `tbl_resources` where `parent_resources` = 3 and `resource_id` <> 9 and `resource_id` not in (select `parent_resources` from `tbl_resources`))', '2023-07-29 00:30:17', '2023-07-29 00:30:17'), (28, 1, 'WebsiteController', 'showpreparationclass', 'View [access.resources.inside] not found.', '2023-07-29 00:30:26', '2023-07-29 00:30:26'), (29, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"resource_id\" on null', '2023-07-29 00:50:45', '2023-07-29 00:50:45'), (30, 1, 'WebsiteController', 'showpreparationclass', 'View [access.blogs.single] not found.', '2023-07-29 00:51:33', '2023-07-29 00:51:33'), (31, 1, 'App\\Http\\Controllers\\EventsController', 'store', 'SQLSTATE[HY000]: General error: 1364 Field \'event_id\' doesn\'t have a default value (Connection: mysql, SQL: insert into `tbl_events` (`startdate`, `enddate`, `title`, `text`, `description`, `image`, `thumb`, `cover`, `link`, `seo_title`, `seo_description`, `seo_keywords`, `og_tags`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (2023-07-30, 2023-08-04, Canada BONANZA Offer, , , , , , , , , , , 1, 1, 1, 1, 2023-07-29 10:58:13, 2023-07-29 10:58:13))', '2023-07-29 05:13:13', '2023-07-29 05:13:13'), (32, 1, 'WebsiteController', 'showpreparationclass', 'View [access.events.events] not found.', '2023-07-29 05:24:37', '2023-07-29 05:24:37'), (33, 1, 'WebsiteController', 'showpreparationclass', 'View [access.galleries.list] not found.', '2023-07-29 05:49:27', '2023-07-29 05:49:27'), (34, 1, 'WebsiteController', 'showpreparationclass', 'Undefined property: stdClass::$galleries_id', '2023-07-29 06:01:23', '2023-07-29 06:01:23'), (35, 1, 'App\\Http\\Controllers\\PhotosController', 'store', 'SQLSTATE[42S02]: Base table or view not found: 1146 Table \'bib_consult.tbl_tbl_photos\' doesn\'t exist (Connection: mysql, SQL: select count(*) as aggregate from `tbl_tbl_photos` where `alias` = )', '2023-07-29 17:26:13', '2023-07-29 17:26:13'), (36, 1, 'WebsiteController', 'showpreparationclass', 'Undefined property: stdClass::$news_id', '2023-07-29 19:30:41', '2023-07-29 19:30:41'), (37, 1, 'WebsiteController', 'showpreparationclass', 'View [access.articles.single] not found.', '2023-07-29 19:31:23', '2023-07-29 19:31:23'), (38, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"resource_id\" on null', '2023-07-29 19:39:35', '2023-07-29 19:39:35'), (39, 1, 'WebsiteController', 'showpreparationclass', 'Undefined property: stdClass::$blog_id', '2023-07-29 19:41:36', '2023-07-29 19:41:36'), (40, 1, 'WebsiteController', 'showpreparationclass', 'View [access.offices.list] not found.', '2023-07-29 19:45:08', '2023-07-29 19:45:08'), (41, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-07-29 19:49:10', '2023-07-29 19:49:10'), (42, 1, 'WebsiteController', 'showpreparationclass', 'Undefined property: stdClass::$article_id', '2023-07-29 19:50:12', '2023-07-29 19:50:12'), (43, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'SQLSTATE[HY000]: General error: 1364 Field \'description\' doesn\'t have a default value (Connection: mysql, SQL: insert into `tbl_brancharticles` (`branches_id`, `parent_article`, `title`, `text`, `thumb`, `cover_photo`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (9, 0, Success Trails,

[visaposts branch=access-baneshwor]

, , , , , , , success-trails, 7, 1, 1, 1, 2023-07-30 03:31:27, 2023-07-30 03:31:27))', '2023-07-29 21:46:27', '2023-07-29 21:46:27'), (44, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'SQLSTATE[HY000]: General error: 1364 Field \'description\' doesn\'t have a default value (Connection: mysql, SQL: insert into `tbl_brancharticles` (`branches_id`, `parent_article`, `title`, `text`, `thumb`, `cover_photo`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (9, 0, Success Trails,

[visaposts branch=access-baneshwor]

, , , , , , , success-trails, 7, 1, 1, 1, 2023-07-30 03:32:33, 2023-07-30 03:32:33))', '2023-07-29 21:47:33', '2023-07-29 21:47:33'), (45, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'store', 'SQLSTATE[HY000]: General error: 1364 Field \'description\' doesn\'t have a default value (Connection: mysql, SQL: insert into `tbl_brancharticles` (`branches_id`, `parent_article`, `title`, `text`, `thumb`, `cover_photo`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (9, 0, Success Trails,

[visaposts branch=access-baneshwor]

, , , , , , , success-trails, 7, 1, 1, 1, 2023-07-30 03:32:36, 2023-07-30 03:32:36))', '2023-07-29 21:47:36', '2023-07-29 21:47:36'), (46, 1, 'App\\Http\\Controllers\\VisasController', 'store', 'SQLSTATE[HY000]: General error: 1364 Field \'visa_id\' doesn\'t have a default value (Connection: mysql, SQL: insert into `tbl_visas` (`branches_id`, `for`, `ref`, `title`, `image`, `cover`, `description`, `text`, `university`, `faculty`, `remarks`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (9, study-in-australia, , Priya Pandey, storage/files/1/VISA Success/Priya-Pandey.png, , , , , , , priya-pandey, 1, 1, 1, 1, 2023-07-30 03:49:49, 2023-07-30 03:49:49))', '2023-07-29 22:04:49', '2023-07-29 22:04:49'), (47, 1, 'App\\Http\\Controllers\\VisasController', 'store', 'SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: \'\' for column `bib_consult`.`tbl_visas`.`ref` at row 1 (Connection: mysql, SQL: insert into `tbl_visas` (`branches_id`, `for`, `ref`, `title`, `image`, `cover`, `description`, `text`, `university`, `faculty`, `remarks`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (9, study-in-australia, , Priya Pandey, storage/files/1/VISA Success/Priya-Pandey.png, , , , , , , priya-pandey, 1, 1, 1, 1, 2023-07-30 03:50:05, 2023-07-30 03:50:05))', '2023-07-29 22:05:05', '2023-07-29 22:05:05'), (48, 1, 'App\\Http\\Controllers\\VisasController', 'store', 'SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: \'\' for column `bib_consult`.`tbl_visas`.`ref` at row 1 (Connection: mysql, SQL: insert into `tbl_visas` (`branches_id`, `for`, `ref`, `title`, `image`, `cover`, `description`, `text`, `university`, `faculty`, `remarks`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (9, study-in-australia, , Priya Pandey, storage/files/1/VISA Success/Priya-Pandey.png, , , , , , , priya-pandey, 1, 1, 1, 1, 2023-07-30 03:50:30, 2023-07-30 03:50:30))', '2023-07-29 22:05:30', '2023-07-29 22:05:30'), (49, 0, 'WebsiteController', 'showpreparationclass', 'View [access.contact] not found.', '2023-07-30 03:42:15', '2023-07-30 03:42:15'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_events` -- CREATE TABLE `tbl_events` ( `event_id` int(11) NOT NULL, `startdate` date NOT NULL, `enddate` datetime NOT NULL, `title` varchar(250) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `alias` varchar(250) NOT NULL, `text` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `description` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `image` varchar(255) NOT NULL, `thumb` varchar(255) NOT NULL, `cover` varchar(255) NOT NULL, `link` varchar(250) NOT NULL, `seo_title` text NOT NULL, `seo_description` text NOT NULL, `seo_keywords` text NOT NULL, `og_tags` text NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `tbl_events` -- INSERT INTO `tbl_events` (`event_id`, `startdate`, `enddate`, `title`, `alias`, `text`, `description`, `image`, `thumb`, `cover`, `link`, `seo_title`, `seo_description`, `seo_keywords`, `og_tags`, `display_order`, `status`, `createdby`, `updatedby`, `created_at`, `updated_at`) VALUES (1, '2023-07-30', '2023-08-04 00:00:00', 'Canada BONANZA Offer', 'canada-bonanza-offer', '', '', '', '', '', '', '', '', '', '', 1, 1, 1, 1, '2023-07-29 05:13:28', '2023-07-29 05:34:10'); -- -------------------------------------------------------- -- -- Table structure for table `tbl_failed_jobs` -- CREATE TABLE `tbl_failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(255) NOT NULL, `connection` text NOT NULL, `queue` text NOT NULL, `payload` longtext NOT NULL, `exception` longtext NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Table structure for table `tbl_forms` -- CREATE TABLE `tbl_forms` ( `form_id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `cover_photo` varchar(255) NOT NULL, `image_thumb` varchar(255) NOT NULL, `form_fields` text NOT NULL, `text` text NOT NULL, `headers` text NOT NULL, `toemail` varchar(255) NOT NULL, `fromemail` varchar(255) NOT NULL, `emailsubject` varchar(255) NOT NULL, `emailtext` text NOT NULL, `autoresponse` varchar(255) NOT NULL, `responseheaders` varchar(255) NOT NULL, `responsefrom` varchar(255) NOT NULL, `responsesubject` varchar(255) NOT NULL, `responsetext` varchar(255) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `tbl_forms` -- INSERT INTO `tbl_forms` (`form_id`, `title`, `alias`, `cover_photo`, `image_thumb`, `form_fields`, `text`, `headers`, `toemail`, `fromemail`, `emailsubject`, `emailtext`, `autoresponse`, `responseheaders`, `responsefrom`, `responsesubject`, `responsetext`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES (1, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 1, -1, '2023-07-16 22:46:19', '2023-07-16 22:47:29', 1, 1), (2, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 2, -1, '2023-07-16 22:46:21', '2023-07-16 22:47:24', 1, 1), (3, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 3, -1, '2023-07-16 22:46:21', '2023-07-16 22:47:20', 1, 1), (4, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 4, -1, '2023-07-16 22:46:22', '2023-07-16 22:47:15', 1, 1), (5, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 5, -1, '2023-07-16 22:46:23', '2023-07-16 22:47:11', 1, 1), (6, 'Contact Us Form', 'contact-us-form', '', '', '[{\"fieldName\":\"Name\",\"fieldAlias\":\"name\",\"fieldType\":\"text\",\"fieldDefault\":\"\",\"fieldCss\":\"required\"},{\"fieldName\":\"Email\",\"fieldAlias\":\"email\",\"fieldType\":\"text\",\"fieldDefault\":\"\",\"fieldCss\":\"required\"},{\"fieldName\":\"Phone Number\",\"fieldAlias\":\"phone-number\",\"fieldType\":\"text\",\"fieldDefault\":\"\",\"fieldCss\":\"required\"},{\"fieldName\":\"Message\",\"fieldAlias\":\"message\",\"fieldType\":\"textarea\",\"fieldDefault\":\"\",\"fieldCss\":\"required\"}]', '

Please send us your enquiry.

', '', 'prajwalbro@hotmail.com', 'webmaster@jupiteremployment.com', 'Contact Us Form from Website', 'Please send us your enquiry.', '', '', '', '', '', 6, 1, '2023-07-20 12:46:46', '2023-07-22 04:44:43', 1, 1), (7, 'IELTS/PTE Booking Form', 'ielts-pte-booking-form', '', '', '[{\"fieldName\":\"Booking For\",\"fieldAlias\":\"booking-for\",\"fieldType\":\"text\",\"fieldDefault\":\"\",\"fieldCss\":\"\"},{\"fieldName\":\"Name\",\"fieldAlias\":\"name\",\"fieldType\":\"text\",\"fieldDefault\":\"\",\"fieldCss\":\"\"},{\"fieldName\":\"Email\",\"fieldAlias\":\"email\",\"fieldType\":\"text\",\"fieldDefault\":\"\",\"fieldCss\":\"\"},{\"fieldName\":\"Phone\",\"fieldAlias\":\"phone\",\"fieldType\":\"text\",\"fieldDefault\":\"\",\"fieldCss\":\"\"},{\"fieldName\":\"City\",\"fieldAlias\":\"city\",\"fieldType\":\"text\",\"fieldDefault\":\"\",\"fieldCss\":\"\"},{\"fieldName\":\"Approx Date Range\",\"fieldAlias\":\"approx-date-range\",\"fieldType\":\"text\",\"fieldDefault\":\"\",\"fieldCss\":\"daterangepicker\"},{\"fieldName\":\"Additional Remarks\",\"fieldAlias\":\"additional-remarks\",\"fieldType\":\"textarea\",\"fieldDefault\":\"\",\"fieldCss\":\"\"}]', '', '', '', '', '', '', '', '', '', '', '', 7, 1, '2023-07-24 18:19:38', '2023-07-24 18:37:57', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_formsubmissions` -- CREATE TABLE `tbl_formsubmissions` ( `formsubmission_id` int(10) UNSIGNED NOT NULL, `forms_id` int(10) UNSIGNED NOT NULL, `submitted_values` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL CHECK (json_valid(`submitted_values`)), `display_order` int(11) NOT NULL DEFAULT 0, `status` int(11) NOT NULL DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `tbl_formsubmissions` -- INSERT INTO `tbl_formsubmissions` (`formsubmission_id`, `forms_id`, `submitted_values`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES (2, 6, '[{\"fieldName\":\"Name\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Email\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Phone Number\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Full Address\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Message\",\"fieldType\":\"textarea\",\"fieldValue\":\"\"}]', 0, 1, '2023-07-22 04:39:58', '2023-07-22 04:39:58', 1, 1), (3, 6, '[{\"fieldName\":\"Name\",\"fieldType\":\"text\",\"fieldValue\":\"Prajwal Adhikari\"},{\"fieldName\":\"Email\",\"fieldType\":\"text\",\"fieldValue\":\"prajwalbro@hotmail.com\"},{\"fieldName\":\"Phone Number\",\"fieldType\":\"text\",\"fieldValue\":\"9851042673\"},{\"fieldName\":\"Full Address\",\"fieldType\":\"text\",\"fieldValue\":\"Meenbhawan\"},{\"fieldName\":\"Message\",\"fieldType\":\"textarea\",\"fieldValue\":\"Test Message\"}]', 0, 1, '2023-07-22 04:40:31', '2023-07-22 04:40:31', 1, 1), (4, 6, '[{\"fieldName\":\"Name\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Email\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Phone Number\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Full Address\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Message\",\"fieldType\":\"textarea\",\"fieldValue\":\"\"}]', 0, 1, '2023-07-22 04:41:41', '2023-07-22 04:41:41', 1, 1), (5, 6, '[{\"fieldName\":\"Name\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Email\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Phone Number\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Full Address\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Message\",\"fieldType\":\"textarea\",\"fieldValue\":\"\"}]', 0, 1, '2023-07-22 04:42:20', '2023-07-22 04:42:20', 1, 1), (6, 6, '[{\"fieldName\":\"Name\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Email\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Phone Number\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Full Address\",\"fieldType\":\"text\",\"fieldValue\":\"\"},{\"fieldName\":\"Message\",\"fieldType\":\"textarea\",\"fieldValue\":\"\"}]', 0, 1, '2023-07-22 04:43:40', '2023-07-22 04:43:40', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_galleries` -- CREATE TABLE `tbl_galleries` ( `gallery_id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `text` text NOT NULL, `alias` varchar(255) NOT NULL, `thumb` text NOT NULL, `cover_photo` varchar(250) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `tbl_galleries` -- INSERT INTO `tbl_galleries` (`gallery_id`, `title`, `text`, `alias`, `thumb`, `cover_photo`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES (1, 'VISA SUCCESS CELEBRATIONS', '', 'visa-success-celebrations', '', '', 1, 1, '2023-07-29 06:00:03', '2023-07-29 06:00:03', 1, 1), (2, 'College Visit at Putalisadak office', '', 'college-visit-at-putalisadak-office', '', '', 2, 1, '2023-07-29 06:25:39', '2023-07-29 06:25:39', 1, 1), (3, 'Promotional Offers', '', 'promotional-offers', '', '', 3, 1, '2023-07-29 18:17:13', '2023-07-29 18:17:13', 1, 1), (4, 'aaa', '', 'aaa', '', '', 4, -1, '2023-07-29 18:17:26', '2023-07-29 18:19:18', 1, 1), (5, 'asdasdasdasd asda sdasdasd', '', 'asdasdasdasd-asda-sdasdasd', '', '', 5, -1, '2023-07-29 18:19:10', '2023-07-29 18:19:26', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_institutions` -- CREATE TABLE `tbl_institutions` ( `institution_id` int(11) NOT NULL, `countries_id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `email` varchar(250) NOT NULL, `text` text NOT NULL, `logo` varchar(255) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `seo_keywords` text DEFAULT NULL, `seo_title` text DEFAULT NULL, `seo_descriptions` text DEFAULT NULL, `og_tags` text DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- -- Dumping data for table `tbl_institutions` -- INSERT INTO `tbl_institutions` (`institution_id`, `countries_id`, `title`, `alias`, `email`, `text`, `logo`, `display_order`, `status`, `created_at`, `updated_at`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `createdby`, `updatedby`) VALUES (1, 4, 'University of Dundee', 'university-of-dundee', '', '', '', 1, 1, '2023-07-24 13:21:23', '2023-07-24 13:21:23', '', '', '', '', 1, 1), (2, 2, 'Institutions', 'institutions', '', '', 'storage/files/1/NZ-unv.png', 2, 1, '2023-07-27 19:30:49', '2023-07-27 19:30:49', '', '', '', '', 1, 1), (3, 7, 'Institutions', 'institutions', '', '', 'storage/files/1/USA-unv.png', 3, 1, '2023-07-27 23:19:32', '2023-07-27 23:19:32', '', '', '', '', 1, 1), (4, 3, 'Institutions we represent in canada', 'institutions-we-represent-in-canada', '', '', 'storage/files/1/Can-unv.png', 4, 1, '2023-07-27 23:26:43', '2023-07-27 23:26:43', '', '', '', '', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_menuitems` -- CREATE TABLE `tbl_menuitems` ( `menu_id` int(11) NOT NULL, `parent_menu` int(11) NOT NULL, `menulocations_id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `ref` varchar(255) NOT NULL, `target` varchar(255) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `tbl_menuitems` -- INSERT INTO `tbl_menuitems` (`menu_id`, `parent_menu`, `menulocations_id`, `title`, `alias`, `type`, `ref`, `target`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES (1, 0, 1, 'Home', 'home', '', '/', '_SELF', 1, 1, '2023-07-16 00:54:10', '2023-07-17 23:09:38', 1, 1), (2, 0, 1, 'About', 'about', '', '#', 'Select Option', 2, 1, '2023-07-16 00:54:31', '2023-07-16 22:23:30', 1, 1), (3, 2, 1, 'Introduction', 'introduction', 'tbl_companyarticles', '1', '_SELF', 3, 1, '2023-07-16 19:05:27', '2023-07-16 19:05:27', 1, 1), (4, 2, 1, 'Message from MD', 'message-from-md', 'tbl_companyarticles', '18', '_SELF', 4, 1, '2023-07-16 19:50:43', '2023-07-16 19:50:43', 1, 1), (5, 2, 0, 'Mission / Vision / Objectives', 'mission-vision', 'tbl_companyarticles', '28', '_SELF', 5, 1, '2023-07-16 19:52:04', '2023-07-16 20:32:10', 1, 1), (6, 0, 1, 'Demand Countries', 'demand-countries', 'tbl_companyarticles', '58', '_SELF', 7, 1, '2023-07-16 19:59:40', '2023-07-22 20:22:42', 1, 1), (7, 0, 1, 'Job Seekers', 'job-seekers', '', '#', '_SELF', 8, 1, '2023-07-16 20:00:27', '2023-07-16 22:24:07', 1, 1), (8, 2, 1, 'Mission / Vision', 'mission-vision', 'tbl_companyarticles', '28', '_SELF', 6, -1, '2023-07-16 20:26:47', '2023-07-16 20:27:30', 1, 1), (9, 7, 1, 'Job Categories', 'job-categories', '', 'job-categories', '_SELF', 9, 1, '2023-07-16 20:35:16', '2023-07-16 20:35:16', 1, 1), (10, 7, 1, 'Current Job Demands', 'current-job-demands', '', 'job-demands', '_SELF', 10, 1, '2023-07-16 20:35:54', '2023-07-16 20:35:54', 1, 1), (11, 7, 1, 'Instructions for Resume', 'instructions-for-resume', 'tbl_companyarticles', '40', '_SELF', 11, 1, '2023-07-16 20:39:39', '2023-07-16 20:39:39', 1, 1), (12, 7, 1, 'Tips for Interview', 'tips-for-interview', 'tbl_companyarticles', '48', '_SELF', 12, 1, '2023-07-16 20:40:10', '2023-07-16 20:40:10', 1, 1), (13, 7, 1, 'Resources for Skill Development', 'resources-for-skill-development', 'tbl_companyarticles', '43', '_SELF', 13, 1, '2023-07-16 20:40:46', '2023-07-16 20:40:46', 1, 1), (14, 0, 1, 'Industries Served', 'industries-served', 'tbl_companyarticles', '57', '_SELF', 14, 1, '2023-07-16 20:41:42', '2023-07-22 20:15:26', 1, 1), (15, 0, 1, 'Employers', 'employers', '', '#', '_SELF', 15, 1, '2023-07-16 20:42:55', '2023-07-16 21:33:57', 1, 1), (16, 15, 1, 'About Nepal', 'about-nepal', 'tbl_companyarticles', '47', '_SELF', 16, 1, '2023-07-16 22:25:17', '2023-07-16 22:25:17', 1, 1), (17, 15, 1, 'Nepal Labor Law', 'nepal-labor-law', 'tbl_companyarticles', '42', '_SELF', 17, 1, '2023-07-16 22:27:02', '2023-07-16 22:27:02', 1, 1), (18, 15, 1, 'Services and Solutions', 'services-and-solutions', 'tbl_companyarticles', '44', '_SELF', 18, 1, '2023-07-16 22:27:23', '2023-07-16 22:27:23', 1, 1), (19, 15, 1, 'Hiring Process', 'hiring-process', 'tbl_companyarticles', '41', '_SELF', 19, 1, '2023-07-16 22:27:43', '2023-07-16 22:27:43', 1, 1), (20, 0, 2, 'FAQs', 'faqs', 'tbl_companyarticles', '38', '_SELF', 1, 1, '2023-07-17 20:51:24', '2023-07-17 20:59:05', 1, 1), (21, 0, 2, 'License & Certificates', 'license-certificates', 'tbl_galleries', '1', '_SELF', 2, 1, '2023-07-17 20:52:37', '2023-07-17 20:59:05', 1, 1), (22, 0, 2, 'Demand Listing', 'demand-listing', '', '/demands', '_SELF', 4, 1, '2023-07-17 20:54:52', '2023-07-17 20:59:05', 1, 1), (23, 0, 2, 'Instructions for Resume', 'instructions-for-resume', 'tbl_companyarticles', '40', '_SELF', 5, 1, '2023-07-17 20:55:30', '2023-07-17 20:59:05', 1, 1), (24, 0, 2, 'Tips for Interviews', 'tips-for-interviews', 'tbl_companyarticles', '48', '_SELF', 6, 1, '2023-07-17 20:55:52', '2023-07-17 20:59:05', 1, 1), (25, 0, 2, 'Resources for Skill Development', 'resources-for-skill-development', 'tbl_companyarticles', '43', '_SELF', 7, 1, '2023-07-17 20:58:12', '2023-07-17 20:59:05', 1, 1), (26, 0, 2, 'Demand Countries', 'demand-countries', '', '/countries', '_SELF', 3, 1, '2023-07-17 20:58:48', '2023-07-17 20:59:05', 1, 1), (27, 0, 1, 'Contact Us', 'contact-us', 'tbl_contacts', '1', '_SELF', 20, 1, '2023-07-20 12:04:21', '2023-07-20 12:04:21', 1, 1), (28, 2, 1, 'Our Teams', 'our-teams', '', '/teams', '_SELF', 21, 1, '2023-07-20 20:06:37', '2023-07-20 20:06:37', 1, 1), (29, 2, 1, 'License & Permits', 'license-permits', '', '/certificates', '_SELF', 22, 1, '2023-07-20 20:07:09', '2023-07-20 20:07:09', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_menulocations` -- CREATE TABLE `tbl_menulocations` ( `menulocation_id` int(11) NOT NULL, `title` varchar(255) NOT NULL, `alias` varchar(255) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `tbl_menulocations` -- INSERT INTO `tbl_menulocations` (`menulocation_id`, `title`, `alias`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES (1, 'Header Menu', 'header-menu', 1, 1, '2023-07-16 00:35:21', '2023-07-16 19:15:04', 1, 1), (2, 'Footer Menu 1', 'footer-menu-1', 2, 1, '2023-07-16 00:35:32', '2023-07-16 19:15:04', 1, 1), (3, 'Footer Menu 2', 'footer-menu-2', 3, -1, '2023-07-16 00:35:39', '2023-07-16 19:11:10', 1, 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_migrations` -- CREATE TABLE `tbl_migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `tbl_migrations` -- INSERT INTO `tbl_migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_reset_tokens_table', 1), (3, '2019_08_19_000000_create_failed_jobs_table', 1), (4, '2019_12_14_000001_create_personal_access_tokens_table', 1); -- -------------------------------------------------------- -- -- Table structure for table `tbl_milestones` -- CREATE TABLE `tbl_milestones` ( `milestone_id` int(11) NOT NULL, `display` varchar(255) NOT NULL, `title` varchar(250) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `text` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `image` varchar(255) NOT NULL, `thumb` varchar(255) NOT NULL, `cover` varchar(255) NOT NULL, `display_order` int(11) NOT NULL, `status` int(11) NOT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `tbl_news` -- CREATE TABLE `tbl_news` ( `news_id` int(11) NOT NULL, `parent_news` int(11) NOT NULL, `title` varchar(250) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `alias` varchar(50) NOT NULL, `text` text CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL, `image` varchar(255) NOT NULL, `thumb` varchar(255) NOT NULL, `cover` varchar(255) NOT NULL, `display_order` int(11) NOT NULL, `seo_keywords` text DEFAULT NULL, `seo_title` text DEFAULT NULL, `seo_descriptions` text DEFAULT NULL, `og_tags` text DEFAULT NULL, `status` int(11) NOT NULL, `createdby` int(11) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Table structure for table `tbl_operation_logs` -- CREATE TABLE `tbl_operation_logs` ( `refNo` varchar(255) DEFAULT NULL, `operation_id` bigint(20) NOT NULL, `user_id` int(11) DEFAULT NULL, `operation_start_no` bigint(20) DEFAULT NULL, `operation_end_no` bigint(20) DEFAULT NULL, `model_name` varchar(100) DEFAULT NULL, `model_id` int(11) DEFAULT NULL, `operation_name` varchar(100) DEFAULT NULL, `previous_values` text DEFAULT NULL, `new_values` longtext DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Dumping data for table `tbl_operation_logs` -- INSERT INTO `tbl_operation_logs` (`refNo`, `operation_id`, `user_id`, `operation_start_no`, `operation_end_no`, `model_name`, `model_id`, `operation_name`, `previous_values`, `new_values`, `created_at`, `updated_at`) VALUES (NULL, 1, 1, 202307241858494085, 202307241858494085, 'App\\Models\\Branches', 1, 'create', NULL, '{\"title\":\"Main Office\",\"photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"alias\":\"main-office\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T18:58:49.000000Z\",\"created_at\":\"2023-07-24T18:58:49.000000Z\",\"branch_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:13:49', '2023-07-24 13:13:49'), (NULL, 2, 1, 202307241859046740, 202307241859046740, 'App\\Models\\Branches', 2, 'create', NULL, '{\"title\":\"Kumaripati Office\",\"photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"alias\":\"kumaripati-office\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T18:59:04.000000Z\",\"created_at\":\"2023-07-24T18:59:04.000000Z\",\"branch_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:14:04', '2023-07-24 13:14:04'), (NULL, 3, 1, 202307241859153366, 202307241859153366, 'App\\Models\\Branches', 3, 'create', NULL, '{\"title\":\"Baneshwor Office\",\"photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"alias\":\"baneshwor-office\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T18:59:15.000000Z\",\"created_at\":\"2023-07-24T18:59:15.000000Z\",\"branch_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:14:15', '2023-07-24 13:14:15'), (NULL, 4, 1, 202307241859242602, 202307241859242602, 'App\\Models\\Branches', 4, 'create', NULL, '{\"title\":\"Access Chitwan\",\"photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"alias\":\"access-chitwan\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T18:59:24.000000Z\",\"created_at\":\"2023-07-24T18:59:24.000000Z\",\"branch_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:14:24', '2023-07-24 13:14:24'), (NULL, 5, 1, 202307241859313998, 202307241859313998, 'App\\Models\\Branches', 5, 'create', NULL, '{\"title\":\"Acces Butwal\",\"photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"alias\":\"acces-butwal\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T18:59:31.000000Z\",\"created_at\":\"2023-07-24T18:59:31.000000Z\",\"branch_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:14:31', '2023-07-24 13:14:31'), (NULL, 6, 1, 202307241859394580, 202307241859394580, 'App\\Models\\Branches', 5, 'update', '{\"branch_id\":5,\"title\":\"Acces Butwal\",\"alias\":\"acces-butwal\",\"photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"display_order\":5,\"status\":1,\"created_at\":\"2023-07-24T18:59:31.000000Z\",\"updated_at\":\"2023-07-24T18:59:31.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"title\":\"Access Butwal\",\"updated_at\":\"2023-07-24 18:59:39\",\"updatedBy\":1}', '2023-07-24 13:14:39', '2023-07-24 13:14:39'), (NULL, 7, 1, 202307241859552271, 202307241859552271, 'App\\Models\\Branches', 3, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-24 13:14:55', '2023-07-24 13:14:55'), (NULL, 8, 1, 202307241900001201, 202307241900001201, 'App\\Models\\Branches', 2, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-24 13:15:00', '2023-07-24 13:15:00'), (NULL, 9, 1, 202307241900048819, 202307241900048819, 'App\\Models\\Branches', 1, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-24 13:15:04', '2023-07-24 13:15:04'), (NULL, 10, 1, 202307241900156061, 202307241900156061, 'App\\Models\\Branches', 6, 'create', NULL, '{\"title\":\"Access Putalisadak\",\"photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"alias\":\"access-putalisadak\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T19:00:15.000000Z\",\"created_at\":\"2023-07-24T19:00:15.000000Z\",\"branch_id\":6,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:15:15', '2023-07-24 13:15:15'), (NULL, 11, 1, 202307241900236946, 202307241900236946, 'App\\Models\\Branches', 7, 'create', NULL, '{\"title\":\"Access Kumaripati\",\"photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"alias\":\"access-kumaripati\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T19:00:23.000000Z\",\"created_at\":\"2023-07-24T19:00:23.000000Z\",\"branch_id\":7,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:15:23', '2023-07-24 13:15:23'), (NULL, 12, 1, 202307241900316714, 202307241900316714, 'App\\Models\\Branches', 8, 'create', NULL, '{\"title\":\"Access Biratnagar\",\"photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"alias\":\"access-biratnagar\",\"display_order\":\"8\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T19:00:31.000000Z\",\"created_at\":\"2023-07-24T19:00:31.000000Z\",\"branch_id\":8,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:15:31', '2023-07-24 13:15:31'), (NULL, 13, 1, 202307241901182441, 202307241901182441, 'App\\Models\\Branches', 9, 'create', NULL, '{\"title\":\"Access Baneshwor\",\"photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"alias\":\"access-baneshwor\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T19:01:18.000000Z\",\"created_at\":\"2023-07-24T19:01:18.000000Z\",\"branch_id\":9,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:16:18', '2023-07-24 13:16:18'), (NULL, 14, 1, 202307241902528012, 202307241902528012, 'App\\Models\\Countries', 1, 'create', NULL, '{\"title\":\"Study in Australia\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"alias\":\"study-in-australia\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T19:02:52.000000Z\",\"created_at\":\"2023-07-24T19:02:52.000000Z\",\"country_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:17:52', '2023-07-24 13:17:52'), (NULL, 15, 1, 202307241903019418, 202307241903019418, 'App\\Models\\Countries', 2, 'create', NULL, '{\"title\":\"Study in New Zealand\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"alias\":\"study-in-new-zealand\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T19:03:01.000000Z\",\"created_at\":\"2023-07-24T19:03:01.000000Z\",\"country_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:18:01', '2023-07-24 13:18:01'), (NULL, 16, 1, 202307241903084114, 202307241903084114, 'App\\Models\\Countries', 3, 'create', NULL, '{\"title\":\"Study in Canada\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"alias\":\"study-in-canada\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T19:03:08.000000Z\",\"created_at\":\"2023-07-24T19:03:08.000000Z\",\"country_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:18:08', '2023-07-24 13:18:08'), (NULL, 17, 1, 202307241903187277, 202307241903187277, 'App\\Models\\Countries', 4, 'create', NULL, '{\"title\":\"Study in UK\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"alias\":\"study-in-uk\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T19:03:18.000000Z\",\"created_at\":\"2023-07-24T19:03:18.000000Z\",\"country_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:18:18', '2023-07-24 13:18:18'), (NULL, 18, 1, 202307241903294811, 202307241903294811, 'App\\Models\\Countries', 5, 'create', NULL, '{\"title\":\"Study in Denmark\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"alias\":\"study-in-denmark\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T19:03:29.000000Z\",\"created_at\":\"2023-07-24T19:03:29.000000Z\",\"country_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:18:29', '2023-07-24 13:18:29'), (NULL, 19, 1, 202307241906232295, 202307241906232295, 'App\\Models\\Institutions', 1, 'create', NULL, '{\"countries_id\":\"4\",\"title\":\"University of Dundee\",\"email\":\"\",\"text\":\"\",\"logo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"university-of-dundee\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-24T19:06:23.000000Z\",\"created_at\":\"2023-07-24T19:06:23.000000Z\",\"institution_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 13:21:23', '2023-07-24 13:21:23'), (NULL, 20, 1, 202307250000066797, 202307250000066797, 'App\\Models\\Preparationclasses', 1, 'create', NULL, '{\"title\":\"IELTS Preparation Classes\",\"parent_preparationclass\":\"0\",\"details\":\"\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"ielts-preparation-classes\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:00:07.000000Z\",\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"preparationclass_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:15:07', '2023-07-24 18:15:07'), (NULL, 21, 1, 202307250000531298, 202307250000531298, 'App\\Models\\Preparationclasses', 2, 'create', NULL, '{\"title\":\"PTE Preparation Classes\",\"parent_preparationclass\":\"0\",\"details\":\"\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"pte-preparation-classes\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:00:53.000000Z\",\"created_at\":\"2023-07-25T00:00:53.000000Z\",\"preparationclass_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:15:53', '2023-07-24 18:15:53'), (NULL, 22, 1, 202307250001066666, 202307250001066666, 'App\\Models\\Preparationclasses', 3, 'create', NULL, '{\"title\":\"TOEFL Preparation Classes\",\"parent_preparationclass\":\"0\",\"details\":\"\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"toefl-preparation-classes\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:01:06.000000Z\",\"created_at\":\"2023-07-25T00:01:06.000000Z\",\"preparationclass_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:16:06', '2023-07-24 18:16:06'), (NULL, 23, 1, 202307250001214889, 202307250001214889, 'App\\Models\\Preparationclasses', 4, 'create', NULL, '{\"title\":\"Why IELTS at Access?\",\"parent_preparationclass\":\"0\",\"details\":\"\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"why-ielts-at-access\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:01:21.000000Z\",\"created_at\":\"2023-07-25T00:01:21.000000Z\",\"preparationclass_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:16:21', '2023-07-24 18:16:21'), (NULL, 24, 1, 202307250001378040, 202307250001378040, 'App\\Models\\Preparationclasses', 5, 'create', NULL, '{\"title\":\"Why PTE at Access?\",\"parent_preparationclass\":\"0\",\"details\":\"\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"why-pte-at-access\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:01:37.000000Z\",\"created_at\":\"2023-07-25T00:01:37.000000Z\",\"preparationclass_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:16:37', '2023-07-24 18:16:37'), (NULL, 25, 1, 202307250004388287, 202307250004388287, 'App\\Models\\Forms', 7, 'create', NULL, '{\"title\":\"IELTS\\/PTE Booking Form\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"text\":\"\",\"headers\":\"\",\"toemail\":\"\",\"fromemail\":\"\",\"emailsubject\":\"\",\"emailtext\":\"\",\"autoresponse\":\"\",\"responseheaders\":\"\",\"responsefrom\":\"\",\"responsesubject\":\"\",\"responsetext\":\"\",\"alias\":\"ielts-pte-booking-form\",\"display_order\":\"7\",\"form_fields\":\"[{\\\"fieldName\\\":\\\"Name\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"Email\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"Phone\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"City\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"Approx Date Range\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"daterangepicker\\\"},{\\\"fieldName\\\":\\\"Additional Remarks\\\",\\\"fieldType\\\":\\\"textarea\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"}]\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:04:38.000000Z\",\"created_at\":\"2023-07-25T00:04:38.000000Z\",\"form_id\":7,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:19:38', '2023-07-24 18:19:38'), (NULL, 26, 1, 202307250022575879, 202307250022575879, 'App\\Models\\Forms', 7, 'update', '{\"form_id\":7,\"title\":\"IELTS\\/PTE Booking Form\",\"alias\":\"ielts-pte-booking-form\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"form_fields\":\"[{\\\"fieldName\\\":\\\"Name\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"Email\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"Phone\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"City\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"Approx Date Range\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"daterangepicker\\\"},{\\\"fieldName\\\":\\\"Additional Remarks\\\",\\\"fieldType\\\":\\\"textarea\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"}]\",\"text\":\"\",\"headers\":\"\",\"toemail\":\"\",\"fromemail\":\"\",\"emailsubject\":\"\",\"emailtext\":\"\",\"autoresponse\":\"\",\"responseheaders\":\"\",\"responsefrom\":\"\",\"responsesubject\":\"\",\"responsetext\":\"\",\"display_order\":7,\"status\":1,\"created_at\":\"2023-07-25T00:04:38.000000Z\",\"updated_at\":\"2023-07-25T00:04:38.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"form_fields\":\"[{\\\"fieldName\\\":\\\"Booking For\\\",\\\"fieldAlias\\\":\\\"booking-for\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"Name\\\",\\\"fieldAlias\\\":\\\"name\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"Email\\\",\\\"fieldAlias\\\":\\\"email\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"Phone\\\",\\\"fieldAlias\\\":\\\"phone\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"City\\\",\\\"fieldAlias\\\":\\\"city\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"},{\\\"fieldName\\\":\\\"Approx Date Range\\\",\\\"fieldAlias\\\":\\\"approx-date-range\\\",\\\"fieldType\\\":\\\"text\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"daterangepicker\\\"},{\\\"fieldName\\\":\\\"Additional Remarks\\\",\\\"fieldAlias\\\":\\\"additional-remarks\\\",\\\"fieldType\\\":\\\"textarea\\\",\\\"fieldDefault\\\":\\\"\\\",\\\"fieldCss\\\":\\\"\\\"}]\",\"updated_at\":\"2023-07-25 00:22:57\",\"updatedBy\":1}', '2023-07-24 18:37:57', '2023-07-24 18:37:57'), (NULL, 27, 1, 202307250028028825, 202307250028028825, 'App\\Models\\Preparationclasses', 6, 'create', NULL, '{\"title\":\"Book IELTS\\/PTE Class\",\"parent_preparationclass\":\"0\",\"details\":\"

[form alias="ielts-pte-booking-form"]<\\/p>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"book-ielts-pte-class\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:28:02.000000Z\",\"created_at\":\"2023-07-25T00:28:02.000000Z\",\"preparationclass_id\":6,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:43:02', '2023-07-24 18:43:02'), (NULL, 28, 1, 202307250030404214, 202307250030404214, 'App\\Models\\Resourcetypes', 1, 'create', NULL, '{\"parent_resourcetype\":\"0\",\"title\":\"Article\",\"text\":\"\",\"cover_photo\":\"\",\"alias\":\"article\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:30:40.000000Z\",\"created_at\":\"2023-07-25T00:30:40.000000Z\",\"resourcetype_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:45:40', '2023-07-24 18:45:40'), (NULL, 29, 1, 202307250031221292, 202307250031221292, 'App\\Models\\Resourcetypes', 2, 'create', NULL, '{\"parent_resourcetype\":\"0\",\"title\":\"Documents\",\"text\":\"\",\"cover_photo\":\"\",\"alias\":\"documents\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:31:22.000000Z\",\"created_at\":\"2023-07-25T00:31:22.000000Z\",\"resourcetype_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:46:22', '2023-07-24 18:46:22'), (NULL, 30, 1, 202307250031308719, 202307250031308719, 'App\\Models\\Resourcetypes', 3, 'create', NULL, '{\"parent_resourcetype\":\"0\",\"title\":\"Video\",\"text\":\"\",\"cover_photo\":\"\",\"alias\":\"video\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:31:30.000000Z\",\"created_at\":\"2023-07-25T00:31:30.000000Z\",\"resourcetype_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:46:30', '2023-07-24 18:46:30'), (NULL, 31, 1, 202307250031399216, 202307250031399216, 'App\\Models\\Resourcetypes', 4, 'create', NULL, '{\"parent_resourcetype\":\"0\",\"title\":\"Images\",\"text\":\"\",\"cover_photo\":\"\",\"alias\":\"images\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:31:39.000000Z\",\"created_at\":\"2023-07-25T00:31:39.000000Z\",\"resourcetype_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:46:39', '2023-07-24 18:46:39'), (NULL, 32, 1, 202307250031525496, 202307250031525496, 'App\\Models\\Resourcetypes', 5, 'create', NULL, '{\"parent_resourcetype\":\"0\",\"title\":\"External Links\",\"text\":\"\",\"cover_photo\":\"\",\"alias\":\"external-links\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:31:52.000000Z\",\"created_at\":\"2023-07-25T00:31:52.000000Z\",\"resourcetype_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 18:46:52', '2023-07-24 18:46:52'), (NULL, 33, 1, 202307250059093767, 202307250059093767, 'App\\Models\\Resources', 1, 'create', NULL, '{\"resourcetypes_id\":\"3\",\"parent_resource\":\"0\",\"title\":\"Testimonial Video\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"testimonial-video\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T00:59:09.000000Z\",\"created_at\":\"2023-07-25T00:59:09.000000Z\",\"resource_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:14:09', '2023-07-24 19:14:09'), (NULL, 34, 1, 202307250102005429, 202307250102005429, 'App\\Models\\Resources', 2, 'create', NULL, '{\"resourcetypes_id\":\"1\",\"parent_resource\":\"0\",\"title\":\"Abroad Study Handbook\",\"text\":\"

Getting assured that all the relevant documents required to start the visa process have been collected, students should get notified about the necessary conditions for lodging visa applications as the visa requirements differ from country to country. Some basic documents essential for a visa are:<\\/p>\\r\\n\\r\\n

    \\r\\n\\t
  • Offer letter from the academic institution<\\/li>\\r\\n\\t
  • Approval of scholarship, if any<\\/li>\\r\\n\\t
  • Financial report and<\\/li>\\r\\n\\t
  • Health insurance certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n

    Students should duly check their passport and the validity for the entire duration of their stay and make sure that their passport is valid for at least 3 months longer than their visa<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"abroad-study-handbook\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:02:00.000000Z\",\"created_at\":\"2023-07-25T01:02:00.000000Z\",\"resource_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:17:00', '2023-07-24 19:17:00'), (NULL, 35, 1, 202307250102329065, 202307250102329065, 'App\\Models\\Resources', 3, 'create', NULL, '{\"resourcetypes_id\":\"1\",\"parent_resource\":\"0\",\"title\":\"Test Preparation Guide\",\"text\":\"

    Preparation for the test is a crucial job. Students should be determined and dedicated in due course of preparation for scoring high.<\\/p>\\r\\n\\r\\n

    The following points need to be acknowledged by students preparing for the test:<\\/p>\\r\\n\\r\\n

      \\r\\n\\t
    • Students should know all the sections of the test namely Reading, Writing, Listening and Speaking.<\\/li>\\r\\n\\t
    • Students should very well know the types of questions and the duration of time.<\\/li>\\r\\n\\t
    • Students should duly practice and thoroughly prepare every section of the test.<\\/li>\\r\\n\\t
    • Students appearing test should know the technical part associated with the writing.<\\/li>\\r\\n\\t
    • Students should make habit of listening to the English News, Speeches, Podcasts, Interviews etc.<\\/li>\\r\\n\\t
    • Students should make habit of reading English Newspapers, Magazines, Journals, Novels etc.<\\/li>\\r\\n\\t
    • Students should make habit of reading loud for improving their speaking proficiency. They should focus on pronunciations and intonations.<\\/li>\\r\\n\\t
    • The practice should be regularly done for standard maintenance.<\\/li>\\r\\n\\t
    • Interaction with fellow test-appearing students and instructors is crucial for optimized result.<\\/li>\\r\\n<\\/ul>\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"test-preparation-guide\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:02:32.000000Z\",\"created_at\":\"2023-07-25T01:02:32.000000Z\",\"resource_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:17:32', '2023-07-24 19:17:32'), (NULL, 36, 1, 202307250102527265, 202307250102527265, 'App\\Models\\Resources', 4, 'create', NULL, '{\"resourcetypes_id\":\"1\",\"parent_resource\":\"0\",\"title\":\"Mock Test Registration\",\"text\":\"

      Content coming soon!!!<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"mock-test-registration\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:02:52.000000Z\",\"created_at\":\"2023-07-25T01:02:52.000000Z\",\"resource_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:17:52', '2023-07-24 19:17:52'), (NULL, 37, 1, 202307250103098894, 202307250103098894, 'App\\Models\\Resources', 5, 'create', NULL, '{\"resourcetypes_id\":\"1\",\"parent_resource\":\"0\",\"title\":\"IELTS Available Date\",\"text\":\"

      Content coming soon!!!<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"ielts-available-date\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:03:09.000000Z\",\"created_at\":\"2023-07-25T01:03:09.000000Z\",\"resource_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:18:09', '2023-07-24 19:18:09'), (NULL, 38, 1, 202307250103362212, 202307250103362212, 'App\\Models\\Resources', 6, 'create', NULL, '{\"resourcetypes_id\":\"1\",\"parent_resource\":\"0\",\"title\":\"Post Departure Guide\",\"text\":\"

      Students flying abroad need to comfort their state of mind before departure. They must be well informed about the necessary factors they need to keep in mind after they land in the foreign land. A complete briefing regarding numerous issues becomes essential. The issues could be:<\\/p>\\r\\n\\r\\n

        \\r\\n\\t
      • Arrangement and assistance for the travel<\\/li>\\r\\n\\t
      • Guidelines for the accommodation procedure<\\/li>\\r\\n\\t
      • Guidelines necessary for taking local transport<\\/li>\\r\\n\\t
      • Info about travel and medical insurance<\\/li>\\r\\n\\t
      • Various academic and non-academic student activities<\\/li>\\r\\n\\t
      • Sociability procedure<\\/li>\\r\\n\\t
      • Other essentials<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n

        We   genuinely   make   the   students   equipped   with   all   necessary information and guidelines comforting them and making them feel free of anxiety when landing in the alien land. Our counselors provide all necessary information to the students regarding managing their pre- departure checklist and acquainting with post-departure arrangements.<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"post-departure-guide\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:03:36.000000Z\",\"created_at\":\"2023-07-25T01:03:36.000000Z\",\"resource_id\":6,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:18:36', '2023-07-24 19:18:36'), (NULL, 39, 1, 202307250104108572, 202307250104108572, 'App\\Models\\Resources', 7, 'create', NULL, '{\"resourcetypes_id\":\"1\",\"parent_resource\":\"0\",\"title\":\"SOP Sample Format\",\"text\":\"

        A simple SOP format will help you string together various pieces of information in a steady flow. It is divided into different paragraphs for better understanding.<\\/p>\\r\\n\\r\\n

        Introduction:<\\/strong><\\/p>\\r\\n\\r\\n

          \\r\\n\\t
        • Mention your full name and date of birth. <\\/li>\\r\\n\\t
        • Include your city of residence. <\\/li>\\r\\n\\t
        • Mention the name of your chosen university.<\\/li>\\r\\n\\t
        • State your motive of writing this SOP.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n

          Educational Background:<\\/strong><\\/p>\\r\\n\\r\\n

            \\r\\n\\t
          •  Mention about your academic qualifications.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n

            I completed my SEE from (name of the board) in (year of completion). My aggregate score in SEE was -<\\/p>\\r\\n\\r\\n

            I then completed my Higher Secondary education from (name of the board) in (year of completion). My aggregate score in HSC was - Thereafter, I enrolled in (name of the degree) in (year). I successfully completed my graduation in (year of completion) from (name of the university) with an aggregate score of ---.<\\/p>\\r\\n\\r\\n

            For Post graduation, if applicable: Thereafter, I enrolled in (name of the degree) in (year). I successfully completed my graduation in (year of completion) from (name of the university) with an aggregate score of ---.<\\/p>\\r\\n\\r\\n

            Work Experience Details:<\\/strong><\\/p>\\r\\n\\r\\n

              \\r\\n\\t
            • Mention about any trainings or job experiences relevant to your course of study.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n

              I started my career with (name of the organization). My designation was (title) and. I worked here from (year that you started) to (final date of work)<\\/p>\\r\\n\\r\\n

              Reasons for choosing not to study in Nepal:<\\/strong><\\/p>\\r\\n\\r\\n

                \\r\\n\\t
              •     If your program is offered in your country, why don’t you want to study it there? Explain<\\/li>\\r\\n\\t
              •     Mention what makes Australia's education system different from your country, and how would that benefit you?   Explain about challenges you may endure in getting admitted to good Nepalese institutions<\\/li>\\r\\n\\t
              •     Demonstrate a reasonable level of research on the availability of courses in your home country.
                \\r\\n\\t <\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n

                Reasons for choosing the particular course:<\\/strong><\\/p>\\r\\n\\r\\n

                  \\r\\n\\t
                •     Include how the program you've chosen relates to your prior studies. If there is no association, explain why you've decided to switch your discipline and career<\\/li>\\r\\n\\t
                •     What aspects of the program structure do you find appealing?<\\/li>\\r\\n\\t
                •     What are the merits of this program for your long run? Explain how this training can help you advance your career possibilities in your home country or in other international locations where you may find employment opportunities.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n

                  Educational Objectives and career outcomes:<\\/strong>
                  \\r\\nWhat educational objective do you have which is influencing you to choose this very course and after completing the course, what career outcomes and skills would you gain? Elaborate.
                  \\r\\n <\\/p>\\r\\n\\r\\n

                  Reasons for choosing Australia as your study destination:<\\/strong><\\/p>\\r\\n\\r\\n

                    \\r\\n\\t
                  •     Despite the fact that there are various other countries to consider, what made you decide to study in Australia? What are the advantages of studying in Australia for your future?<\\/li>\\r\\n\\t
                  •     How investing in an Australian degree will help you improve your position in your country?<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n

                    Reasons of choosing the university:<\\/strong>
                    \\r\\nMake comparison between your chosen university with other universities in Australia intern rankings, facilities, scholarships, etc.<\\/p>\\r\\n\\r\\n

                    Details of the university:<\\/strong>
                    \\r\\nDetails of campuses and reasons for choosing your intended campus where the course is being offered International Ranking
                    \\r\\nFacilities provided by the university.<\\/p>\\r\\n\\r\\n

                    Future plans and job prospects after completion of the course:<\\/strong><\\/p>\\r\\n\\r\\n

                      \\r\\n\\t
                    • Which companies do you expect to work with after completion of your studies? Which designations do you expect to work at after completion of your studies?<\\/li>\\r\\n\\t
                    • How much do you expect your salary to be after you complete your degree in Australia? Why is studying in Australia a good investment for your future?<\\/li>\\r\\n\\t
                    •  Provide detailed or convincing proof that the applicant would obtain the desired employment chances and salary level based on the current and expected educational backgrounds of people in similar jobs.<\\/li>\\r\\n\\t
                    • Demonstrate a clear and meaningful improvement as a result of the planned study that outweighs the high time and financial investment required.
                      \\r\\n\\t <\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n

                      Conclusion:<\\/strong>
                      \\r\\nI thank (name of the university) for considering me for the (program) and I am eagerly looking forward to commencing my studies in Australia and make the most of this opportunity.<\\/p>\\r\\n\\r\\n

                      Sincerely,
                      \\r\\n(Your Full name.)
                      \\r\\nPassport no.<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"sop-sample-format\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:04:10.000000Z\",\"created_at\":\"2023-07-25T01:04:10.000000Z\",\"resource_id\":7,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:19:10', '2023-07-24 19:19:10'), (NULL, 40, 1, 202307250104391633, 202307250104391633, 'App\\Models\\Resources', 8, 'create', NULL, '{\"resourcetypes_id\":\"1\",\"parent_resource\":\"0\",\"title\":\"Documentation Guidance\",\"text\":\"

                      Access envisions to create the condition to have easy access of the students to us. The students remain in the dilemma of sorting out the best place to offer appropriate and needful guidance regarding the necessary documents and documentation. We have an experienced team to offer such guidance to the students. Document preparation is a vital and tiresome part for any student. Lack of effective counseling in the due process may lead to failure. As such we prioritize the effective deliverance of resulting guidance for documentation.<\\/p>\\r\\n\\r\\n

                      We guide students regarding the following issues associated with document preparation.<\\/p>\\r\\n\\r\\n

                        \\r\\n\\t
                      • Different types of documents required for lodging applications.<\\/li>\\r\\n\\t
                      • The authorities issuing the specific documents.<\\/li>\\r\\n\\t
                      • Technical part associated with the preparation of documents.<\\/li>\\r\\n<\\/ul>\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"documentation-guidance\",\"display_order\":\"8\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:04:39.000000Z\",\"created_at\":\"2023-07-25T01:04:39.000000Z\",\"resource_id\":8,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:19:39', '2023-07-24 19:19:39'), (NULL, 41, 1, 202307250105178672, 202307250105178672, 'App\\Models\\Articles', 1, 'create', NULL, '{\"parent_article\":\"0\",\"title\":\"Company Profile\",\"text\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"company-profile\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:05:17.000000Z\",\"created_at\":\"2023-07-25T01:05:17.000000Z\",\"article_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:20:17', '2023-07-24 19:20:17'), (NULL, 42, 1, 202307250106047278, 202307250106047278, 'App\\Models\\Articles', 2, 'create', NULL, '{\"parent_article\":\"1\",\"title\":\"How we started ?\",\"text\":\"

                        Access Education Network (AEN) is a leading educational consultation service providing organization. It is brought into operation in Nepal by formal registration. It has initiated its service with a motive of rendering educational consultation service to the students willing to pursue quality education that would be acknowledged by the world.  
                        \\r\\nThe desire of students always remains high. They always intend to achieve the utmost in the field they indulge in. Their intention to kiss the apex of success is evident. For this they need to get acquainted with the policy and rules regarding the provision of visa to international students which keeps on changing. Getting the updated information regarding the changes may be tiresome and difficult. In such a scenario, we have stepped forward to render such service to the students in order to ease their path and submit the application to the educational institution of their interest. We have stepped forward to help them complete the necessary criteria required for getting admitted into the dream institution. This organization is a group of experienced and responsible individuals who wish to present themselves as the ones capable of providing a complete solution to the problems of the students as far as the achievement of their dream is concerned. <\\/p>\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"how-we-started\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:06:04.000000Z\",\"created_at\":\"2023-07-25T01:06:04.000000Z\",\"article_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:21:04', '2023-07-24 19:21:04'), (NULL, 43, 1, 202307250106342767, 202307250106342767, 'App\\Models\\Articles', 3, 'create', NULL, '{\"parent_article\":\"1\",\"title\":\"Mission Vision\",\"text\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"mission-vision\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:06:34.000000Z\",\"created_at\":\"2023-07-25T01:06:34.000000Z\",\"article_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:21:34', '2023-07-24 19:21:34'), (NULL, 44, 1, 202307250106542891, 202307250106542891, 'App\\Models\\Articles', 4, 'create', NULL, '{\"parent_article\":\"3\",\"title\":\"Our Mission\",\"text\":\"

                        Access is a prominent institution delivering service in the sector of education consultation. It is a prime entity which is committed to keep its good name in the Nepalese community. We are committed to present ourselves in a responsible and accountable manner while rendering service to the students. We are motivated to provide appropriate solutions to the problems of the students regarding the selection of institutions and provide right assistance for documentation and visa application submission. There exist numerous issues that create anxiety in the students while application processing. Access stands strong and bold for resolving such problems for the students. We are on a pious mission of keeping the name of the consultancy and extending it far and wide. We are carefully executing the services to put ourselves as the epitome of success and reliability.<\\/p>\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"our-mission\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:06:54.000000Z\",\"created_at\":\"2023-07-25T01:06:54.000000Z\",\"article_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:21:54', '2023-07-24 19:21:54'), (NULL, 45, 1, 202307250107136458, 202307250107136458, 'App\\Models\\Articles', 5, 'create', NULL, '{\"parent_article\":\"3\",\"title\":\"Our Vision\",\"text\":\"

                        Access, an ambitious institution for career counseling, has a prominent vision of rendering quality service to the students for admitting them in the University of their Desire. We have set a visionary goal of making us count as the incomparable institution in the field of consultation service-providing and career counseling.<\\/p>\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"our-vision\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:07:13.000000Z\",\"created_at\":\"2023-07-25T01:07:13.000000Z\",\"article_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:22:13', '2023-07-24 19:22:13'), (NULL, 46, 1, 202307250107295827, 202307250107295827, 'App\\Models\\Articles', 6, 'create', NULL, '{\"parent_article\":\"1\",\"title\":\"Organization Structure\",\"text\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"organization-structure\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:07:29.000000Z\",\"created_at\":\"2023-07-25T01:07:29.000000Z\",\"article_id\":6,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:22:29', '2023-07-24 19:22:29'), (NULL, 47, 1, 202307250109109138, 202307250109109138, 'App\\Models\\Articles', 7, 'create', NULL, '{\"parent_article\":\"1\",\"title\":\"Message From MD\",\"text\":\"

                        \\\"\\\"Education is essential for the continuation of a person's growth. In this highly competitive educational scenario it is important to keep abreast. With higher education you don’t just keep abreast, you move ahead. Your choice of education will shape your future. Education is the building block of human experience. It is not just an integral part of your professional life but greatly influences your overall personality. Our three- fold mission is that of “Mentoring” the youth of this country to dream “Motivating” them towards greater hopes and aspiration and “Guiding” them on the right track to realize those ambitions. We at Access Education are with you every step of the way to make the best choices to enhance your inherent talents.<\\/p>\\r\\n\\r\\n

                        Puspa Raj<\\/p>\\r\\n\\r\\n

                        MD, Access Education Network<\\/p>\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"message-from-md\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:09:10.000000Z\",\"created_at\":\"2023-07-25T01:09:10.000000Z\",\"article_id\":7,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:24:10', '2023-07-24 19:24:10'), (NULL, 48, 1, 202307250109318402, 202307250109318402, 'App\\Models\\Articles', 8, 'create', NULL, '{\"parent_article\":\"1\",\"title\":\"Our Team\",\"text\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"our-team\",\"display_order\":\"8\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:09:31.000000Z\",\"created_at\":\"2023-07-25T01:09:31.000000Z\",\"article_id\":8,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:24:31', '2023-07-24 19:24:31'), (NULL, 49, 1, 202307250113058848, 202307250113058848, 'App\\Models\\Services', 1, 'create', NULL, '{\"parent_service\":\"0\",\"title\":\"Study Abroad Counselling\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"study-abroad-counselling\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:13:05.000000Z\",\"created_at\":\"2023-07-25T01:13:05.000000Z\",\"service_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:28:05', '2023-07-24 19:28:05'), (NULL, 50, 1, 202307250113142181, 202307250113142181, 'App\\Models\\Services', 2, 'create', NULL, '{\"parent_service\":\"0\",\"title\":\"Test Preparation Classes\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"test-preparation-classes\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:13:14.000000Z\",\"created_at\":\"2023-07-25T01:13:14.000000Z\",\"service_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:28:14', '2023-07-24 19:28:14'), (NULL, 51, 1, 202307250113247605, 202307250113247605, 'App\\Models\\Services', 3, 'create', NULL, '{\"parent_service\":\"0\",\"title\":\"Mock Test Classes\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"mock-test-classes\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:13:24.000000Z\",\"created_at\":\"2023-07-25T01:13:24.000000Z\",\"service_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:28:24', '2023-07-24 19:28:24'), (NULL, 52, 1, 202307250113376145, 202307250113376145, 'App\\Models\\Services', 4, 'create', NULL, '{\"parent_service\":\"0\",\"title\":\"Documentation Support\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"documentation-support\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:13:37.000000Z\",\"created_at\":\"2023-07-25T01:13:37.000000Z\",\"service_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:28:37', '2023-07-24 19:28:37'), (NULL, 53, 1, 202307250113458935, 202307250113458935, 'App\\Models\\Services', 5, 'create', NULL, '{\"parent_service\":\"0\",\"title\":\"Career Counselling\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"career-counselling\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:13:45.000000Z\",\"created_at\":\"2023-07-25T01:13:45.000000Z\",\"service_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:28:45', '2023-07-24 19:28:45'), (NULL, 54, 1, 202307250113563496, 202307250113563496, 'App\\Models\\Services', 6, 'create', NULL, '{\"parent_service\":\"0\",\"title\":\"Visa Guidance\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"visa-guidance\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:13:56.000000Z\",\"created_at\":\"2023-07-25T01:13:56.000000Z\",\"service_id\":6,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:28:56', '2023-07-24 19:28:56'), (NULL, 55, 1, 202307250114057295, 202307250114057295, 'App\\Models\\Services', 7, 'create', NULL, '{\"parent_service\":\"0\",\"title\":\"Interview Preparation\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"interview-preparation\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:14:05.000000Z\",\"created_at\":\"2023-07-25T01:14:05.000000Z\",\"service_id\":7,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:29:05', '2023-07-24 19:29:05'), (NULL, 56, 1, 202307250114325668, 202307250114325668, 'App\\Models\\Services', 8, 'create', NULL, '{\"parent_service\":\"0\",\"title\":\"SOP Writing Training\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"sop-writing-training\",\"display_order\":\"8\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:14:32.000000Z\",\"created_at\":\"2023-07-25T01:14:32.000000Z\",\"service_id\":8,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:29:32', '2023-07-24 19:29:32'); INSERT INTO `tbl_operation_logs` (`refNo`, `operation_id`, `user_id`, `operation_start_no`, `operation_end_no`, `model_name`, `model_id`, `operation_name`, `previous_values`, `new_values`, `created_at`, `updated_at`) VALUES (NULL, 57, 1, 202307250114499501, 202307250114499501, 'App\\Models\\Services', 9, 'create', NULL, '{\"parent_service\":\"0\",\"title\":\"Scholarship Assistance\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"scholarship-assistance\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:14:49.000000Z\",\"created_at\":\"2023-07-25T01:14:49.000000Z\",\"service_id\":9,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:29:49', '2023-07-24 19:29:49'), (NULL, 58, 1, 202307250119139574, 202307250119139574, 'App\\Models\\Brancharticles', 1, 'create', NULL, '{\"branches_id\":\"9\",\"parent_article\":\"0\",\"title\":\"Introduction\",\"text\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"introduction\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:19:13.000000Z\",\"created_at\":\"2023-07-25T01:19:13.000000Z\",\"article_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:34:13', '2023-07-24 19:34:13'), (NULL, 59, 1, 202307250119307776, 202307250119307776, 'App\\Models\\Brancharticles', 2, 'create', NULL, '{\"branches_id\":\"9\",\"parent_article\":\"0\",\"title\":\"Team Structure\",\"text\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"team-structure\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:19:30.000000Z\",\"created_at\":\"2023-07-25T01:19:30.000000Z\",\"article_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:34:30', '2023-07-24 19:34:30'), (NULL, 60, 1, 202307250119526237, 202307250119526237, 'App\\Models\\Brancharticles', 3, 'create', NULL, '{\"branches_id\":\"9\",\"parent_article\":\"0\",\"title\":\"Success Stories\",\"text\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"success-stories\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:19:52.000000Z\",\"created_at\":\"2023-07-25T01:19:52.000000Z\",\"article_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:34:52', '2023-07-24 19:34:52'), (NULL, 61, 1, 202307250120166779, 202307250120166779, 'App\\Models\\Brancharticles', 4, 'create', NULL, '{\"branches_id\":\"9\",\"parent_article\":\"3\",\"title\":\"Student 1 Success\",\"text\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"student-1-success\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:20:16.000000Z\",\"created_at\":\"2023-07-25T01:20:16.000000Z\",\"article_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:35:16', '2023-07-24 19:35:16'), (NULL, 62, 1, 202307250120392611, 202307250120392611, 'App\\Models\\Brancharticles', 5, 'create', NULL, '{\"branches_id\":\"9\",\"parent_article\":\"3\",\"title\":\"Student 2 Success\",\"text\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"student-2-success\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:20:39.000000Z\",\"created_at\":\"2023-07-25T01:20:39.000000Z\",\"article_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:35:39', '2023-07-24 19:35:39'), (NULL, 63, 1, 202307250120519027, 202307250120519027, 'App\\Models\\Brancharticles', 6, 'create', NULL, '{\"branches_id\":\"9\",\"parent_article\":\"0\",\"title\":\"Student 3 Success\",\"text\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"student-3-success\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T01:20:51.000000Z\",\"created_at\":\"2023-07-25T01:20:51.000000Z\",\"article_id\":6,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 19:35:51', '2023-07-24 19:35:51'), (NULL, 64, 1, 202307250121024123, 202307250121024123, 'App\\Models\\Brancharticles', 6, 'update', '{\"article_id\":6,\"branches_id\":9,\"parent_article\":0,\"title\":\"Student 3 Success\",\"alias\":\"student-3-success\",\"text\":\"\",\"cover_photo\":\"\",\"display_order\":6,\"status\":1,\"created_at\":\"2023-07-25T01:20:51.000000Z\",\"updated_at\":\"2023-07-25T01:20:51.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"parent_article\":\"3\",\"updated_at\":\"2023-07-25 01:21:02\",\"updatedBy\":1}', '2023-07-24 19:36:02', '2023-07-24 19:36:02'), (NULL, 65, 1, 202307250221522124, 202307250221522124, 'App\\Models\\Popups', 1, 'create', NULL, '{\"title\":\"Test\",\"text\":\"

                        TEst<\\/p>\",\"photo\":\"\",\"alias\":\"test\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-25T02:21:52.000000Z\",\"created_at\":\"2023-07-25T02:21:52.000000Z\",\"popup_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-24 20:36:52', '2023-07-24 20:36:52'), (NULL, 66, 1, 202307250226366770, 202307250226366770, 'App\\Models\\Popups', 1, 'update', '{\"popup_id\":1,\"title\":\"Test\",\"alias\":\"test\",\"text\":\"

                        TEst<\\/p>\",\"photo\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T02:21:52.000000Z\",\"updated_at\":\"2023-07-25T02:21:52.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"status\":0,\"updated_at\":\"2023-07-25 02:26:36\",\"updatedBy\":1}', '2023-07-24 20:41:36', '2023-07-24 20:41:36'), (NULL, 67, 1, 202307250231563747, 202307250231563747, 'App\\Models\\Popups', 1, 'update', '{\"popup_id\":1,\"title\":\"Test\",\"alias\":\"test\",\"text\":\"

                        TEst<\\/p>\",\"photo\":\"\",\"display_order\":1,\"status\":0,\"created_at\":\"2023-07-25T02:21:52.000000Z\",\"updated_at\":\"2023-07-25T02:26:36.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"Inactive<\\/span>\"}', '{\"status\":1,\"updated_at\":\"2023-07-25 02:31:56\",\"updatedBy\":1}', '2023-07-24 20:46:56', '2023-07-24 20:46:56'), (NULL, 68, 1, 202307250232323590, 202307250232323590, 'App\\Models\\Popups', 1, 'update', '{\"popup_id\":1,\"title\":\"Test\",\"alias\":\"test\",\"text\":\"

                        TEst<\\/p>\",\"photo\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T02:21:52.000000Z\",\"updated_at\":\"2023-07-25T02:31:56.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"status\":0,\"updated_at\":\"2023-07-25 02:32:32\",\"updatedBy\":1}', '2023-07-24 20:47:32', '2023-07-24 20:47:32'), (NULL, 69, 1, 202307250241259586, 202307250241259586, 'App\\Models\\Popups', 1, 'update', '{\"popup_id\":1,\"title\":\"Test\",\"alias\":\"test\",\"text\":\"

                        TEst<\\/p>\",\"photo\":\"\",\"display_order\":1,\"status\":0,\"created_at\":\"2023-07-25T02:21:52.000000Z\",\"updated_at\":\"2023-07-25T02:32:32.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"Inactive<\\/span>\"}', '{\"status\":1,\"updated_at\":\"2023-07-25 02:41:25\",\"updatedBy\":1}', '2023-07-24 20:56:25', '2023-07-24 20:56:25'), (NULL, 70, 1, 202307250242559387, 202307250242559387, 'App\\Models\\Popups', 1, 'update', '{\"popup_id\":1,\"title\":\"Test\",\"alias\":\"test\",\"text\":\"

                        TEst<\\/p>\",\"photo\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T02:21:52.000000Z\",\"updated_at\":\"2023-07-25T02:41:25.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"status\":0,\"updated_at\":\"2023-07-25 02:42:55\",\"updatedBy\":1}', '2023-07-24 20:57:55', '2023-07-24 20:57:55'), (NULL, 71, 1, 202307250243587929, 202307250243587929, 'App\\Models\\Popups', 1, 'update', '{\"popup_id\":1,\"title\":\"Test\",\"alias\":\"test\",\"text\":\"

                        TEst<\\/p>\",\"photo\":\"\",\"display_order\":1,\"status\":0,\"created_at\":\"2023-07-25T02:21:52.000000Z\",\"updated_at\":\"2023-07-25T02:42:55.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"Inactive<\\/span>\"}', '{\"status\":1,\"updated_at\":\"2023-07-25 02:43:58\",\"updatedBy\":1}', '2023-07-24 20:58:58', '2023-07-24 20:58:58'), (NULL, 72, 1, 202307250244047386, 202307250244047386, 'App\\Models\\Popups', 1, 'update', '{\"popup_id\":1,\"title\":\"Test\",\"alias\":\"test\",\"text\":\"

                        TEst<\\/p>\",\"photo\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T02:21:52.000000Z\",\"updated_at\":\"2023-07-25T02:43:58.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"status\":0,\"updated_at\":\"2023-07-25 02:44:04\",\"updatedBy\":1}', '2023-07-24 20:59:04', '2023-07-24 20:59:04'), (NULL, 73, 1, 202307260017027261, 202307260017027261, 'App\\Models\\Teams', 1, 'update', '{\"team_id\":1,\"branches_id\":0,\"title\":\"Prajwal Adhikari\",\"alias\":\"prajwal-adhikari\",\"photo\":\"\",\"thumb\":\"storage\\/files\\/1\\/Logo.png\",\"designation\":\"Managing Director\",\"role\":\"\",\"description\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-21T02:00:50.000000Z\",\"updated_at\":\"2023-07-21T02:00:50.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"thumb\":\"storage\\/files\\/1\\/Logo-Bibhuti-Consultancy-CMS.png\",\"updated_at\":\"2023-07-26 00:17:02\",\"updatedBy\":1}', '2023-07-25 18:32:02', '2023-07-25 18:32:02'), (NULL, 74, 1, 202307260119518188, 202307260119518188, 'App\\Models\\Shortcodes', 5, 'create', NULL, '{\"title\":\"CTA Block\",\"text\":\"

                        [cta title="" text="" button="" link=""]<\\/p>\",\"description\":\"\",\"alias\":\"cta-block\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-26T01:19:51.000000Z\",\"created_at\":\"2023-07-26T01:19:51.000000Z\",\"shortcode_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-25 19:34:51', '2023-07-25 19:34:51'), (NULL, 75, 1, 202307260132182289, 202307260132182289, 'App\\Models\\Customfields', 1, 'create', NULL, '{\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Willing to Study Abroad?\",\"text\":\"

                        We have the list of top destinations to select from.<\\/p>\",\"link\":\"\\/studyabroad\",\"fa_icon\":\"icon featured icon-people\",\"logo\":\"\",\"alias\":\"willing-to-study-abroad\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-26T01:32:18.000000Z\",\"created_at\":\"2023-07-26T01:32:18.000000Z\",\"customfield_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-25 19:47:18', '2023-07-25 19:47:18'), (NULL, 76, 1, 202307260150075897, 202307260150075897, 'App\\Models\\Customfields', 2, 'create', NULL, '{\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Achieve your Dream!\",\"text\":\"

                        We will help you get a step closer toward your dream.<\\/p>\",\"link\":\"\\/success-stories\",\"fa_icon\":\"\",\"logo\":\"\",\"alias\":\"achieve-your-dream\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-26T01:50:07.000000Z\",\"created_at\":\"2023-07-26T01:50:07.000000Z\",\"customfield_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-25 20:05:07', '2023-07-25 20:05:07'), (NULL, 77, 1, 202307260217205264, 202307260217205264, 'App\\Models\\Customfields', 3, 'create', NULL, '{\"customfield_for\":\"Our Services\",\"customfield_forref\":\"\",\"title\":\"WE HELP STUDENTS IN MANY WAYS !!\",\"text\":\"

                        We help all the students who wish to Study Abroad in the reputed Universities. We make it possible for the students who are searching for respectful academic career.<\\/p>\\r\\n\\r\\n

                        So, without worrying, you can get hassle free and complete assistance from us through our experienced team of professionals.<\\/p>\",\"link\":\"\\/services\",\"fa_icon\":\"\",\"logo\":\"\",\"alias\":\"we-help-students-in-many-ways\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-26T02:17:20.000000Z\",\"created_at\":\"2023-07-26T02:17:20.000000Z\",\"customfield_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-25 20:32:20', '2023-07-25 20:32:20'), (NULL, 78, 1, 202307260217522206, 202307260217522206, 'App\\Models\\Customfields', 2, 'update', '{\"customfield_id\":2,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Achieve your Dream!\",\"alias\":\"achieve-your-dream\",\"text\":\"

                        We will help you get a step closer toward your dream.<\\/p>\",\"link\":\"\\/success-stories\",\"fa_icon\":\"\",\"logo\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-26T01:50:07.000000Z\",\"updated_at\":\"2023-07-26T01:50:07.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"fa_icon\":\"icon featured icon-pie-chart\",\"updated_at\":\"2023-07-26 02:17:52\",\"updatedBy\":1}', '2023-07-25 20:32:52', '2023-07-25 20:32:52'), (NULL, 79, 1, 202307260218408253, 202307260218408253, 'App\\Models\\Customfields', 4, 'create', NULL, '{\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Offered Services\",\"text\":\"

                        We assure you the best services in the town.<\\/p>\",\"link\":\"\\/services\",\"fa_icon\":\"icon featured icon-speedometer\",\"logo\":\"\",\"alias\":\"offered-services\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-26T02:18:40.000000Z\",\"created_at\":\"2023-07-26T02:18:40.000000Z\",\"customfield_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-25 20:33:40', '2023-07-25 20:33:40'), (NULL, 80, 1, 202307260219531439, 202307260219531439, 'App\\Models\\Customfields', 5, 'create', NULL, '{\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Career Counselling\",\"text\":\"

                        We help the students to find what is best for their career to them who are in the state of dilemma and are confused in selecting courses as per their academics and career goal.<\\/p>\",\"link\":\"\",\"fa_icon\":\"\",\"logo\":\"storage\\/files\\/1\\/career-counselling.jpg\",\"alias\":\"career-counselling\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-26T02:19:53.000000Z\",\"created_at\":\"2023-07-26T02:19:53.000000Z\",\"customfield_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-25 20:34:53', '2023-07-25 20:34:53'), (NULL, 81, 1, 202307260220342803, 202307260220342803, 'App\\Models\\Customfields', 6, 'create', NULL, '{\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"University Selection\",\"text\":\"

                        With Access Education Network we can bring the information of the Universities worldwide in a single place so that the students are able to reach them as per their course desire.<\\/p>\",\"link\":\"\",\"fa_icon\":\"\",\"logo\":\"storage\\/files\\/1\\/university-selection.jpg\",\"alias\":\"university-selection\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-26T02:20:34.000000Z\",\"created_at\":\"2023-07-26T02:20:34.000000Z\",\"customfield_id\":6,\"status_name\":\" Active <\\/span>\"}', '2023-07-25 20:35:34', '2023-07-25 20:35:34'), (NULL, 82, 1, 202307261631557763, 202307261631557763, 'App\\Models\\Countries', 2, 'update', '{\"country_id\":2,\"title\":\"Study in New Zealand\",\"alias\":\"study-in-new-zealand\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-24T19:03:01.000000Z\",\"updated_at\":\"2023-07-24T19:03:40.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"cover_photo\":\"storage\\/files\\/1\\/places-of-attraction-nz.jpg\",\"image_thumb\":\"storage\\/files\\/1\\/new.jpg\",\"updated_at\":\"2023-07-26 16:31:55\",\"updatedBy\":1}', '2023-07-26 10:46:55', '2023-07-26 10:46:55'), (NULL, 83, 1, 202307261633412132, 202307261633412132, 'App\\Models\\Countries', 4, 'update', '{\"country_id\":4,\"title\":\"Study in UK\",\"alias\":\"study-in-uk\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-24T19:03:18.000000Z\",\"updated_at\":\"2023-07-24T19:03:40.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"cover_photo\":\"storage\\/files\\/1\\/study-uk.jpg\",\"image_thumb\":\"storage\\/files\\/1\\/uk.jpg\",\"updated_at\":\"2023-07-26 16:33:41\",\"updatedBy\":1}', '2023-07-26 10:48:41', '2023-07-26 10:48:41'), (NULL, 84, 1, 202307261634079908, 202307261634079908, 'App\\Models\\Countries', 3, 'update', '{\"country_id\":3,\"title\":\"Study in Canada\",\"alias\":\"study-in-canada\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-24T19:03:08.000000Z\",\"updated_at\":\"2023-07-24T19:03:47.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"cover_photo\":\"storage\\/files\\/1\\/places-of-attraction-canada.jpg\",\"image_thumb\":\"storage\\/files\\/1\\/can.jpg\",\"updated_at\":\"2023-07-26 16:34:07\",\"updatedBy\":1}', '2023-07-26 10:49:07', '2023-07-26 10:49:07'), (NULL, 85, 1, 202307261634371986, 202307261634371986, 'App\\Models\\Countries', 1, 'update', '{\"country_id\":1,\"title\":\"Study in Australia\",\"alias\":\"study-in-australia\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-24T19:02:52.000000Z\",\"updated_at\":\"2023-07-24T19:03:47.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"cover_photo\":\"storage\\/files\\/1\\/facts-about-australia-header.jpg\",\"image_thumb\":\"storage\\/files\\/1\\/aus.jpg\",\"updated_at\":\"2023-07-26 16:34:37\",\"updatedBy\":1}', '2023-07-26 10:49:37', '2023-07-26 10:49:37'), (NULL, 86, 1, 202307261634462422, 202307261634462422, 'App\\Models\\Countries', 5, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-26 10:49:46', '2023-07-26 10:49:46'), (NULL, 87, 1, 202307271607453369, 202307271607453369, 'App\\Models\\Testimonials', 1, 'create', NULL, '{\"branches_id\":\"6\",\"for\":\"study-in-australia\",\"ref\":\"0\",\"by\":\"Registered Nurse, ADHB, NZ\",\"image\":\"storage\\/files\\/1\\/tsti-3.jpg\",\"cover\":\"\",\"text\":\"

                        Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors<\\/p>\",\"remarks\":\"\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"alias\":\"\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-27T16:07:45.000000Z\",\"created_at\":\"2023-07-27T16:07:45.000000Z\",\"testimonial_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 10:22:45', '2023-07-27 10:22:45'), (NULL, 88, 1, 202307280006554978, 202307280006554978, 'App\\Models\\Popups', 1, 'update', '{\"popup_id\":1,\"title\":\"Test\",\"alias\":\"test\",\"text\":\"

                        TEst<\\/p>\",\"photo\":\"\",\"display_order\":1,\"status\":0,\"created_at\":\"2023-07-25T02:21:52.000000Z\",\"updated_at\":\"2023-07-25T02:44:04.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"Inactive<\\/span>\"}', '{\"title\":\"Access Steps\",\"text\":\"\",\"photo\":\"storage\\/files\\/1\\/Steps.png\",\"updated_at\":\"2023-07-28 00:06:55\",\"updatedBy\":1}', '2023-07-27 18:21:55', '2023-07-27 18:21:55'), (NULL, 89, 1, 202307280028393490, 202307280028393490, 'App\\Models\\Countries', 2, 'update', '{\"country_id\":2,\"title\":\"Study in New Zealand\",\"alias\":\"study-in-new-zealand\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"storage\\/files\\/1\\/places-of-attraction-nz.jpg\",\"image_thumb\":\"storage\\/files\\/1\\/new.jpg\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-24T19:03:01.000000Z\",\"updated_at\":\"2023-07-26T16:31:55.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"text\":\"

                        The New Zealand government has strong quality assurance systems to ensure high-quality education at all levels of the education system, both public and private.<\\/p>\",\"cover_photo\":\"storage\\/files\\/1\\/study-nz.jpg\",\"updated_at\":\"2023-07-28 00:28:39\",\"updatedBy\":1}', '2023-07-27 18:43:39', '2023-07-27 18:43:39'), (NULL, 90, 1, 202307280035368496, 202307280035368496, 'App\\Models\\Countries', 2, 'update', '{\"country_id\":2,\"title\":\"Study in New Zealand\",\"alias\":\"study-in-new-zealand\",\"text\":\"

                        The New Zealand government has strong quality assurance systems to ensure high-quality education at all levels of the education system, both public and private.<\\/p>\",\"details\":\"\",\"cover_photo\":\"storage\\/files\\/1\\/study-nz.jpg\",\"image_thumb\":\"storage\\/files\\/1\\/new.jpg\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-24T19:03:01.000000Z\",\"updated_at\":\"2023-07-28T00:28:39.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"details\":\"

                        The New Zealand government has strong quality assurance systems to ensure high-quality education at all levels of the education system, both public and private.<\\/p>\",\"updated_at\":\"2023-07-28 00:35:36\",\"updatedBy\":1}', '2023-07-27 18:50:36', '2023-07-27 18:50:36'), (NULL, 91, 1, 202307280038204536, 202307280038204536, 'App\\Models\\Countries', 6, 'create', NULL, '{\"title\":\"Top Reasons to Study in New Zealand\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"alias\":\"top-reasons-to-study-in-new-zealand\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T00:38:20.000000Z\",\"created_at\":\"2023-07-28T00:38:20.000000Z\",\"country_id\":6,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 18:53:20', '2023-07-27 18:53:20'), (NULL, 92, 1, 202307280041185067, 202307280041185067, 'App\\Models\\Countries', 6, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-27 18:56:18', '2023-07-27 18:56:18'), (NULL, 93, 1, 202307280047556434, 202307280047556434, 'App\\Models\\Countryarticles', 1, 'create', NULL, '{\"countries_id\":\"2\",\"parent_article\":\"0\",\"title\":\"Top Reasons to Study in New Zealand\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"top-reasons-to-study-in-new-zealand\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T00:47:55.000000Z\",\"created_at\":\"2023-07-28T00:47:55.000000Z\",\"article_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 19:02:55', '2023-07-27 19:02:55'), (NULL, 94, 1, 202307280048528114, 202307280048528114, 'App\\Models\\Countryarticles', 2, 'create', NULL, '{\"countries_id\":\"2\",\"parent_article\":\"1\",\"title\":\"Why New Zealand\",\"text\":\"

                        A developed country, enriched with bewitching and mind teasing natural beauty with magnificent landscapes ranks high in various quality parameters. The country consistently performs high in various sectors like health, education, protection of civil liberties, and economic freedom promoting quality of life of the people. The high per capita income ($41,616 per annum) and Human Development Index (0.971) reveals the standard of the quality of life of the people. It ranks 16th in the world ranking. Wellington is the capital city of the country whilst Auckland is the largest one. The country, considering English, Maori and NZ Sign Language as the official language, covers an area of 2, 68,021 sq. km.<\\/p>\\r\\n\\r\\n

                        Life in the country is sophisticated and is the dream of anyone living in any corner of the world. Undoubtedly, the country is one among the prioritized choices of educated and prospect- seeking people of the world.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"why-new-zealand\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T00:48:52.000000Z\",\"created_at\":\"2023-07-28T00:48:52.000000Z\",\"article_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 19:03:52', '2023-07-27 19:03:52'), (NULL, 95, 1, 202307280050331617, 202307280050331617, 'App\\Models\\Countryarticles', 2, 'update', '{\"article_id\":2,\"countries_id\":2,\"parent_article\":1,\"title\":\"Why New Zealand\",\"alias\":\"why-new-zealand\",\"text\":\"

                        A developed country, enriched with bewitching and mind teasing natural beauty with magnificent landscapes ranks high in various quality parameters. The country consistently performs high in various sectors like health, education, protection of civil liberties, and economic freedom promoting quality of life of the people. The high per capita income ($41,616 per annum) and Human Development Index (0.971) reveals the standard of the quality of life of the people. It ranks 16th in the world ranking. Wellington is the capital city of the country whilst Auckland is the largest one. The country, considering English, Maori and NZ Sign Language as the official language, covers an area of 2, 68,021 sq. km.<\\/p>\\r\\n\\r\\n

                        Life in the country is sophisticated and is the dream of anyone living in any corner of the world. Undoubtedly, the country is one among the prioritized choices of educated and prospect- seeking people of the world.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-28T00:48:52.000000Z\",\"updated_at\":\"2023-07-28T00:48:52.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"text\":\"

                        A developed country, enriched with bewitching and mind teasing natural beauty with magnificent landscapes ranks high in various quality parameters. The country consistently performs high in various sectors like health, education, protection of civil liberties, and economic freedom promoting quality of life of the people. The high per capita income ($41,616 per annum) and Human Development Index (0.971) reveals the standard of the quality of life of the people. It ranks 16th in the world ranking. Wellington is the capital city of the country whilst Auckland is the largest one. The country, considering English, Maori and NZ Sign Language as the official language, covers an area of 2, 68,021 sq. km.<\\/p>\\r\\n\\r\\n

                        Life in the country is sophisticated and is the dream of anyone living in any corner of the world. Undoubtedly, the country is one among the prioritized choices of educated and prospect- seeking people of the world.<\\/p>\\r\\n\\r\\n

                        Study in New Zealand Benefits<\\/strong>\\\"\\\"<\\/h4>\\r\\n\\r\\n

                        Besides acquiring globally recognized qualifications with excellent pedagogy, New Zealand offers notable scope for Ph.D. scholars. The people in the country lead quality of life in a safe and peaceful environment. Most importantly, students can work to support their study expenses.<\\/p>\",\"updated_at\":\"2023-07-28 00:50:33\",\"updatedBy\":1}', '2023-07-27 19:05:33', '2023-07-27 19:05:33'), (NULL, 96, 1, 202307280106359131, 202307280106359131, 'App\\Models\\Countryarticles', 3, 'create', NULL, '{\"countries_id\":\"2\",\"parent_article\":\"1\",\"title\":\"World-Class Education and Globally Recognized Universities\",\"text\":\"

                        When considering studying abroad, New Zealand stands out as an excellent destination for pursuing higher education. One of the top reasons to choose New Zealand is the country's world-class education system and globally recognized universities. With a reputation for academic excellence, New Zealand offers a diverse range of programs and degrees that cater to various fields of study. Whether you are interested in engineering, business, arts, or healthcare, you can find top-notch institutions that deliver quality education and cutting-edge research opportunities.<\\/p>\\r\\n\\r\\n

                        Studying at renowned universities in New Zealand not only equips you with valuable knowledge and skills but also enhances your academic and personal growth. The universities are often ranked high in international university rankings, attesting to their commitment to quality education. Furthermore, many of these institutions have strong ties with industries, providing students with opportunities for practical learning, internships, and industry exposure.<\\/p>\\r\\n\\r\\n

                        Moreover, a degree from a New Zealand university carries global recognition, increasing your employability and career prospects internationally. Employers worldwide value the strong educational foundation and practical expertise gained from studying in New Zealand. Thus, pursuing your academic dreams in this beautiful country can significantly elevate your career trajectory and open doors to exciting opportunities on a global scale.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"world-class-education-and-globally-recognized-universities\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T01:06:35.000000Z\",\"created_at\":\"2023-07-28T01:06:35.000000Z\",\"article_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 19:21:35', '2023-07-27 19:21:35'), (NULL, 97, 1, 202307280107116917, 202307280107116917, 'App\\Models\\Countryarticles', 2, 'update', '{\"article_id\":2,\"countries_id\":2,\"parent_article\":1,\"title\":\"Why New Zealand\",\"alias\":\"why-new-zealand\",\"text\":\"

                        A developed country, enriched with bewitching and mind teasing natural beauty with magnificent landscapes ranks high in various quality parameters. The country consistently performs high in various sectors like health, education, protection of civil liberties, and economic freedom promoting quality of life of the people. The high per capita income ($41,616 per annum) and Human Development Index (0.971) reveals the standard of the quality of life of the people. It ranks 16th in the world ranking. Wellington is the capital city of the country whilst Auckland is the largest one. The country, considering English, Maori and NZ Sign Language as the official language, covers an area of 2, 68,021 sq. km.<\\/p>\\r\\n\\r\\n

                        Life in the country is sophisticated and is the dream of anyone living in any corner of the world. Undoubtedly, the country is one among the prioritized choices of educated and prospect- seeking people of the world.<\\/p>\\r\\n\\r\\n

                        Study in New Zealand Benefits<\\/strong>\\\"\\\"<\\/h4>\\r\\n\\r\\n

                        Besides acquiring globally recognized qualifications with excellent pedagogy, New Zealand offers notable scope for Ph.D. scholars. The people in the country lead quality of life in a safe and peaceful environment. Most importantly, students can work to support their study expenses.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-28T00:48:52.000000Z\",\"updated_at\":\"2023-07-28T00:50:33.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"title\":\"Stunning Natural Landscapes and Adventure Opportunities\",\"text\":\"


                        \\r\\nNew Zealand's allure extends far beyond its academic excellence. Nestled in the southern Pacific Ocean, this island nation boasts some of the world's most stunning and diverse natural landscapes. From majestic snow-capped mountains to lush green forests, pristine beaches, and breathtaking fjords, New Zealand offers a visual feast for nature enthusiasts and adventure seekers alike.<\\/p>\\r\\n\\r\\n

                        As a student studying in New Zealand, you'll have the privilege of exploring this captivating country during your free time and holidays. Imagine embarking on thrilling outdoor adventures like hiking in the Southern Alps, skiing in winter wonderlands, or experiencing the adrenaline rush of bungee jumping off the famous Queenstown Bridge. The possibilities for exploration and adventure are limitless.<\\/p>\\r\\n\\r\\n

                        Beyond the adrenaline-pumping activities, New Zealand's natural beauty provides a serene environment conducive to relaxation and personal growth. The peaceful surroundings offer an ideal atmosphere for study, reflection, and self-discovery. The country's commitment to sustainability and eco-friendly practices also aligns with the values of many students who seek to make a positive impact on the environment.<\\/p>\\r\\n\\r\\n

                        Living in New Zealand offers a rare opportunity to experience a lifestyle that blends the modern amenities of urban centers with the tranquility of nature. Embracing the country's outdoor lifestyle not only enriches your academic journey but also leaves you with unforgettable memories that will stay with you long after you complete your studies.<\\/p>\",\"updated_at\":\"2023-07-28 01:07:11\",\"updatedBy\":1}', '2023-07-27 19:22:11', '2023-07-27 19:22:11'), (NULL, 98, 1, 202307280108075121, 202307280108075121, 'App\\Models\\Countryarticles', 4, 'create', NULL, '{\"countries_id\":\"2\",\"parent_article\":\"1\",\"title\":\"Safe and Welcoming Environment for International Students\",\"text\":\"

                        New Zealand has earned a reputation for being one of the safest and friendliest countries in the world, making it an ideal destination for international students. The country's warm and welcoming environment ensures that students from different cultural backgrounds feel at home and enjoy a sense of belonging.<\\/p>\\r\\n\\r\\n

                        New Zealanders, or "Kiwis" as they are affectionately known, are renowned for their hospitality and open-mindedness. As an international student, you'll find yourself embraced by a multicultural community that celebrates diversity and fosters cultural exchange. This inclusive environment provides an excellent opportunity to build lasting friendships and learn from people of various nationalities.<\\/p>\\r\\n\\r\\n

                        The country's commitment to safety is another compelling reason for students to choose New Zealand. Ranked highly on global safety indexes, New Zealand maintains a peaceful and secure environment. This reassurance allows students to focus on their studies and personal development without undue worries about their well-being.<\\/p>\\r\\n\\r\\n

                        In addition to personal safety, New Zealand's robust education support system ensures that international students receive adequate assistance throughout their academic journey. Universities and colleges provide comprehensive support services, including orientation programs, academic counseling, and cultural integration workshops. This support network ensures that you can transition smoothly into student life and excel in your studies.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"safe-and-welcoming-environment-for-international-students\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T01:08:07.000000Z\",\"created_at\":\"2023-07-28T01:08:07.000000Z\",\"article_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 19:23:07', '2023-07-27 19:23:07'), (NULL, 99, 1, 202307280108417555, 202307280108417555, 'App\\Models\\Countryarticles', 5, 'create', NULL, '{\"countries_id\":\"2\",\"parent_article\":\"1\",\"title\":\"Post-Study Work Opportunities and Pathways to Permanent Residency\",\"text\":\"

                        One of the most significant advantages of studying in New Zealand is the post-study work opportunities available to international students. Upon completing your studies, you have the option to apply for a post-study work visa, allowing you to gain valuable work experience in New Zealand for up to three years. This post-study work experience not only enhances your employability but also provides a chance to apply the knowledge and skills acquired during your studies to real-world scenarios.<\\/p>\\r\\n\\r\\n

                        Furthermore, New Zealand offers several pathways to permanent residency for international graduates. If you secure a skilled job in New Zealand during your post-study work period, you may be eligible to apply for a work-to-residency visa. Additionally, the country has a points-based immigration system that rewards factors like age, education, work experience, and job offers, making it possible for talented and qualified individuals to transition to permanent residency status.<\\/p>\\r\\n\\r\\n

                        The opportunity to gain work experience and the potential to build a long-term career in New Zealand make it an attractive destination for international students. Many graduates find themselves thriving in New Zealand's thriving job market and cultural landscape, and this can ultimately lead to a fulfilling and prosperous life in the country.<\\/p>\\r\\n\\r\\n

                        In conclusion, studying in New Zealand from Nepal offers a unique and enriching experience that combines world-class education with unforgettable adventures, a safe and welcoming environment, and promising post-study work and immigration opportunities. As you embark on this transformative journey, you'll not only acquire valuable knowledge and skills but also create memories that will stay with you for a lifetime.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"post-study-work-opportunities-and-pathways-to-permanent-residency\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T01:08:41.000000Z\",\"created_at\":\"2023-07-28T01:08:41.000000Z\",\"article_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 19:23:41', '2023-07-27 19:23:41'), (NULL, 100, 1, 202307280115499610, 202307280115499610, 'App\\Models\\Institutions', 2, 'create', NULL, '{\"countries_id\":\"2\",\"title\":\"Institutions\",\"email\":\"\",\"text\":\"\",\"logo\":\"storage\\/files\\/1\\/NZ-unv.png\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"institutions\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T01:15:49.000000Z\",\"created_at\":\"2023-07-28T01:15:49.000000Z\",\"institution_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 19:30:49', '2023-07-27 19:30:49'), (NULL, 101, 1, 202307280316015426, 202307280316015426, 'App\\Models\\Countryarticles', 6, 'create', NULL, '{\"countries_id\":\"1\",\"parent_article\":\"0\",\"title\":\"Top Reasons to Study in Australia\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"top-reasons-to-study-in-australia\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T03:16:01.000000Z\",\"created_at\":\"2023-07-28T03:16:01.000000Z\",\"article_id\":6,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 21:31:01', '2023-07-27 21:31:01'), (NULL, 102, 1, 202307280316312236, 202307280316312236, 'App\\Models\\Countryarticles', 7, 'create', NULL, '{\"countries_id\":\"1\",\"parent_article\":\"6\",\"title\":\"Diverse and Renowned Educational Institutions\",\"text\":\"

                        Studying in Australia offers access to a diverse range of world-renowned educational institutions. From top-ranking universities to specialized colleges, Australia provides a wide array of programs and courses across various fields of study. Whether you aspire to pursue a degree in engineering, business, healthcare, or arts, you'll find top-notch institutions that are committed to academic excellence and cutting-edge research.<\\/p>\\r\\n\\r\\n

                        Australia's education system is recognized for its high-quality teaching methodologies and emphasis on practical learning. The country's commitment to innovation and research ensures that students receive a well-rounded education that prepares them for successful careers in their chosen fields. Moreover, the qualifications attained from Australian universities hold global recognition, enhancing your employability and career prospects worldwide.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"diverse-and-renowned-educational-institutions\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T03:16:31.000000Z\",\"created_at\":\"2023-07-28T03:16:31.000000Z\",\"article_id\":7,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 21:31:31', '2023-07-27 21:31:31'), (NULL, 103, 1, 202307280317019143, 202307280317019143, 'App\\Models\\Countryarticles', 8, 'create', NULL, '{\"countries_id\":\"1\",\"parent_article\":\"6\",\"title\":\"Vibrant and Multicultural Campus Life\",\"text\":\"

                        Australia's multicultural society offers a vibrant campus life enriched by students from diverse cultural backgrounds. Studying in this welcoming environment not only expands your global network but also fosters cross-cultural interactions and friendships that last a lifetime. You'll have the opportunity to participate in various cultural events, student clubs, and extracurricular activities that celebrate diversity and create a sense of community on campus.<\\/p>\\r\\n\\r\\n

                        The Australian government places a strong emphasis on the welfare and support of international students. Institutions offer comprehensive support services, including orientation programs, academic counseling, and dedicated international student offices. This support network ensures that you adapt smoothly to your new environment and make the most of your academic journey.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"vibrant-and-multicultural-campus-life\",\"display_order\":\"8\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T03:17:01.000000Z\",\"created_at\":\"2023-07-28T03:17:01.000000Z\",\"article_id\":8,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 21:32:01', '2023-07-27 21:32:01'), (NULL, 104, 1, 202307280317329966, 202307280317329966, 'App\\Models\\Countryarticles', 9, 'create', NULL, '{\"countries_id\":\"1\",\"parent_article\":\"6\",\"title\":\"World-Class Research Opportunities and Facilities\",\"text\":\"

                        Australia is at the forefront of cutting-edge research and innovation, offering students access to state-of-the-art facilities and research opportunities. Whether you are interested in conducting scientific experiments, participating in groundbreaking studies, or collaborating with renowned researchers, Australian universities provide an enriching environment for academic exploration.<\\/p>\\r\\n\\r\\n

                        Australia's research-driven approach to education encourages critical thinking, problem-solving, and creativity. As a student, you'll be exposed to diverse research areas, allowing you to contribute to advancements in your field of interest. Engaging in research during your studies can open doors to exciting career pathways and potential contributions to global challenges.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"world-class-research-opportunities-and-facilities\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T03:17:32.000000Z\",\"created_at\":\"2023-07-28T03:17:32.000000Z\",\"article_id\":9,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 21:32:32', '2023-07-27 21:32:32'), (NULL, 105, 1, 202307280318116359, 202307280318116359, 'App\\Models\\Countryarticles', 10, 'create', NULL, '{\"countries_id\":\"1\",\"parent_article\":\"6\",\"title\":\"Post-Study Work Opportunities and Immigration Pathways\",\"text\":\"

                        Australia's post-study work opportunities make it an attractive destination for international students seeking real-world experience after graduation. Upon completing your studies, you can apply for a Temporary Graduate Visa, which allows you to work in Australia for up to four years. This post-study work experience not only enhances your skills and employability but also provides valuable insights into the Australian job market.<\\/p>\\r\\n\\r\\n

                        Furthermore, Australia offers various pathways to permanent residency for skilled graduates. The General Skilled Migration (GSM) program is points-based and considers factors such as age, qualifications, work experience, and English language proficiency. Graduates who meet the eligibility criteria can apply for permanent residency through the GSM program, making Australia a viable option for building a long-term career and life.<\\/p>\\r\\n\\r\\n

                        In addition to work opportunities, Australia's high standard of living, excellent healthcare system, and a welcoming multicultural society create an attractive environment for international students seeking a fulfilling and balanced life.<\\/p>\\r\\n\\r\\n

                        In conclusion, studying in Australia from Nepal offers a transformative experience that combines world-class education, a multicultural campus environment, research opportunities, and promising post-study work and immigration pathways. The academic and personal growth you'll experience during your time in Australia will pave the way for a successful and rewarding future, both professionally and personally.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"post-study-work-opportunities-and-immigration-pathways\",\"display_order\":\"10\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T03:18:11.000000Z\",\"created_at\":\"2023-07-28T03:18:11.000000Z\",\"article_id\":10,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 21:33:11', '2023-07-27 21:33:11'); INSERT INTO `tbl_operation_logs` (`refNo`, `operation_id`, `user_id`, `operation_start_no`, `operation_end_no`, `model_name`, `model_id`, `operation_name`, `previous_values`, `new_values`, `created_at`, `updated_at`) VALUES (NULL, 106, 1, 202307280322506169, 202307280322506169, 'App\\Models\\Countries', 1, 'update', '{\"country_id\":1,\"title\":\"Study in Australia\",\"alias\":\"study-in-australia\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"storage\\/files\\/1\\/facts-about-australia-header.jpg\",\"image_thumb\":\"storage\\/files\\/1\\/aus.jpg\",\"display_order\":5,\"status\":1,\"created_at\":\"2023-07-24T19:02:52.000000Z\",\"updated_at\":\"2023-07-28T00:38:24.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"text\":\"

                        Embark on a transformative journey of education and discovery in Australia, a leading destination for students seeking academic excellence, vibrant campus life, exceptional research opportunities, and promising post-study work pathways. Immerse yourself in a multicultural society, collaborate with esteemed researchers, and embrace endless possibilities while shaping a successful future. Let the world become your classroom as you unleash your potential and broaden your horizons through studying in Australia.<\\/p>\",\"details\":\"

                        Embark on a transformative journey of education and discovery in Australia, a leading destination for students seeking academic excellence, vibrant campus life, exceptional research opportunities, and promising post-study work pathways. Immerse yourself in a multicultural society, collaborate with esteemed researchers, and embrace endless possibilities while shaping a successful future. Let the world become your classroom as you unleash your potential and broaden your horizons through studying in Australia.<\\/p>\",\"updated_at\":\"2023-07-28 03:22:50\",\"updatedBy\":1}', '2023-07-27 21:37:50', '2023-07-27 21:37:50'), (NULL, 107, 1, 202307280404239689, 202307280404239689, 'App\\Models\\Countryarticles', 11, 'create', NULL, '{\"countries_id\":\"3\",\"parent_article\":\"0\",\"title\":\"Top Reasons to Study in Canada\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"top-reasons-to-study-in-canada\",\"display_order\":\"11\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:04:23.000000Z\",\"created_at\":\"2023-07-28T04:04:23.000000Z\",\"article_id\":11,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:19:23', '2023-07-27 22:19:23'), (NULL, 108, 1, 202307280404489857, 202307280404489857, 'App\\Models\\Countryarticles', 12, 'create', NULL, '{\"countries_id\":\"3\",\"parent_article\":\"11\",\"title\":\"Globally Recognized Education System\",\"text\":\"

                        Studying in Canada offers access to a world-class education system renowned for its academic excellence and high-quality teaching. Canadian universities and colleges are recognized globally for their rigorous academic standards and cutting-edge research opportunities. Whether you aspire to pursue engineering, business, arts, or healthcare, you'll find a diverse range of programs that cater to various fields of study, providing you with a strong foundation for a successful career anywhere in the world.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"globally-recognized-education-system\",\"display_order\":\"12\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:04:48.000000Z\",\"created_at\":\"2023-07-28T04:04:48.000000Z\",\"article_id\":12,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:19:48', '2023-07-27 22:19:48'), (NULL, 109, 1, 202307280405193868, 202307280405193868, 'App\\Models\\Countryarticles', 13, 'create', NULL, '{\"countries_id\":\"3\",\"parent_article\":\"11\",\"title\":\"Safe and Welcoming Environment\",\"text\":\"

                        Canada is known for its safe and welcoming environment, making it an ideal destination for international students, including those from Nepal. The country's reputation for being inclusive and friendly ensures that students feel at home and are embraced by a multicultural community. With a strong commitment to diversity, Canada celebrates different cultures, fostering a sense of belonging and providing ample opportunities for cross-cultural interactions and lifelong friendships.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"safe-and-welcoming-environment\",\"display_order\":\"13\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:05:19.000000Z\",\"created_at\":\"2023-07-28T04:05:19.000000Z\",\"article_id\":13,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:20:19', '2023-07-27 22:20:19'), (NULL, 110, 1, 202307280405474507, 202307280405474507, 'App\\Models\\Countryarticles', 14, 'create', NULL, '{\"countries_id\":\"3\",\"parent_article\":\"11\",\"title\":\"Post-Graduation Work Opportunities\",\"text\":\"

                        One of the top reasons to study in Canada is the attractive post-graduation work opportunities available to international students. Upon completing your studies, you may be eligible for a Post-Graduation Work Permit (PGWP), which allows you to work in Canada for up to three years. This invaluable work experience not only enhances your skills but also provides a chance to gain Canadian work experience and potentially apply for permanent residency.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"post-graduation-work-opportunities\",\"display_order\":\"14\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:05:47.000000Z\",\"created_at\":\"2023-07-28T04:05:47.000000Z\",\"article_id\":14,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:20:47', '2023-07-27 22:20:47'), (NULL, 111, 1, 202307280406133829, 202307280406133829, 'App\\Models\\Countryarticles', 15, 'create', NULL, '{\"countries_id\":\"3\",\"parent_article\":\"11\",\"title\":\"Breathtaking Natural Beauty and Outdoor Adventures\",\"text\":\"

                        Canada's stunning landscapes, from majestic mountains to serene lakes, offer a breathtaking backdrop for your academic journey. As a student in Canada, you'll have the opportunity to explore its natural wonders, enjoy outdoor activities, and experience the country's four distinct seasons. Whether it's skiing in the Rockies, hiking in national parks, or kayaking in pristine waters, Canada's outdoor adventures add a unique dimension to your study abroad experience, making it truly unforgettable.<\\/p>\\r\\n\\r\\n

                        In conclusion, studying in Canada from Nepal opens doors to a world-class education, a safe and inclusive environment, exciting post-graduation work opportunities, and the chance to immerse yourself in the splendor of Canada's natural beauty. With its exceptional academic offerings and enriching lifestyle, Canada provides an exceptional platform for personal and professional growth, making it a top choice for ambitious students seeking an extraordinary study abroad experience.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"breathtaking-natural-beauty-and-outdoor-adventures\",\"display_order\":\"15\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:06:13.000000Z\",\"created_at\":\"2023-07-28T04:06:13.000000Z\",\"article_id\":15,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:21:13', '2023-07-27 22:21:13'), (NULL, 112, 1, 202307280431026580, 202307280431026580, 'App\\Models\\Countryarticles', 16, 'create', NULL, '{\"countries_id\":\"4\",\"parent_article\":\"0\",\"title\":\"Top Reasons to Study in UK\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"top-reasons-to-study-in-uk\",\"display_order\":\"16\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:31:02.000000Z\",\"created_at\":\"2023-07-28T04:31:02.000000Z\",\"article_id\":16,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:46:02', '2023-07-27 22:46:02'), (NULL, 113, 1, 202307280431255784, 202307280431255784, 'App\\Models\\Countryarticles', 17, 'create', NULL, '{\"countries_id\":\"4\",\"parent_article\":\"16\",\"title\":\"Rich Academic Tradition and World-Renowned Institutions\",\"text\":\"

                        Studying in the UK offers access to a rich academic tradition and a prestigious network of world-renowned universities and colleges. The UK is globally recognized for its quality education, with institutions that have a history of producing influential thinkers, scholars, and Nobel laureates. Whether you aspire to delve into humanities, engineering, sciences, or arts, you'll find a diverse range of programs that provide top-notch education and invaluable exposure to cutting-edge research and innovation.<\\/p>\\r\\n\\r\\n

                         <\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"rich-academic-tradition-and-world-renowned-institutions\",\"display_order\":\"17\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:31:25.000000Z\",\"created_at\":\"2023-07-28T04:31:25.000000Z\",\"article_id\":17,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:46:25', '2023-07-27 22:46:25'), (NULL, 114, 1, 202307280431497391, 202307280431497391, 'App\\Models\\Countryarticles', 18, 'create', NULL, '{\"countries_id\":\"4\",\"parent_article\":\"16\",\"title\":\"Cultural Diversity and Global Exposure\",\"text\":\"

                        The UK's multicultural society embraces students from all corners of the globe, creating a truly international learning environment. Immerse yourself in a vibrant and diverse community, fostering cross-cultural friendships and gaining a global perspective that enriches your understanding of the world. This cultural exposure not only enhances your social and personal growth but also nurtures valuable skills like adaptability and intercultural communication, highly valued in today's interconnected world.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"cultural-diversity-and-global-exposure\",\"display_order\":\"18\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:31:49.000000Z\",\"created_at\":\"2023-07-28T04:31:49.000000Z\",\"article_id\":18,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:46:49', '2023-07-27 22:46:49'), (NULL, 115, 1, 202307280432197781, 202307280432197781, 'App\\Models\\Countryarticles', 19, 'create', NULL, '{\"countries_id\":\"4\",\"parent_article\":\"16\",\"title\":\"Internationally Recognized Qualifications and Employability\",\"text\":\"

                        A degree from a UK university carries significant global recognition and enhances your employability in various industries worldwide. UK institutions emphasize practical learning, critical thinking, and problem-solving, ensuring that graduates possess skills that are highly sought after by employers. With strong connections to industry, many UK universities offer internships, placements, and networking opportunities that help students transition smoothly into the job market.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"internationally-recognized-qualifications-and-employability\",\"display_order\":\"19\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:32:19.000000Z\",\"created_at\":\"2023-07-28T04:32:19.000000Z\",\"article_id\":19,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:47:19', '2023-07-27 22:47:19'), (NULL, 116, 1, 202307280432438204, 202307280432438204, 'App\\Models\\Countryarticles', 20, 'create', NULL, '{\"countries_id\":\"4\",\"parent_article\":\"16\",\"title\":\"Unique Historical and Cultural Experience\",\"text\":\"

                        Studying in the UK provides a unique historical and cultural experience, immersing you in a land of iconic landmarks, historical treasures, and artistic heritage. From exploring castles and museums to attending theatrical performances in London's West End, the UK offers an enriching lifestyle that blends the traditional with the contemporary. The vibrant student life, bustling cities, and picturesque countryside create a captivating backdrop for your academic journey, making your time in the UK truly unforgettable.<\\/p>\\r\\n\\r\\n

                        In conclusion, studying in the UK from Nepal opens doors to a world-class education, a global learning environment, enhanced employability, and a unique cultural experience. Embrace the opportunity to learn from esteemed educators, connect with peers from diverse backgrounds, and explore a land rich in history and innovation. Your educational adventure in the UK promises personal growth, academic excellence, and a lifelong appreciation for the country's rich cultural tapestry.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"unique-historical-and-cultural-experience\",\"display_order\":\"20\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:32:43.000000Z\",\"created_at\":\"2023-07-28T04:32:43.000000Z\",\"article_id\":20,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:47:43', '2023-07-27 22:47:43'), (NULL, 117, 1, 202307280439034151, 202307280439034151, 'App\\Models\\Countryarticles', 21, 'create', NULL, '{\"countries_id\":\"4\",\"parent_article\":\"0\",\"title\":\"UK Education System\",\"text\":\"

                        The UK education system is renowned worldwide for its rich academic tradition and high standards of excellence. Comprising a diverse range of universities, colleges, and institutions, the UK offers an extensive array of programs and courses across various fields of study. From humanities to sciences, engineering to arts, students can choose from a multitude of specialized disciplines. The UK's education system places a strong emphasis on research, critical thinking, and practical learning, providing students with valuable skills that are highly sought after by employers globally. With a history of producing influential thinkers, innovators, and leaders, the UK's academic institutions offer an intellectually stimulating environment that nurtures creativity and academic curiosity. Moreover, the country's multicultural society fosters a global learning environment, encouraging cross-cultural interactions and enabling students to gain a broad perspective on the world. For those seeking a world-class education and an enriching academic journey, the UK stands as an exceptional destination to unlock one's full potential and achieve academic excellence.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"uk-education-system\",\"display_order\":\"21\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:39:03.000000Z\",\"created_at\":\"2023-07-28T04:39:03.000000Z\",\"article_id\":21,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:54:03', '2023-07-27 22:54:03'), (NULL, 118, 1, 202307280440213281, 202307280440213281, 'App\\Models\\Countryarticles', 22, 'create', NULL, '{\"countries_id\":\"4\",\"parent_article\":\"0\",\"title\":\"UK Qualifications\",\"text\":\"

                        The UK qualifications system is known for its comprehensive and diverse range of academic credentials. The qualifications framework encompasses various levels of study, catering to students of all ages and educational backgrounds. Some of the key UK qualifications include:<\\/p>\\r\\n\\r\\n

                          \\r\\n\\t
                        1. \\r\\n\\t

                          GCSE (General Certificate of Secondary Education):<\\/strong> GCSEs are typically taken by students aged 14-16 and mark the completion of compulsory education. These qualifications cover a wide range of subjects and provide a foundation for further studies.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                        2. \\r\\n\\t

                          A-Levels (Advanced Level):<\\/strong> A-Levels are typically taken by students aged 16-18 and are the standard qualifications required for university admission in the UK. Students choose specific subjects to study at a higher level, and successful completion can lead to entry into undergraduate programs.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                        3. \\r\\n\\t

                          BTEC (Business and Technology Education Council):<\\/strong> BTEC qualifications offer a vocational and practical approach to learning, focusing on specific career fields such as engineering, health and social care, business, and more.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                        4. \\r\\n\\t

                          Undergraduate Degrees:<\\/strong> Undergraduate degrees are offered by universities and higher education institutions. They include Bachelor's degrees such as BA (Bachelor of Arts) and BSc (Bachelor of Science) and typically take three to four years to complete.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                        5. \\r\\n\\t

                          Postgraduate Degrees:<\\/strong> Postgraduate qualifications include Master's degrees and Doctorates (PhDs). Master's degrees provide advanced study in a specific field, while Doctorates are research-based qualifications that demonstrate a high level of expertise in a particular subject.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                        6. \\r\\n\\t

                          Foundation Courses:<\\/strong> Foundation courses are designed for international students who do not meet the entry requirements for direct entry into undergraduate programs. These courses provide additional academic preparation and language support.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                        7. \\r\\n\\t

                          Diplomas and Certificates:<\\/strong> There are various diploma and certificate programs available, ranging from vocational qualifications to specialized industry certifications.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n

                          The UK qualifications system is widely recognized and respected globally, making it an attractive destination for students seeking high-quality education and diverse academic opportunities. Whether pursuing academic or vocational paths, the UK offers a plethora of qualifications that cater to individual interests and career aspirations.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"uk-qualifications\",\"display_order\":\"22\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:40:21.000000Z\",\"created_at\":\"2023-07-28T04:40:21.000000Z\",\"article_id\":22,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:55:21', '2023-07-27 22:55:21'), (NULL, 119, 1, 202307280441208526, 202307280441208526, 'App\\Models\\Countryarticles', 23, 'create', NULL, '{\"countries_id\":\"4\",\"parent_article\":\"0\",\"title\":\"Study VISA in UK\",\"text\":\"

                          Obtaining a study visa to study in the UK is a crucial step for international students planning to pursue their education in the country. The study visa is formally known as the Tier 4 (General) Student Visa. Here are the key steps and requirements for applying for a study visa in the UK:<\\/p>\\r\\n\\r\\n

                            \\r\\n\\t
                          1. \\r\\n\\t

                            Acceptance from a Recognized Institution:<\\/strong> Before applying for the study visa, students must first secure an offer of acceptance from a recognized educational institution in the UK. The institution must hold a valid Tier 4 sponsor license.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                          2. \\r\\n\\t

                            Confirmation of Acceptance for Studies (CAS):<\\/strong> Once accepted, the institution will issue a Confirmation of Acceptance for Studies (CAS) to the student. This is a unique reference number that is required for the visa application.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                          3. \\r\\n\\t

                            Financial Requirements:<\\/strong> Students need to demonstrate that they have sufficient funds to cover their course fees and living expenses in the UK. The exact amount varies depending on the length of the course and location of study.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                          4. \\r\\n\\t

                            English Language Proficiency:<\\/strong> Most students need to prove their English language proficiency by taking an approved English language test, such as IELTS or TOEFL.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                          5. \\r\\n\\t

                            Tuberculosis Test (TB):<\\/strong> Some students may be required to undergo a tuberculosis test, depending on their home country.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                          6. \\r\\n\\t

                            Visa Application:<\\/strong> Once all the necessary documents are gathered, students can apply for the Tier 4 Student Visa online through the UK government's official website or at a visa application center in their home country.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                          7. \\r\\n\\t

                            Biometric Information:<\\/strong> Students may need to visit a visa application center to provide biometric information, such as fingerprints and a photograph.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                          8. \\r\\n\\t

                            Visa Processing:<\\/strong> The visa processing time can vary depending on the country, time of year, and individual circumstances. It is advisable to apply well in advance of the course start date.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                          9. \\r\\n\\t

                            Decision and Travel:<\\/strong> Once the visa application is approved, students will receive a visa vignette in their passport, allowing them to travel to the UK. Upon arrival in the UK, students may need to collect their Biometric Residence Permit (BRP) from a designated post office.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n

                            It is essential for students to carefully follow all the visa requirements and provide accurate information during the application process. The Tier 4 Student Visa allows students to study full-time in the UK and may also provide opportunities for part-time work during the course of study. However, it is essential to check the specific work restrictions and conditions mentioned on the visa.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"study-visa-in-uk\",\"display_order\":\"23\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:41:20.000000Z\",\"created_at\":\"2023-07-28T04:41:20.000000Z\",\"article_id\":23,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 22:56:20', '2023-07-27 22:56:20'), (NULL, 120, 1, 202307280445254080, 202307280445254080, 'App\\Models\\Countries', 7, 'create', NULL, '{\"title\":\"Study in USA\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"storage\\/files\\/1\\/places-of-attraction-usa-header.jpg\",\"image_thumb\":\"storage\\/files\\/1\\/usa.jpg\",\"alias\":\"study-in-usa\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:45:25.000000Z\",\"created_at\":\"2023-07-28T04:45:25.000000Z\",\"country_id\":7,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 23:00:25', '2023-07-27 23:00:25'), (NULL, 121, 1, 202307280447372111, 202307280447372111, 'App\\Models\\Countries', 7, 'update', '{\"country_id\":7,\"title\":\"Study in USA\",\"alias\":\"study-in-usa\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"storage\\/files\\/1\\/places-of-attraction-usa-header.jpg\",\"image_thumb\":\"storage\\/files\\/1\\/usa.jpg\",\"display_order\":6,\"status\":1,\"created_at\":\"2023-07-28T04:45:25.000000Z\",\"updated_at\":\"2023-07-28T04:45:25.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"text\":\"

                            Studying in the United States opens the door to a world of endless possibilities and unparalleled opportunities. Renowned for its diverse educational landscape, the USA boasts a wide array of prestigious universities, colleges, and institutions that offer cutting-edge programs across various fields of study. Whether you dream of pursuing engineering, business, arts, or sciences, the USA provides a rich academic environment that encourages critical thinking, innovation, and personal growth.<\\/p>\\r\\n\\r\\n

                            Embrace a melting pot of cultures, engage with leading scholars, and immerse yourself in a vibrant learning community that fosters academic excellence and empowers you to shape a bright and successful future. Embark on a transformative journey as you explore the vast landscapes of knowledge and discover your true potential through studying in the USA.<\\/p>\",\"updated_at\":\"2023-07-28 04:47:37\",\"updatedBy\":1}', '2023-07-27 23:02:37', '2023-07-27 23:02:37'), (NULL, 122, 1, 202307280454114842, 202307280454114842, 'App\\Models\\Countryarticles', 24, 'create', NULL, '{\"countries_id\":\"7\",\"parent_article\":\"0\",\"title\":\"Top Reasons to study in USA\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"top-reasons-to-study-in-usa\",\"display_order\":\"24\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:54:11.000000Z\",\"created_at\":\"2023-07-28T04:54:11.000000Z\",\"article_id\":24,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 23:09:11', '2023-07-27 23:09:11'), (NULL, 123, 1, 202307280454477748, 202307280454477748, 'App\\Models\\Countryarticles', 25, 'create', NULL, '{\"countries_id\":\"7\",\"parent_article\":\"24\",\"title\":\"World-Class Education and Diverse Academic Programs\",\"text\":\"

                            Studying in the USA offers access to a world-class education system that consistently ranks among the best globally. With an extensive network of prestigious universities and colleges, the USA provides an unparalleled range of diverse academic programs. Whether you aspire to delve into cutting-edge research in engineering, explore the complexities of international relations, or unleash your creative potential through arts and design, American institutions cater to a wide array of fields and disciplines. The emphasis on practical learning, critical thinking, and experiential education equips students with the skills and knowledge required to thrive in a competitive and ever-evolving global workforce. The flexibility of the US education system also allows students to tailor their courses to match their unique interests and career goals, fostering a personalized and enriching academic experience.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"world-class-education-and-diverse-academic-programs\",\"display_order\":\"25\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:54:47.000000Z\",\"created_at\":\"2023-07-28T04:54:47.000000Z\",\"article_id\":25,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 23:09:47', '2023-07-27 23:09:47'), (NULL, 124, 1, 202307280455236363, 202307280455236363, 'App\\Models\\Countryarticles', 26, 'create', NULL, '{\"countries_id\":\"7\",\"parent_article\":\"24\",\"title\":\"Global Recognition and Employability\",\"text\":\"

                            A degree earned from a US institution carries significant global recognition and credibility. Employers worldwide value the rigorous academic standards and diverse skill set that US-educated students possess. The practical and research-oriented approach to learning ensures that graduates are well-equipped to navigate complex challenges and contribute meaningfully to their respective fields. The USA's reputation as a hub for innovation and entrepreneurship further enhances the employability of graduates, with numerous success stories of renowned business leaders, tech pioneers, and Nobel laureates who have emerged from American universities. Studying in the USA not only opens doors to diverse career opportunities but also cultivates a sense of independence, adaptability, and resilience that are highly sought after in today's competitive job market.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"global-recognition-and-employability\",\"display_order\":\"26\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:55:23.000000Z\",\"created_at\":\"2023-07-28T04:55:23.000000Z\",\"article_id\":26,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 23:10:23', '2023-07-27 23:10:23'), (NULL, 125, 1, 202307280455548765, 202307280455548765, 'App\\Models\\Countryarticles', 27, 'create', NULL, '{\"countries_id\":\"7\",\"parent_article\":\"24\",\"title\":\"Cultural Diversity and International Exposure\",\"text\":\"

                            The USA stands as a melting pot of cultures, attracting students from all corners of the globe. This rich diversity creates a dynamic and inclusive learning environment that promotes cross-cultural understanding and global collaboration. Interacting with peers from different backgrounds allows students to gain unique perspectives and broaden their horizons, fostering a deep appreciation for cultural diversity and tolerance. Engaging in campus activities, cultural festivals, and international student associations further enriches the experience, creating lasting friendships and building a global network that extends far beyond graduation. The exposure to diverse perspectives and experiences not only enriches the academic journey but also nurtures invaluable interpersonal skills, making students true global citizens ready to embrace the interconnected world.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"cultural-diversity-and-international-exposure\",\"display_order\":\"27\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:55:54.000000Z\",\"created_at\":\"2023-07-28T04:55:54.000000Z\",\"article_id\":27,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 23:10:54', '2023-07-27 23:10:54'), (NULL, 126, 1, 202307280456254823, 202307280456254823, 'App\\Models\\Countryarticles', 28, 'create', NULL, '{\"countries_id\":\"7\",\"parent_article\":\"24\",\"title\":\"Research Opportunities and State-of-the-Art Facilities\",\"text\":\"

                            US universities are renowned for their commitment to research and innovation, offering students access to cutting-edge facilities and groundbreaking research opportunities. Engaging in research projects allows students to work alongside esteemed scholars and experts in their fields, contributing to advancements in various disciplines. The USA's emphasis on fostering a research-oriented mindset encourages students to think critically, question the status quo, and actively participate in solving real-world challenges. State-of-the-art laboratories, research centers, and advanced technologies are readily available for students to explore their curiosity and push the boundaries of knowledge. The experience gained through research not only enhances academic credentials but also fosters a sense of purpose and commitment to making a positive impact on society.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"research-opportunities-and-state-of-the-art-facilities\",\"display_order\":\"28\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T04:56:25.000000Z\",\"created_at\":\"2023-07-28T04:56:25.000000Z\",\"article_id\":28,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 23:11:25', '2023-07-27 23:11:25'), (NULL, 127, 1, 202307280504322090, 202307280504322090, 'App\\Models\\Institutions', 3, 'create', NULL, '{\"countries_id\":\"7\",\"title\":\"Institutions\",\"email\":\"\",\"text\":\"\",\"logo\":\"storage\\/files\\/1\\/USA-unv.png\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"institutions\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T05:04:32.000000Z\",\"created_at\":\"2023-07-28T05:04:32.000000Z\",\"institution_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 23:19:32', '2023-07-27 23:19:32'), (NULL, 128, 1, 202307280511434781, 202307280511434781, 'App\\Models\\Institutions', 4, 'create', NULL, '{\"countries_id\":\"3\",\"title\":\"Institutions we represent in canada\",\"email\":\"\",\"text\":\"\",\"logo\":\"storage\\/files\\/1\\/Can-unv.png\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"institutions-we-represent-in-canada\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-28T05:11:43.000000Z\",\"created_at\":\"2023-07-28T05:11:43.000000Z\",\"institution_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-27 23:26:43', '2023-07-27 23:26:43'), (NULL, 129, 1, 202307290230532413, 202307290230532413, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS Preparation Classes\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-07-25T00:00:07.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"details\":\"

                            IELTS stands for The International English Language Testing System. It is a standardized English proficiency test that is primarily structured for non-native English speakers. It is the most widely used English assessment test for higher education and global migration.<\\/p>\\r\\n\\r\\n

                              \\r\\n<\\/ul>\",\"updated_at\":\"2023-07-29 02:30:53\",\"updatedBy\":1}', '2023-07-28 20:45:53', '2023-07-28 20:45:53'), (NULL, 130, 1, 202307290231398585, 202307290231398585, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS Preparation Classes\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"

                              IELTS stands for The International English Language Testing System. It is a standardized English proficiency test that is primarily structured for non-native English speakers. It is the most widely used English assessment test for higher education and global migration.<\\/p>\\r\\n\\r\\n

                                \\r\\n<\\/ul>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-07-29T02:30:53.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"details\":\"

                                IELTS stands for The International English Language Testing System. It is a standardized English proficiency test that is primarily structured for non-native English speakers. It is the most widely used English assessment test for higher education and global migration.<\\/p>\\r\\n\\r\\n

                                IELTS is an abbreviated form of ‘International English Language Testing System which is:-<\\/p>\\r\\n\\r\\n

                                  \\r\\n\\t
                                • A widely recognized English Language proficiency test.<\\/li>\\r\\n\\t
                                • A reliable means of evaluating the English language ability.<\\/li>\\r\\n\\t
                                • Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.<\\/li>\\r\\n\\t
                                • Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.<\\/li>\\r\\n\\t
                                • Is the only acceptable English test for immigration to Australian.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n
                                    \\r\\n<\\/ul>\",\"updated_at\":\"2023-07-29 02:31:39\",\"updatedBy\":1}', '2023-07-28 20:46:39', '2023-07-28 20:46:39'), (NULL, 131, 1, 202307290232047137, 202307290232047137, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS Preparation Classes\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"

                                    IELTS stands for The International English Language Testing System. It is a standardized English proficiency test that is primarily structured for non-native English speakers. It is the most widely used English assessment test for higher education and global migration.<\\/p>\\r\\n\\r\\n

                                    IELTS is an abbreviated form of ‘International English Language Testing System which is:-<\\/p>\\r\\n\\r\\n

                                      \\r\\n\\t
                                    • A widely recognized English Language proficiency test.<\\/li>\\r\\n\\t
                                    • A reliable means of evaluating the English language ability.<\\/li>\\r\\n\\t
                                    • Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.<\\/li>\\r\\n\\t
                                    • Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.<\\/li>\\r\\n\\t
                                    • Is the only acceptable English test for immigration to Australian.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n
                                        \\r\\n<\\/ul>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-07-29T02:31:39.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"details\":\"

                                        IELTS stands for The International English Language Testing System. It is a standardized English proficiency test that is primarily structured for non-native English speakers. It is the most widely used English assessment test for higher education and global migration.<\\/p>\\r\\n\\r\\n

                                        IELTS is an abbreviated form of ‘International English Language Testing System which is:-<\\/h3>\\r\\n\\r\\n
                                          \\r\\n\\t
                                        • A widely recognized English Language proficiency test.<\\/li>\\r\\n\\t
                                        • A reliable means of evaluating the English language ability.<\\/li>\\r\\n\\t
                                        • Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.<\\/li>\\r\\n\\t
                                        • Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.<\\/li>\\r\\n\\t
                                        • Is the only acceptable English test for immigration to Australian.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n
                                            \\r\\n<\\/ul>\",\"updated_at\":\"2023-07-29 02:32:04\",\"updatedBy\":1}', '2023-07-28 20:47:04', '2023-07-28 20:47:04'), (NULL, 132, 1, 202307290232202353, 202307290232202353, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS Preparation Classes\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"

                                            IELTS stands for The International English Language Testing System. It is a standardized English proficiency test that is primarily structured for non-native English speakers. It is the most widely used English assessment test for higher education and global migration.<\\/p>\\r\\n\\r\\n

                                            IELTS is an abbreviated form of ‘International English Language Testing System which is:-<\\/h3>\\r\\n\\r\\n
                                              \\r\\n\\t
                                            • A widely recognized English Language proficiency test.<\\/li>\\r\\n\\t
                                            • A reliable means of evaluating the English language ability.<\\/li>\\r\\n\\t
                                            • Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.<\\/li>\\r\\n\\t
                                            • Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.<\\/li>\\r\\n\\t
                                            • Is the only acceptable English test for immigration to Australian.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n
                                                \\r\\n<\\/ul>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-07-29T02:32:04.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"details\":\"

                                                IELTS stands for The International English Language Testing System. It is a standardized English proficiency test that is primarily structured for non-native English speakers. It is the most widely used English assessment test for higher education and global migration.<\\/p>\\r\\n\\r\\n

                                                IELTS is an abbreviated form of ‘International English Language Testing System which is:-<\\/h4>\\r\\n\\r\\n
                                                  \\r\\n\\t
                                                • A widely recognized English Language proficiency test.<\\/li>\\r\\n\\t
                                                • A reliable means of evaluating the English language ability.<\\/li>\\r\\n\\t
                                                • Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.<\\/li>\\r\\n\\t
                                                • Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.<\\/li>\\r\\n\\t
                                                • Is the only acceptable English test for immigration to Australian.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n
                                                    \\r\\n<\\/ul>\",\"updated_at\":\"2023-07-29 02:32:20\",\"updatedBy\":1}', '2023-07-28 20:47:20', '2023-07-28 20:47:20'), (NULL, 133, 1, 202307290235261436, 202307290235261436, 'App\\Models\\Preparationclasses', 7, 'create', NULL, '{\"title\":\"Why IELTS\",\"parent_preparationclass\":\"1\",\"details\":\"

                                                    Are you considering taking the IELTS (International English Language Testing System) exam? Whether you are a student aspiring to study abroad, a professional seeking global career opportunities, or an individual looking to migrate to an English-speaking country, IELTS is your gateway to unlocking a world of possibilities. Here's why IELTS is the key to your success:<\\/p>\\r\\n\\r\\n

                                                      \\r\\n\\t
                                                    1. \\r\\n\\t

                                                      Global Recognition: IELTS is recognized and accepted by thousands of universities, colleges, employers, and government agencies worldwide. No matter where you want to study, work, or settle, your IELTS score will be valued and understood by institutions and organizations across the globe.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                    2. \\r\\n\\t

                                                      Academic Pursuits: For students dreaming of pursuing higher education abroad, IELTS is a prerequisite for admission to universities in English-speaking countries. Whether you're applying for an undergraduate or postgraduate program, your IELTS score will showcase your English language proficiency and increase your chances of getting accepted into your desired institution.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                    3. \\r\\n\\t

                                                      Career Advancement: In an increasingly interconnected world, employers seek professionals with strong English language skills. A high IELTS score on your resume demonstrates your ability to communicate effectively, collaborate with diverse teams, and adapt to international work environments. It can give you a competitive edge and open doors to global career opportunities.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                    4. \\r\\n\\t

                                                      Immigration and Visa Applications: If you're considering immigrating to an English-speaking country, IELTS is often a mandatory requirement for visa applications. Governments use IELTS scores to assess your language proficiency and determine your eligibility for immigration, permanent residency, or citizenship.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                    5. \\r\\n\\t

                                                      Comprehensive Assessment: IELTS assesses all four language skills - Listening, Reading, Writing, and Speaking. This comprehensive evaluation ensures that your language abilities are thoroughly measured, providing a well-rounded representation of your English proficiency.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                    6. \\r\\n\\t

                                                      Two Test Formats: IELTS offers two test formats: Academic and General Training. The Academic module is suitable for students applying to universities or professional registration, while the General Training module is designed for work experience, training programs, or immigration purposes. This flexibility allows you to choose the format that best aligns with your goals.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                    7. \\r\\n\\t

                                                      Fair and Impartial Evaluation: IELTS employs a strict and standardized assessment process, ensuring fair and impartial evaluation for all test-takers. Your performance is measured against established global benchmarks, guaranteeing the credibility and reliability of your results.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                    8. \\r\\n\\t

                                                      Preparation Resources: Preparing for IELTS is made easier with a wealth of study materials, practice tests, and guidance available. Numerous online and offline resources, as well as preparatory courses, can help you familiarize yourself with the test format and enhance your skills.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                    9. \\r\\n\\t

                                                      Lifelong Value: Once you've taken the IELTS exam, your results are valid for two years. This means that you can use your IELTS score whenever you need it within that period, giving you the flexibility to pursue your goals at your own pace.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n

                                                      In conclusion, IELTS is not just an English language test; it is a stepping stone towards international success. Whether you dream of studying, working, or living abroad, IELTS can help you realize your aspirations. So, take the first step today, and unlock a world of opportunities with IELTS!<\\/p>\",\"intro\":\"Proven, trusted, and recognized globally, IELTS is your pathway to success. Start your journey today.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"why-ielts\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T02:35:26.000000Z\",\"created_at\":\"2023-07-29T02:35:26.000000Z\",\"preparationclass_id\":7,\"status_name\":\" Active <\\/span>\"}', '2023-07-28 20:50:26', '2023-07-28 20:50:26'); INSERT INTO `tbl_operation_logs` (`refNo`, `operation_id`, `user_id`, `operation_start_no`, `operation_end_no`, `model_name`, `model_id`, `operation_name`, `previous_values`, `new_values`, `created_at`, `updated_at`) VALUES (NULL, 134, 1, 202307290237419383, 202307290237419383, 'App\\Models\\Preparationclasses', 8, 'create', NULL, '{\"title\":\"Major Elements of IELTS\",\"parent_preparationclass\":\"1\",\"details\":\"

                                                      IELTS (International English Language Testing System) is a comprehensive exam that evaluates your English language proficiency across four major elements. Understanding these elements is crucial for achieving your desired score and unlocking countless opportunities. Let's delve into the key components of IELTS:<\\/p>\\r\\n\\r\\n

                                                        \\r\\n\\t
                                                      1. \\r\\n\\t

                                                        Listening: The Listening section assesses your ability to comprehend spoken English in various contexts. You'll listen to a range of recordings, such as conversations, monologues, and academic lectures, and answer questions based on the information provided. Sharpening your listening skills is essential, as the audio is played only once.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                      2. \\r\\n\\t

                                                        Reading: The Reading component evaluates your reading comprehension skills. You'll encounter a set of texts, sourced from books, articles, and other materials, and answer questions to demonstrate your understanding. The texts vary in complexity, testing your ability to grasp main ideas, identify details, and infer meanings.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                      3. \\r\\n\\t

                                                        Writing: In the Writing section, you'll be assessed on your ability to express yourself in written English. Task 1 involves describing visual data, such as graphs or charts, while Task 2 requires you to write an essay on a given topic. Strong writing skills, including organization, coherence, and vocabulary usage, are essential for excelling in this segment.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                      4. \\r\\n\\t

                                                        Speaking: The Speaking component evaluates your spoken English proficiency through a face-to-face interview with an examiner. It consists of three parts. Part 1 involves general questions about yourself and familiar topics. In Part 2, you'll speak on a given topic for 1-2 minutes. Part 3 delves deeper into the topic discussed in Part 2, exploring abstract ideas and opinions.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\",\"intro\":\"Understanding these elements is crucial for achieving your desired score and unlocking countless opportunities.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"major-elements-of-ielts\",\"display_order\":\"8\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T02:37:41.000000Z\",\"created_at\":\"2023-07-29T02:37:41.000000Z\",\"preparationclass_id\":8,\"status_name\":\" Active <\\/span>\"}', '2023-07-28 20:52:41', '2023-07-28 20:52:41'), (NULL, 135, 1, 202307290238512721, 202307290238512721, 'App\\Models\\Preparationclasses', 9, 'create', NULL, '{\"title\":\"IELTS Scores\",\"parent_preparationclass\":\"0\",\"details\":\"

                                                        Your IELTS (International English Language Testing System) score is a crucial indicator of your English language proficiency. It's a gateway to academic pursuits, career opportunities, and even immigration prospects in English-speaking countries. Understanding how the scoring system works will help you set realistic goals and plan your path to success.<\\/p>\\r\\n\\r\\n

                                                        IELTS is scored on a nine-band scale, with each band representing a specific level of language proficiency. Let's break down the IELTS scoring system:<\\/p>\\r\\n\\r\\n

                                                          \\r\\n\\t
                                                        1. \\r\\n\\t

                                                          Band Score 9 (Expert User): Achieving a Band 9 indicates that you have complete command over the English language. Your language use is accurate, fluent, and nuanced, allowing you to understand and communicate complex ideas effectively.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                        2. \\r\\n\\t

                                                          Band Score 8 (Very Good User): A Band 8 demonstrates a high level of proficiency. You can handle most situations that arise in English-speaking environments, with only occasional inaccuracies and minor misunderstandings.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                        3. \\r\\n\\t

                                                          Band Score 7 (Good User): At Band 7, you're a competent user of English. You can understand and express ideas fluently, but occasional errors may occur, especially in unfamiliar or complex situations.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                        4. \\r\\n\\t

                                                          Band Score 6 (Competent User): A Band 6 indicates that you have a competent grasp of English, but your language use may be somewhat limited or inconsistent, particularly in challenging contexts.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                        5. \\r\\n\\t

                                                          Band Score 5 (Modest User): Scoring a Band 5 suggests a basic level of competence in English. While you can understand and communicate simple information, you may struggle with more complex language tasks.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                        6. \\r\\n\\t

                                                          Band Score 4 (Limited User): At Band 4, you have a limited command of English. You can comprehend basic communication, but your ability to convey ideas or handle more sophisticated language is restricted.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                        7. \\r\\n\\t

                                                          Band Score 3 (Extremely Limited User): A Band 3 indicates that you possess only a minimal grasp of English, understanding only basic phrases and expressions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                        8. \\r\\n\\t

                                                          Band Score 2 (Intermittent User): Scoring a Band 2 means you have great difficulty understanding and expressing even the simplest English.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                        9. \\r\\n\\t

                                                          Band Score 1 (Non-User): A Band 1 suggests you have no practical ability to use English, except for a few isolated words.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n

                                                          Please note that you will receive individual band scores for each of the four sections: Listening, Reading, Writing, and Speaking. Your overall IELTS score is the average of these four band scores, rounded to the nearest half or whole band.<\\/p>\\r\\n\\r\\n

                                                          It's essential to set realistic goals based on your specific requirements. Different institutions and organizations may have their own minimum score requirements, so it's crucial to check their criteria before taking the test.<\\/p>\\r\\n\\r\\n

                                                          Remember, preparing for IELTS diligently and focusing on improving your language skills will boost your chances of achieving the score you desire. Whether you're aiming to pursue higher education, advance your career, or embark on a new journey abroad, a strong IELTS score will open doors to endless opportunities for your future success.<\\/p>\",\"intro\":\"It\'s a gateway to academic pursuits, career opportunities, and even immigration prospects in English-speaking countries\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"ielts-scores\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T02:38:51.000000Z\",\"created_at\":\"2023-07-29T02:38:51.000000Z\",\"preparationclass_id\":9,\"status_name\":\" Active <\\/span>\"}', '2023-07-28 20:53:51', '2023-07-28 20:53:51'), (NULL, 136, 1, 202307290239094960, 202307290239094960, 'App\\Models\\Preparationclasses', 9, 'update', '{\"preparationclass_id\":9,\"title\":\"IELTS Scores\",\"alias\":\"ielts-scores\",\"parent_preparationclass\":0,\"details\":\"

                                                          Your IELTS (International English Language Testing System) score is a crucial indicator of your English language proficiency. It's a gateway to academic pursuits, career opportunities, and even immigration prospects in English-speaking countries. Understanding how the scoring system works will help you set realistic goals and plan your path to success.<\\/p>\\r\\n\\r\\n

                                                          IELTS is scored on a nine-band scale, with each band representing a specific level of language proficiency. Let's break down the IELTS scoring system:<\\/p>\\r\\n\\r\\n

                                                            \\r\\n\\t
                                                          1. \\r\\n\\t

                                                            Band Score 9 (Expert User): Achieving a Band 9 indicates that you have complete command over the English language. Your language use is accurate, fluent, and nuanced, allowing you to understand and communicate complex ideas effectively.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                          2. \\r\\n\\t

                                                            Band Score 8 (Very Good User): A Band 8 demonstrates a high level of proficiency. You can handle most situations that arise in English-speaking environments, with only occasional inaccuracies and minor misunderstandings.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                          3. \\r\\n\\t

                                                            Band Score 7 (Good User): At Band 7, you're a competent user of English. You can understand and express ideas fluently, but occasional errors may occur, especially in unfamiliar or complex situations.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                          4. \\r\\n\\t

                                                            Band Score 6 (Competent User): A Band 6 indicates that you have a competent grasp of English, but your language use may be somewhat limited or inconsistent, particularly in challenging contexts.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                          5. \\r\\n\\t

                                                            Band Score 5 (Modest User): Scoring a Band 5 suggests a basic level of competence in English. While you can understand and communicate simple information, you may struggle with more complex language tasks.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                          6. \\r\\n\\t

                                                            Band Score 4 (Limited User): At Band 4, you have a limited command of English. You can comprehend basic communication, but your ability to convey ideas or handle more sophisticated language is restricted.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                          7. \\r\\n\\t

                                                            Band Score 3 (Extremely Limited User): A Band 3 indicates that you possess only a minimal grasp of English, understanding only basic phrases and expressions.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                          8. \\r\\n\\t

                                                            Band Score 2 (Intermittent User): Scoring a Band 2 means you have great difficulty understanding and expressing even the simplest English.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                          9. \\r\\n\\t

                                                            Band Score 1 (Non-User): A Band 1 suggests you have no practical ability to use English, except for a few isolated words.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n

                                                            Please note that you will receive individual band scores for each of the four sections: Listening, Reading, Writing, and Speaking. Your overall IELTS score is the average of these four band scores, rounded to the nearest half or whole band.<\\/p>\\r\\n\\r\\n

                                                            It's essential to set realistic goals based on your specific requirements. Different institutions and organizations may have their own minimum score requirements, so it's crucial to check their criteria before taking the test.<\\/p>\\r\\n\\r\\n

                                                            Remember, preparing for IELTS diligently and focusing on improving your language skills will boost your chances of achieving the score you desire. Whether you're aiming to pursue higher education, advance your career, or embark on a new journey abroad, a strong IELTS score will open doors to endless opportunities for your future success.<\\/p>\",\"intro\":\"It\'s a gateway to academic pursuits, career opportunities, and even immigration prospects in English-speaking countries\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":9,\"status\":1,\"created_at\":\"2023-07-29T02:38:51.000000Z\",\"updated_at\":\"2023-07-29T02:38:51.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"parent_preparationclass\":\"1\",\"updated_at\":\"2023-07-29 02:39:09\",\"updatedBy\":1}', '2023-07-28 20:54:09', '2023-07-28 20:54:09'), (NULL, 137, 1, 202307290244186634, 202307290244186634, 'App\\Models\\Preparationclasses', 7, 'update', '{\"preparationclass_id\":7,\"title\":\"Why IELTS\",\"alias\":\"why-ielts\",\"parent_preparationclass\":1,\"details\":\"

                                                            Are you considering taking the IELTS (International English Language Testing System) exam? Whether you are a student aspiring to study abroad, a professional seeking global career opportunities, or an individual looking to migrate to an English-speaking country, IELTS is your gateway to unlocking a world of possibilities. Here's why IELTS is the key to your success:<\\/p>\\r\\n\\r\\n

                                                              \\r\\n\\t
                                                            1. \\r\\n\\t

                                                              Global Recognition: IELTS is recognized and accepted by thousands of universities, colleges, employers, and government agencies worldwide. No matter where you want to study, work, or settle, your IELTS score will be valued and understood by institutions and organizations across the globe.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                            2. \\r\\n\\t

                                                              Academic Pursuits: For students dreaming of pursuing higher education abroad, IELTS is a prerequisite for admission to universities in English-speaking countries. Whether you're applying for an undergraduate or postgraduate program, your IELTS score will showcase your English language proficiency and increase your chances of getting accepted into your desired institution.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                            3. \\r\\n\\t

                                                              Career Advancement: In an increasingly interconnected world, employers seek professionals with strong English language skills. A high IELTS score on your resume demonstrates your ability to communicate effectively, collaborate with diverse teams, and adapt to international work environments. It can give you a competitive edge and open doors to global career opportunities.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                            4. \\r\\n\\t

                                                              Immigration and Visa Applications: If you're considering immigrating to an English-speaking country, IELTS is often a mandatory requirement for visa applications. Governments use IELTS scores to assess your language proficiency and determine your eligibility for immigration, permanent residency, or citizenship.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                            5. \\r\\n\\t

                                                              Comprehensive Assessment: IELTS assesses all four language skills - Listening, Reading, Writing, and Speaking. This comprehensive evaluation ensures that your language abilities are thoroughly measured, providing a well-rounded representation of your English proficiency.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                            6. \\r\\n\\t

                                                              Two Test Formats: IELTS offers two test formats: Academic and General Training. The Academic module is suitable for students applying to universities or professional registration, while the General Training module is designed for work experience, training programs, or immigration purposes. This flexibility allows you to choose the format that best aligns with your goals.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                            7. \\r\\n\\t

                                                              Fair and Impartial Evaluation: IELTS employs a strict and standardized assessment process, ensuring fair and impartial evaluation for all test-takers. Your performance is measured against established global benchmarks, guaranteeing the credibility and reliability of your results.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                            8. \\r\\n\\t

                                                              Preparation Resources: Preparing for IELTS is made easier with a wealth of study materials, practice tests, and guidance available. Numerous online and offline resources, as well as preparatory courses, can help you familiarize yourself with the test format and enhance your skills.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                            9. \\r\\n\\t

                                                              Lifelong Value: Once you've taken the IELTS exam, your results are valid for two years. This means that you can use your IELTS score whenever you need it within that period, giving you the flexibility to pursue your goals at your own pace.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n

                                                              In conclusion, IELTS is not just an English language test; it is a stepping stone towards international success. Whether you dream of studying, working, or living abroad, IELTS can help you realize your aspirations. So, take the first step today, and unlock a world of opportunities with IELTS!<\\/p>\",\"intro\":\"Proven, trusted, and recognized globally, IELTS is your pathway to success. Start your journey today.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":7,\"status\":1,\"created_at\":\"2023-07-29T02:35:26.000000Z\",\"updated_at\":\"2023-07-29T02:35:26.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"details\":\"

                                                              Welcome to the world of IELTS - the International English Language Testing System. With IELTS, you can unlock a world of international opportunities and beyond. The IELTS exam is designed to assess your English language proficiency, making it the perfect stepping stone towards achieving your dreams, whether you're a student aspiring to study abroad, a professional seeking global career opportunities, or an individual planning to migrate to an English-speaking country.<\\/p>\\r\\n\\r\\n

                                                              Here's why IELTS is the key to your success:<\\/p>\\r\\n\\r\\n

                                                              - Global Recognition: IELTS is accepted and respected by thousands of universities, colleges, employers, and government agencies worldwide, ensuring that your IELTS score will be valued and understood wherever you go.<\\/p>\\r\\n\\r\\n

                                                              - Academic Pursuits: For students dreaming of pursuing higher education abroad, IELTS is an essential requirement for admission to universities in English-speaking countries. Your IELTS score showcases your English language proficiency and increases your chances of getting accepted into your desired institution.<\\/p>\\r\\n\\r\\n

                                                              - Career Advancement: A high IELTS score on your resume demonstrates your ability to communicate effectively, collaborate with diverse teams, and adapt to international work environments. This can open doors to exciting global career opportunities.<\\/p>\\r\\n\\r\\n

                                                              - Immigration and Visa Applications: IELTS is often a mandatory requirement for immigration or visa applications to English-speaking countries. A good IELTS score can significantly improve your chances of a successful visa application, making your dreams of living and working abroad a reality.<\\/p>\\r\\n\\r\\n

                                                              - Comprehensive Assessment: The IELTS exam evaluates all four language skills - Listening, Reading, Writing, and Speaking, providing a well-rounded representation of your language abilities.<\\/p>\\r\\n\\r\\n

                                                              - Two Test Formats: IELTS offers two test formats - Academic and General Training, allowing you to choose the test that aligns with your goals.<\\/p>\\r\\n\\r\\n

                                                              - Fair and Impartial Evaluation: IELTS maintains the highest standards of fairness and impartiality in its evaluation process, ensuring all test-takers are assessed fairly and accurately.<\\/p>\\r\\n\\r\\n

                                                              - Preparation Resources: Abundance of study materials, practice tests, and guidance available to help you prepare effectively for the exam.<\\/p>\\r\\n\\r\\n

                                                              - Lifelong Value: Your IELTS scores are valid for two years, providing flexibility in pursuing your goals at your own pace.<\\/p>\\r\\n\\r\\n

                                                              In conclusion, IELTS is not just an English language test; it is a comprehensive evaluation of your language abilities that opens doors to a world of opportunities. Whether you dream of studying, working, or living abroad, IELTS can help you realize your aspirations and unlock a brighter future. So, take the first step today, and embark on a transformative journey with IELTS - the key to your success on the global stage.<\\/p>\",\"updated_at\":\"2023-07-29 02:44:18\",\"updatedBy\":1}', '2023-07-28 20:59:18', '2023-07-28 20:59:18'), (NULL, 138, 1, 202307290253397496, 202307290253397496, 'App\\Models\\Preparationclasses', 4, 'update', '{\"preparationclass_id\":4,\"title\":\"Why IELTS at Access?\",\"alias\":\"why-ielts-at-access\",\"parent_preparationclass\":0,\"details\":\"\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-25T00:01:21.000000Z\",\"updated_at\":\"2023-07-25T00:01:21.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"details\":\"

                                                              If you're considering taking the IELTS (International English Language Testing System) exam, look no further than Access Education Network for your preparation needs. We are committed to empowering learners like you with the knowledge, skills, and confidence necessary to achieve exceptional results in the IELTS test. Here's why preparing for IELTS from Access can make all the difference:<\\/p>\\r\\n\\r\\n

                                                                \\r\\n\\t
                                                              1. \\r\\n\\t

                                                                Expert Educators: At Access, we take pride in our team of expert educators. Our instructors are not only highly qualified but also experienced in guiding students through their IELTS journey. They possess in-depth knowledge of the IELTS exam format and assessment criteria, and they are dedicated to helping you reach your full potential.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                              2. \\r\\n\\t

                                                                Personalized Learning: We recognize that every learner is unique, and their learning needs may vary. Our approach is tailored to cater to individual strengths and areas of improvement. Through personalized attention and feedback, we ensure that you receive the support necessary to excel in all four sections of the IELTS exam.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                              3. \\r\\n\\t

                                                                Comprehensive Curriculum: Our well-structured and comprehensive curriculum covers all aspects of the IELTS exam. From mastering test strategies to honing language skills, we leave no stone unturned in preparing you for success. You'll have access to a wide range of resources, including mock tests and practice materials, to gauge your progress and boost your confidence.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                              4. \\r\\n\\t

                                                                Innovative Learning Methods: Access Education Network leverages the latest educational technology and teaching methodologies to make learning engaging and effective. Our interactive virtual classrooms, AI-driven learning tools, and gamified exercises add excitement to the preparation process, making your IELTS journey enjoyable.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                              5. \\r\\n\\t

                                                                Inclusive Learning Environment: We believe in fostering an inclusive and supportive learning environment where every student feels valued and encouraged. No matter your background or proficiency level, Access welcomes you to be a part of our diverse community, where you can learn from each other's experiences and perspectives.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                              6. \\r\\n\\t

                                                                Proven Track Record: Over the years, Access has helped countless students achieve their IELTS goals. Our success stories speak for themselves, and we take pride in being a trusted name in IELTS preparation.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                              7. \\r\\n\\t

                                                                Flexibility and Convenience: We understand that many learners have busy schedules and other commitments. That's why we offer flexible learning options, including both online and offline classes, so you can prepare for IELTS at your own pace and convenience.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                              8. \\r\\n\\t

                                                                Comprehensive Support: Preparing for IELTS can be both exciting and challenging. At Access, we are here to support you at every step of your journey. Whether you need assistance with exam registration, study planning, or even test-day tips, our team is here to guide you throughout the process.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                              9. \\r\\n\\t

                                                                Beyond IELTS: Access Education Network is not just about preparing you for IELTS. We believe in holistic development and offer a range of additional educational programs and resources to nurture your overall growth.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\",\"updated_at\":\"2023-07-29 02:53:39\",\"updatedBy\":1}', '2023-07-28 21:08:39', '2023-07-28 21:08:39'), (NULL, 139, 1, 202307290254063138, 202307290254063138, 'App\\Models\\Preparationclasses', 4, 'update', '{\"preparationclass_id\":4,\"title\":\"Why IELTS at Access?\",\"alias\":\"why-ielts-at-access\",\"parent_preparationclass\":0,\"details\":\"

                                                                If you're considering taking the IELTS (International English Language Testing System) exam, look no further than Access Education Network for your preparation needs. We are committed to empowering learners like you with the knowledge, skills, and confidence necessary to achieve exceptional results in the IELTS test. Here's why preparing for IELTS from Access can make all the difference:<\\/p>\\r\\n\\r\\n

                                                                  \\r\\n\\t
                                                                1. \\r\\n\\t

                                                                  Expert Educators: At Access, we take pride in our team of expert educators. Our instructors are not only highly qualified but also experienced in guiding students through their IELTS journey. They possess in-depth knowledge of the IELTS exam format and assessment criteria, and they are dedicated to helping you reach your full potential.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                2. \\r\\n\\t

                                                                  Personalized Learning: We recognize that every learner is unique, and their learning needs may vary. Our approach is tailored to cater to individual strengths and areas of improvement. Through personalized attention and feedback, we ensure that you receive the support necessary to excel in all four sections of the IELTS exam.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                3. \\r\\n\\t

                                                                  Comprehensive Curriculum: Our well-structured and comprehensive curriculum covers all aspects of the IELTS exam. From mastering test strategies to honing language skills, we leave no stone unturned in preparing you for success. You'll have access to a wide range of resources, including mock tests and practice materials, to gauge your progress and boost your confidence.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                4. \\r\\n\\t

                                                                  Innovative Learning Methods: Access Education Network leverages the latest educational technology and teaching methodologies to make learning engaging and effective. Our interactive virtual classrooms, AI-driven learning tools, and gamified exercises add excitement to the preparation process, making your IELTS journey enjoyable.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                5. \\r\\n\\t

                                                                  Inclusive Learning Environment: We believe in fostering an inclusive and supportive learning environment where every student feels valued and encouraged. No matter your background or proficiency level, Access welcomes you to be a part of our diverse community, where you can learn from each other's experiences and perspectives.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                6. \\r\\n\\t

                                                                  Proven Track Record: Over the years, Access has helped countless students achieve their IELTS goals. Our success stories speak for themselves, and we take pride in being a trusted name in IELTS preparation.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                7. \\r\\n\\t

                                                                  Flexibility and Convenience: We understand that many learners have busy schedules and other commitments. That's why we offer flexible learning options, including both online and offline classes, so you can prepare for IELTS at your own pace and convenience.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                8. \\r\\n\\t

                                                                  Comprehensive Support: Preparing for IELTS can be both exciting and challenging. At Access, we are here to support you at every step of your journey. Whether you need assistance with exam registration, study planning, or even test-day tips, our team is here to guide you throughout the process.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                9. \\r\\n\\t

                                                                  Beyond IELTS: Access Education Network is not just about preparing you for IELTS. We believe in holistic development and offer a range of additional educational programs and resources to nurture your overall growth.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-25T00:01:21.000000Z\",\"updated_at\":\"2023-07-29T02:53:39.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"parent_preparationclass\":\"1\",\"updated_at\":\"2023-07-29 02:54:06\",\"updatedBy\":1}', '2023-07-28 21:09:06', '2023-07-28 21:09:06'), (NULL, 140, 1, 202307290254529855, 202307290254529855, 'App\\Models\\Preparationclasses', 4, 'update', '{\"preparationclass_id\":4,\"title\":\"Why IELTS at Access?\",\"alias\":\"why-ielts-at-access\",\"parent_preparationclass\":1,\"details\":\"

                                                                  If you're considering taking the IELTS (International English Language Testing System) exam, look no further than Access Education Network for your preparation needs. We are committed to empowering learners like you with the knowledge, skills, and confidence necessary to achieve exceptional results in the IELTS test. Here's why preparing for IELTS from Access can make all the difference:<\\/p>\\r\\n\\r\\n

                                                                    \\r\\n\\t
                                                                  1. \\r\\n\\t

                                                                    Expert Educators: At Access, we take pride in our team of expert educators. Our instructors are not only highly qualified but also experienced in guiding students through their IELTS journey. They possess in-depth knowledge of the IELTS exam format and assessment criteria, and they are dedicated to helping you reach your full potential.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                  2. \\r\\n\\t

                                                                    Personalized Learning: We recognize that every learner is unique, and their learning needs may vary. Our approach is tailored to cater to individual strengths and areas of improvement. Through personalized attention and feedback, we ensure that you receive the support necessary to excel in all four sections of the IELTS exam.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                  3. \\r\\n\\t

                                                                    Comprehensive Curriculum: Our well-structured and comprehensive curriculum covers all aspects of the IELTS exam. From mastering test strategies to honing language skills, we leave no stone unturned in preparing you for success. You'll have access to a wide range of resources, including mock tests and practice materials, to gauge your progress and boost your confidence.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                  4. \\r\\n\\t

                                                                    Innovative Learning Methods: Access Education Network leverages the latest educational technology and teaching methodologies to make learning engaging and effective. Our interactive virtual classrooms, AI-driven learning tools, and gamified exercises add excitement to the preparation process, making your IELTS journey enjoyable.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                  5. \\r\\n\\t

                                                                    Inclusive Learning Environment: We believe in fostering an inclusive and supportive learning environment where every student feels valued and encouraged. No matter your background or proficiency level, Access welcomes you to be a part of our diverse community, where you can learn from each other's experiences and perspectives.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                  6. \\r\\n\\t

                                                                    Proven Track Record: Over the years, Access has helped countless students achieve their IELTS goals. Our success stories speak for themselves, and we take pride in being a trusted name in IELTS preparation.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                  7. \\r\\n\\t

                                                                    Flexibility and Convenience: We understand that many learners have busy schedules and other commitments. That's why we offer flexible learning options, including both online and offline classes, so you can prepare for IELTS at your own pace and convenience.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                  8. \\r\\n\\t

                                                                    Comprehensive Support: Preparing for IELTS can be both exciting and challenging. At Access, we are here to support you at every step of your journey. Whether you need assistance with exam registration, study planning, or even test-day tips, our team is here to guide you throughout the process.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                  9. \\r\\n\\t

                                                                    Beyond IELTS: Access Education Network is not just about preparing you for IELTS. We believe in holistic development and offer a range of additional educational programs and resources to nurture your overall growth.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-25T00:01:21.000000Z\",\"updated_at\":\"2023-07-29T02:54:06.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"intro\":\"Look no further than Access Education Network for your preparation needs. We are committed to empowering learners like you with the knowledge, skills, and confidence necessary to achieve exceptional results in the IELTS test\",\"updated_at\":\"2023-07-29 02:54:52\",\"updatedBy\":1}', '2023-07-28 21:09:52', '2023-07-28 21:09:52'), (NULL, 141, 1, 202307290256173895, 202307290256173895, 'App\\Models\\Preparationclasses', 4, 'update', '{\"preparationclass_id\":4,\"title\":\"Why IELTS at Access?\",\"alias\":\"why-ielts-at-access\",\"parent_preparationclass\":1,\"details\":\"

                                                                    If you're considering taking the IELTS (International English Language Testing System) exam, look no further than Access Education Network for your preparation needs. We are committed to empowering learners like you with the knowledge, skills, and confidence necessary to achieve exceptional results in the IELTS test. Here's why preparing for IELTS from Access can make all the difference:<\\/p>\\r\\n\\r\\n

                                                                      \\r\\n\\t
                                                                    1. \\r\\n\\t

                                                                      Expert Educators: At Access, we take pride in our team of expert educators. Our instructors are not only highly qualified but also experienced in guiding students through their IELTS journey. They possess in-depth knowledge of the IELTS exam format and assessment criteria, and they are dedicated to helping you reach your full potential.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                    2. \\r\\n\\t

                                                                      Personalized Learning: We recognize that every learner is unique, and their learning needs may vary. Our approach is tailored to cater to individual strengths and areas of improvement. Through personalized attention and feedback, we ensure that you receive the support necessary to excel in all four sections of the IELTS exam.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                    3. \\r\\n\\t

                                                                      Comprehensive Curriculum: Our well-structured and comprehensive curriculum covers all aspects of the IELTS exam. From mastering test strategies to honing language skills, we leave no stone unturned in preparing you for success. You'll have access to a wide range of resources, including mock tests and practice materials, to gauge your progress and boost your confidence.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                    4. \\r\\n\\t

                                                                      Innovative Learning Methods: Access Education Network leverages the latest educational technology and teaching methodologies to make learning engaging and effective. Our interactive virtual classrooms, AI-driven learning tools, and gamified exercises add excitement to the preparation process, making your IELTS journey enjoyable.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                    5. \\r\\n\\t

                                                                      Inclusive Learning Environment: We believe in fostering an inclusive and supportive learning environment where every student feels valued and encouraged. No matter your background or proficiency level, Access welcomes you to be a part of our diverse community, where you can learn from each other's experiences and perspectives.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                    6. \\r\\n\\t

                                                                      Proven Track Record: Over the years, Access has helped countless students achieve their IELTS goals. Our success stories speak for themselves, and we take pride in being a trusted name in IELTS preparation.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                    7. \\r\\n\\t

                                                                      Flexibility and Convenience: We understand that many learners have busy schedules and other commitments. That's why we offer flexible learning options, including both online and offline classes, so you can prepare for IELTS at your own pace and convenience.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                    8. \\r\\n\\t

                                                                      Comprehensive Support: Preparing for IELTS can be both exciting and challenging. At Access, we are here to support you at every step of your journey. Whether you need assistance with exam registration, study planning, or even test-day tips, our team is here to guide you throughout the process.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                    9. \\r\\n\\t

                                                                      Beyond IELTS: Access Education Network is not just about preparing you for IELTS. We believe in holistic development and offer a range of additional educational programs and resources to nurture your overall growth.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\",\"intro\":\"Look no further than Access Education Network for your preparation needs. We are committed to empowering learners like you with the knowledge, skills, and confidence necessary to achieve exceptional results in the IELTS test\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-25T00:01:21.000000Z\",\"updated_at\":\"2023-07-29T02:54:52.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"intro\":\"Look no further than Access Education Network for your preparation needs. We are committed to empowering learners like you.\",\"updated_at\":\"2023-07-29 02:56:17\",\"updatedBy\":1}', '2023-07-28 21:11:17', '2023-07-28 21:11:17'), (NULL, 142, 1, 202307290324289829, 202307290324289829, 'App\\Models\\Resources', 1, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-28 21:39:28', '2023-07-28 21:39:28'), (NULL, 143, 1, 202307290444207026, 202307290444207026, 'App\\Models\\Resources', 9, 'create', NULL, '{\"resourcetypes_id\":\"1\",\"parent_resource\":\"3\",\"title\":\"Tips to improve IELTS learning\",\"text\":\"

                                                                      Improving your IELTS learning is a journey that requires dedication, practice, and a strategic approach. Here are some valuable tips to help you boost your IELTS preparation and achieve your desired score:<\\/p>\\r\\n\\r\\n

                                                                        \\r\\n\\t
                                                                      1. \\r\\n\\t

                                                                        Understand the Test Format: Familiarize yourself with the IELTS test format for both the Academic and General Training modules. Understand the structure of each section, the types of questions, and the time limits. Knowing what to expect will help you feel more confident and prepared on test day.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                      2. \\r\\n\\t

                                                                        Set Clear Goals: Set specific and achievable goals for your IELTS preparation. Determine the score you need for your academic or immigration purposes, and create a study plan tailored to your goals. Breaking down your preparation into smaller tasks will make your learning journey more manageable.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                      3. \\r\\n\\t

                                                                        Practice Regularly: Consistent practice is key to improving your English language skills. Dedicate time each day for practice, including listening to English audio, reading articles, writing essays, and engaging in speaking exercises. Regular practice will help you build fluency, vocabulary, and confidence.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                      4. \\r\\n\\t

                                                                        Use Authentic Materials: Utilize authentic IELTS practice materials and official sample tests available online or in preparation books. These materials closely resemble the actual test, providing you with a realistic test-taking experience and helping you become familiar with the question types.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                      5. \\r\\n\\t

                                                                        Take Mock Tests: Taking mock tests under timed conditions is essential for evaluating your progress. Regularly assess your performance through mock tests to identify your strengths and weaknesses. Analyze your mistakes and work on improving those areas.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                      6. \\r\\n\\t

                                                                        Focus on Time Management: IELTS is a timed exam, so practice time management during your mock tests and study sessions. Allocate specific time for each section and practice completing tasks within the time limits. Effective time management will prevent rushing through questions on the actual exam day.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                      7. \\r\\n\\t

                                                                        Enhance Vocabulary: Work on expanding your vocabulary by learning new words and phrases regularly. Practice using them in your writing and speaking tasks to improve the clarity and richness of your language.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                      8. \\r\\n\\t

                                                                        Listen and Read Widely: Listen to a variety of English audio, such as podcasts, news broadcasts, and academic lectures, to improve your listening skills. Read a wide range of materials, including articles, essays, and academic texts, to enhance your reading comprehension.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                      9. \\r\\n\\t

                                                                        Seek Feedback: Get feedback on your writing and speaking from teachers, native speakers, or language partners. Constructive feedback will help you identify areas for improvement and refine your language usage.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                      10. \\r\\n\\t

                                                                        Practice Speaking: Engage in regular speaking practice with friends, family, or language partners. Discuss a wide range of topics and simulate speaking test scenarios. The more you practice, the more confident you will become in expressing your ideas clearly.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t

                                                                      11. \\r\\n\\t

                                                                        Stay Positive and Persistent: IELTS preparation can be challenging, but maintain a positive attitude and stay persistent. Celebrate your progress and don't be disheartened by setbacks. Believe in your ability to improve, and your hard work will pay off.<\\/p>\\r\\n\\t<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n

                                                                        By incorporating these tips into your IELTS preparation, you'll be better equipped to excel in the exam and achieve the results you desire. Remember that improvement comes with consistent effort and dedication, so stay committed to your learning journey. Good luck on your path to IELTS success!<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"tips-to-improve-ielts-learning\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T04:44:20.000000Z\",\"created_at\":\"2023-07-29T04:44:20.000000Z\",\"resource_id\":9,\"status_name\":\" Active <\\/span>\"}', '2023-07-28 22:59:20', '2023-07-28 22:59:20'), (NULL, 144, 1, 202307291058281042, 202307291058281042, 'App\\Models\\Events', 1, 'create', NULL, '{\"startdate\":\"2023-07-30\",\"enddate\":\"2023-08-04\",\"title\":\"Canada BONANZA Offer\",\"text\":\"\",\"description\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"link\":\"\",\"seo_title\":\"\",\"seo_description\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T10:58:28.000000Z\",\"created_at\":\"2023-07-29T10:58:28.000000Z\",\"event_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 05:13:28', '2023-07-29 05:13:28'), (NULL, 145, 1, 202307291145031756, 202307291145031756, 'App\\Models\\Galleries', 1, 'create', NULL, '{\"branches_id\":\"9\",\"title\":\"VISA SUCCESS CELEBRATIONS\",\"thumb\":\"\",\"alias\":\"visa-success-celebrations\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T11:45:03.000000Z\",\"created_at\":\"2023-07-29T11:45:03.000000Z\",\"gallery_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 06:00:03', '2023-07-29 06:00:03'), (NULL, 146, 1, 202307291156382038, 202307291156382038, 'App\\Models\\Photos', 1, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"Photo 1\",\"thumb\":\"storage\\/files\\/1\\/can.jpg\",\"alias\":\"photo-1\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T11:56:38.000000Z\",\"created_at\":\"2023-07-29T11:56:38.000000Z\",\"photo_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 06:11:38', '2023-07-29 06:11:38'), (NULL, 147, 1, 202307291210394608, 202307291210394608, 'App\\Models\\Galleries', 2, 'create', NULL, '{\"title\":\"College Visit at Putalisadak office\",\"text\":\"\",\"thumb\":\"\",\"cover_photo\":\"\",\"alias\":\"college-visit-at-putalisadak-office\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T12:10:39.000000Z\",\"created_at\":\"2023-07-29T12:10:39.000000Z\",\"gallery_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 06:25:39', '2023-07-29 06:25:39'), (NULL, 148, 1, 202307291239395458, 202307291239395458, 'App\\Models\\Photos', 2, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"\",\"thumb\":\"storage\\/files\\/1\\/aus.jpg\",\"alias\":\"\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T12:39:39.000000Z\",\"created_at\":\"2023-07-29T12:39:39.000000Z\",\"photo_id\":2,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 06:54:39', '2023-07-29 06:54:39'), (NULL, 149, 1, 202307291240432583, 202307291240432583, 'App\\Models\\Photos', 3, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"\",\"thumb\":\"storage\\/files\\/1\\/career-counselling.jpg\",\"alias\":\"\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T12:40:43.000000Z\",\"created_at\":\"2023-07-29T12:40:43.000000Z\",\"photo_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 06:55:43', '2023-07-29 06:55:43'), (NULL, 150, 1, 202307292311499165, 202307292311499165, 'App\\Models\\Photos', 4, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"\",\"thumb\":\"storage\\/files\\/1\\/facts-about-nz-header.jpg\",\"alias\":\"-1\",\"display_order\":4,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:11:49.000000Z\",\"created_at\":\"2023-07-29T23:11:49.000000Z\",\"photo_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 17:26:49', '2023-07-29 17:26:49'), (NULL, 151, 1, 202307292311495524, 202307292311495524, 'App\\Models\\Photos', 5, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"\",\"thumb\":\"storage\\/files\\/1\\/aus.jpg\",\"alias\":\"-2\",\"display_order\":5,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:11:49.000000Z\",\"created_at\":\"2023-07-29T23:11:49.000000Z\",\"photo_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 17:26:49', '2023-07-29 17:26:49'), (NULL, 152, 1, 202307292311491413, 202307292311491413, 'App\\Models\\Photos', 6, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"\",\"thumb\":\"storage\\/files\\/1\\/Can-unv.png\",\"alias\":\"-3\",\"display_order\":6,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:11:49.000000Z\",\"created_at\":\"2023-07-29T23:11:49.000000Z\",\"photo_id\":6,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 17:26:49', '2023-07-29 17:26:49'), (NULL, 153, 1, 202307292314119372, 202307292314119372, 'App\\Models\\Photos', 7, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"\",\"thumb\":\"storage\\/files\\/1\\/Steps.png\",\"alias\":\"-4\",\"display_order\":7,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:14:11.000000Z\",\"created_at\":\"2023-07-29T23:14:11.000000Z\",\"photo_id\":7,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 17:29:11', '2023-07-29 17:29:11'), (NULL, 154, 1, 202307292314116872, 202307292314116872, 'App\\Models\\Photos', 8, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"\",\"thumb\":\"storage\\/files\\/1\\/places-of-attraction-canada.jpg\",\"alias\":\"-5\",\"display_order\":8,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:14:11.000000Z\",\"created_at\":\"2023-07-29T23:14:11.000000Z\",\"photo_id\":8,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 17:29:11', '2023-07-29 17:29:11'), (NULL, 155, 1, 202307292314117838, 202307292314117838, 'App\\Models\\Photos', 9, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"\",\"thumb\":\"storage\\/files\\/1\\/new.jpg\",\"alias\":\"-6\",\"display_order\":9,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:14:11.000000Z\",\"created_at\":\"2023-07-29T23:14:11.000000Z\",\"photo_id\":9,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 17:29:11', '2023-07-29 17:29:11'), (NULL, 156, 1, 202307292346148058, 202307292346148058, 'App\\Models\\Photos', 10, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"Test\",\"thumb\":\"storage\\/files\\/1\\/aus.jpg\",\"alias\":\"test\",\"display_order\":10,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:46:14.000000Z\",\"created_at\":\"2023-07-29T23:46:14.000000Z\",\"photo_id\":10,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:01:14', '2023-07-29 18:01:14'), (NULL, 157, 1, 202307292346144220, 202307292346144220, 'App\\Models\\Photos', 11, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"Test\",\"thumb\":\"storage\\/files\\/1\\/Can-unv.png\",\"alias\":\"test-1\",\"display_order\":11,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:46:14.000000Z\",\"created_at\":\"2023-07-29T23:46:14.000000Z\",\"photo_id\":11,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:01:14', '2023-07-29 18:01:14'); INSERT INTO `tbl_operation_logs` (`refNo`, `operation_id`, `user_id`, `operation_start_no`, `operation_end_no`, `model_name`, `model_id`, `operation_name`, `previous_values`, `new_values`, `created_at`, `updated_at`) VALUES (NULL, 158, 1, 202307292346144772, 202307292346144772, 'App\\Models\\Photos', 12, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"Test\",\"thumb\":\"storage\\/files\\/1\\/can.jpg\",\"alias\":\"test-2\",\"display_order\":12,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:46:14.000000Z\",\"created_at\":\"2023-07-29T23:46:14.000000Z\",\"photo_id\":12,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:01:14', '2023-07-29 18:01:14'), (NULL, 159, 1, 202307292346142052, 202307292346142052, 'App\\Models\\Photos', 13, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"Test\",\"thumb\":\"storage\\/files\\/1\\/career-counselling.jpg\",\"alias\":\"test-3\",\"display_order\":13,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:46:14.000000Z\",\"created_at\":\"2023-07-29T23:46:14.000000Z\",\"photo_id\":13,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:01:14', '2023-07-29 18:01:14'), (NULL, 160, 1, 202307292346143032, 202307292346143032, 'App\\Models\\Photos', 14, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"Test\",\"thumb\":\"storage\\/files\\/1\\/facts-about-australia-header.jpg\",\"alias\":\"test-4\",\"display_order\":14,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:46:14.000000Z\",\"created_at\":\"2023-07-29T23:46:14.000000Z\",\"photo_id\":14,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:01:14', '2023-07-29 18:01:14'), (NULL, 161, 1, 202307292346144488, 202307292346144488, 'App\\Models\\Photos', 15, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"Test\",\"thumb\":\"storage\\/files\\/1\\/facts-about-nz-header.jpg\",\"alias\":\"test-5\",\"display_order\":15,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:46:14.000000Z\",\"created_at\":\"2023-07-29T23:46:14.000000Z\",\"photo_id\":15,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:01:14', '2023-07-29 18:01:14'), (NULL, 162, 1, 202307292350117637, 202307292350117637, 'App\\Models\\Photos', 16, 'create', NULL, '{\"galleries_id\":\"2\",\"title\":\"Seneca Seminar\",\"thumb\":\"storage\\/files\\/1\\/Seneca Seminar\\/bmf-switch-xx-wall-unit-330cm-wide-tv-stand-shelf-three-display-square-glass-cabinets-push-click-doors-grey-black-high-gloss.jpg\",\"alias\":\"seneca-seminar\",\"display_order\":16,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:50:11.000000Z\",\"created_at\":\"2023-07-29T23:50:11.000000Z\",\"photo_id\":16,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:05:11', '2023-07-29 18:05:11'), (NULL, 163, 1, 202307292350112632, 202307292350112632, 'App\\Models\\Photos', 17, 'create', NULL, '{\"galleries_id\":\"2\",\"title\":\"Seneca Seminar\",\"thumb\":\"storage\\/files\\/1\\/Seneca Seminar\\/RED_DUMMY.png\",\"alias\":\"seneca-seminar-1\",\"display_order\":17,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:50:11.000000Z\",\"created_at\":\"2023-07-29T23:50:11.000000Z\",\"photo_id\":17,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:05:11', '2023-07-29 18:05:11'), (NULL, 164, 1, 202307292350115363, 202307292350115363, 'App\\Models\\Photos', 18, 'create', NULL, '{\"galleries_id\":\"2\",\"title\":\"Seneca Seminar\",\"thumb\":\"storage\\/files\\/1\\/Seneca Seminar\\/speakerman.png\",\"alias\":\"seneca-seminar-2\",\"display_order\":18,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:50:11.000000Z\",\"created_at\":\"2023-07-29T23:50:11.000000Z\",\"photo_id\":18,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:05:11', '2023-07-29 18:05:11'), (NULL, 165, 1, 202307292350113634, 202307292350113634, 'App\\Models\\Photos', 19, 'create', NULL, '{\"galleries_id\":\"2\",\"title\":\"Seneca Seminar\",\"thumb\":\"storage\\/files\\/1\\/Seneca Seminar\\/YELLOW.png\",\"alias\":\"seneca-seminar-3\",\"display_order\":19,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:50:11.000000Z\",\"created_at\":\"2023-07-29T23:50:11.000000Z\",\"photo_id\":19,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:05:11', '2023-07-29 18:05:11'), (NULL, 166, 1, 202307292350115851, 202307292350115851, 'App\\Models\\Photos', 20, 'create', NULL, '{\"galleries_id\":\"2\",\"title\":\"Seneca Seminar\",\"thumb\":\"storage\\/files\\/1\\/Seneca Seminar\\/YELLOW_DUMMY.png\",\"alias\":\"seneca-seminar-4\",\"display_order\":20,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-29T23:50:11.000000Z\",\"created_at\":\"2023-07-29T23:50:11.000000Z\",\"photo_id\":20,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:05:11', '2023-07-29 18:05:11'), (NULL, 167, 1, 202307292352263269, 202307292352263269, 'App\\Models\\Photos', 3, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:07:26', '2023-07-29 18:07:26'), (NULL, 168, 1, 202307292353105759, 202307292353105759, 'App\\Models\\Photos', 4, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:08:10', '2023-07-29 18:08:10'), (NULL, 169, 1, 202307292353342847, 202307292353342847, 'App\\Models\\Photos', 6, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:08:34', '2023-07-29 18:08:34'), (NULL, 170, 1, 202307292353402523, 202307292353402523, 'App\\Models\\Photos', 8, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:08:40', '2023-07-29 18:08:40'), (NULL, 171, 1, 202307292353454837, 202307292353454837, 'App\\Models\\Photos', 11, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:08:45', '2023-07-29 18:08:45'), (NULL, 172, 1, 202307292353509352, 202307292353509352, 'App\\Models\\Photos', 15, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:08:50', '2023-07-29 18:08:50'), (NULL, 173, 1, 202307292353545953, 202307292353545953, 'App\\Models\\Photos', 13, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:08:54', '2023-07-29 18:08:54'), (NULL, 174, 1, 202307292353593644, 202307292353593644, 'App\\Models\\Photos', 14, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:08:59', '2023-07-29 18:08:59'), (NULL, 175, 1, 202307292354064669, 202307292354064669, 'App\\Models\\Photos', 10, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:09:06', '2023-07-29 18:09:06'), (NULL, 176, 1, 202307292354103640, 202307292354103640, 'App\\Models\\Photos', 2, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:09:10', '2023-07-29 18:09:10'), (NULL, 177, 1, 202307292354158587, 202307292354158587, 'App\\Models\\Photos', 12, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:09:15', '2023-07-29 18:09:15'), (NULL, 178, 1, 202307292354236133, 202307292354236133, 'App\\Models\\Photos', 7, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:09:23', '2023-07-29 18:09:23'), (NULL, 179, 1, 202307292356387319, 202307292356387319, 'App\\Models\\Photos', 9, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:11:38', '2023-07-29 18:11:38'), (NULL, 180, 1, 202307292357307341, 202307292357307341, 'App\\Models\\Photos', 5, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:12:30', '2023-07-29 18:12:30'), (NULL, 181, 1, 202307292357475440, 202307292357475440, 'App\\Models\\Photos', 1, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:12:47', '2023-07-29 18:12:47'), (NULL, 182, 1, 202307300000047332, 202307300000047332, 'App\\Models\\Photos', 21, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"VISA Success Posts\",\"thumb\":\"storage\\/files\\/1\\/VISA Success\\/Priya-Pandey.png\",\"alias\":\"visa-success-posts\",\"display_order\":21,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-30T00:00:04.000000Z\",\"created_at\":\"2023-07-30T00:00:04.000000Z\",\"photo_id\":21,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:15:04', '2023-07-29 18:15:04'), (NULL, 183, 1, 202307300000041824, 202307300000041824, 'App\\Models\\Photos', 22, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"VISA Success Posts\",\"thumb\":\"storage\\/files\\/1\\/VISA Success\\/Special-Visa-NZx.png\",\"alias\":\"visa-success-posts-1\",\"display_order\":22,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-30T00:00:04.000000Z\",\"created_at\":\"2023-07-30T00:00:04.000000Z\",\"photo_id\":22,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:15:04', '2023-07-29 18:15:04'), (NULL, 184, 1, 202307300000043844, 202307300000043844, 'App\\Models\\Photos', 23, 'create', NULL, '{\"galleries_id\":\"1\",\"title\":\"VISA Success Posts\",\"thumb\":\"storage\\/files\\/1\\/VISA Success\\/Visa-Success-UK (1).png\",\"alias\":\"visa-success-posts-2\",\"display_order\":23,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-30T00:00:04.000000Z\",\"created_at\":\"2023-07-30T00:00:04.000000Z\",\"photo_id\":23,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:15:04', '2023-07-29 18:15:04'), (NULL, 185, 1, 202307300002132520, 202307300002132520, 'App\\Models\\Galleries', 3, 'create', NULL, '{\"title\":\"Promotional Offers\",\"text\":\"\",\"thumb\":\"\",\"cover_photo\":\"\",\"alias\":\"promotional-offers\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-30T00:02:13.000000Z\",\"created_at\":\"2023-07-30T00:02:13.000000Z\",\"gallery_id\":3,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:17:13', '2023-07-29 18:17:13'), (NULL, 186, 1, 202307300002265764, 202307300002265764, 'App\\Models\\Galleries', 4, 'create', NULL, '{\"title\":\"aaa\",\"text\":\"\",\"thumb\":\"\",\"cover_photo\":\"\",\"alias\":\"aaa\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-30T00:02:26.000000Z\",\"created_at\":\"2023-07-30T00:02:26.000000Z\",\"gallery_id\":4,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:17:26', '2023-07-29 18:17:26'), (NULL, 187, 1, 202307300004106937, 202307300004106937, 'App\\Models\\Galleries', 5, 'create', NULL, '{\"title\":\"asdasdasdasd asda sdasdasd\",\"text\":\"\",\"thumb\":\"\",\"cover_photo\":\"\",\"alias\":\"asdasdasdasd-asda-sdasdasd\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-30T00:04:10.000000Z\",\"created_at\":\"2023-07-30T00:04:10.000000Z\",\"gallery_id\":5,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:19:10', '2023-07-29 18:19:10'), (NULL, 188, 1, 202307300004183008, 202307300004183008, 'App\\Models\\Galleries', 4, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:19:18', '2023-07-29 18:19:18'), (NULL, 189, 1, 202307300004268116, 202307300004268116, 'App\\Models\\Galleries', 5, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 18:19:26', '2023-07-29 18:19:26'), (NULL, 190, 1, 202307300005382240, 202307300005382240, 'App\\Models\\Photos', 24, 'create', NULL, '{\"galleries_id\":\"3\",\"title\":\"\",\"thumb\":\"storage\\/files\\/1\\/Promotional Offers\\/Cover--AEN-PKR.png\",\"alias\":\"-7\",\"display_order\":24,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-30T00:05:38.000000Z\",\"created_at\":\"2023-07-30T00:05:38.000000Z\",\"photo_id\":24,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:20:38', '2023-07-29 18:20:38'), (NULL, 191, 1, 202307300005381722, 202307300005381722, 'App\\Models\\Photos', 25, 'create', NULL, '{\"galleries_id\":\"3\",\"title\":\"\",\"thumb\":\"storage\\/files\\/1\\/Promotional Offers\\/Cover.png\",\"alias\":\"-8\",\"display_order\":25,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-30T00:05:38.000000Z\",\"created_at\":\"2023-07-30T00:05:38.000000Z\",\"photo_id\":25,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:20:38', '2023-07-29 18:20:38'), (NULL, 192, 1, 202307300005387722, 202307300005387722, 'App\\Models\\Photos', 26, 'create', NULL, '{\"galleries_id\":\"3\",\"title\":\"\",\"thumb\":\"storage\\/files\\/1\\/Promotional Offers\\/Up-Education-Event.png\",\"alias\":\"-9\",\"display_order\":26,\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-30T00:05:38.000000Z\",\"created_at\":\"2023-07-30T00:05:38.000000Z\",\"photo_id\":26,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 18:20:38', '2023-07-29 18:20:38'), (NULL, 193, 1, 202307300204359316, 202307300204359316, 'App\\Models\\Brancharticles', 1, 'update', '{\"article_id\":1,\"branches_id\":9,\"parent_article\":0,\"title\":\"Introduction\",\"alias\":\"introduction\",\"text\":\"\",\"thumb\":\"\",\"cover_photo\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T01:19:13.000000Z\",\"updated_at\":\"2023-07-25T01:19:13.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"title\":\"The<\\/span> Office\",\"updated_at\":\"2023-07-30 02:04:35\",\"updatedBy\":1}', '2023-07-29 20:19:35', '2023-07-29 20:19:35'), (NULL, 194, 1, 202307300210035660, 202307300210035660, 'App\\Models\\Brancharticles', 1, 'update', '{\"article_id\":1,\"branches_id\":9,\"parent_article\":0,\"title\":\"The<\\/span> Office\",\"alias\":\"introduction\",\"text\":\"\",\"thumb\":\"\",\"cover_photo\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T01:19:13.000000Z\",\"updated_at\":\"2023-07-30T02:04:35.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"title\":\"The Office\",\"text\":\"

                                                                        As a leading name in the Education Consultancy sector, Access Education Network has been empowering dreams and guiding aspiring individuals towards a bright future for many years. With our commitment to excellence and unwavering dedication to our clients, we have expanded our reach with multiple offices in Nepal and abroad.<\\/p>\\r\\n\\r\\n

                                                                        Our new Baneshwor office is a testament to our continuous efforts to provide the best services and support to our valued clients. Strategically located in the vibrant locality of Baneshwor, this state-of-the-art office is poised to serve as a hub of educational excellence and career opportunities.<\\/p>\",\"updated_at\":\"2023-07-30 02:10:03\",\"updatedBy\":1}', '2023-07-29 20:25:03', '2023-07-29 20:25:03'), (NULL, 195, 1, 202307300211076198, 202307300211076198, 'App\\Models\\Brancharticles', 2, 'update', '{\"article_id\":2,\"branches_id\":9,\"parent_article\":0,\"title\":\"Team Structure\",\"alias\":\"team-structure\",\"text\":\"\",\"thumb\":\"\",\"cover_photo\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-25T01:19:30.000000Z\",\"updated_at\":\"2023-07-25T01:19:30.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"text\":\"

                                                                        [teams branch="access-baneswor"]<\\/p>\",\"updated_at\":\"2023-07-30 02:11:07\",\"updatedBy\":1}', '2023-07-29 20:26:07', '2023-07-29 20:26:07'), (NULL, 196, 1, 202307300217278017, 202307300217278017, 'App\\Models\\Brancharticles', 2, 'update', '{\"article_id\":2,\"branches_id\":9,\"parent_article\":0,\"title\":\"Team Structure\",\"alias\":\"team-structure\",\"text\":\"

                                                                        [teams branch="access-baneswor"]<\\/p>\",\"thumb\":\"\",\"cover_photo\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-25T01:19:30.000000Z\",\"updated_at\":\"2023-07-30T02:11:07.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"text\":\"

                                                                        [teams branch=access-baneswor]<\\/p>\",\"updated_at\":\"2023-07-30 02:17:27\",\"updatedBy\":1}', '2023-07-29 20:32:27', '2023-07-29 20:32:27'), (NULL, 197, 1, 202307300223344248, 202307300223344248, 'App\\Models\\Teams', 1, 'update', '{\"team_id\":1,\"branches_id\":0,\"title\":\"Prajwal Adhikari\",\"alias\":\"prajwal-adhikari\",\"photo\":\"\",\"thumb\":\"storage\\/files\\/1\\/Logo-Bibhuti-Consultancy-CMS.png\",\"designation\":\"Managing Director\",\"role\":\"\",\"description\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-21T02:00:50.000000Z\",\"updated_at\":\"2023-07-26T00:17:02.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"branches_id\":\"6\",\"updated_at\":\"2023-07-30 02:23:34\",\"updatedBy\":1}', '2023-07-29 20:38:34', '2023-07-29 20:38:34'), (NULL, 198, 1, 202307300223438055, 202307300223438055, 'App\\Models\\Teams', 1, 'update', '{\"team_id\":1,\"branches_id\":6,\"title\":\"Prajwal Adhikari\",\"alias\":\"prajwal-adhikari\",\"photo\":\"\",\"thumb\":\"storage\\/files\\/1\\/Logo-Bibhuti-Consultancy-CMS.png\",\"designation\":\"Managing Director\",\"role\":\"\",\"description\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-21T02:00:50.000000Z\",\"updated_at\":\"2023-07-30T02:23:34.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"branches_id\":\"9\",\"updated_at\":\"2023-07-30 02:23:43\",\"updatedBy\":1}', '2023-07-29 20:38:43', '2023-07-29 20:38:43'), (NULL, 199, 1, 202307300227513072, 202307300227513072, 'App\\Models\\Brancharticles', 2, 'update', '{\"article_id\":2,\"branches_id\":9,\"parent_article\":0,\"title\":\"Team Structure\",\"alias\":\"team-structure\",\"text\":\"

                                                                        [teams branch=access-baneswor]<\\/p>\",\"thumb\":\"\",\"cover_photo\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-25T01:19:30.000000Z\",\"updated_at\":\"2023-07-30T02:17:27.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"text\":\"

                                                                        [teams branch=access-baneshwor]<\\/p>\",\"updated_at\":\"2023-07-30 02:27:51\",\"updatedBy\":1}', '2023-07-29 20:42:51', '2023-07-29 20:42:51'), (NULL, 200, 1, 202307300301192622, 202307300301192622, 'App\\Models\\Testimonials', 1, 'update', '{\"testimonial_id\":1,\"branches_id\":6,\"for\":\"study-in-australia\",\"ref\":0,\"by\":\"Registered Nurse, ADHB, NZ\",\"alias\":\"\",\"image\":\"storage\\/files\\/1\\/tsti-3.jpg\",\"cover\":\"\",\"text\":\"

                                                                        Abroad studies was like a dream for me. I never thought of getting the dream turned into reality. Thanks to the invaluable guidance and counselling of the qualified counsellors<\\/p>\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"createdby\":\"1\",\"created_at\":\"2023-07-27T16:07:45.000000Z\",\"updatedby\":\"1\",\"updated_at\":\"2023-07-27T16:07:45.000000Z\",\"status_name\":\" Active <\\/span>\"}', '{\"branches_id\":\"9\",\"updated_at\":\"2023-07-30 03:01:20\",\"updatedBy\":1}', '2023-07-29 21:16:20', '2023-07-29 21:16:20'), (NULL, 201, 1, 202307300302384204, 202307300302384204, 'App\\Models\\Brancharticles', 3, 'update', '{\"article_id\":3,\"branches_id\":9,\"parent_article\":0,\"title\":\"Success Stories\",\"alias\":\"success-stories\",\"text\":\"\",\"thumb\":\"\",\"cover_photo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-25T01:19:52.000000Z\",\"updated_at\":\"2023-07-25T01:19:52.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"title\":\"Testimonials\",\"text\":\"

                                                                        [testimonials branch=access-baneshwor]<\\/p>\",\"updated_at\":\"2023-07-30 03:02:38\",\"updatedBy\":1}', '2023-07-29 21:17:38', '2023-07-29 21:17:38'), (NULL, 202, 1, 202307300324223076, 202307300324223076, 'App\\Models\\Brancharticles', 3, 'update', '{\"article_id\":3,\"branches_id\":9,\"parent_article\":0,\"title\":\"Testimonials\",\"alias\":\"success-stories\",\"text\":\"

                                                                        [testimonials branch=access-baneshwor]<\\/p>\",\"description\":\"\",\"thumb\":\"\",\"cover_photo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-25T01:19:52.000000Z\",\"updated_at\":\"2023-07-30T03:02:38.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"title\":\"Students\' Testimonials\",\"updated_at\":\"2023-07-30 03:24:22\",\"updatedBy\":1}', '2023-07-29 21:39:22', '2023-07-29 21:39:22'), (NULL, 203, 1, 202307300333036869, 202307300333036869, 'App\\Models\\Brancharticles', 7, 'create', NULL, '{\"branches_id\":\"9\",\"parent_article\":\"0\",\"title\":\"Success Trails\",\"text\":\"

                                                                        [visaposts branch=access-baneshwor]<\\/p>\",\"thumb\":\"\",\"cover_photo\":\"\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"alias\":\"success-trails\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-30T03:33:03.000000Z\",\"created_at\":\"2023-07-30T03:33:03.000000Z\",\"article_id\":7,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 21:48:03', '2023-07-29 21:48:03'), (NULL, 204, 1, 202307300333186223, 202307300333186223, 'App\\Models\\Brancharticles', 4, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 21:48:18', '2023-07-29 21:48:18'), (NULL, 205, 1, 202307300333266282, 202307300333266282, 'App\\Models\\Brancharticles', 5, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 21:48:26', '2023-07-29 21:48:26'), (NULL, 206, 1, 202307300333333713, 202307300333333713, 'App\\Models\\Brancharticles', 6, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-07-29 21:48:33', '2023-07-29 21:48:33'), (NULL, 207, 1, 202307300350597643, 202307300350597643, 'App\\Models\\Visas', 1, 'create', NULL, '{\"branches_id\":\"9\",\"for\":\"study-in-australia\",\"ref\":\"0\",\"title\":\"Priya Pandey\",\"image\":\"storage\\/files\\/1\\/VISA Success\\/Priya-Pandey.png\",\"cover\":\"\",\"description\":\"\",\"text\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"alias\":\"priya-pandey\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-30T03:50:59.000000Z\",\"created_at\":\"2023-07-30T03:50:59.000000Z\",\"visa_id\":1,\"status_name\":\" Active <\\/span>\"}', '2023-07-29 22:05:59', '2023-07-29 22:05:59'), (NULL, 208, 1, 202307300409231282, 202307300409231282, 'App\\Models\\Branches', 9, 'update', '{\"branch_id\":9,\"parent_branch\":\"\",\"title\":\"Access Baneshwor\",\"alias\":\"access-baneshwor\",\"contact_person\":\"\",\"designation\":\"\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"contact1\":\"\",\"contact2\":\"\",\"email\":\"\",\"address\":\"\",\"google_map\":\"\",\"display_order\":1,\"status\":1,\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_description\":\"\",\"og_tags\":\"\",\"created_at\":\"2023-07-24T19:01:18.000000Z\",\"updated_at\":\"2023-07-24T19:01:25.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"parent_branch\":\"0\",\"contact_person\":\"Parikshit Sapkota\",\"designation\":\"Managing Director\",\"contact1\":\"+977 1 4479997\",\"email\":\"baneshwor@accessedu.net\",\"address\":\"New Baneshwor, Kathmandu\",\"updated_at\":\"2023-07-30 04:09:23\",\"updatedBy\":1}', '2023-07-29 22:24:23', '2023-07-29 22:24:23'), (NULL, 209, 1, 202307300415488136, 202307300415488136, 'App\\Models\\Branches', 9, 'update', '{\"branch_id\":9,\"parent_branch\":\"0\",\"title\":\"Access Baneshwor\",\"alias\":\"access-baneshwor\",\"contact_person\":\"Parikshit Sapkota\",\"designation\":\"Managing Director\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"description\":\"\",\"contact1\":\"+977 1 4479997\",\"contact2\":\"\",\"email\":\"baneshwor@accessedu.net\",\"address\":\"New Baneshwor, Kathmandu\",\"google_map\":\"\",\"display_order\":1,\"status\":1,\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_description\":\"\",\"og_tags\":\"\",\"created_at\":\"2023-07-24T19:01:18.000000Z\",\"updated_at\":\"2023-07-30T04:09:23.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\" Active <\\/span>\"}', '{\"google_map\":\"