master_template/aaa/clients_trusteducation (1).sql
2024-06-10 18:06:58 +05:45

5578 lines
2.1 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Aug 23, 2023 at 05:32 AM
-- Server version: 10.4.28-MariaDB
-- PHP Version: 8.1.17
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: `clients_trusteducation`
--
-- --------------------------------------------------------
--
-- 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'),
(1061, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-31 11:57:27', '2023-07-31 11:57:27'),
(1062, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-31 12:15:04', '2023-07-31 12:15:04'),
(1063, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-31 12:15:05', '2023-07-31 12:15:05'),
(1064, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-31 12:22:28', '2023-07-31 12:22:28'),
(1065, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-31 12:31:26', '2023-07-31 12:31:26'),
(1066, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-07-31 12:32:18', '2023-07-31 12:32:18'),
(1067, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-31 12:32:19', '2023-07-31 12:32:19'),
(1068, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-07-31 12:34:06', '2023-07-31 12:34:06'),
(1069, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 17:38:33', '2023-08-03 17:38:33'),
(1070, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-03 17:38:59', '2023-08-03 17:38:59'),
(1071, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 17:38:59', '2023-08-03 17:38:59'),
(1072, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 17:40:19', '2023-08-03 17:40:19'),
(1073, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-03 17:40:40', '2023-08-03 17:40:40'),
(1074, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 17:40:41', '2023-08-03 17:40:41'),
(1075, 1, 'App\\Http\\Controllers\\SlidersController', 'index', 'http://localhost/projects/BIB-CCms/admin/sliders', ' Sliders index', '2023-08-03 17:41:04', '2023-08-03 17:41:04'),
(1076, 1, 'App\\Http\\Controllers\\SlidersController', 'edit', 'http://localhost/projects/BIB-CCms/admin/sliders/edit/3', ' Sliders edit', '2023-08-03 17:41:11', '2023-08-03 17:41:11'),
(1077, 1, 'App\\Http\\Controllers\\SlidersController', 'update', 'http://localhost/projects/BIB-CCms/admin/sliders/update/3', ' Sliders update', '2023-08-03 17:41:23', '2023-08-03 17:41:23'),
(1078, 1, 'App\\Http\\Controllers\\SlidersController', 'edit', 'http://localhost/projects/BIB-CCms/admin/sliders/edit/3', ' Sliders edit', '2023-08-03 17:41:23', '2023-08-03 17:41:23'),
(1079, 1, 'App\\Http\\Controllers\\SlidersController', 'index', 'http://localhost/projects/BIB-CCms/admin/sliders', ' Sliders index', '2023-08-03 17:41:41', '2023-08-03 17:41:41'),
(1080, 1, 'App\\Http\\Controllers\\SlidersController', 'edit', 'http://localhost/projects/BIB-CCms/admin/sliders/edit/5', ' Sliders edit', '2023-08-03 17:41:48', '2023-08-03 17:41:48'),
(1081, 1, 'App\\Http\\Controllers\\SlidersController', 'update', 'http://localhost/projects/BIB-CCms/admin/sliders/update/5', ' Sliders update', '2023-08-03 17:42:02', '2023-08-03 17:42:02'),
(1082, 1, 'App\\Http\\Controllers\\SlidersController', 'edit', 'http://localhost/projects/BIB-CCms/admin/sliders/edit/5', ' Sliders edit', '2023-08-03 17:42:02', '2023-08-03 17:42:02'),
(1083, 1, 'App\\Http\\Controllers\\SlidersController', 'index', 'http://localhost/projects/BIB-CCms/admin/sliders', ' Sliders index', '2023-08-03 17:42:13', '2023-08-03 17:42:13'),
(1084, 1, 'App\\Http\\Controllers\\SlidersController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/sliders/destroy/4', ' Sliders destroy', '2023-08-03 17:42:20', '2023-08-03 17:42:20'),
(1085, 1, 'App\\Http\\Controllers\\SlidersController', 'index', 'http://localhost/projects/BIB-CCms/admin/sliders', ' Sliders index', '2023-08-03 17:42:21', '2023-08-03 17:42:21'),
(1086, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-03 17:42:35', '2023-08-03 17:42:35'),
(1087, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/1', ' Customfields edit', '2023-08-03 17:42:41', '2023-08-03 17:42:41'),
(1088, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/1', ' Customfields update', '2023-08-03 17:42:54', '2023-08-03 17:42:54'),
(1089, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/1', ' Customfields edit', '2023-08-03 17:42:55', '2023-08-03 17:42:55'),
(1090, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-03 17:43:03', '2023-08-03 17:43:03'),
(1091, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/2', ' Customfields edit', '2023-08-03 17:43:08', '2023-08-03 17:43:08'),
(1092, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/2', ' Customfields update', '2023-08-03 17:43:21', '2023-08-03 17:43:21'),
(1093, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/2', ' Customfields edit', '2023-08-03 17:43:21', '2023-08-03 17:43:21'),
(1094, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-03 17:43:27', '2023-08-03 17:43:27'),
(1095, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/4', ' Customfields edit', '2023-08-03 17:43:32', '2023-08-03 17:43:32'),
(1096, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/4', ' Customfields update', '2023-08-03 17:43:45', '2023-08-03 17:43:45'),
(1097, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/4', ' Customfields edit', '2023-08-03 17:43:45', '2023-08-03 17:43:45'),
(1098, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 17:46:17', '2023-08-03 17:46:17'),
(1099, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-03 17:48:59', '2023-08-03 17:48:59'),
(1100, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 17:48:59', '2023-08-03 17:48:59'),
(1101, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 17:51:07', '2023-08-03 17:51:07'),
(1102, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 18:04:26', '2023-08-03 18:04:26'),
(1103, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 18:39:42', '2023-08-03 18:39:42'),
(1104, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://localhost/projects/BIB-CCms/admin/subscribers', ' Subscribers index', '2023-08-03 19:15:24', '2023-08-03 19:15:24'),
(1105, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://localhost/projects/BIB-CCms/admin/subscribers', ' Subscribers index', '2023-08-03 19:16:24', '2023-08-03 19:16:24'),
(1106, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://localhost/projects/BIB-CCms/admin/subscribers', ' Subscribers index', '2023-08-03 19:16:34', '2023-08-03 19:16:34'),
(1107, 1, 'App\\Http\\Controllers\\SubscribersController', 'create', 'http://localhost/projects/BIB-CCms/admin/subscribers/create', ' Subscribers create', '2023-08-03 19:16:37', '2023-08-03 19:16:37'),
(1108, 1, 'App\\Http\\Controllers\\SubscribersController', 'store', 'http://localhost/projects/BIB-CCms/admin/subscribers/store', ' Subscribers store', '2023-08-03 19:16:48', '2023-08-03 19:16:48'),
(1109, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://localhost/projects/BIB-CCms/admin/subscribers', ' Subscribers index', '2023-08-03 19:16:49', '2023-08-03 19:16:49'),
(1110, 1, 'App\\Http\\Controllers\\SubscribersController', 'store', 'http://localhost/projects/BIB-CCms/admin/subscribers/store', ' Subscribers store', '2023-08-03 19:21:54', '2023-08-03 19:21:54'),
(1111, 1, 'App\\Http\\Controllers\\SubscribersController', 'store', 'http://localhost/projects/BIB-CCms/admin/subscribers/store', ' Subscribers store', '2023-08-03 19:22:21', '2023-08-03 19:22:21'),
(1112, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://localhost/projects/BIB-CCms/admin/subscribers', ' Subscribers index', '2023-08-03 19:22:21', '2023-08-03 19:22:21'),
(1113, 1, 'App\\Http\\Controllers\\SubscribersController', 'create', 'http://localhost/projects/BIB-CCms/admin/subscribers/create', ' Subscribers create', '2023-08-03 20:14:12', '2023-08-03 20:14:12'),
(1114, 1, 'App\\Http\\Controllers\\SubscribersController', 'store', 'http://localhost/projects/BIB-CCms/form/store-subscribers', ' Subscribers store', '2023-08-03 20:16:46', '2023-08-03 20:16:46'),
(1115, 1, 'App\\Http\\Controllers\\SubscribersController', 'store', 'http://localhost/projects/BIB-CCms/form/store-subscribers', ' Subscribers store', '2023-08-03 20:18:23', '2023-08-03 20:18:23'),
(1116, 1, 'App\\Http\\Controllers\\SubscribersController', 'store', 'http://localhost/projects/BIB-CCms/form/store-subscribers', ' Subscribers store', '2023-08-03 20:19:06', '2023-08-03 20:19:06'),
(1117, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 20:23:03', '2023-08-03 20:23:03'),
(1118, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-03 20:23:26', '2023-08-03 20:23:26'),
(1119, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 20:23:26', '2023-08-03 20:23:26'),
(1120, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-03 20:39:25', '2023-08-03 20:39:25'),
(1121, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 20:39:26', '2023-08-03 20:39:26'),
(1122, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 21:36:18', '2023-08-03 21:36:18'),
(1123, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-03 21:42:38', '2023-08-03 21:42:38'),
(1124, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-03 21:42:39', '2023-08-03 21:42:39'),
(1125, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-03 21:46:00', '2023-08-03 21:46:00'),
(1126, 1, 'App\\Http\\Controllers\\CountriesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countries/destroy/2', ' Countries destroy', '2023-08-03 21:46:08', '2023-08-03 21:46:08'),
(1127, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-03 21:46:08', '2023-08-03 21:46:08'),
(1128, 1, 'App\\Http\\Controllers\\CountriesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countries/destroy/7', ' Countries destroy', '2023-08-03 21:46:18', '2023-08-03 21:46:18'),
(1129, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-03 21:46:19', '2023-08-03 21:46:19'),
(1130, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-03 21:50:36', '2023-08-03 21:50:36'),
(1131, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://localhost/projects/BIB-CCms/admin/blogs', ' Blogs index', '2023-08-05 19:08:41', '2023-08-05 19:08:41'),
(1132, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/blogs/edit/16', ' Blogs edit', '2023-08-05 19:08:46', '2023-08-05 19:08:46'),
(1133, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://localhost/projects/BIB-CCms/admin/blogs/update/16', ' Blogs update', '2023-08-05 19:10:31', '2023-08-05 19:10:31'),
(1134, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/blogs/edit/16', ' Blogs edit', '2023-08-05 19:10:32', '2023-08-05 19:10:32'),
(1135, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://localhost/projects/BIB-CCms/admin/blogs', ' Blogs index', '2023-08-05 19:10:39', '2023-08-05 19:10:39'),
(1136, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-05 19:41:44', '2023-08-05 19:41:44'),
(1137, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/4', ' Countries edit', '2023-08-05 19:41:48', '2023-08-05 19:41:48'),
(1138, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/4', ' Countries update', '2023-08-05 19:44:23', '2023-08-05 19:44:23'),
(1139, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/4', ' Countries edit', '2023-08-05 19:44:23', '2023-08-05 19:44:23'),
(1140, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-05 19:45:17', '2023-08-05 19:45:17'),
(1141, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/3', ' Countries edit', '2023-08-05 19:45:22', '2023-08-05 19:45:22'),
(1142, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/3', ' Countries update', '2023-08-05 19:45:48', '2023-08-05 19:45:48'),
(1143, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/3', ' Countries edit', '2023-08-05 19:45:48', '2023-08-05 19:45:48'),
(1144, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-05 19:45:51', '2023-08-05 19:45:51'),
(1145, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/1', ' Countries edit', '2023-08-05 19:45:55', '2023-08-05 19:45:55'),
(1146, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/1', ' Countries update', '2023-08-05 19:46:38', '2023-08-05 19:46:38'),
(1147, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/1', ' Countries edit', '2023-08-05 19:46:39', '2023-08-05 19:46:39'),
(1148, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/1', ' Countries update', '2023-08-05 19:46:52', '2023-08-05 19:46:52'),
(1149, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/1', ' Countries edit', '2023-08-05 19:46:53', '2023-08-05 19:46:53'),
(1150, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-05 19:48:03', '2023-08-05 19:48:03'),
(1151, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/3', ' Countries edit', '2023-08-05 19:48:06', '2023-08-05 19:48:06'),
(1152, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://localhost/projects/BIB-CCms/admin/countries/update/3', ' Countries update', '2023-08-05 19:48:15', '2023-08-05 19:48:15'),
(1153, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/3', ' Countries edit', '2023-08-05 19:48:15', '2023-08-05 19:48:15'),
(1154, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-05 19:49:56', '2023-08-05 19:49:56'),
(1155, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-08-05 19:50:00', '2023-08-05 19:50:00'),
(1156, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/articles/edit/7', ' Articles edit', '2023-08-05 19:50:05', '2023-08-05 19:50:05'),
(1157, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://localhost/projects/BIB-CCms/admin/articles/update/7', ' Articles update', '2023-08-05 19:51:17', '2023-08-05 19:51:17'),
(1158, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/articles/edit/7', ' Articles edit', '2023-08-05 19:51:18', '2023-08-05 19:51:18'),
(1159, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/articles/edit/7', ' Articles edit', '2023-08-05 19:52:37', '2023-08-05 19:52:37'),
(1160, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-08-05 20:06:18', '2023-08-05 20:06:18'),
(1161, 1, 'App\\Http\\Controllers\\ArticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/articles/destroy/2', ' Articles destroy', '2023-08-05 20:06:24', '2023-08-05 20:06:24'),
(1162, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-08-05 20:06:24', '2023-08-05 20:06:24'),
(1163, 1, 'App\\Http\\Controllers\\ArticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/articles/destroy/3', ' Articles destroy', '2023-08-05 20:06:29', '2023-08-05 20:06:29'),
(1164, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-08-05 20:06:29', '2023-08-05 20:06:29'),
(1165, 1, 'App\\Http\\Controllers\\ArticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/articles/destroy/4', ' Articles destroy', '2023-08-05 20:06:33', '2023-08-05 20:06:33'),
(1166, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-08-05 20:06:34', '2023-08-05 20:06:34'),
(1167, 1, 'App\\Http\\Controllers\\ArticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/articles/destroy/5', ' Articles destroy', '2023-08-05 20:06:38', '2023-08-05 20:06:38'),
(1168, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-08-05 20:06:38', '2023-08-05 20:06:38'),
(1169, 1, 'App\\Http\\Controllers\\ArticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/articles/destroy/8', ' Articles destroy', '2023-08-05 20:06:47', '2023-08-05 20:06:47'),
(1170, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-08-05 20:06:48', '2023-08-05 20:06:48'),
(1171, 1, 'App\\Http\\Controllers\\ArticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/articles/destroy/1', ' Articles destroy', '2023-08-05 20:06:53', '2023-08-05 20:06:53'),
(1172, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-08-05 20:06:53', '2023-08-05 20:06:53'),
(1173, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/articles/edit/6', ' Articles edit', '2023-08-05 20:06:59', '2023-08-05 20:06:59'),
(1174, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://localhost/projects/BIB-CCms/admin/articles/update/6', ' Articles update', '2023-08-05 20:07:05', '2023-08-05 20:07:05'),
(1175, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/articles/edit/6', ' Articles edit', '2023-08-05 20:07:05', '2023-08-05 20:07:05'),
(1176, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-08-05 20:07:10', '2023-08-05 20:07:10'),
(1177, 1, 'App\\Http\\Controllers\\ArticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/articles/destroy/6', ' Articles destroy', '2023-08-05 20:07:16', '2023-08-05 20:07:16'),
(1178, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/articles', ' Articles index', '2023-08-05 20:07:16', '2023-08-05 20:07:16'),
(1179, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-05 20:13:44', '2023-08-05 20:13:44'),
(1180, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/4', ' Countries edit', '2023-08-05 20:13:56', '2023-08-05 20:13:56'),
(1181, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/admin/services', ' Services index', '2023-08-05 20:23:18', '2023-08-05 20:23:18'),
(1182, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/services/edit/1', ' Services edit', '2023-08-05 20:25:22', '2023-08-05 20:25:22'),
(1183, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://localhost/projects/BIB-CCms/admin/contacts', ' Contacts index', '2023-08-05 20:39:17', '2023-08-05 20:39:17'),
(1184, 1, 'App\\Http\\Controllers\\ContactsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/contacts/edit/1', ' Contacts edit', '2023-08-05 20:39:21', '2023-08-05 20:39:21'),
(1185, 1, 'App\\Http\\Controllers\\ContactsController', 'update', 'http://localhost/projects/BIB-CCms/admin/contacts/update/1', ' Contacts update', '2023-08-05 20:41:29', '2023-08-05 20:41:29'),
(1186, 1, 'App\\Http\\Controllers\\ContactsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/contacts/edit/1', ' Contacts edit', '2023-08-05 20:41:29', '2023-08-05 20:41:29'),
(1187, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://localhost/projects/BIB-CCms/admin/faqs', ' Faqs index', '2023-08-05 22:49:29', '2023-08-05 22:49:29'),
(1188, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://localhost/projects/BIB-CCms/admin/faqs/create', ' Faqs create', '2023-08-05 22:49:31', '2023-08-05 22:49:31'),
(1189, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://localhost/projects/BIB-CCms/admin/faqs/store', ' Faqs store', '2023-08-05 22:49:52', '2023-08-05 22:49:52'),
(1190, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://localhost/projects/BIB-CCms/admin/faqs', ' Faqs index', '2023-08-05 22:49:53', '2023-08-05 22:49:53'),
(1191, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 00:12:07', '2023-08-06 00:12:07'),
(1192, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/3', ' Customfields edit', '2023-08-06 00:12:14', '2023-08-06 00:12:14'),
(1193, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/3', ' Customfields update', '2023-08-06 00:13:26', '2023-08-06 00:13:26'),
(1194, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/3', ' Customfields edit', '2023-08-06 00:13:26', '2023-08-06 00:13:26'),
(1195, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 00:13:36', '2023-08-06 00:13:36'),
(1196, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/5', ' Customfields edit', '2023-08-06 00:13:41', '2023-08-06 00:13:41'),
(1197, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/5', ' Customfields update', '2023-08-06 00:14:00', '2023-08-06 00:14:00'),
(1198, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/5', ' Customfields edit', '2023-08-06 00:14:00', '2023-08-06 00:14:00'),
(1199, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 00:14:06', '2023-08-06 00:14:06'),
(1200, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/6', ' Customfields edit', '2023-08-06 00:14:11', '2023-08-06 00:14:11'),
(1201, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/6', ' Customfields update', '2023-08-06 00:14:33', '2023-08-06 00:14:33'),
(1202, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/6', ' Customfields edit', '2023-08-06 00:14:33', '2023-08-06 00:14:33'),
(1203, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 00:14:40', '2023-08-06 00:14:40'),
(1204, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'create', 'http://localhost/projects/BIB-CCms/admin/customfields/create', ' Customfields create', '2023-08-06 00:14:51', '2023-08-06 00:14:51'),
(1205, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'store', 'http://localhost/projects/BIB-CCms/admin/customfields/store', ' Customfields store', '2023-08-06 00:15:15', '2023-08-06 00:15:15'),
(1206, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 00:15:16', '2023-08-06 00:15:16'),
(1207, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-06 18:04:14', '2023-08-06 18:04:14'),
(1208, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-06 18:11:49', '2023-08-06 18:11:49'),
(1209, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-06 18:11:50', '2023-08-06 18:11:50'),
(1210, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-06 18:12:20', '2023-08-06 18:12:20'),
(1211, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-06 18:12:20', '2023-08-06 18:12:20'),
(1212, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-06 18:15:22', '2023-08-06 18:15:22'),
(1213, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-06 18:15:23', '2023-08-06 18:15:23'),
(1214, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-06 18:16:08', '2023-08-06 18:16:08'),
(1215, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-06 18:16:08', '2023-08-06 18:16:08'),
(1216, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-06 18:19:34', '2023-08-06 18:19:34'),
(1217, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-06 18:19:34', '2023-08-06 18:19:34'),
(1218, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-06 18:26:25', '2023-08-06 18:26:25'),
(1219, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-06 18:26:25', '2023-08-06 18:26:25'),
(1220, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:26:56', '2023-08-06 18:26:56'),
(1221, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/1', ' Customfields edit', '2023-08-06 18:27:01', '2023-08-06 18:27:01'),
(1222, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/1', ' Customfields update', '2023-08-06 18:28:16', '2023-08-06 18:28:16'),
(1223, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/1', ' Customfields edit', '2023-08-06 18:28:17', '2023-08-06 18:28:17'),
(1224, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:28:20', '2023-08-06 18:28:20'),
(1225, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/2', ' Customfields edit', '2023-08-06 18:28:25', '2023-08-06 18:28:25'),
(1226, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/2', ' Customfields update', '2023-08-06 18:29:14', '2023-08-06 18:29:14'),
(1227, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/2', ' Customfields edit', '2023-08-06 18:29:15', '2023-08-06 18:29:15'),
(1228, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:29:19', '2023-08-06 18:29:19'),
(1229, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/4', ' Customfields edit', '2023-08-06 18:29:27', '2023-08-06 18:29:27'),
(1230, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/4', ' Customfields update', '2023-08-06 18:31:18', '2023-08-06 18:31:18'),
(1231, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/4', ' Customfields edit', '2023-08-06 18:31:19', '2023-08-06 18:31:19'),
(1232, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:31:22', '2023-08-06 18:31:22'),
(1233, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/customfields/destroy/7', ' Customfields destroy', '2023-08-06 18:31:29', '2023-08-06 18:31:29'),
(1234, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:31:29', '2023-08-06 18:31:29'),
(1235, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/customfields/destroy/6', ' Customfields destroy', '2023-08-06 18:31:34', '2023-08-06 18:31:34'),
(1236, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:31:34', '2023-08-06 18:31:34'),
(1237, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/customfields/destroy/5', ' Customfields destroy', '2023-08-06 18:31:39', '2023-08-06 18:31:39'),
(1238, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:31:40', '2023-08-06 18:31:40'),
(1239, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/customfields/destroy/3', ' Customfields destroy', '2023-08-06 18:31:44', '2023-08-06 18:31:44'),
(1240, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:31:45', '2023-08-06 18:31:45'),
(1241, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-06 18:32:45', '2023-08-06 18:32:45'),
(1242, 1, 'App\\Http\\Controllers\\CountriesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countries/destroy/4', ' Countries destroy', '2023-08-06 18:32:53', '2023-08-06 18:32:53'),
(1243, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-06 18:32:53', '2023-08-06 18:32:53'),
(1244, 1, 'App\\Http\\Controllers\\CountriesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countries/destroy/3', ' Countries destroy', '2023-08-06 18:32:58', '2023-08-06 18:32:58'),
(1245, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-06 18:32:58', '2023-08-06 18:32:58'),
(1246, 1, 'App\\Http\\Controllers\\CountriesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countries/destroy/1', ' Countries destroy', '2023-08-06 18:33:02', '2023-08-06 18:33:02'),
(1247, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-06 18:33:03', '2023-08-06 18:33:03'),
(1248, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countries/create', ' Countries create', '2023-08-06 18:33:15', '2023-08-06 18:33:15'),
(1249, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countries/store', ' Countries store', '2023-08-06 18:34:12', '2023-08-06 18:34:12'),
(1250, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-06 18:34:13', '2023-08-06 18:34:13'),
(1251, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countries/create', ' Countries create', '2023-08-06 18:34:23', '2023-08-06 18:34:23'),
(1252, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countries/store', ' Countries store', '2023-08-06 18:35:16', '2023-08-06 18:35:16'),
(1253, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-06 18:35:17', '2023-08-06 18:35:17'),
(1254, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countries/create', ' Countries create', '2023-08-06 18:35:27', '2023-08-06 18:35:27'),
(1255, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countries/store', ' Countries store', '2023-08-06 18:36:11', '2023-08-06 18:36:11'),
(1256, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-06 18:36:11', '2023-08-06 18:36:11'),
(1257, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countries/create', ' Countries create', '2023-08-06 18:36:29', '2023-08-06 18:36:29'),
(1258, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countries/store', ' Countries store', '2023-08-06 18:37:10', '2023-08-06 18:37:10'),
(1259, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-06 18:37:11', '2023-08-06 18:37:11'),
(1260, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countries/create', ' Countries create', '2023-08-06 18:37:19', '2023-08-06 18:37:19'),
(1261, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countries/store', ' Countries store', '2023-08-06 18:38:04', '2023-08-06 18:38:04'),
(1262, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-06 18:38:05', '2023-08-06 18:38:05'),
(1263, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-08-06 18:38:51', '2023-08-06 18:38:51'),
(1264, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/destroy/3', ' Preparationclasses destroy', '2023-08-06 18:38:59', '2023-08-06 18:38:59'),
(1265, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-08-06 18:38:59', '2023-08-06 18:38:59'),
(1266, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/destroy/4', ' Preparationclasses destroy', '2023-08-06 18:39:06', '2023-08-06 18:39:06'),
(1267, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-08-06 18:39:06', '2023-08-06 18:39:06'),
(1268, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/destroy/5', ' Preparationclasses destroy', '2023-08-06 18:39:11', '2023-08-06 18:39:11'),
(1269, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-08-06 18:39:11', '2023-08-06 18:39:11'),
(1270, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/destroy/6', ' Preparationclasses destroy', '2023-08-06 18:39:16', '2023-08-06 18:39:16'),
(1271, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-08-06 18:39:17', '2023-08-06 18:39:17'),
(1272, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/destroy/7', ' Preparationclasses destroy', '2023-08-06 18:39:21', '2023-08-06 18:39:21'),
(1273, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-08-06 18:39:22', '2023-08-06 18:39:22'),
(1274, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/destroy/8', ' Preparationclasses destroy', '2023-08-06 18:39:27', '2023-08-06 18:39:27'),
(1275, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-08-06 18:39:27', '2023-08-06 18:39:27'),
(1276, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/destroy/9', ' Preparationclasses destroy', '2023-08-06 18:39:32', '2023-08-06 18:39:32'),
(1277, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-08-06 18:39:32', '2023-08-06 18:39:32'),
(1278, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-06 18:39:51', '2023-08-06 18:39:51'),
(1279, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-08-06 18:40:22', '2023-08-06 18:40:22'),
(1280, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-06 18:40:23', '2023-08-06 18:40:23'),
(1281, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://localhost/projects/BIB-CCms/admin/preparationclasses', ' Preparationclasses index', '2023-08-06 18:40:27', '2023-08-06 18:40:27'),
(1282, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-06 18:40:31', '2023-08-06 18:40:31'),
(1283, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/update/2', ' Preparationclasses update', '2023-08-06 18:41:01', '2023-08-06 18:41:01'),
(1284, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-06 18:41:02', '2023-08-06 18:41:02'),
(1285, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-06 18:46:04', '2023-08-06 18:46:04'),
(1286, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-06 18:48:21', '2023-08-06 18:48:21'),
(1287, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-06 18:48:21', '2023-08-06 18:48:21'),
(1288, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://localhost/projects/BIB-CCms/admin/settings/update/1', ' Settings update', '2023-08-06 18:52:53', '2023-08-06 18:52:53'),
(1289, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/settings/edit/1', ' Settings edit', '2023-08-06 18:52:53', '2023-08-06 18:52:53'),
(1290, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:56:59', '2023-08-06 18:56:59'),
(1291, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/4', ' Customfields edit', '2023-08-06 18:57:09', '2023-08-06 18:57:09'),
(1292, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/4', ' Customfields update', '2023-08-06 18:58:00', '2023-08-06 18:58:00'),
(1293, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/4', ' Customfields edit', '2023-08-06 18:58:01', '2023-08-06 18:58:01'),
(1294, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:58:29', '2023-08-06 18:58:29'),
(1295, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/1', ' Customfields edit', '2023-08-06 18:58:36', '2023-08-06 18:58:36'),
(1296, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/1', ' Customfields update', '2023-08-06 18:58:43', '2023-08-06 18:58:43'),
(1297, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/1', ' Customfields edit', '2023-08-06 18:58:44', '2023-08-06 18:58:44'),
(1298, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:58:49', '2023-08-06 18:58:49'),
(1299, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/2', ' Customfields edit', '2023-08-06 18:58:55', '2023-08-06 18:58:55'),
(1300, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/2', ' Customfields update', '2023-08-06 18:59:10', '2023-08-06 18:59:10'),
(1301, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/2', ' Customfields edit', '2023-08-06 18:59:11', '2023-08-06 18:59:11'),
(1302, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://localhost/projects/BIB-CCms/admin/customfields', ' Customfields index', '2023-08-06 18:59:51', '2023-08-06 18:59:51'),
(1303, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/4', ' Customfields edit', '2023-08-06 18:59:56', '2023-08-06 18:59:56'),
(1304, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://localhost/projects/BIB-CCms/admin/customfields/update/4', ' Customfields update', '2023-08-06 19:00:34', '2023-08-06 19:00:34'),
(1305, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/customfields/edit/4', ' Customfields edit', '2023-08-06 19:00:34', '2023-08-06 19:00:34'),
(1306, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countries', ' Countries index', '2023-08-06 19:03:09', '2023-08-06 19:03:09'),
(1307, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://localhost/projects/BIB-CCms/admin/countries/edit/8', ' Countries edit', '2023-08-06 19:03:16', '2023-08-06 19:03:16'),
(1308, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://localhost/projects/BIB-CCms/testimonials', ' Testimonials index', '2023-08-06 20:22:54', '2023-08-06 20:22:54'),
(1309, 1, 'App\\Http\\Controllers\\TestimonialsController', 'edit', 'http://localhost/projects/BIB-CCms/testimonials/edit/1', ' Testimonials edit', '2023-08-06 20:23:01', '2023-08-06 20:23:01'),
(1310, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:53:46', '2023-08-06 23:53:46'),
(1311, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countryarticles/destroy/1', ' Countryarticles destroy', '2023-08-06 23:53:54', '2023-08-06 23:53:54'),
(1312, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:53:54', '2023-08-06 23:53:54'),
(1313, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countryarticles/destroy/3', ' Countryarticles destroy', '2023-08-06 23:54:00', '2023-08-06 23:54:00'),
(1314, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:54:00', '2023-08-06 23:54:00');
INSERT INTO `tbl_activity_logs` (`activity_id`, `user_id`, `controllerName`, `methodName`, `actionUrl`, `activity`, `created_at`, `updated_at`) VALUES
(1315, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countryarticles/destroy/2', ' Countryarticles destroy', '2023-08-06 23:54:03', '2023-08-06 23:54:03'),
(1316, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:54:04', '2023-08-06 23:54:04'),
(1317, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countryarticles/destroy/4', ' Countryarticles destroy', '2023-08-06 23:54:07', '2023-08-06 23:54:07'),
(1318, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:54:07', '2023-08-06 23:54:07'),
(1319, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countryarticles/destroy/5', ' Countryarticles destroy', '2023-08-06 23:54:10', '2023-08-06 23:54:10'),
(1320, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:54:11', '2023-08-06 23:54:11'),
(1321, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countryarticles/destroy/6', ' Countryarticles destroy', '2023-08-06 23:54:14', '2023-08-06 23:54:14'),
(1322, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:54:15', '2023-08-06 23:54:15'),
(1323, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countryarticles/destroy/7', ' Countryarticles destroy', '2023-08-06 23:54:18', '2023-08-06 23:54:18'),
(1324, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:54:18', '2023-08-06 23:54:18'),
(1325, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countryarticles/destroy/8', ' Countryarticles destroy', '2023-08-06 23:54:22', '2023-08-06 23:54:22'),
(1326, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:54:22', '2023-08-06 23:54:22'),
(1327, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countryarticles/destroy/9', ' Countryarticles destroy', '2023-08-06 23:54:25', '2023-08-06 23:54:25'),
(1328, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:54:26', '2023-08-06 23:54:26'),
(1329, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://localhost/projects/BIB-CCms/admin/countryarticles/destroy/10', ' Countryarticles destroy', '2023-08-06 23:54:29', '2023-08-06 23:54:29'),
(1330, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:54:29', '2023-08-06 23:54:29'),
(1331, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:55:04', '2023-08-06 23:55:04'),
(1332, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-08-06 23:55:06', '2023-08-06 23:55:06'),
(1333, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-08-06 23:55:36', '2023-08-06 23:55:36'),
(1334, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-06 23:55:36', '2023-08-06 23:55:36'),
(1335, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-08-07 02:22:22', '2023-08-07 02:22:22'),
(1336, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://localhost/projects/BIB-CCms/admin/galleries', ' Galleries index', '2023-08-07 02:22:25', '2023-08-07 02:22:25'),
(1337, 1, 'App\\Http\\Controllers\\PhotosController', 'show', 'http://localhost/projects/BIB-CCms/admin/photos/list/1', ' Photos show', '2023-08-07 02:22:30', '2023-08-07 02:22:30'),
(1338, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/admin/services', ' Services index', '2023-08-07 02:28:13', '2023-08-07 02:28:13'),
(1339, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://localhost/projects/BIB-CCms/admin/services', ' Services index', '2023-08-07 04:54:25', '2023-08-07 04:54:25'),
(1340, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-07 04:54:51', '2023-08-07 04:54:51'),
(1341, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://localhost/projects/BIB-CCms/admin/countryarticles/create', ' Countryarticles create', '2023-08-07 04:55:08', '2023-08-07 04:55:08'),
(1342, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://localhost/projects/BIB-CCms/admin/countryarticles/store', ' Countryarticles store', '2023-08-07 04:55:21', '2023-08-07 04:55:21'),
(1343, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://localhost/projects/BIB-CCms/admin/countryarticles', ' Countryarticles index', '2023-08-07 04:55:21', '2023-08-07 04:55:21'),
(1344, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-08-09 07:11:44', '2023-08-09 07:11:44'),
(1345, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://localhost/projects/BIB-CCms/articles/edit/7', ' Articles edit', '2023-08-09 07:11:47', '2023-08-09 07:11:47'),
(1346, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://localhost/projects/BIB-CCms/articles/update/7', ' Articles update', '2023-08-09 07:11:57', '2023-08-09 07:11:57'),
(1347, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://localhost/projects/BIB-CCms/articles/edit/7', ' Articles edit', '2023-08-09 07:11:57', '2023-08-09 07:11:57'),
(1348, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://localhost/projects/BIB-CCms/articles', ' Articles index', '2023-08-09 07:12:00', '2023-08-09 07:12:00'),
(1349, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://localhost/projects/BIB-CCms/articles/edit/7', ' Articles edit', '2023-08-09 07:12:11', '2023-08-09 07:12:11'),
(1350, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://localhost/projects/BIB-CCms/articles/update/7', ' Articles update', '2023-08-09 07:12:52', '2023-08-09 07:12:52'),
(1351, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://localhost/projects/BIB-CCms/articles/edit/7', ' Articles edit', '2023-08-09 07:12:52', '2023-08-09 07:12:52'),
(1352, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://localhost/projects/BIB-CCms/admin/contacts', ' Contacts index', '2023-08-09 07:57:54', '2023-08-09 07:57:54'),
(1353, 1, 'App\\Http\\Controllers\\ContactsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/contacts/edit/1', ' Contacts edit', '2023-08-09 07:58:04', '2023-08-09 07:58:04'),
(1354, 1, 'App\\Http\\Controllers\\ContactsController', 'update', 'http://localhost/projects/BIB-CCms/admin/contacts/update/1', ' Contacts update', '2023-08-09 07:59:33', '2023-08-09 07:59:33'),
(1355, 1, 'App\\Http\\Controllers\\ContactsController', 'edit', 'http://localhost/projects/BIB-CCms/admin/contacts/edit/1', ' Contacts edit', '2023-08-09 07:59:33', '2023-08-09 07:59:33'),
(1356, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://server/bib_projects/trusteducation/admin/contacts', ' Contacts index', '2023-08-11 02:06:33', '2023-08-11 02:06:33'),
(1357, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'index', 'http://server/bib_projects/trusteducation/admin/successstories', ' Successstories index', '2023-08-11 02:09:24', '2023-08-11 02:09:24'),
(1358, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-11 02:09:28', '2023-08-11 02:09:28'),
(1359, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-11 02:09:33', '2023-08-11 02:09:33'),
(1360, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://server/bib_projects/trusteducation/admin/quicklinks', ' Quicklinks index', '2023-08-11 02:09:38', '2023-08-11 02:09:38'),
(1361, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 02:09:42', '2023-08-11 02:09:42'),
(1362, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-11 02:09:50', '2023-08-11 02:09:50'),
(1363, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://server/bib_projects/trusteducation/admin/contacts', ' Contacts index', '2023-08-11 02:09:54', '2023-08-11 02:09:54'),
(1364, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://server/bib_projects/trusteducation/admin/contacts', ' Contacts index', '2023-08-11 03:19:13', '2023-08-11 03:19:13'),
(1365, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/brancharticles', ' Brancharticles index', '2023-08-11 04:15:34', '2023-08-11 04:15:34'),
(1366, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://server/bib_projects/trusteducation/admin/branches', ' Branches index', '2023-08-11 04:15:47', '2023-08-11 04:15:47'),
(1367, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-11 04:15:51', '2023-08-11 04:15:51'),
(1368, 1, 'App\\Http\\Controllers\\MilestonesController', 'index', 'http://server/bib_projects/trusteducation/admin/milestones', ' Milestones index', '2023-08-11 04:15:53', '2023-08-11 04:15:53'),
(1369, 1, 'App\\Http\\Controllers\\CertificatesController', 'index', 'http://server/bib_projects/trusteducation/admin/certificates', ' Certificates index', '2023-08-11 04:15:57', '2023-08-11 04:15:57'),
(1370, 1, 'App\\Http\\Controllers\\AccridiationsController', 'index', 'http://server/bib_projects/trusteducation/admin/accridiations', ' Accridiations index', '2023-08-11 04:16:02', '2023-08-11 04:16:02'),
(1371, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-11 04:16:07', '2023-08-11 04:16:07'),
(1372, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/8', ' Countries edit', '2023-08-11 04:16:13', '2023-08-11 04:16:13'),
(1373, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-11 04:16:34', '2023-08-11 04:16:34'),
(1374, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/9', ' Countries edit', '2023-08-11 04:16:41', '2023-08-11 04:16:41'),
(1375, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://server/bib_projects/trusteducation/admin/contacts', ' Contacts index', '2023-08-11 04:17:12', '2023-08-11 04:17:12'),
(1376, 1, 'App\\Http\\Controllers\\TeamsController', 'index', 'http://server/bib_projects/trusteducation/admin/teams', ' Teams index', '2023-08-11 04:17:16', '2023-08-11 04:17:16'),
(1377, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://server/bib_projects/trusteducation/admin/events', ' Events index', '2023-08-11 04:17:23', '2023-08-11 04:17:23'),
(1378, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://server/bib_projects/trusteducation/admin/subscribers', ' Subscribers index', '2023-08-11 04:20:40', '2023-08-11 04:20:40'),
(1379, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://server/bib_projects/trusteducation/admin/subscribers', ' Subscribers index', '2023-08-11 04:21:23', '2023-08-11 04:21:23'),
(1380, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://server/bib_projects/trusteducation/admin/contacts', ' Contacts index', '2023-08-11 04:31:46', '2023-08-11 04:31:46'),
(1381, 1, 'App\\Http\\Controllers\\ContactsController', 'edit', 'http://server/bib_projects/trusteducation/admin/contacts/edit/1', ' Contacts edit', '2023-08-11 04:31:50', '2023-08-11 04:31:50'),
(1382, 1, 'App\\Http\\Controllers\\ContactsController', 'update', 'http://server/bib_projects/trusteducation/admin/contacts/update/1', ' Contacts update', '2023-08-11 04:33:02', '2023-08-11 04:33:02'),
(1383, 1, 'App\\Http\\Controllers\\ContactsController', 'edit', 'http://server/bib_projects/trusteducation/admin/contacts/edit/1', ' Contacts edit', '2023-08-11 04:33:02', '2023-08-11 04:33:02'),
(1384, 1, 'App\\Http\\Controllers\\MenulocationsController', 'index', 'http://server/bib_projects/trusteducation/admin/menulocations', ' Menulocations index', '2023-08-11 04:33:14', '2023-08-11 04:33:14'),
(1385, 1, 'App\\Http\\Controllers\\MenulocationsController', 'edit', 'http://server/bib_projects/trusteducation/admin/menulocations/edit/2', ' Menulocations edit', '2023-08-11 04:33:17', '2023-08-11 04:33:17'),
(1386, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems', ' Menuitems index', '2023-08-11 04:33:24', '2023-08-11 04:33:24'),
(1387, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems?menulocation=2', ' Menuitems index', '2023-08-11 04:33:29', '2023-08-11 04:33:29'),
(1388, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems?menulocation=1', ' Menuitems index', '2023-08-11 04:33:37', '2023-08-11 04:33:37'),
(1389, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 04:33:56', '2023-08-11 04:33:56'),
(1390, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 04:34:35', '2023-08-11 04:34:35'),
(1391, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 04:35:02', '2023-08-11 04:35:02'),
(1392, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 04:35:06', '2023-08-11 04:35:06'),
(1393, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 04:35:38', '2023-08-11 04:35:38'),
(1394, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 04:35:38', '2023-08-11 04:35:38'),
(1395, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 04:35:43', '2023-08-11 04:35:43'),
(1396, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 04:36:10', '2023-08-11 04:36:10'),
(1397, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 04:36:10', '2023-08-11 04:36:10'),
(1398, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 04:36:19', '2023-08-11 04:36:19'),
(1399, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 04:36:23', '2023-08-11 04:36:23'),
(1400, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 04:36:23', '2023-08-11 04:36:23'),
(1401, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/17', ' Blogs edit', '2023-08-11 04:36:44', '2023-08-11 04:36:44'),
(1402, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/17', ' Blogs update', '2023-08-11 04:37:05', '2023-08-11 04:37:05'),
(1403, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/17', ' Blogs edit', '2023-08-11 04:37:06', '2023-08-11 04:37:06'),
(1404, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/17', ' Blogs update', '2023-08-11 04:38:04', '2023-08-11 04:38:04'),
(1405, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/17', ' Blogs edit', '2023-08-11 04:38:04', '2023-08-11 04:38:04'),
(1406, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 04:39:44', '2023-08-11 04:39:44'),
(1407, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/16', ' Blogs edit', '2023-08-11 04:39:49', '2023-08-11 04:39:49'),
(1408, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/16', ' Blogs update', '2023-08-11 04:47:35', '2023-08-11 04:47:35'),
(1409, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/16', ' Blogs edit', '2023-08-11 04:47:36', '2023-08-11 04:47:36'),
(1410, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:05:25', '2023-08-11 05:05:25'),
(1411, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/16', ' Blogs edit', '2023-08-11 05:05:29', '2023-08-11 05:05:29'),
(1412, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:05:34', '2023-08-11 05:05:34'),
(1413, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/17', ' Blogs edit', '2023-08-11 05:05:54', '2023-08-11 05:05:54'),
(1414, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/17', ' Blogs update', '2023-08-11 05:06:09', '2023-08-11 05:06:09'),
(1415, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/17', ' Blogs edit', '2023-08-11 05:06:09', '2023-08-11 05:06:09'),
(1416, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:06:14', '2023-08-11 05:06:14'),
(1417, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/18', ' Blogs edit', '2023-08-11 05:07:08', '2023-08-11 05:07:08'),
(1418, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/18', ' Blogs update', '2023-08-11 05:07:55', '2023-08-11 05:07:55'),
(1419, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/18', ' Blogs edit', '2023-08-11 05:07:56', '2023-08-11 05:07:56'),
(1420, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:08:29', '2023-08-11 05:08:29'),
(1421, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/19', ' Blogs edit', '2023-08-11 05:08:33', '2023-08-11 05:08:33'),
(1422, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/19', ' Blogs update', '2023-08-11 05:09:34', '2023-08-11 05:09:34'),
(1423, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/19', ' Blogs edit', '2023-08-11 05:09:35', '2023-08-11 05:09:35'),
(1424, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:09:39', '2023-08-11 05:09:39'),
(1425, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 05:09:42', '2023-08-11 05:09:42'),
(1426, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:10:33', '2023-08-11 05:10:33'),
(1427, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:10:39', '2023-08-11 05:10:39'),
(1428, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:10:48', '2023-08-11 05:10:48'),
(1429, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:10:57', '2023-08-11 05:10:57'),
(1430, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:10:57', '2023-08-11 05:10:57'),
(1431, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/20', ' Blogs edit', '2023-08-11 05:11:02', '2023-08-11 05:11:02'),
(1432, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/20', ' Blogs update', '2023-08-11 05:11:10', '2023-08-11 05:11:10'),
(1433, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/20', ' Blogs edit', '2023-08-11 05:11:10', '2023-08-11 05:11:10'),
(1434, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/20', ' Blogs update', '2023-08-11 05:11:27', '2023-08-11 05:11:27'),
(1435, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/20', ' Blogs edit', '2023-08-11 05:11:27', '2023-08-11 05:11:27'),
(1436, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:11:55', '2023-08-11 05:11:55'),
(1437, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 05:11:58', '2023-08-11 05:11:58'),
(1438, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:12:18', '2023-08-11 05:12:18'),
(1439, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:12:18', '2023-08-11 05:12:18'),
(1440, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 05:12:35', '2023-08-11 05:12:35'),
(1441, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:12:51', '2023-08-11 05:12:51'),
(1442, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:12:51', '2023-08-11 05:12:51'),
(1443, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 05:12:56', '2023-08-11 05:12:56'),
(1444, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:13:19', '2023-08-11 05:13:19'),
(1445, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:13:26', '2023-08-11 05:13:26'),
(1446, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:13:27', '2023-08-11 05:13:27'),
(1447, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/23', ' Blogs edit', '2023-08-11 05:13:32', '2023-08-11 05:13:32'),
(1448, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/23', ' Blogs update', '2023-08-11 05:13:39', '2023-08-11 05:13:39'),
(1449, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/23', ' Blogs edit', '2023-08-11 05:13:40', '2023-08-11 05:13:40'),
(1450, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:13:45', '2023-08-11 05:13:45'),
(1451, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 05:13:48', '2023-08-11 05:13:48'),
(1452, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:14:16', '2023-08-11 05:14:16'),
(1453, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:14:16', '2023-08-11 05:14:16'),
(1454, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 05:14:22', '2023-08-11 05:14:22'),
(1455, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:14:45', '2023-08-11 05:14:45'),
(1456, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:14:45', '2023-08-11 05:14:45'),
(1457, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 05:14:56', '2023-08-11 05:14:56'),
(1458, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:15:11', '2023-08-11 05:15:11'),
(1459, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:15:11', '2023-08-11 05:15:11'),
(1460, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 05:15:20', '2023-08-11 05:15:20'),
(1461, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:15:31', '2023-08-11 05:15:31'),
(1462, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:15:32', '2023-08-11 05:15:32'),
(1463, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 05:15:57', '2023-08-11 05:15:57'),
(1464, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:16:17', '2023-08-11 05:16:17'),
(1465, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:16:17', '2023-08-11 05:16:17'),
(1466, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 05:16:51', '2023-08-11 05:16:51'),
(1467, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:17:05', '2023-08-11 05:17:05'),
(1468, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:17:05', '2023-08-11 05:17:05'),
(1469, 1, 'App\\Http\\Controllers\\BlogsController', 'create', 'http://server/bib_projects/trusteducation/admin/blogs/create', ' Blogs create', '2023-08-11 05:17:42', '2023-08-11 05:17:42'),
(1470, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'http://server/bib_projects/trusteducation/admin/blogs/store', ' Blogs store', '2023-08-11 05:18:18', '2023-08-11 05:18:18'),
(1471, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:18:19', '2023-08-11 05:18:19'),
(1472, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/29', ' Blogs edit', '2023-08-11 05:19:47', '2023-08-11 05:19:47'),
(1473, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/29', ' Blogs update', '2023-08-11 05:19:51', '2023-08-11 05:19:51'),
(1474, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/29', ' Blogs edit', '2023-08-11 05:19:52', '2023-08-11 05:19:52'),
(1475, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:22:37', '2023-08-11 05:22:37'),
(1476, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/20', ' Blogs edit', '2023-08-11 05:23:03', '2023-08-11 05:23:03'),
(1477, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:23:46', '2023-08-11 05:23:46'),
(1478, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/21', ' Blogs edit', '2023-08-11 05:23:52', '2023-08-11 05:23:52'),
(1479, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/21', ' Blogs update', '2023-08-11 05:24:17', '2023-08-11 05:24:17'),
(1480, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/21', ' Blogs edit', '2023-08-11 05:24:18', '2023-08-11 05:24:18'),
(1481, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:24:23', '2023-08-11 05:24:23'),
(1482, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/22', ' Blogs edit', '2023-08-11 05:24:28', '2023-08-11 05:24:28'),
(1483, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/22', ' Blogs update', '2023-08-11 05:25:08', '2023-08-11 05:25:08'),
(1484, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/22', ' Blogs edit', '2023-08-11 05:25:09', '2023-08-11 05:25:09'),
(1485, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:25:27', '2023-08-11 05:25:27'),
(1486, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/23', ' Blogs edit', '2023-08-11 05:25:32', '2023-08-11 05:25:32'),
(1487, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/23', ' Blogs update', '2023-08-11 05:27:30', '2023-08-11 05:27:30'),
(1488, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/23', ' Blogs edit', '2023-08-11 05:27:31', '2023-08-11 05:27:31'),
(1489, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:27:58', '2023-08-11 05:27:58'),
(1490, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/24', ' Blogs edit', '2023-08-11 05:28:03', '2023-08-11 05:28:03'),
(1491, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/24', ' Blogs update', '2023-08-11 05:28:11', '2023-08-11 05:28:11'),
(1492, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/24', ' Blogs edit', '2023-08-11 05:28:11', '2023-08-11 05:28:11'),
(1493, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:28:16', '2023-08-11 05:28:16'),
(1494, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/25', ' Blogs edit', '2023-08-11 05:28:22', '2023-08-11 05:28:22'),
(1495, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/25', ' Blogs update', '2023-08-11 05:29:04', '2023-08-11 05:29:04'),
(1496, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/25', ' Blogs edit', '2023-08-11 05:29:04', '2023-08-11 05:29:04'),
(1497, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/25', ' Blogs update', '2023-08-11 05:29:35', '2023-08-11 05:29:35'),
(1498, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/25', ' Blogs edit', '2023-08-11 05:29:35', '2023-08-11 05:29:35'),
(1499, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:29:43', '2023-08-11 05:29:43'),
(1500, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/26', ' Blogs edit', '2023-08-11 05:30:09', '2023-08-11 05:30:09'),
(1501, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/26', ' Blogs update', '2023-08-11 05:31:04', '2023-08-11 05:31:04'),
(1502, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/26', ' Blogs edit', '2023-08-11 05:31:05', '2023-08-11 05:31:05'),
(1503, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:31:33', '2023-08-11 05:31:33'),
(1504, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/27', ' Blogs edit', '2023-08-11 05:31:39', '2023-08-11 05:31:39'),
(1505, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/27', ' Blogs update', '2023-08-11 05:32:15', '2023-08-11 05:32:15'),
(1506, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/27', ' Blogs edit', '2023-08-11 05:32:17', '2023-08-11 05:32:17'),
(1507, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:32:30', '2023-08-11 05:32:30'),
(1508, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/28', ' Blogs edit', '2023-08-11 05:32:36', '2023-08-11 05:32:36'),
(1509, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/28', ' Blogs update', '2023-08-11 05:35:32', '2023-08-11 05:35:32'),
(1510, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/28', ' Blogs edit', '2023-08-11 05:35:33', '2023-08-11 05:35:33'),
(1511, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:36:01', '2023-08-11 05:36:01'),
(1512, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/29', ' Blogs edit', '2023-08-11 05:36:07', '2023-08-11 05:36:07'),
(1513, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/29', ' Blogs update', '2023-08-11 05:36:17', '2023-08-11 05:36:17'),
(1514, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/29', ' Blogs edit', '2023-08-11 05:36:18', '2023-08-11 05:36:18'),
(1515, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-11 05:36:43', '2023-08-11 05:36:43'),
(1516, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/30', ' Blogs edit', '2023-08-11 05:36:53', '2023-08-11 05:36:53'),
(1517, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/30', ' Blogs update', '2023-08-11 05:37:00', '2023-08-11 05:37:00'),
(1518, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/30', ' Blogs edit', '2023-08-11 05:37:00', '2023-08-11 05:37:00'),
(1519, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:37:43', '2023-08-11 05:37:43'),
(1520, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:38:11', '2023-08-11 05:38:11'),
(1521, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:38:24', '2023-08-11 05:38:24'),
(1522, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:38:24', '2023-08-11 05:38:24'),
(1523, 1, 'App\\Http\\Controllers\\FaqsController', 'edit', 'http://server/bib_projects/trusteducation/admin/faqs/edit/1', ' Faqs edit', '2023-08-11 05:38:43', '2023-08-11 05:38:43'),
(1524, 1, 'App\\Http\\Controllers\\FaqsController', 'update', 'http://server/bib_projects/trusteducation/admin/faqs/update/1', ' Faqs update', '2023-08-11 05:39:28', '2023-08-11 05:39:28'),
(1525, 1, 'App\\Http\\Controllers\\FaqsController', 'edit', 'http://server/bib_projects/trusteducation/admin/faqs/edit/1', ' Faqs edit', '2023-08-11 05:39:28', '2023-08-11 05:39:28'),
(1526, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:39:33', '2023-08-11 05:39:33'),
(1527, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:39:51', '2023-08-11 05:39:51'),
(1528, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:40:01', '2023-08-11 05:40:01'),
(1529, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:40:02', '2023-08-11 05:40:02'),
(1530, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:40:15', '2023-08-11 05:40:15'),
(1531, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:40:34', '2023-08-11 05:40:34'),
(1532, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:40:34', '2023-08-11 05:40:34'),
(1533, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:40:38', '2023-08-11 05:40:38'),
(1534, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:41:15', '2023-08-11 05:41:15'),
(1535, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:41:15', '2023-08-11 05:41:15'),
(1536, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:41:20', '2023-08-11 05:41:20'),
(1537, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:41:37', '2023-08-11 05:41:37'),
(1538, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:41:38', '2023-08-11 05:41:38'),
(1539, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:41:42', '2023-08-11 05:41:42'),
(1540, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:41:57', '2023-08-11 05:41:57'),
(1541, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:41:57', '2023-08-11 05:41:57'),
(1542, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:42:05', '2023-08-11 05:42:05'),
(1543, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:42:15', '2023-08-11 05:42:15'),
(1544, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:42:16', '2023-08-11 05:42:16'),
(1545, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:42:24', '2023-08-11 05:42:24'),
(1546, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:42:34', '2023-08-11 05:42:34'),
(1547, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:42:35', '2023-08-11 05:42:35'),
(1548, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:42:39', '2023-08-11 05:42:39'),
(1549, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:42:56', '2023-08-11 05:42:56'),
(1550, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:42:57', '2023-08-11 05:42:57'),
(1551, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:43:10', '2023-08-11 05:43:10'),
(1552, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:43:23', '2023-08-11 05:43:23'),
(1553, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:43:23', '2023-08-11 05:43:23'),
(1554, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:43:31', '2023-08-11 05:43:31'),
(1555, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:43:41', '2023-08-11 05:43:41'),
(1556, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:43:41', '2023-08-11 05:43:41'),
(1557, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:43:49', '2023-08-11 05:43:49'),
(1558, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:44:04', '2023-08-11 05:44:04'),
(1559, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:44:04', '2023-08-11 05:44:04'),
(1560, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:44:15', '2023-08-11 05:44:15'),
(1561, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:44:25', '2023-08-11 05:44:25'),
(1562, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:44:25', '2023-08-11 05:44:25'),
(1563, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:44:29', '2023-08-11 05:44:29'),
(1564, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:44:46', '2023-08-11 05:44:46'),
(1565, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:44:47', '2023-08-11 05:44:47'),
(1566, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:44:54', '2023-08-11 05:44:54'),
(1567, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:45:04', '2023-08-11 05:45:04'),
(1568, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:45:04', '2023-08-11 05:45:04'),
(1569, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:45:12', '2023-08-11 05:45:12'),
(1570, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:45:23', '2023-08-11 05:45:23'),
(1571, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:45:23', '2023-08-11 05:45:23'),
(1572, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:45:27', '2023-08-11 05:45:27'),
(1573, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:45:41', '2023-08-11 05:45:41'),
(1574, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:45:42', '2023-08-11 05:45:42'),
(1575, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:45:49', '2023-08-11 05:45:49'),
(1576, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:46:00', '2023-08-11 05:46:00'),
(1577, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:46:00', '2023-08-11 05:46:00'),
(1578, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:46:07', '2023-08-11 05:46:07'),
(1579, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:46:23', '2023-08-11 05:46:23');
INSERT INTO `tbl_activity_logs` (`activity_id`, `user_id`, `controllerName`, `methodName`, `actionUrl`, `activity`, `created_at`, `updated_at`) VALUES
(1580, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:46:23', '2023-08-11 05:46:23'),
(1581, 1, 'App\\Http\\Controllers\\FaqsController', 'create', 'http://server/bib_projects/trusteducation/admin/faqs/create', ' Faqs create', '2023-08-11 05:46:30', '2023-08-11 05:46:30'),
(1582, 1, 'App\\Http\\Controllers\\FaqsController', 'store', 'http://server/bib_projects/trusteducation/admin/faqs/store', ' Faqs store', '2023-08-11 05:46:46', '2023-08-11 05:46:46'),
(1583, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-11 05:46:46', '2023-08-11 05:46:46'),
(1584, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-11 05:47:35', '2023-08-11 05:47:35'),
(1585, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://server/bib_projects/trusteducation/articles/create', ' Articles create', '2023-08-11 05:47:38', '2023-08-11 05:47:38'),
(1586, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://server/bib_projects/trusteducation/articles/store', ' Articles store', '2023-08-11 05:48:15', '2023-08-11 05:48:15'),
(1587, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-11 05:48:15', '2023-08-11 05:48:15'),
(1588, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://server/bib_projects/trusteducation/articles/create', ' Articles create', '2023-08-11 05:49:21', '2023-08-11 05:49:21'),
(1589, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://server/bib_projects/trusteducation/articles/store', ' Articles store', '2023-08-11 05:49:53', '2023-08-11 05:49:53'),
(1590, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-11 05:49:53', '2023-08-11 05:49:53'),
(1591, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://server/bib_projects/trusteducation/articles/create', ' Articles create', '2023-08-11 05:50:44', '2023-08-11 05:50:44'),
(1592, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://server/bib_projects/trusteducation/articles/store', ' Articles store', '2023-08-11 05:51:10', '2023-08-11 05:51:10'),
(1593, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-11 05:51:11', '2023-08-11 05:51:11'),
(1594, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-11 05:51:32', '2023-08-11 05:51:32'),
(1595, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-11 05:51:41', '2023-08-11 05:51:41'),
(1596, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-11 05:51:42', '2023-08-11 05:51:42'),
(1597, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-11 05:51:46', '2023-08-11 05:51:46'),
(1598, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/7', ' Articles edit', '2023-08-11 05:51:50', '2023-08-11 05:51:50'),
(1599, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/7', ' Articles update', '2023-08-11 05:52:27', '2023-08-11 05:52:27'),
(1600, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/7', ' Articles edit', '2023-08-11 05:52:27', '2023-08-11 05:52:27'),
(1601, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://server/bib_projects/trusteducation/admin/resources', ' Resources index', '2023-08-11 05:53:09', '2023-08-11 05:53:09'),
(1602, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-11 06:03:25', '2023-08-11 06:03:25'),
(1603, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://server/bib_projects/trusteducation/admin/preparationclasses/create', ' Preparationclasses create', '2023-08-11 06:03:28', '2023-08-11 06:03:28'),
(1604, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'store', 'http://server/bib_projects/trusteducation/admin/preparationclasses/store', ' Preparationclasses store', '2023-08-11 06:03:47', '2023-08-11 06:03:47'),
(1605, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-11 06:03:48', '2023-08-11 06:03:48'),
(1606, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-11 06:04:18', '2023-08-11 06:04:18'),
(1607, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/10', ' Preparationclasses update', '2023-08-11 06:04:32', '2023-08-11 06:04:32'),
(1608, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-11 06:04:33', '2023-08-11 06:04:33'),
(1609, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-11 06:04:37', '2023-08-11 06:04:37'),
(1610, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://server/bib_projects/trusteducation/admin/subscribers', ' Subscribers index', '2023-08-11 06:05:52', '2023-08-11 06:05:52'),
(1611, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://server/bib_projects/trusteducation/admin/subscribers', ' Subscribers index', '2023-08-11 06:06:59', '2023-08-11 06:06:59'),
(1612, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://server/bib_projects/trusteducation/admin/subscribers', ' Subscribers index', '2023-08-11 06:07:03', '2023-08-11 06:07:03'),
(1613, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://server/bib_projects/trusteducation/admin/subscribers', ' Subscribers index', '2023-08-11 06:07:11', '2023-08-11 06:07:11'),
(1614, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://server/bib_projects/trusteducation/admin/news', ' News index', '2023-08-11 06:09:02', '2023-08-11 06:09:02'),
(1615, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://server/bib_projects/trusteducation/admin/events', ' Events index', '2023-08-11 06:09:06', '2023-08-11 06:09:06'),
(1616, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://server/bib_projects/trusteducation/admin/programs', ' Programs index', '2023-08-11 06:09:12', '2023-08-11 06:09:12'),
(1617, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://server/bib_projects/trusteducation/admin/institutions', ' Institutions index', '2023-08-11 06:09:16', '2023-08-11 06:09:16'),
(1618, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-11 06:09:20', '2023-08-11 06:09:20'),
(1619, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-11 06:09:26', '2023-08-11 06:09:26'),
(1620, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-11 06:11:06', '2023-08-11 06:11:06'),
(1621, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-11 06:11:07', '2023-08-11 06:11:07'),
(1622, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/3', ' Countryarticles edit', '2023-08-11 06:11:13', '2023-08-11 06:11:13'),
(1623, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/3', ' Countryarticles update', '2023-08-11 06:11:18', '2023-08-11 06:11:18'),
(1624, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/3', ' Countryarticles edit', '2023-08-11 06:11:19', '2023-08-11 06:11:19'),
(1625, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-11 06:11:22', '2023-08-11 06:11:22'),
(1626, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/1', ' Countryarticles edit', '2023-08-11 06:12:00', '2023-08-11 06:12:00'),
(1627, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-11 06:12:07', '2023-08-11 06:12:07'),
(1628, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-11 06:12:09', '2023-08-11 06:12:09'),
(1629, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-11 06:13:00', '2023-08-11 06:13:00'),
(1630, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-11 06:13:01', '2023-08-11 06:13:01'),
(1631, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-11 06:14:53', '2023-08-11 06:14:53'),
(1632, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/8', ' Countries edit', '2023-08-11 06:14:59', '2023-08-11 06:14:59'),
(1633, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/9', ' Countries edit', '2023-08-11 06:15:09', '2023-08-11 06:15:09'),
(1634, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/9', ' Countries update', '2023-08-11 06:15:16', '2023-08-11 06:15:16'),
(1635, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/9', ' Countries edit', '2023-08-11 06:15:16', '2023-08-11 06:15:16'),
(1636, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-11 06:16:13', '2023-08-11 06:16:13'),
(1637, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://server/bib_projects/trusteducation/admin/quicklinks', ' Quicklinks index', '2023-08-11 06:19:12', '2023-08-11 06:19:12'),
(1638, 1, 'App\\Http\\Controllers\\QuicklinksController', 'create', 'http://server/bib_projects/trusteducation/admin/quicklinks/create', ' Quicklinks create', '2023-08-11 06:19:15', '2023-08-11 06:19:15'),
(1639, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://server/bib_projects/trusteducation/admin/galleries', ' Galleries index', '2023-08-11 06:22:24', '2023-08-11 06:22:24'),
(1640, 1, 'App\\Http\\Controllers\\GalleriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/galleries/edit/1', ' Galleries edit', '2023-08-11 06:22:29', '2023-08-11 06:22:29'),
(1641, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-11 06:23:33', '2023-08-11 06:23:33'),
(1642, 1, 'App\\Http\\Controllers\\SubscribersController', 'index', 'http://server/bib_projects/trusteducation/admin/subscribers', ' Subscribers index', '2023-08-12 23:58:57', '2023-08-12 23:58:57'),
(1643, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 00:00:48', '2023-08-13 00:00:48'),
(1644, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://server/bib_projects/trusteducation/testimonials/create', ' Testimonials create', '2023-08-13 00:01:15', '2023-08-13 00:01:15'),
(1645, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://server/bib_projects/trusteducation/testimonials/store', ' Testimonials store', '2023-08-13 00:01:22', '2023-08-13 00:01:22'),
(1646, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 00:01:23', '2023-08-13 00:01:23'),
(1647, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 00:03:50', '2023-08-13 00:03:50'),
(1648, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/8', ' Countries edit', '2023-08-13 00:06:04', '2023-08-13 00:06:04'),
(1649, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/8', ' Countries update', '2023-08-13 00:06:43', '2023-08-13 00:06:43'),
(1650, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/8', ' Countries edit', '2023-08-13 00:06:43', '2023-08-13 00:06:43'),
(1651, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 00:06:48', '2023-08-13 00:06:48'),
(1652, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/9', ' Countries edit', '2023-08-13 00:07:13', '2023-08-13 00:07:13'),
(1653, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/9', ' Countries update', '2023-08-13 00:07:30', '2023-08-13 00:07:30'),
(1654, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/9', ' Countries edit', '2023-08-13 00:07:30', '2023-08-13 00:07:30'),
(1655, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 00:07:48', '2023-08-13 00:07:48'),
(1656, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/11', ' Countries edit', '2023-08-13 00:07:56', '2023-08-13 00:07:56'),
(1657, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/11', ' Countries update', '2023-08-13 00:08:14', '2023-08-13 00:08:14'),
(1658, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/11', ' Countries edit', '2023-08-13 00:08:14', '2023-08-13 00:08:14'),
(1659, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 00:08:19', '2023-08-13 00:08:19'),
(1660, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/12', ' Countries edit', '2023-08-13 00:08:45', '2023-08-13 00:08:45'),
(1661, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/12', ' Countries update', '2023-08-13 00:08:58', '2023-08-13 00:08:58'),
(1662, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/12', ' Countries edit', '2023-08-13 00:08:58', '2023-08-13 00:08:58'),
(1663, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 00:09:23', '2023-08-13 00:09:23'),
(1664, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/10', ' Countries edit', '2023-08-13 00:10:00', '2023-08-13 00:10:00'),
(1665, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/10', ' Countries update', '2023-08-13 00:10:25', '2023-08-13 00:10:25'),
(1666, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/10', ' Countries edit', '2023-08-13 00:10:26', '2023-08-13 00:10:26'),
(1667, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 00:10:30', '2023-08-13 00:10:30'),
(1668, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 00:14:08', '2023-08-13 00:14:08'),
(1669, 1, 'App\\Http\\Controllers\\TestimonialsController', 'edit', 'http://server/bib_projects/trusteducation/testimonials/edit/2', ' Testimonials edit', '2023-08-13 00:14:13', '2023-08-13 00:14:13'),
(1670, 1, 'App\\Http\\Controllers\\TestimonialsController', 'update', 'http://server/bib_projects/trusteducation/testimonials/update/2', ' Testimonials update', '2023-08-13 00:18:24', '2023-08-13 00:18:24'),
(1671, 1, 'App\\Http\\Controllers\\TestimonialsController', 'edit', 'http://server/bib_projects/trusteducation/testimonials/edit/2', ' Testimonials edit', '2023-08-13 00:18:24', '2023-08-13 00:18:24'),
(1672, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 00:18:33', '2023-08-13 00:18:33'),
(1673, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://server/bib_projects/trusteducation/testimonials/create', ' Testimonials create', '2023-08-13 00:18:40', '2023-08-13 00:18:40'),
(1674, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://server/bib_projects/trusteducation/testimonials/store', ' Testimonials store', '2023-08-13 00:22:49', '2023-08-13 00:22:49'),
(1675, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 00:22:50', '2023-08-13 00:22:50'),
(1676, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://server/bib_projects/trusteducation/testimonials/create', ' Testimonials create', '2023-08-13 00:23:08', '2023-08-13 00:23:08'),
(1677, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://server/bib_projects/trusteducation/testimonials/store', ' Testimonials store', '2023-08-13 00:26:11', '2023-08-13 00:26:11'),
(1678, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 00:26:11', '2023-08-13 00:26:11'),
(1679, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://server/bib_projects/trusteducation/testimonials/create', ' Testimonials create', '2023-08-13 00:27:01', '2023-08-13 00:27:01'),
(1680, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://server/bib_projects/trusteducation/testimonials/store', ' Testimonials store', '2023-08-13 00:31:44', '2023-08-13 00:31:44'),
(1681, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 00:31:45', '2023-08-13 00:31:45'),
(1682, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://server/bib_projects/trusteducation/testimonials/create', ' Testimonials create', '2023-08-13 00:31:49', '2023-08-13 00:31:49'),
(1683, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://server/bib_projects/trusteducation/testimonials/store', ' Testimonials store', '2023-08-13 00:36:29', '2023-08-13 00:36:29'),
(1684, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 00:36:29', '2023-08-13 00:36:29'),
(1685, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://server/bib_projects/trusteducation/testimonials/create', ' Testimonials create', '2023-08-13 00:36:36', '2023-08-13 00:36:36'),
(1686, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://server/bib_projects/trusteducation/testimonials/store', ' Testimonials store', '2023-08-13 00:40:10', '2023-08-13 00:40:10'),
(1687, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 00:40:10', '2023-08-13 00:40:10'),
(1688, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://server/bib_projects/trusteducation/testimonials/create', ' Testimonials create', '2023-08-13 00:41:14', '2023-08-13 00:41:14'),
(1689, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://server/bib_projects/trusteducation/testimonials/store', ' Testimonials store', '2023-08-13 00:44:38', '2023-08-13 00:44:38'),
(1690, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 00:44:38', '2023-08-13 00:44:38'),
(1691, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://server/bib_projects/trusteducation/testimonials/create', ' Testimonials create', '2023-08-13 00:44:43', '2023-08-13 00:44:43'),
(1692, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://server/bib_projects/trusteducation/testimonials/store', ' Testimonials store', '2023-08-13 00:56:21', '2023-08-13 00:56:21'),
(1693, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 00:56:21', '2023-08-13 00:56:21'),
(1694, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://server/bib_projects/trusteducation/testimonials/create', ' Testimonials create', '2023-08-13 00:57:01', '2023-08-13 00:57:01'),
(1695, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://server/bib_projects/trusteducation/testimonials/store', ' Testimonials store', '2023-08-13 01:01:48', '2023-08-13 01:01:48'),
(1696, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 01:01:49', '2023-08-13 01:01:49'),
(1697, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://server/bib_projects/trusteducation/testimonials/create', ' Testimonials create', '2023-08-13 01:03:14', '2023-08-13 01:03:14'),
(1698, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://server/bib_projects/trusteducation/testimonials/store', ' Testimonials store', '2023-08-13 01:10:09', '2023-08-13 01:10:09'),
(1699, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 01:10:10', '2023-08-13 01:10:10'),
(1700, 1, 'App\\Http\\Controllers\\TestimonialsController', 'create', 'http://server/bib_projects/trusteducation/testimonials/create', ' Testimonials create', '2023-08-13 01:10:14', '2023-08-13 01:10:14'),
(1701, 1, 'App\\Http\\Controllers\\TestimonialsController', 'store', 'http://server/bib_projects/trusteducation/testimonials/store', ' Testimonials store', '2023-08-13 01:23:36', '2023-08-13 01:23:36'),
(1702, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 01:23:36', '2023-08-13 01:23:36'),
(1703, 1, 'App\\Http\\Controllers\\TestimonialsController', 'destroy', 'http://server/bib_projects/trusteducation/testimonials/destroy/1', ' Testimonials destroy', '2023-08-13 01:24:01', '2023-08-13 01:24:01'),
(1704, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 01:24:01', '2023-08-13 01:24:01'),
(1705, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 01:31:06', '2023-08-13 01:31:06'),
(1706, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 01:32:00', '2023-08-13 01:32:00'),
(1707, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 01:32:10', '2023-08-13 01:32:10'),
(1708, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-13 01:32:14', '2023-08-13 01:32:14'),
(1709, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 01:32:20', '2023-08-13 01:32:20'),
(1710, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 01:32:23', '2023-08-13 01:32:23'),
(1711, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 01:32:29', '2023-08-13 01:32:29'),
(1712, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 01:32:58', '2023-08-13 01:32:58'),
(1713, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 01:33:14', '2023-08-13 01:33:14'),
(1714, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-13 01:33:20', '2023-08-13 01:33:20'),
(1715, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 01:33:26', '2023-08-13 01:33:26'),
(1716, 1, 'App\\Http\\Controllers\\MenulocationsController', 'index', 'http://server/bib_projects/trusteducation/admin/menulocations', ' Menulocations index', '2023-08-13 01:41:04', '2023-08-13 01:41:04'),
(1717, 1, 'App\\Http\\Controllers\\MenulocationsController', 'show', 'http://server/bib_projects/trusteducation/admin/menulocations/show/2', ' Menulocations show', '2023-08-13 01:41:09', '2023-08-13 01:41:09'),
(1718, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://server/bib_projects/trusteducation/admin/settings/edit/1', ' Settings edit', '2023-08-13 01:41:13', '2023-08-13 01:41:13'),
(1719, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://server/bib_projects/trusteducation/admin/settings/update/1', ' Settings update', '2023-08-13 01:41:54', '2023-08-13 01:41:54'),
(1720, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://server/bib_projects/trusteducation/admin/settings/edit/1', ' Settings edit', '2023-08-13 01:41:54', '2023-08-13 01:41:54'),
(1721, 1, 'App\\Http\\Controllers\\SettingsController', 'update', 'http://server/bib_projects/trusteducation/admin/settings/update/1', ' Settings update', '2023-08-13 01:43:37', '2023-08-13 01:43:37'),
(1722, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://server/bib_projects/trusteducation/admin/settings/edit/1', ' Settings edit', '2023-08-13 01:43:37', '2023-08-13 01:43:37'),
(1723, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://server/bib_projects/trusteducation/admin/forms', ' Forms index', '2023-08-13 01:46:10', '2023-08-13 01:46:10'),
(1724, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-13 01:46:17', '2023-08-13 01:46:17'),
(1725, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:46:41', '2023-08-13 01:46:41'),
(1726, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/1', ' Services edit', '2023-08-13 01:51:05', '2023-08-13 01:51:05'),
(1727, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:52:13', '2023-08-13 01:52:13'),
(1728, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/5', ' Services edit', '2023-08-13 01:52:16', '2023-08-13 01:52:16'),
(1729, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/5', ' Services update', '2023-08-13 01:52:30', '2023-08-13 01:52:30'),
(1730, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/5', ' Services edit', '2023-08-13 01:52:30', '2023-08-13 01:52:30'),
(1731, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:53:15', '2023-08-13 01:53:15'),
(1732, 1, 'App\\Http\\Controllers\\ServicesController', 'create', 'http://server/bib_projects/trusteducation/admin/services/create', ' Services create', '2023-08-13 01:53:47', '2023-08-13 01:53:47'),
(1733, 1, 'App\\Http\\Controllers\\ServicesController', 'store', 'http://server/bib_projects/trusteducation/admin/services/store', ' Services store', '2023-08-13 01:54:20', '2023-08-13 01:54:20'),
(1734, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:54:20', '2023-08-13 01:54:20'),
(1735, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/4', ' Services edit', '2023-08-13 01:55:19', '2023-08-13 01:55:19'),
(1736, 1, 'App\\Http\\Controllers\\ServicesController', 'destroy', 'http://server/bib_projects/trusteducation/admin/services/destroy/4', ' Services destroy', '2023-08-13 01:55:26', '2023-08-13 01:55:26'),
(1737, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:55:27', '2023-08-13 01:55:27'),
(1738, 1, 'App\\Http\\Controllers\\ServicesController', 'destroy', 'http://server/bib_projects/trusteducation/admin/services/destroy/3', ' Services destroy', '2023-08-13 01:55:32', '2023-08-13 01:55:32'),
(1739, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:55:32', '2023-08-13 01:55:32'),
(1740, 1, 'App\\Http\\Controllers\\ServicesController', 'destroy', 'http://server/bib_projects/trusteducation/admin/services/destroy/8', ' Services destroy', '2023-08-13 01:55:37', '2023-08-13 01:55:37'),
(1741, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:55:37', '2023-08-13 01:55:37'),
(1742, 1, 'App\\Http\\Controllers\\ServicesController', 'destroy', 'http://server/bib_projects/trusteducation/admin/services/destroy/7', ' Services destroy', '2023-08-13 01:55:44', '2023-08-13 01:55:44'),
(1743, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:55:45', '2023-08-13 01:55:45'),
(1744, 1, 'App\\Http\\Controllers\\ServicesController', 'destroy', 'http://server/bib_projects/trusteducation/admin/services/destroy/1', ' Services destroy', '2023-08-13 01:55:50', '2023-08-13 01:55:50'),
(1745, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:55:50', '2023-08-13 01:55:50'),
(1746, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/9', ' Services edit', '2023-08-13 01:56:03', '2023-08-13 01:56:03'),
(1747, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/9', ' Services update', '2023-08-13 01:56:18', '2023-08-13 01:56:18'),
(1748, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/9', ' Services edit', '2023-08-13 01:56:18', '2023-08-13 01:56:18'),
(1749, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:56:23', '2023-08-13 01:56:23'),
(1750, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/6', ' Services edit', '2023-08-13 01:56:47', '2023-08-13 01:56:47'),
(1751, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/6', ' Services update', '2023-08-13 01:57:14', '2023-08-13 01:57:14'),
(1752, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/6', ' Services edit', '2023-08-13 01:57:14', '2023-08-13 01:57:14'),
(1753, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:57:18', '2023-08-13 01:57:18'),
(1754, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/2', ' Services edit', '2023-08-13 01:57:26', '2023-08-13 01:57:26'),
(1755, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/2', ' Services update', '2023-08-13 01:58:09', '2023-08-13 01:58:09'),
(1756, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/2', ' Services edit', '2023-08-13 01:58:09', '2023-08-13 01:58:09'),
(1757, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:58:25', '2023-08-13 01:58:25'),
(1758, 1, 'App\\Http\\Controllers\\ServicesController', 'create', 'http://server/bib_projects/trusteducation/admin/services/create', ' Services create', '2023-08-13 01:58:29', '2023-08-13 01:58:29'),
(1759, 1, 'App\\Http\\Controllers\\ServicesController', 'store', 'http://server/bib_projects/trusteducation/admin/services/store', ' Services store', '2023-08-13 01:59:02', '2023-08-13 01:59:02'),
(1760, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 01:59:02', '2023-08-13 01:59:02'),
(1761, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/5', ' Services edit', '2023-08-13 02:02:03', '2023-08-13 02:02:03'),
(1762, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/5', ' Services update', '2023-08-13 02:02:14', '2023-08-13 02:02:14'),
(1763, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/5', ' Services edit', '2023-08-13 02:02:15', '2023-08-13 02:02:15'),
(1764, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/5', ' Services update', '2023-08-13 02:02:49', '2023-08-13 02:02:49'),
(1765, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/5', ' Services edit', '2023-08-13 02:02:49', '2023-08-13 02:02:49'),
(1766, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/5', ' Services update', '2023-08-13 02:03:05', '2023-08-13 02:03:05'),
(1767, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/5', ' Services edit', '2023-08-13 02:03:05', '2023-08-13 02:03:05'),
(1768, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 02:04:06', '2023-08-13 02:04:06'),
(1769, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/10', ' Services edit', '2023-08-13 02:04:09', '2023-08-13 02:04:09'),
(1770, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/10', ' Services update', '2023-08-13 02:04:17', '2023-08-13 02:04:17'),
(1771, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/10', ' Services edit', '2023-08-13 02:04:18', '2023-08-13 02:04:18'),
(1772, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 02:04:37', '2023-08-13 02:04:37'),
(1773, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/9', ' Services edit', '2023-08-13 02:05:00', '2023-08-13 02:05:00'),
(1774, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/9', ' Services update', '2023-08-13 02:05:06', '2023-08-13 02:05:06'),
(1775, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/9', ' Services edit', '2023-08-13 02:05:06', '2023-08-13 02:05:06'),
(1776, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/9', ' Services update', '2023-08-13 02:05:59', '2023-08-13 02:05:59'),
(1777, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/9', ' Services edit', '2023-08-13 02:05:59', '2023-08-13 02:05:59'),
(1778, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/9', ' Services update', '2023-08-13 02:06:14', '2023-08-13 02:06:14'),
(1779, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/9', ' Services edit', '2023-08-13 02:06:14', '2023-08-13 02:06:14'),
(1780, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 02:06:35', '2023-08-13 02:06:35'),
(1781, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/6', ' Services edit', '2023-08-13 02:06:39', '2023-08-13 02:06:39'),
(1782, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/6', ' Services update', '2023-08-13 02:06:44', '2023-08-13 02:06:44'),
(1783, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/6', ' Services edit', '2023-08-13 02:06:45', '2023-08-13 02:06:45'),
(1784, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 02:07:15', '2023-08-13 02:07:15'),
(1785, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/2', ' Services edit', '2023-08-13 02:07:18', '2023-08-13 02:07:18'),
(1786, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/2', ' Services update', '2023-08-13 02:07:24', '2023-08-13 02:07:24'),
(1787, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/2', ' Services edit', '2023-08-13 02:07:24', '2023-08-13 02:07:24'),
(1788, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 02:07:38', '2023-08-13 02:07:38'),
(1789, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/11', ' Services edit', '2023-08-13 02:07:41', '2023-08-13 02:07:41'),
(1790, 1, 'App\\Http\\Controllers\\ServicesController', 'update', 'http://server/bib_projects/trusteducation/admin/services/update/11', ' Services update', '2023-08-13 02:07:53', '2023-08-13 02:07:53'),
(1791, 1, 'App\\Http\\Controllers\\ServicesController', 'edit', 'http://server/bib_projects/trusteducation/admin/services/edit/11', ' Services edit', '2023-08-13 02:07:53', '2023-08-13 02:07:53'),
(1792, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 02:13:51', '2023-08-13 02:13:51'),
(1793, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 02:13:55', '2023-08-13 02:13:55'),
(1794, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 02:14:05', '2023-08-13 02:14:05'),
(1795, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://server/bib_projects/trusteducation/admin/institutions', ' Institutions index', '2023-08-13 02:14:10', '2023-08-13 02:14:10'),
(1796, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://server/bib_projects/trusteducation/admin/programs', ' Programs index', '2023-08-13 02:14:21', '2023-08-13 02:14:21'),
(1797, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 02:14:25', '2023-08-13 02:14:25'),
(1798, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 02:14:30', '2023-08-13 02:14:30'),
(1799, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/10', ' Preparationclasses update', '2023-08-13 02:14:42', '2023-08-13 02:14:42'),
(1800, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 02:14:43', '2023-08-13 02:14:43'),
(1801, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 02:14:47', '2023-08-13 02:14:47'),
(1802, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 02:14:51', '2023-08-13 02:14:51'),
(1803, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 02:14:59', '2023-08-13 02:14:59'),
(1804, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://server/bib_projects/trusteducation/admin/resources', ' Resources index', '2023-08-13 02:15:06', '2023-08-13 02:15:06'),
(1805, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-13 02:15:11', '2023-08-13 02:15:11'),
(1806, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-13 02:15:16', '2023-08-13 02:15:16'),
(1807, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://server/bib_projects/trusteducation/admin/quicklinks', ' Quicklinks index', '2023-08-13 02:15:53', '2023-08-13 02:15:53'),
(1808, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://server/bib_projects/trusteducation/admin/galleries', ' Galleries index', '2023-08-13 02:15:59', '2023-08-13 02:15:59'),
(1809, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://server/bib_projects/trusteducation/admin/news', ' News index', '2023-08-13 02:16:02', '2023-08-13 02:16:02'),
(1810, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://server/bib_projects/trusteducation/admin/events', ' Events index', '2023-08-13 02:16:06', '2023-08-13 02:16:06'),
(1811, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 02:16:08', '2023-08-13 02:16:08'),
(1812, 1, 'App\\Http\\Controllers\\VisasController', 'index', 'http://server/bib_projects/trusteducation/admin/visas', ' Visas index', '2023-08-13 02:16:13', '2023-08-13 02:16:13'),
(1813, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://server/bib_projects/trusteducation/admin/resources', ' Resources index', '2023-08-13 02:16:17', '2023-08-13 02:16:17'),
(1814, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://server/bib_projects/trusteducation/admin/resources', ' Resources index', '2023-08-13 02:17:53', '2023-08-13 02:17:53'),
(1815, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://server/bib_projects/trusteducation/admin/resources', ' Resources index', '2023-08-13 02:19:13', '2023-08-13 02:19:13'),
(1816, 1, 'App\\Http\\Controllers\\ResourcesController', 'edit', 'http://server/bib_projects/trusteducation/admin/resources/edit/2', ' Resources edit', '2023-08-13 02:19:17', '2023-08-13 02:19:17'),
(1817, 1, 'App\\Http\\Controllers\\ResourcesController', 'update', 'http://server/bib_projects/trusteducation/admin/resources/update/2', ' Resources update', '2023-08-13 02:19:23', '2023-08-13 02:19:23'),
(1818, 1, 'App\\Http\\Controllers\\ResourcesController', 'edit', 'http://server/bib_projects/trusteducation/admin/resources/edit/2', ' Resources edit', '2023-08-13 02:19:23', '2023-08-13 02:19:23'),
(1819, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://server/bib_projects/trusteducation/admin/settings/edit/1', ' Settings edit', '2023-08-13 02:19:38', '2023-08-13 02:19:38'),
(1820, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://server/bib_projects/trusteducation/admin/forms', ' Forms index', '2023-08-13 02:19:41', '2023-08-13 02:19:41'),
(1821, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-13 02:19:43', '2023-08-13 02:19:43'),
(1822, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://server/bib_projects/trusteducation/admin/customfields/edit/4', ' Customfields edit', '2023-08-13 02:23:02', '2023-08-13 02:23:02'),
(1823, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-13 02:23:21', '2023-08-13 02:23:21'),
(1824, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://server/bib_projects/trusteducation/admin/customfields/edit/4', ' Customfields edit', '2023-08-13 03:26:41', '2023-08-13 03:26:41'),
(1825, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://server/bib_projects/trusteducation/admin/customfields/edit/4', ' Customfields edit', '2023-08-13 03:27:07', '2023-08-13 03:27:07'),
(1826, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://server/bib_projects/trusteducation/admin/customfields/update/4', ' Customfields update', '2023-08-13 03:27:39', '2023-08-13 03:27:39'),
(1827, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://server/bib_projects/trusteducation/admin/customfields/edit/4', ' Customfields edit', '2023-08-13 03:27:40', '2023-08-13 03:27:40'),
(1828, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://server/bib_projects/trusteducation/admin/customfields/update/4', ' Customfields update', '2023-08-13 03:28:12', '2023-08-13 03:28:12'),
(1829, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://server/bib_projects/trusteducation/admin/customfields/edit/4', ' Customfields edit', '2023-08-13 03:28:12', '2023-08-13 03:28:12');
INSERT INTO `tbl_activity_logs` (`activity_id`, `user_id`, `controllerName`, `methodName`, `actionUrl`, `activity`, `created_at`, `updated_at`) VALUES
(1830, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://server/bib_projects/trusteducation/admin/customfields/update/4', ' Customfields update', '2023-08-13 03:31:21', '2023-08-13 03:31:21'),
(1831, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://server/bib_projects/trusteducation/admin/customfields/edit/4', ' Customfields edit', '2023-08-13 03:31:22', '2023-08-13 03:31:22'),
(1832, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-13 03:32:22', '2023-08-13 03:32:22'),
(1833, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://server/bib_projects/trusteducation/admin/customfields/edit/2', ' Customfields edit', '2023-08-13 03:32:26', '2023-08-13 03:32:26'),
(1834, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://server/bib_projects/trusteducation/admin/customfields/update/2', ' Customfields update', '2023-08-13 03:32:37', '2023-08-13 03:32:37'),
(1835, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://server/bib_projects/trusteducation/admin/customfields/edit/2', ' Customfields edit', '2023-08-13 03:32:37', '2023-08-13 03:32:37'),
(1836, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'update', 'http://server/bib_projects/trusteducation/admin/customfields/update/2', ' Customfields update', '2023-08-13 03:33:19', '2023-08-13 03:33:19'),
(1837, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'edit', 'http://server/bib_projects/trusteducation/admin/customfields/edit/2', ' Customfields edit', '2023-08-13 03:33:19', '2023-08-13 03:33:19'),
(1838, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-13 03:33:24', '2023-08-13 03:33:24'),
(1839, 1, 'App\\Http\\Controllers\\ShortcodesController', 'index', 'http://server/bib_projects/trusteducation/admin/shortcodes', ' Shortcodes index', '2023-08-13 03:37:06', '2023-08-13 03:37:06'),
(1840, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://server/bib_projects/trusteducation/admin/resourcetypes', ' Resourcetypes index', '2023-08-13 03:37:17', '2023-08-13 03:37:17'),
(1841, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems', ' Menuitems index', '2023-08-13 03:37:28', '2023-08-13 03:37:28'),
(1842, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems?menulocation=1', ' Menuitems index', '2023-08-13 03:37:35', '2023-08-13 03:37:35'),
(1843, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://server/bib_projects/trusteducation/admin/branches', ' Branches index', '2023-08-13 03:37:44', '2023-08-13 03:37:44'),
(1844, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/brancharticles', ' Brancharticles index', '2023-08-13 03:37:46', '2023-08-13 03:37:46'),
(1845, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 03:37:53', '2023-08-13 03:37:53'),
(1846, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 03:38:24', '2023-08-13 03:38:24'),
(1847, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://server/bib_projects/trusteducation/admin/institutions', ' Institutions index', '2023-08-13 03:39:00', '2023-08-13 03:39:00'),
(1848, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://server/bib_projects/trusteducation/admin/programs', ' Programs index', '2023-08-13 03:39:03', '2023-08-13 03:39:03'),
(1849, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 03:41:39', '2023-08-13 03:41:39'),
(1850, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 03:41:43', '2023-08-13 03:41:43'),
(1851, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 03:41:46', '2023-08-13 03:41:46'),
(1852, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://server/bib_projects/trusteducation/admin/programs', ' Programs index', '2023-08-13 03:41:53', '2023-08-13 03:41:53'),
(1853, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://server/bib_projects/trusteducation/admin/resources', ' Resources index', '2023-08-13 03:41:57', '2023-08-13 03:41:57'),
(1854, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://server/bib_projects/trusteducation/admin/news', ' News index', '2023-08-13 03:42:04', '2023-08-13 03:42:04'),
(1855, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'index', 'http://server/bib_projects/trusteducation/admin/successstories', ' Successstories index', '2023-08-13 03:42:53', '2023-08-13 03:42:53'),
(1856, 1, 'App\\Http\\Controllers\\VisasController', 'index', 'http://server/bib_projects/trusteducation/admin/visas', ' Visas index', '2023-08-13 03:42:57', '2023-08-13 03:42:57'),
(1857, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 03:43:01', '2023-08-13 03:43:01'),
(1858, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://server/bib_projects/trusteducation/admin/events', ' Events index', '2023-08-13 03:43:04', '2023-08-13 03:43:04'),
(1859, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://server/bib_projects/trusteducation/admin/news', ' News index', '2023-08-13 03:43:08', '2023-08-13 03:43:08'),
(1860, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://server/bib_projects/trusteducation/admin/galleries', ' Galleries index', '2023-08-13 03:43:11', '2023-08-13 03:43:11'),
(1861, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://server/bib_projects/trusteducation/admin/quicklinks', ' Quicklinks index', '2023-08-13 03:43:15', '2023-08-13 03:43:15'),
(1862, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-13 03:43:20', '2023-08-13 03:43:20'),
(1863, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-13 03:43:26', '2023-08-13 03:43:26'),
(1864, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://server/bib_projects/trusteducation/admin/resources', ' Resources index', '2023-08-13 03:43:30', '2023-08-13 03:43:30'),
(1865, 1, 'App\\Http\\Controllers\\SlidersController', 'index', 'http://server/bib_projects/trusteducation/admin/sliders', ' Sliders index', '2023-08-13 03:43:39', '2023-08-13 03:43:39'),
(1866, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 03:43:45', '2023-08-13 03:43:45'),
(1867, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://server/bib_projects/trusteducation/admin/programs', ' Programs index', '2023-08-13 03:43:48', '2023-08-13 03:43:48'),
(1868, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://server/bib_projects/trusteducation/admin/institutions', ' Institutions index', '2023-08-13 03:44:03', '2023-08-13 03:44:03'),
(1869, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems', ' Menuitems index', '2023-08-13 03:44:08', '2023-08-13 03:44:08'),
(1870, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems?menulocation=1', ' Menuitems index', '2023-08-13 03:44:22', '2023-08-13 03:44:22'),
(1871, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems?menulocation=2', ' Menuitems index', '2023-08-13 03:44:33', '2023-08-13 03:44:33'),
(1872, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://server/bib_projects/trusteducation/admin/resourcetypes', ' Resourcetypes index', '2023-08-13 03:44:42', '2023-08-13 03:44:42'),
(1873, 1, 'App\\Http\\Controllers\\MenulocationsController', 'index', 'http://server/bib_projects/trusteducation/admin/menulocations', ' Menulocations index', '2023-08-13 03:45:43', '2023-08-13 03:45:43'),
(1874, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://server/bib_projects/trusteducation/admin/settings/edit/1', ' Settings edit', '2023-08-13 03:45:47', '2023-08-13 03:45:47'),
(1875, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://server/bib_projects/trusteducation/admin/forms', ' Forms index', '2023-08-13 03:46:23', '2023-08-13 03:46:23'),
(1876, 1, 'App\\Http\\Controllers\\FormsController', 'edit', 'http://server/bib_projects/trusteducation/admin/forms/edit/7', ' Forms edit', '2023-08-13 03:46:28', '2023-08-13 03:46:28'),
(1877, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-13 03:46:35', '2023-08-13 03:46:35'),
(1878, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'create', 'http://server/bib_projects/trusteducation/admin/customfields/create', ' Customfields create', '2023-08-13 03:47:23', '2023-08-13 03:47:23'),
(1879, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-13 03:48:07', '2023-08-13 03:48:07'),
(1880, 1, 'App\\Http\\Controllers\\ShortcodesController', 'index', 'http://server/bib_projects/trusteducation/admin/shortcodes', ' Shortcodes index', '2023-08-13 03:48:10', '2023-08-13 03:48:10'),
(1881, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://server/bib_projects/trusteducation/admin/resourcetypes', ' Resourcetypes index', '2023-08-13 03:48:15', '2023-08-13 03:48:15'),
(1882, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://server/bib_projects/trusteducation/admin/contacts', ' Contacts index', '2023-08-13 03:48:28', '2023-08-13 03:48:28'),
(1883, 1, 'App\\Http\\Controllers\\TeamsController', 'index', 'http://server/bib_projects/trusteducation/admin/teams', ' Teams index', '2023-08-13 03:48:31', '2023-08-13 03:48:31'),
(1884, 1, 'App\\Http\\Controllers\\BrancharticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/brancharticles', ' Brancharticles index', '2023-08-13 03:48:35', '2023-08-13 03:48:35'),
(1885, 1, 'App\\Http\\Controllers\\BranchesController', 'index', 'http://server/bib_projects/trusteducation/admin/branches', ' Branches index', '2023-08-13 03:48:38', '2023-08-13 03:48:38'),
(1886, 1, 'App\\Http\\Controllers\\AccridiationsController', 'index', 'http://server/bib_projects/trusteducation/admin/accridiations', ' Accridiations index', '2023-08-13 03:48:43', '2023-08-13 03:48:43'),
(1887, 1, 'App\\Http\\Controllers\\CertificatesController', 'index', 'http://server/bib_projects/trusteducation/admin/certificates', ' Certificates index', '2023-08-13 03:48:47', '2023-08-13 03:48:47'),
(1888, 1, 'App\\Http\\Controllers\\MilestonesController', 'index', 'http://server/bib_projects/trusteducation/admin/milestones', ' Milestones index', '2023-08-13 03:48:49', '2023-08-13 03:48:49'),
(1889, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-13 03:48:53', '2023-08-13 03:48:53'),
(1890, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'index', 'http://server/bib_projects/trusteducation/admin/successstories', ' Successstories index', '2023-08-13 03:50:45', '2023-08-13 03:50:45'),
(1891, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'create', 'http://server/bib_projects/trusteducation/admin/successstories/create', ' Successstories create', '2023-08-13 03:50:52', '2023-08-13 03:50:52'),
(1892, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'store', 'http://server/bib_projects/trusteducation/admin/successstories/store', ' Successstories store', '2023-08-13 03:51:00', '2023-08-13 03:51:00'),
(1893, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'index', 'http://server/bib_projects/trusteducation/admin/successstories', ' Successstories index', '2023-08-13 03:51:00', '2023-08-13 03:51:00'),
(1894, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 03:51:28', '2023-08-13 03:51:28'),
(1895, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'index', 'http://server/bib_projects/trusteducation/admin/successstories', ' Successstories index', '2023-08-13 03:51:33', '2023-08-13 03:51:33'),
(1896, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-13 03:52:44', '2023-08-13 03:52:44'),
(1897, 1, 'App\\Http\\Controllers\\MenulocationsController', 'index', 'http://server/bib_projects/trusteducation/admin/menulocations', ' Menulocations index', '2023-08-13 03:56:36', '2023-08-13 03:56:36'),
(1898, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://server/bib_projects/trusteducation/admin/settings/edit/1', ' Settings edit', '2023-08-13 03:56:39', '2023-08-13 03:56:39'),
(1899, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 04:01:37', '2023-08-13 04:01:37'),
(1900, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/8', ' Countries edit', '2023-08-13 04:01:46', '2023-08-13 04:01:46'),
(1901, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/8', ' Countries update', '2023-08-13 04:02:08', '2023-08-13 04:02:08'),
(1902, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/8', ' Countries edit', '2023-08-13 04:02:08', '2023-08-13 04:02:08'),
(1903, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/8', ' Countries update', '2023-08-13 04:03:21', '2023-08-13 04:03:21'),
(1904, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/8', ' Countries edit', '2023-08-13 04:03:21', '2023-08-13 04:03:21'),
(1905, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 04:03:29', '2023-08-13 04:03:29'),
(1906, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-13 04:03:51', '2023-08-13 04:03:51'),
(1907, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:03:54', '2023-08-13 04:03:54'),
(1908, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/1', ' Countryarticles edit', '2023-08-13 04:03:59', '2023-08-13 04:03:59'),
(1909, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:04:06', '2023-08-13 04:04:06'),
(1910, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/3', ' Countryarticles edit', '2023-08-13 04:04:17', '2023-08-13 04:04:17'),
(1911, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:04:25', '2023-08-13 04:04:25'),
(1912, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/4', ' Countryarticles edit', '2023-08-13 04:04:56', '2023-08-13 04:04:56'),
(1913, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:05:54', '2023-08-13 04:05:54'),
(1914, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-13 04:05:59', '2023-08-13 04:05:59'),
(1915, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-13 04:06:13', '2023-08-13 04:06:13'),
(1916, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:06:14', '2023-08-13 04:06:14'),
(1917, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://server/bib_projects/trusteducation/admin/countryarticles/destroy/5', ' Countryarticles destroy', '2023-08-13 04:06:52', '2023-08-13 04:06:52'),
(1918, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:06:53', '2023-08-13 04:06:53'),
(1919, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 04:07:24', '2023-08-13 04:07:24'),
(1920, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/9', ' Countries edit', '2023-08-13 04:07:31', '2023-08-13 04:07:31'),
(1921, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 04:08:09', '2023-08-13 04:08:09'),
(1922, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:08:18', '2023-08-13 04:08:18'),
(1923, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-13 04:08:28', '2023-08-13 04:08:28'),
(1924, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-13 04:08:52', '2023-08-13 04:08:52'),
(1925, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:08:52', '2023-08-13 04:08:52'),
(1926, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/6', ' Countryarticles edit', '2023-08-13 04:09:18', '2023-08-13 04:09:18'),
(1927, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/6', ' Countryarticles update', '2023-08-13 04:09:28', '2023-08-13 04:09:28'),
(1928, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/6', ' Countryarticles edit', '2023-08-13 04:09:28', '2023-08-13 04:09:28'),
(1929, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:10:08', '2023-08-13 04:10:08'),
(1930, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-13 04:10:32', '2023-08-13 04:10:32'),
(1931, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-13 04:11:01', '2023-08-13 04:11:01'),
(1932, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:11:01', '2023-08-13 04:11:01'),
(1933, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-13 04:11:42', '2023-08-13 04:11:42'),
(1934, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-13 04:12:21', '2023-08-13 04:12:21'),
(1935, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:12:21', '2023-08-13 04:12:21'),
(1936, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/6', ' Countryarticles edit', '2023-08-13 04:13:11', '2023-08-13 04:13:11'),
(1937, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/6', ' Countryarticles update', '2023-08-13 04:13:21', '2023-08-13 04:13:21'),
(1938, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/6', ' Countryarticles edit', '2023-08-13 04:13:21', '2023-08-13 04:13:21'),
(1939, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:13:59', '2023-08-13 04:13:59'),
(1940, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/8', ' Countryarticles edit', '2023-08-13 04:14:10', '2023-08-13 04:14:10'),
(1941, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/8', ' Countryarticles update', '2023-08-13 04:14:25', '2023-08-13 04:14:25'),
(1942, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/8', ' Countryarticles edit', '2023-08-13 04:14:25', '2023-08-13 04:14:25'),
(1943, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:15:08', '2023-08-13 04:15:08'),
(1944, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-13 04:15:14', '2023-08-13 04:15:14'),
(1945, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-13 04:15:32', '2023-08-13 04:15:32'),
(1946, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:15:32', '2023-08-13 04:15:32'),
(1947, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/6', ' Countryarticles edit', '2023-08-13 04:16:30', '2023-08-13 04:16:30'),
(1948, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/6', ' Countryarticles update', '2023-08-13 04:16:49', '2023-08-13 04:16:49'),
(1949, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/6', ' Countryarticles edit', '2023-08-13 04:16:49', '2023-08-13 04:16:49'),
(1950, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:16:53', '2023-08-13 04:16:53'),
(1951, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/7', ' Countryarticles edit', '2023-08-13 04:16:57', '2023-08-13 04:16:57'),
(1952, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/7', ' Countryarticles update', '2023-08-13 04:17:04', '2023-08-13 04:17:04'),
(1953, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/7', ' Countryarticles edit', '2023-08-13 04:17:04', '2023-08-13 04:17:04'),
(1954, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:21:58', '2023-08-13 04:21:58'),
(1955, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-13 04:22:05', '2023-08-13 04:22:05'),
(1956, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-13 04:22:28', '2023-08-13 04:22:28'),
(1957, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:22:28', '2023-08-13 04:22:28'),
(1958, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-13 04:23:29', '2023-08-13 04:23:29'),
(1959, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-13 04:23:48', '2023-08-13 04:23:48'),
(1960, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:23:48', '2023-08-13 04:23:48'),
(1961, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-13 04:25:47', '2023-08-13 04:25:47'),
(1962, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-13 04:26:01', '2023-08-13 04:26:01'),
(1963, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:26:02', '2023-08-13 04:26:02'),
(1964, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-13 04:26:36', '2023-08-13 04:26:36'),
(1965, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-13 04:26:57', '2023-08-13 04:26:57'),
(1966, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:26:58', '2023-08-13 04:26:58'),
(1967, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-13 04:27:42', '2023-08-13 04:27:42'),
(1968, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-13 04:27:56', '2023-08-13 04:27:56'),
(1969, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 04:27:56', '2023-08-13 04:27:56'),
(1970, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-13 05:06:20', '2023-08-13 05:06:20'),
(1971, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'index', 'http://server/bib_projects/trusteducation/admin/successstories', ' Successstories index', '2023-08-13 05:08:54', '2023-08-13 05:08:54'),
(1972, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 05:16:49', '2023-08-13 05:16:49'),
(1973, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-13 05:24:09', '2023-08-13 05:24:09'),
(1974, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 05:28:46', '2023-08-13 05:28:46'),
(1975, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 05:28:51', '2023-08-13 05:28:51'),
(1976, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/10', ' Preparationclasses update', '2023-08-13 05:28:59', '2023-08-13 05:28:59'),
(1977, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 05:28:59', '2023-08-13 05:28:59'),
(1978, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 05:29:42', '2023-08-13 05:29:42'),
(1979, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 05:29:47', '2023-08-13 05:29:47'),
(1980, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/10', ' Preparationclasses update', '2023-08-13 05:30:03', '2023-08-13 05:30:03'),
(1981, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 05:30:04', '2023-08-13 05:30:04'),
(1982, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://server/bib_projects/trusteducation/admin/settings/edit/1', ' Settings edit', '2023-08-13 05:31:10', '2023-08-13 05:31:10'),
(1983, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://server/bib_projects/trusteducation/admin/forms', ' Forms index', '2023-08-13 05:31:15', '2023-08-13 05:31:15'),
(1984, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-13 05:31:17', '2023-08-13 05:31:17'),
(1985, 1, 'App\\Http\\Controllers\\ShortcodesController', 'index', 'http://server/bib_projects/trusteducation/admin/shortcodes', ' Shortcodes index', '2023-08-13 05:31:25', '2023-08-13 05:31:25'),
(1986, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://server/bib_projects/trusteducation/admin/resourcetypes', ' Resourcetypes index', '2023-08-13 05:31:27', '2023-08-13 05:31:27'),
(1987, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 05:42:58', '2023-08-13 05:42:58'),
(1988, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 05:43:03', '2023-08-13 05:43:03'),
(1989, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-08-13 05:43:28', '2023-08-13 05:43:28'),
(1990, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 05:43:28', '2023-08-13 05:43:28'),
(1991, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 05:43:35', '2023-08-13 05:43:35'),
(1992, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-13 05:43:42', '2023-08-13 05:43:42'),
(1993, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/2', ' Preparationclasses update', '2023-08-13 05:43:52', '2023-08-13 05:43:52'),
(1994, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-13 05:43:53', '2023-08-13 05:43:53'),
(1995, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-13 05:46:48', '2023-08-13 05:46:48'),
(1996, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/17', ' Blogs edit', '2023-08-13 05:46:53', '2023-08-13 05:46:53'),
(1997, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-13 05:47:41', '2023-08-13 05:47:41'),
(1998, 1, 'App\\Http\\Controllers\\BlogsController', 'destroy', 'http://server/bib_projects/trusteducation/admin/blogs/destroy/30', ' Blogs destroy', '2023-08-13 05:47:50', '2023-08-13 05:47:50'),
(1999, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-13 05:47:50', '2023-08-13 05:47:50'),
(2000, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/2', ' Preparationclasses update', '2023-08-13 05:51:06', '2023-08-13 05:51:06'),
(2001, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-13 05:51:06', '2023-08-13 05:51:06'),
(2002, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 05:51:11', '2023-08-13 05:51:11'),
(2003, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 05:51:19', '2023-08-13 05:51:19'),
(2004, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-08-13 05:51:26', '2023-08-13 05:51:26'),
(2005, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 05:51:27', '2023-08-13 05:51:27'),
(2006, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-08-13 05:52:24', '2023-08-13 05:52:24'),
(2007, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 05:52:24', '2023-08-13 05:52:24'),
(2008, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 05:52:29', '2023-08-13 05:52:29'),
(2009, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 05:52:37', '2023-08-13 05:52:37'),
(2010, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/10', ' Preparationclasses update', '2023-08-13 05:52:52', '2023-08-13 05:52:52'),
(2011, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 05:52:52', '2023-08-13 05:52:52'),
(2012, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 05:53:58', '2023-08-13 05:53:58'),
(2013, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 21:12:04', '2023-08-13 21:12:04'),
(2014, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'create', 'http://server/bib_projects/trusteducation/admin/preparationclasses/create', ' Preparationclasses create', '2023-08-13 21:12:07', '2023-08-13 21:12:07'),
(2015, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 21:12:42', '2023-08-13 21:12:42'),
(2016, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-08-13 21:12:51', '2023-08-13 21:12:51'),
(2017, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 21:12:51', '2023-08-13 21:12:51'),
(2018, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 21:13:08', '2023-08-13 21:13:08'),
(2019, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 21:13:12', '2023-08-13 21:13:12'),
(2020, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/10', ' Preparationclasses update', '2023-08-13 21:13:21', '2023-08-13 21:13:21'),
(2021, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 21:13:22', '2023-08-13 21:13:22'),
(2022, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 21:13:28', '2023-08-13 21:13:28'),
(2023, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-13 21:13:32', '2023-08-13 21:13:32'),
(2024, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/2', ' Preparationclasses update', '2023-08-13 21:13:42', '2023-08-13 21:13:42'),
(2025, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-13 21:13:42', '2023-08-13 21:13:42'),
(2026, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 21:16:56', '2023-08-13 21:16:56'),
(2027, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 21:17:02', '2023-08-13 21:17:02'),
(2028, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/10', ' Preparationclasses update', '2023-08-13 21:17:09', '2023-08-13 21:17:09'),
(2029, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 21:17:10', '2023-08-13 21:17:10'),
(2030, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 21:17:46', '2023-08-13 21:17:46'),
(2031, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 21:18:31', '2023-08-13 21:18:31'),
(2032, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-08-13 21:18:41', '2023-08-13 21:18:41'),
(2033, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 21:18:42', '2023-08-13 21:18:42'),
(2034, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 21:19:14', '2023-08-13 21:19:14'),
(2035, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-13 21:19:18', '2023-08-13 21:19:18'),
(2036, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/2', ' Preparationclasses update', '2023-08-13 21:19:24', '2023-08-13 21:19:24'),
(2037, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-13 21:19:24', '2023-08-13 21:19:24'),
(2038, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 21:31:50', '2023-08-13 21:31:50'),
(2039, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 21:31:54', '2023-08-13 21:31:54'),
(2040, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/10', ' Preparationclasses update', '2023-08-13 21:32:12', '2023-08-13 21:32:12'),
(2041, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 21:32:12', '2023-08-13 21:32:12'),
(2042, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-13 21:32:36', '2023-08-13 21:32:36'),
(2043, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-13 21:32:42', '2023-08-13 21:32:42'),
(2044, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/10', ' Preparationclasses update', '2023-08-13 21:32:56', '2023-08-13 21:32:56'),
(2045, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-13 21:32:56', '2023-08-13 21:32:56'),
(2046, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-13 21:48:40', '2023-08-13 21:48:40'),
(2047, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/9', ' Articles edit', '2023-08-13 21:48:44', '2023-08-13 21:48:44'),
(2048, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/9', ' Articles update', '2023-08-13 21:48:54', '2023-08-13 21:48:54'),
(2049, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/9', ' Articles edit', '2023-08-13 21:48:55', '2023-08-13 21:48:55'),
(2050, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/9', ' Articles update', '2023-08-13 21:49:38', '2023-08-13 21:49:38'),
(2051, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/9', ' Articles edit', '2023-08-13 21:49:39', '2023-08-13 21:49:39'),
(2052, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-13 21:53:54', '2023-08-13 21:53:54'),
(2053, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/7', ' Articles edit', '2023-08-13 21:54:01', '2023-08-13 21:54:01'),
(2054, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/7', ' Articles update', '2023-08-13 21:55:38', '2023-08-13 21:55:38'),
(2055, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/7', ' Articles edit', '2023-08-13 21:55:39', '2023-08-13 21:55:39'),
(2056, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-13 22:26:36', '2023-08-13 22:26:36'),
(2057, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:26:41', '2023-08-13 22:26:41'),
(2058, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:27:07', '2023-08-13 22:27:07'),
(2059, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:27:07', '2023-08-13 22:27:07'),
(2060, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:27:40', '2023-08-13 22:27:40'),
(2061, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:27:40', '2023-08-13 22:27:40'),
(2062, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:29:01', '2023-08-13 22:29:01'),
(2063, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:29:02', '2023-08-13 22:29:02'),
(2064, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:29:25', '2023-08-13 22:29:25'),
(2065, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:29:25', '2023-08-13 22:29:25'),
(2066, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:36:12', '2023-08-13 22:36:12'),
(2067, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:36:12', '2023-08-13 22:36:12'),
(2068, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:38:14', '2023-08-13 22:38:14');
INSERT INTO `tbl_activity_logs` (`activity_id`, `user_id`, `controllerName`, `methodName`, `actionUrl`, `activity`, `created_at`, `updated_at`) VALUES
(2069, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:38:15', '2023-08-13 22:38:15'),
(2070, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:38:45', '2023-08-13 22:38:45'),
(2071, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:38:46', '2023-08-13 22:38:46'),
(2072, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:39:33', '2023-08-13 22:39:33'),
(2073, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:39:34', '2023-08-13 22:39:34'),
(2074, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:44:18', '2023-08-13 22:44:18'),
(2075, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:44:18', '2023-08-13 22:44:18'),
(2076, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:44:40', '2023-08-13 22:44:40'),
(2077, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:44:40', '2023-08-13 22:44:40'),
(2078, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:48:25', '2023-08-13 22:48:25'),
(2079, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:48:25', '2023-08-13 22:48:25'),
(2080, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:52:23', '2023-08-13 22:52:23'),
(2081, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:52:23', '2023-08-13 22:52:23'),
(2082, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/11', ' Articles update', '2023-08-13 22:53:56', '2023-08-13 22:53:56'),
(2083, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-13 22:53:56', '2023-08-13 22:53:56'),
(2084, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-13 22:54:29', '2023-08-13 22:54:29'),
(2085, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/10', ' Articles edit', '2023-08-13 22:54:33', '2023-08-13 22:54:33'),
(2086, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/10', ' Articles update', '2023-08-13 22:55:06', '2023-08-13 22:55:06'),
(2087, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/10', ' Articles edit', '2023-08-13 22:55:06', '2023-08-13 22:55:06'),
(2088, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://server/bib_projects/trusteducation/admin/resources', ' Resources index', '2023-08-13 22:56:13', '2023-08-13 22:56:13'),
(2089, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-13 23:51:53', '2023-08-13 23:51:53'),
(2090, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/9', ' Articles edit', '2023-08-13 23:51:59', '2023-08-13 23:51:59'),
(2091, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/9', ' Articles update', '2023-08-13 23:52:07', '2023-08-13 23:52:07'),
(2092, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/9', ' Articles edit', '2023-08-13 23:52:08', '2023-08-13 23:52:08'),
(2093, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-13 23:53:31', '2023-08-13 23:53:31'),
(2094, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/9', ' Articles edit', '2023-08-13 23:53:57', '2023-08-13 23:53:57'),
(2095, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/9', ' Articles update', '2023-08-13 23:54:08', '2023-08-13 23:54:08'),
(2096, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/9', ' Articles edit', '2023-08-13 23:54:09', '2023-08-13 23:54:09'),
(2097, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-13 23:55:14', '2023-08-13 23:55:14'),
(2098, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/10', ' Articles edit', '2023-08-13 23:55:37', '2023-08-13 23:55:37'),
(2099, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/10', ' Articles update', '2023-08-13 23:55:46', '2023-08-13 23:55:46'),
(2100, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/10', ' Articles edit', '2023-08-13 23:55:47', '2023-08-13 23:55:47'),
(2101, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/10', ' Articles update', '2023-08-13 23:56:11', '2023-08-13 23:56:11'),
(2102, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/10', ' Articles edit', '2023-08-13 23:56:11', '2023-08-13 23:56:11'),
(2103, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/10', ' Articles update', '2023-08-13 23:56:46', '2023-08-13 23:56:46'),
(2104, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/10', ' Articles edit', '2023-08-13 23:56:46', '2023-08-13 23:56:46'),
(2105, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-13 23:59:20', '2023-08-13 23:59:20'),
(2106, 1, 'App\\Http\\Controllers\\ContactsController', 'index', 'http://server/bib_projects/trusteducation/admin/contacts', ' Contacts index', '2023-08-13 23:59:25', '2023-08-13 23:59:25'),
(2107, 1, 'App\\Http\\Controllers\\ContactsController', 'edit', 'http://server/bib_projects/trusteducation/admin/contacts/edit/1', ' Contacts edit', '2023-08-13 23:59:29', '2023-08-13 23:59:29'),
(2108, 1, 'App\\Http\\Controllers\\ContactsController', 'update', 'http://server/bib_projects/trusteducation/admin/contacts/update/1', ' Contacts update', '2023-08-13 23:59:58', '2023-08-13 23:59:58'),
(2109, 1, 'App\\Http\\Controllers\\ContactsController', 'edit', 'http://server/bib_projects/trusteducation/admin/contacts/edit/1', ' Contacts edit', '2023-08-13 23:59:58', '2023-08-13 23:59:58'),
(2110, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems', ' Menuitems index', '2023-08-14 00:01:43', '2023-08-14 00:01:43'),
(2111, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://server/bib_projects/trusteducation/admin/settings/edit/1', ' Settings edit', '2023-08-14 00:01:50', '2023-08-14 00:01:50'),
(2112, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://server/bib_projects/trusteducation/admin/forms', ' Forms index', '2023-08-14 00:01:56', '2023-08-14 00:01:56'),
(2113, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-14 00:01:59', '2023-08-14 00:01:59'),
(2114, 1, 'App\\Http\\Controllers\\ShortcodesController', 'index', 'http://server/bib_projects/trusteducation/admin/shortcodes', ' Shortcodes index', '2023-08-14 00:02:02', '2023-08-14 00:02:02'),
(2115, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://server/bib_projects/trusteducation/admin/resourcetypes', ' Resourcetypes index', '2023-08-14 00:02:06', '2023-08-14 00:02:06'),
(2116, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://server/bib_projects/trusteducation/admin/resources', ' Resources index', '2023-08-14 00:02:12', '2023-08-14 00:02:12'),
(2117, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://server/bib_projects/trusteducation/admin/news', ' News index', '2023-08-14 00:02:18', '2023-08-14 00:02:18'),
(2118, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-14 01:52:51', '2023-08-14 01:52:51'),
(2119, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-14 02:00:53', '2023-08-14 02:00:53'),
(2120, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/8', ' Countries edit', '2023-08-14 02:01:05', '2023-08-14 02:01:05'),
(2121, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/8', ' Countries update', '2023-08-14 02:01:09', '2023-08-14 02:01:09'),
(2122, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/8', ' Countries edit', '2023-08-14 02:01:09', '2023-08-14 02:01:09'),
(2123, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-14 02:01:50', '2023-08-14 02:01:50'),
(2124, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:02:23', '2023-08-14 02:02:23'),
(2125, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/2', ' Countryarticles edit', '2023-08-14 02:03:30', '2023-08-14 02:03:30'),
(2126, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/2', ' Countryarticles update', '2023-08-14 02:04:22', '2023-08-14 02:04:22'),
(2127, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/2', ' Countryarticles edit', '2023-08-14 02:04:22', '2023-08-14 02:04:22'),
(2128, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:05:01', '2023-08-14 02:05:01'),
(2129, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/3', ' Countryarticles edit', '2023-08-14 02:05:06', '2023-08-14 02:05:06'),
(2130, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:05:11', '2023-08-14 02:05:11'),
(2131, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/4', ' Countryarticles edit', '2023-08-14 02:05:16', '2023-08-14 02:05:16'),
(2132, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:05:22', '2023-08-14 02:05:22'),
(2133, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/1', ' Countryarticles edit', '2023-08-14 02:10:54', '2023-08-14 02:10:54'),
(2134, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:10:59', '2023-08-14 02:10:59'),
(2135, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 02:22:36', '2023-08-14 02:22:36'),
(2136, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 02:23:15', '2023-08-14 02:23:15'),
(2137, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:23:15', '2023-08-14 02:23:15'),
(2138, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 02:23:48', '2023-08-14 02:23:48'),
(2139, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 02:24:54', '2023-08-14 02:24:54'),
(2140, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:24:54', '2023-08-14 02:24:54'),
(2141, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 02:25:32', '2023-08-14 02:25:32'),
(2142, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 02:26:15', '2023-08-14 02:26:15'),
(2143, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:26:16', '2023-08-14 02:26:16'),
(2144, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 02:26:45', '2023-08-14 02:26:45'),
(2145, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 02:27:19', '2023-08-14 02:27:19'),
(2146, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:27:19', '2023-08-14 02:27:19'),
(2147, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 02:27:23', '2023-08-14 02:27:23'),
(2148, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 02:28:04', '2023-08-14 02:28:04'),
(2149, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:28:05', '2023-08-14 02:28:05'),
(2150, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 02:28:22', '2023-08-14 02:28:22'),
(2151, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 02:28:54', '2023-08-14 02:28:54'),
(2152, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:28:55', '2023-08-14 02:28:55'),
(2153, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 02:29:11', '2023-08-14 02:29:11'),
(2154, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 02:29:38', '2023-08-14 02:29:38'),
(2155, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 02:29:39', '2023-08-14 02:29:39'),
(2156, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/20', ' Countryarticles edit', '2023-08-14 03:17:24', '2023-08-14 03:17:24'),
(2157, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/20', ' Countryarticles update', '2023-08-14 03:17:41', '2023-08-14 03:17:41'),
(2158, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/20', ' Countryarticles edit', '2023-08-14 03:17:41', '2023-08-14 03:17:41'),
(2159, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:17:46', '2023-08-14 03:17:46'),
(2160, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/21', ' Countryarticles edit', '2023-08-14 03:17:53', '2023-08-14 03:17:53'),
(2161, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/21', ' Countryarticles update', '2023-08-14 03:17:59', '2023-08-14 03:17:59'),
(2162, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/21', ' Countryarticles edit', '2023-08-14 03:18:00', '2023-08-14 03:18:00'),
(2163, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:19:43', '2023-08-14 03:19:43'),
(2164, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/12', ' Countryarticles edit', '2023-08-14 03:22:30', '2023-08-14 03:22:30'),
(2165, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/12', ' Countryarticles update', '2023-08-14 03:23:30', '2023-08-14 03:23:30'),
(2166, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/12', ' Countryarticles edit', '2023-08-14 03:23:31', '2023-08-14 03:23:31'),
(2167, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:23:36', '2023-08-14 03:23:36'),
(2168, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:24:04', '2023-08-14 03:24:04'),
(2169, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:25:05', '2023-08-14 03:25:05'),
(2170, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:25:05', '2023-08-14 03:25:05'),
(2171, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:25:26', '2023-08-14 03:25:26'),
(2172, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:26:46', '2023-08-14 03:26:46'),
(2173, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:26:46', '2023-08-14 03:26:46'),
(2174, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:27:07', '2023-08-14 03:27:07'),
(2175, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:27:33', '2023-08-14 03:27:33'),
(2176, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:27:34', '2023-08-14 03:27:34'),
(2177, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:27:56', '2023-08-14 03:27:56'),
(2178, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:28:22', '2023-08-14 03:28:22'),
(2179, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:28:23', '2023-08-14 03:28:23'),
(2180, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:29:30', '2023-08-14 03:29:30'),
(2181, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:30:02', '2023-08-14 03:30:02'),
(2182, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:30:02', '2023-08-14 03:30:02'),
(2183, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:30:22', '2023-08-14 03:30:22'),
(2184, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:30:53', '2023-08-14 03:30:53'),
(2185, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:30:53', '2023-08-14 03:30:53'),
(2186, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:31:13', '2023-08-14 03:31:13'),
(2187, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:31:49', '2023-08-14 03:31:49'),
(2188, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:31:49', '2023-08-14 03:31:49'),
(2189, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:32:13', '2023-08-14 03:32:13'),
(2190, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:32:37', '2023-08-14 03:32:37'),
(2191, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:32:38', '2023-08-14 03:32:38'),
(2192, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:33:01', '2023-08-14 03:33:01'),
(2193, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:33:39', '2023-08-14 03:33:39'),
(2194, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:33:39', '2023-08-14 03:33:39'),
(2195, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/7', ' Countryarticles edit', '2023-08-14 03:37:13', '2023-08-14 03:37:13'),
(2196, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:37:21', '2023-08-14 03:37:21'),
(2197, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/13', ' Countryarticles edit', '2023-08-14 03:37:47', '2023-08-14 03:37:47'),
(2198, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/13', ' Countryarticles update', '2023-08-14 03:39:21', '2023-08-14 03:39:21'),
(2199, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/13', ' Countryarticles edit', '2023-08-14 03:39:21', '2023-08-14 03:39:21'),
(2200, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:39:28', '2023-08-14 03:39:28'),
(2201, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:39:32', '2023-08-14 03:39:32'),
(2202, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:40:07', '2023-08-14 03:40:07'),
(2203, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:40:08', '2023-08-14 03:40:08'),
(2204, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:40:24', '2023-08-14 03:40:24'),
(2205, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:40:51', '2023-08-14 03:40:51'),
(2206, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:40:52', '2023-08-14 03:40:52'),
(2207, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:41:12', '2023-08-14 03:41:12'),
(2208, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:41:56', '2023-08-14 03:41:56'),
(2209, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:41:56', '2023-08-14 03:41:56'),
(2210, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:42:10', '2023-08-14 03:42:10'),
(2211, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:42:42', '2023-08-14 03:42:42'),
(2212, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:42:42', '2023-08-14 03:42:42'),
(2213, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:42:49', '2023-08-14 03:42:49'),
(2214, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:43:39', '2023-08-14 03:43:39'),
(2215, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:43:40', '2023-08-14 03:43:40'),
(2216, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:43:51', '2023-08-14 03:43:51'),
(2217, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:44:25', '2023-08-14 03:44:25'),
(2218, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:44:25', '2023-08-14 03:44:25'),
(2219, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:44:38', '2023-08-14 03:44:38'),
(2220, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:45:05', '2023-08-14 03:45:05'),
(2221, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:45:05', '2023-08-14 03:45:05'),
(2222, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:45:16', '2023-08-14 03:45:16'),
(2223, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:46:05', '2023-08-14 03:46:05'),
(2224, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:46:05', '2023-08-14 03:46:05'),
(2225, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:46:23', '2023-08-14 03:46:23'),
(2226, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:46:49', '2023-08-14 03:46:49'),
(2227, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:46:50', '2023-08-14 03:46:50'),
(2228, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/8', ' Countryarticles edit', '2023-08-14 03:48:53', '2023-08-14 03:48:53'),
(2229, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/8', ' Countryarticles update', '2023-08-14 03:50:20', '2023-08-14 03:50:20'),
(2230, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/8', ' Countryarticles edit', '2023-08-14 03:50:20', '2023-08-14 03:50:20'),
(2231, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:50:26', '2023-08-14 03:50:26'),
(2232, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/11', ' Countryarticles edit', '2023-08-14 03:50:34', '2023-08-14 03:50:34'),
(2233, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/11', ' Countryarticles update', '2023-08-14 03:50:46', '2023-08-14 03:50:46'),
(2234, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/11', ' Countryarticles edit', '2023-08-14 03:50:46', '2023-08-14 03:50:46'),
(2235, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:50:56', '2023-08-14 03:50:56'),
(2236, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:50:59', '2023-08-14 03:50:59'),
(2237, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:51:43', '2023-08-14 03:51:43'),
(2238, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:51:43', '2023-08-14 03:51:43'),
(2239, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:51:57', '2023-08-14 03:51:57'),
(2240, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:52:33', '2023-08-14 03:52:33'),
(2241, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:52:33', '2023-08-14 03:52:33'),
(2242, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:53:15', '2023-08-14 03:53:15'),
(2243, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:53:43', '2023-08-14 03:53:43'),
(2244, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:53:43', '2023-08-14 03:53:43'),
(2245, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/41', ' Countryarticles edit', '2023-08-14 03:54:00', '2023-08-14 03:54:00'),
(2246, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/41', ' Countryarticles update', '2023-08-14 03:54:05', '2023-08-14 03:54:05'),
(2247, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/41', ' Countryarticles edit', '2023-08-14 03:54:06', '2023-08-14 03:54:06'),
(2248, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:54:10', '2023-08-14 03:54:10'),
(2249, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:54:22', '2023-08-14 03:54:22'),
(2250, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:55:05', '2023-08-14 03:55:05'),
(2251, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:55:06', '2023-08-14 03:55:06'),
(2252, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:55:15', '2023-08-14 03:55:15'),
(2253, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-14 03:56:29', '2023-08-14 03:56:29'),
(2254, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:56:40', '2023-08-14 03:56:40'),
(2255, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/43', ' Countryarticles edit', '2023-08-14 03:56:48', '2023-08-14 03:56:48'),
(2256, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:56:59', '2023-08-14 03:56:59'),
(2257, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:57:22', '2023-08-14 03:57:22'),
(2258, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:57:37', '2023-08-14 03:57:37'),
(2259, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:57:37', '2023-08-14 03:57:37'),
(2260, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/44', ' Countryarticles edit', '2023-08-14 03:57:44', '2023-08-14 03:57:44'),
(2261, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/44', ' Countryarticles update', '2023-08-14 03:58:03', '2023-08-14 03:58:03'),
(2262, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/44', ' Countryarticles edit', '2023-08-14 03:58:04', '2023-08-14 03:58:04'),
(2263, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:58:17', '2023-08-14 03:58:17'),
(2264, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:58:20', '2023-08-14 03:58:20'),
(2265, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 03:59:02', '2023-08-14 03:59:02'),
(2266, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 03:59:03', '2023-08-14 03:59:03'),
(2267, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 03:59:29', '2023-08-14 03:59:29'),
(2268, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:00:03', '2023-08-14 04:00:03'),
(2269, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:00:03', '2023-08-14 04:00:03'),
(2270, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 04:00:31', '2023-08-14 04:00:31'),
(2271, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:00:59', '2023-08-14 04:00:59'),
(2272, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:01:00', '2023-08-14 04:01:00'),
(2273, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 04:01:25', '2023-08-14 04:01:25'),
(2274, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:02:11', '2023-08-14 04:02:11'),
(2275, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:02:11', '2023-08-14 04:02:11'),
(2276, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/14', ' Countryarticles edit', '2023-08-14 04:03:05', '2023-08-14 04:03:05'),
(2277, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:03:31', '2023-08-14 04:03:31'),
(2278, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-14 04:03:37', '2023-08-14 04:03:37'),
(2279, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:05:24', '2023-08-14 04:05:24'),
(2280, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/8', ' Countryarticles edit', '2023-08-14 04:06:56', '2023-08-14 04:06:56'),
(2281, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/8', ' Countryarticles update', '2023-08-14 04:07:10', '2023-08-14 04:07:10'),
(2282, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/8', ' Countryarticles edit', '2023-08-14 04:07:10', '2023-08-14 04:07:10'),
(2283, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:08:04', '2023-08-14 04:08:04'),
(2284, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/14', ' Countryarticles edit', '2023-08-14 04:09:44', '2023-08-14 04:09:44'),
(2285, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/14', ' Countryarticles update', '2023-08-14 04:10:41', '2023-08-14 04:10:41'),
(2286, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/14', ' Countryarticles edit', '2023-08-14 04:10:42', '2023-08-14 04:10:42'),
(2287, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:10:53', '2023-08-14 04:10:53'),
(2288, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 04:11:06', '2023-08-14 04:11:06'),
(2289, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:11:37', '2023-08-14 04:11:37'),
(2290, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:11:38', '2023-08-14 04:11:38'),
(2291, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 04:11:51', '2023-08-14 04:11:51'),
(2292, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:12:26', '2023-08-14 04:12:26'),
(2293, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:12:26', '2023-08-14 04:12:26'),
(2294, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 04:13:02', '2023-08-14 04:13:02'),
(2295, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:13:34', '2023-08-14 04:13:34'),
(2296, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:13:34', '2023-08-14 04:13:34'),
(2297, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 04:14:11', '2023-08-14 04:14:11'),
(2298, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:15:01', '2023-08-14 04:15:01'),
(2299, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:15:02', '2023-08-14 04:15:02'),
(2300, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 04:15:21', '2023-08-14 04:15:21'),
(2301, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:15:58', '2023-08-14 04:15:58'),
(2302, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:15:59', '2023-08-14 04:15:59'),
(2303, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 04:16:19', '2023-08-14 04:16:19'),
(2304, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:16:57', '2023-08-14 04:16:57'),
(2305, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:16:57', '2023-08-14 04:16:57'),
(2306, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 04:17:14', '2023-08-14 04:17:14');
INSERT INTO `tbl_activity_logs` (`activity_id`, `user_id`, `controllerName`, `methodName`, `actionUrl`, `activity`, `created_at`, `updated_at`) VALUES
(2307, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:17:51', '2023-08-14 04:17:51'),
(2308, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:17:52', '2023-08-14 04:17:52'),
(2309, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 04:18:06', '2023-08-14 04:18:06'),
(2310, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:18:36', '2023-08-14 04:18:36'),
(2311, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:18:37', '2023-08-14 04:18:37'),
(2312, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-14 04:18:59', '2023-08-14 04:18:59'),
(2313, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-14 04:19:33', '2023-08-14 04:19:33'),
(2314, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:19:34', '2023-08-14 04:19:34'),
(2315, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/9', ' Countryarticles edit', '2023-08-14 04:20:41', '2023-08-14 04:20:41'),
(2316, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:20:54', '2023-08-14 04:20:54'),
(2317, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/9', ' Countryarticles edit', '2023-08-14 04:21:11', '2023-08-14 04:21:11'),
(2318, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/9', ' Countryarticles update', '2023-08-14 04:21:23', '2023-08-14 04:21:23'),
(2319, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/9', ' Countryarticles edit', '2023-08-14 04:21:24', '2023-08-14 04:21:24'),
(2320, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:21:29', '2023-08-14 04:21:29'),
(2321, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/8', ' Countryarticles edit', '2023-08-14 04:22:25', '2023-08-14 04:22:25'),
(2322, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/8', ' Countryarticles update', '2023-08-14 04:22:38', '2023-08-14 04:22:38'),
(2323, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/8', ' Countryarticles edit', '2023-08-14 04:22:38', '2023-08-14 04:22:38'),
(2324, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:22:42', '2023-08-14 04:22:42'),
(2325, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/7', ' Countryarticles edit', '2023-08-14 04:23:14', '2023-08-14 04:23:14'),
(2326, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/7', ' Countryarticles update', '2023-08-14 04:23:26', '2023-08-14 04:23:26'),
(2327, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/7', ' Countryarticles edit', '2023-08-14 04:23:26', '2023-08-14 04:23:26'),
(2328, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:23:46', '2023-08-14 04:23:46'),
(2329, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/6', ' Countryarticles edit', '2023-08-14 04:23:56', '2023-08-14 04:23:56'),
(2330, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/6', ' Countryarticles update', '2023-08-14 04:24:06', '2023-08-14 04:24:06'),
(2331, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/6', ' Countryarticles edit', '2023-08-14 04:24:06', '2023-08-14 04:24:06'),
(2332, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:24:13', '2023-08-14 04:24:13'),
(2333, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/1', ' Countryarticles edit', '2023-08-14 04:24:26', '2023-08-14 04:24:26'),
(2334, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/1', ' Countryarticles update', '2023-08-14 04:24:39', '2023-08-14 04:24:39'),
(2335, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/1', ' Countryarticles edit', '2023-08-14 04:24:39', '2023-08-14 04:24:39'),
(2336, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:24:43', '2023-08-14 04:24:43'),
(2337, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/7', ' Countryarticles edit', '2023-08-14 04:26:05', '2023-08-14 04:26:05'),
(2338, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/7', ' Countryarticles update', '2023-08-14 04:26:23', '2023-08-14 04:26:23'),
(2339, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/7', ' Countryarticles edit', '2023-08-14 04:26:23', '2023-08-14 04:26:23'),
(2340, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/7', ' Countryarticles update', '2023-08-14 04:34:10', '2023-08-14 04:34:10'),
(2341, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/7', ' Countryarticles edit', '2023-08-14 04:34:10', '2023-08-14 04:34:10'),
(2342, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-14 04:38:01', '2023-08-14 04:38:01'),
(2343, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://server/bib_projects/trusteducation/admin/resources', ' Resources index', '2023-08-14 04:38:10', '2023-08-14 04:38:10'),
(2344, 1, 'App\\Http\\Controllers\\ResourcesController', 'edit', 'http://server/bib_projects/trusteducation/admin/resources/edit/8', ' Resources edit', '2023-08-14 04:38:16', '2023-08-14 04:38:16'),
(2345, 1, 'App\\Http\\Controllers\\ResourcesController', 'update', 'http://server/bib_projects/trusteducation/admin/resources/update/8', ' Resources update', '2023-08-14 04:38:27', '2023-08-14 04:38:27'),
(2346, 1, 'App\\Http\\Controllers\\ResourcesController', 'edit', 'http://server/bib_projects/trusteducation/admin/resources/edit/8', ' Resources edit', '2023-08-14 04:38:27', '2023-08-14 04:38:27'),
(2347, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-15 05:34:17', '2023-08-15 05:34:17'),
(2348, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-15 05:34:20', '2023-08-15 05:34:20'),
(2349, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-08-15 05:34:36', '2023-08-15 05:34:36'),
(2350, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-15 05:34:36', '2023-08-15 05:34:36'),
(2351, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-08-15 05:34:53', '2023-08-15 05:34:53'),
(2352, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-15 05:34:53', '2023-08-15 05:34:53'),
(2353, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-15 05:35:57', '2023-08-15 05:35:57'),
(2354, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-15 05:36:00', '2023-08-15 05:36:00'),
(2355, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-15 05:36:03', '2023-08-15 05:36:03'),
(2356, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-15 05:39:21', '2023-08-15 05:39:21'),
(2357, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-15 05:39:25', '2023-08-15 05:39:25'),
(2358, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-15 05:46:16', '2023-08-15 05:46:16'),
(2359, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://server/bib_projects/trusteducation/admin/settings/edit/1', ' Settings edit', '2023-08-15 05:46:30', '2023-08-15 05:46:30'),
(2360, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://server/bib_projects/trusteducation/admin/forms', ' Forms index', '2023-08-15 05:46:32', '2023-08-15 05:46:32'),
(2361, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-15 05:46:34', '2023-08-15 05:46:34'),
(2362, 1, 'App\\Http\\Controllers\\ShortcodesController', 'index', 'http://server/bib_projects/trusteducation/admin/shortcodes', ' Shortcodes index', '2023-08-15 05:46:40', '2023-08-15 05:46:40'),
(2363, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://server/bib_projects/trusteducation/admin/resourcetypes', ' Resourcetypes index', '2023-08-15 05:46:55', '2023-08-15 05:46:55'),
(2364, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-15 05:47:00', '2023-08-15 05:47:00'),
(2365, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-15 05:47:14', '2023-08-15 05:47:14'),
(2366, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://server/bib_projects/trusteducation/admin/news', ' News index', '2023-08-15 05:47:14', '2023-08-15 05:47:14'),
(2367, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-15 05:47:20', '2023-08-15 05:47:20'),
(2368, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-15 05:47:21', '2023-08-15 05:47:21'),
(2369, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-15 05:47:23', '2023-08-15 05:47:23'),
(2370, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://server/bib_projects/trusteducation/admin/institutions', ' Institutions index', '2023-08-15 05:47:33', '2023-08-15 05:47:33'),
(2371, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://server/bib_projects/trusteducation/admin/programs', ' Programs index', '2023-08-15 05:47:40', '2023-08-15 05:47:40'),
(2372, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://server/bib_projects/trusteducation/admin/institutions', ' Institutions index', '2023-08-15 05:47:42', '2023-08-15 05:47:42'),
(2373, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://server/bib_projects/trusteducation/admin/programs', ' Programs index', '2023-08-15 05:47:45', '2023-08-15 05:47:45'),
(2374, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-15 05:47:48', '2023-08-15 05:47:48'),
(2375, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-15 05:51:09', '2023-08-15 05:51:09'),
(2376, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/7', ' Articles edit', '2023-08-15 05:51:48', '2023-08-15 05:51:48'),
(2377, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/7', ' Articles update', '2023-08-15 05:51:55', '2023-08-15 05:51:55'),
(2378, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/7', ' Articles edit', '2023-08-15 05:51:55', '2023-08-15 05:51:55'),
(2379, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/7', ' Articles update', '2023-08-15 05:52:39', '2023-08-15 05:52:39'),
(2380, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/7', ' Articles edit', '2023-08-15 05:52:40', '2023-08-15 05:52:40'),
(2381, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-15 06:07:31', '2023-08-15 06:07:31'),
(2382, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-15 06:07:39', '2023-08-15 06:07:39'),
(2383, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/1', ' Preparationclasses update', '2023-08-15 06:08:33', '2023-08-15 06:08:33'),
(2384, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/1', ' Preparationclasses edit', '2023-08-15 06:08:33', '2023-08-15 06:08:33'),
(2385, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-15 06:33:42', '2023-08-15 06:33:42'),
(2386, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/18', ' Blogs edit', '2023-08-15 06:34:17', '2023-08-15 06:34:17'),
(2387, 1, 'App\\Http\\Controllers\\BlogsController', 'update', 'http://server/bib_projects/trusteducation/admin/blogs/update/18', ' Blogs update', '2023-08-15 06:34:32', '2023-08-15 06:34:32'),
(2388, 1, 'App\\Http\\Controllers\\BlogsController', 'edit', 'http://server/bib_projects/trusteducation/admin/blogs/edit/18', ' Blogs edit', '2023-08-15 06:34:33', '2023-08-15 06:34:33'),
(2389, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-16 01:34:06', '2023-08-16 01:34:06'),
(2390, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-16 01:34:10', '2023-08-16 01:34:10'),
(2391, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/10', ' Preparationclasses update', '2023-08-16 01:35:45', '2023-08-16 01:35:45'),
(2392, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/10', ' Preparationclasses edit', '2023-08-16 01:35:45', '2023-08-16 01:35:45'),
(2393, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-16 01:36:01', '2023-08-16 01:36:01'),
(2394, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-16 01:36:05', '2023-08-16 01:36:05'),
(2395, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'update', 'http://server/bib_projects/trusteducation/admin/preparationclasses/update/2', ' Preparationclasses update', '2023-08-16 01:36:35', '2023-08-16 01:36:35'),
(2396, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'edit', 'http://server/bib_projects/trusteducation/admin/preparationclasses/edit/2', ' Preparationclasses edit', '2023-08-16 01:36:35', '2023-08-16 01:36:35'),
(2397, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'index', 'http://server/bib_projects/trusteducation/admin/successstories', ' Successstories index', '2023-08-16 01:44:27', '2023-08-16 01:44:27'),
(2398, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/successstories/edit/1', ' Successstories edit', '2023-08-16 01:44:32', '2023-08-16 01:44:32'),
(2399, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'update', 'http://server/bib_projects/trusteducation/admin/successstories/update/1', ' Successstories update', '2023-08-16 01:45:00', '2023-08-16 01:45:00'),
(2400, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/successstories/edit/1', ' Successstories edit', '2023-08-16 01:45:00', '2023-08-16 01:45:00'),
(2401, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'index', 'http://server/bib_projects/trusteducation/admin/successstories', ' Successstories index', '2023-08-16 01:45:05', '2023-08-16 01:45:05'),
(2402, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-16 03:26:04', '2023-08-16 03:26:04'),
(2403, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-16 23:18:12', '2023-08-16 23:18:12'),
(2404, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/10', ' Countryarticles edit', '2023-08-16 23:18:39', '2023-08-16 23:18:39'),
(2405, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'destroy', 'http://server/bib_projects/trusteducation/admin/countryarticles/destroy/10', ' Countryarticles destroy', '2023-08-16 23:18:59', '2023-08-16 23:18:59'),
(2406, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-16 23:18:59', '2023-08-16 23:18:59'),
(2407, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-16 23:20:32', '2023-08-16 23:20:32'),
(2408, 1, 'App\\Http\\Controllers\\ArticlesController', 'create', 'http://server/bib_projects/trusteducation/articles/create', ' Articles create', '2023-08-16 23:20:36', '2023-08-16 23:20:36'),
(2409, 1, 'App\\Http\\Controllers\\ArticlesController', 'store', 'http://server/bib_projects/trusteducation/articles/store', ' Articles store', '2023-08-16 23:20:47', '2023-08-16 23:20:47'),
(2410, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-16 23:20:48', '2023-08-16 23:20:48'),
(2411, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/11', ' Articles edit', '2023-08-16 23:21:20', '2023-08-16 23:21:20'),
(2412, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/12', ' Articles edit', '2023-08-16 23:22:25', '2023-08-16 23:22:25'),
(2413, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/12', ' Articles update', '2023-08-16 23:22:52', '2023-08-16 23:22:52'),
(2414, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/12', ' Articles edit', '2023-08-16 23:22:52', '2023-08-16 23:22:52'),
(2415, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/12', ' Articles update', '2023-08-16 23:23:11', '2023-08-16 23:23:11'),
(2416, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/12', ' Articles edit', '2023-08-16 23:23:11', '2023-08-16 23:23:11'),
(2417, 1, 'App\\Http\\Controllers\\ArticlesController', 'update', 'http://server/bib_projects/trusteducation/articles/update/12', ' Articles update', '2023-08-16 23:23:42', '2023-08-16 23:23:42'),
(2418, 1, 'App\\Http\\Controllers\\ArticlesController', 'edit', 'http://server/bib_projects/trusteducation/articles/edit/12', ' Articles edit', '2023-08-16 23:23:42', '2023-08-16 23:23:42'),
(2419, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-16 23:23:56', '2023-08-16 23:23:56'),
(2420, 1, 'App\\Http\\Controllers\\TestimonialsController', 'edit', 'http://server/bib_projects/trusteducation/testimonials/edit/2', ' Testimonials edit', '2023-08-16 23:24:00', '2023-08-16 23:24:00'),
(2421, 1, 'App\\Http\\Controllers\\TestimonialsController', 'update', 'http://server/bib_projects/trusteducation/testimonials/update/2', ' Testimonials update', '2023-08-16 23:24:07', '2023-08-16 23:24:07'),
(2422, 1, 'App\\Http\\Controllers\\TestimonialsController', 'edit', 'http://server/bib_projects/trusteducation/testimonials/edit/2', ' Testimonials edit', '2023-08-16 23:24:07', '2023-08-16 23:24:07'),
(2423, 1, 'App\\Http\\Controllers\\TestimonialsController', 'update', 'http://server/bib_projects/trusteducation/testimonials/update/2', ' Testimonials update', '2023-08-16 23:24:21', '2023-08-16 23:24:21'),
(2424, 1, 'App\\Http\\Controllers\\TestimonialsController', 'edit', 'http://server/bib_projects/trusteducation/testimonials/edit/2', ' Testimonials edit', '2023-08-16 23:24:22', '2023-08-16 23:24:22'),
(2425, 1, 'App\\Http\\Controllers\\SettingsController', 'edit', 'http://server/bib_projects/trusteducation/admin/settings/edit/1', ' Settings edit', '2023-08-16 23:27:31', '2023-08-16 23:27:31'),
(2426, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://server/bib_projects/trusteducation/admin/forms', ' Forms index', '2023-08-16 23:27:45', '2023-08-16 23:27:45'),
(2427, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-16 23:27:47', '2023-08-16 23:27:47'),
(2428, 1, 'App\\Http\\Controllers\\ShortcodesController', 'index', 'http://server/bib_projects/trusteducation/admin/shortcodes', ' Shortcodes index', '2023-08-16 23:27:52', '2023-08-16 23:27:52'),
(2429, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://server/bib_projects/trusteducation/admin/resourcetypes', ' Resourcetypes index', '2023-08-16 23:27:54', '2023-08-16 23:27:54'),
(2430, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'edit', 'http://server/bib_projects/trusteducation/admin/resourcetypes/edit/5', ' Resourcetypes edit', '2023-08-16 23:27:58', '2023-08-16 23:27:58'),
(2431, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems', ' Menuitems index', '2023-08-16 23:28:07', '2023-08-16 23:28:07'),
(2432, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems?menulocation=2', ' Menuitems index', '2023-08-16 23:28:15', '2023-08-16 23:28:15'),
(2433, 1, 'App\\Http\\Controllers\\MenulocationsController', 'index', 'http://server/bib_projects/trusteducation/admin/menulocations', ' Menulocations index', '2023-08-16 23:29:48', '2023-08-16 23:29:48'),
(2434, 1, 'App\\Http\\Controllers\\MenulocationsController', 'edit', 'http://server/bib_projects/trusteducation/admin/menulocations/edit/2', ' Menulocations edit', '2023-08-16 23:29:52', '2023-08-16 23:29:52'),
(2435, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://server/bib_projects/trusteducation/admin/quicklinks', ' Quicklinks index', '2023-08-16 23:29:59', '2023-08-16 23:29:59'),
(2436, 1, 'App\\Http\\Controllers\\QuicklinksController', 'destroy', 'http://server/bib_projects/trusteducation/admin/quicklinks/destroy/5', ' Quicklinks destroy', '2023-08-16 23:30:05', '2023-08-16 23:30:05'),
(2437, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://server/bib_projects/trusteducation/admin/quicklinks', ' Quicklinks index', '2023-08-16 23:30:05', '2023-08-16 23:30:05'),
(2438, 1, 'App\\Http\\Controllers\\QuicklinksController', 'destroy', 'http://server/bib_projects/trusteducation/admin/quicklinks/destroy/3', ' Quicklinks destroy', '2023-08-16 23:30:13', '2023-08-16 23:30:13'),
(2439, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://server/bib_projects/trusteducation/admin/quicklinks', ' Quicklinks index', '2023-08-16 23:30:13', '2023-08-16 23:30:13'),
(2440, 1, 'App\\Http\\Controllers\\QuicklinksController', 'destroy', 'http://server/bib_projects/trusteducation/admin/quicklinks/destroy/1', ' Quicklinks destroy', '2023-08-16 23:30:18', '2023-08-16 23:30:18'),
(2441, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://server/bib_projects/trusteducation/admin/quicklinks', ' Quicklinks index', '2023-08-16 23:30:18', '2023-08-16 23:30:18'),
(2442, 1, 'App\\Http\\Controllers\\QuicklinksController', 'destroy', 'http://server/bib_projects/trusteducation/admin/quicklinks/destroy/2', ' Quicklinks destroy', '2023-08-16 23:30:21', '2023-08-16 23:30:21'),
(2443, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://server/bib_projects/trusteducation/admin/quicklinks', ' Quicklinks index', '2023-08-16 23:30:22', '2023-08-16 23:30:22'),
(2444, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://server/bib_projects/trusteducation/admin/forms', ' Forms index', '2023-08-16 23:59:35', '2023-08-16 23:59:35'),
(2445, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-16 23:59:38', '2023-08-16 23:59:38'),
(2446, 1, 'App\\Http\\Controllers\\ShortcodesController', 'index', 'http://server/bib_projects/trusteducation/admin/shortcodes', ' Shortcodes index', '2023-08-16 23:59:42', '2023-08-16 23:59:42'),
(2447, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://server/bib_projects/trusteducation/admin/resourcetypes', ' Resourcetypes index', '2023-08-16 23:59:45', '2023-08-16 23:59:45'),
(2448, 1, 'App\\Http\\Controllers\\FormsController', 'index', 'http://server/bib_projects/trusteducation/admin/forms', ' Forms index', '2023-08-16 23:59:48', '2023-08-16 23:59:48'),
(2449, 1, 'App\\Http\\Controllers\\CustomfieldsController', 'index', 'http://server/bib_projects/trusteducation/admin/customfields', ' Customfields index', '2023-08-16 23:59:50', '2023-08-16 23:59:50'),
(2450, 1, 'App\\Http\\Controllers\\ResourcetypesController', 'index', 'http://server/bib_projects/trusteducation/admin/resourcetypes', ' Resourcetypes index', '2023-08-16 23:59:56', '2023-08-16 23:59:56'),
(2451, 1, 'App\\Http\\Controllers\\MenuitemsController', 'index', 'http://server/bib_projects/trusteducation/admin/menuitems?menulocation=1', ' Menuitems index', '2023-08-17 00:00:10', '2023-08-17 00:00:10'),
(2452, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-17 00:00:18', '2023-08-17 00:00:18'),
(2453, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-17 00:00:21', '2023-08-17 00:00:21'),
(2454, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://server/bib_projects/trusteducation/admin/institutions', ' Institutions index', '2023-08-17 00:00:25', '2023-08-17 00:00:25'),
(2455, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-17 00:00:27', '2023-08-17 00:00:27'),
(2456, 1, 'App\\Http\\Controllers\\InstitutionsController', 'index', 'http://server/bib_projects/trusteducation/admin/institutions', ' Institutions index', '2023-08-17 00:00:31', '2023-08-17 00:00:31'),
(2457, 1, 'App\\Http\\Controllers\\ProgramsController', 'index', 'http://server/bib_projects/trusteducation/admin/programs', ' Programs index', '2023-08-17 00:00:34', '2023-08-17 00:00:34'),
(2458, 1, 'App\\Http\\Controllers\\PreparationclassesController', 'index', 'http://server/bib_projects/trusteducation/admin/preparationclasses', ' Preparationclasses index', '2023-08-17 00:00:36', '2023-08-17 00:00:36'),
(2459, 1, 'App\\Http\\Controllers\\SlidersController', 'index', 'http://server/bib_projects/trusteducation/admin/sliders', ' Sliders index', '2023-08-17 00:00:42', '2023-08-17 00:00:42'),
(2460, 1, 'App\\Http\\Controllers\\ResourcesController', 'index', 'http://server/bib_projects/trusteducation/admin/resources', ' Resources index', '2023-08-17 00:00:45', '2023-08-17 00:00:45'),
(2461, 1, 'App\\Http\\Controllers\\BlogsController', 'index', 'http://server/bib_projects/trusteducation/admin/blogs', ' Blogs index', '2023-08-17 00:00:50', '2023-08-17 00:00:50'),
(2462, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-17 00:00:55', '2023-08-17 00:00:55'),
(2463, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://server/bib_projects/trusteducation/admin/quicklinks', ' Quicklinks index', '2023-08-17 00:01:06', '2023-08-17 00:01:06'),
(2464, 1, 'App\\Http\\Controllers\\GalleriesController', 'index', 'http://server/bib_projects/trusteducation/admin/galleries', ' Galleries index', '2023-08-17 00:01:08', '2023-08-17 00:01:08'),
(2465, 1, 'App\\Http\\Controllers\\NewsController', 'index', 'http://server/bib_projects/trusteducation/admin/news', ' News index', '2023-08-17 00:01:15', '2023-08-17 00:01:15'),
(2466, 1, 'App\\Http\\Controllers\\FaqsController', 'index', 'http://server/bib_projects/trusteducation/admin/faqs', ' Faqs index', '2023-08-17 00:01:18', '2023-08-17 00:01:18'),
(2467, 1, 'App\\Http\\Controllers\\QuicklinksController', 'index', 'http://server/bib_projects/trusteducation/admin/quicklinks', ' Quicklinks index', '2023-08-17 00:01:20', '2023-08-17 00:01:20'),
(2468, 1, 'App\\Http\\Controllers\\EventsController', 'index', 'http://server/bib_projects/trusteducation/admin/events', ' Events index', '2023-08-17 00:01:22', '2023-08-17 00:01:22'),
(2469, 1, 'App\\Http\\Controllers\\VisasController', 'index', 'http://server/bib_projects/trusteducation/admin/visas', ' Visas index', '2023-08-17 00:01:25', '2023-08-17 00:01:25'),
(2470, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-17 00:01:28', '2023-08-17 00:01:28'),
(2471, 1, 'App\\Http\\Controllers\\VisasController', 'index', 'http://server/bib_projects/trusteducation/admin/visas', ' Visas index', '2023-08-17 00:01:47', '2023-08-17 00:01:47'),
(2472, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'index', 'http://server/bib_projects/trusteducation/admin/successstories', ' Successstories index', '2023-08-17 00:01:50', '2023-08-17 00:01:50'),
(2473, 1, 'App\\Http\\Controllers\\SuccessstoriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/successstories/edit/1', ' Successstories edit', '2023-08-17 00:02:03', '2023-08-17 00:02:03'),
(2474, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-17 04:14:06', '2023-08-17 04:14:06'),
(2475, 1, 'App\\Http\\Controllers\\CountriesController', 'create', 'http://server/bib_projects/trusteducation/admin/countries/create', ' Countries create', '2023-08-17 04:14:10', '2023-08-17 04:14:10'),
(2476, 1, 'App\\Http\\Controllers\\CountriesController', 'store', 'http://server/bib_projects/trusteducation/admin/countries/store', ' Countries store', '2023-08-17 04:14:38', '2023-08-17 04:14:38'),
(2477, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-17 04:14:39', '2023-08-17 04:14:39'),
(2478, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-18 03:20:17', '2023-08-18 03:20:17'),
(2479, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-18 03:20:41', '2023-08-18 03:20:41'),
(2480, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/13', ' Countries edit', '2023-08-18 03:20:50', '2023-08-18 03:20:50'),
(2481, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/13', ' Countries update', '2023-08-18 03:22:16', '2023-08-18 03:22:16'),
(2482, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/13', ' Countries edit', '2023-08-18 03:22:17', '2023-08-18 03:22:17'),
(2483, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-18 03:22:47', '2023-08-18 03:22:47'),
(2484, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/9', ' Countries edit', '2023-08-18 03:22:55', '2023-08-18 03:22:55'),
(2485, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-18 03:23:01', '2023-08-18 03:23:01'),
(2486, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-18 03:23:08', '2023-08-18 03:23:08'),
(2487, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-18 03:23:10', '2023-08-18 03:23:10'),
(2488, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-18 03:23:24', '2023-08-18 03:23:24'),
(2489, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-18 03:23:46', '2023-08-18 03:23:46'),
(2490, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-18 03:23:47', '2023-08-18 03:23:47'),
(2491, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-18 03:24:34', '2023-08-18 03:24:34'),
(2492, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-18 03:24:45', '2023-08-18 03:24:45'),
(2493, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-18 03:24:45', '2023-08-18 03:24:45'),
(2494, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/9', ' Countryarticles edit', '2023-08-18 03:25:22', '2023-08-18 03:25:22'),
(2495, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-18 03:25:29', '2023-08-18 03:25:29'),
(2496, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/58', ' Countryarticles edit', '2023-08-18 03:26:57', '2023-08-18 03:26:57'),
(2497, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/58', ' Countryarticles update', '2023-08-18 03:27:27', '2023-08-18 03:27:27'),
(2498, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/58', ' Countryarticles edit', '2023-08-18 03:27:28', '2023-08-18 03:27:28'),
(2499, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/58', ' Countryarticles update', '2023-08-18 03:38:09', '2023-08-18 03:38:09'),
(2500, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/58', ' Countryarticles edit', '2023-08-18 03:38:09', '2023-08-18 03:38:09'),
(2501, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/58', ' Countryarticles update', '2023-08-18 04:33:10', '2023-08-18 04:33:10'),
(2502, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/58', ' Countryarticles edit', '2023-08-18 04:33:10', '2023-08-18 04:33:10'),
(2503, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-18 04:33:15', '2023-08-18 04:33:15'),
(2504, 1, 'App\\Http\\Controllers\\TestimonialsController', 'index', 'http://server/bib_projects/trusteducation/testimonials', ' Testimonials index', '2023-08-18 05:09:30', '2023-08-18 05:09:30'),
(2505, 1, 'App\\Http\\Controllers\\TestimonialsController', 'edit', 'http://server/bib_projects/trusteducation/testimonials/edit/2', ' Testimonials edit', '2023-08-18 05:09:37', '2023-08-18 05:09:37'),
(2506, 1, 'App\\Http\\Controllers\\TestimonialsController', 'update', 'http://server/bib_projects/trusteducation/testimonials/update/2', ' Testimonials update', '2023-08-18 05:09:50', '2023-08-18 05:09:50'),
(2507, 1, 'App\\Http\\Controllers\\TestimonialsController', 'edit', 'http://server/bib_projects/trusteducation/testimonials/edit/2', ' Testimonials edit', '2023-08-18 05:09:51', '2023-08-18 05:09:51'),
(2508, 1, 'App\\Http\\Controllers\\TestimonialsController', 'update', 'http://server/bib_projects/trusteducation/testimonials/update/2', ' Testimonials update', '2023-08-18 05:10:47', '2023-08-18 05:10:47'),
(2509, 1, 'App\\Http\\Controllers\\TestimonialsController', 'edit', 'http://server/bib_projects/trusteducation/testimonials/edit/2', ' Testimonials edit', '2023-08-18 05:10:47', '2023-08-18 05:10:47'),
(2510, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 00:17:42', '2023-08-21 00:17:42'),
(2511, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-21 00:18:15', '2023-08-21 00:18:15'),
(2512, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-21 00:24:08', '2023-08-21 00:24:08'),
(2513, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 00:24:09', '2023-08-21 00:24:09'),
(2514, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/60', ' Countryarticles edit', '2023-08-21 00:24:36', '2023-08-21 00:24:36'),
(2515, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/60', ' Countryarticles update', '2023-08-21 00:24:59', '2023-08-21 00:24:59'),
(2516, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/60', ' Countryarticles edit', '2023-08-21 00:25:00', '2023-08-21 00:25:00'),
(2517, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/60', ' Countryarticles update', '2023-08-21 00:25:48', '2023-08-21 00:25:48'),
(2518, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/60', ' Countryarticles edit', '2023-08-21 00:25:48', '2023-08-21 00:25:48'),
(2519, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 00:27:22', '2023-08-21 00:27:22'),
(2520, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-21 00:27:27', '2023-08-21 00:27:27'),
(2521, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-21 01:15:08', '2023-08-21 01:15:08'),
(2522, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 01:15:09', '2023-08-21 01:15:09'),
(2523, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/59', ' Countryarticles edit', '2023-08-21 01:20:06', '2023-08-21 01:20:06'),
(2524, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/59', ' Countryarticles update', '2023-08-21 01:55:20', '2023-08-21 01:55:20'),
(2525, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/59', ' Countryarticles edit', '2023-08-21 01:55:21', '2023-08-21 01:55:21'),
(2526, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/59', ' Countryarticles update', '2023-08-21 01:55:55', '2023-08-21 01:55:55'),
(2527, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/59', ' Countryarticles edit', '2023-08-21 01:55:55', '2023-08-21 01:55:55'),
(2528, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/59', ' Countryarticles update', '2023-08-21 01:56:17', '2023-08-21 01:56:17'),
(2529, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/59', ' Countryarticles edit', '2023-08-21 01:56:17', '2023-08-21 01:56:17'),
(2530, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 01:57:26', '2023-08-21 01:57:26'),
(2531, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/61', ' Countryarticles edit', '2023-08-21 01:57:36', '2023-08-21 01:57:36'),
(2532, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/61', ' Countryarticles update', '2023-08-21 01:59:03', '2023-08-21 01:59:03'),
(2533, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/61', ' Countryarticles edit', '2023-08-21 01:59:03', '2023-08-21 01:59:03'),
(2534, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/61', ' Countryarticles update', '2023-08-21 02:07:00', '2023-08-21 02:07:00'),
(2535, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/61', ' Countryarticles edit', '2023-08-21 02:07:00', '2023-08-21 02:07:00'),
(2536, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/61', ' Countryarticles update', '2023-08-21 02:07:31', '2023-08-21 02:07:31'),
(2537, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/61', ' Countryarticles edit', '2023-08-21 02:07:31', '2023-08-21 02:07:31'),
(2538, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/61', ' Countryarticles update', '2023-08-21 02:08:27', '2023-08-21 02:08:27'),
(2539, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/61', ' Countryarticles edit', '2023-08-21 02:08:27', '2023-08-21 02:08:27'),
(2540, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/61', ' Countryarticles update', '2023-08-21 02:09:19', '2023-08-21 02:09:19'),
(2541, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/61', ' Countryarticles edit', '2023-08-21 02:09:20', '2023-08-21 02:09:20'),
(2542, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 02:09:42', '2023-08-21 02:09:42'),
(2543, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/60', ' Countryarticles edit', '2023-08-21 02:09:50', '2023-08-21 02:09:50'),
(2544, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/60', ' Countryarticles update', '2023-08-21 02:10:06', '2023-08-21 02:10:06'),
(2545, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/60', ' Countryarticles edit', '2023-08-21 02:10:06', '2023-08-21 02:10:06'),
(2546, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 02:10:12', '2023-08-21 02:10:12'),
(2547, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/59', ' Countryarticles edit', '2023-08-21 02:11:27', '2023-08-21 02:11:27');
INSERT INTO `tbl_activity_logs` (`activity_id`, `user_id`, `controllerName`, `methodName`, `actionUrl`, `activity`, `created_at`, `updated_at`) VALUES
(2548, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/59', ' Countryarticles update', '2023-08-21 02:11:51', '2023-08-21 02:11:51'),
(2549, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/59', ' Countryarticles edit', '2023-08-21 02:11:51', '2023-08-21 02:11:51'),
(2550, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 02:12:31', '2023-08-21 02:12:31'),
(2551, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/61', ' Countryarticles edit', '2023-08-21 02:12:39', '2023-08-21 02:12:39'),
(2552, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/61', ' Countryarticles update', '2023-08-21 02:12:47', '2023-08-21 02:12:47'),
(2553, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/61', ' Countryarticles edit', '2023-08-21 02:12:47', '2023-08-21 02:12:47'),
(2554, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 02:12:51', '2023-08-21 02:12:51'),
(2555, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/59', ' Countryarticles edit', '2023-08-21 03:30:43', '2023-08-21 03:30:43'),
(2556, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 03:56:17', '2023-08-21 03:56:17'),
(2557, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-21 03:56:25', '2023-08-21 03:56:25'),
(2558, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-21 04:18:42', '2023-08-21 04:18:42'),
(2559, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 04:18:42', '2023-08-21 04:18:42'),
(2560, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/62', ' Countryarticles edit', '2023-08-21 04:19:51', '2023-08-21 04:19:51'),
(2561, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/62', ' Countryarticles update', '2023-08-21 04:20:28', '2023-08-21 04:20:28'),
(2562, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/62', ' Countryarticles edit', '2023-08-21 04:20:29', '2023-08-21 04:20:29'),
(2563, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 04:20:57', '2023-08-21 04:20:57'),
(2564, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/62', ' Countryarticles edit', '2023-08-21 04:21:12', '2023-08-21 04:21:12'),
(2565, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/62', ' Countryarticles update', '2023-08-21 04:21:25', '2023-08-21 04:21:25'),
(2566, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/62', ' Countryarticles edit', '2023-08-21 04:21:25', '2023-08-21 04:21:25'),
(2567, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 04:22:52', '2023-08-21 04:22:52'),
(2568, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-21 04:34:14', '2023-08-21 04:34:14'),
(2569, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-21 04:34:39', '2023-08-21 04:34:39'),
(2570, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 04:34:40', '2023-08-21 04:34:40'),
(2571, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/62', ' Countryarticles edit', '2023-08-21 04:36:04', '2023-08-21 04:36:04'),
(2572, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/62', ' Countryarticles update', '2023-08-21 04:36:32', '2023-08-21 04:36:32'),
(2573, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/62', ' Countryarticles edit', '2023-08-21 04:36:32', '2023-08-21 04:36:32'),
(2574, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 04:38:55', '2023-08-21 04:38:55'),
(2575, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/58', ' Countryarticles edit', '2023-08-21 04:39:04', '2023-08-21 04:39:04'),
(2576, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/58', ' Countryarticles update', '2023-08-21 04:42:38', '2023-08-21 04:42:38'),
(2577, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/58', ' Countryarticles edit', '2023-08-21 04:42:39', '2023-08-21 04:42:39'),
(2578, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/58', ' Countryarticles update', '2023-08-21 04:46:45', '2023-08-21 04:46:45'),
(2579, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/58', ' Countryarticles edit', '2023-08-21 04:46:46', '2023-08-21 04:46:46'),
(2580, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 04:56:12', '2023-08-21 04:56:12'),
(2581, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-21 04:56:18', '2023-08-21 04:56:18'),
(2582, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/13', ' Countries edit', '2023-08-21 04:56:25', '2023-08-21 04:56:25'),
(2583, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/13', ' Countries update', '2023-08-21 04:56:42', '2023-08-21 04:56:42'),
(2584, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/13', ' Countries edit', '2023-08-21 04:56:42', '2023-08-21 04:56:42'),
(2585, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-21 04:58:01', '2023-08-21 04:58:01'),
(2586, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-21 04:58:34', '2023-08-21 04:58:34'),
(2587, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 04:58:39', '2023-08-21 04:58:39'),
(2588, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'create', 'http://server/bib_projects/trusteducation/admin/countryarticles/create', ' Countryarticles create', '2023-08-21 04:58:48', '2023-08-21 04:58:48'),
(2589, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'store', 'http://server/bib_projects/trusteducation/admin/countryarticles/store', ' Countryarticles store', '2023-08-21 04:59:18', '2023-08-21 04:59:18'),
(2590, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 04:59:18', '2023-08-21 04:59:18'),
(2591, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/63', ' Countryarticles edit', '2023-08-21 05:01:11', '2023-08-21 05:01:11'),
(2592, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/63', ' Countryarticles update', '2023-08-21 05:26:51', '2023-08-21 05:26:51'),
(2593, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/63', ' Countryarticles edit', '2023-08-21 05:26:51', '2023-08-21 05:26:51'),
(2594, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/63', ' Countryarticles update', '2023-08-21 05:27:37', '2023-08-21 05:27:37'),
(2595, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/63', ' Countryarticles edit', '2023-08-21 05:27:37', '2023-08-21 05:27:37'),
(2596, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 06:07:01', '2023-08-21 06:07:01'),
(2597, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/64', ' Countryarticles edit', '2023-08-21 06:11:54', '2023-08-21 06:11:54'),
(2598, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/64', ' Countryarticles update', '2023-08-21 06:17:45', '2023-08-21 06:17:45'),
(2599, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/64', ' Countryarticles edit', '2023-08-21 06:17:45', '2023-08-21 06:17:45'),
(2600, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 06:18:39', '2023-08-21 06:18:39'),
(2601, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/64', ' Countryarticles edit', '2023-08-21 06:18:48', '2023-08-21 06:18:48'),
(2602, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 06:18:58', '2023-08-21 06:18:58'),
(2603, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-21 23:52:07', '2023-08-21 23:52:07'),
(2604, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-21 23:52:11', '2023-08-21 23:52:11'),
(2613, 1, 'App\\Http\\Controllers\\ArticlesController', 'index', 'http://server/bib_projects/trusteducation/articles', ' Articles index', '2023-08-21 23:56:09', '2023-08-21 23:56:09'),
(2684, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-22 06:08:45', '2023-08-22 06:08:45'),
(2685, 1, 'App\\Http\\Controllers\\ServicesController', 'index', 'http://server/bib_projects/trusteducation/admin/services', ' Services index', '2023-08-22 06:08:54', '2023-08-22 06:08:54'),
(2686, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'index', 'http://server/bib_projects/trusteducation/admin/countryarticles', ' Countryarticles index', '2023-08-22 06:08:59', '2023-08-22 06:08:59'),
(2687, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/64', ' Countryarticles edit', '2023-08-22 06:09:10', '2023-08-22 06:09:10'),
(2688, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'update', 'http://server/bib_projects/trusteducation/admin/countryarticles/update/64', ' Countryarticles update', '2023-08-22 06:09:15', '2023-08-22 06:09:15'),
(2689, 1, 'App\\Http\\Controllers\\CountryarticlesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countryarticles/edit/64', ' Countryarticles edit', '2023-08-22 06:09:16', '2023-08-22 06:09:16'),
(2690, 1, 'App\\Http\\Controllers\\CountriesController', 'index', 'http://server/bib_projects/trusteducation/admin/countries', ' Countries index', '2023-08-22 06:09:41', '2023-08-22 06:09:41'),
(2691, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/13', ' Countries edit', '2023-08-22 06:09:48', '2023-08-22 06:09:48'),
(2692, 1, 'App\\Http\\Controllers\\CountriesController', 'update', 'http://server/bib_projects/trusteducation/admin/countries/update/13', ' Countries update', '2023-08-22 06:10:03', '2023-08-22 06:10:03'),
(2693, 1, 'App\\Http\\Controllers\\CountriesController', 'edit', 'http://server/bib_projects/trusteducation/admin/countries/edit/13', ' Countries edit', '2023-08-22 06:10:04', '2023-08-22 06:10:04');
-- --------------------------------------------------------
--
-- 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-08-05 20:06:53', '', '', '', '', 1, 1),
(2, 1, 'How we started ?', 'how-we-started', '<p>Access Education&nbsp;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. &nbsp;<br />\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.&nbsp;</p>', '', '', 2, -1, '2023-07-24 19:21:04', '2023-08-05 20:06:24', '', '', '', '', 1, 1),
(3, 1, 'Mission Vision', 'mission-vision', '', '', '', 3, -1, '2023-07-24 19:21:34', '2023-08-05 20:06:29', '', '', '', '', 1, 1),
(4, 3, 'Our Mission', 'our-mission', '<p>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>', '', '', 4, -1, '2023-07-24 19:21:54', '2023-08-05 20:06:33', '', '', '', '', 1, 1),
(5, 3, 'Our Vision', 'our-vision', '<p>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>', '', '', 5, -1, '2023-07-24 19:22:13', '2023-08-05 20:06:38', '', '', '', '', 1, 1),
(7, 0, 'Message From MD', 'message-from-md', '<p>&nbsp;A cut-throat competition exists between the people in achieving enviable success. The backbone for enabling people to participate in the competition is good academics.&nbsp; To achieve a good academic standard, people have started searching for the appropriate alternatives beyond the national territory. People are garnering their dream to get admitted in the best of the best universities in the world and it is being taken as a status symbol as well. The increasing desire of the students in our country for foreign studies is the present scenario of our country. Due to globalization, the world is getting much narrower which acquaints one and all with the features of every nook and corner of the world.</p>\r\n\r\n<p>People get attracted to the features which have been known to them in the blink of time by means of technological advancement. This has made us all informed of the way through which we can reach our targeted destination. Your decision of studying abroad is an appreciable one as it is the need of time and this would get the expected result only if you possess a keenly prepared profile, good academic background, and experience you earned in any field. The greed of academic proficiency, prospective career, sophisticated lifestyle, or unconditional independence might be the factor that has provoked you to opt for abroad studies.&nbsp; The driving factor to select abroad studies could be different with different students depending upon the social, economic, and regional backgrounds.</p>\r\n\r\n<p>Whatever be the factor, the achievement of the desire becomes inevitable provided proper guidance and counseling by an experienced and intimate counselor.&nbsp; The deep and detailed knowledge of our counselors and instructors regarding documentation and test preparation, with certainty, helps you achieve your desired ambition.&nbsp; The guidelines from such counselors for pursuing international degrees would lead you to the correct path if your plan for abroad studies is made whole- heartedly.&nbsp; We assure you of the achievement of your desired ambition to further your academic career in a European country. The prompt and updated information our counselors possess about the changing policies of the countries would be extensively beneficial for the success. Achievement of your success is our passion. Trust is trustworthy to respect your trust.&nbsp;</p>\r\n\r\n<p><strong>SAROJ THAPALIA<br />\r\nMD</strong></p>', '', 'storage/trust/files/1/86186030_10157184580322957_8721854151719387136_n (1).jpg', 4, 1, '2023-07-24 19:24:10', '2023-08-15 05:52:39', '', '', '', '', 1, 1),
(8, 1, 'Our Team', 'our-team', '', '', '', 8, -1, '2023-07-24 19:24:31', '2023-08-05 20:06:47', '', '', '', '', 1, 1),
(9, 0, 'Our History', 'history', '<p>Trust Education came together when an entrepreneur had a vision to create a bridge between young potential learners and the best available educational opportunities around the world. Trust stands tall after a series of hits and trials to find the best study route for potential youths willing to study abroad. The Trust Education Foundation was founded and officially registered in 2014 and has proudly been successful in directing the students towards recognizing their best potential with the help of its best counseling team.</p>\r\n\r\n<p>TEF promotes world-class education in European countries, including the UK, Norway, Sweden, Denmark, and Finland. Unlike other education consulting platforms, the uniqueness of TEF is reflected in the choice of non-commercialized Northern European countries proven to be very reliable with top-ranked universities and globally recognized degrees. Trust and its team of counselors have always been focused on identifying the skills and hidden potentials of students and helping them find the best destination country, university, and study courses that will uplift them in the long run.</p>\r\n\r\n<p>Trust truly believes that it has the utmost experience in finding the right balance between the demand of the educational market and the best interests of students. Working with the same vision all the way from 2014 to this date, the company has been successful in securing the educational futures of at least 200 Nepali and South Asian students each year.</p>\r\n\r\n<p>Furthermore, Trust has been giving students an experience of the entire process, from figuring out their best pathways through career counseling to reaching their destination country and everything in between. The company has also initiated test preparation classes, an admission application review system, students&rsquo; assessment services, and mandatory pre-departure orientation classes for the students who have dreamed of getting higher education in European institutions.</p>\r\n\r\n<p>The company has amplified its business direction by forming an authorized student enrollment partner for international institutions that wish to enroll students in and out of&nbsp;&nbsp;Nepal. Trust has been and will continue to work with its strong vision to bridge the gap between international education institutions and students seeking higher education abroad.</p>', '', 'storage/trust/files/1/professional.jpg', 1, 1, '2023-08-11 05:48:15', '2023-08-13 23:54:08', '', '', '', '', 1, 1),
(12, 0, 'Testimonials', 'testimonials', '<p>[testimonials = all layout=simple display=all]</p>', '', '', 9, 1, '2023-08-16 23:20:47', '2023-08-16 23:23:42', '', '', '', '', 1, 1),
(10, 0, 'Mission Objectives', 'mission-objectives', '<h4>&nbsp;</h4>\r\n\r\n<h4><a href=\"https://www.trusteducation.net/companyprofile/mission\">Our Mission</a></h4>\r\n\r\n<p>Our mission is to provide incomparable services, quality education, standard and hi-tech facilities and trustworthy advice to the students who seeks higher education abroad without keeping any hidden compensations, prejudice and alluring benefits.</p>\r\n\r\n<h4>&nbsp;</h4>\r\n\r\n<h4><a href=\"https://www.trusteducation.net/companyprofile/mission\">Our Vision</a></h4>\r\n\r\n<p>To be the market leader in providing one-stop study abroad solutions for the students and help them achieve their goals through proper career counseling &amp; guidance, to add value for our partner institutions and all other stakeholders.</p>\r\n\r\n<h2>&nbsp;</h2>\r\n\r\n<h2>Why us?</h2>\r\n\r\n<p>&ldquo;Trust&rdquo; is what that is required amongst the students willing to be abroad and institutions in abroad willing to take the students from.</p>\r\n\r\n<p><a href=\"https://trusteducation.net/register/\" target=\"_blank\">Click here for apply</a></p>\r\n\r\n<p><img alt=\"\" src=\"https://www.trusteducation.net/assets/images/resource/instructor.png\" /></p>', '', 'storage/trust/files/1/Education-System.jpg', 2, 1, '2023-08-11 05:49:53', '2023-08-13 23:56:46', '', '', '', '', 1, 1),
(11, 0, 'Organization Structure', 'organization-structure', '<p><a href=\"storage/trust/photos/1/organization_structure.jpg\"><img alt=\"\" src=\"storage/trust/files/1/organization_structure.jpg\" style=\"width:100%\" /></a></p>', '', '', 3, 1, '2023-08-11 05:51:10', '2023-08-13 22:53:56', '', '', '', '', 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, 'Denmark Rated Third Best Place To Study In Europe', 'study-in-australia', '<p>According to StudyPortals&rsquo;&nbsp;<strong>International Student Satisfaction Awards 2014</strong>, Denmark is rated the third&nbsp;<strong>best place to study in Europe</strong>, behind fellow Nordic nations&nbsp;<a href=\"https://www.topuniversities.com/blog/student-satisfaction-finland-best-place-study-europe\">Finland</a>&nbsp;and&nbsp;<a href=\"https://www.topuniversities.com/blog/studying-sweden-student-satisfaction-survey-results\">Sweden</a>. The awards are based on almost 7,000 students&rsquo; opinions, after students reviewed their experience of what it&rsquo;s like to study in Europe in various different countries, via the world&rsquo;s largest database of international student experiences,&nbsp;<a href=\"http://www.stexx.eu/\" target=\"_blank\">STeXX.eu</a>.</p>\r\n\r\n<p>Based on 287 international students&rsquo; comments, Denmark received a final overall score of 9.1 out of 10. Compared to last year, the level of student satisfaction among those&nbsp;<strong>studying</strong>&nbsp;<strong>in Denmark</strong>&nbsp;increased notably, from an average of 8.9. The Student Satisfaction Awards provide valuable information about education standards and performance, as well as the overall impressions of international students enrolled in Danish universities.</p>\r\n\r\n<h2>Recognition for high-performing universities in Denmark</h2>\r\n\r\n<p>Six&nbsp;<strong>universities in Denmark</strong>&nbsp;were nominated for student satisfaction awards.&nbsp;<a href=\"https://www.topuniversities.com/universities/aarhus-university/undergrad\">Aarhus University</a>&nbsp;received the highest distinction, awarded for &ldquo;outstanding&rdquo; international student satisfaction; it received an average rating above 9.5 out of 10, making it the highest-rated university in Denmark.</p>\r\n\r\n<p>The next three institutions received an &ldquo;excellent&rdquo; rating:&nbsp;<a href=\"https://www.topuniversities.com/universities/copenhagen-business-school/undergrad\">Copenhagen Business School</a>,&nbsp;<a href=\"https://www.topuniversities.com/universities/technical-university-denmark/undergrad\">Technical University of Denmark</a>&nbsp;(DTU) and VIA University College. Meanwhile the&nbsp;<a href=\"https://www.topuniversities.com/universities/university-copenhagen/undergrad\">University of Copenhagen</a>&nbsp;and the&nbsp;<a href=\"https://www.topuniversities.com/universities/university-southern-denmark/undergrad\">University of Southern Denmark</a>&nbsp;received awards for &ldquo;very good&rdquo; international student satisfaction.</p>\r\n\r\n<h2>What makes Denmark one of the best places to study in Europe?</h2>\r\n\r\n<p>As one of the best locations to study in Europe, Denmark provides quality higher education programs to international students. Most student reviewers appreciate Danish universities&rsquo; innovative teaching, combining theoretical knowledge with project-based practical experiences that require critical thinking and cooperation.</p>\r\n\r\n<p>Students also said they enjoyed the great level of independence and the fact that some programs offer self-scheduling options. Modern Danish universities provide well-equipped laboratories and libraries in a friendly learning environment. International students also gave high marks to the staff and services at universities in Denmark.</p>\r\n\r\n<p><em>&ldquo;The university has great academics. All the teachers are very friendly and the learning program is very efficient. University facilities are very modern and encourage the use of new technologies as a tool that should help to acquire new knowledge during the classes.&rdquo; &ndash;&nbsp;<strong>Student from Poland</strong></em></p>\r\n\r\n<p><em>&ldquo;Nice teachers with great methods. Good organization, great lessons with fun activities. We also learned a lot. You were never scared of a teacher or of a presentation &ndash; teachers and students are on the same level.</em><em>&rdquo;</em><em>&ndash;&nbsp;<strong>Student from Austria</strong></em></p>\r\n\r\n<p>Other positive feedback for Danish universities includes an international study experience, with students coming from all over the world, as well as English-speaking teachers. Many reviews speak highly of Danish city life, especially the capital Copenhagen, which blends historic buildings with modern architecture. Those studying in Denmark appreciate the great variety of social, cultural and historical attractions. &nbsp;</p>\r\n\r\n<p><em>&ldquo;I had a chance to try so many different things, from tasting interesting food, riding a bike every day, to trying my hand at the local language, which was very hard but very enjoyable. The university was very helpful and all teachers/students spoke perfect English, so we were never stuck. Social life was great, with lots to do in the town. We were always having fun.&rdquo; &ndash;&nbsp;<strong>Student from UK</strong></em></p>\r\n\r\n<p><em>&ldquo;There is also a huge mixture of people from countries around the world, so you have the opportunity to know many, many cultures.&rdquo; &ndash;&nbsp;<strong>Student from Poland</strong></em></p>\r\n\r\n<h2>The challenges of studying in Denmark: Cold winters and high costs</h2>\r\n\r\n<p>As is the case for other Northern European countries, those studying in Denmark are not very fond of the cold weather and the high living expenses. However, Danes compensate for these difficulties by the high standards of living and the strong sense of community they manage to create. Although some students may consider locals too reserved, they soon discover friendly, helpful people, always ready for an open discussion.</p>\r\n\r\n<p>While smaller Danish towns may not provide many attractions, Copenhagen and other major Northern European cities are easy-to-reach destinations, thanks to good transportation infrastructure. Some international students may have trouble adapting to the informal learning environment at universities in Denmark, which requires a great deal of student self-reliance.</p>\r\n\r\n<p>For more information about studying in Denmark, visit the StudyPortals&rsquo;&nbsp;<a href=\"http://www.studyportals.eu/research/student-satisfaction/articles/886/studyportals-awards-2014-denmark.html\" target=\"_blank\">country overview</a>. You can also search more thank 350 English-taught master&rsquo;s programs, and over 100 English-taught Bachelor&rsquo;s programs offered by universities in Denmark.</p>\r\n\r\n<p>Source:&nbsp;https://www.topuniversities.com/blog/denmark-rated-third-best-place-study-europe</p>', '', 'storage/trust/files/1/Blogs/1.jpg', '', 8, 1, NULL, 1, NULL, '2023-08-13 05:49:05', '', 'Study in Australia, New Hope in Australia', '', ''),
(17, 0, '6 Reasons to Study in Sweden', 'know-why-sweden', '<h3>1. &nbsp;Think more creatively&nbsp;</h3>\r\n\r\n<p>A university professor was once quoted as saying that university doesn&rsquo;t teach you to do a job; it is meant to teach you how to think. But, how is it teaching you to think? For the majority of the world&rsquo;s universities, this means teaching you to think critically. This is not the same as learning to think for yourself. You are taught to think critically according to the method that your professor believes in. You will see this anytime you question their methods.&nbsp;</p>\r\n\r\n<p>Universities in Sweden take a much different approach. They teach you to think critically like any other university. But it is the framework around this that is much different. You are also taught to think independently and creatively.&nbsp;</p>\r\n\r\n<p>You are encouraged to not just question the non-academic world. You are taught to question everything. This gives you the ability to look at the whole world differently. It also changes the ideas that you come to.&nbsp;</p>\r\n\r\n<p>You are not looking at the world like it is wrong and you have been taught the proper way. You simply look at the world and ask, &ldquo;Is there a better way?&rdquo; This more creative and less judgemental method produces new ideas, not just griping about the world. This method of teaching is the main reason that Sweden consistently ranks among the most innovative countries.&nbsp;</p>\r\n\r\n<h3>2. Be challenged for a reason</h3>\r\n\r\n<p>There are many horror stories of university courses that are difficult. University is supposed to challenge you. But, the common practice of using certain courses to simply weed people out serves little purpose. Universities in Sweden are challenging, but they build this challenge around making you the best you can be, not just to see how much they can put you through.</p>\r\n\r\n<p>The difference that this makes is easy to see. Overall, Sweden&rsquo;s system of education is ranked among the top systems in the world. Sweden is also home to several secondary schools that are individually ranked among the world&rsquo;s best. These rankings are not from Sweden itself. They are conducted by independent international organizations.</p>\r\n\r\n<p>Another factor that makes universities in Sweden stand out is the focus of every course. They don&rsquo;t just focus on completing credits to get a degree. They are focused on reasoning, rationality, and most importantly, application. This is in contrast to the quote that we discussed earlier. Universities in Sweden don&rsquo;t just teach you how to think. They teach you how to apply your knowledge.</p>\r\n\r\n<h3>3. You don&rsquo;t just sit in class</h3>\r\n\r\n<p>A student sitting in class just to get a credit is seen throughout the world. Unfortunately, many professors are so engrossed in lecturing that they don&rsquo;t notice. They may not even care, because they just like to hear themselves talk and/or proving how smart they are.&nbsp;</p>\r\n\r\n<p>You will not find this at universities in Sweden. As we mentioned, the focus is more on innovation and application. Professors want to know that you are not just learning but are able to apply your learning. They require you to participate. You will be required to demonstrate your knowledge and ability to use it.&nbsp;</p>\r\n\r\n<h3>4. Focus on environmental sustainability&nbsp;</h3>\r\n\r\n<p>A huge focus and global concern right now is on environmental sustainability. Sweden is one of the countries that has made this a priority. Just like our focus on applying knowledge, our country and its citizens take this very seriously. If you are interested in furthering the cause of going green then you will find many kindred souls here.&nbsp;</p>\r\n\r\n<p>The focus on sustainability can be seen in Sweden&rsquo;s rankings. We were named the #1 in sustainability among every country in the world. This is due to multiple advances that the country has made. Focus has been given to controlling greenhouse gas emissions and building more avenues for sustainable energy.&nbsp;</p>\r\n\r\n<h3>5. It&rsquo;s easy to apply&nbsp;</h3>\r\n\r\n<p>Students from around the world used to be able to study in Sweden tuition-free, until recently. However, in 2010, the government passed a new law, that has altered the payment structure for international students from outside the EU/EAA. The new structure includes both the tuition fees and the application fees.</p>\r\n\r\n<p>The change has also been accompanied by many scholarships that are available to help students cover their tuition fees. Scholarship opportunities include financial waivers for international students, with scholarships offered both by the Swedish government and by individual universities in Sweden.</p>\r\n\r\n<p>There are no age limits when it comes to the university entrance exam, called SweSAT (or&nbsp;H&ouml;gskoleprovet&nbsp;in Swedish), and there is no need to be a Swedish citizen. However, you must meet the required permissions to apply to the course or program.&nbsp;</p>\r\n\r\n<h3>6. Experience true diversity</h3>\r\n\r\n<p>Diversity is another major issue in our world today. Over the last century, technology made it easier to travel around the world. This also brings us into daily contact with more cultures than ever before. It is crucial that we learn not just to promote diversity but be comfortable with it.&nbsp;</p>\r\n\r\n<p>Sweden is a very diverse country. But, it doesn&rsquo;t just allow diversity. Like everything else we have looked at, Sweden works hard to promote diversity. Sweden has consistently ranked among the best countries for equality in the world. It is also ranked among the best in gender equality and LGBT rights. This is due to Sweden&rsquo;s overall progressive attitude.&nbsp;</p>\r\n\r\n<p>It is not difficult to see the focus of most universities. They are focused on graduating students that think like the university wants them to. The only consideration that is given to job preparation is offering job placement help. But, the large percentage of these graduates that have trouble finding a job shows that they are not viewed as career-ready.&nbsp;</p>\r\n\r\n<p>Universities in Sweden possess a much different record. If you ask CEOs around the world what one characteristic they value the most, then most of them will say creativity. This is what is missing from most universities. It is the one thing that Sweden gives to every student. You also learn actual skills that are in demand right now. You are ready to solve problems. You aren&rsquo;t just taught to think creatively. You are also taught how to use this creativity. Graduates of Sweden&rsquo;s universities are known as problem solvers. &nbsp;</p>\r\n\r\n<p>By this point, you should fully understand why so many international students choose to study in Sweden. The difference is seen in how high our schools rank. But, you now understand why. Our universities don&rsquo;t just focus on giving you general knowledge. They focus on creativity and how to apply this knowledge. This makes you ready for a job at graduation. As you decide where to go to university, we ask you to keep in mind these six reasons to study in Sweden.</p>\r\n\r\n<p>Source:&nbsp;https://www.topuniversities.com/blog/6-reasons-study-sweden</p>', '', 'storage/trust/files/1/Blogs/6 reason.jpg', '', 7, 1, 1, 1, '2023-08-11 04:35:38', '2023-08-13 05:49:05', '', '', '', ''),
(18, 0, '5 Special Reasons to Inspire You to Study in Denmark in 2022', 'regwrg', '<h2>1. You&rsquo;ll be part of a surprising education system</h2>\r\n\r\n<p>Not many people know it, but the Danish educational system is not like the others. For example, when you go to a Danish university you will discover that lectures are held in small groups instead of a fully packed class, and you&rsquo;re sure to feel comfortable and at ease.&nbsp;&nbsp;</p>\r\n\r\n<p>Another special thing about Danish study options is that they are internationally-oriented and combine teaching with research. Furthermore, there are good chances the programme and university you choose have partnerships with research institutions and businesses which will allow to gain practical skills and make connections for a future job. And some of the best programmes you can consider for your Bachelor&rsquo;s are:</p>\r\n\r\n<ul>\r\n <li><a href=\"https://www.bachelorsportal.com/search/bachelor/business-management/denmark\" target=\"_blank\" title=\"Bachelors in Business\">Bachelors in Business</a>&nbsp;&nbsp;&nbsp;</li>\r\n <li><a href=\"https://www.bachelorsportal.com/search/bachelor/computer-science-it/denmark\" target=\"_blank\" title=\"Bachelors in Computer Science\">Bachelors in&nbsp;Computer Science</a>&nbsp;</li>\r\n <li><a href=\"https://www.bachelorsportal.com/search/bachelor/engineering-technology/denmark\" target=\"_blank\" title=\"Bachelors in Engineering\">Bachelors in&nbsp;Engineering</a>&nbsp;</li>\r\n <li><a href=\"https://www.bachelorsportal.com/search/bachelor/social-sciences/denmark\" target=\"_blank\" title=\"Bachelors in Social Sciences\">Bachelors in&nbsp;Social Sciences</a>&nbsp;</li>\r\n <li><a href=\"https://www.bachelorsportal.com/search/bachelor/arts-design-architecture/denmark\" target=\"_blank\" title=\"Bachelors in Arts and Architecture\">Bachelors in&nbsp;Arts and Architecture</a>&nbsp;&nbsp;</li>\r\n</ul>\r\n\r\n<p>Danes also know that while starting studies abroad is an exciting experience, it can also be scary. That&rsquo;s why they make an extra effort to make you feel welcome.</p>\r\n\r\n<p>Universities use a buddy system, assigning another student to greet you and help you settle at your university, meet other students and give you practical tips. And that&rsquo;s not the only great thing. You will also have orientation courses that help you get to know Denmark better.</p>\r\n\r\n<h2>2. You&rsquo;ll have a very &lsquo;social&rsquo; student life</h2>\r\n\r\n<p>Danish universities really like promoting social interactions. If you go to study in Denmark, expect regular meetings in the campus, near a lake or in the forest, filled with social activities &ndash; including boat races or naked runs.&nbsp;</p>\r\n\r\n<p>Add to that the Friday Bars which are themed parties organized by the universities themselves. Isn&rsquo;t it amazing to have a free pass from your uni to go wild and socialize?</p>\r\n\r\n<p>However, as serious as the Danes are about fun at university, they are even more serious about making a good academic impression, having 7 universities in world academic rankings. Three of them that we recommend are:</p>\r\n\r\n<ul>\r\n <li><a href=\"https://www.bachelorsportal.com/universities/102/technical-university-of-denmark.html\" target=\"_blank\" title=\"Technical University of Denmark (DTU)\">Technical University of Denmark (DTU)</a></li>\r\n <li><a href=\"https://www.bachelorsportal.com/universities/301/aalborg-university.html\" target=\"_blank\" title=\"Aalborg University\">Aalborg University</a></li>\r\n <li><a href=\"https://www.bachelorsportal.com/universities/703/roskilde-university.html\" target=\"_blank\" title=\"Roskilde University\">Roskilde University</a></li>\r\n</ul>\r\n\r\n<p>And to give you a few other options:</p>\r\n\r\n<ul>\r\n <li><a href=\"https://www.bachelorsportal.com/universities/1561/business-academy-aarhus.html\" target=\"_blank\" title=\"Business Academy Aarhus\">Business Academy Aarhus</a></li>\r\n <li><a href=\"https://www.bachelorsportal.com/universities/1377/university-college-absalon.html\" target=\"_blank\" title=\"University College Absalon\">University College Absalon</a></li>\r\n <li><a href=\"https://www.bachelorsportal.com/universities/1509/copenhagen-school-of-design-and-technology.html\" target=\"_blank\" title=\"Copenhagen School of Design and Technology (KEA)\">Copenhagen School of Design and Technology (KEA)</a></li>\r\n</ul>\r\n\r\n<h2>3.&nbsp;You&rsquo;ll experience the Danish Hygge!</h2>\r\n\r\n<p>You know how Denmark being a Nordic country, a good part of the year is pretty snowy, dark, and cold? Well, the Danish have found the best way to cope with it &mdash; hygge. Now that&rsquo;s one truly distinct Danish brand. If the word doesn&rsquo;t sound familiar to you now, it will become a leitmotif while you&rsquo;re there.</p>\r\n\r\n<p>Hygge basically means staying by the fire in warm clothes at the candlelight and eating candies. If you think there&rsquo;s not much to it, trust us, once you&rsquo;re there, hygge will give you the feel-good vibe everyone needs. They don&rsquo;t call it the art of cosiness for nothing!</p>\r\n\r\n<h2>&nbsp;4. You&rsquo;ll learn what makes you happy!</h2>\r\n\r\n<p>Ok, it true that in 2018, the Danes came second according to the&nbsp;<a href=\"http://worldhappiness.report/\" target=\"_blank\" title=\"Details about the World Happiness Report\">World Happiness Report</a>. But being the second happiest country in our world actually sounds great, doesn&#39;t it? What&rsquo;s more, this small change in ranking comes after years in which Denmark lead this top. Being second it doesn&rsquo;t mean they are less happy.</p>\r\n\r\n<p>What will make your days brighter in Denmark? It is social support, feeling free to make your own life choices and a culture of giving back to others. Kind of hard not to like Denmark, right?</p>\r\n\r\n<h2>5. Amazing wildlife and landscapes</h2>\r\n\r\n<p>Unlike many European countries where wildlife is shrinking to make space for more of us, in Denmark you can get the chance to see elks, boars, wolves, and brown bears, rabbits, hedgehogs, foxes, squirrels. And you should hurry because Denmark is not immune to wildlife extinction.</p>\r\n\r\n<p>But if you&rsquo;re not a zoology enthusiast you can still enjoy great natural parks and amazing landscapes, from the foam at the seashores, to forests, mountains and islands. And for something extra you can go gazing at the Black Sun which is a phenomenon of dark patterns in the sky during Spring and Autumn</p>\r\n\r\n<p>Ready to experience the magic of Denmark? Then start searching for the study programme that fits you best and preparing for your application. We&rsquo;re sure you&rsquo;re going to do great!&nbsp;</p>\r\n\r\n<p>Source:&nbsp;https://www.bachelorsportal.com/articles/2523/5-special-reasons-to-inspire-you-to-study-in-denmark-in-2022.html</p>', '', 'storage/trust/files/1/Blogs/2.jpg', '', 9, 1, 1, 1, '2023-08-11 04:36:10', '2023-08-15 06:34:32', '', '', '', ''),
(19, 0, 'The Trust Sweden Scholarship Day', 'erhrwh', '', '', 'storage/trust/files/1/Blogs/3.jpg', '', 10, 1, 1, 1, '2023-08-11 04:36:23', '2023-08-13 05:49:05', '', '', '', ''),
(20, 0, 'Sweden: One of the best study destinations in Europe', 'sweden', '<p>Studying in Sweden can be one of the best choices you can make to pursue your education and career. Sweden has the best universities in the world. Studying in Sweden especially focuses on finding and providing the best universities for international students.</p>\r\n\r\n<p><strong>WHY SWEDEN?</strong><br />\r\nThere are thousands of degree programs entirely taught in English. Sweden gives their international students the right to work during their studies. International students can find a balance between their work and studies.</p>\r\n\r\n<p><strong>THE BEST CHOICE FOR THE DEPENDENTS</strong><br />\r\nMarried couples can apply together with their kids. Husband and wife can work full time. Sweden provides free health insurance for the entire family. Free education for dependent applicants.</p>\r\n\r\n<p><strong>BENEFITS OF CHOOSING SWEDEN</strong></p>\r\n\r\n<ul>\r\n <li>High-quality, unconventional, education.</li>\r\n <li>Has the best universities in the world.</li>\r\n <li>Free education for dependent applicants.</li>\r\n <li>Husband and wife can work full time.</li>\r\n <li>Specialized degree program.</li>\r\n <li>Affordable tuition fees.</li>\r\n <li>Free health insurance for the entire family.</li>\r\n</ul>\r\n\r\n<p>There is a saying that &ldquo;a good education can be the foundation of a good life&rdquo; so it is in your hands to choose the best universities in Sweden for your education and career.</p>', '', 'storage/trust/files/1/Blogs/4.jpg', '', 12, 1, 1, 1, '2023-08-11 05:10:57', '2023-08-13 05:49:05', '', '', '', ''),
(21, 0, 'Sweden: One of the happiest countries in the world', 'sweden-one-of-the-happiest-countries-in-the-world', '<p>A strong economy, good education, and excellent health care are very important factors in which Sweden performs so well. Sweden performs well in the happiness index.<br />\r\nWith many beautiful landscapes, a corporate culture that has fully embraced a good work-life balance, and a country that leads in global development, Sweden continually performs well in quality of life rankings as well.</p>\r\n\r\n<p><strong>Sweden ranks high in the Quality of Life Index and Higher in Human Development Index</strong></p>\r\n\r\n<p><strong>Sweden focuses on the environment and sustainability</strong><br />\r\nSweden&rsquo;s first national sustainable development strategy was taken up by the government and parliament in 2002. The same year, a provision was added to the Swedish constitution to the same effect. The provision stated that sustainable development, leading to a good environment for present and future generations, must be promoted by the state.&nbsp;<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>Freedom of speech and migrant acceptance</strong>&nbsp;<br />\r\nSweden is a parliamentary monarchy and a country that has free and fair elections with a strong multiparty system. In Sweden, an individual has a good level of freedom in terms of civil liberties and political rights, which are legally guaranteed and respected in practice as the rule of law prevails. When it comes to migrant acceptance, Sweden has long been a country that is very accepting of migrants.</p>\r\n\r\n<p><strong>LIVING IN SWEDEN</strong><br />\r\nSweden is known for taking excellent care of its residents. Expats can enjoy a good quality of life with access to affordable schooling and healthcare.<br />\r\nThe country&rsquo;s infrastructure is excellent, and pristine Scandinavian forests and lakes are within easy reach of modern cities.&nbsp;</p>\r\n\r\n<p><br />\r\n<strong>LOCAL CULTURE IN SWEDEN</strong><br />\r\nMost locals speak some English, but it&rsquo;s still important to learn Swedish. Even if you don&rsquo;t speak it well, making the effort goes a long way to helping you integrate into the community.<br />\r\nSwedes tend to do things in moderation and the concept of lagom &ndash; which loosely translates to &lsquo;just enough&rsquo; &ndash; plays a big part in their outlook. Swedes are polite, but they don&rsquo;t do small talk. And while they may appear reserved, they&rsquo;re usually just respecting your privacy. Once you&rsquo;ve made local friends, you&rsquo;ll find them loyal and warm.</p>\r\n\r\n<p><strong>EDUCATION IN SWEDEN&nbsp;</strong><br />\r\nPublic schools<br />\r\nPrivate schools<br />\r\nHomeschooling<br />\r\nInternational schools</p>\r\n\r\n<p><strong>HEALTH CARE SYSTEM IN SWEDEN</strong><br />\r\nHealthcare is where Sweden really stands out from the rest of the world. The country&rsquo;s healthcare system is so effective and efficient that it has been used as a model for healthcare schemes in other countries around the globe.&nbsp;</p>\r\n\r\n<p><strong>COST OF LIVING IN SWEDEN</strong><br />\r\nThe overall cost of living in Sweden is lower than in the UK and the US. Stockholm is undeniably expensive, particularly in accommodation. Small towns and rural areas are cheaper than cities &ndash; and you can buy weekly, monthly or annual tickets for public transport to keep your travel costs down. Taxes are high, but they&rsquo;re offset by good salaries, efficient public services and generous social security programs.</p>', '', 'storage/trust/files/1/Blogs/5.jpg', '', 14, 1, 1, 1, '2023-08-11 05:12:18', '2023-08-13 05:49:05', '', '', '', ''),
(22, 0, 'Know about Sweden', 'know-about-sweden', '<p><strong>English is widely spoken</strong><br />\r\nAccording to the 2021 Education First English Proficiency Index, Swedes have a high proficiency in English as a second language. English is widely spoken and for some companies, it is the official working language.</p>\r\n\r\n<p><strong>Swedish traits</strong><br />\r\nSwedes can sometimes seem a bit reserved at first, but people are generally very friendly and are always happy to help and answer any questions you might have. A good way to get to know Swedish people is to join Swedish societies, clubs, associations and non-profit organizations. Learning some Swedish language is also a good way to experience more of the culture.</p>\r\n\r\n<p>A well-known national characteristic is the love of nature. Many Swedes like to spend their free time in the forest or by the sea. In Sweden nature is really available to everyone as there is a right of common access which applies to all forests, fields, beaches and lakes across the country.</p>\r\n\r\n<p><strong>Weather</strong>&nbsp;<br />\r\nSwedish people believe in &ldquo;there is no bad weather, only bad clothes&rdquo; Swedish people are always prepared for climate change. Sweden is often associated with freezing cold temperatures and plenty of snow. Whilst that may stand true for the northern parts of Sweden.&nbsp;<br />\r\nSweden&#39;s proximity to the North Atlantic and prevailing south-westerly to westerly winds result in a climate that is mild in the winter months, but the northernmost part of the country has a sub-Arctic climate with long, cold and snowy winters.</p>\r\n\r\n<p><strong>Food&nbsp;</strong><br />\r\nSwedish cuisine could be described as centered around cultured dairy products, crisp and soft (often sugared) bread, berries and stone fruits, beef, chicken, lamb, pork, eggs, and seafood. Potatoes are often served as a side dish, often boiled.</p>\r\n\r\n<p><strong>Traditions in Sweden</strong><br />\r\nMidsummer and Christmas are the most important celebrations in Sweden.<br />\r\nCountry-closing Midsummer Eve, celebrating the longest day of the year, is the big one. Other popular celebrations and holidays are Christmas, Easter and Kr&auml;ftskiva. Days like cinnamon bun day, waffle day and &#39;Fettisdagen&#39; (Shrove Tuesday) are also being celebrated throughout the country.</p>\r\n\r\n<p><strong>The five common traditions in Sweden are:</strong></p>\r\n\r\n<ul>\r\n <li>&nbsp;Easter</li>\r\n <li>&nbsp;The Swedish National Day</li>\r\n <li>&nbsp;Mid-summer</li>\r\n <li>&nbsp;The Crayfish party</li>\r\n <li>&nbsp;Christmas&nbsp;</li>\r\n</ul>', '', 'storage/trust/files/1/Blogs/6.jpg', '', 13, 1, 1, 1, '2023-08-11 05:12:51', '2023-08-13 05:49:05', '', '', '', ''),
(23, 0, 'Why Should International Students Opt For Part Time Jobs?', 'why-should-international-students', '<p>It is important for an international student in a foreign country to know about their culture, create a social network, and at least partially support themselves. Opting for a part-time job is a great way to get to know the ways of life of the Swedish people, along with gaining work experience that broadens social networking for international students. Let us discuss them some more:</p>\r\n\r\n<p><strong>Learning A New Language And Expanding Social Skills:</strong> Getting a part-time job is one of the best ways to interact with the natives of Sweden, which in turn helps you learn the language. Learning the Swedish language can help you secure permanent jobs later on. Social interaction helps build your social skills and dive deep into authentic Swedish culture. An international student willing to learn more about Swedish culture is always appreciated in Sweden.<br />\r\n&nbsp;<br />\r\n<strong>Extra Money:</strong> As discussed above, the standard of living in Sweden is quite lavish. As for international students who are mostly on a tight budget, it might prove quite difficult to balance both tuition fees and living expenses. In such a difficult time, securing a part-time job plays a vital role. These jobs can help you earn some extra money, which can also be used to enroll in extra courses at your university to broaden your knowledge.<br />\r\n&nbsp;<br />\r\n<strong>Networking:</strong> Part-time jobs are a great way to meet new people who are on different paths in life. You could meet new friends or connect with people for professional purposes. It broadens your horizons for networking with people, especially natives of Sweden. Meeting people can help you figure out the unknown aspects of living in a foreign country as a student.<br />\r\n&nbsp;<br />\r\n<strong>Work Experience:</strong> The work cultures of every country somewhat differ from each other. Getting a part-time job in Sweden will definitely help an international student learn about work hours, ways to manage your studies and work, and ethics, which will prove advantageous in your long term career. The experience of working in a foreign country can turn out to be very liberating for international students.</p>', '', 'storage/trust/files/1/Blogs/7.jfif', '', 1, 1, 1, 1, '2023-08-11 05:13:26', '2023-08-13 05:49:05', '', '', '', ''),
(24, 0, 'How To Find Part Time Jobs In Europe?', 'how-to-find-part-time-jobs-in-europe', '<p>Finding a part time job as an international student in Europe can prove difficult in the very beginning, as students who speak basic local language are mostly preferred. However, it is always worth giving it a shot. As a newcomer, not knowing the native language does not mean you should not even give it a try. Moreover, you must always have enthusiasm to learn and explore to secure a job!</p>\r\n\r\n<p>Here are some tips and ways to find part-time jobs or internships as an international student.</p>\r\n\r\n<p><strong>Ads And University Notice Boards:</strong></p>\r\n\r\n<p>Always keep an eye on university job boards, as they are one of the major sources of various ads and new job openings posted by companies willing to hire international students. It is quite easy to stay updated on the notice boards, as you would spend most of your time at the university. Along with notice boards, local newspapers might post ads that are up to date.</p>\r\n\r\n<p><strong>Online Job Portals:</strong></p>\r\n\r\n<p>This method for finding a job works in any country you go to. All you need to do is register yourself with various online job portals like CareerBuilder, Linkedin, NetJobs, etc. You automatically get updates on job openings and requirements from various companies in the city. This is one of the best and most effective ways to find a part-time job for an international student.</p>\r\n\r\n<p><strong>University Career Center:</strong></p>\r\n\r\n<p>University Career Centers are on campus centers that open vacancies for on campus jobs. Jobs offered by the University Career Center are unique and will enhance your future career. These jobs offer experiences that a student wouldn&rsquo;t get at any other off-campus job. Take a tight hold of these kinds of jobs if you get one!</p>\r\n\r\n<p><strong>Job Search Agencies:</strong></p>\r\n\r\n<p>You will find numerous job search agencies in the city. These agencies help international students who are fluent in English and can communicate with people while in service. If you keep looking for job opportunities with the help of these agencies, you will surely secure a part-time job of your choice.</p>', '', 'storage/trust/files/1/Blogs/8.jpg', '', 11, 1, 1, 1, '2023-08-11 05:14:16', '2023-08-13 05:49:05', '', '', '', ''),
(25, 0, 'Accommodation Options For You In Europe', 'accommodation-options-for-you-in-europe', '<p>Finding somewhere to stay while you are in a European country as an international student can prove to be quite difficult. It is best if you plan ahead before you reach the destination to look for a place to live. It could take some time to search for accommodation correctly according to the location of your university and the market areas, but it is always worth trying before you reach there.</p>\r\n\r\n<p>In order to find accommodation, you must keep in mind that some places ask for proof of your acceptance into a university or your visa information. Here are some options you can explore to find the right type of accommodation in Europe as an international student:</p>\r\n\r\n<p><strong>Universities&rsquo; Accommodation:</strong></p>\r\n\r\n<p>Many international students live in accommodations provided by their very own universities, which are otherwise called residences. As an international student, you should contact your educational establishment to see if they offer these types of accommodations. If they do, a number of flats are reserved for international students, and you can book one of them.</p>\r\n\r\n<p>This structure of student unity can prove to be rather fun and supportive, as you can become acquainted with other housemates from around the world. Living in these accommodations means that you get the best of both worlds. You get your own space and can also socialize with other people in your residence.</p>\r\n\r\n<p><strong>Dormitories:</strong></p>\r\n\r\n<p>Another good option for a freshman or international student is to stay in dormitories. Most universities offer dormitories, if not residences. Dormitory life can become a very unique experience as you will be sharing a building with a number of people from different parts of the world, walking on different paths.</p>\r\n\r\n<p>Dormitories usually have a community kitchen, other community facilities like laundry rooms, and study areas. Sharing a room in a dorm could be beneficial for international students who are on a tight budget, as it splits the cost. You need to get in touch with your university to check the availability of dormitories and book one for yourself.</p>\r\n\r\n<p><strong>Flats:</strong></p>\r\n\r\n<p>If you want a sense of independence and feel like you need your own space, you cannot get that in a dormitory. In such a case, getting a flat is the answer. However, flats can vary depending on what town or city you are in for your higher studies. In some cases, you can find students like yourself who are looking for roommates.</p>\r\n\r\n<p>Even if you have a roommate, they will have a separate room from yours, so you can have your privacy. However, getting a flat as an international student can prove to be quite expensive if you do not get a flatmate/ roommate. Also, getting a good deal and facilities in a flat before going to Europe is nearly impossible for international students. So, this option can be taken once you reach your destination and have made some connections or networked there to get a good deal.</p>\r\n\r\n<p><strong>Homestay:</strong></p>\r\n\r\n<p>Homestays are another great option for international students in Europe. Homestay is a type of arrangement where you book or rent a room from a family with a house in the country. Staying in a homestay can prove to be very beneficial, as you share a household with the natives and become an integrated part of the family.</p>\r\n\r\n<p>This could help your interpersonal and socializing skills and could help you learn the local language and culture pretty quickly. A homestay could be a very comfortable and affordable option for international students on a tight budget.</p>\r\n\r\n<p><strong>Off Campus Accommodation:</strong></p>\r\n\r\n<p>Some universities might not run an accommodation system themselves. However, the chances are that it has an endorsement from a company that does. Off campus accommodations are usually spread across the town or city that your university is in. However, they are located in places that have easy access to your university.</p>\r\n\r\n<p>This accommodation can give you a chance to meet people outside your university from all around the world, socialize with them, and learn about their cultures. These kinds of arrangements are often similar to those in on campus residence halls.</p>', '', 'storage/trust/files/1/Blogs/9.jpg', '', 2, 1, 1, 1, '2023-08-11 05:14:45', '2023-08-13 05:49:05', '', '', '', ''),
(26, 0, 'Tips To Find A Good Accommodation', 'tips-to-find-a-good-accommodation', '<p>Here are some tips you could keep in mind before finding an apartment in the UK as an international student:</p>\r\n\r\n<p>Do your research to get a general idea of the city your university is in. Also, find out details about which part of the city you would like to live in if you plan on staying off campus. In case you are staying on campus, research the facilities provided by residence halls.<br />\r\n&nbsp;<br />\r\nArrange everything before you arrive so that you do not have to face the hassle of finding a place to live right after reaching the UK. Seeking help from your university is the cue for an international student.<br />\r\n&nbsp;<br />\r\nFind roommates and people who might potentially live with or around you. If you plan on leaving dormitories and finding a place of your own, it would be much easier for you, rent wise if you found a roommate.<br />\r\n&nbsp;<br />\r\nMake sure the accommodations you choose include everything you need. Go through all possible options to find the right type of accommodation for yourself. Making yourself comfortable in the first few weeks of your arrival is quite important so that you can start focusing on your studies.<br />\r\n&nbsp;<br />\r\nCollect information about the location you are going to live in. It is essential to know marketplaces, pharmacies, bus stations, and routes to reach your university if you are living off campus.</p>', '', 'storage/trust/files/1/Blogs/10.jpeg', '', 3, 1, 1, 1, '2023-08-11 05:15:11', '2023-08-13 05:49:05', '', '', '', ''),
(27, 0, 'Skills To Learn Before Going To Europe', 'skills-to-learn-before-going-to-europe', '<p>Having part-time jobs and balancing them with your studies can prove to be very beneficial as an international student in Europe. Part-time jobs give you some sort of financial ease. If you are clever enough, learn a skill that you are somewhat passionate about before you go to study abroad. It is going to make your task of finding a job so much easier if you learn some common skills beforehand.</p>\r\n\r\n<p>People with some sort of experience and skills are always considered fit for the job in interviews. Also, it is better to have some sort of idea about a job rather than learn from the very beginning, right?</p>\r\n\r\n<p>Which set of skills should you learn, you ask? The answer to this question is that you know yourself a lot better than anyone else. You just need to figure out your interests and sharpen up your skills to be the best at them.</p>\r\n\r\n<p>However, here are some major skills you could learn and some training you could take that are easily available before you go to Europe on a student visa!&nbsp;</p>\r\n\r\n<p><strong>Driving:</strong></p>\r\n\r\n<p>Driving is a skill that is a must in European countries. In the very beginning, you could work for a delivery service, which requires driving and navigation skills. A part-time delivery service could ease your pocket and help support your tight budget as an international student. Driving will help you understand the city&#39;s routes and find your way around them. In addition, it will help you learn the traffic rules and become an ethical driver.</p>\r\n\r\n<p><strong>Learning The Local Language:</strong></p>\r\n\r\n<p>Learning the basics of the local language can be very helpful for your entire stay in a . You can just start learning simple words and continue learning them throughout your stay. Knowing the local language will surely help you engage easily in a new society. This helps you make new relationships with people, be they personal or professional, and learn more about native people, their culture, food, and lifestyle.</p>\r\n\r\n<p>One way to please people who could potentially be your employers is by learning the local language. This will make them like you, as they will see your initiation into their society.&nbsp;</p>\r\n\r\n<p>Moreover, you will not be limited to jobs such as waiters or CSR departments, which require you to interact directly with customers if you know the local language.</p>\r\n\r\n<p><strong>Cooking and Baking:</strong></p>\r\n\r\n<p>Some of us must surely be passionate about cooking and baking. This could be one of the best skills that you have learned before going to Sweden. Cooking and baking skills could get you a job at a restaurant or a bakery.</p>\r\n\r\n<p>No! You are obviously not going to get a job as a chef at the very beginning, but you can always work your way up. You just need to take 2 to 3 months of training to learn to cook and bake.</p>\r\n\r\n<p><strong>Hairdressing And Makeup:</strong></p>\r\n\r\n<p>Hairdressing and makeup can be quite expensive in European countries, unlike in our country. This is one of the job sectors that has a very high demand at this age and pays very well.</p>\r\n\r\n<p>Also, many basic to advanced training courses are easily available to learn hairdressing and makeup skills. Working in salons will also give you upfront interactions with customers that will automatically enhance your communication skills in Swedish.</p>\r\n\r\n<p><strong>Plumbing:</strong></p>\r\n\r\n<p>Plumbing is a job that has one of the highest salaries in the UK, and Britain has been facing the biggest shortage in this skill for a generation now. Learning basic plumbing skills can help you get a job easily as an international student. Learning plumbing enhances your ability to pay attention to detail, work well with people in a foreign land, and grow your customer service skills.</p>\r\n\r\n<p>Training to learn plumbing can give you firsthand experience dealing with customers. Working as a plumber, you are at a client&rsquo;s home or business, which is pretty much what you need for networking and socializing as an international student. In addition, this will ease your pocketbook since you will be on a tight budget as a student.</p>\r\n\r\n<p>Note: Skills such as mobile repair, dog walking, and grooming will also help you find odd jobs at the local level.</p>', '', 'storage/trust/files/1/Blogs/11.jpg', '', 4, 1, 1, 1, '2023-08-11 05:15:31', '2023-08-13 05:49:05', '', '', '', ''),
(28, 0, 'Statement Of Purpose', 'statement-of-purpose', '<p>A statement of purpose (SOP) is often referred to as a personal statement. It is often 800 - 1000 letters long. An SOP is a vital component of a graduate school application. The SOP explains to admissions committees your background, academic and professional interests, and how you will contribute to the graduate program you are applying to.<br />\r\nYou can describe who you are and why the university&#39;s community should accept you in your statement of purpose. It allows the admissions committee to get to know you better and determine how you&#39;ll benefit the classroom.</p>\r\n\r\n<p><strong>What do universities look for in SOP?</strong><br />\r\nUniversities look at your SOP to make a decision regarding your application. The admissions committee looks for your outlook on life, your professional objectives, your convictions, your subject expertise, and your vision. Simply put, a university looks for a picture of your complete personality in your SOP.</p>\r\n\r\n<p><strong>What to include in an SOP?</strong><br />\r\n<strong>Here is a list of mandatory things you need to include in your SOP:</strong></p>\r\n\r\n<p>Your personal background<br />\r\nThe financial background that you come from<br />\r\nThe academic details from your previous levels of education<br />\r\nIf you have any professional experience (full-time, part-time, or volunteer), please list it.<br />\r\nImmediate and long-term goals<br />\r\nReasons why you wish to study at this particular institution<br />\r\nReasons of being interested in the chosen field<br />\r\nAbout extra-curricular activities<br />\r\nPublished works, if any<br />\r\nPapers submitted, if any<br />\r\nInterests, hobbies<br />\r\n&nbsp;<br />\r\n<strong>What not to do while writing an SOP?</strong><br />\r\nThe one and only thing you need to remember while writing an SOP is that it should be genuine. It should be your personal statement that reflects who you are as a person. In the case of any plagiarized or copied SOP from the internet, students will be immediately barred from applying again to the university.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>Here are some tips you could use while writing an SOP:</strong></p>\r\n\r\n<p>Keep it simple and stick to the overview. Write a brief family history.<br />\r\nKeep your banking details private. You will need different paperwork if you are seeking scholarships.<br />\r\nProfessionally little details. Discuss life lessons rather than conversations at the water cooler.<br />\r\nDo not use more words than are permitted.<br />\r\nBe direct, and avoid using flattering phrases.<br />\r\nDon&#39;t use too many specialized words.<br />\r\nAvoid lying in your statement of purpose; doing so could get you rejected.<br />\r\nAvoid using colorful papers or fonts.<br />\r\nDon&#39;t say that the institution was your second option in your essay.<br />\r\nHumor can backfire, so use it with caution!<br />\r\n&nbsp;<br />\r\n<strong>How do I write a good SOP?</strong></p>\r\n\r\n<p><strong>Plan It Well</strong><br />\r\nMake an outline for your SOP, then follow it. An excellent technique to use to construct your introduction is to share an anecdote that sparked your interest in the topic. List your pertinent accomplishments and skills, create points and categories, and, most importantly, explain why you chose the course and the university.</p>\r\n\r\n<p><strong>Work On A Draft</strong><br />\r\nWith your schooling and professional experience behind you, concentrate on sharing what you&#39;ve learned. When creating your SOP, try to avoid using too much technical terminology and stick to active voice. Address any issues with the gap year or academics in a positive way. Make sure the start and end of your SOP are both distinct. Keep in mind that your SOP should always be written in reverse chronological order.</p>\r\n\r\n<p><strong>Review Before You Send It</strong><br />\r\nChecking what you&#39;ve written is crucial. The flow, vocabulary, grammatical faults, extended phrases, and other flaws can all be improved with a second analysis. Ask your lecturer, a senior, or an IDP counselor for a second opinion. Before submitting, make sure to properly proofread and double-check.</p>', '', 'storage/trust/files/1/Blogs/12.png', '', 5, 1, 1, 1, '2023-08-11 05:16:17', '2023-08-13 05:49:05', '', '', '', '');
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
(29, 0, 'Letter of Recommendation', 'letter-of-recommendation', '<p>A letter of reference is one that endorses a candidate for a position as a student, employee, coworker, or colleague. A letter of reference, or LOR, is another name for it. When given to a student, this letter enables the admissions panel to learn more about the candidate. It goes without saying that this is a terrific tool for highlighting the applicant&#39;s strengths and most important information as seen through the mentor&#39;s, superior&#39;s, advisor&#39;s, or faculty member&#39;s perspective.</p>\r\n\r\n<p><strong>What are the types of LOR?</strong><br />\r\nLetters of recommendation are broadly classified into two categories. They are as follows:</p>\r\n\r\n<p><strong>Academic LOR</strong><br />\r\nA letter of reference from a professor at your present or former educational institution is known as an &quot;academic LOR.&quot; You will often need to submit two or three LORs from your previous institution to universities. This might be professors from your college if you&#39;re applying to master&#39;s or doctoral programs, or it could be your school&#39;s instructors if you&#39;re taking undergraduate classes. The substance of the Letter of Recommendation (LOR) format from the faculty frequently varies. It calls for the professor to highlight the applicant&#39;s successes as a course participant.</p>\r\n\r\n<p><strong>Professional LOR</strong><br />\r\nThe majority of colleges abroad have established guidelines for required job experience. So they ask their immediate boss for a professional letter of recommendation. The format of a professional letter of recommendation (LOR) from a supervisor differs from an academic LOR. A professional LOR emphasizes the applicant&#39;s capacity for teamwork, exposure to the field, and leadership skills. These are attributes required for the course for which it is being submitted.</p>\r\n\r\n<p><strong>Why are Recommendation Letters important?</strong><br />\r\nUniversities frequently use your letters of recommendation as confirmation of the accomplishments listed on your r&eacute;sum&eacute;. LORs can provide concrete evidence of your involvement with a company or your time spent in education because they are typically sought on business letterhead.<br />\r\nA letter of recommendation also discusses your character and other pertinent qualities that are crucial for students. Universities typically require an academic LOR, which serves as confirmation of your academic abilities. Additionally, it supports traits like discipline, commitment to your studies, and your behavior or interaction in class. In essence, what you write in your LOR gives another professor the perspective of a professor, which strengthens your application as a potential student.</p>\r\n\r\n<p><strong>Who writes a letter of recommendation for me?</strong><br />\r\nA candidate will frequently have their recommendation written by someone with whom they have a good rapport and who is easy to deal with, rather than by a strict mentor who is challenging to work with. It is crucial that you have a thorough conversation first and discuss the necessity of a recommendation letter before making a formal request for one. Before drafting your letter of recommendation, the recommender should have a quick note, a summary of the course, and an understanding of your areas of interest. Just be careful to include dates of association that are exact and clear.<br />\r\nIn a word, the finest recommendation letters are written by people who willingly agree to do so and are not under any pressure. For instance, what good is asking someone to write a recommendation if they don&#39;t have time or are too busy and only manage to write 50 words instead of 200&ndash;250? It is bad form to write a letter that is hazy, sloppy, and hurried. A recommendation ought to come from a person with the required standing; this would lend the letter more authority. Therefore, choose someone carefully when asking them to write a letter of recommendation for you.</p>', '', 'storage/trust/files/1/Blogs/14.jfif', '', 6, 1, 1, 1, '2023-08-11 05:17:05', '2023-08-13 05:49:05', '', '', '', ''),
(30, 0, 'Eiusmod Velit in quo', 'eiusmod-velit-in-quo', '<p>Il &eacute;tait une fois une terre riche en histoire et en culture, connue sous le nom de France. L&#39;histoire de la France remonte &agrave; des mill&eacute;naires, lorsque les tribus celtes peuplaient cette r&eacute;gion. Les Romains sont arriv&eacute;s au 1er si&egrave;cle avant notre &egrave;re, apportant avec eux leur langue et leur culture. Pendant des si&egrave;cles, la r&eacute;gion qui est maintenant la France a &eacute;t&eacute; le th&eacute;&acirc;tre de diverses influences culturelles et de conflits.</p>\r\n\r\n<p>Au Moyen &Acirc;ge, la France a vu l&#39;&eacute;mergence de puissantes dynasties royales, telles que les Carolingiens et les Cap&eacute;tiens. Le Moyen &Acirc;ge a &eacute;galement &eacute;t&eacute; t&eacute;moin de la construction de majestueuses cath&eacute;drales gothiques, dont la plus c&eacute;l&egrave;bre est la cath&eacute;drale Notre-Dame de Paris. La France m&eacute;di&eacute;vale a &eacute;t&eacute; marqu&eacute;e par des conflits f&eacute;odaux, des croisades et la guerre de Cent Ans contre l&#39;Angleterre.</p>\r\n\r\n<p>La Renaissance a apport&eacute; un renouveau culturel en France, avec des personnalit&eacute;s telles que L&eacute;onard de Vinci trouvant refuge &agrave; la cour du roi Fran&ccedil;ois Ier. L&#39;art et la litt&eacute;rature ont prosp&eacute;r&eacute; pendant cette p&eacute;riode, contribuant &agrave; l&#39;&eacute;mergence de la France en tant que centre culturel europ&eacute;en.</p>\r\n\r\n<p>Le XVIIe si&egrave;cle a &eacute;t&eacute; marqu&eacute; par le r&egrave;gne de Louis XIV, &eacute;galement connu sous le nom de Roi-Soleil. Sa cour &agrave; Versailles est devenue un symbole de la grandeur et du pouvoir de la France. Cependant, cette p&eacute;riode a &eacute;galement &eacute;t&eacute; marqu&eacute;e par des conflits tels que la guerre de Trente Ans.</p>\r\n\r\n<p>Le XVIIIe si&egrave;cle a &eacute;t&eacute; le t&eacute;moin de l&#39;&acirc;ge des Lumi&egrave;res en France, avec des penseurs comme Voltaire, Rousseau et Diderot promouvant des id&eacute;es de libert&eacute;, d&#39;&eacute;galit&eacute; et de fraternit&eacute;. Ces id&eacute;es ont contribu&eacute; &agrave; alimenter le m&eacute;contentement populaire contre la monarchie absolue et ont finalement conduit &agrave; la R&eacute;volution fran&ccedil;aise en 1789.</p>\r\n\r\n<p>La R&eacute;volution fran&ccedil;aise a entra&icirc;n&eacute; la chute de la monarchie, la mont&eacute;e et la chute de Napol&eacute;on Bonaparte, et finalement l&#39;&eacute;tablissement de la Troisi&egrave;me R&eacute;publique en 1870. La France a &eacute;t&eacute; t&eacute;moin de bouleversements politiques, sociaux et &eacute;conomiques tout au long du XIXe si&egrave;cle.</p>\r\n\r\n<p>Le XXe si&egrave;cle a &eacute;t&eacute; marqu&eacute; par les deux guerres mondiales, qui ont eu un impact profond sur la France et sa population. La Seconde Guerre mondiale a vu l&#39;occupation allemande et la r&eacute;sistance fran&ccedil;aise, symbolis&eacute;e par le G&eacute;n&eacute;ral de Gaulle. La fin de la guerre a conduit &agrave; la naissance de la Quatri&egrave;me R&eacute;publique et &agrave; la d&eacute;colonisation de nombreuses r&eacute;gions, notamment l&#39;Alg&eacute;rie.</p>\r\n\r\n<p>Aujourd&#39;hui, la France est connue pour sa culture riche et diversifi&eacute;e, sa gastronomie renomm&eacute;e, son influence dans les arts et la mode, ainsi que son r&ocirc;le en tant que membre cl&eacute; de l&#39;Union europ&eacute;enne. L&#39;histoire de la France continue d&#39;inspirer et de fasciner, refl&eacute;tant une nation qui a travers&eacute; des &eacute;preuves et des triomphes pour devenir ce qu&#39;elle est aujourd&#39;hui.</p>', '', 'storage/trust/files/1/Blogs/15.jpg', '', 15, -1, 1, 1, '2023-08-11 05:18:18', '2023-08-13 05:47:50', '', '', '', '');
-- --------------------------------------------------------
--
-- 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', '<p>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<p>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>', '', '', '', 1, 1, '2023-07-24 19:34:13', '2023-07-29 20:25:03', '', '', '', '', 1, 1),
(2, 9, 0, 'Team Structure', 'team-structure', '<p>[teams branch=access-baneshwor]</p>', '', '', '', 2, 1, '2023-07-24 19:34:30', '2023-07-29 20:42:51', '', '', '', '', 1, 1),
(3, 9, 0, 'Students\' Testimonials', 'success-stories', '<p>[testimonials branch=access-baneshwor]</p>', '', '', '', 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', '<p>[visaposts branch=access-baneshwor]</p>', 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', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d883.2045781660294!2d85.33538547566259!3d27.692009814044386!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19966c500605%3A0x9946fbdf36bd9ffc!2sAccess%20Education%20Network%20Consultancy!5e0!3m2!1sen!2snp!4v1690690531891!5m2!1sen!2snp\" width=\"100%\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', 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, 'Trust Education Foundation Pvt. Ltd.', '', 'New Baneshwor Road, Opposite Krishna Sadan Kathmandu, Nepal 44600', '01-4795126', '', 'info@trusteducation.net', 'info@trusteducation.net', 'https://trusteducation.net/', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691588651293!5m2!1sen!2snp\" width=\"100%\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', 'trusteducation', '+977 9851200413', '', 1, 1, '', NULL, '2023-08-13 23:59:58', 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', '<p>Australia, the 6th largest country, a continent in itself, lies in the southern hemisphere of the globe. The name of the continent is derived from its location which in Greek language means &lsquo;southern&rsquo;. It is a sovereign country which comprises the mainland of the Australian continent, the island of Tasmania and numerous smaller islands. Canberra is the capital city of the country, Sydney being the largest city. The other major cities of the country are Adelaide, Melbourne, Brisbane and Perth. Australia, having the world&rsquo;s 14th- largest economy, has a high income economy ranking tenth on the basis of per capita income. The ranking of the country regarding immigrant population is eighth with 29% immigrant population. These facts make us acquainted with the prospect in the country which has attracted people from all over the world, be it for education or settlement.</p>\r\n\r\n<h4>Why Study in Australia?</h4>\r\n\r\n<ul>\r\n <li>Provision of world class education</li>\r\n <li>Culturally diverse and a welcoming country</li>\r\n <li>World class quality of living</li>\r\n <li>A treat to stay due to the presence of numerous UNESCO listed world heritages.</li>\r\n <li>Law promoting quality education and protecting international students.</li>\r\n</ul>\r\n\r\n<h4>Facts about Australia</h4>\r\n\r\n<ul>\r\n <li>Australia ranks itself in third position in enrolling the highest number of international students in the world.</li>\r\n <li>The population of the country is only 25 million and the population density is 3 per sq. km.</li>\r\n <li>The population of the country is equivalent to 0.33% of the total world population.</li>\r\n <li>90.1% of the population of the country resides in urban areas.</li>\r\n <li>Seven of the top 100 universities in the world are from this country.</li>\r\n <li>More than 2.5 million former international students worldwide are working after studying in Australia.</li>\r\n <li>15 Nobel Prize laureates are produced by it.</li>\r\n <li>8 Nobel prizes, 5 in Medicine and 1 each in Physics, Chemistry and Literature have already been received by it.</li>\r\n</ul>\r\n\r\n<h4>Place of attractions</h4>\r\n\r\n<ul>\r\n <li>Sydney Opera House</li>\r\n <li>Great barrier reef Marine Park</li>\r\n <li>Uluru/Ayers Rock</li>\r\n <li>Sydney Harbour Bridge</li>\r\n <li>Kakadu National Park</li>\r\n <li>Whitsunday Islands</li>\r\n <li>Blue Mountains National Park</li>\r\n <li>Purnululu National Park</li>\r\n <li>Great Ocean Road</li>\r\n <li>Fraser Island</li>\r\n <li>Cable Beach, Broome</li>\r\n <li>Kangaroo Island</li>\r\n</ul>\r\n\r\n<h4>Types of Visa in Australia.</h4>\r\n\r\n<ul>\r\n <li>Tourist Visa:Allows a person to stay in Australia for a maximum of 12 weeks.</li>\r\n <li>Student Visa: Allows a student to work for 20 hrs per week while studying a part-time course</li>\r\n <li>W&amp;H Visa: Allows a person to work in Australia and travel during vacations</li>\r\n <li>Graduate Visa: A working Visa for international students with studies related to Skill List work.</li>\r\n <li>Sponsor Visa: A working visa for which an Australian company hires a foreign worker</li>\r\n <li>Skilled Visa: A visa for skilled workers with demanding professions in the country.</li>\r\n</ul>\r\n\r\n<h4>How to Apply for a Student Visa?</h4>\r\n\r\n<p><strong>Procedure to be applied for visa application process:</strong></p>\r\n\r\n<ul>\r\n <li>Paying of tuition fees and student health cover(OSHC) stated in the offer letter and receiving the electronic confirmation of enrolment(eCoE).</li>\r\n <li>Being in contact with the Australian High Commission/Embassy or Institute Overseas representative or agent.</li>\r\n <li>Submission of application.</li>\r\n</ul>\r\n\r\n<h4>Top Universities in Australia.</h4>\r\n\r\n<p><strong>A number of world class universities are located in Australia. The following universities are among the top 100 universities of the world.</strong></p>\r\n\r\n<ul>\r\n <li>Australian National University (ANU)</li>\r\n <li>University of Sydney</li>\r\n <li>University of Melbourne</li>\r\n <li>University of New South Wales (UNSW)</li>\r\n <li>University of Queensland (UQ)</li>\r\n <li>Monash University</li>\r\n <li>University of Western Australia (UWA)</li>\r\n</ul>\r\n\r\n<h4>Why Rosetta Education International for Study in Australia?</h4>\r\n\r\n<p>We are acquainted with all the necessary conditions required for getting admitted in the universities of the country. Our in-house experts are updated with the education policies of the country which would be beneficial for the students desirous to further their education in the country. Our experts help the students in following ways:</p>\r\n\r\n<ul>\r\n <li>Selecting the best of the best universities and determining appropriate courses for the students.</li>\r\n <li>Assisting in the preparation of Statement of Purpose(SOP)</li>\r\n <li>Helping explore the universities of the nation and determine the available scholarships.</li>\r\n <li>Helping students for Visa Interview preparation Preparing pre and post arrival check-list.</li>\r\n</ul>', '<p>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>', 'storage/rosetta/files/1/Study-Destination.png', 'storage/rosetta/files/1/Australia.png', 5, -1, '2023-07-24 13:17:52', '2023-08-06 18:33:02', NULL, NULL, NULL, NULL, 1, 1),
(2, 'Study in New Zealand', 'study-in-new-zealand', '<p>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>', '<p>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>', 'storage/files/1/study-nz.jpg', 'storage/files/1/new.jpg', 1, -1, '2023-07-24 13:18:01', '2023-08-03 21:46:08', NULL, NULL, NULL, NULL, 1, 1),
(3, 'Study in Canada', 'study-in-canada', '<p>Canada, occupying approximately two-fifths of the continent Northern America is the second largest country in the world. The country possesses the best study infrastructures and provides adequate employment opportunities in comparison to any of the nations in the world. Canada is one of the best countries in the world when it comes to living quality of life. The lively cities, world-class education, abundant wildlife, multicultural diversity, clean environment and the friendly, warm and welcoming locals are the central attractions of Canada. Canada offers internationally recognized education from some of the top educators and academics in the world for which lots of international students are willing to study. It is also known for having some of the lowest university tuition fees among the English-speaking countries. Best option can be selected by the students from a diverse range of education options. The attraction of the country is the student visa application process which is hassle-free and also provides the option for permanent residence for the students. Furthermore, Canada is a bilingual nation, which uses French and English as the language of communication. Studying in Canada can be an excellent chance to build up language abilities and pursue great career opportunities. Coursework in French and English is a crucial aspect of Canada&#39;s educational structure. This helps to enhance the cultural and social life of the students.</p>\r\n\r\n<h4>Why Study in the Canada?</h4>\r\n\r\n<ul>\r\n <li>Opportunity to come in contact with the students from different corners of the world.</li>\r\n <li>Getting acquainted with the cultures practiced by the people from different corners of the world.</li>\r\n <li>Affordable education in comparison to other English speaking nations.</li>\r\n <li>An eye pleasing beauty of the nation.</li>\r\n <li>Country of kind people proven for the warmth in welcoming any newcomers to the place.</li>\r\n <li>Safe country for international students from any country.</li>\r\n</ul>\r\n\r\n<h4>Place of attractions in Canada:</h4>\r\n\r\n<ul>\r\n <li>Niagara Falls</li>\r\n <li>Banff National Park &amp; the Rocky Mountains</li>\r\n <li>Toronto&#39;s CN Tower</li>\r\n <li>Old Quebec (Vieux-Quebec)</li>\r\n <li>Whistler</li>\r\n <li>Ottawa&#39;s Parliament Hill</li>\r\n <li>St. John&#39;s Signal Hill National Historic Site</li>\r\n <li>Old Montreal</li>\r\n <li>Polar Bears of Churchill, Manitoba</li>\r\n <li>Vancouver Island</li>\r\n <li>Bay of Fundy</li>\r\n <li>Victoria&#39;s Inner Harbour</li>\r\n <li>Gros Morne National Park</li>\r\n <li>Vancouver&#39;s Stanley Park</li>\r\n <li>Calgary Stampede</li>\r\n <li>Canadian Museum for Human Rights</li>\r\n</ul>\r\n\r\n<h4>Types of Visa and Immigration Rules for Students in Canada:</h4>\r\n\r\n<ul>\r\n <li>Temporary Visa</li>\r\n <li>Temporary resident Visa: This is the visa given to tourists and to those whose families reside in Canada. Business persons are also provided this visa.</li>\r\n <li>Canada Study Visa: Students who have an admission form of Canadian university for completing their studies are granted this visa. If a student is going to study for less than 6 months, he/she needs a general visa. A student visa is needed if going to study for more than 6 months.</li>\r\n <li>Canada Temporary worker Visa: People having a job offer in Canada and work up to 6 mths are given this visa. The person must have a valid job offer letter from the employer and should qualify for a temporary visa to get this visa.</li>\r\n <li>Temporary residence permit: This permit is for people who need to go to Canada for different purposes but are otherwise not admissible for a Temporary Resident Visa (TRV). This permit is issued only for the length of time that the person needs to be in Canada, for example 2 weeks for a workshop.</li>\r\n <li>eTA: This visa allows people of countries which have a good relationship with Canada and do not need to apply for a visa to apply quickly without following too many procedures and enter Canada.</li>\r\n</ul>\r\n\r\n<h4>How to Apply for a Student Visa?</h4>\r\n\r\n<p>Online application is lodged for a student visa to Canada. For submitting the application students are required to have a letter of acceptance from the desired University or designated learning institution (DLI). Students should have a COVID- 19 approved readiness plan. Students should have the score of language proficiency along with all the documents needed for completing the application. In case any document is missed due to any disaster, a letter of explanation for such is necessary. A series of processes are required to complete for lodging online applications.</p>\r\n\r\n<h4>Top universities in Canada:</h4>\r\n\r\n<p><strong>University of Toronto:</strong></p>\r\n\r\n<p>The Church of England controls the University. This is the first university founded in the colony of &ldquo;Upper Canada&rdquo; which is structured as a collegiate system. All the seven colleges are run under the university which has distinct histories and traditions.</p>\r\n\r\n<p><strong>University of British Columbia:</strong></p>\r\n\r\n<p>The oldest university in the province is one of the most competitive universities in Canada. The university has two campuses and offers a number of scholarships for candidates from war-torn countries which include the Donald A. Wehrung International Student Award as well. The campuses are in Vancouver and in Kelowna. Eight Nobel Prize winners are associated with this university.</p>\r\n\r\n<p><strong>McGill University:</strong></p>\r\n\r\n<p>The only Canadian institution represented in the World Economic Forum&rsquo;s Global University Leaders Forum which comprises the heads of 26 of the world&rsquo;s top higher education institutions. This university scores high in the world rankings particularly for clinical subjects. The university offers more than 300 degree subjects to more than 31,000 students from 150 countries counting itself as one of Canada&#39;s most internationally diverse institutions</p>\r\n\r\n<p><strong>McMaster University:</strong></p>\r\n\r\n<p>The university named after William McMaster, a prominent Canadian senator and banker is located in Hamilton, Ontario. The main campus is situated on 121 hectares of land near Hamilton&rsquo;s Royal Botanical Gardens. McMaster&rsquo;s medical school is renowned worldwide where there are faculties of engineering, business, humanities, social sciences and science.</p>\r\n\r\n<p><strong>University of Montreal:</strong></p>\r\n\r\n<p>The second largest university in the country in terms of student numbers has more than 36,000 students enrolled, a quarter of which are international.</p>\r\n\r\n<h4>How to Apply for a Student Visa?</h4>\r\n\r\n<p>We have experts who have keenly observed the education system in the country and hence are well known about the education system and the policies of the country. The counselors we have with us are graduated from the universities of Canada and hence have deep knowledge about the academics in the country.</p>\r\n\r\n<ul>\r\n <li>Selecting the best of the best universities and determining appropriate courses for the students.</li>\r\n <li>Assisting in the preparation of Statement of Purpose(SOP)</li>\r\n <li>Helping explore the universities of the nation and determine the available scholarships.</li>\r\n <li>Helping students for Visa Interview preparation</li>\r\n <li>Preparing pre and post arrival check-list</li>\r\n</ul>', '', 'storage/rosetta/files/1/Study-Destination.png', 'storage/rosetta/files/1/Canada.png', 4, -1, '2023-07-24 13:18:08', '2023-08-06 18:32:58', NULL, NULL, NULL, NULL, 1, 1),
(4, 'Study in UK', 'study-in-uk', '<p>The United Kingdom of Great Britain and Northern Ireland (which is usually shortened to just the UK or United Kingdom) is a political union made up of four countries, England, Scotland, Wales and Northern Ireland. The country which offers an excellent higher-education system and has hundreds of world-class universities promising a rich experience for international students has been able to attract many of the international students from all over the world. The UK, a highly advanced nation with an excellent infrastructure sector, has a very good public transport system. The transport system has an extensive network of buses, planes and trains which has simplified travelling substantially. Underground or tram system is the cheapest and cost effective means of transport in the metropolitan area. The institutions in the UK consistently rank among the best in the world. The qualifications from the institutions are internationally valued and recognized which will be a solid foundation for building the future and boosting career and necessary prospects for demanding higher salary. The universities, colleges and schools in the UK will provide a vibrant, creative and challenging environment which aids in developing the potential of the students. The teaching and study methodology applied in the UK endorse freedom of creativity and develop skills sets and confidence as well. World&rsquo;s leading academicians and experts teach the students who would also get benefitted from the constant academic support.</p>\r\n\r\n<h4>Why Study in the UK?</h4>\r\n\r\n<p><strong>Course Options to Study in the UK:</strong></p>\r\n\r\n<p>The universities in the UK have numerous courses for undergraduate and graduate level students. From among the variety, students can make a choice of the desirable courses. The universities of the country provide competitive quality education on par with the best and renowned universities of the world. The students intending to study in the country can select the favoured courses and get proficient in it, widening their academic arena.</p>\r\n\r\n<p><strong>Career Building Skills for Nepalese Students in the UK:</strong></p>\r\n\r\n<p>Skill is always important. Skilled person is always placed high among the semi- skilled or unskilled people. In the absence of skill, desirable success can hardly be achieved. Skilled people with proficient English are easily recruited by the employers in the UK. Students will get numerous opportunities for enhancing their career building skills to be productively utilized in the country or back in the homeland. The name and fame of the laureates produced from the universities of the country are spread far and wide all over the world.</p>\r\n\r\n<p><strong>Work opportunities while studying in the UK:</strong></p>\r\n\r\n<p>&ldquo;Survival of the fittest&rdquo;. The adage is applicable everywhere and anywhere. In the job market of the UK as well, the skilled students do not remain unemployed provided they are eligible to get employed under the conditions created by the university colleges. Any student above 16 years, having a Tier 4 visa and is studying in the Bachelor&rsquo;s or Master&rsquo;s level in the Higher Education Institutions, is eligible to work for 20 hours per week during the term-time. But during the holidays they are not restricted to work for limited time. They can get full-time employment. Employment in the UK not only makes your economic condition sound but also helps to develop your personality and teaches you how to manage time which is an important quality of any student.</p>\r\n\r\n<p><strong>Cost Effectiveness of the UK Education:</strong></p>\r\n\r\n<p>Education in the UK is found cheaper than many other popular study destinations like Australia, Singapore or the USA when it comes to the annual fees to be paid. Besides, the most important part is the course duration in the universities of the country. The country offers shorter duration of undergraduate and postgraduate courses unlike other countries. It takes only three years for the completion of an undergraduate course and 1 year for a postgraduate one whereas the duration of the courses in other countries for the same is four years and two to three years respectively. Most importantly, the universities in the country offer numerous scholarships for deserving and bright students.</p>\r\n\r\n<p><strong>Additional Advantages of Studying in the UK:</strong></p>\r\n\r\n<p>The country is a popular destination for academic excellence as the universities of the country provide high-quality education to the students. Besides, it is advantageous for students who get opportunities to explore other European nations and witness the beauty of the countries. The students are bestowed with numerous health benefits studying there. Most importantly, the nation provides a post-study work visa to the international students enabling them to search for jobs for up to 2 years. This is important for the students to enter the labour market of the nation.</p>\r\n\r\n<h4>Facts about the UK:</h4>\r\n\r\n<ul>\r\n <li>The UK consists of England, Scotland, Wales and Northern Ireland and it is the biggest European island.</li>\r\n <li>The UK occupies an area of 242,900 sq km. The population exceeds 63 million</li>\r\n <li>London is the capital of the UK</li>\r\n <li>Manchester, Birmingham, Glasgow, Liverpool, Newcastle, Nottingham, Bristol, etc. are the other big the UK cities.</li>\r\n <li>English is the official spoken language.</li>\r\n <li>The UK currency is the sterling pound.</li>\r\n <li>The UK has a diverse community.</li>\r\n <li>English is the official language of the UK.</li>\r\n <li>British universities are worldwide known for their outstanding quality with particular ones topping the global rankings.</li>\r\n <li>The British education system has 5 stages in total: early years, primary years, secondary education, Further education(FE) and Higher Education(HE).</li>\r\n <li>World-class universities and advanced programs.</li>\r\n <li>The UK universities are home to more than a million foreign students.</li>\r\n <li>The UK comes second after the US in the list of the most popular study destinations.</li>\r\n</ul>\r\n\r\n<h4>Place of attractions in the UK:</h4>\r\n\r\n<ul>\r\n <li>The British Museum</li>\r\n <li>Natural History Museum</li>\r\n <li>Tower of London</li>\r\n <li>Victoria and Albert Museum</li>\r\n <li>The National Gallery</li>\r\n <li>Buckingham Palace</li>\r\n <li>Stonehenge</li>\r\n <li>St. Paul&rsquo;s Cathedral</li>\r\n <li>Camber Sands/li&gt;</li>\r\n <li>Lastminute.com London Eye</li>\r\n <li>Perranporth Beach</li>\r\n <li>The British Library</li>\r\n <li>Hadrian&rsquo;s Wal</li>\r\n</ul>\r\n\r\n<h4>Types of VISA and Immigration Rules for Students in the UK.</h4>\r\n\r\n<ul>\r\n <li>British Embassies provides IM2A forms for lodging visa applications for a UK student visa which are available free of cost. The application has to be submitted to the embassy along with the visa application fee and the required documents.</li>\r\n <li>Students must intend to study at a publicly funded university or college, or a bona fide private institution or a fee-paying independent school.</li>\r\n <li>Students must be able to follow a full time degree course, or a weekday, full time course at a single institution involving at least 15 hours of organized, daytime study per week.</li>\r\n <li>Students must be able to pay for the course and the living expenses of husband or wife and children (if they are with you) without working in the UK or claiming public funds.</li>\r\n <li>Students must not intend to work in the UK unless accepted for a course lasting longer than six months, when you may work part-time or during vacations.</li>\r\n <li>Students must intend to leave the UK at the end of their studies.</li>\r\n</ul>\r\n\r\n<h4>How to Apply for a Student Visa?</h4>\r\n\r\n<ul>\r\n <li>A letter of acceptance on the course</li>\r\n <li>The letter from the applied institution confirming that a place has been offered and that the course is full-time as defined by the immigration law.</li>\r\n <li>Evidence which explains that the student can pay the course fees, support oneself and family, if applicable.</li>\r\n <li>The student has to attend the interview with the ECO (Entry Clearance Officer), clarifying certain parts of the application. Students must be able to convince the interviewer that the study plans are genuine and workable.</li>\r\n <li>Students are permitted to work 20 hours a week during the course. Some part time jobs to supplement the living expenses could be easily found.</li>\r\n <li>Future Job prospects for students are limited in the UK. It is relatively difficult to obtain a work permit to stay back after studies. Regardless, British degrees which provide a cutting edge for employment prospects are valued and recognized all over the world.</li>\r\n</ul>\r\n\r\n<h4>Top universities in the UK:</h4>\r\n\r\n<p><strong>QS World University Rankings 2016-2017 enlists 71 universities in the UK among which four are in the global top 10, and a further 26 in the top 200. Here is the list of the top 10 universities in the UK.</strong></p>\r\n\r\n<ul>\r\n <li>University of Cambridge</li>\r\n <li>University of Oxford</li>\r\n <li>University College London (UCL)</li>\r\n <li>Imperial College London</li>\r\n <li>University of Edinburgh</li>\r\n <li>King&rsquo;s College London (KCL)</li>\r\n <li>University of Manchester</li>\r\n <li>London School of Economics and Political Science</li>\r\n <li>University of Bristol</li>\r\n <li>University of Warwick</li>\r\n</ul>\r\n\r\n<h4>Why Rosetta Education International for Study in the UK?</h4>\r\n\r\n<p>We are acquainted with all the necessary conditions required for getting admitted in the universities of the country. Our in-house experts are updated with the education policies of the country which would be beneficial for the students desirous to further their education in the country. Our experts help the students in following ways:</p>\r\n\r\n<ul>\r\n <li>Selecting the best of the best universities and determining appropriate courses for the students.</li>\r\n <li>Assisting in the preparation of Statement of Purpose(SOP)</li>\r\n <li>Helping explore the universities of the nation and determine the available scholarships.</li>\r\n <li>Helping students for Visa Interview preparation</li>\r\n <li>Preparing pre and post arrival check-list</li>\r\n</ul>', '', 'storage/rosetta/files/1/Study-Destination.png', 'storage/rosetta/files/1/UK.png', 3, -1, '2023-07-24 13:18:18', '2023-08-06 18:32:53', 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', '<p>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<p>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>', '', 'storage/files/1/places-of-attraction-usa-header.jpg', 'storage/files/1/usa.jpg', 6, -1, '2023-07-27 23:00:25', '2023-08-03 21:46:18', NULL, NULL, NULL, NULL, 1, 1),
(8, 'Sweden', 'sweden', '<p>Sweden is a Nordic country in the northern region of Europe. It is inhabited by people who are well known for their kindness and acceptance towards students and migrants from different parts of the world.</p>\r\n\r\n<p>&nbsp;</p>', '<p>You bring the ideas, the drive and the inspiration &ndash; We&rsquo;ll teach you how to use them to change the world. When you choose Sweden, You don&rsquo;t just pick a place &ndash; You pick a future. You don&rsquo;t just pick a place &ndash; You pick a future.</p>', '', 'storage/trust/files/1/Sweden-01 (1).png', 1, 1, '2023-08-06 18:34:12', '2023-08-13 04:03:21', NULL, NULL, NULL, NULL, 1, 1),
(9, 'Denmark', 'denmark', '<p>The Innovative teaching methods, high-quality English-taught courses and low study costs have made Denmark one of the popular study destinations in the world. The country is opted by the students for the large variety of study programs.</p>', '<p>Denmark is a nation in the European continent that is situated in the southwest of Sweden and south of Norway, with Germany toward the south. Denmark has a complete size of 42,943 square kilometers. It has an instructive framework just like various top-notch institutions. More than 30 advanced education organizations of Denmark provide more than 500 English-instructed programs. Denmark, like many other nations, is composed of complete research institutions and university colleges that are more practice-oriented.<br />\r\nDenmark is a nation of ancient kings and old practices, with an expanded culture established in Nordic customs. Students will find exceptional colleges and university life in Denmark which is completely different from what they have encountered previously. Danish students excel in their studies and partake in festivals and get-togethers to commemorate their culture.</p>', '', 'storage/trust/files/1/Denmark-01 (1).png', 2, 1, '2023-08-06 18:35:16', '2023-08-11 06:16:19', NULL, NULL, NULL, NULL, 1, 1),
(10, 'UK', 'uk', '<p>Studying in the UK offers world-class education, diverse cultural experiences, and opportunities for career development. With top universities and a vibrant student life, it&#39;s an attractive destination for international students.</p>', '<p>Studying in the UK is an excellent opportunity for international students to pursue their academic goals while experiencing a rich and diverse culture. With a long history of academic excellence and world-renowned universities, the UK has become one of the most popular destinations for students seeking high-quality education. From the bustling city of London to the historic city of Oxford, the UK has a variety of vibrant cities with a range of academic options, including undergraduate, postgraduate, and research programs. Additionally, the UK offers many scholarship opportunities to help support students with their tuition fees and living costs. Studying in the UK can provide students with a valuable and unforgettable experience that will enrich their academic and personal lives.</p>', '', 'storage/trust/files/1/Study-in-UK.jpg', 3, 1, '2023-08-06 18:36:11', '2023-08-13 00:10:25', NULL, NULL, NULL, NULL, 1, 1),
(11, 'Norway', 'norway', '<p>Norway, a Nordic country located in Northern Europe, with borders to Sweden, Finland, and Russia on the east side is known as the Land of Midnight Sun.</p>', '<p>Norway is a very popular and great destination for abroad studies. The Norwegian higher education sector is known for its high academic standards with the best universities from around the world such as the University of Oslo, University of Bergen, Norwegian University of Science and Technology, and many more.</p>', '', 'storage/trust/files/1/Norway-01.png', 4, 1, '2023-08-06 18:37:10', '2023-08-13 00:08:14', NULL, NULL, NULL, NULL, 1, 1),
(12, 'Finland', 'finland', '<p>Finland is a Nordic country that is renowned for the best-developed education system in the world as per the Global Competitiveness Report of the World Economic Forum.</p>', '<p>The education system of the country is the best-developed because it is based on trust in teachers and teacher education. Teachers in the country are highly trusted, and hence there is no system of national evaluation and registration of teachers. Students studying under the educational system are highly valued and are provided with specialized services to meet their special needs and necessities.</p>', '', 'storage/trust/files/1/Finland-01 (1).png', 5, 1, '2023-08-06 18:38:04', '2023-08-13 00:08:58', NULL, NULL, NULL, NULL, 1, 1),
(13, 'Canada', 'canada', '<p>Canada offers a high-quality education system that is recognized globally. It&#39;s known for its diverse range of academic programs, research opportunities, and welcoming atmosphere for international students.</p>', '', '', 'storage/trust/files/1/Study des/Canada/28-mar-2023-blog.jpg', 7, 1, '2023-08-17 04:14:39', '2023-08-22 06:10:03', 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, 8, 0, 'Fundamentals of Sweden', 'fundamentals-of-sweden', '<p>Sweden is a country in northern Europe and the largest and most populous country in the Nordic region. It borders Norway to the west and north, Finland to the east, and is connected to Denmark in the southwest. The capital and largest city of Sweden is Stockholm. The current population of Sweden is about 10.42 million, with nearly 2.4 million of them living in and around Stockholm. The highest concentration of population is in the central and southern parts of the country. Larger parts of this country have a temperate climate, but the mountainous area in the north has a subarctic climate.<br />\r\nSweden is a great destination for international students. There are several different universities and colleges, among which some are ranked the highest in the world; the oldest and largest of which are situated at Uppsala University, Lund University, Gothenburg University, and Stockholm University.</p>', '', 'storage/trust/files/1/inr-icn-ds.png', 1, 1, '2023-08-06 23:55:36', '2023-08-14 04:24:39', '', '', '', '', 1, 1),
(2, 8, 0, 'Why Sweden', 'why-sweden', '<p>Sweden is an excellent study destination due to the presence of world-class universities and a cutting-edge education system. Most universities in Sweden offer a large range of international study programs where the language is used for teaching instructions. Most people in Sweden speak English, so students need not worry about language barrier issues.</p>\r\n\r\n<ul>\r\n <li><strong>World Ranked Education System:</strong></li>\r\n</ul>\r\n\r\n<p>Despite its relatively small population of 10.42 million, Sweden is the home of some of the world&rsquo;s best universities. The teaching model applied at Swedish universities is based on the motto &ldquo;freedom with responsibility&rdquo; and promotes critical thinking. Students of all backgrounds are welcome, regardless of gender, religion, home country, or socioeconomic background. There is no age limit at Swedish universities or colleges, resulting in a lifelong opportunity for higher studies.</p>\r\n\r\n<ul>\r\n <li><strong>Work Opportunity for Students:</strong></li>\r\n</ul>\r\n\r\n<p>Sweden grants international students the right to work while they study. Students applying for higher education in Sweden can work full time, as there are no work restrictions. Although it is important to keep in mind that you will be expected to spend approximately forty hours per week attending lectures, reading, studying, and working on assignments, even dependents can apply together, and their spouses and dependents will receive free education and healthcare.</p>\r\n\r\n<ul>\r\n <li><strong>Equal Focus on Every Course:</strong></li>\r\n</ul>\r\n\r\n<p>Swedish universities provide a wide range of courses&mdash;design, management, physiology, and business are some of the many. You will be exposed to real-world living and problems, but also independence and critical thinking, observing close cooperation between industries and academics, and conducting investigative research. They focus on prioritizing logic and educating students on how to put their knowledge into practice.</p>\r\n\r\n<ul>\r\n <li><strong>Students are Prioritized at an Individual level:</strong></li>\r\n</ul>\r\n\r\n<p>The emphasis of Swedish universities is on invention and application. The professors intend to know and guide you to put your knowledge into practice. You will also personally have to show that you know what you are doing and how to use it and put your hard work into it. Even your justifiable study gap is accepted by the universities and colleges. Sweden is a safe study destination for students with opportunities at world-ranked universities with an outstanding educational system.</p>\r\n\r\n<ul>\r\n <li><strong>Scholarship Availability:&nbsp;</strong></li>\r\n</ul>\r\n\r\n<p>A substantial number of Swedish universities offer scholarships in the form of tuition waivers to international students. Additionally, financial exemptions for international students are also available, which are granted either by the Swedish government or specific colleges if a student is eligible.</p>\r\n\r\n<ul>\r\n <li><strong>Students Are Prioritized At An Individual Level:</strong></li>\r\n</ul>\r\n\r\n<p>The emphasis of Swedish universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put your hard work into it. Universities and colleges will accept your justifiable study gap. Sweden is a safe study destination for students, with opportunities at world-ranked universities and an outstanding educational system.</p>\r\n\r\n<ul>\r\n <li><strong>You Can Apply With Your Spouse And Child:</strong></li>\r\n</ul>\r\n\r\n<p>As a student who is aiming to go to Sweden for higher studies but is thinking of taking your spouse or child along with you, you do not have to worry. Sweden has a lot of benefits for taking your spouse and child as dependents along with you on your student visa. Education and healthcare facilities are absolutely free for your dependents in Sweden. This could prove to be a lifetime opportunity for you to settle with your family in Sweden after finishing your studies. However, your child has to be under the age of 18, and you have to present a separate set of documents and funds to go this route.</p>', '', 'storage/trust/files/1/Study des/1_Mesa de trabajo 1 (4).png', 2, 1, '2023-08-07 04:55:21', '2023-08-14 02:07:10', '', '', '', '', 1, 1),
(3, 8, 0, 'Future Prospects', 'future-prospects', '<p>Studying in Sweden could be one of the most advantageous possibilities for a better life and the best career. Ask why?</p>\r\n\r\n<ul>\r\n <li>Working hours are unlimited for international students in Sweden, which enables them to work part time jobs that help support their living expenses. Pursuing a degree and working to sustain themselves can go hand in hand for international students in Sweden.&nbsp;</li>\r\n <li>Sweden gives permanent residency to students after they switch to a work permit and work for four years.</li>\r\n <li>For students who aim to settle in Sweden, it is easy to apply for a permanent residence permit. Unlike other countries, a permanent residence permit is easily granted after obtaining a work permit.</li>\r\n <li>You automatically get a PSW (Post Study Work Visa) with a validity of one year after completing your studies in Sweden. The benefits of PSW are that it helps you gain more experience and work on your niche. In addition, it gives you space to explore the possibilities of starting your own business or launching your career.</li>\r\n <li>According to government regulations, the hourly wage per person is 183 Swedish krona. This means that, as an international student, you can earn up to 15,000 SEK per month.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/5_Mesa de trabajo 1.png', 3, 1, '2023-08-11 06:11:07', '2023-08-14 02:07:10', '', '', '', '', 1, 1),
(4, 8, 0, 'Universities in Sweden', 'universities-in-sweden', '<p>Among the renowned universities in Sweden these are some of the lists of universities that have been highly accredited: &nbsp;</p>\r\n\r\n<ul>\r\n <li><a href=\"https://www.chalmers.se/en/\">Chalmers University of Technology</a></li>\r\n <li><a href=\"https://www.uu.se/en\">Uppsala University</a>&nbsp;</li>\r\n <li><a href=\"https://hh.se/english.html\">Halmstad University</a></li>\r\n <li><a href=\"http://%20https//www.his.se/en/\">University of Skovde</a></li>\r\n <li><a href=\"http://%20https//www.bth.se/eng/%C2%A0\">Blekinge Institute of Technology</a></li>\r\n <li><a href=\"https://www.hv.se/en/education\">University West</a></li>\r\n <li><a href=\"https://www.hhs.se/en/\">Stockholm School of Economics</a></li>\r\n <li><a href=\"https://mau.se/en/\">Malmo University</a></li>\r\n <li><a href=\"https://liu.se/en\">Linkoping University</a></li>\r\n <li><a href=\"https://www.umu.se/en/\">Umea Universitet</a></li>\r\n <li><a href=\"https://www.sh.se/english/sodertorn-university\">Sodertorn University</a></li>\r\n <li><a href=\"https://www.lunduniversity.lu.se/\">Lund University</a></li>\r\n <li><a href=\"https://lnu.se/en/\">Linnaeus University</a></li>\r\n</ul>', '', 'storage/trust/files/1/Study des/4_Mesa de trabajo 1.png', 4, 1, '2023-08-11 06:13:00', '2023-08-14 02:07:10', '', '', '', '', 1, 1),
(5, 8, 0, 'o', 'o', '<p>You bring the ideas, the drive and the inspiration &ndash; We&rsquo;ll teach you how to use them to change the world. When you choose Sweden, You don&rsquo;t just pick a place &ndash; You pick a future. You don&rsquo;t just pick a place &ndash; You pick a future.</p>', '', '', 2, -1, '2023-08-13 04:06:13', '2023-08-13 04:06:52', '', '', '', '', 1, 1),
(6, 9, 0, 'Fundamentals of Denmark', 'fundamentals-of-denmark', '<p>Denmark is a Nordic country in northern Europe made up of the Jutland Peninsula and more than 400 islands in the North Sea. It shares a border with Germany to the south. As of 2022, it has a population of over 5.88 million, of which about 800,000 live in the capital and largest city, Copenhagen. Denmark is a highly developed country with a high standard of living. The country performs at or near the top in measures of education, health care, civil liberties, democratic governance, and LGBT equality. Denmark has a temperate climate characterized by mild winters in January and cool summers in August. The position between a continent and an ocean means that the weather is often unstable.&nbsp;<br />\r\nDenmark offers international students a range of opportunities for obtaining an internationally recognized qualification. Many programs are taught in the English language, the academic lingua franca, in bachelor&#39;s degrees, master&#39;s degrees, doctorates, and student exchange programs.</p>', '', 'storage/trust/files/1/Denmark-01 (1).png', 12, 1, '2023-08-13 04:08:52', '2023-08-14 04:24:06', '', '', '', '', 1, 1),
(7, 10, 0, 'Fundamentals of UK', 'fundamentals-of-uk', '<p>The United Kingdom, also called the UK, consists of a group of islands. It is a unique country that covers four different nations altogether. The four nations are England, Scotland, Northern Ireland, and Wales, with the capital cities being London, Edinburgh, Belfast, and Cardiff, respectively. The largest city in the United Kingdom is London. The UK covers a total area of 243,610 square kilometers, which makes it the 78th largest country in the world. The approximate population of the UK is 65,110,000. There are a handful of major urban areas; London, Birmingham, Manchester, West Yorkshire, and Glasgow.<br />\r\nApart from the land border with the Irish Republic, the United Kingdom is surrounded by sea. The North Sea lies to the east of the UK. The north and west of the UK are covered in high ground, whereas the south is countryside with mostly rolling hills. The UK claims fame in sports and literature. Larger parts of the country have a maritime, moist, and temperate climate.</p>', '', 'storage/trust/files/1/Study des/uk/Picsart_23-08-14_16-03-47-196.png', 23, 1, '2023-08-13 04:11:01', '2023-08-14 04:34:10', '', '', '', '', 1, 1),
(8, 11, 0, 'Why Norway?', 'why-norway', '<p>Norway scored 9 out of 10, taking seventh place in Europe in terms of international students&rsquo; satisfaction. The public universities in Norway offer free education to the students regardless of their country of origin, providing an opportunity for obtaining a degree at a quality university at no cost.</p>\r\n\r\n<p><strong>High-Quality Education:</strong><br />\r\nThe educational system is generally state-funded to ensure that access to education is equal for all, meaning that most institutions have no tuition fees for their citizens. They offer the same excellent education program as a member of the European Union. The high-quality education provided by Norwegian universities and colleges has led to more and more international students choosing to study in Norway. In addition, there is a wide range of courses to choose from, as per your wishes.</p>\r\n\r\n<p><strong>Student Life:</strong>&nbsp;<br />\r\nThe living standard is generally high. Student life is generally a social and active period in Norway. Alongside their studies, international students are also allowed to work part-time, with an upper limit of 20 hours a week, to supplement their living costs, pay off their student loans, and gain work experience.</p>\r\n\r\n<p><strong>A Safe Place:</strong><br />\r\nNorway is considered a safe country because the crime rate is very low. Norway is a wealthy country that is much more equitable than other countries. More importantly, social responsibility is collective, so a crime is, for many people, understood as a responsibility of the community rather than the failing of an individual. Overall, your student days in Norway are most likely to go unmarked by crime or police harassment.</p>\r\n\r\n<p><strong>A Modern and Technologically Advanced Society:</strong><br />\r\nNorway has emerged as the most advanced nation in the world in terms of consumer adoption of digital media, with the UK ranked tenth. It is known as a place with the highest living standards, and its rich economy is one of the major reasons for that.</p>\r\n\r\n<p><strong>Students Are Prioritized At An Individual Level:</strong><br />\r\nThe emphasis of Norwegian universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put in your hard work before universities and colleges will accept your justifiable study gap. It is a safe study destination for students with opportunities at world-ranked universities with an outstanding and comprehensive educational system.</p>\r\n\r\n<p><strong>You Can Apply With Your Spouse And Child:</strong><br />\r\nAs a student who is aiming to go to Norway for higher studies but is thinking of taking your spouse or child along with you, you do not have to worry. Norway has a lot of benefits for taking your spouse and child as dependents along with you on your student visa. Education and healthcare facilities are absolutely free for your dependents in Norway. This could prove to be a once-in-a-lifetime opportunity for you to settle with your family in Norway after finishing your studies. However, the child has to be under the age of 18, and you have to present a separate set of documents and funds to go this route.</p>', '', 'storage/trust/files/1/Norway.png', 35, 1, '2023-08-13 04:12:21', '2023-08-14 04:22:38', '', '', '', '', 1, 1),
(9, 12, 0, 'Fundamentals of Finland', 'fundamentals-of-finland', '<p>Finland is a country also located in the Northern Europe and is a member of European Union as well. The capital and largest city of this country is Helsinki. Finland shares border land with Sweden to the northwest, Norway to the north and Russia to the east. The population in Norway is about 5.5 million and majority of people live around the capital city. Finland is located in far north that most country receives sunlight nearly 24 hours a day during the summer although the winters are freezing cold. This country is a parliamentary republic.</p>', '', 'storage/trust/files/1/Finland-01.png', 46, 1, '2023-08-13 04:15:32', '2023-08-14 04:21:23', '', '', '', '', 1, 1),
(10, 11, 0, 'Fundamentals of Norway', 'fundamentals-of-norway', '<p>Norway, a Nordic country in Northern Europe bordered on the east by Sweden, Finland, and Russia, is known as the &quot;Land of the Midnight Sun.&quot; The capital city of Norway is Oslo. The current population of Norway is about 5.5 million. Nearly half of the population of the country lives in the far south, in the regions around the capital city, Oslo. The climate here is wet and mild compared to the east and the north, where winters are longer and colder. Norway is a very popular and great destination for studying abroad. The Norwegian higher education sector is known for its high academic standards and has some of the best universities in the world, such as the University of Oslo, the University of Bergen, the Norwegian University of Science and Technology, and many more. Norway has a universal health care system and a comprehensive education system for students who have Norwegian citizenship, providing an opportunity to obtain a degree at a quality university at no cost.</p>', '', '', 34, -1, '2023-08-13 04:22:28', '2023-08-16 23:18:59', '', '', '', '', 1, 1),
(11, 11, 0, 'Education System', 'education-system', '<p>Norway&#39;s overarching goal is to provide high-quality education to both Norwegian and international students. The country&#39;s academic year is divided into two semesters, from August to December and January to June. The Norwegian Ministry of Education and Research is the institution in charge of the country&#39;s educational system.<br />\r\nNorway has a very inclusive education system with statutory rights, so people of any age group can attend school. The Norwegian education system promotes lifelong learning, where the education sector and labor market work hand in hand. Unlike other countries, Norway is very inclusive of women when it comes to providing education. More and more Norwegian women take on higher studies every day.</p>\r\n\r\n<p><strong>Higher Education System In Norway</strong><br />\r\nHigher education in Norway is also known as tertiary education, and it has a three-year structure (bachelor&#39;s, master&#39;s, and doctorate). None of the tertiary levels of education are compulsory and have no age limit, as Norway promotes statutory rights and has a very inclusive education system.<br />\r\n<strong>Let us take a look at the higher education system of Norway in detail:</strong></p>\r\n\r\n<p><strong>Bachelor&rsquo;s Level</strong><br />\r\nThe bachelor&#39;s level of education in Norway is a 3-year course of study that consists of 60 ECTS credits per year (180 in total). A bachelor&#39;s degree has no age limitations in Norway.<br />\r\nPrograms have a fixed structure. However, some of the programs would allow students to choose between different programs after completing the first year of the program. A student must have completed a higher level of education to be eligible to go for a bachelor&#39;s degree.</p>\r\n\r\n<p><strong>Master&rsquo;s Level</strong><br />\r\nA master&rsquo;s degree consists of a 2-year study plan that accounts for 60 ECTS credits each year (120 in total). A master&rsquo;s degree is an academic specialization of a student&rsquo;s bachelor&#39;s degree course.<br />\r\nIt consists of independent work and is based on academic specialization in the bachelor&rsquo;s programs. So, a student must have completed a bachelor&#39;s degree to be eligible to go for a master&rsquo;s degree.</p>\r\n\r\n<p><strong>Doctorate Degree</strong><br />\r\nAfter completing a master&rsquo;s degree, students willing to go for an even higher level of education can sign up for a doctorate degree. A doctorate degree is based on a master&rsquo;s degree and independent research conducted under the supervision of other researchers.</p>', '', 'storage/trust/files/1/Study des/norway/3_Mesa de trabajo 1 (3).png', 36, 1, '2023-08-13 04:23:48', '2023-08-14 03:50:46', '', '', '', '', 1, 1),
(12, 9, 0, 'Why Denmark', 'why-denmark', '<p>Denmark is consistently featured on the list of &ldquo;Top 10 Countries in Europe to Study Abroad&rdquo; because of its high-quality education. The country regularly ranks on lists of the most livable, safest, and happiest places on earth based on its standard of living and per capita income. Denmark is a popular destination for a variety of students, given its diverse programs in high-level education.&nbsp;<br />\r\nA series of factors that determine the country of choice are as follows;</p>\r\n\r\n<p><strong>High Ranking Universities:</strong><br />\r\nDenmark is renowned for having an excellent education system and some of the best academic institutions in Europe. Classes are held in such a way that all the students can focus and actively participate in discussions and activities. The universities and the professors ensure that nobody is overlooked. The two most well-known universities in Denmark are the College of Copenhagen and the College of South Denmark.</p>\r\n\r\n<p><strong>The Happiest Country In The World:</strong><br />\r\nDenmark supports all the main factors like caring, freedom, generosity, honesty, health, safety, education, and good governance that make it one of the happiest countries in the world. Denmark qualifies on all the parameters, including GDP, life expectancy, gender equality, and non-corruption, which make it one of the safest and most popular destinations even for international students.</p>\r\n\r\n<p><strong>Students&#39; Grants and Living Costs:</strong>&nbsp;<br />\r\nStudents&#39; living costs in Denmark vary from 750&ndash;900 EUR monthly, depending on your reliable choice of living situation and city. The students are allowed to work for about 20 hours a week, which allows them to earn a minimum of 15,00 euros monthly, excluding the taxes imposed. The cost of living depends on your location. It is not hard to find jobs in Denmark, as all work is considered equal.&nbsp;</p>\r\n\r\n<p><strong>Denmark University Fees:&nbsp;</strong><br />\r\nTuition in Denmark ranges from 7,000 to 18,000 EUR per academic year, depending on the course, university, and city. There are also a variety of grants and scholarships available for students on the basis of merit, need, and sometimes partner countries. A student whose father or mother is a citizen of an EU/EEA country and works in Denmark can receive free education.</p>', '', 'storage/trust/files/1/Study des/3_Mesa de trabajo 1 (1).png', 13, 1, '2023-08-13 04:26:01', '2023-08-14 03:23:30', '', '', '', '', 1, 1),
(13, 10, 0, 'Why UK', 'why-uk', '<p><strong>World Recognized Education</strong></p>\r\n\r\n<p>Studying in the UK might be the best choice you ever make because of its potential academic advantages. No matter where you end up finding employment, if you choose to further your studies in the UK, your degree will be accepted and acknowledged. Your education will provide you with a strong foundation, increase your chances of earning more money, and help you land the job of your dreams.</p>\r\n\r\n<p>Every British college is known globally for having innovative and tough environments that assist their students in pushing themselves to the extreme. Their requirements are surprisingly high, and year after year, the colleges are examined for the way they meet current challenges.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Work Opportunities For Students</strong></p>\r\n\r\n<p>No matter which UK university you go to, your education will be very expensive. There is no need to worry, though. The good news is that you are permitted to work while studying in the UK, unlike the majority of popular study destinations. You are allowed to work up to 20 hours per week of part-time employment throughout the ordinary academic year.</p>\r\n\r\n<p>Once the school year is over, you can look for a full-time position. Working while you study will also help you feel truly independent, which will help you learn to rely on yourself&mdash;even better if you demonstrate a greater degree of dedication!</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>The Graduation Immigration Route</strong></p>\r\n\r\n<p>International students who want to work in the UK once they graduate would particularly benefit from this. International students studying in the UK now have access to a new Graduate Immigration Route, generally known as a post-study employment visa.</p>\r\n\r\n<p>Students will have the option to stay in the UK for up to two years and hunt for work after graduating, thanks to this new graduate pathway. Graduates will be able to transition into skilled labor if they are able to obtain a job within that period.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Equal Focus On Every Course</strong></p>\r\n\r\n<p>The universities in the UK provide a wide range of courses - design, management, physiology, and business are some of the many. You will be exposed to real-world living, and problems, but also independence and critical thinking, observing a close cooperation between industries and academics, and conducting investigative research. They focus on prioritizing logic and educating students on how to put their knowledge into practice.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Students Are Prioritized At An Individual Level</strong></p>\r\n\r\n<p>The emphasis of British universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put your hard work into it.</p>\r\n\r\n<p>Universities and colleges will accept your justifiable study gap. The UK is a safe study destination for students, with opportunities at world-ranked universities and an outstanding educational system.</p>', '', 'storage/trust/files/1/Study des/uk/UK icons-01.png', 24, 1, '2023-08-13 04:26:57', '2023-08-14 03:39:21', '', '', '', '', 1, 1),
(14, 12, 0, 'Why Finland', 'why-finland', '<p>Finland is one of the best options for students deciding to pursue their studies and careers in Europe. Finland and its educational system guarantee international students the highest quality education. Following are the various reasons you could choose Finland for your further studies:</p>\r\n\r\n<p><strong>Quality Education:&nbsp;</strong><br />\r\nFinland is home to great universities, which offer a wide range of study courses for students around the world. A variety of study programs are available in English, making Finland an excellent choice for your bachelor&#39;s and master&#39;s degrees. For higher education, students are eligible for a bachelor&rsquo;s degree when they finish matriculation or receive a vocational qualification. Higher education in Finland aims to be independent. There is also a lot of flexibility when it comes to taking various courses and exams. Students are free to choose the direction of their studies.</p>\r\n\r\n<p><strong>The Happiest Country In The World:&nbsp;</strong><br />\r\nAccording to the World Happiness Report 2020, Finland has been named the world&rsquo;s happiest country for the third time in a row. Finland provides free education and healthcare, which are some of the biggest perks for the people living in these countries. The crime rates in Finland are very low, which makes it a safe destination. Students will most likely not encounter any kind of illegal activity during their student years.</p>\r\n\r\n<p><strong>Diverse Community:&nbsp;</strong><br />\r\nFinland is a multicultural country with a strong cultural identity. The international community in Finland is also diverse and successful. The country welcomes everyone, regardless of their country of origin, culture, gender, or socio-economic background.&nbsp;</p>\r\n\r\n<p><strong>Study Costs And Living Expenses:&nbsp;</strong><br />\r\nThe monthly living cost for students living in the capital city or around it for basics such as food, rent, and transportation is on average 700&ndash;1000 euros or even more depending upon the location and personal expenses. It is important to make arrangements for adequate funding for the entire period of your study before leaving your home country.&nbsp;</p>\r\n\r\n<p><strong>Working While Studying:</strong><br />\r\nAll degree-seeking students applying to Finland must fund their studies and living expenses themselves. International degree and exchange students are permitted to work for a set number of hours during their stay in Finland. If you work in Finland, you have to pay taxes on your income.</p>', '', 'storage/trust/files/1/Study des/finland/5_Mesa de trabajo 1 (2).png', 47, 1, '2023-08-13 04:27:56', '2023-08-14 04:10:41', '', '', '', '', 1, 1),
(15, 8, 0, 'Requirements', 'requirements', '<p><strong>Academic Requirements:&nbsp;</strong></p>\r\n\r\n<p>The following are the academic requirements for being eligible to apply to universities in Sweden:</p>\r\n\r\n<ul>\r\n <li>For a bachelor&#39;s program, students will require a minimum qualification of 10+2 level with an above 50% score, while some universities or programs may ask for higher percentages.</li>\r\n <li>For the Master&rsquo;s program, students will require 4 years of a bachelor&rsquo;s degree or equivalent with an above 50% score, while some universities or programs may ask for higher percentages.</li>\r\n <li>To apply to Sweden&#39;s universities for Bachelors and Masters, you will need a 6.5 or above IELTS score with no band less than 5.5.</li>\r\n <li>Or, PTE scores no less than 62 overall and 61 in writing.</li>\r\n <li>TOEFL score with overall 90 in written based test or overall 20 in computer based test.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>For Admission Application Documents Checklist:</strong></p>\r\n\r\n<ul>\r\n <li>All the academic documents must be up to date.</li>\r\n <li>Valid passport</li>\r\n <li>IELTS, TOEFL, or PTE Certificate</li>\r\n <li>Work or Training Experience Certificates (if any)</li>\r\n <li>An application fee of SEK 900 (non-refundable) plus a transfer charge is applied.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>For Visa Application Document Checklist:</strong></p>\r\n\r\n<ul>\r\n <li>All the documents - academic or non-academic, must be to date.</li>\r\n <li>Valid passport</li>\r\n <li>IELTS/TOEFL/PTE Certificate</li>\r\n <li>Motivation Letter</li>\r\n <li>Work or training experience certificates (if any)</li>\r\n <li>Bank statements from the previous three months, as well as bank balance certificates with funds to support yourself for a year.</li>\r\n <li>Visa application fee: SEK 1500</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/3_Mesa de trabajo 1.png', 5, 1, '2023-08-14 02:23:15', '2023-08-14 03:20:50', '', '', '', '', 1, 1),
(16, 8, 0, 'List of Study Programs', 'list-of-study-programs', '<p>Students can apply to Sweden for bachelor&#39;s and master&#39;s programs there. Swedish universities offer a wide range of subjects with varying scopes in various sectors. Students can choose programs most suitable for themselves, keeping individual interests and future goals in consideration.</p>\r\n\r\n<p><strong>Sweden&#39;s major study list programs include:</strong></p>\r\n\r\n<ul>\r\n <li>IT and Computer Science</li>\r\n <li>Computer and System Sciences</li>\r\n <li>Engineering</li>\r\n <li>Business Management and Economics</li>\r\n <li>Social Sciences</li>\r\n <li>Arts and Humanities</li>\r\n <li>Natural Science</li>\r\n <li>Agriculture and Environmental Sciences</li>\r\n <li>Health, Science, and Welfare</li>\r\n <li>Human, Social, and Political Sciences and Law</li>\r\n <li>Language and Linguistics</li>\r\n <li>Media and Communications</li>\r\n <li>Science and Mathematics</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/6_Mesa de trabajo 1.png', 6, 1, '2023-08-14 02:24:54', '2023-08-14 03:21:21', '', '', '', '', 1, 1),
(17, 8, 0, 'Scholarships', 'scholarships', '<p>Sweden has two types of provisions for scholarships. These scholarships are for international students outside of EU/EEA countries. Take a look at them below:</p>\r\n\r\n<p><strong>Swedish Institute Scholarship</strong></p>\r\n\r\n<p>The Swedish Institute (SI) scholarship for global professionals is for potential future global leaders that will contribute to the United Nations Agenda for Sustainable Development 2030. The applicants for this scholarship should have a clear idea of how their education will contribute to the sustainable development of their home countries.</p>\r\n\r\n<p>The Swedish Institute will grant approximately 350 scholarships for students enrolling themselves in master&#39;s degree programs at Swedish universities. The scholarship is funded by the Swedish Ministry for Foreign Affairs. The call for applications is done every year for master&#39;s programs beginning in the autumn semester. The SI scholarship is intended for a one or two year full time master&rsquo;s program.</p>\r\n\r\n<p><strong>What the SI Scholarship includes:</strong></p>\r\n\r\n<ul>\r\n <li>A full tuition fee is paid directly to your university at the beginning of each semester.</li>\r\n <li>Monthly expenses to cover your living costs throughout your study period. It could cover up to SEK 11,000.</li>\r\n <li>Health insurance policies protect against illnesses and accidents.</li>\r\n <li>For Nepalese students, a one-time payment of SEK 15,000 as a travel grant for the entire study period.</li>\r\n</ul>\r\n\r\n<p>Note: Students already living in Sweden are not eligible for the SI Scholarship.</p>\r\n\r\n<p><br />\r\n<strong>What the SI Scholarship does not include:</strong></p>\r\n\r\n<ul>\r\n <li>Allow for changes to your study program. It only supports a student through the awarded master&rsquo;s program.</li>\r\n <li>Provide additional grants for family members.</li>\r\n <li>Allow extensions to the awarded scholarship period.</li>\r\n <li>Cover the admission fee for university admissions.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>University Scholarships</strong></p>\r\n\r\n<p>Sweden has top-ranked universities in the world that are well-known for their coherent body of knowledge and education system. These universities offer a variety of scholarships to highly qualified students from all around the world, especially from developing countries, on the grounds of need and merit. Meritorious scholarships are awarded after a proper assessment of a student&#39;s academic qualifications during the application process.<br />\r\nSome of the best scholarship programs offered by universities in Sweden are as follows:</p>\r\n\r\n<p><strong>Lund University Global Scholarship Program:</strong>&nbsp;The Lund University Global Scholarship Program is aimed at top academic students. These students must be citizens of countries outside the EU/EEA (and Switzerland). The scholarships are available for bachelor&rsquo;s as well as master&rsquo;s degrees. Scholarships may cover 25%, 50%, 75%, or even 100% of the tuition fee. However, they are required to pay a tuition fee before the grant is confirmed.</p>\r\n\r\n<p><strong>Orebro University Scholarship Programme:&nbsp;</strong>The Orebro University Scholarship program is designed for top students with outstanding academic credentials from countries other than the EU/EEA and Switzerland. This scholarship program aims to help students who are required to pay tuition fees for their studies. The scholarship only covers full or partial tuition fees. It does not cover living expenses.</p>\r\n\r\n<p><strong>University of Boras Tuition Fee Waivers:</strong>&nbsp;The University of Boras offers scholarships to highly qualified students who are required to pay tuition fees. Students who are applying for eligible master&#39;s programs at the university can apply for these scholarships. The waiver is intended to cover the tuition fee by approximately 50%. However, they do not cover living expenses.</p>\r\n\r\n<p><strong>Chalmers University Scholarships for Master&#39;s Studies:&nbsp;</strong>The Chalmers Scholarships are open to excellent students from non-EU/EEA countries who are applying to master&rsquo;s programs at Chalmers University. Students who are required to pay tuition fees are offered this waiver with a scholarship for a 75% reduction of the tuition fees.</p>\r\n\r\n<p><strong>Karlstad University Global Scholarship Program:</strong>&nbsp;The Karlstad University Global Scholarship program is targeted at top non-EU (not EU or EEA) citizens. These students are required to pay tuition fees at the beginning of their studies. However, after approval of the scholarships, they cover 25%, 50%, 75%, or up to 100% of the tuition fees.</p>\r\n\r\n<p><strong>Karolinska Institutet Global Master&rsquo;s Scholarship:&nbsp;</strong>Academically outstanding students admitted to one of Karolinska Institutet&#39;s Global Masters Programs are eligible for a limited number of tuition fee scholarships. The scholarship covers part or all of the tuition fee for studies at the master&rsquo;s level only. However, it does not cover a student&#39;s living expenses.</p>\r\n\r\n<p><strong>KTH Royal Institute of Technology Tuition Fee Waivers:</strong>&nbsp;Tuition fee waiver programs are available at the KTH Royal Institute of Technology for students with outstanding academic records. The students deserving of the waiver should be citizens of non-EU/EEA/EFTA countries. A student who has applied for a Master&rsquo;s program at KTH and has to pay tuition fees but is eligible is granted the waiver for the full length of the program.</p>\r\n\r\n<p><strong>Linnaeus University Scholarships:&nbsp;</strong>Linnaeus University Scholarships are aimed at attracting top academic students from countries outside the EU/EEA and Switzerland. Students who have applied for a study program at Linnaeus University and are required to pay tuition fees are offered the scholarship, which usually covers 75 percent of the tuition fee. Moreover, a few scholarships from the Linnaeus Academy of Science and Business cover 100 percent of the tuition fee.</p>\r\n\r\n<p><strong>Blenkinge Institute of Technology Scholarship Program:&nbsp;</strong>The Blenkinge Institute of Technology Scholarship is aimed at supporting international students with significant academic potential. The students have to be from countries outside the EU/EEA (and Switzerland) and are required to pay tuition fees for their studies. With the BTH scholarship program, tuition fees are reduced by 50%.</p>\r\n\r\n<p><strong>Linkoping International Scholarships:</strong>&nbsp;Prospective students from non-EU or non-EEA countries who are required to pay tuition fees for Swedish university education are eligible for the Linkoping International Scholarship Program. This scholarship program offers scholarships covering tuition fees up to 25%, 50%, and 75%.</p>\r\n\r\n<p><strong>Kristianstad University Scholarship:&nbsp;</strong>The Kristianstad University Scholarship is awarded to students who are highly qualified and are required to pay tuition fees. For this scholarship at Kristianstad University, students must be citizens of a country other than the EU/EEA. If granted a scholarship after the assessment, the tuition fees will include a reduction of 50% or 100%.</p>\r\n\r\n<p><strong>Malardalen University Scholarships:&nbsp;</strong>Malardalen University offers a handful of scholarships every year to international students from countries outside of the EU, EEA, and Switzerland. Students with excellent academic qualifications who are required to pay tuition fees for applying to a master&rsquo;s program at the university as their first choice are offered one of the scholarship schemes that best fits them. &nbsp;The scholarship covers up to 100% of the tuition fee for the program. However, like most scholarship schemes, this waiver does not cover living expenses.&nbsp;</p>\r\n\r\n<p><strong>The Stockholm University Scholarship Scheme:</strong>&nbsp;Stockholm University scholarship schemes are targeted at citizens of countries outside the EU/EEA and Switzerland and are for Master&rsquo;s programs offered by the university. These scholarships cover the cost of tuition but not living expenses.</p>\r\n\r\n<p><strong>Umea University Scholarships:</strong>&nbsp;Umea University offers a limited number of scholarships to students with excellent academic profiles from outside the EU/EEA who are applying for a Master&rsquo;s degree program there. Eligible candidates who have been selected receive a full or partial waiver of the tuition fee.</p>\r\n\r\n<p><strong>Uppsala University Global Scholarships:&nbsp;</strong>The scholarship program at Uppsala University Global is aimed at high-achieving students who are admitted to master&#39;s programs. The students, however, should be from countries outside of the EU/EEA/Switzerland and be required to pay tuition fees. These scholarship schemes cover tuition fees only, which means that students will need to cover their own living costs.</p>\r\n\r\n<p><strong>Halmstad University Scholarships:&nbsp;</strong>Halmstad University offers a handful of scholarships every year to international students from countries outside of the EU/EEA/Switzerland. Students with excellent academic qualifications who are required to pay tuition fees for applying to a master&rsquo;s program at the university as their first choice are offered one of the scholarship schemes that best fits them. The scholarship covers up to 25% to 50% of the tuition fee for the program, which is deducted from the tuition fee. However, like most scholarship schemes, this waiver does not cover living expenses.</p>\r\n\r\n<p><strong>Malmo University Master&rsquo;s Scholarship:&nbsp;</strong>The Malmo University Master&rsquo;s Scholarship (MUMS) is for highly talented students with excellent academic profiles who are citizens of a country outside the EU/EEA/Switzerland. The students who are admitted to an English-taught master&rsquo;s program at Malm&ouml; University get a scholarship that covers the entire tuition fee. However, the scholarship does not cover living expenses.</p>', '', 'storage/trust/files/1/Study des/2_Mesa de trabajo 1.png', 7, 1, '2023-08-14 02:26:15', '2023-08-14 03:21:41', '', '', '', '', 1, 1),
(18, 8, 0, 'Earn While You Learn', 'earn-while-you-learn', '<p>Sweden is your cue if you are looking for a country with excellent quality education and a very high-living standard of living. The benefit of going to Sweden as an international student to pursue higher education is that you can earn while you learn! The living cost of international students outside of EU/EEA countries in Sweden is 7,000 to 10,000 SEK, which is not very little. Managing this cost for a student in a foreign land can become a hassle if they depend only on pre-existing funds.<br />\r\nWhile scholarships are a great way to cover tuition fees, they do not generally cover a student&rsquo;s living expenses. One way to get around this hassle is to work part-time jobs for international students, as there is no limit or restriction on working hours for foreign students in Sweden, unlike other countries.<br />\r\nHaving part-time jobs and balancing them with your studies can prove to be very beneficial. Here&rsquo;s a complete guide to knowing more about jobs in Sweden for international students!</p>\r\n\r\n<p><br />\r\n<strong>Rules And Regulations For Part-Time Jobs In Sweden</strong><br />\r\nTo be completely honest, finding part-time jobs for international students in the early days is difficult but not impossible. However, there are a few things to keep in mind before you go out to search for job opportunities, which will surely make it easier for you!</p>\r\n\r\n<ul>\r\n <li>Students with residence permits (student visas) are preferred and allowed to work in Sweden.</li>\r\n <li>You must be excited by the fact that there is no time limit for working as a student in Sweden. However, there is a catch! You will be expected to spend at least 40 hours a week on your studies. The rest of the time, you are free to work at as many part-time jobs as you want.</li>\r\n <li>Part-time jobs in Sweden for international students pay about 8,000 to 10,000 SEK per month with a 20% to 30% tax deduction.</li>\r\n <li>It is important to know that relying only on part-time jobs will not be sufficient to cover your entire living costs. However, it will surely help you ease your tight budget as an international student.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/6_Mesa de trabajo 1.png', 8, 1, '2023-08-14 02:27:19', '2023-08-14 03:21:44', '', '', '', '', 1, 1),
(19, 8, 0, 'Part Time Jobs and Their Pay In Sweden', 'part-time-jobs-and-their-pay-in-sweden', '<p>Here are a few types of part time jobs you can get as a fresh international student in Sweden. You can eventually work your way up after gaining some experience and networking through these jobs. Take a look!</p>\r\n\r\n<ul>\r\n <li>Customer Service Agent: pays an average of SEK 142 per hour.</li>\r\n <li>Waiter/Waitress: Pays an average of SEK 146 per hour.</li>\r\n <li>Cashier: Pays an average of SEK 130 per hour.</li>\r\n <li>Assistant: Pays an average of SEK 156 per hour.</li>\r\n <li>Sales Advisor: Pays an average of SEK 141 per hour.</li>\r\n <li>Receptionist: Pays an average of SEK 134 per hour.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/6_Mesa de trabajo 1.png', 9, 1, '2023-08-14 02:28:04', '2023-08-14 03:21:49', '', '', '', '', 1, 1),
(20, 8, 0, 'Education System', 'education-system', '<p>According to the World Population Review, Sweden is 10th in the world education ranking. Swedes take the education system very seriously, which can be clearly observed by their success rate at international levels. Swedish education is free to all nationals of Sweden. Joining a Swedish university for higher education can be taken as a privilege, as these top universities offer the best education along with a handful of scholarships and waivers.<br />\r\nLet us dive in to learn more about the Swedish education system!</p>\r\n\r\n<p><br />\r\n<strong>Higher Education System</strong><br />\r\nHigher education in Sweden is also known as the &quot;tertiary level of education.&quot; None of the tertiary levels of education are compulsory and have no age limit, as Sweden promotes statutory rights and has a very inclusive education system.</p>\r\n\r\n<p><br />\r\nLet us take a look at the higher education system of Sweden in detail:</p>\r\n\r\n<p><br />\r\n<strong>Bachelor&rsquo;s Level</strong><br />\r\nThe bachelor&rsquo;s level, also known as the undergraduate level, is available in Sweden with a limited number of study programs. However, Sweden offers a wide range of international courses at this level. Courses at this level are mostly English-taught. The bachelor&#39;s level lasts for a total of 3 years. A student must have completed their secondary level of education to be able to enroll in an undergraduate level of education. The bachelor&#39;s level is the first cycle of higher education.</p>\r\n\r\n<p><br />\r\n<strong>Master&#39;s Level</strong><br />\r\nMaster&rsquo;s level, also known as postgraduate or graduate level, is available in Swedish universities. Universities offer a larger number of masters level programs. Postgraduate levels are mostly English-taught. These programs are open to all students, national or international, if they have earned a bachelor&#39;s degree.</p>\r\n\r\n<p><br />\r\n<strong>Doctorate Level</strong><br />\r\nAfter a Master&#39;s degree, students wanting to go for higher education and have the possibility of continuing their studies can join the doctorate level of education at their very university.</p>', '', 'storage/trust/files/1/Study des/4_Mesa de trabajo 1.png', 10, 1, '2023-08-14 02:28:54', '2023-08-14 03:21:52', '', '', '', '', 1, 1);
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
(21, 8, 0, 'Study Intakes', 'study-intakes', '<p>As a student who wants to apply for a higher level of education in Sweden, you need to know all about the study intakes and deadlines in case you miss anything. Starting from the very basics, there are two intakes for international students in Sweden.</p>\r\n\r\n<p><br />\r\n<strong>Autumn Intake</strong><br />\r\nIn Sweden, the autumn intake is the primary and major intake for enrolling international students in higher education, whether bachelor&#39;s or master&#39;s degrees. Almost all of the available courses are offered by all of the universities in this intake. Here is a simple timeline for you to follow to be prepared for the autumn intake:</p>\r\n\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\">\r\n <tbody>\r\n <tr>\r\n <td><strong>Deadlines</strong></td>\r\n <td><strong>Bachelors Level</strong></td>\r\n <td><strong>Masters Level</strong></td>\r\n </tr>\r\n <tr>\r\n <td>Applications Open</td>\r\n <td>Mid- October</td>\r\n <td>Mid- October</td>\r\n </tr>\r\n <tr>\r\n <td>Application Deadline</td>\r\n <td>Mid- January</td>\r\n <td>Mid- January</td>\r\n </tr>\r\n <tr>\r\n <td>Notification of Selection</td>\r\n <td>Mid- April</td>\r\n <td>Early April</td>\r\n </tr>\r\n <tr>\r\n <td>Semester Starts</td>\r\n <td>August to September</td>\r\n <td>August to September</td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Spring Intake</strong><br />\r\nThe spring intake in Sweden is considered the secondary intake for enrolling international students into higher education levels. Classes start in January for the spring intake. However, all of the courses might not be available for this intake at some Swedish universities. The spring/January intake is a great chance for students who missed out on the autumn/September intake to enroll in new courses and not waste a whole year.<br />\r\nHere is a simple timeline for you to follow to be prepared for the spring intake:</p>\r\n\r\n<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\">\r\n <tbody>\r\n <tr>\r\n <td><strong>Deadlines</strong></td>\r\n <td><strong>Bachelors Level</strong></td>\r\n <td><strong>Masters Level</strong></td>\r\n </tr>\r\n <tr>\r\n <td>Applications Open</td>\r\n <td>June</td>\r\n <td>June</td>\r\n </tr>\r\n <tr>\r\n <td>Application Deadline</td>\r\n <td>Mid- August</td>\r\n <td>Mid- August</td>\r\n </tr>\r\n <tr>\r\n <td>Notification of Selection</td>\r\n <td>Mid- October</td>\r\n <td>Mid- October</td>\r\n </tr>\r\n <tr>\r\n <td>Semester Starts</td>\r\n <td>January</td>\r\n <td>January</td>\r\n </tr>\r\n </tbody>\r\n</table>', '', 'storage/trust/files/1/Study des/6_Mesa de trabajo 1.png', 11, 1, '2023-08-14 02:29:38', '2023-08-14 03:21:55', '', '', '', '', 1, 1),
(22, 9, 0, 'Scholarships In Denmark', 'scholarships-in-denmark', '<p>Danish universities offer generous scholarships to qualified non-EU/EUA students. Let us take a look at them!</p>\r\n\r\n<p><br />\r\n<strong>September Undergraduate Scholarships</strong><br />\r\nEach faculty member is eligible for one scholarship when studying abroad. It is available to international undergraduate students enrolling in September. The scholarship comprises a 2,000 euro reduction per year in the undergraduate non-EU tuition fee.</p>\r\n\r\n<p><br />\r\n<strong>Master&#39;s Merit Scholarship</strong><br />\r\nStudents must have a GPA of at least a B+ in the last year of their bachelor&rsquo;s degree to meet the requirements. This scholarship is available to international students. Qualifying international students will be awarded a scholarship of $7,000 or $10,000 towards the overall cost of their study. The scholarship will provide two benefits: a grant for living expenses totaling DKK 6090 per month before taxes and a tuition fee waiver. credit master&rsquo;s programs.</p>\r\n\r\n<p><br />\r\n<strong>Danish Government Scholarship</strong><br />\r\nInternational students can apply for the fully funded Danish Government Scholarship. This award is only available for graduate work. The scholarship will include two benefits: a grant to help with living expenses totaling DKK 6090 per month before taxes and a tuition fee waiver.</p>\r\n\r\n<p><br />\r\n<strong>Denmark&#39;s Erasmus Mundus Scholarship Programs</strong><br />\r\nBoth EU/EEA and non-EU/EEA students may submit an application for a scholarship through the Erasmus Mundus program in order to enroll in particular Master&#39;s degree programs that are provided jointly by a Danish institution and another European university or college.</p>\r\n\r\n<p><br />\r\n<strong>IT University of Copenhagen State Scholarships</strong><br />\r\nThree or four extremely brilliant MSc applicants (full-degree students) from outside the EU and EEA get state scholarships each year from the IT University of Copenhagen. Free tuition is one benefit of the scholarships, which also help with living costs.</p>\r\n\r\n<p><br />\r\n<strong>Danish State Strategic Scholarships for Non-EU/EEA Students at Aarhus University</strong><br />\r\nThe Danish government provides a small number of highly qualified non-EU/EEA/Swiss applicants admitted to two-year Master&#39;s degree programs at Aarhus University with scholarships. The scholarships typically come with a full tuition waiver and, more often than not, a monthly stipend for up to 23 months of the degree program.</p>', '', 'storage/trust/files/1/Study des/2_Mesa de trabajo 1 (1).png', 14, 1, '2023-08-14 03:25:05', '2023-08-14 03:34:12', '', '', '', '', 1, 1),
(23, 9, 0, 'Earn While You Learn', 'earn-while-you-learn', '<p>Denmark is the best if you are looking for a country with excellent educational quality and a very high standard of living. The benefit of going to Denmark as an international student to pursue higher education is that you can earn while you learn! The living cost of international students outside of EU/EEA countries in Denmark is 5,000 to 8,000 DKK, which is not less. Managing this cost for a student in a foreign land can become a hassle if they depend only on pre-existing funds.<br />\r\nWhile scholarships are a great way to cover tuition fees, they do not generally cover a student&rsquo;s living expenses. Working part-time jobs for international students is one way to avoid this hassle, as there is no limit or restriction on working hours for foreign students in Denmark, unlike in other countries.<br />\r\nHaving part-time jobs and balancing them with your studies can prove to be very beneficial. Here&rsquo;s a complete guide to knowing more about jobs in Denmark for international students!</p>\r\n\r\n<p><br />\r\n<strong>Rules And Regulations For Part-Time Jobs In Denmark</strong><br />\r\nTo be completely honest, finding part-time jobs for international students in the early days is difficult but not impossible. However, there are a few things to keep in mind before you go out to search for job opportunities, which will surely make it easier for you!</p>\r\n\r\n<ul>\r\n <li>As a non-EU/EEA student in Denmark, you can only work for 20 hours a week. However, students can work full time during the months of June, July, and August which are months of holidays.</li>\r\n <li>You have to apply for a work permit before you start working in Denmark. Doing any work without a work permit is considered illegal.</li>\r\n <li>You will be liable for Danish taxation if you are earning a salary. However, the amount of tax will depend on your annual income.</li>\r\n <li>Once you get a job, you need to contact the local tax authorities in Denmark. They will provide you with an electronic tax card, which will help your employer calculate the amount of taxes you need to pay.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/1_Mesa de trabajo 1 (1).png', 15, 1, '2023-08-14 03:26:46', '2023-08-14 03:34:16', '', '', '', '', 1, 1),
(24, 9, 0, 'Universities in Denmark', 'universities-in-denmark', '<p>Take a look at some of the best Danish universities and private colleges that have english-taught programs suitable just for you!</p>\r\n\r\n<p><a href=\"https://copenhagenbusinesscollege.com/\">Copenhagen Business College</a></p>\r\n\r\n<p><a href=\"https://studies.ku.dk/bachelor/admission-requirements/\">University of Copenhagen</a></p>\r\n\r\n<p><a href=\"https://www.dtu.dk/english\">Technical University of Denmark</a></p>\r\n\r\n<p><a href=\"https://www.dtu.dk/english\">University of Southern Denmark</a></p>\r\n\r\n<p><a href=\"https://international.au.dk/\">Aarhus University</a></p>\r\n\r\n<p><a href=\"https://www.baaa.dk/\">Business Academy Aarhus</a></p>\r\n\r\n<p><a href=\"https://www.aau.dk/?gad=1&amp;gclid=CjwKCAjw3ueiBhBmEiwA4BhspIB1BGzpJwt5A3fddrRlEfhWESQ6J7X96BYPiA3R1Z_CJLHtR0HD7hoC-vgQAvD_BwE\">Aalborg University</a></p>\r\n\r\n<p><a href=\"https://copenhagenbusinesscollege.com/\">Niels Brock Copenhagen Business College</a></p>\r\n\r\n<p><a href=\"https://ruc.dk/en\">Roskilde University</a></p>\r\n\r\n<p><a href=\"https://en.via.dk/\">VIA University College</a></p>\r\n\r\n<p><a href=\"https://studyindenmark.dk/portal/it-university-of-copenhagen-itu\">IT University of Copenhagen</a></p>\r\n\r\n<p><a href=\"https://eadania.com/\">Dania Academy University of Applied Science</a></p>', '', 'storage/trust/files/1/Study des/5_Mesa de trabajo 1 (1).png', 16, 1, '2023-08-14 03:27:34', '2023-08-14 03:34:18', '', '', '', '', 1, 1),
(25, 9, 0, 'Requirements', 'requirements', '<p><strong>Academic Requirements</strong><br />\r\nThe following are the academic requirements for being eligible to apply to universities in Denmark:</p>\r\n\r\n<ul>\r\n <li>For a bachelor&#39;s program, students will require a minimum qualification of 10+2 level with an above 55% or 2.6 CGPA, while some of the universities or programs may ask for higher percentages.</li>\r\n <li>For the Master&rsquo;s program, students will require 4 years of a bachelor&rsquo;s degree with an equivalent score above 60% or 2.8 CGPA, while some universities or programs may ask for higher percentages.</li>\r\n <li>To apply to Danish universities for Bachelors and Masters, you will need a minimum score of 6.5 in IELTS with no band less than 5.5.</li>\r\n <li>For bachelor&rsquo;s degree at Danish University, 13 years of education are required. Students with a 10+2 level of qualification can join bachelor&rsquo;s through AP or Pathway programs.</li>\r\n <li>For a bachelor&rsquo;s degree at private colleges, an IELTS &nbsp;score of 6.0 overall with no band less than 5.5 or PTE scores of no less than 52 are accepted.</li>\r\n <li>The PTE test is not valid for a master&#39;s degree.</li>\r\n <li>In the case of the TOEFL language proficiency test, a minimum score of 83 is required.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Admission Application Document Checklist</strong></p>\r\n\r\n<ul>\r\n <li>Up-to-date academic transcripts at the +2 or Bachelor&#39;s level are required.</li>\r\n <li>A valid passport and</li>\r\n <li>IELTS, TOEFL, or PTE test score results</li>\r\n <li>Motivational Letter</li>\r\n <li>Statement of Purpose</li>\r\n <li>Application charge (different for different universities)</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>&nbsp;<strong>Visa Application Document Checklist</strong></p>\r\n\r\n<ul>\r\n <li>Valid passport</li>\r\n <li>University offer letter</li>\r\n <li>Payment receipt of tuition fee in university for the first semester (cost differs according to university)</li>\r\n <li>Embassy and immigration fee payment receipt (approximately 3700 DKK) &nbsp;</li>\r\n <li>Bank statements and bank balance certificates are required only in the case of dependents. You must have enough funds to sustain yourself and your spouse.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/4_Mesa de trabajo 1 (1).png', 17, 1, '2023-08-14 03:28:22', '2023-08-14 03:34:21', '', '', '', '', 1, 1),
(26, 9, 0, 'Future Prospects', 'future-prospects', '<p>Studying in Denmark could be one of the most advantageous possibilities for a better life and the best career. Ask why?</p>\r\n\r\n<ul>\r\n <li>Students can work 20 hours a week from September to May and 37 hours a week from June to August. This enables them to work part time jobs that help support their living expenses. Pursuing a degree and working to sustain themselves can go hand in hand for international students in Denmark.&nbsp;</li>\r\n <li>International students in Denmark do not have the burden of extending their visa throughout their stay as students, as their visa is validated until their courses finish.</li>\r\n <li>For students who aim to settle in Denmark, it is easy to apply for a permanent residence permit. Their dependents can also easily apply for PR.</li>\r\n <li>You automatically get a PSW (Post Study Work Visa) with a validity of more than two years after completing your studies in Denmark. The benefits of PSW are that it helps you gain more experience and work on your niche. In addition, it gives you space to explore the possibilities of starting your own business.</li>\r\n <li>Denmark is the highest-paying Nordic country. According to government regulations, the hourly wage per person is 75 to 100 DKK. This means that as an international student, you can earn 6,000 to 8,000 DKK per month.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/1_Mesa de trabajo 1 (1).png', 18, 1, '2023-08-14 03:30:02', '2023-08-14 03:34:23', '', '', '', '', 1, 1),
(27, 9, 0, 'Part Time Jobs', 'part-time-jobs', '<p>Some students typically work in restaurants, motels, and coffee shops. However, some students also work in telemarketing or newspaper distribution. Others frequently use their linguistic abilities in careers that include communication. You could occasionally be fortunate enough to land a job that is associated with your area of study.<br />\r\nThese are some part-time jobs that you can do as a fresh international student in Denmark:</p>\r\n\r\n<ul>\r\n <li>Sales Assistant</li>\r\n <li>Pizza Delivery Driver</li>\r\n <li>Personal Assistant</li>\r\n <li>Pharmacy Delivery Driver</li>\r\n <li>Gardener</li>\r\n <li>Freelance Translator</li>\r\n <li>Waiter/Waitress</li>\r\n <li>Customer Assistant</li>\r\n <li>Social Media Assistant</li>\r\n <li>Photographer</li>\r\n <li>Personal Tutor</li>\r\n <li>Bartender</li>\r\n <li>Dish Washer</li>\r\n <li>Newspaper Distributor</li>\r\n <li>Bookseller</li>\r\n <li>Pet Caretaker</li>\r\n <li>Security Guard</li>\r\n <li>House Cleaner</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/4_Mesa de trabajo 1 (1).png', 19, 1, '2023-08-14 03:30:53', '2023-08-14 03:34:25', '', '', '', '', 1, 1),
(28, 9, 0, 'Study Intakes', 'study-intakes', '<p>As a student who wants to apply for a higher level of education in Denmark, you need to know all about the study intakes and deadlines in case you miss anything. Starting from the very basics, there are two intakes for international students in Denmark.</p>\r\n\r\n<p><br />\r\n<strong>Autumn Intake</strong><br />\r\nIn Denmark, the autumn intake is the primary and major intake for enrolling international students in higher education, whether bachelor&#39;s or master&#39;s degrees. Almost all of the available courses are offered by all of the universities in this intake. Here is a simple timeline for you to follow to be prepared for the autumn intake:</p>\r\n\r\n<p><strong>Timeline and To Do List</strong></p>\r\n\r\n<ul>\r\n <li><strong>July:</strong>&nbsp;Shortlist the universities that you want to apply to.</li>\r\n <li><strong>August:</strong>&nbsp;Prepare for tests like IELTS, TOEFL, or GRE according to the requirements of the university to which you wish to apply.</li>\r\n <li><strong>September to November:</strong>&nbsp;Prepare your statement of purpose (SOP). Applications to universities are open, so start applying.</li>\r\n <li><strong>Mid January:</strong>&nbsp;Application Deadline</li>\r\n <li><strong>March to June:</strong>&nbsp;Wait for an offer letter. Accept the offer.</li>\r\n <li><strong>Early May:</strong>&nbsp;Apply for a visa.</li>\r\n <li><strong>August:</strong>&nbsp;Book your ticket.</li>\r\n <li><strong>September:</strong>&nbsp;Semester starts.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Spring Intake</strong><br />\r\nIn Denmark, the spring intake is regarded as the secondary intake for enrolling international students in higher education levels. Classes for the spring semester begin in January. However, all of the courses might not be available for this intake at some Swedish universities. The spring/January intake provides an excellent opportunity for students who were unable to enroll in new courses during the autumn or September intakes to do so without wasting an entire year.<br />\r\nHere is a simple timeline for you to follow to be prepared for the spring intake:</p>\r\n\r\n<p><strong>Timeline and To Do List</strong></p>\r\n\r\n<ul>\r\n <li><strong>April:</strong>&nbsp;Shortlist the universities that you want to apply to.</li>\r\n <li><strong>May:</strong>&nbsp;Prepare for tests like IELTS, TOEFL, or GRE according to the requirements of the university.</li>\r\n <li><strong>July:</strong>&nbsp;Prepare your statement of purpose (SOP). Applications to universities are open, so start applying.</li>\r\n <li><strong>Mid August or the first week of September:</strong>&nbsp;Application Deadline</li>\r\n <li><strong>October to November:</strong>&nbsp;Wait for an offer letter. Accept the offer.</li>\r\n <li><strong>End of November:</strong>&nbsp;Apply for a visa.</li>\r\n <li><strong>End of December:</strong>&nbsp;Book your ticket.</li>\r\n <li><strong>End of January:</strong>&nbsp;Semester starts.</li>\r\n</ul>\r\n\r\n<p>Note: It is important to have all of your documents ready before you start applying for universities and visas according to the timeline above. A slight insufficiency of documents can lead to a delay in the application process. To stay up to date, take a look at the list of document requirements for the entire process.</p>', '', 'storage/trust/files/1/Study des/4_Mesa de trabajo 1 (1).png', 20, 1, '2023-08-14 03:31:49', '2023-08-14 03:34:28', '', '', '', '', 1, 1),
(29, 9, 0, 'Study Programs in Denmark', 'study-programs-in-denmark', '<ul>\r\n <li>Business and Administration</li>\r\n <li>Branding and Marketing</li>\r\n <li>General Management</li>\r\n <li>Tourism and Hospitality Management</li>\r\n <li>Engineering and Technology</li>\r\n <li>Agriculture and Environment</li>\r\n <li>Art, Design, and Architecture</li>\r\n <li>Computer Science and IT</li>\r\n <li>Journalism and Digital Media</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/4_Mesa de trabajo 1 (1).png', 21, 1, '2023-08-14 03:32:37', '2023-08-14 03:34:32', '', '', '', '', 1, 1),
(30, 9, 0, 'Education System', 'education-system', '<p>Denmark is well known for its outstanding educational system in addition to its stunning Nordic scenery. Its seven universities are listed in international academic rankings. Joining a Danish university for higher education can be taken as a privilege, as these top universities offer the best education along with a handful of scholarships and waivers.</p>\r\n\r\n<p>Let us dive in to learn more about the education system in Denmark!</p>\r\n\r\n<p><strong>Higher Education</strong><br />\r\nLet us take a closer look at Denmark&#39;s higher education system:</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>Undergraduate or Bachelor&#39;s Level:</strong>&nbsp;The 180-ECTS bachelor&#39;s degree program lasts three years. It is a research-based curriculum that leads to an academic degree. Although there are study breaks available to students, this curriculum is primarily theoretical. It includes significant project work and independent investigations.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>Postgraduate or Masters Level:&nbsp;</strong>A two year, 120 ECTS course leads to a master&#39;s degree. This is a university degree that includes research-based instruction. Such master&#39;s degrees provide entrance to PhD programs by providing options for internships in Denmark and abroad, as well as exchange opportunities at universities throughout the globe.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>Doctorate Level:&nbsp;</strong>The three-year PhD program requires 180 ECTS. This diploma is issued by a university or other academic institution. This program also provides opportunities for Danish research and teaching. Along with financial help, international cooperation and experience are also offered.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/1_Mesa de trabajo 1 (1).png', 22, 1, '2023-08-14 03:33:39', '2023-08-14 03:34:35', '', '', '', '', 1, 1),
(31, 10, 0, 'Universities in UK', 'universities-in-uk', '<p>Among the renowned universities in UK these are some of the lists of universities that have been highly accredited: &nbsp;</p>\r\n\r\n<ul>\r\n <li><a href=\"https://www1.chester.ac.uk/\">University of Chester</a></li>\r\n <li><a href=\"https://www.ravensbourne.ac.uk/\">Ravensbourne University</a></li>\r\n <li><a href=\"https://www.roehampton.ac.uk/\">University of Roehampton</a></li>\r\n <li><a href=\"https://www.uws.ac.uk/\">University of West of Scotland</a></li>\r\n <li><a href=\"https://www.birmingham.ac.uk/index.aspx\">Birmingham City University</a></li>\r\n <li><a href=\"https://www.bpp.com/about-bpp/bpp-university\">BPP University</a></li>\r\n <li><a href=\"https://www.uca.ac.uk/\">University for the Creative Arts</a></li>\r\n <li><a href=\"https://uel.ac.uk/\">University of East London</a></li>\r\n <li><a href=\"https://www.uwl.ac.uk/\">University of West London</a></li>\r\n <li><a href=\"https://www.dmu.ac.uk/home.aspx\">De Montfort University</a></li>\r\n <li><a href=\"https://www.gre.ac.uk/international/ugic\">University of Greenwich</a></li>\r\n <li><a href=\"https://london.sunderland.ac.uk/\">University of Sunderland</a></li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>These universities are consistently ranked among the top universities in the world, and offer a wide range of academic programs at undergraduate, postgraduate, and research levels. In addition to these universities, there are many other excellent institutions throughout the UK, including Russell Group universities, which are known for their research excellence. Each university has its own unique strengths and specializations, so it&#39;s important for students to research and find the best fit for their academic interests and goals.</p>', '', 'storage/trust/files/1/Study des/uk/UK icons-02.png', 25, 1, '2023-08-14 03:40:07', '2023-08-14 03:47:08', '', '', '', '', 1, 1),
(32, 10, 0, 'Education System', 'education-system', '<p>There are three stages of higher education in the United Kingdom. They are Bachelor&#39;s (UG), Master&#39;s (PG) and Doctorate level. Education in the UK is compulsory for all children from the ages of 5 to 16. Ages 5 to 16 cover the early years of education up to the secondary level and everything in between. Higher Education (HE) is for students who want to go for full-time studies.<br />\r\nLet us examine the education system in the United Kingdom in depth.</p>\r\n\r\n<p><br />\r\n<strong>Education System</strong></p>\r\n\r\n<p><strong>Higher Level Education</strong><br />\r\nThe higher level of education is divided into three stages in the UK. Take a look at them in detail below:</p>\r\n\r\n<p><br />\r\n<strong>Bachelor&rsquo;s Or Undergraduate Level</strong><br />\r\nIn the UK, a bachelor&rsquo;s degree normally takes three years to complete. Specifically, England, Wales, and Ireland have 3 years of bachelor&rsquo;s degrees, whereas Scotland has 4 years of bachelor&rsquo;s degrees.<br />\r\nPostgraduate courses help students learn about various aspects while gaining broader knowledge in specific areas of interest.<br />\r\nUniversities in the UK offer various courses for students at this level of education. A student must have completed their Further Education (FE) &nbsp;to be able to enroll in undergraduate level education. The bachelor&#39;s level is the first cycle of higher education.</p>\r\n\r\n<p><br />\r\n<strong>Masters Or Postgraduate Level</strong><br />\r\nMaster&rsquo;s or postgraduate levels of education are specifically focused on niches and are for specialization in one field. Most of the master&#39;s level covers only one year in the UK, unlike other countries. These programs are open to all students, national or international, if they have earned a bachelor&#39;s degree.</p>\r\n\r\n<p><br />\r\n<strong>Doctorate Level</strong><br />\r\nAfter a Master&#39;s degree, students wanting to go for higher education and have the possibility of continuing their studies can join the doctorate level of education at their very university. This level of education normally takes 3 to 4 years to complete. However, in the case of part-time doctorate courses, it can take up to six or seven years.</p>', '', 'storage/trust/files/1/Study des/uk/UK icons-05.png', 26, 1, '2023-08-14 03:40:51', '2023-08-14 03:47:10', '', '', '', '', 1, 1),
(33, 10, 0, 'Requirement to study in UK', 'requirement-to-study-in-uk', '<p><strong>Academic Requirements</strong><br />\r\nThe academic requirements to apply for bachelor&#39;s and master&rsquo;s degrees are slightly different in the UK. Take a look below for a clearer idea.</p>\r\n\r\n<p><br />\r\n<strong>For a Bachelor&#39;s degree:</strong></p>\r\n\r\n<ul>\r\n <li>A minimum academic score of 70% or above or a minimum &nbsp;GPA of 2.8 is required.</li>\r\n <li>IELTS test score of a minimum of 6.0 overall and no band less than 5.5.</li>\r\n <li>Gap of no more than 3 years.</li>\r\n</ul>\r\n\r\n<p><br />\r\n<strong>For a Master&rsquo;s degree:</strong></p>\r\n\r\n<ul>\r\n <li>A minimum academic score of 60% or above is required for 3 years of a bachelor&#39;s degree.</li>\r\n <li>A minimum academic score of 50% or above is required for four years of a bachelor&rsquo;s degree.</li>\r\n <li>IELTS test score of at least 6.5 overall and no band less than 6.0.</li>\r\n <li>Gap no more than that of 4 to 5 years.</li>\r\n</ul>\r\n\r\n<p><br />\r\n<strong>Note:&nbsp;</strong></p>\r\n\r\n<p>Some universities may have an IELTS waiver if a student has scored 70+ marks or a B/B+ grade in an English subject under the 10 + 2 qualification examination.<br />\r\nFor academic scores less than those mentioned above, foundation courses are available.</p>\r\n\r\n<p><strong>University Application Requirements</strong><br />\r\nHere is a list of documents you need to have before you apply for higher education at universities.</p>\r\n\r\n<ul>\r\n <li>Application form</li>\r\n <li>A valid passport</li>\r\n <li>Up-to-date academic documents</li>\r\n <li>Language Proficiency Test Results</li>\r\n <li>Two recommendation letters</li>\r\n <li>Statement Of Purpose</li>\r\n <li>In case of gap years, explanation is required with proof of work experience.</li>\r\n</ul>\r\n\r\n<p><br />\r\n<strong>Visa Application Requirements</strong></p>\r\n\r\n<ul>\r\n <li>A valid passport</li>\r\n <li>Academic Documents (SLC/SEE and above)</li>\r\n <li>CAS Letter (which will be given by your university)</li>\r\n <li>Bank balance certificate and statement. (Funds must be in the bank on hold for at least 28 days or while applying for a visa.)</li>\r\n <li>Medical Report (from IOM)</li>\r\n <li>Police Report</li>\r\n <li>Birth Certificate</li>\r\n <li>Copy of Citizenship</li>\r\n <li>Refusal history (if any)</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/uk/UK icons-04.png', 27, 1, '2023-08-14 03:41:56', '2023-08-14 03:47:12', '', '', '', '', 1, 1),
(34, 10, 0, 'List of study programs', 'list-of-study-programs', '<p>&nbsp;There are numerous study programs available to students.</p>\r\n\r\n<p><strong>Business and Management:</strong><br />\r\nUK universities are renowned for their business and management programs, offering a range of undergraduate and postgraduate courses in areas such as finance, marketing, and entrepreneurship.</p>\r\n\r\n<p><strong>Engineering:&nbsp;</strong><br />\r\nUK universities offer a variety of engineering programs at undergraduate and postgraduate levels, including mechanical, civil, electrical, and chemical engineering.</p>\r\n\r\n<p><strong>Law:</strong><br />\r\nUK law schools are highly respected around the world, and offer undergraduate and postgraduate courses in areas such as international law, corporate law, and human rights law.</p>\r\n\r\n<p><strong>Medicine:</strong>&nbsp;<br />\r\nUK medical schools are highly competitive, but offer some of the best medical education in the world. Many international students come to the UK to study medicine, dentistry, and other health-related disciplines.</p>\r\n\r\n<p><strong>Computer Science and Information Technology:</strong><br />\r\nUK universities offer a range of undergraduate and postgraduate programs in computer science and IT, including courses in software engineering, artificial intelligence, and cyber security.</p>\r\n\r\n<p><strong>Arts and Humanities:</strong>&nbsp;<br />\r\nUK universities have a strong tradition in the arts and humanities, offering courses in areas such as literature, history, philosophy, and the creative arts.</p>\r\n\r\n<p><strong>Sciences:</strong><br />\r\nUK universities offer a range of science courses, including biology, chemistry, physics, and environmental science.</p>\r\n\r\n<p><strong>Social Sciences:&nbsp;</strong><br />\r\nUK universities offer a variety of social science courses, including psychology, sociology, anthropology, and international relations.</p>\r\n\r\n<p><br />\r\n<strong>Some Common Bachelor&rsquo;s Degree Programs</strong></p>\r\n\r\n<ul>\r\n <li>Bachelor of Arts</li>\r\n <li>Bachelor of Science</li>\r\n <li>Bachelor of Education</li>\r\n <li>Bachelor of Engineering</li>\r\n <li>Bachelor of Business Management</li>\r\n <li>Bachelor of Medicine, Bachelor of Surgery</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Some Common Master&rsquo;s Degree Programs</strong></p>\r\n\r\n<ul>\r\n <li>Master of Arts</li>\r\n <li>Master of Science</li>\r\n <li>Master of Education</li>\r\n <li>Master of Research</li>\r\n <li>Master of Philosophy</li>\r\n <li>Master of Law</li>\r\n <li>Master of Business Administration</li>\r\n <li>Master of Engineering</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/uk/UK icons-03.png', 28, 1, '2023-08-14 03:42:42', '2023-08-14 03:47:15', '', '', '', '', 1, 1),
(35, 10, 0, 'Scholarships for International students', 'scholarships-for-international-students', '<p>Scholarships are given to international students on the basis of merit by universities in the UK. However, the other aspect of the scholarship scheme is that some universities offer waivers of tuition fees for students from South Asian countries like Nepal. The amount of the waiver differs from one university to another.</p>\r\n\r\n<p><br />\r\n<strong>University of West London International Ambassador Scholarships:&nbsp;</strong>The University of West London&#39;s International Ambassador Scholarship honors and supports exceptional candidates who want to enroll full-time in undergraduate or graduate programs there. The students will represent the University of West London abroad as ambassadors. There are fifty scholarships available, each earning up to &pound;5,000.</p>\r\n\r\n<p><br />\r\n<strong>University of Roehampton:&nbsp;</strong>The University of Roehampton offers merit based scholarships to international students whose GPA is higher than 2.6. Students securing a GPA greater than 3 in their intermediate or bachelor&#39;s level are granted a waiver of up to &pound;4,000. These scholarships are given to students every year.</p>\r\n\r\n<p><br />\r\n<strong>University of Ravensbourne:&nbsp;</strong>The Ravensbourne Scholarship covers up to &pound;3,500 worth of scholarships for international students from South Asian countries like Nepal. This scholarship is offered to students enrolling in undergraduate courses only on the basis of merit.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>Commonwealth Scholarships:</strong>&nbsp;Commonwealth Scholarships are awarded to students from Commonwealth countries to study a master&#39;s or doctoral degree at a UK university. These scholarships cover tuition fees, a monthly stipend, and travel costs.</p>\r\n\r\n<p><strong>Great Scholarships:&nbsp;</strong>Great Scholarships are offered to students from specific countries in partnership with the British Council. These scholarships cover the full cost of tuition fees for a one-year postgraduate degree in a range of subjects.</p>', '', 'storage/trust/files/1/Study des/uk/UK icons-06.png', 29, 1, '2023-08-14 03:43:39', '2023-08-14 03:47:19', '', '', '', '', 1, 1),
(36, 10, 0, 'Earn While You Learn', 'earn-while-you-learn', '<p>The UK is your cue if you are looking for a country with excellent education and a very high standard of living. The benefit of going to London as an international student to pursue higher education is that you can earn while you learn! The living cost of international students outside of EU/EEA countries inside the city of London is &pound;1350, and outside of London it is &pound;1050, which is not very less. Managing this cost for a student in a foreign land can become a hassle if they depend only on pre-existing funds.</p>\r\n\r\n<p>While scholarships are a great way to cover tuition fees, they do not generally cover a student&rsquo;s living expenses. One way to get around this hassle and make ends meet is to work part-time. International students are allowed to work up to 20 hours a week to ease their pockets and have some social time.</p>\r\n\r\n<p>Having part-time jobs and balancing them with your studies can prove to be very beneficial. Here&rsquo;s a complete guide to knowing more about jobs in the UK for international students!</p>\r\n\r\n<p><strong>Rules For Part-Time Jobs In The UK</strong><br />\r\nTo be completely honest, finding part-time jobs for international students in the early days is difficult but not impossible. However, there are a few things to keep in mind before you go out to search for job opportunities, which will surely make it easier for you!</p>\r\n\r\n<ul>\r\n <li>You need to apply for a National Insurance Number (NINO) to be eligible to work in the UK. However, you do not need to have received NINO before you start work and can start even if you have just applied for it. Applying for NINO is easy. You can just do it via your phone.</li>\r\n <li>The work that you do must be legal and authorized.</li>\r\n <li>You can only work 20 hours a week as an international student in the UK.</li>\r\n <li>You can work full-time only during holidays like Christmas or Easter and summer breaks.</li>\r\n <li>Students are accountable for paying taxes and National Insurance (NI). Students with incomes between &pound;166 and &pound;962 a week will have to pay 12% of their income for NI. Similarly, students with earnings above &pound;892 a week are charged 2% tax.</li>\r\n <li>Self-employment in works like freelance jobs is not allowed.</li>\r\n <li>International students in the UK are not allowed to work in professional sports or as private entertainers.</li>\r\n</ul>\r\n\r\n<p>[Note: Additional information and limitations that have not been mentioned above will be printed out on your Tier 4 visa sticker.]</p>', '', 'storage/trust/files/1/Study des/uk/UK icons-06.png', 30, 1, '2023-08-14 03:44:25', '2023-08-14 03:47:21', '', '', '', '', 1, 1),
(37, 10, 0, 'Part Time Jobs In The UK', 'part-time-jobs-in-the-uk', '<p>Have you ever wondered what type of job you could do while you are studying in the UK? Here is a long list of jobs that will give you an idea of what jobs to seek as an international student.</p>\r\n\r\n<ul>\r\n <li>Sales Assistant</li>\r\n <li>Pizza delivery driver</li>\r\n <li>Personal Assistant</li>\r\n <li>Pharmacy Delivery Driver</li>\r\n <li>Gardener</li>\r\n <li>Freelance Translator</li>\r\n <li>Waiter/Waitress</li>\r\n <li>Customer Assistant</li>\r\n <li>Social Media Assistant</li>\r\n <li>Photographer</li>\r\n <li>Personal Tutor</li>\r\n <li>Bartender</li>\r\n <li>Dish Washer</li>\r\n <li>Newspaper Distributor</li>\r\n <li>Bookseller</li>\r\n <li>Pet Caretaker</li>\r\n <li>Security Guard</li>\r\n <li>House Cleaner<br />\r\n &nbsp;</li>\r\n</ul>\r\n\r\n<p><strong>Highest Paying Part-Time Jobs In The UK</strong><br />\r\nFinding a part-time job that pays well is not easy for fresh international students. So, here&#39;s a list of the highest-paying jobs among regular part time jobs in the UK:</p>\r\n\r\n<ul>\r\n <li><strong>Marketing:</strong>&nbsp;Pays up to &pound;11.50 per hour</li>\r\n <li><strong>Accountancy:</strong>&nbsp;Pays up to &pound;12 per hour.</li>\r\n <li><strong>Education:</strong>&nbsp;Pays up to &pound;11.34 per hour</li>\r\n <li><strong>Healthcare Services:</strong>&nbsp;Pays up to &pound;10.80 per hour.</li>\r\n <li><strong>Social Care:</strong>&nbsp;Pays up to &pound;9.50 per hour.</li>\r\n <li><strong>Administration:</strong>&nbsp;Pays up to &pound;9 per hour</li>\r\n <li><strong>Sales:</strong>&nbsp;Pays up to &pound;8.80 per hour</li>\r\n <li><strong>Customer Service:</strong>&nbsp;Pays up to &pound;10 per hour</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/uk/UK icons-02.png', 31, 1, '2023-08-14 03:45:05', '2023-08-14 03:47:23', '', '', '', '', 1, 1),
(38, 10, 0, 'Future Prospects', 'future-prospects', '<p>Studying in the UK could be one of the most advantageous possibilities for a better life and the best career. Ask why?</p>\r\n\r\n<ul>\r\n <li>You can work for up to 20 hours a week as an international student in the UK. This enables you to work part time jobs that help support your living expenses. Pursuing a degree and working to sustain themselves can go hand in hand for an international student in the UK.</li>\r\n <li>If you want to take up a permanent full-time job, you can apply for a skilled worker visa for up to three months before your expected course/degree is completed.</li>\r\n <li>You can also apply for higher education at the &nbsp;master&rsquo;s and doctorate levels after finishing one degree course.</li>\r\n <li>You can apply to get a PSW (Post Study Work Visa) with a validity of two years after completing your studies in the UK. The benefits of PSW are that it helps you gain more experience in any sector at any level and work on your niche. In addition, it gives you space to explore the possibilities of starting your own business.</li>\r\n <li>According to government regulations, most part-time jobs pay nearly &pound;100 to &pound;200 a week. If your skills are advanced, you can expect to earn &pound;300 to &nbsp;&pound;400 a week, which annually adds up to &pound;4000 to &pound;7000.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/uk/UK icons-03.png', 32, 1, '2023-08-14 03:46:05', '2023-08-14 03:47:25', '', '', '', '', 1, 1),
(39, 10, 0, 'Study Intakes', 'study-intakes', '<p>Unlike other European countries, the UK offers three different intakes for international students. Among the three intakes, September/October (fall) intakes and January/February (winter) intakes are the two most significant ones. Students who have missed the two major intakes can apply for the May intake, which saves them six months&#39; worth of time.</p>\r\n\r\n<p>Let us take a detailed look at each intake:</p>\r\n\r\n<p><strong>September/October Intake:</strong></p>\r\n\r\n<p>The September intake, also known as the fall/autumn intake, is the primary intake for universities offering higher education to international students. Universities and colleges offer their major programs during this intake.</p>\r\n\r\n<p>Students applying for admission in this intake get exclusively wide options for study courses. Having said that, there is intense competition to secure their place in universities due to the massive numbers of applicants. However, there is a maximum availability of scholarships and tuition fee waivers in this intake.</p>\r\n\r\n<p>Here is a detailed timeline for you to stay updated on things to do during your application process. Take a look!</p>\r\n\r\n<p><strong>Timeline and Activities</strong></p>\r\n\r\n<ul>\r\n <li><strong>April to September:</strong>&nbsp;Shortlist the universities that you would like to apply to.</li>\r\n <li><strong>June to December:</strong>&nbsp;Prepare for the GMAT, GRE, TOEFL, or IELTS tests. (depending on your university&#39;s requirements)</li>\r\n <li><strong>August to December:</strong>&nbsp;Start preparing yourself to write a statement of purpose.</li>\r\n <li><strong>December To July:</strong>&nbsp;Applications are open; fill out &nbsp;and submit your application and send the &nbsp;documents asked by the university.</li>\r\n <li><strong>April to July:</strong>&nbsp;Wait for an acceptance letter; accept the offer; apply for a scholarship.</li>\r\n <li><strong>June to August:</strong>&nbsp;Apply for a visa along with an offer letter and other documents.</li>\r\n <li><strong>July to August:</strong>&nbsp;Book your flight ticket and plan your journey.</li>\r\n <li><strong>September/October:</strong>&nbsp;Semester begins.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>January/February Intake</strong><br />\r\nThe January intake, also known as the winter/spring intake, is the secondary intake for universities offering higher education to international students. Universities offer a lesser number of programs in this intake compared to the September intake.</p>\r\n\r\n<p>However, the positive part of this intake is that you do not have to lose a lot of time if you missed out on the September intake, as there are fewer applications. This means your chances of getting admission right away are much higher. Universities also offer a handful of scholarships and tuition waivers.</p>\r\n\r\n<p>Let us take a look at a detailed timeline for the January/February intake so that you do not miss out on any vital steps and can plan ahead.</p>\r\n\r\n<p><strong>Timeline and Activities</strong></p>\r\n\r\n<ul>\r\n <li><strong>April to June:</strong>&nbsp;Shortlist the universities that you want to apply to; Gather information about the requirements of the university to be eligible to apply.</li>\r\n <li><strong>June to September:</strong>&nbsp;Prepare for the IELTS according to the requirement of university.</li>\r\n <li><strong>August to September:</strong>&nbsp;Prepare a Statement of Purpose.</li>\r\n <li><strong>September to November:</strong>&nbsp;Applications are open. Fill out the applications and send the required documents.</li>\r\n <li><strong>October to November:</strong>&nbsp;Check and revert emails; appear in the selection process; accept the offer letter.</li>\r\n <li><strong>October to December:</strong>&nbsp;Apply for a &nbsp;student visa and also apply for scholarships.</li>\r\n <li><strong>December to January:</strong>&nbsp;Book your flight tickets and plan your journey ahead.</li>\r\n <li><strong>January/February:</strong>&nbsp;Semester begins.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>May Intake</strong><br />\r\nThe May intake is the shortest summer intake offered by universities to enroll international students in higher education study courses. Admissions in this intake are offered by only a few selected universities.</p>\r\n\r\n<p>The May intake offers only a limited number of study programs to students. However, there are very few applicants, which makes it easier for students to get admissions due to less competition.</p>\r\n\r\n<p>Let us take a look at a detailed timeline for you to prepare yourself for the May intake.</p>\r\n\r\n<p><strong>Timeline and Activities</strong></p>\r\n\r\n<ul>\r\n <li><strong>August to September:&nbsp;</strong>Explore and shortlist your university and college options.</li>\r\n <li><strong>September to October:&nbsp;</strong>Prepare for the GMAT, GRE, TOEFL, and IELTS. (according to the &nbsp;requirements of universities)</li>\r\n <li><strong>October to February:&nbsp;</strong>Submit university application forms along with the required documents.</li>\r\n <li><strong>February to March:&nbsp;</strong>Wait for the offer letter; accept the offer.</li>\r\n <li><strong>March to April:&nbsp;</strong>Apply for a visa.</li>\r\n <li><strong>April:&nbsp;</strong>Book your ticket and plan your journey ahead.</li>\r\n <li><strong>May:&nbsp;</strong>Semester Starts</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/uk/UK icons-04.png', 33, 1, '2023-08-14 03:46:49', '2023-08-14 03:47:27', '', '', '', '', 1, 1),
(40, 11, 0, 'Requirements', 'requirements', '<p><strong>Academic Requirements</strong></p>\r\n\r\n<ul>\r\n <li>For a Master&rsquo;s program, a bachelor&#39;s degree or equivalent of at least 4 years of study (it must include courses equal to at least 1 or 2 years of full-time studies in a subject relevant to the program you applied for)</li>\r\n <li>For a bachelor&#39;s program, a minimum qualification of 10+2 level along with one year of university education with an above 50% score is required. However, &nbsp;some of the universities or programs may ask for a higher GPA.</li>\r\n <li>English language proficiency test results are required with a minimum score of 6.5 overall and 5.5 in each band for the IELTS test.</li>\r\n <li>In the case of the PTE test, a minimum score of 62 overall and 61 in writing is required.</li>\r\n</ul>\r\n\r\n<p>[Note: Some universities may accept TOEFL and also ask for GRE test results depending on the course you choose.]</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Documents Required For University Application</strong></p>\r\n\r\n<ul>\r\n <li>An up-to-date academic transcript.</li>\r\n <li>A motivational letter clarifying why you chose to study at the specific university.</li>\r\n <li>Curriculum Vitae (C/V) in case of any work experience.</li>\r\n <li>GMAT/GRE test score results (may or may not be required/ only if the university asks for them).</li>\r\n <li>TOFEL/ IELTS/ PTE test score results.</li>\r\n <li>Financial declaration stating that you are able to support yourself for at least a year after you reach Norway.</li>\r\n <li>A valid passport.</li>\r\n <li>An application fee of approximately NOK 550.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Visa Application Document Checklist</strong></p>\r\n\r\n<ul>\r\n <li>A valid passport.</li>\r\n <li>Accurate confirmation of admission to an approved university or an offer letter from your university.</li>\r\n <li>You need to meet the standards of health and health insurance.</li>\r\n <li>Proof of sufficient funds to support yourself while in Norway is mandatory. You should have enough money to cover your tuition fees and living expenses. These funds must be kept in a Norwegian bank account. Your university will help you set up a bank account in Norway. (In the case of dependents, you must have enough funds to support them as well.)</li>\r\n <li>Proof of having an accommodation in Norway.</li>\r\n <li>Receipt proof of paid application fee (approximately NOK 4900).</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/norway/4_Mesa de trabajo 1 (3).png', 37, 1, '2023-08-14 03:51:43', '2023-08-14 04:02:33', '', '', '', '', 1, 1),
(41, 11, 0, 'Universities', 'universities', '<p>Norway has some of the best universities in the world, with many of them ranking among the top in the world. In Norway, universities can be divided into two categories. Take a look below to learn more about them!</p>\r\n\r\n<p><strong>Public Universities In Norway</strong></p>\r\n\r\n<ul>\r\n <li><a href=\"https://www.uio.no/english/\">University of Oslo</a></li>\r\n <li><a href=\"https://www.uib.no/en\">University of Bergen</a></li>\r\n <li><a href=\"https://www.ntnu.edu/\">Norwegian University of Science and Technology</a></li>\r\n <li><a href=\"https://www.uis.no/en\">Stavanger University of Norway</a></li>\r\n <li><a href=\"https://www.nord.no/en\">Nord University</a></li>\r\n <li><a href=\"https://www.oslomet.no/en/\">Oslo Metropolitan University</a></li>\r\n <li><a href=\"https://www.hvl.no/en/\">Western Norway University of Applied Science</a></li>\r\n <li><a href=\"https://en.uit.no/startsida\">UiT- The Arctic University of Norway</a></li>\r\n <li><a href=\"https://www.nmbu.no/en\">Norwegian University of Life Sciences</a></li>\r\n <li><a href=\"https://www.uia.no/en\">University of Agder</a></li>\r\n <li><a href=\"https://www.nhh.no/en/\">Norwegian School of Economics</a></li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Private Universities In Norway</strong></p>\r\n\r\n<ul>\r\n <li><a href=\"https://www.bi.edu/\">BI Norwegian Business School</a></li>\r\n <li><a href=\"https://www.nla.no/en/\">NLA University College</a></li>\r\n <li><a href=\"https://dmmh.no/en\">Queen Maud University College</a></li>\r\n</ul>', '', 'storage/trust/files/1/Study des/norway/5_Mesa de trabajo 1 (3).png', 38, 1, '2023-08-14 03:52:33', '2023-08-14 04:02:41', '', '', '', '', 1, 1);
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
(42, 11, 0, 'Intakes', 'intakes', '<p>As a student who wants to apply for a higher level of education in Norway, you need to know all about the study intakes and deadlines in case you miss anything.<br />\r\nStarting from the very basics, there is only one intake for international students in Norway. The Norwegian education system has only one intake, the August/September intake, as the school year starts from mid-August to late June.</p>\r\n\r\n<p><br />\r\n<strong>August/September Intake</strong><br />\r\nSince Norway has only one intake for international students for both bachelor&#39;s and master&#39;s programs.<br />\r\nThere are a lot of documents you need to get ready for the university and visa application processes. So, take a look at the timeline below so that you do not miss out on any of the vital steps:</p>\r\n\r\n<p><strong>Timeline and Step By Step Process:</strong></p>\r\n\r\n<ul>\r\n <li><strong>1st of November:</strong>&nbsp;Applications Open</li>\r\n <li><strong>1st of December:</strong>&nbsp;Applications Deadline</li>\r\n <li><strong>End of March:</strong>&nbsp;Offer Letter Notification</li>\r\n <li><strong>15th of April:</strong>&nbsp;Fee and Funds Deposit Deadline</li>\r\n <li><strong>15th of May:</strong>&nbsp;Settlement Arrangement</li>\r\n <li><strong>June:</strong>&nbsp;Visa/Residence Permit Comes Through</li>\r\n <li><strong>August End/Early September:</strong>&nbsp;Semester Starts</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>Note: It is important to have all of your documents ready before you start applying for universities and visas according to the timeline above. A slight insufficiency in documents can lead to a delay in the application process.</p>', '', 'storage/trust/files/1/Study des/norway/1_Mesa de trabajo 1 (3).png', 39, 1, '2023-08-14 03:53:43', '2023-08-14 04:02:42', '', '', '', '', 1, 1),
(43, 11, 0, 'Fundamentals of Norway', 'fundamentals-of-norway', '<p>Norway, a Nordic country located in Northern Europe, with borders to Sweden, Finland, and Russia on the east side is known as the Land of Midnight Sun. The capital city of Norway is Oslo. The current population of Norway is about 5.5 million. Nearly half of the population of the country lives in the far south, in the regions around the capital city, Oslo. The climate here is wet and mild compared to the east and the north, where winters are longer and colder.<br />\r\nNorway is a very popular and great destination for abroad studies. The Norwegian higher education sector is known for its high academic standards with the best universities from around the world such as the University of Oslo, University of Bergen, Norwegian University of Science and Technology, and many more.</p>', '', 'storage/trust/files/1/Study des/norway/Norway-01-01 (2).png', 40, 1, '2023-08-14 03:55:05', '2023-08-14 04:02:45', '', '', '', '', 1, 1),
(44, 11, 0, 'Study Programs in Norway', 'study-programs-in-norway', '<p>Norway offers a wide range of study programs at the bachelor&rsquo;s and master&rsquo;s levels. All of these courses offered by Norwegian universities are from the EU education program, as Norway is a member of the European Economic Area.</p>\r\n\r\n<p><strong>Most Popular Study Programs In Norway</strong></p>\r\n\r\n<ul>\r\n <li>Life sciences and biotechnology</li>\r\n <li>Agricultural science</li>\r\n <li>Natural sciences</li>\r\n <li>Energy and sustainability</li>\r\n <li>Social sciences&nbsp;</li>\r\n <li>Digital media, animation, and visual arts</li>\r\n <li>Marketing and management studies</li>\r\n <li>IT and technology</li>\r\n <li>Tourism and hospitality</li>\r\n <li>Ecology</li>\r\n <li>Marine studies</li>\r\n <li>Architecture</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Popular Programs For International Students In Norway</strong></p>\r\n\r\n<ul>\r\n <li>Architecture</li>\r\n <li>Master of business administration</li>\r\n <li>Bachelor of engineering</li>\r\n <li>Law</li>\r\n <li>Teaching</li>\r\n <li>Bachelor programs in science</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/norway/Norway-01-01 (2).png', 41, 1, '2023-08-14 03:57:37', '2023-08-14 04:02:47', '', '', '', '', 1, 1),
(45, 11, 0, 'Earn While You Learn', 'earn-while-you-learn', '<p>If you&#39;re looking for a country with high-quality education and a high standard of living, Norway is the place to go. The benefit of going to Norway as an international student to pursue higher education is that you can earn while you learn! The living cost of international students outside of EU/EEA countries is 7,000 to 10,000 NOK, which is not very low. Managing this cost for a student in a foreign land can become a hassle if they depend only on pre-existing funds.<br />\r\nWhile scholarships are a great way to cover tuition fees, they do not generally cover a student&rsquo;s living expenses. One way to get around this hassle is to work part-time jobs for international students, as there is only a 20-hour limit per week for foreign students in Norway, unlike other countries.<br />\r\nHaving part-time jobs and balancing them with your studies can prove to be very beneficial. Here&rsquo;s a complete guide to knowing more about jobs in Norway for international students!</p>\r\n\r\n<p><strong>Rules And Regulations For Part-Time Jobs In Norway</strong></p>\r\n\r\n<p>To be completely honest, finding part-time jobs for international students in the early days is difficult but not impossible. However, there are a few things to keep in mind before you go out to search for job opportunities, which will surely make it easier for you!</p>\r\n\r\n<ul>\r\n <li>Students with residence permits (student visas) are preferred and allowed to work in Norway.</li>\r\n <li>You must be worried that there is a 20-hour limit for working as a student in Norway. However, there is a catch! You will be expected to spend at least 40 hours a week on your studies. This will help you balance your studies and work.</li>\r\n <li>Part-time jobs in Norway for international students pay about 14,000 NOK per month with a 20% to 30% tax deduction.</li>\r\n <li>It is important to know that relying only on part-time jobs will not be sufficient to cover your entire living costs. However, it will surely help you ease your tight budget as an international student.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/norway/5_Mesa de trabajo 1 (3).png', 42, 1, '2023-08-14 03:59:03', '2023-08-14 04:02:49', '', '', '', '', 1, 1),
(46, 11, 0, 'Part Time Jobs and Their Pay In Norway', 'part-time-jobs-and-their-pay-in-norway', '<p>Here are a few types of part-time jobs you can get as a fresh international student in Norway. You can eventually work your way up after gaining some experience and networking through these jobs. Take a look!</p>\r\n\r\n<ul>\r\n <li><strong>Customer Service Agent:</strong>&nbsp;Pays an average of NOK 100 per hour.</li>\r\n <li><strong>Waiter/Waitress:</strong>&nbsp;Pays an average of NOK 323 per hour.</li>\r\n <li><strong>Cleaning staff or housekeepers:</strong>&nbsp;Pays an average of NOK 198 per hour.</li>\r\n <li><strong>Assistant:</strong>&nbsp;Pays an average of NOK 175 per hour.</li>\r\n <li><strong>Sales Advisor:</strong>&nbsp;Pays an average of NOK 426 per hour.</li>\r\n <li><strong>Receptionist:</strong>&nbsp;Pays an average of NOK 130 per hour.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/norway/4_Mesa de trabajo 1 (3).png', 43, 1, '2023-08-14 04:00:03', '2023-08-14 04:02:51', '', '', '', '', 1, 1),
(47, 11, 0, 'Future Prospects', 'future-prospects', '<p>Student life in Norway is one of the most eye-opening experiences and is very enjoyable. The cities are very scenic, and you will discover a very friendly community with a rich culture. Studying in Norway and integrating yourself into the Norwegian standard of living can make you want to settle there in the long run.</p>\r\n\r\n<p>Here are some prospects for you that Norway offers:</p>\r\n\r\n<ul>\r\n <li>Working hours are limited to 20 hours a week for international students in Norway, which enables them to work part time jobs that help support their living expenses. Pursuing a degree and working to sustain themselves can go hand in hand for international students in Norway.&nbsp;</li>\r\n <li>Sweden gives work permits to students after they have completed their studies. You just have to apply for a temporary residence permit as a job seeker.</li>\r\n <li>For students who aim to settle in Norway, it is easy to apply for a permanent residence permit. Unlike other countries, a permanent residence permit is easily granted after obtaining a work permit and meeting a salary requirement.</li>\r\n <li>You automatically get a PSW (Post Study Work Visa) with a validity of one year after completing your studies in Norway. The benefits of PSW are that it helps you gain more experience and work on your niche.</li>\r\n <li>On average, the hourly wage per person is 323.5 NOK. This means that, as an international student, you can earn up to 25,000 NOK per month.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/norway/1_Mesa de trabajo 1 (3).png', 44, 1, '2023-08-14 04:00:59', '2023-08-14 04:02:52', '', '', '', '', 1, 1),
(48, 11, 0, 'Scholarships In Norway', 'scholarships-in-norway', '<p>Norway has top-ranked universities in the world that are well-known for their coherent body of knowledge and education system. These universities offer a variety of scholarships to highly qualified students from all around the world, especially from developing countries, on the grounds of need and merit. Meritorious scholarships are awarded after a proper assessment of a student&#39;s academic qualifications during the application process.</p>\r\n\r\n<p>Some of the best scholarship programs offered by universities in Norway are as follows:</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>Norwegian University of Science and Technology Scholarships:</strong>&nbsp;The Norwegian University of Science and Technology offers a handful of scholarship programs for master&#39;s-level programs. These scholarships are targeted at students from non-EU/EEA countries. The scholarships provide tuition reductions and living expense coverage, among other benefits.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>BI Norwegian Business School Scholarships:</strong>&nbsp;The scholarships offered by BI Norwegian Business School are for students outside of EU/EEA countries. Applicants enrolled in bachelor&rsquo;s and master&rsquo;s programs with an excellent academic profile can apply for this scholarship. Applicants that get approved for the scholarship receive valuable benefits like a scholarship reward up to NOK 250,000 or a full tuition fee waiver. It may also cover a student&rsquo;s living expenses.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>University of Bergen Scholarship:</strong>&nbsp;The University of Bergen offers scholarships to international students, regardless of their country of origin. Students who have excellent academic qualifications and who are required to pay a tuition fee for a master&rsquo;s level program at this university as their first choice are offered the scholarship. The university gives partial or full scholarships after assessing a student&rsquo;s qualifications. However, it does not cover the student&rsquo;s living expenses.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>University of South-Eastern Norway Scholarships:</strong>&nbsp;The University of Southern Norway is for students who are exceptionally gifted and have strong academic credentials. This scholarship gives a full tuition waiver to students applying for a bachelor&rsquo;s or master&rsquo;s degree as their first choice at the university, keeping in mind that it does not cover the students&#39; living expenses.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/norway/5_Mesa de trabajo 1 (3).png', 45, 1, '2023-08-14 04:02:11', '2023-08-14 04:02:54', '', '', '', '', 1, 1),
(49, 12, 0, 'Education System in Finland', 'education-system-in-finland', '<p>Finland&#39;s education system is significantly divided into levels. Finland is well known for its outstanding educational system in addition to its stunning Nordic scenery. Joining a Finnish university for higher education can be taken as a privilege, as these top universities offer the best education along with a handful of scholarships and waivers.</p>\r\n\r\n<p><strong>Undergraduate or Bachelor&#39;s Level</strong><br />\r\nThe bachelor&#39;s degree program lasts three to four years. It is a research-based curriculum that leads to an academic degree. Although there are study breaks available to students, this curriculum is primarily theoretical. It includes significant project work and independent investigations.</p>\r\n\r\n<p><strong>Postgraduate or Masters Level</strong><br />\r\nA one- to two-year course leads to a master&#39;s degree in Finland. This is a university degree that includes research-based instruction. Such master&#39;s degrees provide entrance to PhD programs by providing options for internships in Finland and abroad, as well as exchange opportunities at universities throughout the globe.</p>\r\n\r\n<p><strong>Doctorate Level</strong><br />\r\nThis level is a three-year PhD program. This diploma is issued by a university or other academic institution. This program also provides opportunities for Finnish research and teaching. Along with financial help, international cooperation and experience are also offered.</p>', '', 'storage/trust/files/1/Study des/finland/4_Mesa de trabajo 1 (2).png', 48, 1, '2023-08-14 04:11:37', '2023-08-14 04:11:37', '', '', '', '', 1, 1),
(50, 12, 0, 'Study Intakes', 'study-intakes', '<p>There are two different intakes in Finland for international students applying for higher education.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>Autumn Intake:</strong><br />\r\nAutumn intake starts in September, which is also known as &ldquo;primary intake,&rdquo; where the universities offer all the courses for international students. Take a look at the timeline so that you do not miss anything.</p>\r\n\r\n<p><strong>Timeline and Things To Do:</strong></p>\r\n\r\n<ul>\r\n <li><strong>December:</strong>&nbsp;Shortlist the universities that you want to apply to.</li>\r\n <li><strong>January to February:</strong>&nbsp;Prepare for tests like IELTS, TOEFL, or GRE according to the requirements of the university to which you wish to apply.</li>\r\n <li><strong>February to March:</strong>&nbsp;Prepare your statement of purpose (SOP). Applications to universities are open, so start applying.</li>\r\n <li><strong>March to April:</strong>&nbsp;Wait for an offer letter. Accept the offer.</li>\r\n <li><strong>June to July:</strong>&nbsp;Apply for a visa.</li>\r\n <li><strong>July to August:</strong>&nbsp;Book your ticket.</li>\r\n <li><strong>September:</strong>&nbsp;Semester starts.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Spring Intake:</strong><br />\r\nSpring intake starts in January, which is also known as &ldquo;secondary intake,&rdquo; where universities offer plenty of courses for students who missed the autumn intake. Here is a timeline for you!</p>\r\n\r\n<p><strong>Timeline and Things To Do:</strong></p>\r\n\r\n<ul>\r\n <li><strong>June:&nbsp;</strong>Shortlist the universities that you want to apply to.</li>\r\n <li><strong>July to August:</strong>&nbsp;Prepare for tests like IELTS, TOEFL, or GRE according to the requirements of the university to which you wish to apply.</li>\r\n <li><strong>August to October:</strong>&nbsp;Prepare your statement of purpose (SOP). Applications to universities are open, so start applying.</li>\r\n <li><strong>October to December:</strong>&nbsp;Wait for an offer letter. Accept the offer.</li>\r\n <li><strong>December:</strong>&nbsp;Apply for a visa.</li>\r\n <li><strong>December to January:</strong>&nbsp;Book your ticket.</li>\r\n <li><strong>January:</strong>&nbsp;Semester starts.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/finland/7_Mesa de trabajo 1.png', 49, 1, '2023-08-14 04:12:26', '2023-08-14 04:12:26', '', '', '', '', 1, 1),
(51, 12, 0, 'Requirements', 'requirements', '<p><strong>Academic Requirements</strong></p>\r\n\r\n<ul>\r\n <li>For a bachelor&#39;s program, students will need a minimum qualification of 10+2 with a score above 50%, while some universities or programs may ask for higher percentages.</li>\r\n <li>For the Master&rsquo;s program, students will require 4 years of a bachelor&rsquo;s degree or equivalent with an above 50% score, while some universities or programs may ask for higher percentages.</li>\r\n <li>To apply to Finnish universities for Bachelors and Masters, you will need a 6.5 overall score with 5.5 on each band or above on IELTS.</li>\r\n <li>Most universities in Finland have a requirement of an IELTS academic score of 6.5, or a TOEFL iBT score of 79 to 92.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>University Application Document Requirements</strong></p>\r\n\r\n<ul>\r\n <li>Degree and certificates of previous education.</li>\r\n <li>Letter of recommendation</li>\r\n <li>Statement of purpose</li>\r\n <li>IELTS/PTE test score results</li>\r\n <li>A valid passport</li>\r\n <li>Admission fees vary depending on the university to which you apply.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p><strong>Visa Application Requirements</strong></p>\r\n\r\n<ul>\r\n <li>A valid passport</li>\r\n <li>Proof of financial statements from your bank with funds enough to sustain yourself for at least a year</li>\r\n <li>Complete the application form for study programs and scholarships.</li>\r\n <li>University offer letter</li>\r\n <li>Original education results are required. However, it depends on the program you are applying for.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/finland/2_Mesa de trabajo 1 (2).png', 50, 1, '2023-08-14 04:13:34', '2023-08-14 04:13:34', '', '', '', '', 1, 1),
(52, 12, 0, 'Earn While You Learn', 'earn-while-you-learn', '<p>Finland is the best if you are looking for a country with excellent educational quality and a very high standard of living. The benefit of going to Finland as an international student to pursue higher education is that you can earn while you learn! The living cost of international students outside of EU/EEA countries in Finland is 5,000 to 8,000 DKK, which is not less. Managing this cost for a student in a foreign land can become a hassle if they &nbsp;depend only on pre-existing funds.<br />\r\nWhile scholarships are a great way to cover tuition fees, they do not generally cover a student&rsquo;s living expenses. Working part-time jobs for international students is one way to avoid this hassle, as there is no limit or restriction on working hours for foreign students in Finland, unlike in other countries.</p>\r\n\r\n<p><br />\r\nHaving part-time jobs and balancing them with your studies can prove to be very beneficial. Here&rsquo;s a complete guide to learning more about jobs in Finland for international students!</p>\r\n\r\n<p><br />\r\n<strong>Rules And Regulations For Part-Time Jobs In Finland</strong><br />\r\nTo be completely honest, finding part-time jobs for international students in the early days is difficult but not impossible. However, there are a few things to keep in mind before you go out to search for job opportunities, which will surely make it easier for you!</p>\r\n\r\n<ul>\r\n <li>Non-EU/EEA students with student residence permits, have the right to work for 25 hours per week during their studies. However, there are no restrictions on working hours during the holidays.</li>\r\n <li>International students can automatically obtain an employment visa after graduating from university.</li>\r\n <li>If you work illegally in Finland, you will be at high risk of deportation.</li>\r\n <li>You will be liable for 35% Finnish taxation if you are earning a salary. You will have to apply for a tax-at-card to be able to pay the tax.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/finland/3_Mesa de trabajo 1 (2).png', 51, 1, '2023-08-14 04:15:01', '2023-08-14 04:15:01', '', '', '', '', 1, 1),
(53, 12, 0, 'Universities', 'universities', '<p>Finland has some of the best universities in the world, with many of them ranking among the top in the world. Let us take a look at the best english-taught universities suitable for South Asian students.</p>\r\n\r\n<p><a href=\"https://www.helsinki.fi/en\">University of Helsinki</a><br />\r\n<a href=\"https://www.utu.fi/en\">University of Turku</a><br />\r\n<a href=\"https://www.aalto.fi/en\">Aalto University</a><br />\r\n<a href=\"https://www.oulu.fi/en\">University of Oulu</a><br />\r\n<a href=\"https://www.arcada.fi/en\">Arcada University</a><br />\r\n<a href=\"https://net.centria.fi/en/\">Centria University</a><br />\r\n<a href=\"https://www.diak.fi/hakeminen/?gclid=CjwKCAjwge2iBhBBEiwAfXDBR_NFybiuLeUtHOjga3IeJ0HFAVrARk_uEjMWPq554O-_IutNpn77iBoCwLYQAvD_BwE\">Diaconia University</a><br />\r\n<a href=\"https://www.haaga-helia.fi/en/education?gclid=CjwKCAjwge2iBhBBEiwAfXDBR3G6OEL7ImQ0L18cQlGmJUvf0KJZoCPuqIT8LyMwkAet2-RQSpt7yxoCQgEQAvD_BwE\">Haaga-Helia University</a><br />\r\n<a href=\"https://www.jamk.fi/en\">Jamk University</a><br />\r\n<a href=\"https://www.kamk.fi/en\">Kajaani University</a></p>', '', 'storage/trust/files/1/Study des/finland/6_Mesa de trabajo 1 (1).png', 52, 1, '2023-08-14 04:15:58', '2023-08-14 04:15:58', '', '', '', '', 1, 1),
(54, 12, 0, 'Future Prospects', 'future-prospects', '<p>Studying in Finland could be one of the most advantageous possibilities for a better life and the best career. Ask why?</p>\r\n\r\n<ul>\r\n <li>Permanent Residence in Finland: Students can apply for permanent residence, which can only be obtained after four years of continuous residence in Finland after graduation.</li>\r\n <li>Students who wish to stay in the country after their studies require a residency permit. Processing for the permit should begin before the study permit expires, as the processing time for the residence permit can range from 30 to 150 days.</li>\r\n <li>Two-Year Post-Study Work Permit: Post graduation, students can apply for a work permit in order to find work or start a business. A two-year post-study work permit will be available for students years after graduation.</li>\r\n <li>Working hours are limited to 25 hours a week for international students in Finland, which enables them to work part time jobs that help support their living expenses. Pursuing a degree and working to sustain themselves can go hand in hand for international students in Sweden.</li>\r\n <li>According to government regulations, international student, you can earn &euro;1,500 per month.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/finland/3_Mesa de trabajo 1 (2).png', 53, 1, '2023-08-14 04:16:57', '2023-08-14 04:16:57', '', '', '', '', 1, 1),
(55, 12, 0, 'Part Time Jobs', 'part-time-jobs', '<p>Some students typically work in restaurants, motels, and coffee shops. However, some students also work in telemarketing or newspaper distribution. Others frequently use their linguistic abilities in careers that include communication. You could occasionally be fortunate enough to land a job that is associated with your area of study.</p>\r\n\r\n<p><br />\r\nThese are some part-time jobs that you can do as a fresh international student in Finland:</p>\r\n\r\n<ul>\r\n <li>Sales Assistant</li>\r\n <li>Pizza delivery driver</li>\r\n <li>Personal Assistant</li>\r\n <li>Pharmacy Delivery Driver</li>\r\n <li>Gardener</li>\r\n <li>Freelance Translator</li>\r\n <li>Waiter/Waitress</li>\r\n <li>Customer Assistant</li>\r\n <li>Social Media Assistant</li>\r\n <li>Photographer</li>\r\n <li>Personal Tutor</li>\r\n <li>Bartender</li>\r\n <li>Dish Washer</li>\r\n <li>Newspaper Distributor</li>\r\n <li>Bookseller</li>\r\n <li>Pet Caretaker</li>\r\n <li>Security Guard</li>\r\n <li>House Cleaner</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/finland/2_Mesa de trabajo 1 (2).png', 54, 1, '2023-08-14 04:17:51', '2023-08-14 04:17:51', '', '', '', '', 1, 1),
(56, 12, 0, 'Study Programs in Finland', 'study-programs-in-finland', '<p>Here is a list of the most popular study courses for Nepalese students who want to go for further education in Finland:</p>\r\n\r\n<ul>\r\n <li>Agriculture</li>\r\n <li>Biology</li>\r\n <li>Biomedical Engineering</li>\r\n <li>Business Management</li>\r\n <li>Chemical Engineering</li>\r\n <li>Data Science</li>\r\n <li>Technical Engineering</li>\r\n <li>Forestry</li>\r\n <li>Gender Studies</li>\r\n <li>Law</li>\r\n <li>Marketing</li>\r\n <li>Mathematics</li>\r\n <li>Physics</li>\r\n <li>Urban Planning</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/finland/4_Mesa de trabajo 1 (2).png', 55, 1, '2023-08-14 04:18:36', '2023-08-14 04:18:36', '', '', '', '', 1, 1),
(57, 12, 0, 'Scholarships In Finland', 'scholarships-in-finland', '<p>Here are some scholarships that South Asian students can apply for in Finland.</p>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>University of Helsinki Scholarships for International Students:</strong>&nbsp;For exceptional students from outside the EU/EEA who want to enroll in a Master&#39;s degree at the University of Helsinki, this is one of the greatest scholarship programs available. While submitting an application for a master&#39;s program at the University of Helsinki, students may also apply for grants.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>Aalto University Scholarship:</strong>&nbsp;All nationalities can choose from a variety of Master&#39;s programs offered by Aalto University, all of which are taught exclusively in English. For these programs, Aalto University provides a number of full scholarships for non-EU/EEA (foreign) citizens. In accordance with merit, the scholarships will be awarded.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>EDUFI Fellowships Program for Young Doctoral Students:</strong>&nbsp;Young doctoral students and researchers from all nations and academic disciplines are eligible for the EDUFI Fellowships program. The program does not support post-doctoral study or research at the master&#39;s level.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>Protein Science International Masters Scholarship at University of Oulu Finland:</strong>&nbsp;A Protein Science International Master&#39;s Scholarship Program has also been established by the Faculty of Biochemistry and Molecular Medicine to offer financial aid to academically gifted foreign students enrolled in the University of Oulu&#39;s international master&#39;s program in Protein Science and Biotechnology. International degree students who begin their studies in the fall semester do not pay tuition at the university.</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/finland/6_Mesa de trabajo 1 (1).png', 56, 1, '2023-08-14 04:19:33', '2023-08-14 04:19:33', '', '', '', '', 1, 1),
(58, 13, 0, 'Fundamentals of Canada', 'fundamentals-of-canada', '<ul>\r\n <li><strong>Geography and Land:</strong> Canada is the second-largest country in the world by land area, spanning approximately 9.98 million square kilometers. It is located in North America, bordered by the Atlantic, Pacific, and Arctic Oceans. It shares land borders with the United States.</li>\r\n <li><strong>Provinces and Territories</strong>: Canada is divided into ten provinces and three territories. Each province and territory has its own government responsible for certain areas of jurisdiction, such as healthcare and education.</li>\r\n <li><strong>Population and Diversity:</strong> Canada has a diverse population, with people from various cultural, ethnic, and linguistic backgrounds. It is known for its multiculturalism and welcoming attitude toward immigrants.</li>\r\n <li><strong>Official Languages:</strong> Canada has two official languages: English and French. This bilingualism reflects its history as a former French and British colony.</li>\r\n <li><strong>Government and Monarchy:</strong> Canada is a parliamentary democracy and a constitutional monarchy. The head of state is the monarch (as of my last update, Queen Elizabeth II), represented in Canada by the Governor General. The Prime Minister is the head of government.</li>\r\n <li><strong>Economy:</strong> Canada has a mixed economy, characterized by a blend of market and government intervention. It is rich in natural resources, and industries such as natural resources, technology, manufacturing, and services contribute to its economy.</li>\r\n <li><strong>Healthcare:</strong> Canada has a publicly funded healthcare system known as Medicare. It provides citizens and permanent residents with access to medically necessary hospital and physician services at no direct cost.</li>\r\n <li><strong>Education:</strong> Canada offers a high-quality education system from primary to post-secondary levels. It is home to prestigious universities and colleges known for their research and academic programs.</li>\r\n <li><strong>Natural Beauty: </strong>Canada is renowned for its stunning natural landscapes, including vast forests, mountain ranges, lakes, and national parks. The Rocky Mountains, Niagara Falls, and Banff National Park are some of its famous attractions.</li>\r\n <li><strong>Social Welfare:</strong> Canada places importance on social welfare programs, including social assistance, employment insurance, and old age security. These programs are designed to provide support to individuals in need.</li>\r\n <li><strong>Cultural Heritage:</strong> Indigenous peoples have a rich cultural heritage in Canada, with various First Nations, Inuit, and M&eacute;tis communities across the country. Their cultures contribute significantly to the country&#39;s identity.</li>\r\n <li><strong>Sports and Recreation:</strong>&nbsp;Ice hockey is Canada&#39;s most popular sport, and the country has a strong tradition of winter sports. Other popular sports include soccer, basketball, and Canadian football.</li>\r\n <li><strong>Safety and Quality of Life:</strong> Canada consistently ranks high in quality of life indexes due to factors like low crime rates, access to healthcare and education, and overall well-being.</li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>', '', 'storage/trust/files/1/Study des/Canada/Picsart_23-08-18_15-07-08-686.png', 57, 1, '2023-08-18 03:23:46', '2023-08-21 04:46:46', '', '', '', '', 1, 1),
(59, 13, 0, 'Why Canada', 'why-canada', '<p>Canada is one of the safest countries in the world. Canada is well-known for its hospitality, low-cost, high-quality education, and welcoming, multicultural atmosphere. The United Nations continually ranks Canada as one of the greatest places to live in the world.<br />\r\nYes, the winters are chilly, but the people here are friendly and hospitable.</p>\r\n\r\n<ul>\r\n <li><strong>Academic achievement</strong></li>\r\n</ul>\r\n\r\n<p>The great level of education is one of the reasons why students opt to study in Canada. A degree from a Canadian university serves as a mark of trust and excellence for a student. In the QS World University Rankings 2023, 26 Canadian universities are ranked, while 30 are ranked in the The World University Rankings 2023. In addition, Canada is ranked sixth in the 2019 Universitas U21 Ranking of National Higher Education Systems.</p>\r\n\r\n<ul>\r\n <li><strong>Research opportunities</strong></li>\r\n</ul>\r\n\r\n<p>If you&#39;re a research scholar, there is no better country than Canada for you. The Canadian government provides significant funding for research in the fields of medicine, telecommunications, agriculture, environmental science, and technology. Canada is ranked 15th in the World Intellectual Property Organization&#39;s &#39;Global Innovation Index,&#39; and 57th in terms of intellectual property efficiency.<br />\r\nOn top of that, there is a federal program in Canada known as NRC-IRAP that covers 80% of the funds used in technology and software research and development. As well, tax credits for R&amp;D expenses are available, subject to government T&amp;C.&nbsp;</p>\r\n\r\n<ul>\r\n <li><strong>Budget-friendly</strong></li>\r\n</ul>\r\n\r\n<p>Compared to universities in the United States and the United Kingdom, tuition in Canada is somewhat lower. And, in terms of return on investment, it is a very practical alternative for Nepali students.<br />\r\nYou can also apply for scholarships in Canada to help you in cutting down educational expenses.</p>\r\n\r\n<ul>\r\n <li><strong>Earn as you learn</strong></li>\r\n</ul>\r\n\r\n<p>Due to special regulations, Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.</p>\r\n\r\n<ul>\r\n <li><strong>Diversity in culture</strong></li>\r\n</ul>\r\n\r\n<p>In Canada, you&#39;ll discover highly friendly and inviting people from several ethnic groups, each with their own culture and way of life. Like no other country, Canada&#39;s diversified environment encourages kindness and harmonious living. In fact, there are many Nepali students, workers, and residents here.</p>\r\n\r\n<ul>\r\n <li><strong>Immigration opportunities</strong></li>\r\n</ul>\r\n\r\n<p>The Post-Graduation Work Permit Program (PWPP) in Canada permits students to stay and work in Canada for up to three years following graduation. You can get international job experience and later apply for permanent residency.</p>', '', 'storage/trust/files/1/Study des/Flag_Map_of_the_United_States_(Canada).png', 58, 1, '2023-08-18 03:24:45', '2023-08-21 02:11:51', '', '', '', '', 1, 1),
(60, 13, 0, 'Universities in Canada', 'universities-in-canada', '<p>Among the renowned universities in Canada these are some of the lists of universities that have been highly accredited: &nbsp;</p>\r\n\r\n<ul>\r\n <li><span style=\"color:#3498db\">University of Toronto</span></li>\r\n <li><span style=\"color:#3498db\">The University of British Columbia</span></li>\r\n <li><span style=\"color:#3498db\">University of Waterloo</span></li>\r\n <li><span style=\"color:#3498db\">University of Alberta</span></li>\r\n <li><span style=\"color:#3498db\">Western University</span></li>\r\n <li><span style=\"color:#3498db\">McMaster University</span></li>\r\n <li><span style=\"color:#3498db\">University of Montreal</span></li>\r\n <li><span style=\"color:#3498db\">Toronto Metropolitan University</span></li>\r\n <li><span style=\"color:#3498db\">University of Ottawa</span></li>\r\n <li><span style=\"color:#3498db\">York University</span></li>\r\n <li><span style=\"color:#3498db\">University of Guelph</span></li>\r\n</ul>\r\n\r\n<p>&nbsp;</p>\r\n\r\n<p>These universities are consistently ranked among the top universities in the world, and offer a wide range of academic programs at undergraduate, postgraduate, and research levels. In addition to these universities, there are many other excellent institutions throughout the Canada. Each university has its own unique strengths and specializations, so it&#39;s important for students to research and find the best fit for their academic interests and goals.</p>\r\n\r\n<ul>\r\n</ul>', '', 'storage/trust/files/1/Study des/5_Mesa de trabajo 1 (1).png', 59, 1, '2023-08-21 00:24:08', '2023-08-21 02:10:06', '', '', '', '', 1, 1),
(61, 13, 0, 'Education System', 'education-system', '<p>Canada invests heavily in its educational system. According to the Organization for Economic Cooperation and Development (OECD), Canada is one of the world&#39;s top education performers and one of the top three countries in terms of public postsecondary education spending per capita.</p>\r\n\r\n<p><strong>Canada&#39;s Higher Education System</strong><br />\r\nThe higher education system in Canada is separated into three levels: undergraduate, graduate, and post-graduate. Each level provides a distinct set of courses that allow students to specialize in specific areas of study.<br />\r\n<strong>Let us take a look at the Canadian higher education system in detail:</strong></p>\r\n\r\n<p><strong>Undergraduate Level</strong><br />\r\nUndergraduate education in Canada is a three or four-year program that comprises of either 180 or 240 ECTS credits.<br />\r\nUndergraduate studies can lead to advanced degrees such as a bachelor&#39;s or associate&#39;s degree. You must have a high school diploma or equivalent to apply for these degrees.</p>\r\n\r\n<p><strong>Graduate Level</strong><br />\r\nUndergraduate education in Canada is a two- or three-year program that consists of either (90 or 120 ECTS credits total). Students can pursue master&#39;s and doctorate degrees at the graduate level.</p>\r\n\r\n<p><strong>Post-Graduate Level</strong><br />\r\nIn Canada, post-graduate study lasts one or two years.<br />\r\n&nbsp;</p>', '', 'storage/trust/files/1/Study des/2_Mesa de trabajo 1 (1).png', 60, 1, '2023-08-21 01:15:08', '2023-08-21 02:12:47', '', '', '', '', 1, 1),
(62, 13, 0, 'Future Prospects', 'future-prospects', '<p>Studying in Canada could be one of the most advantageous possibilities for a better life and the best career. Ask why?</p>\r\n\r\n<ul>\r\n <li>Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.</li>\r\n <li>After completing your studies, if you obtain a Post-Graduation Work Permit (PGWP), you can work full-time for up to three years in Canada, depending on the length of your study program. This is an opportunity to gain Canadian work experience and potentially transition to permanent residency.</li>\r\n <li>The Canadian government has various immigration pathways that can lead to permanent residency for international students.&nbsp;</li>\r\n <li>Canada has a strong job market and offers diverse employment opportunities across various sectors.</li>\r\n <li>Canada consistently ranks high in quality of life indexes, offering a high standard of living, healthcare benefits, and social support systems.</li>\r\n <li>According to government regulations, the hourly wage per person is $13.60 to $16.77 per hour. This means that, as an international student, you can earn up to $1,100 to $1,400 per month.</li>\r\n</ul>\r\n\r\n<p><br />\r\n&nbsp;</p>', '', 'storage/trust/files/1/Study des/1_Mesa de trabajo 1 (1).png', 61, 1, '2023-08-21 04:18:42', '2023-08-21 04:36:32', '', '', '', '', 1, 1),
(63, 13, 0, 'Study Intakes', 'study-intakes', '<p>As a student who wants to apply for a higher level of education in Canada, you need to know all about the study intakes and deadlines in case you miss anything. Starting from the very basics, there are three intakes for international students in Canada.</p>\r\n\r\n<p><strong>September/Fall intake</strong><br />\r\nIn Canada, the Fall intake is the primary and major intake for enrolling international students. Almost all of the available courses are offered by all of the universities in this intake. This intake includes the most number of institutes offering the largest number of seats available in all the courses, compared to the other two Intakes. Here is a simple timeline for you to follow to be prepared for the autumn intake:<br />\r\n&nbsp;<br />\r\n<strong>Deadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Masters Level</strong><br />\r\nApplications Open<br />\r\nApplication Deadline<br />\r\nNotification of Selection&nbsp;<br />\r\nSemester Starts</p>\r\n\r\n<p><strong>January/Winter Intake</strong><br />\r\nThe Winter Intake is the Secondary Intake for enrolling international students. This intake can be considered as the continuation of the fall intake. A fewer number of institutes offer courses in winter intake compared to the fall intake.</p>\r\n\r\n<p><strong>Deadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Masters Level</strong><br />\r\nApplications Open<br />\r\nApplication Deadline<br />\r\nNotification of Selection&nbsp;<br />\r\nSemester Starts</p>\r\n\r\n<p><strong>May/Spring Intake</strong><br />\r\nSpring Intake or Summer Intake is the least preferred intake of all the intakes that are available. Not many colleges offer a course during the spring session, and the ones that offer are very few.<br />\r\nMost of the students prefer going back to their homes or taking a spring break off during summer. It is not a compulsory semester. Students can still take the courses if they want to, but as said earlier, there are not many options to choose from.</p>\r\n\r\n<p><strong>Deadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Masters Level</strong><br />\r\nApplications Open<br />\r\nApplication Deadline<br />\r\nNotification of Selection&nbsp;<br />\r\nSemester Starts</p>', '', 'storage/trust/files/1/Study des/4_Mesa de trabajo 1 (1).png', 62, 1, '2023-08-21 04:34:39', '2023-08-21 05:27:37', '', '', '', '', 1, 1),
(64, 13, 0, 'Part Time Jobs', 'part-time-jobs', '<p>Here are a few types of part-time jobs you can get as a fresh international student in Canada. You can eventually work your way up after gaining some experience and networking through these jobs. Take a look!</p>\r\n\r\n<ul>\r\n <li><strong>Server/bartender:</strong> Average CA$13 per hour</li>\r\n <li><strong>Sales assistant:</strong> Average CA$14 per hour</li>\r\n <li><strong>Barista:</strong> Average CA$14 per hour</li>\r\n <li><strong>Dog walker: </strong>Average CA$15 per hour</li>\r\n <li><strong>Tutor:</strong> Average CA$16 per hour</li>\r\n <li><strong>Ride-sharing driver/delivery driver: </strong>Average CA$19 per hour</li>\r\n <li><strong>Teacher Assistant:</strong> Average CA$15-16 per hour</li>\r\n <li><strong>Freelancer:</strong> Average CA$25 per hour</li>\r\n <li><strong>Nanny:</strong> Average CA$14 per hour</li>\r\n <li><strong>Translator:</strong> Average CA$21 per hour</li>\r\n <li><strong>Bookkeeper: </strong>Average CA$ 25 per hour</li>\r\n <li><strong>Custom Service Assistant:</strong> Average CA$13 per hour</li>\r\n <li><strong>Cook: </strong>Average CA$13 per hour</li>\r\n <li><strong>Program facilitator:</strong> Average CA$13 per hour</li>\r\n <li><strong>Writer / Editor: </strong>Average CA$25 per hour</li>\r\n</ul>', '', 'storage/trust/files/1/Study des/4_Mesa de trabajo 1 (1).png', 63, 1, '2023-08-21 04:59:18', '2023-08-21 06:17:45', '', '', '', '', 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, 'See options', '', 'Study in Europe?', 'willing-to-study-abroad', '<p>Studying europe may be one of the most beneficial option for better career.</p>', '/studydestinations', 'icon flaticon-verify', '', 1, 1, '2023-07-25 19:47:18', '2023-08-06 18:58:43', 1, 1),
(2, 'View Classes', '', 'Test Preparation Classes', 'achieve-your-dream', '<p>We provide the best in town test preparation classes for IELTS &amp; PTE.</p>', '/preparationclasses', 'icon flaticon-heart-box', '', 2, 1, '2023-07-25 20:05:07', '2023-08-13 03:32:37', 1, 1),
(3, '', '', 'Quality Abroad Study Services', 'we-help-students-in-many-ways', '<p>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<p>So, without worrying, you can get hassle free and complete assistance from us through our experienced team of professionals.</p>', '#', 'fa-graduation-cap', '', 4, -1, '2023-07-25 20:32:20', '2023-08-06 18:31:44', 1, 1),
(4, 'View Our Services', '', 'Our Services', 'offered-services', '<p>we provide variety of services for abroad study preparations.</p>', '/services', 'icon flaticon-heart-box', '', 3, 1, '2023-07-25 20:33:40', '2023-08-13 03:31:21', 1, 1),
(5, '', '', '100\'s of Proven Track Records', 'career-counselling', '<p>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>', '', 'fa-graduation-cap', 'storage/files/1/career-counselling.jpg', 5, -1, '2023-07-25 20:34:53', '2023-08-06 18:31:39', 1, 1),
(6, '', '', 'Qualified and Experience Team Members', 'university-selection', '<p>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>', '', 'fa-graduation-cap', 'storage/files/1/university-selection.jpg', 6, -1, '2023-07-25 20:35:34', '2023-08-06 18:31:34', 1, 1),
(7, '', '', 'Success as it Speaks', 'success-as-it-speaks', '', '', 'fa-graduation-cap', '', 7, -1, '2023-08-06 00:15:15', '2023-08-06 18:31:29', 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),
(21, 'tciZYF8hBM', 'leYFqSEnMb', '4823759887', '', '', '', 'udbSohd1oA', NULL, NULL),
(22, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'USA', '', '', 'TEST', NULL, NULL),
(23, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'sadasdasd', '', '', 'a sdasdasd', NULL, NULL),
(24, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'AA', '', '', 'A dasdas', NULL, NULL),
(25, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'AA', '', '', 'A dasdas', NULL, NULL),
(26, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'UAS', '', '', 'ADASDAS', NULL, NULL),
(27, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '+9779851042673', 'UK', '', '', 'TEST', NULL, NULL),
(28, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '', '', '', '', '', NULL, NULL),
(29, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '', '', '', '', '', NULL, NULL),
(30, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', '', '', '', '', '', NULL, NULL),
(31, 'Dev', 'dev@gmail.com', '', '', '', '', '', NULL, NULL),
(32, 'Dev', 'dev@gmail.com', '', '', '', '', '', NULL, NULL),
(33, 'Dev', 'dev@gmail.com', '', '', '', '', '', NULL, NULL),
(34, 'Dev', 'dev@gmail.com', '985714253', 'Dream Europe', '', 'dev', '', NULL, NULL),
(35, 'Dev', 'dev@gmail.com', '', '', '', '', '', NULL, NULL),
(36, 'Drew Day', 'zuqyzuxotu@mailinator.com', '', '', '', '', '', NULL, NULL),
(37, 'Unity Burnett', 'fawufapej@mailinator.com', '', '', '', '', '', NULL, NULL),
(38, 'Dev', 'dev@gmail.com', '985714253', 'Dream Europe', '', 'yes', '', NULL, NULL),
(39, 'Dev', 'dev@gmail.com', '', '', '', '', '', NULL, NULL),
(40, 'Surjan', 'surjan@gmail.com', '', '', '', '', '', NULL, NULL),
(41, 'razu shrestha', 'razusrest@gmail.com', '', '', '', '', '', NULL, NULL),
(42, 'razu shrestha', 'razusrest@gmail.com', '', '', '', '', '', NULL, NULL),
(43, 'razu shrestha', 'razusrest@gmail.com', '', '', '', '', '', NULL, NULL),
(44, 'razu shrestha', 'razusrest@gmail.com', '', '', '', '', '', NULL, NULL),
(45, 'razu shrestha', 'razusrest@gmail.com', '9851228096', 'Dream Europe', '', 'kathmandu', '', NULL, NULL),
(46, 'Harding Waller', 'fugogypex@mailinator.com', '+1 (279) 252-2881', 'Voluptatum rerum sed', '', 'Non laudantium volu', 'Rem necessitatibus q', 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?, <p>We have the list of top destinations to select from.</p>, /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, , <p>&nbsp;</p>\r\n\r\n<p>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>, , , , , , , 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, , <p>&nbsp;</p>\r\n\r\n<p>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>, , , , , , , 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, , <p>&nbsp;</p>\r\n\r\n<p>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>, , , , , , , 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, , <p>&nbsp;</p>\r\n\r\n<p>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>, , , , , , , 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, , <p>&nbsp;</p>\r\n\r\n<p>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>, , , , , , , 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, , <p>&nbsp;</p>\r\n\r\n<p>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>, , , , , , , 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, , <p>&nbsp;</p>\r\n\r\n<p>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>, , , , , , , 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, , <p>&nbsp;</p>\r\n\r\n<p>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>, , , , , , , 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, , <p>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>, , , , , , , 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, <p>[visaposts branch=access-baneshwor]</p>, , , , , , , 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, <p>[visaposts branch=access-baneshwor]</p>, , , , , , , 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, <p>[visaposts branch=access-baneshwor]</p>, , , , , , , 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'),
(50, 0, 'WebsiteController', 'showpreparationclass', 'View [rosetta.articles.single] not found.', '2023-07-31 11:49:39', '2023-07-31 11:49:39'),
(51, 1, 'WebsiteController', 'showpreparationclass', 'View [rosetta.contact] not found.', '2023-08-03 18:09:29', '2023-08-03 18:09:29'),
(52, 1, 'WebsiteController', 'showpreparationclass', 'View [rosetta.contact] not found.', '2023-08-03 18:13:05', '2023-08-03 18:13:05'),
(53, 1, 'WebsiteController', 'showpreparationclass', 'View [rosetta.contact] not found.', '2023-08-03 18:14:41', '2023-08-03 18:14:41'),
(54, 1, 'App\\Http\\Controllers\\SubscribersController', 'store', 'SQLSTATE[HY000]: General error: 1364 Field \'title\' doesn\'t have a default value (Connection: mysql, SQL: insert into `tbl_subscribers` (`email`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (sajita6@gmail.com, , 2, 1, 1, 1, 2023-08-04 01:06:54, 2023-08-04 01:06:54))', '2023-08-03 19:21:54', '2023-08-03 19:21:54'),
(55, 0, 'WebsiteController', 'showpreparationclass', 'View [rosetta.articles.single] not found.', '2023-08-05 18:53:16', '2023-08-05 18:53:16'),
(56, 0, 'WebsiteController', 'showpreparationclass', 'View [rosetta.blogs.blogs] not found.', '2023-08-05 18:54:04', '2023-08-05 18:54:04'),
(57, 1, 'WebsiteController', 'showpreparationclass', 'View [rosetta.articles.list] not found.', '2023-08-05 20:07:24', '2023-08-05 20:07:24'),
(58, 1, 'WebsiteController', 'showpreparationclass', 'View [rosetta.services.services] not found.', '2023-08-05 20:21:19', '2023-08-05 20:21:19'),
(59, 1, 'WebsiteController', 'showpreparationclass', 'View [rosetta.services.services] not found.', '2023-08-05 20:21:56', '2023-08-05 20:21:56'),
(60, 1, 'WebsiteController', 'showpreparationclass', 'View [rosetta.services.services] not found.', '2023-08-05 20:22:23', '2023-08-05 20:22:23'),
(61, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"preparationclass_id\" on null', '2023-08-05 20:27:16', '2023-08-05 20:27:16'),
(62, 1, 'WebsiteController', 'showpreparationclass', 'View [rosetta.contact] not found.', '2023-08-05 20:30:23', '2023-08-05 20:30:23'),
(63, 1, 'WebsiteController', 'showpreparationclass', 'View [rosetta.faqs] not found.', '2023-08-05 21:00:16', '2023-08-05 21:00:16'),
(64, 1, 'WebsiteController', 'showpreparationclass', 'View [rosetta.galleries.list] not found.', '2023-08-05 21:17:51', '2023-08-05 21:17:51'),
(65, 1, 'WebsiteController', 'showpreparationclass', 'View [trust.resources.resources] not found.', '2023-08-06 20:25:59', '2023-08-06 20:25:59'),
(66, 1, 'WebsiteController', 'showpreparationclass', 'View [trust.offices.single] not found.', '2023-08-08 01:56:24', '2023-08-08 01:56:24'),
(67, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-09 07:42:40', '2023-08-09 07:42:40'),
(68, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-09 08:00:23', '2023-08-09 08:00:23'),
(69, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column \'alias\' at row 1 (Connection: mysql, SQL: insert into `tbl_blogs` (`title`, `text`, `seo_title`, `seo_descriptions`, `seo_keywords`, `og_tags`, `parent_blog`, `image`, `thumb`, `cover`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (Know why Sweden is one of the best destinations for higher level of education., <h3>1. &nbsp;Think more creatively&nbsp;</h3>\r\n\r\n<p>A university professor was once quoted as saying that university doesn&rsquo;t teach you to do a job; it is meant to teach you how to think. But, how is it teaching you to think? For the majority of the world&rsquo;s universities, this means teaching you to think critically. This is not the same as learning to think for yourself. You are taught to think critically according to the method that your professor believes in. You will see this anytime you question their methods.&nbsp;</p>\r\n\r\n<p>Universities in Sweden take a much different approach. They teach you to think critically like any other university. But it is the framework around this that is much different. You are also taught to think independently and creatively.&nbsp;</p>\r\n\r\n<p>You are encouraged to not just question the non-academic world. You are taught to question everything. This gives you the ability to look at the whole world differently. It also changes the ideas that you come to.&nbsp;</p>\r\n\r\n<p>You are not looking at the world like it is wrong and you have been taught the proper way. You simply look at the world and ask, &ldquo;Is there a better way?&rdquo; This more creative and less judgemental method produces new ideas, not just griping about the world. This method of teaching is the main reason that Sweden consistently ranks among the most innovative countries.&nbsp;</p>\r\n\r\n<h3>2. Be challenged for a reason</h3>\r\n\r\n<p>There are many horror stories of university courses that are difficult. University is supposed to challenge you. But, the common practice of using certain courses to simply weed people out serves little purpose. Universities in Sweden are challenging, but they build this challenge around making you the best you can be, not just to see how much they can put you through.</p>\r\n\r\n<p>The difference that this makes is easy to see. Overall, Sweden&rsquo;s system of education is ranked among the top systems in the world. Sweden is also home to several secondary schools that are individually ranked among the world&rsquo;s best. These rankings are not from Sweden itself. They are conducted by independent international organizations.</p>\r\n\r\n<p>Another factor that makes universities in Sweden stand out is the focus of every course. They don&rsquo;t just focus on completing credits to get a degree. They are focused on reasoning, rationality, and most importantly, application. This is in contrast to the quote that we discussed earlier. Universities in Sweden don&rsquo;t just teach you how to think. They teach you how to apply your knowledge.</p>\r\n\r\n<h3>3. You don&rsquo;t just sit in class</h3>\r\n\r\n<p>A student sitting in class just to get a credit is seen throughout the world. Unfortunately, many professors are so engrossed in lecturing that they don&rsquo;t notice. They may not even care, because they just like to hear themselves talk and/or proving how smart they are.&nbsp;</p>\r\n\r\n<p>You will not find this at universities in Sweden. As we mentioned, the focus is more on innovation and application. Professors want to know that you are not just learning but are able to apply your learning. They require you to participate. You will be required to demonstrate your knowledge and ability to use it.&nbsp;</p>\r\n\r\n<h3>4. Focus on environmental sustainability&nbsp;</h3>\r\n\r\n<p>A huge focus and global concern right now is on environmental sustainability. Sweden is one of the countries that has made this a priority. Just like our focus on applying knowledge, our country and its citizens take this very seriously. If you are interested in furthering the cause of going green then you will find many kindred souls here.&nbsp;</p>\r\n\r\n<p>The focus on sustainability can be seen in Sweden&rsquo;s rankings. We were named the #1 in sustainability among every country in the world. This is due to multiple advances that the country has made. Focus has been given to controlling greenhouse gas emissions and building more avenues for sustainable energy.&nbsp;</p>\r\n\r\n<h3>5. It&rsquo;s easy to apply&nbsp;</h3>\r\n\r\n<p>Students from around the world used to be able to study in Sweden tuition-free, until recently. However, in 2010, the government passed a new law, that has altered the payment structure for international students from outside the EU/EAA. The new structure includes both the tuition fees and the application fees.</p>\r\n\r\n<p>The change has also been accompanied by many scholarships that are available to help students cover their tuition fees. Scholarship opportunities include financial waivers for international students, with scholarships offered both by the Swedish government and by individual universities in Sweden.</p>\r\n\r\n<p>There are no age limits when it comes to the university entrance exam, called SweSAT (or&nbsp;H&ouml;gskoleprovet&nbsp;in Swedish), and there is no need to be a Swedish citizen. However, you must meet the required permissions to apply to the course or program.&nbsp;</p>\r\n\r\n<h3>6. Experience true diversity</h3>\r\n\r\n<p>Diversity is another major issue in our world today. Over the last century, technology made it easier to travel around the world. This also brings us into daily contact with more cultures than ever before. It is crucial that we learn not just to promote diversity but be comfortable with it.&nbsp;</p>\r\n\r\n<p>Sweden is a very diverse country. But, it doesn&rsquo;t just allow diversity. Like everything else we have looked at, Sweden works hard to promote diversity. Sweden has consistently ranked among the best countries for equality in the world. It is also ranked among the best in gender equality and LGBT rights. This is due to Sweden&rsquo;s overall progressive attitude.&nbsp;</p>\r\n\r\n<p>It is not difficult to see the focus of most universities. They are focused on graduating students that think like the university wants them to. The only consideration that is given to job preparation is offering job placement help. But, the large percentage of these graduates that have trouble finding a job shows that they are not viewed as career-ready.&nbsp;</p>\r\n\r\n<p>Universities in Sweden possess a much different record. If you ask CEOs around the world what one characteristic they value the most, then most of them will say creativity. This is what is missing from most universities. It is the one thing that Sweden gives to every student. You also learn actual skills that are in demand right now. You are ready to solve problems. You aren&rsquo;t just taught to think creatively. You are also taught how to use this creativity. Graduates of Sweden&rsquo;s universities are known as problem solvers. &nbsp;</p>\r\n\r\n<p>By this point, you should fully understand why so many international students choose to study in Sweden. The difference is seen in how high our schools rank. But, you now understand why. Our universities don&rsquo;t just focus on giving you general knowledge. They focus on creativity and how to apply this knowledge. This makes you ready for a job at graduation. As you decide where to go to university, we ask you to keep in mind these six reasons to study in Sweden.</p>\r\n\r\n<p>Source:&nbsp;https://www.topuniversities.com/blog/6-reasons-study-sweden</p>, , , , , 0, , , , know-why-sweden-is-one-of-the-best-destinations-for-higher-level-of-education, 6, 1, 1, 1, 2023-08-11 10:20:02, 2023-08-11 10:20:02))', '2023-08-11 04:35:02', '2023-08-11 04:35:02'),
(70, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column \'alias\' at row 1 (Connection: mysql, SQL: insert into `tbl_blogs` (`title`, `text`, `seo_title`, `seo_descriptions`, `seo_keywords`, `og_tags`, `parent_blog`, `image`, `thumb`, `cover`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (Know why Sweden is one of the best destinations for higher level of education., <h3>1. &nbsp;Think more creatively&nbsp;</h3>\r\n\r\n<p>A university professor was once quoted as saying that university doesn&rsquo;t teach you to do a job; it is meant to teach you how to think. But, how is it teaching you to think? For the majority of the world&rsquo;s universities, this means teaching you to think critically. This is not the same as learning to think for yourself. You are taught to think critically according to the method that your professor believes in. You will see this anytime you question their methods.&nbsp;</p>\r\n\r\n<p>Universities in Sweden take a much different approach. They teach you to think critically like any other university. But it is the framework around this that is much different. You are also taught to think independently and creatively.&nbsp;</p>\r\n\r\n<p>You are encouraged to not just question the non-academic world. You are taught to question everything. This gives you the ability to look at the whole world differently. It also changes the ideas that you come to.&nbsp;</p>\r\n\r\n<p>You are not looking at the world like it is wrong and you have been taught the proper way. You simply look at the world and ask, &ldquo;Is there a better way?&rdquo; This more creative and less judgemental method produces new ideas, not just griping about the world. This method of teaching is the main reason that Sweden consistently ranks among the most innovative countries.&nbsp;</p>\r\n\r\n<h3>2. Be challenged for a reason</h3>\r\n\r\n<p>There are many horror stories of university courses that are difficult. University is supposed to challenge you. But, the common practice of using certain courses to simply weed people out serves little purpose. Universities in Sweden are challenging, but they build this challenge around making you the best you can be, not just to see how much they can put you through.</p>\r\n\r\n<p>The difference that this makes is easy to see. Overall, Sweden&rsquo;s system of education is ranked among the top systems in the world. Sweden is also home to several secondary schools that are individually ranked among the world&rsquo;s best. These rankings are not from Sweden itself. They are conducted by independent international organizations.</p>\r\n\r\n<p>Another factor that makes universities in Sweden stand out is the focus of every course. They don&rsquo;t just focus on completing credits to get a degree. They are focused on reasoning, rationality, and most importantly, application. This is in contrast to the quote that we discussed earlier. Universities in Sweden don&rsquo;t just teach you how to think. They teach you how to apply your knowledge.</p>\r\n\r\n<h3>3. You don&rsquo;t just sit in class</h3>\r\n\r\n<p>A student sitting in class just to get a credit is seen throughout the world. Unfortunately, many professors are so engrossed in lecturing that they don&rsquo;t notice. They may not even care, because they just like to hear themselves talk and/or proving how smart they are.&nbsp;</p>\r\n\r\n<p>You will not find this at universities in Sweden. As we mentioned, the focus is more on innovation and application. Professors want to know that you are not just learning but are able to apply your learning. They require you to participate. You will be required to demonstrate your knowledge and ability to use it.&nbsp;</p>\r\n\r\n<h3>4. Focus on environmental sustainability&nbsp;</h3>\r\n\r\n<p>A huge focus and global concern right now is on environmental sustainability. Sweden is one of the countries that has made this a priority. Just like our focus on applying knowledge, our country and its citizens take this very seriously. If you are interested in furthering the cause of going green then you will find many kindred souls here.&nbsp;</p>\r\n\r\n<p>The focus on sustainability can be seen in Sweden&rsquo;s rankings. We were named the #1 in sustainability among every country in the world. This is due to multiple advances that the country has made. Focus has been given to controlling greenhouse gas emissions and building more avenues for sustainable energy.&nbsp;</p>\r\n\r\n<h3>5. It&rsquo;s easy to apply&nbsp;</h3>\r\n\r\n<p>Students from around the world used to be able to study in Sweden tuition-free, until recently. However, in 2010, the government passed a new law, that has altered the payment structure for international students from outside the EU/EAA. The new structure includes both the tuition fees and the application fees.</p>\r\n\r\n<p>The change has also been accompanied by many scholarships that are available to help students cover their tuition fees. Scholarship opportunities include financial waivers for international students, with scholarships offered both by the Swedish government and by individual universities in Sweden.</p>\r\n\r\n<p>There are no age limits when it comes to the university entrance exam, called SweSAT (or&nbsp;H&ouml;gskoleprovet&nbsp;in Swedish), and there is no need to be a Swedish citizen. However, you must meet the required permissions to apply to the course or program.&nbsp;</p>\r\n\r\n<h3>6. Experience true diversity</h3>\r\n\r\n<p>Diversity is another major issue in our world today. Over the last century, technology made it easier to travel around the world. This also brings us into daily contact with more cultures than ever before. It is crucial that we learn not just to promote diversity but be comfortable with it.&nbsp;</p>\r\n\r\n<p>Sweden is a very diverse country. But, it doesn&rsquo;t just allow diversity. Like everything else we have looked at, Sweden works hard to promote diversity. Sweden has consistently ranked among the best countries for equality in the world. It is also ranked among the best in gender equality and LGBT rights. This is due to Sweden&rsquo;s overall progressive attitude.&nbsp;</p>\r\n\r\n<p>It is not difficult to see the focus of most universities. They are focused on graduating students that think like the university wants them to. The only consideration that is given to job preparation is offering job placement help. But, the large percentage of these graduates that have trouble finding a job shows that they are not viewed as career-ready.&nbsp;</p>\r\n\r\n<p>Universities in Sweden possess a much different record. If you ask CEOs around the world what one characteristic they value the most, then most of them will say creativity. This is what is missing from most universities. It is the one thing that Sweden gives to every student. You also learn actual skills that are in demand right now. You are ready to solve problems. You aren&rsquo;t just taught to think creatively. You are also taught how to use this creativity. Graduates of Sweden&rsquo;s universities are known as problem solvers. &nbsp;</p>\r\n\r\n<p>By this point, you should fully understand why so many international students choose to study in Sweden. The difference is seen in how high our schools rank. But, you now understand why. Our universities don&rsquo;t just focus on giving you general knowledge. They focus on creativity and how to apply this knowledge. This makes you ready for a job at graduation. As you decide where to go to university, we ask you to keep in mind these six reasons to study in Sweden.</p>\r\n\r\n<p>Source:&nbsp;https://www.topuniversities.com/blog/6-reasons-study-sweden</p>, , , , , 0, , , , know-why-sweden-is-one-of-the-best-destinations-for-higher-level-of-education, 6, 1, 1, 1, 2023-08-11 10:20:06, 2023-08-11 10:20:06))', '2023-08-11 04:35:06', '2023-08-11 04:35:06'),
(71, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 04:38:35', '2023-08-11 04:38:35'),
(72, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 04:38:44', '2023-08-11 04:38:44'),
(73, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 04:39:02', '2023-08-11 04:39:02'),
(74, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 04:39:24', '2023-08-11 04:39:24'),
(75, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column \'alias\' at row 1 (Connection: mysql, SQL: insert into `tbl_blogs` (`title`, `text`, `seo_title`, `seo_descriptions`, `seo_keywords`, `og_tags`, `parent_blog`, `image`, `thumb`, `cover`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (Sweden: One of the best study destinations in Europe, <p>Studying in Sweden can be one of the best choices you can make to pursue your education and career. Sweden has the best universities in the world. Studying in Sweden especially focuses on finding and providing the best universities for international students.</p>\r\n\r\n<p><strong>WHY SWEDEN?</strong><br />\r\nThere are thousands of degree programs entirely taught in English. Sweden gives their international students the right to work during their studies. International students can find a balance between their work and studies.</p>\r\n\r\n<p><strong>THE BEST CHOICE FOR THE DEPENDENTS</strong><br />\r\nMarried couples can apply together with their kids. Husband and wife can work full time. Sweden provides free health insurance for the entire family. Free education for dependent applicants.</p>\r\n\r\n<p><strong>BENEFITS OF CHOOSING SWEDEN</strong></p>\r\n\r\n<ul>\r\n <li>High-quality, unconventional, education.</li>\r\n <li>Has the best universities in the world.</li>\r\n <li>Free education for dependent applicants.</li>\r\n <li>Husband and wife can work full time.</li>\r\n <li>Specialized degree program.</li>\r\n <li>Affordable tuition fees.</li>\r\n <li>Free health insurance for the entire family.</li>\r\n</ul>\r\n\r\n<p>There is a saying that &ldquo;a good education can be the foundation of a good life&rdquo; so it is in your hands to choose the best universities in Sweden for your education and career.</p>, , , , , 0, , storage/trust/files/1/Blogs/4.jpg, , sweden-one-of-the-best-study-destinations-in-europe, 5, 1, 1, 1, 2023-08-11 10:55:34, 2023-08-11 10:55:34))', '2023-08-11 05:10:34', '2023-08-11 05:10:34'),
(76, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column \'alias\' at row 1 (Connection: mysql, SQL: insert into `tbl_blogs` (`title`, `text`, `seo_title`, `seo_descriptions`, `seo_keywords`, `og_tags`, `parent_blog`, `image`, `thumb`, `cover`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (Sweden: One of the best study destinations in Europe, <p>Studying in Sweden can be one of the best choices you can make to pursue your education and career. Sweden has the best universities in the world. Studying in Sweden especially focuses on finding and providing the best universities for international students.</p>\r\n\r\n<p><strong>WHY SWEDEN?</strong><br />\r\nThere are thousands of degree programs entirely taught in English. Sweden gives their international students the right to work during their studies. International students can find a balance between their work and studies.</p>\r\n\r\n<p><strong>THE BEST CHOICE FOR THE DEPENDENTS</strong><br />\r\nMarried couples can apply together with their kids. Husband and wife can work full time. Sweden provides free health insurance for the entire family. Free education for dependent applicants.</p>\r\n\r\n<p><strong>BENEFITS OF CHOOSING SWEDEN</strong></p>\r\n\r\n<ul>\r\n <li>High-quality, unconventional, education.</li>\r\n <li>Has the best universities in the world.</li>\r\n <li>Free education for dependent applicants.</li>\r\n <li>Husband and wife can work full time.</li>\r\n <li>Specialized degree program.</li>\r\n <li>Affordable tuition fees.</li>\r\n <li>Free health insurance for the entire family.</li>\r\n</ul>\r\n\r\n<p>There is a saying that &ldquo;a good education can be the foundation of a good life&rdquo; so it is in your hands to choose the best universities in Sweden for your education and career.</p>, , , , , 0, , storage/trust/files/1/Blogs/4.jpg, , sweden-one-of-the-best-study-destinations-in-europe, 5, 1, 1, 1, 2023-08-11 10:55:39, 2023-08-11 10:55:39))', '2023-08-11 05:10:39', '2023-08-11 05:10:39'),
(77, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column \'alias\' at row 1 (Connection: mysql, SQL: insert into `tbl_blogs` (`title`, `text`, `seo_title`, `seo_descriptions`, `seo_keywords`, `og_tags`, `parent_blog`, `image`, `thumb`, `cover`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (Sweden: One of the best study destinations in Europe, , , , , , 0, , storage/trust/files/1/Blogs/4.jpg, , sweden-one-of-the-best-study-destinations-in-europe, 5, 1, 1, 1, 2023-08-11 10:55:48, 2023-08-11 10:55:48))', '2023-08-11 05:10:48', '2023-08-11 05:10:48'),
(78, 1, 'App\\Http\\Controllers\\BlogsController', 'store', 'SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column \'alias\' at row 1 (Connection: mysql, SQL: insert into `tbl_blogs` (`title`, `text`, `seo_title`, `seo_descriptions`, `seo_keywords`, `og_tags`, `parent_blog`, `image`, `thumb`, `cover`, `alias`, `display_order`, `createdBy`, `updatedBy`, `status`, `updated_at`, `created_at`) values (Why Should International Students Opt For Part Time Jobs?, , , , , , 0, , storage/trust/files/1/Blogs/7.jfif, , why-should-international-students-opt-for-part-time-jobs, 8, 1, 1, 1, 2023-08-11 10:58:19, 2023-08-11 10:58:19))', '2023-08-11 05:13:19', '2023-08-11 05:13:19'),
(79, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 05:20:19', '2023-08-11 05:20:19'),
(80, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 05:20:54', '2023-08-11 05:20:54'),
(81, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 05:21:29', '2023-08-11 05:21:29'),
(82, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 05:21:36', '2023-08-11 05:21:36'),
(83, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 05:21:59', '2023-08-11 05:21:59'),
(84, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 05:22:12', '2023-08-11 05:22:12'),
(85, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 05:23:33', '2023-08-11 05:23:33'),
(86, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-11 05:37:20', '2023-08-11 05:37:20'),
(87, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-11 05:48:29', '2023-08-11 05:48:29'),
(88, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-11 05:48:59', '2023-08-11 05:48:59'),
(89, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-11 05:50:08', '2023-08-11 05:50:08'),
(90, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-11 05:51:20', '2023-08-11 05:51:20'),
(91, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-11 05:51:23', '2023-08-11 05:51:23'),
(92, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-11 05:52:41', '2023-08-11 05:52:41'),
(93, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-11 06:19:57', '2023-08-11 06:19:57'),
(94, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-13 00:02:40', '2023-08-13 00:02:40'),
(95, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 01:35:44', '2023-08-13 01:35:44'),
(96, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 01:35:48', '2023-08-13 01:35:48'),
(97, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 01:36:36', '2023-08-13 01:36:36'),
(98, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-13 01:38:14', '2023-08-13 01:38:14'),
(99, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-13 01:39:10', '2023-08-13 01:39:10'),
(100, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-13 01:44:32', '2023-08-13 01:44:32'),
(101, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-13 01:44:39', '2023-08-13 01:44:39'),
(102, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 03:35:29', '2023-08-13 03:35:29'),
(103, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-13 03:53:46', '2023-08-13 03:53:46'),
(104, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-13 03:53:49', '2023-08-13 03:53:49'),
(105, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-13 03:53:52', '2023-08-13 03:53:52'),
(106, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-13 03:53:55', '2023-08-13 03:53:55'),
(107, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-13 03:55:09', '2023-08-13 03:55:09'),
(108, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-13 03:55:51', '2023-08-13 03:55:51'),
(109, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-13 03:58:08', '2023-08-13 03:58:08'),
(110, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"blog_id\" on null', '2023-08-13 03:59:09', '2023-08-13 03:59:09'),
(111, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 05:32:16', '2023-08-13 05:32:16'),
(112, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-13 05:33:10', '2023-08-13 05:33:10'),
(113, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 21:20:01', '2023-08-13 21:20:01');
INSERT INTO `tbl_error_logs` (`id`, `user_id`, `controller_name`, `method_name`, `errors`, `created_at`, `updated_at`) VALUES
(114, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 21:21:33', '2023-08-13 21:21:33'),
(115, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 21:22:12', '2023-08-13 21:22:12'),
(116, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 21:22:20', '2023-08-13 21:22:20'),
(117, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 21:22:34', '2023-08-13 21:22:34'),
(118, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 21:22:40', '2023-08-13 21:22:40'),
(119, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 21:24:21', '2023-08-13 21:24:21'),
(120, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 21:25:14', '2023-08-13 21:25:14'),
(121, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 21:25:20', '2023-08-13 21:25:20'),
(122, 1, 'WebsiteController', 'showpreparationclass', 'View [.articles.single] not found.', '2023-08-13 21:49:40', '2023-08-13 21:49:40'),
(123, 1, 'WebsiteController', 'showpreparationclass', 'View [.articles.single] not found.', '2023-08-13 22:27:27', '2023-08-13 22:27:27'),
(124, 0, 'WebsiteController', 'showpreparationclass', 'View [.articles.single] not found.', '2023-08-13 22:27:27', '2023-08-13 22:27:27'),
(125, 1, 'WebsiteController', 'showpreparationclass', 'View [.articles.single] not found.', '2023-08-13 22:39:43', '2023-08-13 22:39:43'),
(126, 0, 'WebsiteController', 'showpreparationclass', 'View [.articles.single] not found.', '2023-08-13 22:53:57', '2023-08-13 22:53:57'),
(127, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"service_id\" on null', '2023-08-13 22:58:45', '2023-08-13 22:58:45'),
(128, 1, 'WebsiteController', 'showpreparationclass', 'View [trust.resources.single] not found.', '2023-08-13 22:59:00', '2023-08-13 22:59:00'),
(129, 1, 'WebsiteController', 'showpreparationclass', 'Attempt to read property \"article_id\" on null', '2023-08-15 05:51:22', '2023-08-15 05:51:22');
-- --------------------------------------------------------
--
-- 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_faqs`
--
CREATE TABLE `tbl_faqs` (
`faq_id` int(11) 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,
`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_faqs`
--
INSERT INTO `tbl_faqs` (`faq_id`, `title`, `text`, `display_order`, `status`, `createdby`, `updatedby`, `created_at`, `updated_at`) VALUES
(1, 'Which countries does the Trust Education Foundation work for?', '<p>Trust only works for European and Nordic countries. Specifically, Sweden, Denmark, Norway, Finland, and the UK.</p>', 2, 1, 1, 1, '2023-08-05 22:49:53', '2023-08-11 05:39:28'),
(2, 'Is application process same for all the countries?', '<p>No, application process varies from county to country in terms of documentation and the pre-requisite tests.</p>', 1, 1, 1, 1, '2023-08-11 05:38:24', '2023-08-11 05:38:28'),
(3, 'What kind of visas can I apply for with the assistance of Trust?', '<p>Trust helps students obtain student visas to further their education.</p>', 3, 1, 1, 1, '2023-08-11 05:40:01', '2023-08-11 05:40:01'),
(4, 'Can I apply for a Work Visa with Trusts assistance?', '<p>Sorry! Work visas are not aided by trust.</p>', 4, 1, 1, 1, '2023-08-11 05:40:34', '2023-08-11 05:40:34'),
(5, 'What are the major academic requirements to apply for higher studies in Nordic countries?', '<p>Academic percentages above 50% are well regarded for applying to higher studies in Nordic countries. However, a few universities and institutions accept percentages below 50% for some specific programs.</p>', 5, 1, 1, 1, '2023-08-11 05:41:15', '2023-08-11 05:41:15'),
(6, 'How much GPA score is necessary?', '<p>A GPA score of at least 2.4 is necessary for universities in Nordic countries. However, a few universities and institutions accept GPAs below 2.4 for some specific programs.</p>', 6, 1, 1, 1, '2023-08-11 05:41:37', '2023-08-11 05:41:37'),
(7, 'Is a language proficiency test required?', '<p>Yes! To apply for higher education in the Nordic countries, a language proficiency test is required.</p>', 7, 1, 1, 1, '2023-08-11 05:41:57', '2023-08-11 05:41:57'),
(8, 'Should I get an IELTS or PTE Language Proficiency Test?', '<p>You can choose between the two tests. Both IELTS and PTE Language Proficiency Tests are valid to apply to Nordic countries. However, the test results must not have expired.</p>', 8, 1, 1, 1, '2023-08-11 05:42:16', '2023-08-11 05:42:16'),
(9, 'How much do I have to score in the IELTS Test?', '<p>The minimum requirement for an IELTS score is 6.5 overall and 5.5 in each band. No score below that is accepted.</p>', 9, 1, 1, 1, '2023-08-11 05:42:35', '2023-08-11 05:42:35'),
(10, 'How much do I have to score in the PTE Test?', '<p>The minimum requirement for a PTE score is 62 overall and 61 in writing. No score below that is accepted.</p>', 10, 1, 1, 1, '2023-08-11 05:42:56', '2023-08-11 05:42:56'),
(11, 'Can I apply without a Language Proficiency Test?', '<p>NO! We are sorry to let you know that a language proficiency test is a must to apply for higher education in the Nordic countries.</p>', 11, 1, 1, 1, '2023-08-11 05:43:23', '2023-08-11 05:43:23'),
(12, 'Why is the IELTS or PTE Test score so essential?', '<p>Universities in the Nordic countries teach in English, and English is a second language in these countries. Language proficiency tests (IELTS or PTE) are critical to avoiding communication and language barriers.</p>', 12, 1, 1, 1, '2023-08-11 05:43:41', '2023-08-11 05:43:41'),
(13, 'Is the gap between study years accepted', '<p>Yes, gap years after finishing +2 or a bachelor&#39;s or master&#39;s are accepted depending upon universities and their own requirement. However, a very long gap of 10+ years is only accepted by Sweden in the case of excellent academic scorers.</p>', 13, 1, 1, 1, '2023-08-11 05:44:04', '2023-08-11 05:44:04'),
(14, 'Can I take my spouse along with me as my dependent?', '<p>Yes! We are very happy to inform you that you do not have to leave your better half behind and that you can bring them with you as a dependent in Sweden, Denmark and UK. You can take them when going for a bachelor&#39;s or master&#39;s degree in Sweden or Denmark. However, in the UK, you can only take your dependents when going for a master&rsquo;s degree. Bonus: Healthcare and education are free for your dependent spouse in the Nordic countries.</p>', 14, 1, 1, 1, '2023-08-11 05:44:25', '2023-08-11 05:44:25'),
(15, 'Can I take my children with me along with my dependent?', '<p>Yes, you can take your children along with you and your dependent spouse to Sweden or Denmark. However, your child has to be under the age of 18.</p>', 15, 1, 1, 1, '2023-08-11 05:44:46', '2023-08-11 05:44:46'),
(16, 'What if I only want to take my children with me to a Nordic country?', '<p>It is absolutely possible to take only your children with you to a Nordic country on a student visa!</p>', 16, 1, 1, 1, '2023-08-11 05:45:04', '2023-08-11 05:45:04'),
(17, 'What is the approximate cost of applying for higher education in the Nordic countries?', '<p>The cost of applying varies according to the country, university, program, and your choice.</p>', 17, 1, 1, 1, '2023-08-11 05:45:23', '2023-08-11 05:45:23'),
(18, 'What are work hours like in Sweden, Denmark and the UK?', '<p>Work hours are unlimited for international students in Sweden. However, working hours for international students in Denmark and the UK are limited to 20 hours a week.</p>', 18, 1, 1, 1, '2023-08-11 05:45:41', '2023-08-11 05:45:41'),
(19, 'What is the difference between a Statement Of Purpose (SOP) and a motivation letter?', '<p>A motivation letter is exactly the same as a statement of purpose. It&#39;s essentially just a more elegant method of expressing the same idea.</p>', 19, 1, 1, 1, '2023-08-11 05:46:00', '2023-08-11 05:46:00'),
(20, 'What does a college application documents checklist look like?', '<p>1. Up-to-date academic documents and certificates. 2. Valid passport. 3. Unexpired IELTS or PTE score certificate. 4. Work or training experience certificates (if any). 5. Motivational letter. 6. Application fee (different for different universities and countries) .</p>', 20, 1, 1, 1, '2023-08-11 05:46:23', '2023-08-11 05:46:23'),
(21, 'What does a visa application documents checklist look like?', '<p>1. Up-to-date academic documents and certificates. 2. Valid passport. 3.Bank statements and certificates from the previous three months with proof of funds enough to sustain oneself as well as dependents (in the case of dependents, between NPR 15 Lakhs to NPR 30 Lakhs for each individual depending upon city or university you choose to go to). 4.Visa Application Fee (different for different countries).</p>', 21, 1, 1, 1, '2023-08-11 05:46:46', '2023-08-11 05:46:46');
-- --------------------------------------------------------
--
-- 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\"}]', '<p>Please send us your enquiry.</p>', '', '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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>[form alias=&quot;ielts-pte-booking-form&quot;]<\\/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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<ul>\\r\\n\\t<li>Offer letter from the academic institution<\\/li>\\r\\n\\t<li>Approval of scholarship, if any<\\/li>\\r\\n\\t<li>Financial report and<\\/li>\\r\\n\\t<li>Health insurance certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>Preparation&nbsp;for&nbsp;the&nbsp;test&nbsp;is&nbsp;a crucial&nbsp;job. Students should be determined and dedicated in due course of preparation for scoring high.<\\/p>\\r\\n\\r\\n<p>The following points need to be acknowledged by students preparing for the test:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Students should know all the sections of the test namely Reading, Writing, Listening and Speaking.<\\/li>\\r\\n\\t<li>Students should very well know the types of questions and the duration of time.<\\/li>\\r\\n\\t<li>Students should duly practice and thoroughly prepare every section of the test.<\\/li>\\r\\n\\t<li>Students appearing test should know the technical part associated with the writing.<\\/li>\\r\\n\\t<li>Students should make&nbsp;habit of&nbsp;listening&nbsp;to&nbsp;the English News, Speeches, Podcasts, Interviews etc.<\\/li>\\r\\n\\t<li>Students&nbsp;should make habit of reading English Newspapers, Magazines, Journals, Novels etc.<\\/li>\\r\\n\\t<li>Students should make habit of reading loud for improving their speaking proficiency. They should focus on pronunciations and intonations.<\\/li>\\r\\n\\t<li>The practice should be regularly done for standard maintenance.<\\/li>\\r\\n\\t<li>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<ul>\\r\\n\\t<li>Arrangement and assistance for the travel<\\/li>\\r\\n\\t<li>Guidelines for the accommodation procedure<\\/li>\\r\\n\\t<li>Guidelines necessary for taking local transport<\\/li>\\r\\n\\t<li>Info about travel and medical insurance<\\/li>\\r\\n\\t<li>Various academic and non-academic student activities<\\/li>\\r\\n\\t<li>Sociability procedure<\\/li>\\r\\n\\t<li>Other essentials<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>We &nbsp; genuinely &nbsp; make &nbsp; the &nbsp; students &nbsp; equipped &nbsp; with &nbsp; all &nbsp; 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<p><strong>Introduction:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Mention your full name and date of birth.&nbsp;<\\/li>\\r\\n\\t<li>Include your city of residence.&nbsp;<\\/li>\\r\\n\\t<li>Mention the name of your chosen university.<\\/li>\\r\\n\\t<li>State your motive of writing this SOP.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><strong>Educational Background:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>&nbsp;<strong>Mention about your academic qualifications.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>I completed my SEE from (name of the board) in (year of completion). My aggregate score in SEE was -<\\/p>\\r\\n\\r\\n<p>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<p>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<p><strong>Work Experience Details:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Mention about any trainings or job experiences relevant to your course of study.<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>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<p><strong>Reasons for choosing not to study in Nepal:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>&nbsp; &nbsp; If your program is offered in your country, why don&rsquo;t you want to study it there? Explain<\\/li>\\r\\n\\t<li>&nbsp; &nbsp; Mention what makes Australia&#39;s education system different from your country, and how would that benefit you? &nbsp; Explain about challenges you may endure in getting admitted to good Nepalese institutions<\\/li>\\r\\n\\t<li>&nbsp; &nbsp; Demonstrate a reasonable level of research on the availability of courses in your home country.<br \\/>\\r\\n\\t&nbsp;<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><strong>Reasons for choosing the particular course:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>&nbsp; &nbsp; Include how the program you&#39;ve chosen relates to your prior studies. If there is no association, explain why you&#39;ve decided to switch your discipline and career<\\/li>\\r\\n\\t<li>&nbsp; &nbsp; What aspects of the program structure do you find appealing?<\\/li>\\r\\n\\t<li>&nbsp; &nbsp; 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<p><strong>Educational Objectives and career outcomes:<\\/strong><br \\/>\\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.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Reasons for choosing Australia as your study destination:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>&nbsp; &nbsp; 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<li>&nbsp; &nbsp; How investing in an Australian degree will help you improve your position in your country?<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><strong>Reasons of choosing the university:<\\/strong><br \\/>\\r\\nMake comparison between your chosen university with other universities in Australia intern rankings, facilities, scholarships, etc.<\\/p>\\r\\n\\r\\n<p><strong>Details of the university:<\\/strong><br \\/>\\r\\nDetails of campuses and reasons for choosing your intended campus where the course is being offered International Ranking<br \\/>\\r\\nFacilities provided by the university.<\\/p>\\r\\n\\r\\n<p><strong>Future plans and job prospects after completion of the course:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>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<li>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<li>&nbsp;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<li>Demonstrate a clear and meaningful improvement as a result of the planned study that outweighs the high time and financial investment required.<br \\/>\\r\\n\\t&nbsp;<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><strong>Conclusion:<\\/strong><br \\/>\\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<p>Sincerely,<br \\/>\\r\\n(Your Full name.)<br \\/>\\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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<p>We guide students regarding the following issues associated with document preparation.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Different types of documents required for lodging applications.<\\/li>\\r\\n\\t<li>The authorities issuing the specific documents.<\\/li>\\r\\n\\t<li>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>Access Education&nbsp;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. &nbsp;<br \\/>\\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.&nbsp;<\\/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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/MD.png\\\" style=\\\"float:left; width:30%\\\" \\/>Education is essential for the continuation of a person&#39;s growth. In this highly competitive educational scenario it is important to keep abreast. With higher education you don&rsquo;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 &ldquo;Mentoring&rdquo; the youth of this country to dream &ldquo;Motivating&rdquo; them towards greater hopes and aspiration and &ldquo;Guiding&rdquo; 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<p>Puspa Raj<\\/p>\\r\\n\\r\\n<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-danger-soft\\\">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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-danger-soft\\\">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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-danger-soft\\\">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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>[cta title=&quot;&quot; text=&quot;&quot; button=&quot;&quot; link=&quot;&quot;]<\\/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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-danger-soft\\\">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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"details\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>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<p>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<h4><strong>Study in New Zealand Benefits<\\/strong><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/study-benefits-new-zealand.jpg\\\" style=\\\"float:right; height:200px; width:200px\\\" \\/><\\/h4>\\r\\n\\r\\n<p>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\":\"<p>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&#39;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<p>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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<p>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<h4><strong>Study in New Zealand Benefits<\\/strong><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/study-benefits-new-zealand.jpg\\\" style=\\\"float:right; height:200px; width:200px\\\" \\/><\\/h4>\\r\\n\\r\\n<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Stunning Natural Landscapes and Adventure Opportunities\",\"text\":\"<p><br \\/>\\r\\nNew Zealand&#39;s allure extends far beyond its academic excellence. Nestled in the southern Pacific Ocean, this island nation boasts some of the world&#39;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<p>As a student studying in New Zealand, you&#39;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<p>Beyond the adrenaline-pumping activities, New Zealand&#39;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&#39;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<p>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&#39;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\":\"<p>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&#39;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<p>New Zealanders, or &quot;Kiwis&quot; as they are affectionately known, are renowned for their hospitality and open-mindedness. As an international student, you&#39;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<p>The country&#39;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<p>In addition to personal safety, New Zealand&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<p>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<p>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&#39;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<p>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&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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&#39;ll find top-notch institutions that are committed to academic excellence and cutting-edge research.<\\/p>\\r\\n\\r\\n<p>Australia&#39;s education system is recognized for its high-quality teaching methodologies and emphasis on practical learning. The country&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>Australia&#39;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&#39;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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<p>Australia&#39;s research-driven approach to education encourages critical thinking, problem-solving, and creativity. As a student, you&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>Australia&#39;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<p>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<p>In addition to work opportunities, Australia&#39;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<p>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&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>Canada is known for its safe and welcoming environment, making it an ideal destination for international students, including those from Nepal. The country&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>Canada&#39;s stunning landscapes, from majestic mountains to serene lakes, offer a breathtaking backdrop for your academic journey. As a student in Canada, you&#39;ll have the opportunity to explore its natural wonders, enjoy outdoor activities, and experience the country&#39;s four distinct seasons. Whether it&#39;s skiing in the Rockies, hiking in national parks, or kayaking in pristine waters, Canada&#39;s outdoor adventures add a unique dimension to your study abroad experience, making it truly unforgettable.<\\/p>\\r\\n\\r\\n<p>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&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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&#39;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>&nbsp;<\\/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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>The UK&#39;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&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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&#39;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<p>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&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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&#39;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&#39;s academic institutions offer an intellectually stimulating environment that nurtures creativity and academic curiosity. Moreover, the country&#39;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&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<ol>\\r\\n\\t<li>\\r\\n\\t<p><strong>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<li>\\r\\n\\t<p><strong>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<li>\\r\\n\\t<p><strong>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<li>\\r\\n\\t<p><strong>Undergraduate Degrees:<\\/strong> Undergraduate degrees are offered by universities and higher education institutions. They include Bachelor&#39;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<li>\\r\\n\\t<p><strong>Postgraduate Degrees:<\\/strong> Postgraduate qualifications include Master&#39;s degrees and Doctorates (PhDs). Master&#39;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<li>\\r\\n\\t<p><strong>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<li>\\r\\n\\t<p><strong>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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<ol>\\r\\n\\t<li>\\r\\n\\t<p><strong>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<li>\\r\\n\\t<p><strong>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<li>\\r\\n\\t<p><strong>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<li>\\r\\n\\t<p><strong>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<li>\\r\\n\\t<p><strong>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<li>\\r\\n\\t<p><strong>Visa Application:<\\/strong> Once all the necessary documents are gathered, students can apply for the Tier 4 Student Visa online through the UK government&#39;s official website or at a visa application center in their home country.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p><strong>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<li>\\r\\n\\t<p><strong>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<li>\\r\\n\\t<p><strong>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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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&#39;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&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"details\":\"<p>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<ul>\\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\":\"<p>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<ul>\\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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"details\":\"<p>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<p>IELTS is an abbreviated form of &lsquo;International English Language Testing System which is:-<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A widely recognized English Language proficiency test.<\\/li>\\r\\n\\t<li>A reliable means of evaluating the English language ability.<\\/li>\\r\\n\\t<li>Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.<\\/li>\\r\\n\\t<li>Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.<\\/li>\\r\\n\\t<li>Is the only acceptable English test for immigration to Australian.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<ul>\\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\":\"<p>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<p>IELTS is an abbreviated form of &lsquo;International English Language Testing System which is:-<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A widely recognized English Language proficiency test.<\\/li>\\r\\n\\t<li>A reliable means of evaluating the English language ability.<\\/li>\\r\\n\\t<li>Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.<\\/li>\\r\\n\\t<li>Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.<\\/li>\\r\\n\\t<li>Is the only acceptable English test for immigration to Australian.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<ul>\\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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"details\":\"<p>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<h3>IELTS is an abbreviated form of &lsquo;International English Language Testing System which is:-<\\/h3>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A widely recognized English Language proficiency test.<\\/li>\\r\\n\\t<li>A reliable means of evaluating the English language ability.<\\/li>\\r\\n\\t<li>Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.<\\/li>\\r\\n\\t<li>Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.<\\/li>\\r\\n\\t<li>Is the only acceptable English test for immigration to Australian.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<ul>\\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\":\"<p>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<h3>IELTS is an abbreviated form of &lsquo;International English Language Testing System which is:-<\\/h3>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A widely recognized English Language proficiency test.<\\/li>\\r\\n\\t<li>A reliable means of evaluating the English language ability.<\\/li>\\r\\n\\t<li>Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.<\\/li>\\r\\n\\t<li>Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.<\\/li>\\r\\n\\t<li>Is the only acceptable English test for immigration to Australian.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<ul>\\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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"details\":\"<p>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<h4>IELTS is an abbreviated form of &lsquo;International English Language Testing System which is:-<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A widely recognized English Language proficiency test.<\\/li>\\r\\n\\t<li>A reliable means of evaluating the English language ability.<\\/li>\\r\\n\\t<li>Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.<\\/li>\\r\\n\\t<li>Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.<\\/li>\\r\\n\\t<li>Is the only acceptable English test for immigration to Australian.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<ul>\\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\":\"<p>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&#39;s why IELTS is the key to your success:<\\/p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Academic Pursuits: For students dreaming of pursuing higher education abroad, IELTS is a prerequisite for admission to universities in English-speaking countries. Whether you&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Immigration and Visa Applications: If you&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Lifelong Value: Once you&#39;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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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&#39;s delve into the key components of IELTS:<\\/p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>\\r\\n\\t<p>Listening: The Listening section assesses your ability to comprehend spoken English in various contexts. You&#39;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<li>\\r\\n\\t<p>Reading: The Reading component evaluates your reading comprehension skills. You&#39;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<li>\\r\\n\\t<p>Writing: In the Writing section, you&#39;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<li>\\r\\n\\t<p>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&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>Your IELTS (International English Language Testing System) score is a crucial indicator of your English language proficiency. It&#39;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<p>IELTS is scored on a nine-band scale, with each band representing a specific level of language proficiency. Let&#39;s break down the IELTS scoring system:<\\/p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Band Score 7 (Good User): At Band 7, you&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<p>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<p>It&#39;s essential to set realistic goals based on your specific requirements. Different institutions and organizations may have their own minimum score requirements, so it&#39;s crucial to check their criteria before taking the test.<\\/p>\\r\\n\\r\\n<p>Remember, preparing for IELTS diligently and focusing on improving your language skills will boost your chances of achieving the score you desire. Whether you&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>Your IELTS (International English Language Testing System) score is a crucial indicator of your English language proficiency. It&#39;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<p>IELTS is scored on a nine-band scale, with each band representing a specific level of language proficiency. Let&#39;s break down the IELTS scoring system:<\\/p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Band Score 7 (Good User): At Band 7, you&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<p>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<p>It&#39;s essential to set realistic goals based on your specific requirements. Different institutions and organizations may have their own minimum score requirements, so it&#39;s crucial to check their criteria before taking the test.<\\/p>\\r\\n\\r\\n<p>Remember, preparing for IELTS diligently and focusing on improving your language skills will boost your chances of achieving the score you desire. Whether you&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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&#39;s why IELTS is the key to your success:<\\/p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Academic Pursuits: For students dreaming of pursuing higher education abroad, IELTS is a prerequisite for admission to universities in English-speaking countries. Whether you&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Immigration and Visa Applications: If you&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Lifelong Value: Once you&#39;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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"details\":\"<p>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&#39;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<p>Here&#39;s why IELTS is the key to your success:<\\/p>\\r\\n\\r\\n<p>- 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<p>- 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<p>- 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<p>- 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<p>- 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<p>- 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<p>- 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<p>- Preparation Resources: Abundance of study materials, practice tests, and guidance available to help you prepare effectively for the exam.<\\/p>\\r\\n\\r\\n<p>- 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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"details\":\"<p>If you&#39;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&#39;s why preparing for IELTS from Access can make all the difference:<\\/p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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&#39;s experiences and perspectives.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Flexibility and Convenience: We understand that many learners have busy schedules and other commitments. That&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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\":\"<p>If you&#39;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&#39;s why preparing for IELTS from Access can make all the difference:<\\/p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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&#39;s experiences and perspectives.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Flexibility and Convenience: We understand that many learners have busy schedules and other commitments. That&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>If you&#39;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&#39;s why preparing for IELTS from Access can make all the difference:<\\/p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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&#39;s experiences and perspectives.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Flexibility and Convenience: We understand that many learners have busy schedules and other commitments. That&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>If you&#39;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&#39;s why preparing for IELTS from Access can make all the difference:<\\/p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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&#39;s experiences and perspectives.<\\/p>\\r\\n\\t<\\/li>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Flexibility and Convenience: We understand that many learners have busy schedules and other commitments. That&#39;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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>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<ol>\\r\\n\\t<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>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<li>\\r\\n\\t<p>Stay Positive and Persistent: IELTS preparation can be challenging, but maintain a positive attitude and stay persistent. Celebrate your progress and don&#39;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<p>By incorporating these tips into your IELTS preparation, you&#39;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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"<span class=\\\"featured\\\"><span>The<\\/span><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\":\"<span class=\\\"featured\\\"><span>The<\\/span><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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"The Office\",\"text\":\"<p>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<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>[teams branch=&quot;access-baneswor&quot;]<\\/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\":\"<p>[teams branch=&quot;access-baneswor&quot;]<\\/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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>[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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>[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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>[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\":\"<p>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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Testimonials\",\"text\":\"<p>[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\":\"<p>[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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<p>[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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> 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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d883.2045781660294!2d85.33538547566259!3d27.692009814044386!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19966c500605%3A0x9946fbdf36bd9ffc!2sAccess%20Education%20Network%20Consultancy!5e0!3m2!1sen!2snp!4v1690690531891!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"updated_at\":\"2023-07-30 04:15:48\",\"updatedBy\":1}', '2023-07-29 22:30:48', '2023-07-29 22:30:48'),
(NULL, 210, 1, 202307310200308270, 202307310200308270, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Jupiter Overseas Concern Pvt. Ltd.\",\"description\":\"<p>Jupiter Overseas Concern Pvt. Ltd.<\\/p>\",\"url1\":\"www.jupiteremployment.com\",\"url2\":\"\",\"email\":\"info@jupiteremployment.com\",\"phone\":\"+977-01-4562605\",\"secondary_phone\":\"+977-01-4564178\",\"google_map\":\"\",\"fb\":\"#\",\"insta\":\"#\",\"twitter\":\"#\",\"tiktok\":\"#\",\"primary_logo\":\"storage\\/files\\/1\\/jupiter_logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/jupiter_logo.png\",\"thumb\":\"storage\\/files\\/1\\/fav_icon.png\",\"icon\":\"storage\\/files\\/1\\/fav_icon.png\",\"og_image\":\"storage\\/files\\/1\\/category.jpg\",\"no_image\":\"storage\\/files\\/1\\/no_image.png\",\"copyright_text\":\"Copyright 2023 Jupiter Overseas Concern Pvt. Ltd. All rights reserved.\",\"content1\":\"\",\"content2\":\"<p>Choose Jupiter Overseas Concern Pvt. Ltd. as your trusted recruitment partner, and together, we will shape a future filled with outstanding opportunities and remarkable achievements.<\\/p>\",\"content3\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-19T01:58:56.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"updated_at\":\"2023-07-31 02:00:31\",\"updatedBy\":1}', '2023-07-30 20:15:31', '2023-07-30 20:15:31'),
(NULL, 211, 1, 202307310201366244, 202307310201366244, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/no_image.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T02:00:31.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"updated_at\":\"2023-07-31 02:01:36\",\"updatedBy\":1}', '2023-07-30 20:16:36', '2023-07-30 20:16:36'),
(NULL, 212, 1, 202307310218055180, 202307310218055180, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"\",\"seo_title\":\"\",\"seo_description\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T02:01:36.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"seo_title\":\"Access Education Network: Empowering Dreams, Transforming Lives | Study in Australia, New Zealand, UK, Canada\",\"seo_description\":\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\",\"seo_keywords\":\"Education Consultancy in Nepal, Study Abroad from Nepal, Study in Australia from Nepal, Study in New Zealand from Nepal, Study in UK from Nepal, Study in Canada from Nepal, Educational Guidance in Nepal, Career Counseling in Nepal, Study Opportunities in Nepal, Overseas Education from Nepal, Student Visa from Nepal, International Universities in Nepal, Study Programs in Nepal, College Admissions in Nepal, Higher Education in Nepal, Global Career from Nepal, Educational Consultants in Nepal, Study Options in Nepal, Educational Pathways in Nepal, Academic Support in Nepal, Student Services in Nepal, Study Destinations from Nepal, Educational Excellence in Nepal, International Students from Nepal, Study Overseas from Nepal, Scholarships for Nepali Students, English Language Proficiency in Nepal, Student Success in Nepal, Educational Partnerships in Nepal, Education Resources in Nepal, Study Pathways from Nepal, Study Planning in Nepal, Visa Assistance for Nepali Students, Study Abroad Programs from Nepal, Student Accommodation in Nepal, Study Abroad Benefits for Nepali Students, Study Abroad Experience from Nepal, Educational Institutions in Nepal, Study Abroad Consultants in Nepal, Career Development in Nepal, Study Abroad Opportunities for Nepali Students, Student Support Services in Nepal, College Applications in Nepal, University Admissions in Nepal, Study Abroad Seminars in Nepal, Study Abroad Information for Nepali Students, Study Abroad Scholarships for Nepali Students, Education Experts in Nepal, Study Abroad Consultation in Nepal, Education for International Students from Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Access Education Network: Empowering Dreams, Transforming Lives\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/access_education_network.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Access Education Network\\\">\",\"updated_at\":\"2023-07-31 02:18:05\",\"updatedBy\":1}', '2023-07-30 20:33:05', '2023-07-30 20:33:05'),
(NULL, 213, 1, 202307310230504745, 202307310230504745, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"\",\"seo_title\":\"Access Education Network: Empowering Dreams, Transforming Lives | Study in Australia, New Zealand, UK, Canada\",\"seo_description\":\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\",\"seo_keywords\":\"Education Consultancy in Nepal, Study Abroad from Nepal, Study in Australia from Nepal, Study in New Zealand from Nepal, Study in UK from Nepal, Study in Canada from Nepal, Educational Guidance in Nepal, Career Counseling in Nepal, Study Opportunities in Nepal, Overseas Education from Nepal, Student Visa from Nepal, International Universities in Nepal, Study Programs in Nepal, College Admissions in Nepal, Higher Education in Nepal, Global Career from Nepal, Educational Consultants in Nepal, Study Options in Nepal, Educational Pathways in Nepal, Academic Support in Nepal, Student Services in Nepal, Study Destinations from Nepal, Educational Excellence in Nepal, International Students from Nepal, Study Overseas from Nepal, Scholarships for Nepali Students, English Language Proficiency in Nepal, Student Success in Nepal, Educational Partnerships in Nepal, Education Resources in Nepal, Study Pathways from Nepal, Study Planning in Nepal, Visa Assistance for Nepali Students, Study Abroad Programs from Nepal, Student Accommodation in Nepal, Study Abroad Benefits for Nepali Students, Study Abroad Experience from Nepal, Educational Institutions in Nepal, Study Abroad Consultants in Nepal, Career Development in Nepal, Study Abroad Opportunities for Nepali Students, Student Support Services in Nepal, College Applications in Nepal, University Admissions in Nepal, Study Abroad Seminars in Nepal, Study Abroad Information for Nepali Students, Study Abroad Scholarships for Nepali Students, Education Experts in Nepal, Study Abroad Consultation in Nepal, Education for International Students from Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Access Education Network: Empowering Dreams, Transforming Lives\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/access_education_network.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Access Education Network\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T02:18:05.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"content1\":\"<p>Simply a better way to learn.<\\/p>\",\"updated_at\":\"2023-07-31 02:30:50\",\"updatedBy\":1}', '2023-07-30 20:45:50', '2023-07-30 20:45:50'),
(NULL, 214, 1, 202307310231589154, 202307310231589154, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Simply a better way to learn.<\\/p>\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"\",\"seo_title\":\"Access Education Network: Empowering Dreams, Transforming Lives | Study in Australia, New Zealand, UK, Canada\",\"seo_description\":\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\",\"seo_keywords\":\"Education Consultancy in Nepal, Study Abroad from Nepal, Study in Australia from Nepal, Study in New Zealand from Nepal, Study in UK from Nepal, Study in Canada from Nepal, Educational Guidance in Nepal, Career Counseling in Nepal, Study Opportunities in Nepal, Overseas Education from Nepal, Student Visa from Nepal, International Universities in Nepal, Study Programs in Nepal, College Admissions in Nepal, Higher Education in Nepal, Global Career from Nepal, Educational Consultants in Nepal, Study Options in Nepal, Educational Pathways in Nepal, Academic Support in Nepal, Student Services in Nepal, Study Destinations from Nepal, Educational Excellence in Nepal, International Students from Nepal, Study Overseas from Nepal, Scholarships for Nepali Students, English Language Proficiency in Nepal, Student Success in Nepal, Educational Partnerships in Nepal, Education Resources in Nepal, Study Pathways from Nepal, Study Planning in Nepal, Visa Assistance for Nepali Students, Study Abroad Programs from Nepal, Student Accommodation in Nepal, Study Abroad Benefits for Nepali Students, Study Abroad Experience from Nepal, Educational Institutions in Nepal, Study Abroad Consultants in Nepal, Career Development in Nepal, Study Abroad Opportunities for Nepali Students, Student Support Services in Nepal, College Applications in Nepal, University Admissions in Nepal, Study Abroad Seminars in Nepal, Study Abroad Information for Nepali Students, Study Abroad Scholarships for Nepali Students, Education Experts in Nepal, Study Abroad Consultation in Nepal, Education for International Students from Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Access Education Network: Empowering Dreams, Transforming Lives\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/access_education_network.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Access Education Network\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T02:30:50.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"secondary_phone\":\"+9779801570070\",\"updated_at\":\"2023-07-31 02:31:58\",\"updatedBy\":1}', '2023-07-30 20:46:58', '2023-07-30 20:46:58');
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, 215, 1, 202307310243494921, 202307310243494921, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"+9779801570070\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Simply a better way to learn.<\\/p>\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"\",\"seo_title\":\"Access Education Network: Empowering Dreams, Transforming Lives | Study in Australia, New Zealand, UK, Canada\",\"seo_description\":\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\",\"seo_keywords\":\"Education Consultancy in Nepal, Study Abroad from Nepal, Study in Australia from Nepal, Study in New Zealand from Nepal, Study in UK from Nepal, Study in Canada from Nepal, Educational Guidance in Nepal, Career Counseling in Nepal, Study Opportunities in Nepal, Overseas Education from Nepal, Student Visa from Nepal, International Universities in Nepal, Study Programs in Nepal, College Admissions in Nepal, Higher Education in Nepal, Global Career from Nepal, Educational Consultants in Nepal, Study Options in Nepal, Educational Pathways in Nepal, Academic Support in Nepal, Student Services in Nepal, Study Destinations from Nepal, Educational Excellence in Nepal, International Students from Nepal, Study Overseas from Nepal, Scholarships for Nepali Students, English Language Proficiency in Nepal, Student Success in Nepal, Educational Partnerships in Nepal, Education Resources in Nepal, Study Pathways from Nepal, Study Planning in Nepal, Visa Assistance for Nepali Students, Study Abroad Programs from Nepal, Student Accommodation in Nepal, Study Abroad Benefits for Nepali Students, Study Abroad Experience from Nepal, Educational Institutions in Nepal, Study Abroad Consultants in Nepal, Career Development in Nepal, Study Abroad Opportunities for Nepali Students, Student Support Services in Nepal, College Applications in Nepal, University Admissions in Nepal, Study Abroad Seminars in Nepal, Study Abroad Information for Nepali Students, Study Abroad Scholarships for Nepali Students, Education Experts in Nepal, Study Abroad Consultation in Nepal, Education for International Students from Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Access Education Network: Empowering Dreams, Transforming Lives\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/access_education_network.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Access Education Network\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T02:31:58.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"updated_at\":\"2023-07-31 02:43:49\",\"updatedBy\":1}', '2023-07-30 20:58:49', '2023-07-30 20:58:49'),
(NULL, 216, 1, 202307310245473010, 202307310245473010, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"+9779801570070\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Simply a better way to learn.<\\/p>\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"\",\"seo_title\":\"Access Education Network: Empowering Dreams, Transforming Lives | Study in Australia, New Zealand, UK, Canada\",\"seo_description\":\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\",\"seo_keywords\":\"Education Consultancy in Nepal, Study Abroad from Nepal, Study in Australia from Nepal, Study in New Zealand from Nepal, Study in UK from Nepal, Study in Canada from Nepal, Educational Guidance in Nepal, Career Counseling in Nepal, Study Opportunities in Nepal, Overseas Education from Nepal, Student Visa from Nepal, International Universities in Nepal, Study Programs in Nepal, College Admissions in Nepal, Higher Education in Nepal, Global Career from Nepal, Educational Consultants in Nepal, Study Options in Nepal, Educational Pathways in Nepal, Academic Support in Nepal, Student Services in Nepal, Study Destinations from Nepal, Educational Excellence in Nepal, International Students from Nepal, Study Overseas from Nepal, Scholarships for Nepali Students, English Language Proficiency in Nepal, Student Success in Nepal, Educational Partnerships in Nepal, Education Resources in Nepal, Study Pathways from Nepal, Study Planning in Nepal, Visa Assistance for Nepali Students, Study Abroad Programs from Nepal, Student Accommodation in Nepal, Study Abroad Benefits for Nepali Students, Study Abroad Experience from Nepal, Educational Institutions in Nepal, Study Abroad Consultants in Nepal, Career Development in Nepal, Study Abroad Opportunities for Nepali Students, Student Support Services in Nepal, College Applications in Nepal, University Admissions in Nepal, Study Abroad Seminars in Nepal, Study Abroad Information for Nepali Students, Study Abroad Scholarships for Nepali Students, Education Experts in Nepal, Study Abroad Consultation in Nepal, Education for International Students from Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Access Education Network: Empowering Dreams, Transforming Lives\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/access_education_network.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Access Education Network\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T02:43:49.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-07-30 21:00:47', '2023-07-30 21:00:47'),
(NULL, 217, 1, 202307310248513874, 202307310248513874, 'App\\Models\\Quicklinks', 1, 'create', NULL, '{\"title\":\"Immigration New Zealand\",\"link\":\"https:\\/\\/www.immigration.govt.nz\\/\",\"alias\":\"immigration-new-zealand\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-31T02:48:51.000000Z\",\"created_at\":\"2023-07-31T02:48:51.000000Z\",\"quicklink_id\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-07-30 21:03:51', '2023-07-30 21:03:51'),
(NULL, 218, 1, 202307310249373882, 202307310249373882, 'App\\Models\\Quicklinks', 2, 'create', NULL, '{\"title\":\"Study in Australia - Official Website\",\"link\":\"https:\\/\\/www.studyaustralia.gov.au\\/\",\"alias\":\"study-in-australia-official-website\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-31T02:49:37.000000Z\",\"created_at\":\"2023-07-31T02:49:37.000000Z\",\"quicklink_id\":2,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-07-30 21:04:37', '2023-07-30 21:04:37'),
(NULL, 219, 1, 202307310250444594, 202307310250444594, 'App\\Models\\Quicklinks', 3, 'create', NULL, '{\"title\":\"Canada Immigration\",\"link\":\"https:\\/\\/www.cic.gc.ca\\/\",\"alias\":\"canada-immigration\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-31T02:50:44.000000Z\",\"created_at\":\"2023-07-31T02:50:44.000000Z\",\"quicklink_id\":3,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-07-30 21:05:44', '2023-07-30 21:05:44'),
(NULL, 220, 1, 202307310251419759, 202307310251419759, 'App\\Models\\Quicklinks', 4, 'create', NULL, '{\"title\":\"British Council - Study in UK\",\"link\":\"https:\\/\\/study-uk.britishcouncil.org\\/\",\"alias\":\"british-council-study-in-uk\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-31T02:51:41.000000Z\",\"created_at\":\"2023-07-31T02:51:41.000000Z\",\"quicklink_id\":4,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-07-30 21:06:41', '2023-07-30 21:06:41'),
(NULL, 221, 1, 202307310252247454, 202307310252247454, 'App\\Models\\Quicklinks', 5, 'create', NULL, '{\"title\":\"Find Jobs in Canada\",\"link\":\"https:\\/\\/www.jobbank.gc.ca\\/home\",\"alias\":\"find-jobs-in-canada\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-07-31T02:52:24.000000Z\",\"created_at\":\"2023-07-31T02:52:24.000000Z\",\"quicklink_id\":5,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-07-30 21:07:24', '2023-07-30 21:07:24'),
(NULL, 222, 1, 202307310306415103, 202307310306415103, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"+9779801570070\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Simply a better way to learn.<\\/p>\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"\",\"seo_title\":\"Access Education Network: Empowering Dreams, Transforming Lives | Study in Australia, New Zealand, UK, Canada\",\"seo_description\":\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\",\"seo_keywords\":\"Education Consultancy in Nepal, Study Abroad from Nepal, Study in Australia from Nepal, Study in New Zealand from Nepal, Study in UK from Nepal, Study in Canada from Nepal, Educational Guidance in Nepal, Career Counseling in Nepal, Study Opportunities in Nepal, Overseas Education from Nepal, Student Visa from Nepal, International Universities in Nepal, Study Programs in Nepal, College Admissions in Nepal, Higher Education in Nepal, Global Career from Nepal, Educational Consultants in Nepal, Study Options in Nepal, Educational Pathways in Nepal, Academic Support in Nepal, Student Services in Nepal, Study Destinations from Nepal, Educational Excellence in Nepal, International Students from Nepal, Study Overseas from Nepal, Scholarships for Nepali Students, English Language Proficiency in Nepal, Student Success in Nepal, Educational Partnerships in Nepal, Education Resources in Nepal, Study Pathways from Nepal, Study Planning in Nepal, Visa Assistance for Nepali Students, Study Abroad Programs from Nepal, Student Accommodation in Nepal, Study Abroad Benefits for Nepali Students, Study Abroad Experience from Nepal, Educational Institutions in Nepal, Study Abroad Consultants in Nepal, Career Development in Nepal, Study Abroad Opportunities for Nepali Students, Student Support Services in Nepal, College Applications in Nepal, University Admissions in Nepal, Study Abroad Seminars in Nepal, Study Abroad Information for Nepali Students, Study Abroad Scholarships for Nepali Students, Education Experts in Nepal, Study Abroad Consultation in Nepal, Education for International Students from Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Access Education Network: Empowering Dreams, Transforming Lives\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/access_education_network.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Access Education Network\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T02:43:49.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"content3\":\"<table border=\\\"0\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\" style=\\\"width:100%\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/accre-aen.png\\\" style=\\\"height:43px; width:401px\\\" \\/><\\/td>\\r\\n\\t\\t\\t<td>&nbsp;<\\/td>\\r\\n\\t\\t\\t<td style=\\\"text-align:right\\\">&copy; 2023 All rights reserved Access Education Network Pvt. Ltd.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"updated_at\":\"2023-07-31 03:06:41\",\"updatedBy\":1}', '2023-07-30 21:21:41', '2023-07-30 21:21:41'),
(NULL, 223, 1, 202307310308038211, 202307310308038211, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"+9779801570070\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Simply a better way to learn.<\\/p>\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"<table border=\\\"0\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\" style=\\\"width:100%\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/accre-aen.png\\\" style=\\\"height:43px; width:401px\\\" \\/><\\/td>\\r\\n\\t\\t\\t<td>&nbsp;<\\/td>\\r\\n\\t\\t\\t<td style=\\\"text-align:right\\\">&copy; 2023 All rights reserved Access Education Network Pvt. Ltd.<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"seo_title\":\"Access Education Network: Empowering Dreams, Transforming Lives | Study in Australia, New Zealand, UK, Canada\",\"seo_description\":\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\",\"seo_keywords\":\"Education Consultancy in Nepal, Study Abroad from Nepal, Study in Australia from Nepal, Study in New Zealand from Nepal, Study in UK from Nepal, Study in Canada from Nepal, Educational Guidance in Nepal, Career Counseling in Nepal, Study Opportunities in Nepal, Overseas Education from Nepal, Student Visa from Nepal, International Universities in Nepal, Study Programs in Nepal, College Admissions in Nepal, Higher Education in Nepal, Global Career from Nepal, Educational Consultants in Nepal, Study Options in Nepal, Educational Pathways in Nepal, Academic Support in Nepal, Student Services in Nepal, Study Destinations from Nepal, Educational Excellence in Nepal, International Students from Nepal, Study Overseas from Nepal, Scholarships for Nepali Students, English Language Proficiency in Nepal, Student Success in Nepal, Educational Partnerships in Nepal, Education Resources in Nepal, Study Pathways from Nepal, Study Planning in Nepal, Visa Assistance for Nepali Students, Study Abroad Programs from Nepal, Student Accommodation in Nepal, Study Abroad Benefits for Nepali Students, Study Abroad Experience from Nepal, Educational Institutions in Nepal, Study Abroad Consultants in Nepal, Career Development in Nepal, Study Abroad Opportunities for Nepali Students, Student Support Services in Nepal, College Applications in Nepal, University Admissions in Nepal, Study Abroad Seminars in Nepal, Study Abroad Information for Nepali Students, Study Abroad Scholarships for Nepali Students, Education Experts in Nepal, Study Abroad Consultation in Nepal, Education for International Students from Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Access Education Network: Empowering Dreams, Transforming Lives\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/access_education_network.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Access Education Network\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T03:06:41.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"content3\":\"<table border=\\\"0\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\" style=\\\"width:100%\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/accre-aen.png\\\" style=\\\"height:43px; width:401px\\\" \\/><\\/td>\\r\\n\\t\\t\\t<td>&nbsp;<\\/td>\\r\\n\\t\\t\\t<td style=\\\"text-align:right\\\"><span style=\\\"color:#ffffff\\\">&copy; 2023 All rights reserved Access Education Network Pvt. Ltd.<\\/span><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"updated_at\":\"2023-07-31 03:08:03\",\"updatedBy\":1}', '2023-07-30 21:23:03', '2023-07-30 21:23:03'),
(NULL, 224, 1, 202307310309236102, 202307310309236102, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"+9779801570070\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Simply a better way to learn.<\\/p>\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"<table border=\\\"0\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\" style=\\\"width:100%\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/accre-aen.png\\\" style=\\\"height:43px; width:401px\\\" \\/><\\/td>\\r\\n\\t\\t\\t<td>&nbsp;<\\/td>\\r\\n\\t\\t\\t<td style=\\\"text-align:right\\\"><span style=\\\"color:#ffffff\\\">&copy; 2023 All rights reserved Access Education Network Pvt. Ltd.<\\/span><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"seo_title\":\"Access Education Network: Empowering Dreams, Transforming Lives | Study in Australia, New Zealand, UK, Canada\",\"seo_description\":\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\",\"seo_keywords\":\"Education Consultancy in Nepal, Study Abroad from Nepal, Study in Australia from Nepal, Study in New Zealand from Nepal, Study in UK from Nepal, Study in Canada from Nepal, Educational Guidance in Nepal, Career Counseling in Nepal, Study Opportunities in Nepal, Overseas Education from Nepal, Student Visa from Nepal, International Universities in Nepal, Study Programs in Nepal, College Admissions in Nepal, Higher Education in Nepal, Global Career from Nepal, Educational Consultants in Nepal, Study Options in Nepal, Educational Pathways in Nepal, Academic Support in Nepal, Student Services in Nepal, Study Destinations from Nepal, Educational Excellence in Nepal, International Students from Nepal, Study Overseas from Nepal, Scholarships for Nepali Students, English Language Proficiency in Nepal, Student Success in Nepal, Educational Partnerships in Nepal, Education Resources in Nepal, Study Pathways from Nepal, Study Planning in Nepal, Visa Assistance for Nepali Students, Study Abroad Programs from Nepal, Student Accommodation in Nepal, Study Abroad Benefits for Nepali Students, Study Abroad Experience from Nepal, Educational Institutions in Nepal, Study Abroad Consultants in Nepal, Career Development in Nepal, Study Abroad Opportunities for Nepali Students, Student Support Services in Nepal, College Applications in Nepal, University Admissions in Nepal, Study Abroad Seminars in Nepal, Study Abroad Information for Nepali Students, Study Abroad Scholarships for Nepali Students, Education Experts in Nepal, Study Abroad Consultation in Nepal, Education for International Students from Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Access Education Network: Empowering Dreams, Transforming Lives\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/access_education_network.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Access Education Network\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T03:08:03.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"content3\":\"<table border=\\\"0\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\" style=\\\"width:100%; border:0px\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/accre-aen.png\\\" style=\\\"height:43px; width:401px\\\" \\/><\\/td>\\r\\n\\t\\t\\t<td>&nbsp;<\\/td>\\r\\n\\t\\t\\t<td style=\\\"text-align:right\\\"><span style=\\\"color:#ffffff\\\">&copy; 2023 All rights reserved Access Education Network Pvt. Ltd.<\\/span><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"updated_at\":\"2023-07-31 03:09:23\",\"updatedBy\":1}', '2023-07-30 21:24:23', '2023-07-30 21:24:23'),
(NULL, 225, 1, 202307310310027459, 202307310310027459, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"+9779801570070\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Simply a better way to learn.<\\/p>\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"<table border=\\\"0\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\" style=\\\"width:100%; border:0px\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/accre-aen.png\\\" style=\\\"height:43px; width:401px\\\" \\/><\\/td>\\r\\n\\t\\t\\t<td>&nbsp;<\\/td>\\r\\n\\t\\t\\t<td style=\\\"text-align:right\\\"><span style=\\\"color:#ffffff\\\">&copy; 2023 All rights reserved Access Education Network Pvt. Ltd.<\\/span><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"seo_title\":\"Access Education Network: Empowering Dreams, Transforming Lives | Study in Australia, New Zealand, UK, Canada\",\"seo_description\":\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\",\"seo_keywords\":\"Education Consultancy in Nepal, Study Abroad from Nepal, Study in Australia from Nepal, Study in New Zealand from Nepal, Study in UK from Nepal, Study in Canada from Nepal, Educational Guidance in Nepal, Career Counseling in Nepal, Study Opportunities in Nepal, Overseas Education from Nepal, Student Visa from Nepal, International Universities in Nepal, Study Programs in Nepal, College Admissions in Nepal, Higher Education in Nepal, Global Career from Nepal, Educational Consultants in Nepal, Study Options in Nepal, Educational Pathways in Nepal, Academic Support in Nepal, Student Services in Nepal, Study Destinations from Nepal, Educational Excellence in Nepal, International Students from Nepal, Study Overseas from Nepal, Scholarships for Nepali Students, English Language Proficiency in Nepal, Student Success in Nepal, Educational Partnerships in Nepal, Education Resources in Nepal, Study Pathways from Nepal, Study Planning in Nepal, Visa Assistance for Nepali Students, Study Abroad Programs from Nepal, Student Accommodation in Nepal, Study Abroad Benefits for Nepali Students, Study Abroad Experience from Nepal, Educational Institutions in Nepal, Study Abroad Consultants in Nepal, Career Development in Nepal, Study Abroad Opportunities for Nepali Students, Student Support Services in Nepal, College Applications in Nepal, University Admissions in Nepal, Study Abroad Seminars in Nepal, Study Abroad Information for Nepali Students, Study Abroad Scholarships for Nepali Students, Education Experts in Nepal, Study Abroad Consultation in Nepal, Education for International Students from Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Access Education Network: Empowering Dreams, Transforming Lives\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/access_education_network.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Access Education Network\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T03:09:23.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"content3\":\"<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border:0px; width:100%\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/accre-aen.png\\\" style=\\\"height:43px; width:401px\\\" \\/><\\/td>\\r\\n\\t\\t\\t<td>&nbsp;<\\/td>\\r\\n\\t\\t\\t<td style=\\\"text-align:right\\\"><span style=\\\"color:#ffffff\\\">&copy; 2023 All rights reserved Access Education Network Pvt. Ltd.<\\/span><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"updated_at\":\"2023-07-31 03:10:02\",\"updatedBy\":1}', '2023-07-30 21:25:02', '2023-07-30 21:25:02'),
(NULL, 226, 1, 202307310310359385, 202307310310359385, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"+9779801570070\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Simply a better way to learn.<\\/p>\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border:0px; width:100%\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/accre-aen.png\\\" style=\\\"height:43px; width:401px\\\" \\/><\\/td>\\r\\n\\t\\t\\t<td>&nbsp;<\\/td>\\r\\n\\t\\t\\t<td style=\\\"text-align:right\\\"><span style=\\\"color:#ffffff\\\">&copy; 2023 All rights reserved Access Education Network Pvt. Ltd.<\\/span><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"seo_title\":\"Access Education Network: Empowering Dreams, Transforming Lives | Study in Australia, New Zealand, UK, Canada\",\"seo_description\":\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\",\"seo_keywords\":\"Education Consultancy in Nepal, Study Abroad from Nepal, Study in Australia from Nepal, Study in New Zealand from Nepal, Study in UK from Nepal, Study in Canada from Nepal, Educational Guidance in Nepal, Career Counseling in Nepal, Study Opportunities in Nepal, Overseas Education from Nepal, Student Visa from Nepal, International Universities in Nepal, Study Programs in Nepal, College Admissions in Nepal, Higher Education in Nepal, Global Career from Nepal, Educational Consultants in Nepal, Study Options in Nepal, Educational Pathways in Nepal, Academic Support in Nepal, Student Services in Nepal, Study Destinations from Nepal, Educational Excellence in Nepal, International Students from Nepal, Study Overseas from Nepal, Scholarships for Nepali Students, English Language Proficiency in Nepal, Student Success in Nepal, Educational Partnerships in Nepal, Education Resources in Nepal, Study Pathways from Nepal, Study Planning in Nepal, Visa Assistance for Nepali Students, Study Abroad Programs from Nepal, Student Accommodation in Nepal, Study Abroad Benefits for Nepali Students, Study Abroad Experience from Nepal, Educational Institutions in Nepal, Study Abroad Consultants in Nepal, Career Development in Nepal, Study Abroad Opportunities for Nepali Students, Student Support Services in Nepal, College Applications in Nepal, University Admissions in Nepal, Study Abroad Seminars in Nepal, Study Abroad Information for Nepali Students, Study Abroad Scholarships for Nepali Students, Education Experts in Nepal, Study Abroad Consultation in Nepal, Education for International Students from Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Access Education Network: Empowering Dreams, Transforming Lives\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/access_education_network.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Access Education Network\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T03:10:02.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"content3\":\"<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border:0px; width:100%\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/accre-aen.png\\\" style=\\\"height:43px; width:401px\\\" \\/><\\/td>\\r\\n\\t\\t\\t<td>&nbsp;<\\/td>\\r\\n\\t\\t\\t<td style=\\\"text-align:right\\\"><span style=\\\"color:#ffffff\\\">&copy; 2023 All rights reserved Access Education Network Pvt. Ltd.<\\/span><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\",\"updated_at\":\"2023-07-31 03:10:35\",\"updatedBy\":1}', '2023-07-30 21:25:35', '2023-07-30 21:25:35');
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, 227, 1, 202307311800048498, 202307311800048498, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Access Education Network Pvt. Ltd.\",\"description\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. At Access, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Join access to be a success.<\\/p>\",\"url1\":\"www.accessnepal.net\",\"url2\":\"www.accessedu.net\",\"email\":\"info@accessnepal.net\",\"phone\":\"+977-01-5333014\",\"secondary_phone\":\"+9779801570070\",\"google_map\":\"\",\"fb\":\"access.edu.1\",\"insta\":\"access.putalisadak\",\"twitter\":\"\",\"tiktok\":\"access.edu\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Access Education Network Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Simply a better way to learn.<\\/p>\",\"content2\":\"<p>Access Education Network is a renowned and leading organization in the Education Consultancy sector. With a strong presence in Nepal and abroad, we are committed to empowering dreams and guiding individuals towards a successful future. Our team of experienced professionals provides personalized guidance and comprehensive solutions, making educational aspirations a reality. At Access Education Network, we open doors to endless opportunities, inspiring and transforming lives through quality education and career advancement. Trust us to be your dedicated partner in shaping a brighter and promising tomorrow.<\\/p>\",\"content3\":\"<table border=\\\"0\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\" style=\\\"border:0px; width:100%\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/accre-aen.png\\\" style=\\\"height:43px; width:401px\\\" \\/><\\/td>\\r\\n\\t\\t\\t<td>&nbsp;<\\/td>\\r\\n\\t\\t\\t<td style=\\\"text-align:right\\\"><span style=\\\"color:#ffffff\\\">&copy; 2023 All rights reserved Access Education Network Pvt. Ltd.<\\/span><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\",\"seo_title\":\"Access Education Network: Empowering Dreams, Transforming Lives | Study in Australia, New Zealand, UK, Canada\",\"seo_description\":\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\",\"seo_keywords\":\"Education Consultancy in Nepal, Study Abroad from Nepal, Study in Australia from Nepal, Study in New Zealand from Nepal, Study in UK from Nepal, Study in Canada from Nepal, Educational Guidance in Nepal, Career Counseling in Nepal, Study Opportunities in Nepal, Overseas Education from Nepal, Student Visa from Nepal, International Universities in Nepal, Study Programs in Nepal, College Admissions in Nepal, Higher Education in Nepal, Global Career from Nepal, Educational Consultants in Nepal, Study Options in Nepal, Educational Pathways in Nepal, Academic Support in Nepal, Student Services in Nepal, Study Destinations from Nepal, Educational Excellence in Nepal, International Students from Nepal, Study Overseas from Nepal, Scholarships for Nepali Students, English Language Proficiency in Nepal, Student Success in Nepal, Educational Partnerships in Nepal, Education Resources in Nepal, Study Pathways from Nepal, Study Planning in Nepal, Visa Assistance for Nepali Students, Study Abroad Programs from Nepal, Student Accommodation in Nepal, Study Abroad Benefits for Nepali Students, Study Abroad Experience from Nepal, Educational Institutions in Nepal, Study Abroad Consultants in Nepal, Career Development in Nepal, Study Abroad Opportunities for Nepali Students, Student Support Services in Nepal, College Applications in Nepal, University Admissions in Nepal, Study Abroad Seminars in Nepal, Study Abroad Information for Nepali Students, Study Abroad Scholarships for Nepali Students, Education Experts in Nepal, Study Abroad Consultation in Nepal, Education for International Students from Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Access Education Network: Empowering Dreams, Transforming Lives\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Access Education Network, where dreams turn into reality. As a leading Education Consultancy, we are dedicated to empowering students and professionals on their educational journey. With a strong presence in Nepal and abroad, we offer comprehensive guidance and support for studying in Australia, New Zealand, the UK, and Canada. Our experienced team is committed to transforming lives by opening doors to exceptional educational opportunities. Join us and let\'s pave the way to your successful future together. Discover the power of education with Access Education Network.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/access_education_network.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Access Education Network\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T03:10:35.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Rosetta Education International Pvt. Ltd.\",\"description\":\"<p>Discover Your Path to Global Education | Rosetta Education International - Your trusted guide to study abroad programs in the UK, Canada, and Australia. Expert counseling, IELTS, and PTE preparation classes available. Turn your dreams into reality with our personalized advice. Located in New Baneshwor, Kathmandu, Nepal.<\\/p>\",\"url1\":\"www.rosettaeducation.com\",\"url2\":\"\",\"email\":\"info@rosettaeducation.com\",\"phone\":\"+977-1-4560413\",\"secondary_phone\":\"+97798510200413\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"tiktok\":\"rosettaeducation\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Turnign dreams into realty<\\/p>\",\"content2\":\"<p>Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.<\\/p>\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Embark on Your Global Education Journey | Rosetta Education International offers study abroad programs to the UK, Canada, and Australia. Expert counseling and test preparation classes available. Turn your dreams into reality today!\",\"seo_keywords\":\"Study Abroad,Study Overseas,Study in UK,Study in Canada,Study in Australia,International Education,Study Abroad Programs,Study Abroad Consultants,Educational Counseling,Study Abroad Guidance,Student Visa Process,IELTS Preparation,PTE Preparation,Test Preparation Classes,Study Abroad Scholarships,Study Abroad Benefits,Foreign Education Consultants,Higher Education Abroad,University Admissions Abroad,Study Abroad Destinations,Global Education Opportunities,Best Universities Abroad,Overseas Education Consultants,Educational Opportunities Abroad,International Student Services,Education Consultants in Nepal,Student Recruitment Partner,Academic Counseling Services,Expert Study Abroad Advice,Study Abroad Application Process,Study Abroad Visa Assistance,Career Advancement Abroad,Education Pathways Abroad,English Language Proficiency,Student Accommodation Abroad,Foreign Study Experiences,International Learning Environment,Cultural Exchange Programs,Global Study Options,Multicultural Learning Experience,Study Abroad Consultation Services,Study Abroad Seminars,Top Universities Abroad,International Student Support,Educational Opportunities Overseas,Study Abroad Testimonials,Visa Success Rate,Personalized Education Plans,Education and Career Counseling,New Baneshwor, Kathmandu, Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Rosetta Education International: Your Gateway to Global Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Rosetta Education International, where we turn study abroad dreams into reality. As a trusted Education Consultancy, we empower students on their journey to international education. With a strong presence in Nepal and abroad, we offer expert guidance and support for studying in the UK, Canada, and Australia. Our experienced team is dedicated to transforming lives through exceptional educational opportunities. Join us and pave the way to your successful future. Discover the world with Rosetta Education International.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/rosetta_education_international.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Rosetta Education International\\\">\",\"updated_at\":\"2023-07-31 18:00:04\",\"updatedBy\":1}', '2023-07-31 12:15:04', '2023-07-31 12:15:04'),
(NULL, 228, 1, 202307311817184394, 202307311817184394, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Rosetta Education International Pvt. Ltd.\",\"description\":\"<p>Discover Your Path to Global Education | Rosetta Education International - Your trusted guide to study abroad programs in the UK, Canada, and Australia. Expert counseling, IELTS, and PTE preparation classes available. Turn your dreams into reality with our personalized advice. Located in New Baneshwor, Kathmandu, Nepal.<\\/p>\",\"url1\":\"www.rosettaeducation.com\",\"url2\":\"\",\"email\":\"info@rosettaeducation.com\",\"phone\":\"+977-1-4560413\",\"secondary_phone\":\"+97798510200413\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/files\\/1\\/Logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Turnign dreams into realty<\\/p>\",\"content2\":\"<p>Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.<\\/p>\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Embark on Your Global Education Journey | Rosetta Education International offers study abroad programs to the UK, Canada, and Australia. Expert counseling and test preparation classes available. Turn your dreams into reality today!\",\"seo_keywords\":\"Study Abroad,Study Overseas,Study in UK,Study in Canada,Study in Australia,International Education,Study Abroad Programs,Study Abroad Consultants,Educational Counseling,Study Abroad Guidance,Student Visa Process,IELTS Preparation,PTE Preparation,Test Preparation Classes,Study Abroad Scholarships,Study Abroad Benefits,Foreign Education Consultants,Higher Education Abroad,University Admissions Abroad,Study Abroad Destinations,Global Education Opportunities,Best Universities Abroad,Overseas Education Consultants,Educational Opportunities Abroad,International Student Services,Education Consultants in Nepal,Student Recruitment Partner,Academic Counseling Services,Expert Study Abroad Advice,Study Abroad Application Process,Study Abroad Visa Assistance,Career Advancement Abroad,Education Pathways Abroad,English Language Proficiency,Student Accommodation Abroad,Foreign Study Experiences,International Learning Environment,Cultural Exchange Programs,Global Study Options,Multicultural Learning Experience,Study Abroad Consultation Services,Study Abroad Seminars,Top Universities Abroad,International Student Support,Educational Opportunities Overseas,Study Abroad Testimonials,Visa Success Rate,Personalized Education Plans,Education and Career Counseling,New Baneshwor, Kathmandu, Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Rosetta Education International: Your Gateway to Global Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Rosetta Education International, where we turn study abroad dreams into reality. As a trusted Education Consultancy, we empower students on their journey to international education. With a strong presence in Nepal and abroad, we offer expert guidance and support for studying in the UK, Canada, and Australia. Our experienced team is dedicated to transforming lives through exceptional educational opportunities. Join us and pave the way to your successful future. Discover the world with Rosetta Education International.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/rosetta_education_international.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Rosetta Education International\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T18:00:04.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"primary_logo\":\"storage\\/files\\/1\\/rosetta-logo.png\",\"updated_at\":\"2023-07-31 18:17:18\",\"updatedBy\":1}', '2023-07-31 12:32:18', '2023-07-31 12:32:18'),
(NULL, 229, 1, 202308032323596050, 202308032323596050, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Rosetta Education International Pvt. Ltd.\",\"description\":\"<p>Discover Your Path to Global Education | Rosetta Education International - Your trusted guide to study abroad programs in the UK, Canada, and Australia. Expert counseling, IELTS, and PTE preparation classes available. Turn your dreams into reality with our personalized advice. Located in New Baneshwor, Kathmandu, Nepal.<\\/p>\",\"url1\":\"www.rosettaeducation.com\",\"url2\":\"\",\"email\":\"info@rosettaeducation.com\",\"phone\":\"+977-1-4560413\",\"secondary_phone\":\"+97798510200413\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/files\\/1\\/rosetta-logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"<p>Turnign dreams into realty<\\/p>\",\"content2\":\"<p>Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.<\\/p>\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Embark on Your Global Education Journey | Rosetta Education International offers study abroad programs to the UK, Canada, and Australia. Expert counseling and test preparation classes available. Turn your dreams into reality today!\",\"seo_keywords\":\"Study Abroad,Study Overseas,Study in UK,Study in Canada,Study in Australia,International Education,Study Abroad Programs,Study Abroad Consultants,Educational Counseling,Study Abroad Guidance,Student Visa Process,IELTS Preparation,PTE Preparation,Test Preparation Classes,Study Abroad Scholarships,Study Abroad Benefits,Foreign Education Consultants,Higher Education Abroad,University Admissions Abroad,Study Abroad Destinations,Global Education Opportunities,Best Universities Abroad,Overseas Education Consultants,Educational Opportunities Abroad,International Student Services,Education Consultants in Nepal,Student Recruitment Partner,Academic Counseling Services,Expert Study Abroad Advice,Study Abroad Application Process,Study Abroad Visa Assistance,Career Advancement Abroad,Education Pathways Abroad,English Language Proficiency,Student Accommodation Abroad,Foreign Study Experiences,International Learning Environment,Cultural Exchange Programs,Global Study Options,Multicultural Learning Experience,Study Abroad Consultation Services,Study Abroad Seminars,Top Universities Abroad,International Student Support,Educational Opportunities Overseas,Study Abroad Testimonials,Visa Success Rate,Personalized Education Plans,Education and Career Counseling,New Baneshwor, Kathmandu, Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Rosetta Education International: Your Gateway to Global Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Rosetta Education International, where we turn study abroad dreams into reality. As a trusted Education Consultancy, we empower students on their journey to international education. With a strong presence in Nepal and abroad, we offer expert guidance and support for studying in the UK, Canada, and Australia. Our experienced team is dedicated to transforming lives through exceptional educational opportunities. Join us and pave the way to your successful future. Discover the world with Rosetta Education International.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/rosetta_education_international.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Rosetta Education International\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-07-31T18:17:18.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"description\":\"Discover Your Path to Global Education | Rosetta Education International - Your trusted guide to study abroad programs in the UK, Canada, and Australia. Expert counseling, IELTS, and PTE preparation classes available. Turn your dreams into reality with our personalized advice. Located in New Baneshwor, Kathmandu, Nepal.\",\"content1\":\"Turnign dreams into realty\",\"content2\":\"Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.\",\"updated_at\":\"2023-08-03 23:23:59\",\"updatedBy\":1}', '2023-08-03 17:38:59', '2023-08-03 17:38:59'),
(NULL, 230, 1, 202308032325401825, 202308032325401825, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Rosetta Education International Pvt. Ltd.\",\"description\":\"Discover Your Path to Global Education | Rosetta Education International - Your trusted guide to study abroad programs in the UK, Canada, and Australia. Expert counseling, IELTS, and PTE preparation classes available. Turn your dreams into reality with our personalized advice. Located in New Baneshwor, Kathmandu, Nepal.\",\"url1\":\"www.rosettaeducation.com\",\"url2\":\"\",\"email\":\"info@rosettaeducation.com\",\"phone\":\"+977-1-4560413\",\"secondary_phone\":\"+97798510200413\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/files\\/1\\/rosetta-logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"Turnign dreams into realty\",\"content2\":\"Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Embark on Your Global Education Journey | Rosetta Education International offers study abroad programs to the UK, Canada, and Australia. Expert counseling and test preparation classes available. Turn your dreams into reality today!\",\"seo_keywords\":\"Study Abroad,Study Overseas,Study in UK,Study in Canada,Study in Australia,International Education,Study Abroad Programs,Study Abroad Consultants,Educational Counseling,Study Abroad Guidance,Student Visa Process,IELTS Preparation,PTE Preparation,Test Preparation Classes,Study Abroad Scholarships,Study Abroad Benefits,Foreign Education Consultants,Higher Education Abroad,University Admissions Abroad,Study Abroad Destinations,Global Education Opportunities,Best Universities Abroad,Overseas Education Consultants,Educational Opportunities Abroad,International Student Services,Education Consultants in Nepal,Student Recruitment Partner,Academic Counseling Services,Expert Study Abroad Advice,Study Abroad Application Process,Study Abroad Visa Assistance,Career Advancement Abroad,Education Pathways Abroad,English Language Proficiency,Student Accommodation Abroad,Foreign Study Experiences,International Learning Environment,Cultural Exchange Programs,Global Study Options,Multicultural Learning Experience,Study Abroad Consultation Services,Study Abroad Seminars,Top Universities Abroad,International Student Support,Educational Opportunities Overseas,Study Abroad Testimonials,Visa Success Rate,Personalized Education Plans,Education and Career Counseling,New Baneshwor, Kathmandu, Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Rosetta Education International: Your Gateway to Global Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Rosetta Education International, where we turn study abroad dreams into reality. As a trusted Education Consultancy, we empower students on their journey to international education. With a strong presence in Nepal and abroad, we offer expert guidance and support for studying in the UK, Canada, and Australia. Our experienced team is dedicated to transforming lives through exceptional educational opportunities. Join us and pave the way to your successful future. Discover the world with Rosetta Education International.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/rosetta_education_international.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Rosetta Education International\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-03T23:23:59.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"primary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"updated_at\":\"2023-08-03 23:25:40\",\"updatedBy\":1}', '2023-08-03 17:40:40', '2023-08-03 17:40:40'),
(NULL, 231, 1, 202308032326231985, 202308032326231985, 'App\\Models\\Sliders', 3, 'update', '{\"slider_id\":3,\"slider_title\":\"Quality is our priority\",\"slider_desc\":\"Unlocking Human Potential For A Better Future\",\"url1\":\"\",\"url2\":\"\",\"thumb\":\"storage\\/files\\/1\\/sliders\\/slider3.jpg\",\"display_order\":1,\"status\":1,\"created_at\":null,\"updated_at\":\"2023-07-19T02:43:42.000000Z\",\"createdby\":null,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/rosetta\\/files\\/1\\/A-B.png\",\"updated_at\":\"2023-08-03 23:26:23\",\"updatedBy\":1}', '2023-08-03 17:41:23', '2023-08-03 17:41:23'),
(NULL, 232, 1, 202308032327023659, 202308032327023659, 'App\\Models\\Sliders', 5, 'update', '{\"slider_id\":5,\"slider_title\":\"Let us help you shine\",\"slider_desc\":\"Where People And Business Thrive Together\",\"url1\":\"\",\"url2\":\"\",\"thumb\":\"storage\\/files\\/1\\/sliders\\/slider1.jpg\",\"display_order\":2,\"status\":1,\"created_at\":null,\"updated_at\":\"2023-07-19T02:43:42.000000Z\",\"createdby\":null,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/rosetta\\/files\\/1\\/B-B.png\",\"updated_at\":\"2023-08-03 23:27:02\",\"updatedBy\":1}', '2023-08-03 17:42:02', '2023-08-03 17:42:02'),
(NULL, 233, 1, 202308032327201541, 202308032327201541, 'App\\Models\\Sliders', 4, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-03 17:42:20', '2023-08-03 17:42:20'),
(NULL, 234, 1, 202308032327544977, 202308032327544977, 'App\\Models\\Customfields', 1, 'update', '{\"customfield_id\":1,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Willing to Study Abroad?\",\"alias\":\"willing-to-study-abroad\",\"text\":\"<p>We have the list of top destinations to select from.<\\/p>\",\"link\":\"\\/studyabroad\",\"fa_icon\":\"icon featured icon-people\",\"logo\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-26T01:32:18.000000Z\",\"updated_at\":\"2023-07-26T01:32:18.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"logo\":\"storage\\/rosetta\\/files\\/1\\/3.png\",\"updated_at\":\"2023-08-03 23:27:54\",\"updatedBy\":1}', '2023-08-03 17:42:54', '2023-08-03 17:42:54'),
(NULL, 235, 1, 202308032328214043, 202308032328214043, 'App\\Models\\Customfields', 2, 'update', '{\"customfield_id\":2,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Achieve your Dream!\",\"alias\":\"achieve-your-dream\",\"text\":\"<p>We will help you get a step closer toward your dream.<\\/p>\",\"link\":\"\\/success-stories\",\"fa_icon\":\"icon featured icon-pie-chart\",\"logo\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-26T01:50:07.000000Z\",\"updated_at\":\"2023-07-26T02:17:52.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"logo\":\"storage\\/rosetta\\/files\\/1\\/2.png\",\"updated_at\":\"2023-08-03 23:28:21\",\"updatedBy\":1}', '2023-08-03 17:43:21', '2023-08-03 17:43:21'),
(NULL, 236, 1, 202308032328459736, 202308032328459736, 'App\\Models\\Customfields', 4, 'update', '{\"customfield_id\":4,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Offered Services\",\"alias\":\"offered-services\",\"text\":\"<p>We assure you the best services in the town.<\\/p>\",\"link\":\"\\/services\",\"fa_icon\":\"icon featured icon-speedometer\",\"logo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-26T02:18:40.000000Z\",\"updated_at\":\"2023-07-26T02:18:45.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"logo\":\"storage\\/rosetta\\/files\\/1\\/4.png\",\"updated_at\":\"2023-08-03 23:28:45\",\"updatedBy\":1}', '2023-08-03 17:43:45', '2023-08-03 17:43:45'),
(NULL, 237, 1, 202308032333599704, 202308032333599704, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Rosetta Education International Pvt. Ltd.\",\"description\":\"Discover Your Path to Global Education | Rosetta Education International - Your trusted guide to study abroad programs in the UK, Canada, and Australia. Expert counseling, IELTS, and PTE preparation classes available. Turn your dreams into reality with our personalized advice. Located in New Baneshwor, Kathmandu, Nepal.\",\"url1\":\"www.rosettaeducation.com\",\"url2\":\"\",\"email\":\"info@rosettaeducation.com\",\"phone\":\"+977-1-4560413\",\"secondary_phone\":\"+97798510200413\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"Turnign dreams into realty\",\"content2\":\"Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Embark on Your Global Education Journey | Rosetta Education International offers study abroad programs to the UK, Canada, and Australia. Expert counseling and test preparation classes available. Turn your dreams into reality today!\",\"seo_keywords\":\"Study Abroad,Study Overseas,Study in UK,Study in Canada,Study in Australia,International Education,Study Abroad Programs,Study Abroad Consultants,Educational Counseling,Study Abroad Guidance,Student Visa Process,IELTS Preparation,PTE Preparation,Test Preparation Classes,Study Abroad Scholarships,Study Abroad Benefits,Foreign Education Consultants,Higher Education Abroad,University Admissions Abroad,Study Abroad Destinations,Global Education Opportunities,Best Universities Abroad,Overseas Education Consultants,Educational Opportunities Abroad,International Student Services,Education Consultants in Nepal,Student Recruitment Partner,Academic Counseling Services,Expert Study Abroad Advice,Study Abroad Application Process,Study Abroad Visa Assistance,Career Advancement Abroad,Education Pathways Abroad,English Language Proficiency,Student Accommodation Abroad,Foreign Study Experiences,International Learning Environment,Cultural Exchange Programs,Global Study Options,Multicultural Learning Experience,Study Abroad Consultation Services,Study Abroad Seminars,Top Universities Abroad,International Student Support,Educational Opportunities Overseas,Study Abroad Testimonials,Visa Success Rate,Personalized Education Plans,Education and Career Counseling,New Baneshwor, Kathmandu, Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Rosetta Education International: Your Gateway to Global Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Rosetta Education International, where we turn study abroad dreams into reality. As a trusted Education Consultancy, we empower students on their journey to international education. With a strong presence in Nepal and abroad, we offer expert guidance and support for studying in the UK, Canada, and Australia. Our experienced team is dedicated to transforming lives through exceptional educational opportunities. Join us and pave the way to your successful future. Discover the world with Rosetta Education International.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/rosetta_education_international.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Rosetta Education International\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-03T23:25:40.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"url2\":\"https:\\/\\/rosettaeducation.com\\/register\\/\",\"updated_at\":\"2023-08-03 23:33:59\",\"updatedBy\":1}', '2023-08-03 17:48:59', '2023-08-03 17:48:59'),
(NULL, 238, 1, 202308040101485469, 202308040101485469, 'App\\Models\\Subscribers', 1, 'create', NULL, '{\"title\":\"Prajwal Adhikari\",\"email\":\"prajwalbro@hotmail.com\",\"alias\":\"prajwal-adhikari\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-04T01:01:48.000000Z\",\"created_at\":\"2023-08-04T01:01:48.000000Z\",\"subscriber_id\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-03 19:16:48', '2023-08-03 19:16:48'),
(NULL, 239, 1, 202308040107212377, 202308040107212377, 'App\\Models\\Subscribers', 2, 'create', NULL, '{\"title\":\"Ajita Sharma\",\"email\":\"sajita6@gmail.com\",\"alias\":\"ajita-sharma\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-04T01:07:21.000000Z\",\"created_at\":\"2023-08-04T01:07:21.000000Z\",\"subscriber_id\":2,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-03 19:22:21', '2023-08-03 19:22:21'),
(NULL, 240, 1, 202308040201476443, 202308040201476443, 'App\\Models\\Subscribers', 3, 'create', NULL, '{\"title\":\"Prajwal Adhikari\",\"email\":\"prajwalbro@hotmail.com\",\"alias\":\"prajwal-adhikari\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-04T02:01:47.000000Z\",\"created_at\":\"2023-08-04T02:01:47.000000Z\",\"subscriber_id\":3,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-03 20:16:47', '2023-08-03 20:16:47'),
(NULL, 241, 1, 202308040203231121, 202308040203231121, 'App\\Models\\Subscribers', 4, 'create', NULL, '{\"title\":\"prajwal\",\"email\":\"prajwalbro@gmail.com\",\"alias\":\"prajwal\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-04T02:03:23.000000Z\",\"created_at\":\"2023-08-04T02:03:23.000000Z\",\"subscriber_id\":4,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-03 20:18:23', '2023-08-03 20:18:23'),
(NULL, 242, 1, 202308040204065942, 202308040204065942, 'App\\Models\\Subscribers', 5, 'create', NULL, '{\"title\":\"prajwal\",\"email\":\"prajwalbro@gmail.com\",\"alias\":\"prajwal\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-04T02:04:06.000000Z\",\"created_at\":\"2023-08-04T02:04:06.000000Z\",\"subscriber_id\":5,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-03 20:19:06', '2023-08-03 20:19:06'),
(NULL, 243, 1, 202308040208264831, 202308040208264831, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Rosetta Education International Pvt. Ltd.\",\"description\":\"Discover Your Path to Global Education | Rosetta Education International - Your trusted guide to study abroad programs in the UK, Canada, and Australia. Expert counseling, IELTS, and PTE preparation classes available. Turn your dreams into reality with our personalized advice. Located in New Baneshwor, Kathmandu, Nepal.\",\"url1\":\"www.rosettaeducation.com\",\"url2\":\"https:\\/\\/rosettaeducation.com\\/register\\/\",\"email\":\"info@rosettaeducation.com\",\"phone\":\"+977-1-4560413\",\"secondary_phone\":\"+97798510200413\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"secondary_logo\":\"storage\\/files\\/1\\/logo-18-years.png\",\"thumb\":\"storage\\/files\\/1\\/Access-Profile.jpg\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"Turnign dreams into realty\",\"content2\":\"Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Embark on Your Global Education Journey | Rosetta Education International offers study abroad programs to the UK, Canada, and Australia. Expert counseling and test preparation classes available. Turn your dreams into reality today!\",\"seo_keywords\":\"Study Abroad,Study Overseas,Study in UK,Study in Canada,Study in Australia,International Education,Study Abroad Programs,Study Abroad Consultants,Educational Counseling,Study Abroad Guidance,Student Visa Process,IELTS Preparation,PTE Preparation,Test Preparation Classes,Study Abroad Scholarships,Study Abroad Benefits,Foreign Education Consultants,Higher Education Abroad,University Admissions Abroad,Study Abroad Destinations,Global Education Opportunities,Best Universities Abroad,Overseas Education Consultants,Educational Opportunities Abroad,International Student Services,Education Consultants in Nepal,Student Recruitment Partner,Academic Counseling Services,Expert Study Abroad Advice,Study Abroad Application Process,Study Abroad Visa Assistance,Career Advancement Abroad,Education Pathways Abroad,English Language Proficiency,Student Accommodation Abroad,Foreign Study Experiences,International Learning Environment,Cultural Exchange Programs,Global Study Options,Multicultural Learning Experience,Study Abroad Consultation Services,Study Abroad Seminars,Top Universities Abroad,International Student Support,Educational Opportunities Overseas,Study Abroad Testimonials,Visa Success Rate,Personalized Education Plans,Education and Career Counseling,New Baneshwor, Kathmandu, Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Rosetta Education International: Your Gateway to Global Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Rosetta Education International, where we turn study abroad dreams into reality. As a trusted Education Consultancy, we empower students on their journey to international education. With a strong presence in Nepal and abroad, we offer expert guidance and support for studying in the UK, Canada, and Australia. Our experienced team is dedicated to transforming lives through exceptional educational opportunities. Join us and pave the way to your successful future. Discover the world with Rosetta Education International.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/rosetta_education_international.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Rosetta Education International\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-03T23:33:59.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"secondary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"thumb\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"updated_at\":\"2023-08-04 02:08:26\",\"updatedBy\":1}', '2023-08-03 20:23:26', '2023-08-03 20:23:26'),
(NULL, 244, 1, 202308040224256953, 202308040224256953, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Rosetta Education International Pvt. Ltd.\",\"description\":\"Discover Your Path to Global Education | Rosetta Education International - Your trusted guide to study abroad programs in the UK, Canada, and Australia. Expert counseling, IELTS, and PTE preparation classes available. Turn your dreams into reality with our personalized advice. Located in New Baneshwor, Kathmandu, Nepal.\",\"url1\":\"www.rosettaeducation.com\",\"url2\":\"https:\\/\\/rosettaeducation.com\\/register\\/\",\"email\":\"info@rosettaeducation.com\",\"phone\":\"+977-1-4560413\",\"secondary_phone\":\"+97798510200413\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"secondary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"thumb\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"Turnign dreams into realty\",\"content2\":\"Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Embark on Your Global Education Journey | Rosetta Education International offers study abroad programs to the UK, Canada, and Australia. Expert counseling and test preparation classes available. Turn your dreams into reality today!\",\"seo_keywords\":\"Study Abroad,Study Overseas,Study in UK,Study in Canada,Study in Australia,International Education,Study Abroad Programs,Study Abroad Consultants,Educational Counseling,Study Abroad Guidance,Student Visa Process,IELTS Preparation,PTE Preparation,Test Preparation Classes,Study Abroad Scholarships,Study Abroad Benefits,Foreign Education Consultants,Higher Education Abroad,University Admissions Abroad,Study Abroad Destinations,Global Education Opportunities,Best Universities Abroad,Overseas Education Consultants,Educational Opportunities Abroad,International Student Services,Education Consultants in Nepal,Student Recruitment Partner,Academic Counseling Services,Expert Study Abroad Advice,Study Abroad Application Process,Study Abroad Visa Assistance,Career Advancement Abroad,Education Pathways Abroad,English Language Proficiency,Student Accommodation Abroad,Foreign Study Experiences,International Learning Environment,Cultural Exchange Programs,Global Study Options,Multicultural Learning Experience,Study Abroad Consultation Services,Study Abroad Seminars,Top Universities Abroad,International Student Support,Educational Opportunities Overseas,Study Abroad Testimonials,Visa Success Rate,Personalized Education Plans,Education and Career Counseling,New Baneshwor, Kathmandu, Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Rosetta Education International: Your Gateway to Global Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Rosetta Education International, where we turn study abroad dreams into reality. As a trusted Education Consultancy, we empower students on their journey to international education. With a strong presence in Nepal and abroad, we offer expert guidance and support for studying in the UK, Canada, and Australia. Our experienced team is dedicated to transforming lives through exceptional educational opportunities. Join us and pave the way to your successful future. Discover the world with Rosetta Education International.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/rosetta_education_international.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Rosetta Education International\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-04T02:08:26.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"description\":\"Discover Your Path to Global Education | Rosetta Education International - Your trusted guide to study abroad programs in the UK, Canada, and Australia. Expert counseling, IELTS, and PTE preparation classes available.\",\"updated_at\":\"2023-08-04 02:24:25\",\"updatedBy\":1}', '2023-08-03 20:39:25', '2023-08-03 20:39:25');
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, 245, 1, 202308040327384314, 202308040327384314, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Rosetta Education International Pvt. Ltd.\",\"description\":\"Discover Your Path to Global Education | Rosetta Education International - Your trusted guide to study abroad programs in the UK, Canada, and Australia. Expert counseling, IELTS, and PTE preparation classes available.\",\"url1\":\"www.rosettaeducation.com\",\"url2\":\"https:\\/\\/rosettaeducation.com\\/register\\/\",\"email\":\"info@rosettaeducation.com\",\"phone\":\"+977-1-4560413\",\"secondary_phone\":\"+97798510200413\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"secondary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"thumb\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"icon\":\"storage\\/files\\/1\\/icon-big.png\",\"og_image\":\"storage\\/files\\/1\\/og-img.jpg\",\"no_image\":\"storage\\/files\\/1\\/icon-big.png\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"Turnign dreams into realty\",\"content2\":\"Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Embark on Your Global Education Journey | Rosetta Education International offers study abroad programs to the UK, Canada, and Australia. Expert counseling and test preparation classes available. Turn your dreams into reality today!\",\"seo_keywords\":\"Study Abroad,Study Overseas,Study in UK,Study in Canada,Study in Australia,International Education,Study Abroad Programs,Study Abroad Consultants,Educational Counseling,Study Abroad Guidance,Student Visa Process,IELTS Preparation,PTE Preparation,Test Preparation Classes,Study Abroad Scholarships,Study Abroad Benefits,Foreign Education Consultants,Higher Education Abroad,University Admissions Abroad,Study Abroad Destinations,Global Education Opportunities,Best Universities Abroad,Overseas Education Consultants,Educational Opportunities Abroad,International Student Services,Education Consultants in Nepal,Student Recruitment Partner,Academic Counseling Services,Expert Study Abroad Advice,Study Abroad Application Process,Study Abroad Visa Assistance,Career Advancement Abroad,Education Pathways Abroad,English Language Proficiency,Student Accommodation Abroad,Foreign Study Experiences,International Learning Environment,Cultural Exchange Programs,Global Study Options,Multicultural Learning Experience,Study Abroad Consultation Services,Study Abroad Seminars,Top Universities Abroad,International Student Support,Educational Opportunities Overseas,Study Abroad Testimonials,Visa Success Rate,Personalized Education Plans,Education and Career Counseling,New Baneshwor, Kathmandu, Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Rosetta Education International: Your Gateway to Global Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Rosetta Education International, where we turn study abroad dreams into reality. As a trusted Education Consultancy, we empower students on their journey to international education. With a strong presence in Nepal and abroad, we offer expert guidance and support for studying in the UK, Canada, and Australia. Our experienced team is dedicated to transforming lives through exceptional educational opportunities. Join us and pave the way to your successful future. Discover the world with Rosetta Education International.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/rosetta_education_international.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Rosetta Education International\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-04T02:24:25.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"icon\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"og_image\":\"storage\\/rosetta\\/files\\/1\\/259868288_128330686291871_7114422059529427874_n.png\",\"no_image\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"updated_at\":\"2023-08-04 03:27:38\",\"updatedBy\":1}', '2023-08-03 21:42:38', '2023-08-03 21:42:38'),
(NULL, 246, 1, 202308040331084535, 202308040331084535, 'App\\Models\\Countries', 2, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-03 21:46:08', '2023-08-03 21:46:08'),
(NULL, 247, 1, 202308040331189990, 202308040331189990, 'App\\Models\\Countries', 7, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-03 21:46:18', '2023-08-03 21:46:18'),
(NULL, 248, 1, 202308060055316233, 202308060055316233, 'App\\Models\\Blogs', 16, 'update', '{\"blog_id\":16,\"parent_blog\":0,\"title\":\"Interview, Interview, Interview:: Saudia Hyper market Qatar:: 01 Sep 2021, Kathmandu\",\"alias\":\"interview\",\"text\":\"<p>Interview, Interview, Interview:: Saudia Hyper market Qatar:: &nbsp;01 Sep 2021, Kathmandu &nbsp;<\\/p>\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"display_order\":5,\"status\":1,\"createdby\":null,\"updatedby\":1,\"created_at\":null,\"updated_at\":\"2023-07-27T16:14:34.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Study in Australia - A new hope for students\",\"text\":\"<p>Pursuing higher education abroad has become a cherished dream for countless students around the world. Among the plethora of destination options, Australia has emerged as a beacon of hope for those seeking quality education and a life-changing experience. Renowned for its top-notch universities, diverse culture, and breathtaking landscapes, Australia offers a unique blend of academic excellence and personal growth. In this blog, we explore why studying in Australia is a new hope for students and how it can shape their future.<\\/p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>Academic Excellence and Diverse Course Offerings<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>Australia is home to some of the world&#39;s finest universities and institutes, renowned for their high academic standards and cutting-edge research. Whether you&#39;re interested in engineering, medicine, arts, or business, you will find a wide range of courses to choose from. Moreover, Australian degrees are recognized globally, providing students with a competitive edge in the international job market.<\\/p>\\r\\n\\r\\n<ol start=\\\"2\\\">\\r\\n\\t<li>Vibrant and Multicultural Campus Life<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>Studying in Australia isn&#39;t just about attending lectures; it&#39;s a transformative experience that exposes students to a diverse and vibrant campus life. Australian universities attract students from all corners of the globe, creating a melting pot of cultures and perspectives. This multicultural environment fosters a spirit of understanding, tolerance, and collaboration, preparing students for the globalized world they will encounter in their future careers.<\\/p>\\r\\n\\r\\n<ol start=\\\"3\\\">\\r\\n\\t<li>Unparalleled Research Opportunities<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>For those inclined towards research and innovation, Australia offers abundant opportunities to work on groundbreaking projects. The country invests significantly in research and development, providing access to state-of-the-art facilities and collaboration with world-class researchers. As a student in Australia, you can be part of cutting-edge research initiatives that contribute to solving global challenges.<\\/p>\\r\\n\\r\\n<ol start=\\\"4\\\">\\r\\n\\t<li>High Quality of Life<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>Australia boasts a high quality of life, making it an ideal destination for international students. With its warm climate, beautiful landscapes, and welcoming locals, students can immerse themselves in a relaxed and safe environment. The country&#39;s commitment to environmental sustainability also means that students can enjoy a clean and green lifestyle.<\\/p>\\r\\n\\r\\n<ol start=\\\"5\\\">\\r\\n\\t<li>Post-Study Work Opportunities<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>After completing their studies, international students in Australia have the opportunity to gain valuable work experience through the Post-Study Work visa. This visa allows graduates to work in Australia for a specific period, enhancing their employability and providing a platform to kickstart their careers. Many students find employment during this time and later transition to permanent residency, making Australia a potential pathway to a brighter future.<\\/p>\\r\\n\\r\\n<ol start=\\\"6\\\">\\r\\n\\t<li>Supportive Environment for International Students<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>Australian universities go the extra mile to support their international students, recognizing the challenges they might face in a new country. Dedicated support services, orientation programs, and counseling facilities are provided to help students adapt to their new surroundings. This supportive environment ensures that students feel welcomed and nurtured during their academic journey.<\\/p>\\r\\n\\r\\n<p>Conclusion<\\/p>\\r\\n\\r\\n<p>Choosing to study in Australia is not just about earning a degree; it&#39;s a life-changing experience that opens doors to a world of opportunities. From academic excellence and research opportunities to a multicultural environment and post-study work prospects, Australia has something unique to offer every student. As a new hope for students seeking an enriching education and personal growth, Australia stands as a beacon of possibility, beckoning young minds from all corners of the globe to make their dreams a reality. Embrace this new hope and embark on a transformative journey that will shape your future for the better.<\\/p>\",\"thumb\":\"storage\\/rosetta\\/files\\/1\\/A-B.png\",\"updated_at\":\"2023-08-06 00:55:31\",\"seo_keywords\":\"\",\"seo_title\":\"Study in Australia, New Hope in Australia\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"updatedBy\":1}', '2023-08-05 19:10:31', '2023-08-05 19:10:31'),
(NULL, 249, 1, 202308060129231556, 202308060129231556, 'App\\Models\\Countries', 4, 'update', '{\"country_id\":4,\"title\":\"Study in UK\",\"alias\":\"study-in-uk\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"storage\\/files\\/1\\/study-uk.jpg\",\"image_thumb\":\"storage\\/files\\/1\\/uk.jpg\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-24T19:03:18.000000Z\",\"updated_at\":\"2023-07-28T00:38:25.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>The United Kingdom of Great Britain and Northern Ireland (which is usually shortened to just the UK or United Kingdom) is a political union made up of four countries, England, Scotland, Wales and Northern Ireland. The country which offers an excellent higher-education system and has hundreds of world-class universities promising a rich experience for international students has been able to attract many of the international students from all over the world. The UK, a highly advanced nation with an excellent infrastructure sector, has a very good public transport system. The transport system has an extensive network of buses, planes and trains which has simplified travelling substantially. Underground or tram system is the cheapest and cost effective means of transport in the metropolitan area. The institutions in the UK consistently rank among the best in the world. The qualifications from the institutions are internationally valued and recognized which will be a solid foundation for building the future and boosting career and necessary prospects for demanding higher salary. The universities, colleges and schools in the UK will provide a vibrant, creative and challenging environment which aids in developing the potential of the students. The teaching and study methodology applied in the UK endorse freedom of creativity and develop skills sets and confidence as well. World&rsquo;s leading academicians and experts teach the students who would also get benefitted from the constant academic support.<\\/p>\\r\\n\\r\\n<h4>Why Study in the UK?<\\/h4>\\r\\n\\r\\n<p><strong>Course Options to Study in the UK:<\\/strong><\\/p>\\r\\n\\r\\n<p>The universities in the UK have numerous courses for undergraduate and graduate level students. From among the variety, students can make a choice of the desirable courses. The universities of the country provide competitive quality education on par with the best and renowned universities of the world. The students intending to study in the country can select the favoured courses and get proficient in it, widening their academic arena.<\\/p>\\r\\n\\r\\n<p><strong>Career Building Skills for Nepalese Students in the UK:<\\/strong><\\/p>\\r\\n\\r\\n<p>Skill is always important. Skilled person is always placed high among the semi- skilled or unskilled people. In the absence of skill, desirable success can hardly be achieved. Skilled people with proficient English are easily recruited by the employers in the UK. Students will get numerous opportunities for enhancing their career building skills to be productively utilized in the country or back in the homeland. The name and fame of the laureates produced from the universities of the country are spread far and wide all over the world.<\\/p>\\r\\n\\r\\n<p><strong>Work opportunities while studying in the UK:<\\/strong><\\/p>\\r\\n\\r\\n<p>&ldquo;Survival of the fittest&rdquo;. The adage is applicable everywhere and anywhere. In the job market of the UK as well, the skilled students do not remain unemployed provided they are eligible to get employed under the conditions created by the university colleges. Any student above 16 years, having a Tier 4 visa and is studying in the Bachelor&rsquo;s or Master&rsquo;s level in the Higher Education Institutions, is eligible to work for 20 hours per week during the term-time. But during the holidays they are not restricted to work for limited time. They can get full-time employment. Employment in the UK not only makes your economic condition sound but also helps to develop your personality and teaches you how to manage time which is an important quality of any student.<\\/p>\\r\\n\\r\\n<p><strong>Cost Effectiveness of the UK Education:<\\/strong><\\/p>\\r\\n\\r\\n<p>Education in the UK is found cheaper than many other popular study destinations like Australia, Singapore or the USA when it comes to the annual fees to be paid. Besides, the most important part is the course duration in the universities of the country. The country offers shorter duration of undergraduate and postgraduate courses unlike other countries. It takes only three years for the completion of an undergraduate course and 1 year for a postgraduate one whereas the duration of the courses in other countries for the same is four years and two to three years respectively. Most importantly, the universities in the country offer numerous scholarships for deserving and bright students.<\\/p>\\r\\n\\r\\n<p><strong>Additional Advantages of Studying in the UK:<\\/strong><\\/p>\\r\\n\\r\\n<p>The country is a popular destination for academic excellence as the universities of the country provide high-quality education to the students. Besides, it is advantageous for students who get opportunities to explore other European nations and witness the beauty of the countries. The students are bestowed with numerous health benefits studying there. Most importantly, the nation provides a post-study work visa to the international students enabling them to search for jobs for up to 2 years. This is important for the students to enter the labour market of the nation.<\\/p>\\r\\n\\r\\n<h4>Facts about the UK:<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>The UK consists of England, Scotland, Wales and Northern Ireland and it is the biggest European island.<\\/li>\\r\\n\\t<li>The UK occupies an area of 242,900 sq km. The population exceeds 63 million<\\/li>\\r\\n\\t<li>London is the capital of the UK<\\/li>\\r\\n\\t<li>Manchester, Birmingham, Glasgow, Liverpool, Newcastle, Nottingham, Bristol, etc. are the other big the UK cities.<\\/li>\\r\\n\\t<li>English is the official spoken language.<\\/li>\\r\\n\\t<li>The UK currency is the sterling pound.<\\/li>\\r\\n\\t<li>The UK has a diverse community.<\\/li>\\r\\n\\t<li>English is the official language of the UK.<\\/li>\\r\\n\\t<li>British universities are worldwide known for their outstanding quality with particular ones topping the global rankings.<\\/li>\\r\\n\\t<li>The British education system has 5 stages in total: early years, primary years, secondary education, Further education(FE) and Higher Education(HE).<\\/li>\\r\\n\\t<li>World-class universities and advanced programs.<\\/li>\\r\\n\\t<li>The UK universities are home to more than a million foreign students.<\\/li>\\r\\n\\t<li>The UK comes second after the US in the list of the most popular study destinations.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Place of attractions in the UK:<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>The British Museum<\\/li>\\r\\n\\t<li>Natural History Museum<\\/li>\\r\\n\\t<li>Tower of London<\\/li>\\r\\n\\t<li>Victoria and Albert Museum<\\/li>\\r\\n\\t<li>The National Gallery<\\/li>\\r\\n\\t<li>Buckingham Palace<\\/li>\\r\\n\\t<li>Stonehenge<\\/li>\\r\\n\\t<li>St. Paul&rsquo;s Cathedral<\\/li>\\r\\n\\t<li>Camber Sands\\/li&gt;<\\/li>\\r\\n\\t<li>Lastminute.com London Eye<\\/li>\\r\\n\\t<li>Perranporth Beach<\\/li>\\r\\n\\t<li>The British Library<\\/li>\\r\\n\\t<li>Hadrian&rsquo;s Wal<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Types of VISA and Immigration Rules for Students in the UK.<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>British Embassies provides IM2A forms for lodging visa applications for a UK student visa which are available free of cost. The application has to be submitted to the embassy along with the visa application fee and the required documents.<\\/li>\\r\\n\\t<li>Students must intend to study at a publicly funded university or college, or a bona fide private institution or a fee-paying independent school.<\\/li>\\r\\n\\t<li>Students must be able to follow a full time degree course, or a weekday, full time course at a single institution involving at least 15 hours of organized, daytime study per week.<\\/li>\\r\\n\\t<li>Students must be able to pay for the course and the living expenses of husband or wife and children (if they are with you) without working in the UK or claiming public funds.<\\/li>\\r\\n\\t<li>Students must not intend to work in the UK unless accepted for a course lasting longer than six months, when you may work part-time or during vacations.<\\/li>\\r\\n\\t<li>Students must intend to leave the UK at the end of their studies.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>How to Apply for a Student Visa?<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A letter of acceptance on the course<\\/li>\\r\\n\\t<li>The letter from the applied institution confirming that a place has been offered and that the course is full-time as defined by the immigration law.<\\/li>\\r\\n\\t<li>Evidence which explains that the student can pay the course fees, support oneself and family, if applicable.<\\/li>\\r\\n\\t<li>The student has to attend the interview with the ECO (Entry Clearance Officer), clarifying certain parts of the application. Students must be able to convince the interviewer that the study plans are genuine and workable.<\\/li>\\r\\n\\t<li>Students are permitted to work 20 hours a week during the course. Some part time jobs to supplement the living expenses could be easily found.<\\/li>\\r\\n\\t<li>Future Job prospects for students are limited in the UK. It is relatively difficult to obtain a work permit to stay back after studies. Regardless, British degrees which provide a cutting edge for employment prospects are valued and recognized all over the world.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Top universities in the UK:<\\/h4>\\r\\n\\r\\n<p><strong>QS World University Rankings 2016-2017 enlists 71 universities in the UK among which four are in the global top 10, and a further 26 in the top 200. Here is the list of the top 10 universities in the UK.<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>University of Cambridge<\\/li>\\r\\n\\t<li>University of Oxford<\\/li>\\r\\n\\t<li>University College London (UCL)<\\/li>\\r\\n\\t<li>Imperial College London<\\/li>\\r\\n\\t<li>University of Edinburgh<\\/li>\\r\\n\\t<li>King&rsquo;s College London (KCL)<\\/li>\\r\\n\\t<li>University of Manchester<\\/li>\\r\\n\\t<li>London School of Economics and Political Science<\\/li>\\r\\n\\t<li>University of Bristol<\\/li>\\r\\n\\t<li>University of Warwick<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Why Rosetta Education International for Study in the UK?<\\/h4>\\r\\n\\r\\n<p>We are acquainted with all the necessary conditions required for getting admitted in the universities of the country. Our in-house experts are updated with the education policies of the country which would be beneficial for the students desirous to further their education in the country. Our experts help the students in following ways:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Selecting the best of the best universities and determining appropriate courses for the students.<\\/li>\\r\\n\\t<li>Assisting in the preparation of Statement of Purpose(SOP)<\\/li>\\r\\n\\t<li>Helping explore the universities of the nation and determine the available scholarships.<\\/li>\\r\\n\\t<li>Helping students for Visa Interview preparation<\\/li>\\r\\n\\t<li>Preparing pre and post arrival check-list<\\/li>\\r\\n<\\/ul>\",\"cover_photo\":\"storage\\/rosetta\\/files\\/1\\/Study-Destination.png\",\"image_thumb\":\"storage\\/rosetta\\/files\\/1\\/UK.png\",\"updated_at\":\"2023-08-06 01:29:23\",\"updatedBy\":1}', '2023-08-05 19:44:23', '2023-08-05 19:44:23'),
(NULL, 250, 1, 202308060130484938, 202308060130484938, 'App\\Models\\Countries', 3, 'update', '{\"country_id\":3,\"title\":\"Study in Canada\",\"alias\":\"study-in-canada\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"storage\\/files\\/1\\/places-of-attraction-canada.jpg\",\"image_thumb\":\"storage\\/files\\/1\\/can.jpg\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-24T19:03:08.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\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<h2>Canada<\\/h2>\\r\\n\\r\\n<p>Canada, occupying approximately two-fifths of the continent Northern America is the second largest country in the world. The country possesses the best study infrastructures and provides adequate employment opportunities in comparison to any of the nations in the world. Canada is one of the best countries in the world when it comes to living quality of life. The lively cities, world-class education, abundant wildlife, multicultural diversity, clean environment and the friendly, warm and welcoming locals are the central attractions of Canada. Canada offers internationally recognized education from some of the top educators and academics in the world for which lots of international students are willing to study. It is also known for having some of the lowest university tuition fees among the English-speaking countries. Best option can be selected by the students from a diverse range of education options. The attraction of the country is the student visa application process which is hassle-free and also provides the option for permanent residence for the students. Furthermore, Canada is a bilingual nation, which uses French and English as the language of communication. Studying in Canada can be an excellent chance to build up language abilities and pursue great career opportunities. Coursework in French and English is a crucial aspect of Canada&#39;s educational structure. This helps to enhance the cultural and social life of the students.<\\/p>\\r\\n\\r\\n<h4>Why Study in the Canada?<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Opportunity to come in contact with the students from different corners of the world.<\\/li>\\r\\n\\t<li>Getting acquainted with the cultures practiced by the people from different corners of the world.<\\/li>\\r\\n\\t<li>Affordable education in comparison to other English speaking nations.<\\/li>\\r\\n\\t<li>An eye pleasing beauty of the nation.<\\/li>\\r\\n\\t<li>Country of kind people proven for the warmth in welcoming any newcomers to the place.<\\/li>\\r\\n\\t<li>Safe country for international students from any country.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Place of attractions in Canada:<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Niagara Falls<\\/li>\\r\\n\\t<li>Banff National Park &amp; the Rocky Mountains<\\/li>\\r\\n\\t<li>Toronto&#39;s CN Tower<\\/li>\\r\\n\\t<li>Old Quebec (Vieux-Quebec)<\\/li>\\r\\n\\t<li>Whistler<\\/li>\\r\\n\\t<li>Ottawa&#39;s Parliament Hill<\\/li>\\r\\n\\t<li>St. John&#39;s Signal Hill National Historic Site<\\/li>\\r\\n\\t<li>Old Montreal<\\/li>\\r\\n\\t<li>Polar Bears of Churchill, Manitoba<\\/li>\\r\\n\\t<li>Vancouver Island<\\/li>\\r\\n\\t<li>Bay of Fundy<\\/li>\\r\\n\\t<li>Victoria&#39;s Inner Harbour<\\/li>\\r\\n\\t<li>Gros Morne National Park<\\/li>\\r\\n\\t<li>Vancouver&#39;s Stanley Park<\\/li>\\r\\n\\t<li>Calgary Stampede<\\/li>\\r\\n\\t<li>Canadian Museum for Human Rights<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Types of Visa and Immigration Rules for Students in Canada:<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Temporary Visa<\\/li>\\r\\n\\t<li>Temporary resident Visa: This is the visa given to tourists and to those whose families reside in Canada. Business persons are also provided this visa.<\\/li>\\r\\n\\t<li>Canada Study Visa: Students who have an admission form of Canadian university for completing their studies are granted this visa. If a student is going to study for less than 6 months, he\\/she needs a general visa. A student visa is needed if going to study for more than 6 months.<\\/li>\\r\\n\\t<li>Canada Temporary worker Visa: People having a job offer in Canada and work up to 6 mths are given this visa. The person must have a valid job offer letter from the employer and should qualify for a temporary visa to get this visa.<\\/li>\\r\\n\\t<li>Temporary residence permit: This permit is for people who need to go to Canada for different purposes but are otherwise not admissible for a Temporary Resident Visa (TRV). This permit is issued only for the length of time that the person needs to be in Canada, for example 2 weeks for a workshop.<\\/li>\\r\\n\\t<li>eTA: This visa allows people of countries which have a good relationship with Canada and do not need to apply for a visa to apply quickly without following too many procedures and enter Canada.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>How to Apply for a Student Visa?<\\/h4>\\r\\n\\r\\n<p>Online application is lodged for a student visa to Canada. For submitting the application students are required to have a letter of acceptance from the desired University or designated learning institution (DLI). Students should have a COVID- 19 approved readiness plan. Students should have the score of language proficiency along with all the documents needed for completing the application. In case any document is missed due to any disaster, a letter of explanation for such is necessary. A series of processes are required to complete for lodging online applications.<\\/p>\\r\\n\\r\\n<h4>Top universities in Canada:<\\/h4>\\r\\n\\r\\n<p><strong>University of Toronto:<\\/strong><\\/p>\\r\\n\\r\\n<p>The Church of England controls the University. This is the first university founded in the colony of &ldquo;Upper Canada&rdquo; which is structured as a collegiate system. All the seven colleges are run under the university which has distinct histories and traditions.<\\/p>\\r\\n\\r\\n<p><strong>University of British Columbia:<\\/strong><\\/p>\\r\\n\\r\\n<p>The oldest university in the province is one of the most competitive universities in Canada. The university has two campuses and offers a number of scholarships for candidates from war-torn countries which include the Donald A. Wehrung International Student Award as well. The campuses are in Vancouver and in Kelowna. Eight Nobel Prize winners are associated with this university.<\\/p>\\r\\n\\r\\n<p><strong>McGill University:<\\/strong><\\/p>\\r\\n\\r\\n<p>The only Canadian institution represented in the World Economic Forum&rsquo;s Global University Leaders Forum which comprises the heads of 26 of the world&rsquo;s top higher education institutions. This university scores high in the world rankings particularly for clinical subjects. The university offers more than 300 degree subjects to more than 31,000 students from 150 countries counting itself as one of Canada&#39;s most internationally diverse institutions<\\/p>\\r\\n\\r\\n<p><strong>McMaster University:<\\/strong><\\/p>\\r\\n\\r\\n<p>The university named after William McMaster, a prominent Canadian senator and banker is located in Hamilton, Ontario. The main campus is situated on 121 hectares of land near Hamilton&rsquo;s Royal Botanical Gardens. McMaster&rsquo;s medical school is renowned worldwide where there are faculties of engineering, business, humanities, social sciences and science.<\\/p>\\r\\n\\r\\n<p><strong>University of Montreal:<\\/strong><\\/p>\\r\\n\\r\\n<p>The second largest university in the country in terms of student numbers has more than 36,000 students enrolled, a quarter of which are international.<\\/p>\\r\\n\\r\\n<h4>How to Apply for a Student Visa?<\\/h4>\\r\\n\\r\\n<p>We have experts who have keenly observed the education system in the country and hence are well known about the education system and the policies of the country. The counselors we have with us are graduated from the universities of Canada and hence have deep knowledge about the academics in the country.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Selecting the best of the best universities and determining appropriate courses for the students.<\\/li>\\r\\n\\t<li>Assisting in the preparation of Statement of Purpose(SOP)<\\/li>\\r\\n\\t<li>Helping explore the universities of the nation and determine the available scholarships.<\\/li>\\r\\n\\t<li>Helping students for Visa Interview preparation<\\/li>\\r\\n\\t<li>Preparing pre and post arrival check-list<\\/li>\\r\\n<\\/ul>\",\"cover_photo\":\"storage\\/rosetta\\/files\\/1\\/Study-Destination.png\",\"image_thumb\":\"storage\\/rosetta\\/files\\/1\\/Canada.png\",\"updated_at\":\"2023-08-06 01:30:48\",\"updatedBy\":1}', '2023-08-05 19:45:48', '2023-08-05 19:45:48'),
(NULL, 251, 1, 202308060131386894, 202308060131386894, 'App\\Models\\Countries', 1, 'update', '{\"country_id\":1,\"title\":\"Study in Australia\",\"alias\":\"study-in-australia\",\"text\":\"<p>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\":\"<p>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>\",\"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-28T03:22:50.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<h2>&nbsp;<\\/h2>\\r\\n\\r\\n<p>Australia, the 6th largest country, a continent in itself, lies in the southern hemisphere of the globe. The name of the continent is derived from its location which in Greek language means &lsquo;southern&rsquo;. It is a sovereign country which comprises the mainland of the Australian continent, the island of Tasmania and numerous smaller islands. Canberra is the capital city of the country, Sydney being the largest city. The other major cities of the country are Adelaide, Melbourne, Brisbane and Perth. Australia, having the world&rsquo;s 14th- largest economy, has a high income economy ranking tenth on the basis of per capita income. The ranking of the country regarding immigrant population is eighth with 29% immigrant population. These facts make us acquainted with the prospect in the country which has attracted people from all over the world, be it for education or settlement.<\\/p>\\r\\n\\r\\n<h4>Why Study in Australia?<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Provision of world class education<\\/li>\\r\\n\\t<li>Culturally diverse and a welcoming country<\\/li>\\r\\n\\t<li>World class quality of living<\\/li>\\r\\n\\t<li>A treat to stay due to the presence of numerous UNESCO listed world heritages.<\\/li>\\r\\n\\t<li>Law promoting quality education and protecting international students.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Facts about Australia<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Australia ranks itself in third position in enrolling the highest number of international students in the world.<\\/li>\\r\\n\\t<li>The population of the country is only 25 million and the population density is 3 per sq. km.<\\/li>\\r\\n\\t<li>The population of the country is equivalent to 0.33% of the total world population.<\\/li>\\r\\n\\t<li>90.1% of the population of the country resides in urban areas.<\\/li>\\r\\n\\t<li>Seven of the top 100 universities in the world are from this country.<\\/li>\\r\\n\\t<li>More than 2.5 million former international students worldwide are working after studying in Australia.<\\/li>\\r\\n\\t<li>15 Nobel Prize laureates are produced by it.<\\/li>\\r\\n\\t<li>8 Nobel prizes, 5 in Medicine and 1 each in Physics, Chemistry and Literature have already been received by it.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Place of attractions<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Sydney Opera House<\\/li>\\r\\n\\t<li>Great barrier reef Marine Park<\\/li>\\r\\n\\t<li>Uluru\\/Ayers Rock<\\/li>\\r\\n\\t<li>Sydney Harbour Bridge<\\/li>\\r\\n\\t<li>Kakadu National Park<\\/li>\\r\\n\\t<li>Whitsunday Islands<\\/li>\\r\\n\\t<li>Blue Mountains National Park<\\/li>\\r\\n\\t<li>Purnululu National Park<\\/li>\\r\\n\\t<li>Great Ocean Road<\\/li>\\r\\n\\t<li>Fraser Island<\\/li>\\r\\n\\t<li>Cable Beach, Broome<\\/li>\\r\\n\\t<li>Kangaroo Island<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Types of Visa in Australia.<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Tourist Visa:Allows a person to stay in Australia for a maximum of 12 weeks.<\\/li>\\r\\n\\t<li>Student Visa: Allows a student to work for 20 hrs per week while studying a part-time course<\\/li>\\r\\n\\t<li>W&amp;H Visa: Allows a person to work in Australia and travel during vacations<\\/li>\\r\\n\\t<li>Graduate Visa: A working Visa for international students with studies related to Skill List work.<\\/li>\\r\\n\\t<li>Sponsor Visa: A working visa for which an Australian company hires a foreign worker<\\/li>\\r\\n\\t<li>Skilled Visa: A visa for skilled workers with demanding professions in the country.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>How to Apply for a Student Visa?<\\/h4>\\r\\n\\r\\n<p><strong>Procedure to be applied for visa application process:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Paying of tuition fees and student health cover(OSHC) stated in the offer letter and receiving the electronic confirmation of enrolment(eCoE).<\\/li>\\r\\n\\t<li>Being in contact with the Australian High Commission\\/Embassy or Institute Overseas representative or agent.<\\/li>\\r\\n\\t<li>Submission of application.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Top Universities in Australia.<\\/h4>\\r\\n\\r\\n<p><strong>A number of world class universities are located in Australia. The following universities are among the top 100 universities of the world.<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Australian National University (ANU)<\\/li>\\r\\n\\t<li>University of Sydney<\\/li>\\r\\n\\t<li>University of Melbourne<\\/li>\\r\\n\\t<li>University of New South Wales (UNSW)<\\/li>\\r\\n\\t<li>University of Queensland (UQ)<\\/li>\\r\\n\\t<li>Monash University<\\/li>\\r\\n\\t<li>University of Western Australia (UWA)<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Why Rosetta Education International for Study in Australia?<\\/h4>\\r\\n\\r\\n<p>We are acquainted with all the necessary conditions required for getting admitted in the universities of the country. Our in-house experts are updated with the education policies of the country which would be beneficial for the students desirous to further their education in the country. Our experts help the students in following ways:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Selecting the best of the best universities and determining appropriate courses for the students.<\\/li>\\r\\n\\t<li>Assisting in the preparation of Statement of Purpose(SOP)<\\/li>\\r\\n\\t<li>Helping explore the universities of the nation and determine the available scholarships.<\\/li>\\r\\n\\t<li>Helping students for Visa Interview preparation \\uf0b7Preparing pre and post arrival check-list.<\\/li>\\r\\n<\\/ul>\",\"cover_photo\":\"storage\\/rosetta\\/files\\/1\\/Study-Destination.png\",\"image_thumb\":\"storage\\/rosetta\\/files\\/1\\/Australia.png\",\"updated_at\":\"2023-08-06 01:31:38\",\"updatedBy\":1}', '2023-08-05 19:46:38', '2023-08-05 19:46:38');
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, 252, 1, 202308060131522178, 202308060131522178, 'App\\Models\\Countries', 1, 'update', '{\"country_id\":1,\"title\":\"Study in Australia\",\"alias\":\"study-in-australia\",\"text\":\"<h2>&nbsp;<\\/h2>\\r\\n\\r\\n<p>Australia, the 6th largest country, a continent in itself, lies in the southern hemisphere of the globe. The name of the continent is derived from its location which in Greek language means &lsquo;southern&rsquo;. It is a sovereign country which comprises the mainland of the Australian continent, the island of Tasmania and numerous smaller islands. Canberra is the capital city of the country, Sydney being the largest city. The other major cities of the country are Adelaide, Melbourne, Brisbane and Perth. Australia, having the world&rsquo;s 14th- largest economy, has a high income economy ranking tenth on the basis of per capita income. The ranking of the country regarding immigrant population is eighth with 29% immigrant population. These facts make us acquainted with the prospect in the country which has attracted people from all over the world, be it for education or settlement.<\\/p>\\r\\n\\r\\n<h4>Why Study in Australia?<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Provision of world class education<\\/li>\\r\\n\\t<li>Culturally diverse and a welcoming country<\\/li>\\r\\n\\t<li>World class quality of living<\\/li>\\r\\n\\t<li>A treat to stay due to the presence of numerous UNESCO listed world heritages.<\\/li>\\r\\n\\t<li>Law promoting quality education and protecting international students.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Facts about Australia<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Australia ranks itself in third position in enrolling the highest number of international students in the world.<\\/li>\\r\\n\\t<li>The population of the country is only 25 million and the population density is 3 per sq. km.<\\/li>\\r\\n\\t<li>The population of the country is equivalent to 0.33% of the total world population.<\\/li>\\r\\n\\t<li>90.1% of the population of the country resides in urban areas.<\\/li>\\r\\n\\t<li>Seven of the top 100 universities in the world are from this country.<\\/li>\\r\\n\\t<li>More than 2.5 million former international students worldwide are working after studying in Australia.<\\/li>\\r\\n\\t<li>15 Nobel Prize laureates are produced by it.<\\/li>\\r\\n\\t<li>8 Nobel prizes, 5 in Medicine and 1 each in Physics, Chemistry and Literature have already been received by it.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Place of attractions<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Sydney Opera House<\\/li>\\r\\n\\t<li>Great barrier reef Marine Park<\\/li>\\r\\n\\t<li>Uluru\\/Ayers Rock<\\/li>\\r\\n\\t<li>Sydney Harbour Bridge<\\/li>\\r\\n\\t<li>Kakadu National Park<\\/li>\\r\\n\\t<li>Whitsunday Islands<\\/li>\\r\\n\\t<li>Blue Mountains National Park<\\/li>\\r\\n\\t<li>Purnululu National Park<\\/li>\\r\\n\\t<li>Great Ocean Road<\\/li>\\r\\n\\t<li>Fraser Island<\\/li>\\r\\n\\t<li>Cable Beach, Broome<\\/li>\\r\\n\\t<li>Kangaroo Island<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Types of Visa in Australia.<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Tourist Visa:Allows a person to stay in Australia for a maximum of 12 weeks.<\\/li>\\r\\n\\t<li>Student Visa: Allows a student to work for 20 hrs per week while studying a part-time course<\\/li>\\r\\n\\t<li>W&amp;H Visa: Allows a person to work in Australia and travel during vacations<\\/li>\\r\\n\\t<li>Graduate Visa: A working Visa for international students with studies related to Skill List work.<\\/li>\\r\\n\\t<li>Sponsor Visa: A working visa for which an Australian company hires a foreign worker<\\/li>\\r\\n\\t<li>Skilled Visa: A visa for skilled workers with demanding professions in the country.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>How to Apply for a Student Visa?<\\/h4>\\r\\n\\r\\n<p><strong>Procedure to be applied for visa application process:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Paying of tuition fees and student health cover(OSHC) stated in the offer letter and receiving the electronic confirmation of enrolment(eCoE).<\\/li>\\r\\n\\t<li>Being in contact with the Australian High Commission\\/Embassy or Institute Overseas representative or agent.<\\/li>\\r\\n\\t<li>Submission of application.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Top Universities in Australia.<\\/h4>\\r\\n\\r\\n<p><strong>A number of world class universities are located in Australia. The following universities are among the top 100 universities of the world.<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Australian National University (ANU)<\\/li>\\r\\n\\t<li>University of Sydney<\\/li>\\r\\n\\t<li>University of Melbourne<\\/li>\\r\\n\\t<li>University of New South Wales (UNSW)<\\/li>\\r\\n\\t<li>University of Queensland (UQ)<\\/li>\\r\\n\\t<li>Monash University<\\/li>\\r\\n\\t<li>University of Western Australia (UWA)<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Why Rosetta Education International for Study in Australia?<\\/h4>\\r\\n\\r\\n<p>We are acquainted with all the necessary conditions required for getting admitted in the universities of the country. Our in-house experts are updated with the education policies of the country which would be beneficial for the students desirous to further their education in the country. Our experts help the students in following ways:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Selecting the best of the best universities and determining appropriate courses for the students.<\\/li>\\r\\n\\t<li>Assisting in the preparation of Statement of Purpose(SOP)<\\/li>\\r\\n\\t<li>Helping explore the universities of the nation and determine the available scholarships.<\\/li>\\r\\n\\t<li>Helping students for Visa Interview preparation \\uf0b7Preparing pre and post arrival check-list.<\\/li>\\r\\n<\\/ul>\",\"details\":\"<p>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>\",\"cover_photo\":\"storage\\/rosetta\\/files\\/1\\/Study-Destination.png\",\"image_thumb\":\"storage\\/rosetta\\/files\\/1\\/Australia.png\",\"display_order\":5,\"status\":1,\"created_at\":\"2023-07-24T19:02:52.000000Z\",\"updated_at\":\"2023-08-06T01:31:38.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Australia, the 6th largest country, a continent in itself, lies in the southern hemisphere of the globe. The name of the continent is derived from its location which in Greek language means &lsquo;southern&rsquo;. It is a sovereign country which comprises the mainland of the Australian continent, the island of Tasmania and numerous smaller islands. Canberra is the capital city of the country, Sydney being the largest city. The other major cities of the country are Adelaide, Melbourne, Brisbane and Perth. Australia, having the world&rsquo;s 14th- largest economy, has a high income economy ranking tenth on the basis of per capita income. The ranking of the country regarding immigrant population is eighth with 29% immigrant population. These facts make us acquainted with the prospect in the country which has attracted people from all over the world, be it for education or settlement.<\\/p>\\r\\n\\r\\n<h4>Why Study in Australia?<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Provision of world class education<\\/li>\\r\\n\\t<li>Culturally diverse and a welcoming country<\\/li>\\r\\n\\t<li>World class quality of living<\\/li>\\r\\n\\t<li>A treat to stay due to the presence of numerous UNESCO listed world heritages.<\\/li>\\r\\n\\t<li>Law promoting quality education and protecting international students.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Facts about Australia<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Australia ranks itself in third position in enrolling the highest number of international students in the world.<\\/li>\\r\\n\\t<li>The population of the country is only 25 million and the population density is 3 per sq. km.<\\/li>\\r\\n\\t<li>The population of the country is equivalent to 0.33% of the total world population.<\\/li>\\r\\n\\t<li>90.1% of the population of the country resides in urban areas.<\\/li>\\r\\n\\t<li>Seven of the top 100 universities in the world are from this country.<\\/li>\\r\\n\\t<li>More than 2.5 million former international students worldwide are working after studying in Australia.<\\/li>\\r\\n\\t<li>15 Nobel Prize laureates are produced by it.<\\/li>\\r\\n\\t<li>8 Nobel prizes, 5 in Medicine and 1 each in Physics, Chemistry and Literature have already been received by it.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Place of attractions<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Sydney Opera House<\\/li>\\r\\n\\t<li>Great barrier reef Marine Park<\\/li>\\r\\n\\t<li>Uluru\\/Ayers Rock<\\/li>\\r\\n\\t<li>Sydney Harbour Bridge<\\/li>\\r\\n\\t<li>Kakadu National Park<\\/li>\\r\\n\\t<li>Whitsunday Islands<\\/li>\\r\\n\\t<li>Blue Mountains National Park<\\/li>\\r\\n\\t<li>Purnululu National Park<\\/li>\\r\\n\\t<li>Great Ocean Road<\\/li>\\r\\n\\t<li>Fraser Island<\\/li>\\r\\n\\t<li>Cable Beach, Broome<\\/li>\\r\\n\\t<li>Kangaroo Island<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Types of Visa in Australia.<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Tourist Visa:Allows a person to stay in Australia for a maximum of 12 weeks.<\\/li>\\r\\n\\t<li>Student Visa: Allows a student to work for 20 hrs per week while studying a part-time course<\\/li>\\r\\n\\t<li>W&amp;H Visa: Allows a person to work in Australia and travel during vacations<\\/li>\\r\\n\\t<li>Graduate Visa: A working Visa for international students with studies related to Skill List work.<\\/li>\\r\\n\\t<li>Sponsor Visa: A working visa for which an Australian company hires a foreign worker<\\/li>\\r\\n\\t<li>Skilled Visa: A visa for skilled workers with demanding professions in the country.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>How to Apply for a Student Visa?<\\/h4>\\r\\n\\r\\n<p><strong>Procedure to be applied for visa application process:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Paying of tuition fees and student health cover(OSHC) stated in the offer letter and receiving the electronic confirmation of enrolment(eCoE).<\\/li>\\r\\n\\t<li>Being in contact with the Australian High Commission\\/Embassy or Institute Overseas representative or agent.<\\/li>\\r\\n\\t<li>Submission of application.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Top Universities in Australia.<\\/h4>\\r\\n\\r\\n<p><strong>A number of world class universities are located in Australia. The following universities are among the top 100 universities of the world.<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Australian National University (ANU)<\\/li>\\r\\n\\t<li>University of Sydney<\\/li>\\r\\n\\t<li>University of Melbourne<\\/li>\\r\\n\\t<li>University of New South Wales (UNSW)<\\/li>\\r\\n\\t<li>University of Queensland (UQ)<\\/li>\\r\\n\\t<li>Monash University<\\/li>\\r\\n\\t<li>University of Western Australia (UWA)<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Why Rosetta Education International for Study in Australia?<\\/h4>\\r\\n\\r\\n<p>We are acquainted with all the necessary conditions required for getting admitted in the universities of the country. Our in-house experts are updated with the education policies of the country which would be beneficial for the students desirous to further their education in the country. Our experts help the students in following ways:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Selecting the best of the best universities and determining appropriate courses for the students.<\\/li>\\r\\n\\t<li>Assisting in the preparation of Statement of Purpose(SOP)<\\/li>\\r\\n\\t<li>Helping explore the universities of the nation and determine the available scholarships.<\\/li>\\r\\n\\t<li>Helping students for Visa Interview preparation \\uf0b7Preparing pre and post arrival check-list.<\\/li>\\r\\n<\\/ul>\",\"updated_at\":\"2023-08-06 01:31:52\",\"updatedBy\":1}', '2023-08-05 19:46:52', '2023-08-05 19:46:52'),
(NULL, 253, 1, 202308060133151244, 202308060133151244, 'App\\Models\\Countries', 3, 'update', '{\"country_id\":3,\"title\":\"Study in Canada\",\"alias\":\"study-in-canada\",\"text\":\"<h2>Canada<\\/h2>\\r\\n\\r\\n<p>Canada, occupying approximately two-fifths of the continent Northern America is the second largest country in the world. The country possesses the best study infrastructures and provides adequate employment opportunities in comparison to any of the nations in the world. Canada is one of the best countries in the world when it comes to living quality of life. The lively cities, world-class education, abundant wildlife, multicultural diversity, clean environment and the friendly, warm and welcoming locals are the central attractions of Canada. Canada offers internationally recognized education from some of the top educators and academics in the world for which lots of international students are willing to study. It is also known for having some of the lowest university tuition fees among the English-speaking countries. Best option can be selected by the students from a diverse range of education options. The attraction of the country is the student visa application process which is hassle-free and also provides the option for permanent residence for the students. Furthermore, Canada is a bilingual nation, which uses French and English as the language of communication. Studying in Canada can be an excellent chance to build up language abilities and pursue great career opportunities. Coursework in French and English is a crucial aspect of Canada&#39;s educational structure. This helps to enhance the cultural and social life of the students.<\\/p>\\r\\n\\r\\n<h4>Why Study in the Canada?<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Opportunity to come in contact with the students from different corners of the world.<\\/li>\\r\\n\\t<li>Getting acquainted with the cultures practiced by the people from different corners of the world.<\\/li>\\r\\n\\t<li>Affordable education in comparison to other English speaking nations.<\\/li>\\r\\n\\t<li>An eye pleasing beauty of the nation.<\\/li>\\r\\n\\t<li>Country of kind people proven for the warmth in welcoming any newcomers to the place.<\\/li>\\r\\n\\t<li>Safe country for international students from any country.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Place of attractions in Canada:<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Niagara Falls<\\/li>\\r\\n\\t<li>Banff National Park &amp; the Rocky Mountains<\\/li>\\r\\n\\t<li>Toronto&#39;s CN Tower<\\/li>\\r\\n\\t<li>Old Quebec (Vieux-Quebec)<\\/li>\\r\\n\\t<li>Whistler<\\/li>\\r\\n\\t<li>Ottawa&#39;s Parliament Hill<\\/li>\\r\\n\\t<li>St. John&#39;s Signal Hill National Historic Site<\\/li>\\r\\n\\t<li>Old Montreal<\\/li>\\r\\n\\t<li>Polar Bears of Churchill, Manitoba<\\/li>\\r\\n\\t<li>Vancouver Island<\\/li>\\r\\n\\t<li>Bay of Fundy<\\/li>\\r\\n\\t<li>Victoria&#39;s Inner Harbour<\\/li>\\r\\n\\t<li>Gros Morne National Park<\\/li>\\r\\n\\t<li>Vancouver&#39;s Stanley Park<\\/li>\\r\\n\\t<li>Calgary Stampede<\\/li>\\r\\n\\t<li>Canadian Museum for Human Rights<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Types of Visa and Immigration Rules for Students in Canada:<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Temporary Visa<\\/li>\\r\\n\\t<li>Temporary resident Visa: This is the visa given to tourists and to those whose families reside in Canada. Business persons are also provided this visa.<\\/li>\\r\\n\\t<li>Canada Study Visa: Students who have an admission form of Canadian university for completing their studies are granted this visa. If a student is going to study for less than 6 months, he\\/she needs a general visa. A student visa is needed if going to study for more than 6 months.<\\/li>\\r\\n\\t<li>Canada Temporary worker Visa: People having a job offer in Canada and work up to 6 mths are given this visa. The person must have a valid job offer letter from the employer and should qualify for a temporary visa to get this visa.<\\/li>\\r\\n\\t<li>Temporary residence permit: This permit is for people who need to go to Canada for different purposes but are otherwise not admissible for a Temporary Resident Visa (TRV). This permit is issued only for the length of time that the person needs to be in Canada, for example 2 weeks for a workshop.<\\/li>\\r\\n\\t<li>eTA: This visa allows people of countries which have a good relationship with Canada and do not need to apply for a visa to apply quickly without following too many procedures and enter Canada.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>How to Apply for a Student Visa?<\\/h4>\\r\\n\\r\\n<p>Online application is lodged for a student visa to Canada. For submitting the application students are required to have a letter of acceptance from the desired University or designated learning institution (DLI). Students should have a COVID- 19 approved readiness plan. Students should have the score of language proficiency along with all the documents needed for completing the application. In case any document is missed due to any disaster, a letter of explanation for such is necessary. A series of processes are required to complete for lodging online applications.<\\/p>\\r\\n\\r\\n<h4>Top universities in Canada:<\\/h4>\\r\\n\\r\\n<p><strong>University of Toronto:<\\/strong><\\/p>\\r\\n\\r\\n<p>The Church of England controls the University. This is the first university founded in the colony of &ldquo;Upper Canada&rdquo; which is structured as a collegiate system. All the seven colleges are run under the university which has distinct histories and traditions.<\\/p>\\r\\n\\r\\n<p><strong>University of British Columbia:<\\/strong><\\/p>\\r\\n\\r\\n<p>The oldest university in the province is one of the most competitive universities in Canada. The university has two campuses and offers a number of scholarships for candidates from war-torn countries which include the Donald A. Wehrung International Student Award as well. The campuses are in Vancouver and in Kelowna. Eight Nobel Prize winners are associated with this university.<\\/p>\\r\\n\\r\\n<p><strong>McGill University:<\\/strong><\\/p>\\r\\n\\r\\n<p>The only Canadian institution represented in the World Economic Forum&rsquo;s Global University Leaders Forum which comprises the heads of 26 of the world&rsquo;s top higher education institutions. This university scores high in the world rankings particularly for clinical subjects. The university offers more than 300 degree subjects to more than 31,000 students from 150 countries counting itself as one of Canada&#39;s most internationally diverse institutions<\\/p>\\r\\n\\r\\n<p><strong>McMaster University:<\\/strong><\\/p>\\r\\n\\r\\n<p>The university named after William McMaster, a prominent Canadian senator and banker is located in Hamilton, Ontario. The main campus is situated on 121 hectares of land near Hamilton&rsquo;s Royal Botanical Gardens. McMaster&rsquo;s medical school is renowned worldwide where there are faculties of engineering, business, humanities, social sciences and science.<\\/p>\\r\\n\\r\\n<p><strong>University of Montreal:<\\/strong><\\/p>\\r\\n\\r\\n<p>The second largest university in the country in terms of student numbers has more than 36,000 students enrolled, a quarter of which are international.<\\/p>\\r\\n\\r\\n<h4>How to Apply for a Student Visa?<\\/h4>\\r\\n\\r\\n<p>We have experts who have keenly observed the education system in the country and hence are well known about the education system and the policies of the country. The counselors we have with us are graduated from the universities of Canada and hence have deep knowledge about the academics in the country.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Selecting the best of the best universities and determining appropriate courses for the students.<\\/li>\\r\\n\\t<li>Assisting in the preparation of Statement of Purpose(SOP)<\\/li>\\r\\n\\t<li>Helping explore the universities of the nation and determine the available scholarships.<\\/li>\\r\\n\\t<li>Helping students for Visa Interview preparation<\\/li>\\r\\n\\t<li>Preparing pre and post arrival check-list<\\/li>\\r\\n<\\/ul>\",\"details\":\"\",\"cover_photo\":\"storage\\/rosetta\\/files\\/1\\/Study-Destination.png\",\"image_thumb\":\"storage\\/rosetta\\/files\\/1\\/Canada.png\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-24T19:03:08.000000Z\",\"updated_at\":\"2023-08-06T01:30:48.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Canada, occupying approximately two-fifths of the continent Northern America is the second largest country in the world. The country possesses the best study infrastructures and provides adequate employment opportunities in comparison to any of the nations in the world. Canada is one of the best countries in the world when it comes to living quality of life. The lively cities, world-class education, abundant wildlife, multicultural diversity, clean environment and the friendly, warm and welcoming locals are the central attractions of Canada. Canada offers internationally recognized education from some of the top educators and academics in the world for which lots of international students are willing to study. It is also known for having some of the lowest university tuition fees among the English-speaking countries. Best option can be selected by the students from a diverse range of education options. The attraction of the country is the student visa application process which is hassle-free and also provides the option for permanent residence for the students. Furthermore, Canada is a bilingual nation, which uses French and English as the language of communication. Studying in Canada can be an excellent chance to build up language abilities and pursue great career opportunities. Coursework in French and English is a crucial aspect of Canada&#39;s educational structure. This helps to enhance the cultural and social life of the students.<\\/p>\\r\\n\\r\\n<h4>Why Study in the Canada?<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Opportunity to come in contact with the students from different corners of the world.<\\/li>\\r\\n\\t<li>Getting acquainted with the cultures practiced by the people from different corners of the world.<\\/li>\\r\\n\\t<li>Affordable education in comparison to other English speaking nations.<\\/li>\\r\\n\\t<li>An eye pleasing beauty of the nation.<\\/li>\\r\\n\\t<li>Country of kind people proven for the warmth in welcoming any newcomers to the place.<\\/li>\\r\\n\\t<li>Safe country for international students from any country.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Place of attractions in Canada:<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Niagara Falls<\\/li>\\r\\n\\t<li>Banff National Park &amp; the Rocky Mountains<\\/li>\\r\\n\\t<li>Toronto&#39;s CN Tower<\\/li>\\r\\n\\t<li>Old Quebec (Vieux-Quebec)<\\/li>\\r\\n\\t<li>Whistler<\\/li>\\r\\n\\t<li>Ottawa&#39;s Parliament Hill<\\/li>\\r\\n\\t<li>St. John&#39;s Signal Hill National Historic Site<\\/li>\\r\\n\\t<li>Old Montreal<\\/li>\\r\\n\\t<li>Polar Bears of Churchill, Manitoba<\\/li>\\r\\n\\t<li>Vancouver Island<\\/li>\\r\\n\\t<li>Bay of Fundy<\\/li>\\r\\n\\t<li>Victoria&#39;s Inner Harbour<\\/li>\\r\\n\\t<li>Gros Morne National Park<\\/li>\\r\\n\\t<li>Vancouver&#39;s Stanley Park<\\/li>\\r\\n\\t<li>Calgary Stampede<\\/li>\\r\\n\\t<li>Canadian Museum for Human Rights<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>Types of Visa and Immigration Rules for Students in Canada:<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Temporary Visa<\\/li>\\r\\n\\t<li>Temporary resident Visa: This is the visa given to tourists and to those whose families reside in Canada. Business persons are also provided this visa.<\\/li>\\r\\n\\t<li>Canada Study Visa: Students who have an admission form of Canadian university for completing their studies are granted this visa. If a student is going to study for less than 6 months, he\\/she needs a general visa. A student visa is needed if going to study for more than 6 months.<\\/li>\\r\\n\\t<li>Canada Temporary worker Visa: People having a job offer in Canada and work up to 6 mths are given this visa. The person must have a valid job offer letter from the employer and should qualify for a temporary visa to get this visa.<\\/li>\\r\\n\\t<li>Temporary residence permit: This permit is for people who need to go to Canada for different purposes but are otherwise not admissible for a Temporary Resident Visa (TRV). This permit is issued only for the length of time that the person needs to be in Canada, for example 2 weeks for a workshop.<\\/li>\\r\\n\\t<li>eTA: This visa allows people of countries which have a good relationship with Canada and do not need to apply for a visa to apply quickly without following too many procedures and enter Canada.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h4>How to Apply for a Student Visa?<\\/h4>\\r\\n\\r\\n<p>Online application is lodged for a student visa to Canada. For submitting the application students are required to have a letter of acceptance from the desired University or designated learning institution (DLI). Students should have a COVID- 19 approved readiness plan. Students should have the score of language proficiency along with all the documents needed for completing the application. In case any document is missed due to any disaster, a letter of explanation for such is necessary. A series of processes are required to complete for lodging online applications.<\\/p>\\r\\n\\r\\n<h4>Top universities in Canada:<\\/h4>\\r\\n\\r\\n<p><strong>University of Toronto:<\\/strong><\\/p>\\r\\n\\r\\n<p>The Church of England controls the University. This is the first university founded in the colony of &ldquo;Upper Canada&rdquo; which is structured as a collegiate system. All the seven colleges are run under the university which has distinct histories and traditions.<\\/p>\\r\\n\\r\\n<p><strong>University of British Columbia:<\\/strong><\\/p>\\r\\n\\r\\n<p>The oldest university in the province is one of the most competitive universities in Canada. The university has two campuses and offers a number of scholarships for candidates from war-torn countries which include the Donald A. Wehrung International Student Award as well. The campuses are in Vancouver and in Kelowna. Eight Nobel Prize winners are associated with this university.<\\/p>\\r\\n\\r\\n<p><strong>McGill University:<\\/strong><\\/p>\\r\\n\\r\\n<p>The only Canadian institution represented in the World Economic Forum&rsquo;s Global University Leaders Forum which comprises the heads of 26 of the world&rsquo;s top higher education institutions. This university scores high in the world rankings particularly for clinical subjects. The university offers more than 300 degree subjects to more than 31,000 students from 150 countries counting itself as one of Canada&#39;s most internationally diverse institutions<\\/p>\\r\\n\\r\\n<p><strong>McMaster University:<\\/strong><\\/p>\\r\\n\\r\\n<p>The university named after William McMaster, a prominent Canadian senator and banker is located in Hamilton, Ontario. The main campus is situated on 121 hectares of land near Hamilton&rsquo;s Royal Botanical Gardens. McMaster&rsquo;s medical school is renowned worldwide where there are faculties of engineering, business, humanities, social sciences and science.<\\/p>\\r\\n\\r\\n<p><strong>University of Montreal:<\\/strong><\\/p>\\r\\n\\r\\n<p>The second largest university in the country in terms of student numbers has more than 36,000 students enrolled, a quarter of which are international.<\\/p>\\r\\n\\r\\n<h4>How to Apply for a Student Visa?<\\/h4>\\r\\n\\r\\n<p>We have experts who have keenly observed the education system in the country and hence are well known about the education system and the policies of the country. The counselors we have with us are graduated from the universities of Canada and hence have deep knowledge about the academics in the country.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Selecting the best of the best universities and determining appropriate courses for the students.<\\/li>\\r\\n\\t<li>Assisting in the preparation of Statement of Purpose(SOP)<\\/li>\\r\\n\\t<li>Helping explore the universities of the nation and determine the available scholarships.<\\/li>\\r\\n\\t<li>Helping students for Visa Interview preparation<\\/li>\\r\\n\\t<li>Preparing pre and post arrival check-list<\\/li>\\r\\n<\\/ul>\",\"updated_at\":\"2023-08-06 01:33:15\",\"updatedBy\":1}', '2023-08-05 19:48:15', '2023-08-05 19:48:15'),
(NULL, 254, 1, 202308060136175303, 202308060136175303, 'App\\Models\\Articles', 7, 'update', '{\"article_id\":7,\"parent_article\":1,\"title\":\"Message From MD\",\"alias\":\"message-from-md\",\"text\":\"<p><img alt=\\\"\\\" src=\\\"storage\\/photos\\/1\\/MD.png\\\" style=\\\"float:left; width:30%\\\" \\/>Education is essential for the continuation of a person&#39;s growth. In this highly competitive educational scenario it is important to keep abreast. With higher education you don&rsquo;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 &ldquo;Mentoring&rdquo; the youth of this country to dream &ldquo;Motivating&rdquo; them towards greater hopes and aspiration and &ldquo;Guiding&rdquo; 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<p>Puspa Raj<\\/p>\\r\\n\\r\\n<p>MD, Access Education Network<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":7,\"status\":1,\"created_at\":\"2023-07-25T01:09:10.000000Z\",\"updated_at\":\"2023-07-25T01:09:10.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"parent_article\":\"0\",\"text\":\"<p><img alt=\\\"\\\" src=\\\"storage\\/rosetta\\/photos\\/1\\/md-photo1.jpg\\\" style=\\\"float:left; height:480px; margin:10px; width:497px\\\" \\/>Rosetta Education International is an ambitious service providing agency rendering assistance in abroad educational consultation. This has been initiated to provide service to Nepalese students willing to study in Australia, USA, UK, Canada or any other popular educational destination. We have brought various abroad study related services and hand worthy guides to provide trustworthy counseling to the students who wish to ensure their career and success in abroad studies. We intend to help the students to pursue their long woven dream of furthering the academic and career oriented growth in their dream destination for abroad studies. We assure to render the quality service for the achievement of our students&rsquo; fortified goal.<\\/p>\\r\\n\\r\\n<p>We are a team of individuals who have garnered all necessary information and are updated with the policies and rules and regulations in practice in the country. The experts we have with us are proven to have been able to provide such service with effective execution and in desired result producing way. We are passionate about helping genuine and forward seeking Nepalese students in selecting the appropriate professional courses in the well accredited educational institutions which would be helpful to further their prolonged professional stay in the country to attain their career goal.<\\/p>\\r\\n\\r\\n<p>I, representing Rosetta Education International, would like to extend my heartfelt gratitude and adherence to all the students, guardians and parents, service seekers, clients and well wishers for accompanying us in our mission forwarding the hand of support with heart of faith. I would like to assure the provision of quality and remarkable service to our students and service seekers.<\\/p>\",\"cover_photo\":\"storage\\/rosetta\\/files\\/1\\/Company-Profile.png\",\"updated_at\":\"2023-08-06 01:36:17\",\"updatedBy\":1}', '2023-08-05 19:51:17', '2023-08-05 19:51:17'),
(NULL, 255, 1, 202308060151245802, 202308060151245802, 'App\\Models\\Articles', 2, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-05 20:06:24', '2023-08-05 20:06:24'),
(NULL, 256, 1, 202308060151297469, 202308060151297469, 'App\\Models\\Articles', 3, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-05 20:06:29', '2023-08-05 20:06:29'),
(NULL, 257, 1, 202308060151338387, 202308060151338387, 'App\\Models\\Articles', 4, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-05 20:06:33', '2023-08-05 20:06:33'),
(NULL, 258, 1, 202308060151387976, 202308060151387976, 'App\\Models\\Articles', 5, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-05 20:06:38', '2023-08-05 20:06:38'),
(NULL, 259, 1, 202308060151477990, 202308060151477990, 'App\\Models\\Articles', 8, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-05 20:06:47', '2023-08-05 20:06:47'),
(NULL, 260, 1, 202308060151535792, 202308060151535792, 'App\\Models\\Articles', 1, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-05 20:06:53', '2023-08-05 20:06:53'),
(NULL, 261, 1, 202308060152059158, 202308060152059158, 'App\\Models\\Articles', 6, 'update', '{\"article_id\":6,\"parent_article\":1,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":6,\"status\":1,\"created_at\":\"2023-07-25T01:07:29.000000Z\",\"updated_at\":\"2023-07-25T01:07:29.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"parent_article\":\"0\",\"updated_at\":\"2023-08-06 01:52:05\",\"updatedBy\":1}', '2023-08-05 20:07:05', '2023-08-05 20:07:05'),
(NULL, 262, 1, 202308060152163279, 202308060152163279, 'App\\Models\\Articles', 6, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-05 20:07:16', '2023-08-05 20:07:16'),
(NULL, 263, 1, 202308060226291148, 202308060226291148, 'App\\Models\\Contacts', 1, 'update', '{\"contact_id\":1,\"forms_id\":6,\"branches_id\":0,\"name\":\"Jupiter Overseas Concern Pvt. Ltd.\",\"tagline\":\"Govt. Licence No.: 711\\/064\\/065\",\"address\":\"P.O.Box: 6624, Sinamangal,Kathmandu, Nepal\",\"tel\":\"+977-1-4822252\",\"fax\":\"+977-1-4491461\",\"email1\":\"info@jupiteremployment.com\",\"email2\":\"info@jupiteremployment.com\",\"website\":\"www.jupiteremployment.com\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"facebook\":\"jupiteremployment\",\"hp1\":\"+977 9851042673\",\"hp2\":\"\",\"display_order\":1,\"status\":1,\"remarks\":\"\",\"created_at\":null,\"updated_at\":\"2023-07-22T03:25:40.000000Z\",\"createdby\":null,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"name\":\"Rosetta Education International Pvt. Ltd.\",\"address\":\"Hari Ratna Plaza, New Baneshwor, Kathmandu, Nepal\",\"tel\":\"+977-1-4560413\",\"fax\":\"\",\"email1\":\"info@rosettaeducation.com\",\"email2\":\"info@rosettaeducation.com\",\"website\":\"https:\\/\\/rosettaeducation.com\\/\",\"facebook\":\"rosettaeducation\",\"hp1\":\"+977 9851200413\",\"updated_at\":\"2023-08-06 02:26:29\",\"updatedBy\":1}', '2023-08-05 20:41:29', '2023-08-05 20:41:29'),
(NULL, 264, 1, 202308060434527267, 202308060434527267, 'App\\Models\\Faqs', 1, 'create', NULL, '{\"title\":\"Where is Rosetta Education Located?\",\"text\":\"<p>It is located in &quot;Kathmandu&quot;<\\/p>\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-06T04:34:53.000000Z\",\"created_at\":\"2023-08-06T04:34:53.000000Z\",\"faq_id\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-05 22:49:53', '2023-08-05 22:49:53'),
(NULL, 265, 1, 202308060558261148, 202308060558261148, 'App\\Models\\Customfields', 3, 'update', '{\"customfield_id\":3,\"customfield_for\":\"Our Services\",\"customfield_forref\":\"\",\"title\":\"WE HELP STUDENTS IN MANY WAYS !!\",\"alias\":\"we-help-students-in-many-ways\",\"text\":\"<p>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<p>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\":\"\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-26T02:17:20.000000Z\",\"updated_at\":\"2023-07-26T02:18:45.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"customfield_for\":\"\",\"title\":\"Quality Abroad Study Services\",\"link\":\"#\",\"fa_icon\":\"fa-graduation-cap\",\"updated_at\":\"2023-08-06 05:58:26\",\"updatedBy\":1}', '2023-08-06 00:13:26', '2023-08-06 00:13:26'),
(NULL, 266, 1, 202308060559007271, 202308060559007271, 'App\\Models\\Customfields', 5, 'update', '{\"customfield_id\":5,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Career Counselling\",\"alias\":\"career-counselling\",\"text\":\"<p>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\",\"display_order\":5,\"status\":1,\"created_at\":\"2023-07-26T02:19:53.000000Z\",\"updated_at\":\"2023-07-26T02:19:53.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"100\'s of Proven Track Records\",\"fa_icon\":\"fa-graduation-cap\",\"updated_at\":\"2023-08-06 05:59:00\",\"updatedBy\":1}', '2023-08-06 00:14:00', '2023-08-06 00:14:00'),
(NULL, 267, 1, 202308060559334452, 202308060559334452, 'App\\Models\\Customfields', 6, 'update', '{\"customfield_id\":6,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"University Selection\",\"alias\":\"university-selection\",\"text\":\"<p>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\",\"display_order\":6,\"status\":1,\"created_at\":\"2023-07-26T02:20:34.000000Z\",\"updated_at\":\"2023-07-26T02:20:34.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Qualified and Experience Team Members\",\"fa_icon\":\"fa-graduation-cap\",\"updated_at\":\"2023-08-06 05:59:33\",\"updatedBy\":1}', '2023-08-06 00:14:33', '2023-08-06 00:14:33'),
(NULL, 268, 1, 202308060600153331, 202308060600153331, 'App\\Models\\Customfields', 7, 'create', NULL, '{\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Success as it Speaks\",\"text\":\"\",\"link\":\"\",\"fa_icon\":\"fa-graduation-cap\",\"logo\":\"\",\"alias\":\"success-as-it-speaks\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-06T06:00:15.000000Z\",\"created_at\":\"2023-08-06T06:00:15.000000Z\",\"customfield_id\":7,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-06 00:15:15', '2023-08-06 00:15:15');
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, 269, 1, 202308062356493047, 202308062356493047, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Rosetta Education International Pvt. Ltd.\",\"description\":\"Discover Your Path to Global Education | Rosetta Education International - Your trusted guide to study abroad programs in the UK, Canada, and Australia. Expert counseling, IELTS, and PTE preparation classes available.\",\"url1\":\"www.rosettaeducation.com\",\"url2\":\"https:\\/\\/rosettaeducation.com\\/register\\/\",\"email\":\"info@rosettaeducation.com\",\"phone\":\"+977-1-4560413\",\"secondary_phone\":\"+97798510200413\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"secondary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"thumb\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"icon\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"og_image\":\"storage\\/rosetta\\/files\\/1\\/259868288_128330686291871_7114422059529427874_n.png\",\"no_image\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"Turnign dreams into realty\",\"content2\":\"Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Embark on Your Global Education Journey | Rosetta Education International offers study abroad programs to the UK, Canada, and Australia. Expert counseling and test preparation classes available. Turn your dreams into reality today!\",\"seo_keywords\":\"Study Abroad,Study Overseas,Study in UK,Study in Canada,Study in Australia,International Education,Study Abroad Programs,Study Abroad Consultants,Educational Counseling,Study Abroad Guidance,Student Visa Process,IELTS Preparation,PTE Preparation,Test Preparation Classes,Study Abroad Scholarships,Study Abroad Benefits,Foreign Education Consultants,Higher Education Abroad,University Admissions Abroad,Study Abroad Destinations,Global Education Opportunities,Best Universities Abroad,Overseas Education Consultants,Educational Opportunities Abroad,International Student Services,Education Consultants in Nepal,Student Recruitment Partner,Academic Counseling Services,Expert Study Abroad Advice,Study Abroad Application Process,Study Abroad Visa Assistance,Career Advancement Abroad,Education Pathways Abroad,English Language Proficiency,Student Accommodation Abroad,Foreign Study Experiences,International Learning Environment,Cultural Exchange Programs,Global Study Options,Multicultural Learning Experience,Study Abroad Consultation Services,Study Abroad Seminars,Top Universities Abroad,International Student Support,Educational Opportunities Overseas,Study Abroad Testimonials,Visa Success Rate,Personalized Education Plans,Education and Career Counseling,New Baneshwor, Kathmandu, Nepal\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Rosetta Education International: Your Gateway to Global Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Welcome to Rosetta Education International, where we turn study abroad dreams into reality. As a trusted Education Consultancy, we empower students on their journey to international education. With a strong presence in Nepal and abroad, we offer expert guidance and support for studying in the UK, Canada, and Australia. Our experienced team is dedicated to transforming lives through exceptional educational opportunities. Join us and pave the way to your successful future. Discover the world with Rosetta Education International.\\\">\\r\\n<meta property=\\\"og:image\\\" content=\\\"https:\\/\\/example.com\\/images\\/rosetta_education_international.jpg\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/example.com\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Rosetta Education International\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-04T03:27:38.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"\\\"Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal\\\"\",\"description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"seo_description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"seo_keywords\":\"Study Abroad,Education Consultancy,Trust Education Foundation,European Destinations,Study in Sweden,Study in Finland,Study in Denmark,Study in the UK,Study in Germany,Study in Europe,Study Abroad Nepal,Overseas Education,International Education,Student Counseling,Study Opportunities,Study Abroad Experts,Study Abroad Services,Education Abroad,European Universities,Study Abroad Programs,Student Visa Guidance,Application Assistance,Study Abroad Consultants,Best European Universities,Study Abroad Benefits,European Education System,Scholarships for Study Abroad,Study Abroad Success Stories,Top European Colleges,Study Abroad Application,Study Abroad Requirements,Europe Study Options,Study Abroad Resources,European Study Abroad Consultants,Study Abroad Testimonials,Higher Education in Europe,Study Abroad Process,Study Abroad in English,European Study Abroad Experience,Study Abroad Tips,Student Accommodation Abroad,Study Abroad Scholarships Nepal,Study in Europe for Nepali Students,Study Abroad Admission Assistance,European Study Abroad Opportunities,Study Abroad for Engineering,Medical Education in Europe,Affordable European Universities,Study Abroad for Arts and Humanities,Business Studies in Europe,Study in European Public Universities,European Master\'s Programs,Engineering Universities in Europe,Study Abroad for MBBS,Study in Europe after 12th,European Study Abroad Consultants in Nepal,Study Abroad for MBA,Language Courses in Europe,Study Abroad for Computer Science,Study in Europe vs USA,Study Abroad for Medicine,Study in Europe without IELTS,European Study Abroad Consultation Fees,Study Abroad for International Relations,Study in Europe with Scholarships,Study Abroad for Hospitality Management,European Study Abroad Application Deadlines,Study Abroad for Environmental Science,Study in Europe with Work Opportunities,Study Abroad for Journalism and Media,European Study Abroad Financial Aid,Study Abroad for Architecture,Study in Europe for Indian Students,Study Abroad for Economics,European Study Abroad Cultural Experience,Study Abroad for Psychology,Study in Europe with Low Tuition Fees,Study Abroad for Political Science,European Study Abroad Language Courses,Study Abroad for Social Sciences,Study in Europe with English-taught Programs,Study Abroad for Finance and Accounting,European Study Abroad Internship Opportunities,Study Abroad for Law,Study in Europe with Erasmus Program,Study Abroad for Marketing,European Study Abroad Gap Year Programs,Study Abroad for International Business,Study in Europe with Cultural Exchange,Study Abroad for Art and Design,Study Abroad for Computer Engineering,European Study Abroad Pre-departure Information,Study Abroad for Biotechnology,Study in Europe for Pakistani Students,Study Abroad for Civil Engineering,European Study Abroad Health Insurance,Study Abroad for Environmental Engineering,Study in Europe for Bangladeshi Students,Study Abroad for International Relations,European Study Abroad Virtual Tours\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Trust Education Foundation: Your Gateway to European Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Unlock Your European Education Dreams with Trust Education Foundation - Leading Study Abroad Consultancy in Nepal. Proven Success in Sweden, Finland, Denmark, UK, and Germany. Visit us in New Baneshwor, Kathmandu.\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/trusteducation.net\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Trust Education Foundation\\\">\",\"updated_at\":\"2023-08-06 23:56:49\",\"updatedBy\":1}', '2023-08-06 18:11:49', '2023-08-06 18:11:49'),
(NULL, 270, 1, 202308062357202773, 202308062357202773, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"\\\"Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal\\\"\",\"description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"url1\":\"www.rosettaeducation.com\",\"url2\":\"https:\\/\\/rosettaeducation.com\\/register\\/\",\"email\":\"info@rosettaeducation.com\",\"phone\":\"+977-1-4560413\",\"secondary_phone\":\"+97798510200413\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"secondary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"thumb\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"icon\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"og_image\":\"storage\\/rosetta\\/files\\/1\\/259868288_128330686291871_7114422059529427874_n.png\",\"no_image\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"Turnign dreams into realty\",\"content2\":\"Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"seo_keywords\":\"Study Abroad,Education Consultancy,Trust Education Foundation,European Destinations,Study in Sweden,Study in Finland,Study in Denmark,Study in the UK,Study in Germany,Study in Europe,Study Abroad Nepal,Overseas Education,International Education,Student Counseling,Study Opportunities,Study Abroad Experts,Study Abroad Services,Education Abroad,European Universities,Study Abroad Programs,Student Visa Guidance,Application Assistance,Study Abroad Consultants,Best European Universities,Study Abroad Benefits,European Education System,Scholarships for Study Abroad,Study Abroad Success Stories,Top European Colleges,Study Abroad Application,Study Abroad Requirements,Europe Study Options,Study Abroad Resources,European Study Abroad Consultants,Study Abroad Testimonials,Higher Education in Europe,Study Abroad Process,Study Abroad in English,European Study Abroad Experience,Study Abroad Tips,Student Accommodation Abroad,Study Abroad Scholarships Nepal,Study in Europe for Nepali Students,Study Abroad Admission Assistance,European Study Abroad Opportunities,Study Abroad for Engineering,Medical Education in Europe,Affordable European Universities,Study Abroad for Arts and Humanities,Business Studies in Europe,Study in European Public Universities,European Master\'s Programs,Engineering Universities in Europe,Study Abroad for MBBS,Study in Europe after 12th,European Study Abroad Consultants in Nepal,Study Abroad for MBA,Language Courses in Europe,Study Abroad for Computer Science,Study in Europe vs USA,Study Abroad for Medicine,Study in Europe without IELTS,European Study Abroad Consultation Fees,Study Abroad for International Relations,Study in Europe with Scholarships,Study Abroad for Hospitality Management,European Study Abroad Application Deadlines,Study Abroad for Environmental Science,Study in Europe with Work Opportunities,Study Abroad for Journalism and Media,European Study Abroad Financial Aid,Study Abroad for Architecture,Study in Europe for Indian Students,Study Abroad for Economics,European Study Abroad Cultural Experience,Study Abroad for Psychology,Study in Europe with Low Tuition Fees,Study Abroad for Political Science,European Study Abroad Language Courses,Study Abroad for Social Sciences,Study in Europe with English-taught Programs,Study Abroad for Finance and Accounting,European Study Abroad Internship Opportunities,Study Abroad for Law,Study in Europe with Erasmus Program,Study Abroad for Marketing,European Study Abroad Gap Year Programs,Study Abroad for International Business,Study in Europe with Cultural Exchange,Study Abroad for Art and Design,Study Abroad for Computer Engineering,European Study Abroad Pre-departure Information,Study Abroad for Biotechnology,Study in Europe for Pakistani Students,Study Abroad for Civil Engineering,European Study Abroad Health Insurance,Study Abroad for Environmental Engineering,Study in Europe for Bangladeshi Students,Study Abroad for International Relations,European Study Abroad Virtual Tours\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Trust Education Foundation: Your Gateway to European Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Unlock Your European Education Dreams with Trust Education Foundation - Leading Study Abroad Consultancy in Nepal. Proven Success in Sweden, Finland, Denmark, UK, and Germany. Visit us in New Baneshwor, Kathmandu.\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/trusteducation.net\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Trust Education Foundation\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-06T23:56:49.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal\",\"updated_at\":\"2023-08-06 23:57:20\",\"updatedBy\":1}', '2023-08-06 18:12:20', '2023-08-06 18:12:20'),
(NULL, 271, 1, 202308070000234357, 202308070000234357, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal\",\"description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"url1\":\"www.rosettaeducation.com\",\"url2\":\"https:\\/\\/rosettaeducation.com\\/register\\/\",\"email\":\"info@rosettaeducation.com\",\"phone\":\"+977-1-4560413\",\"secondary_phone\":\"+97798510200413\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"secondary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"thumb\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"icon\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"og_image\":\"storage\\/rosetta\\/files\\/1\\/259868288_128330686291871_7114422059529427874_n.png\",\"no_image\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"Turnign dreams into realty\",\"content2\":\"Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"seo_keywords\":\"Study Abroad,Education Consultancy,Trust Education Foundation,European Destinations,Study in Sweden,Study in Finland,Study in Denmark,Study in the UK,Study in Germany,Study in Europe,Study Abroad Nepal,Overseas Education,International Education,Student Counseling,Study Opportunities,Study Abroad Experts,Study Abroad Services,Education Abroad,European Universities,Study Abroad Programs,Student Visa Guidance,Application Assistance,Study Abroad Consultants,Best European Universities,Study Abroad Benefits,European Education System,Scholarships for Study Abroad,Study Abroad Success Stories,Top European Colleges,Study Abroad Application,Study Abroad Requirements,Europe Study Options,Study Abroad Resources,European Study Abroad Consultants,Study Abroad Testimonials,Higher Education in Europe,Study Abroad Process,Study Abroad in English,European Study Abroad Experience,Study Abroad Tips,Student Accommodation Abroad,Study Abroad Scholarships Nepal,Study in Europe for Nepali Students,Study Abroad Admission Assistance,European Study Abroad Opportunities,Study Abroad for Engineering,Medical Education in Europe,Affordable European Universities,Study Abroad for Arts and Humanities,Business Studies in Europe,Study in European Public Universities,European Master\'s Programs,Engineering Universities in Europe,Study Abroad for MBBS,Study in Europe after 12th,European Study Abroad Consultants in Nepal,Study Abroad for MBA,Language Courses in Europe,Study Abroad for Computer Science,Study in Europe vs USA,Study Abroad for Medicine,Study in Europe without IELTS,European Study Abroad Consultation Fees,Study Abroad for International Relations,Study in Europe with Scholarships,Study Abroad for Hospitality Management,European Study Abroad Application Deadlines,Study Abroad for Environmental Science,Study in Europe with Work Opportunities,Study Abroad for Journalism and Media,European Study Abroad Financial Aid,Study Abroad for Architecture,Study in Europe for Indian Students,Study Abroad for Economics,European Study Abroad Cultural Experience,Study Abroad for Psychology,Study in Europe with Low Tuition Fees,Study Abroad for Political Science,European Study Abroad Language Courses,Study Abroad for Social Sciences,Study in Europe with English-taught Programs,Study Abroad for Finance and Accounting,European Study Abroad Internship Opportunities,Study Abroad for Law,Study in Europe with Erasmus Program,Study Abroad for Marketing,European Study Abroad Gap Year Programs,Study Abroad for International Business,Study in Europe with Cultural Exchange,Study Abroad for Art and Design,Study Abroad for Computer Engineering,European Study Abroad Pre-departure Information,Study Abroad for Biotechnology,Study in Europe for Pakistani Students,Study Abroad for Civil Engineering,European Study Abroad Health Insurance,Study Abroad for Environmental Engineering,Study in Europe for Bangladeshi Students,Study Abroad for International Relations,European Study Abroad Virtual Tours\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Trust Education Foundation: Your Gateway to European Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Unlock Your European Education Dreams with Trust Education Foundation - Leading Study Abroad Consultancy in Nepal. Proven Success in Sweden, Finland, Denmark, UK, and Germany. Visit us in New Baneshwor, Kathmandu.\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/trusteducation.net\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Trust Education Foundation\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-06T23:57:20.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"url1\":\"www.trusteducation.net\",\"url2\":\"\",\"email\":\"info@trusteducation.net\",\"phone\":\"+977-1-4795126\",\"secondary_phone\":\"+9779810330674\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691366331549!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"updated_at\":\"2023-08-07 00:00:23\",\"updatedBy\":1}', '2023-08-06 18:15:23', '2023-08-06 18:15:23'),
(NULL, 272, 1, 202308070001089540, 202308070001089540, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal\",\"description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"url1\":\"www.trusteducation.net\",\"url2\":\"\",\"email\":\"info@trusteducation.net\",\"phone\":\"+977-1-4795126\",\"secondary_phone\":\"+9779810330674\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691366331549!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"secondary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"thumb\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"icon\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"og_image\":\"storage\\/rosetta\\/files\\/1\\/259868288_128330686291871_7114422059529427874_n.png\",\"no_image\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"copyright_text\":\"Copyright 2023 Rosetta Education International Pvt. Ltd. All rights reserved.\",\"content1\":\"Turnign dreams into realty\",\"content2\":\"Studying abroad is an early age dream of many students who wish to excel in their life. They tend to leave no stones unturned for getting their dream fortified.\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"seo_keywords\":\"Study Abroad,Education Consultancy,Trust Education Foundation,European Destinations,Study in Sweden,Study in Finland,Study in Denmark,Study in the UK,Study in Germany,Study in Europe,Study Abroad Nepal,Overseas Education,International Education,Student Counseling,Study Opportunities,Study Abroad Experts,Study Abroad Services,Education Abroad,European Universities,Study Abroad Programs,Student Visa Guidance,Application Assistance,Study Abroad Consultants,Best European Universities,Study Abroad Benefits,European Education System,Scholarships for Study Abroad,Study Abroad Success Stories,Top European Colleges,Study Abroad Application,Study Abroad Requirements,Europe Study Options,Study Abroad Resources,European Study Abroad Consultants,Study Abroad Testimonials,Higher Education in Europe,Study Abroad Process,Study Abroad in English,European Study Abroad Experience,Study Abroad Tips,Student Accommodation Abroad,Study Abroad Scholarships Nepal,Study in Europe for Nepali Students,Study Abroad Admission Assistance,European Study Abroad Opportunities,Study Abroad for Engineering,Medical Education in Europe,Affordable European Universities,Study Abroad for Arts and Humanities,Business Studies in Europe,Study in European Public Universities,European Master\'s Programs,Engineering Universities in Europe,Study Abroad for MBBS,Study in Europe after 12th,European Study Abroad Consultants in Nepal,Study Abroad for MBA,Language Courses in Europe,Study Abroad for Computer Science,Study in Europe vs USA,Study Abroad for Medicine,Study in Europe without IELTS,European Study Abroad Consultation Fees,Study Abroad for International Relations,Study in Europe with Scholarships,Study Abroad for Hospitality Management,European Study Abroad Application Deadlines,Study Abroad for Environmental Science,Study in Europe with Work Opportunities,Study Abroad for Journalism and Media,European Study Abroad Financial Aid,Study Abroad for Architecture,Study in Europe for Indian Students,Study Abroad for Economics,European Study Abroad Cultural Experience,Study Abroad for Psychology,Study in Europe with Low Tuition Fees,Study Abroad for Political Science,European Study Abroad Language Courses,Study Abroad for Social Sciences,Study in Europe with English-taught Programs,Study Abroad for Finance and Accounting,European Study Abroad Internship Opportunities,Study Abroad for Law,Study in Europe with Erasmus Program,Study Abroad for Marketing,European Study Abroad Gap Year Programs,Study Abroad for International Business,Study in Europe with Cultural Exchange,Study Abroad for Art and Design,Study Abroad for Computer Engineering,European Study Abroad Pre-departure Information,Study Abroad for Biotechnology,Study in Europe for Pakistani Students,Study Abroad for Civil Engineering,European Study Abroad Health Insurance,Study Abroad for Environmental Engineering,Study in Europe for Bangladeshi Students,Study Abroad for International Relations,European Study Abroad Virtual Tours\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Trust Education Foundation: Your Gateway to European Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Unlock Your European Education Dreams with Trust Education Foundation - Leading Study Abroad Consultancy in Nepal. Proven Success in Sweden, Finland, Denmark, UK, and Germany. Visit us in New Baneshwor, Kathmandu.\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/trusteducation.net\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Trust Education Foundation\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-07T00:00:23.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"copyright_text\":\"Copyright 2023 Trust Education Foundation Pvt. Ltd. All rights reserved.\",\"content1\":\"Dream Europe Trust Us\",\"content2\":\"\",\"updated_at\":\"2023-08-07 00:01:08\",\"updatedBy\":1}', '2023-08-06 18:16:08', '2023-08-06 18:16:08'),
(NULL, 273, 1, 202308070004348288, 202308070004348288, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal\",\"description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"url1\":\"www.trusteducation.net\",\"url2\":\"\",\"email\":\"info@trusteducation.net\",\"phone\":\"+977-1-4795126\",\"secondary_phone\":\"+9779810330674\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691366331549!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"secondary_logo\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"thumb\":\"storage\\/rosetta\\/files\\/1\\/rosetta-logo.png\",\"icon\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"og_image\":\"storage\\/rosetta\\/files\\/1\\/259868288_128330686291871_7114422059529427874_n.png\",\"no_image\":\"storage\\/rosetta\\/files\\/1\\/icon.png\",\"copyright_text\":\"Copyright 2023 Trust Education Foundation Pvt. Ltd. All rights reserved.\",\"content1\":\"Dream Europe Trust Us\",\"content2\":\"\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"seo_keywords\":\"Study Abroad,Education Consultancy,Trust Education Foundation,European Destinations,Study in Sweden,Study in Finland,Study in Denmark,Study in the UK,Study in Germany,Study in Europe,Study Abroad Nepal,Overseas Education,International Education,Student Counseling,Study Opportunities,Study Abroad Experts,Study Abroad Services,Education Abroad,European Universities,Study Abroad Programs,Student Visa Guidance,Application Assistance,Study Abroad Consultants,Best European Universities,Study Abroad Benefits,European Education System,Scholarships for Study Abroad,Study Abroad Success Stories,Top European Colleges,Study Abroad Application,Study Abroad Requirements,Europe Study Options,Study Abroad Resources,European Study Abroad Consultants,Study Abroad Testimonials,Higher Education in Europe,Study Abroad Process,Study Abroad in English,European Study Abroad Experience,Study Abroad Tips,Student Accommodation Abroad,Study Abroad Scholarships Nepal,Study in Europe for Nepali Students,Study Abroad Admission Assistance,European Study Abroad Opportunities,Study Abroad for Engineering,Medical Education in Europe,Affordable European Universities,Study Abroad for Arts and Humanities,Business Studies in Europe,Study in European Public Universities,European Master\'s Programs,Engineering Universities in Europe,Study Abroad for MBBS,Study in Europe after 12th,European Study Abroad Consultants in Nepal,Study Abroad for MBA,Language Courses in Europe,Study Abroad for Computer Science,Study in Europe vs USA,Study Abroad for Medicine,Study in Europe without IELTS,European Study Abroad Consultation Fees,Study Abroad for International Relations,Study in Europe with Scholarships,Study Abroad for Hospitality Management,European Study Abroad Application Deadlines,Study Abroad for Environmental Science,Study in Europe with Work Opportunities,Study Abroad for Journalism and Media,European Study Abroad Financial Aid,Study Abroad for Architecture,Study in Europe for Indian Students,Study Abroad for Economics,European Study Abroad Cultural Experience,Study Abroad for Psychology,Study in Europe with Low Tuition Fees,Study Abroad for Political Science,European Study Abroad Language Courses,Study Abroad for Social Sciences,Study in Europe with English-taught Programs,Study Abroad for Finance and Accounting,European Study Abroad Internship Opportunities,Study Abroad for Law,Study in Europe with Erasmus Program,Study Abroad for Marketing,European Study Abroad Gap Year Programs,Study Abroad for International Business,Study in Europe with Cultural Exchange,Study Abroad for Art and Design,Study Abroad for Computer Engineering,European Study Abroad Pre-departure Information,Study Abroad for Biotechnology,Study in Europe for Pakistani Students,Study Abroad for Civil Engineering,European Study Abroad Health Insurance,Study Abroad for Environmental Engineering,Study in Europe for Bangladeshi Students,Study Abroad for International Relations,European Study Abroad Virtual Tours\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Trust Education Foundation: Your Gateway to European Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Unlock Your European Education Dreams with Trust Education Foundation - Leading Study Abroad Consultancy in Nepal. Proven Success in Sweden, Finland, Denmark, UK, and Germany. Visit us in New Baneshwor, Kathmandu.\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/trusteducation.net\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Trust Education Foundation\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-07T00:01:08.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"primary_logo\":\"storage\\/trust\\/files\\/1\\/logo_trust.png\",\"secondary_logo\":\"storage\\/trust\\/files\\/1\\/logo_trust.png\",\"thumb\":\"storage\\/trust\\/files\\/1\\/logo_trust.png\",\"icon\":\"storage\\/trust\\/files\\/1\\/logo_trust.png\",\"og_image\":\"storage\\/trust\\/files\\/1\\/218828117_150298630535020_3824628876178638745_n.jpg\",\"no_image\":\"storage\\/trust\\/files\\/1\\/logo_trust.png\",\"updated_at\":\"2023-08-07 00:04:34\",\"updatedBy\":1}', '2023-08-06 18:19:34', '2023-08-06 18:19:34'),
(NULL, 274, 1, 202308070011253484, 202308070011253484, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal\",\"description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"url1\":\"www.trusteducation.net\",\"url2\":\"\",\"email\":\"info@trusteducation.net\",\"phone\":\"+977-1-4795126\",\"secondary_phone\":\"+9779810330674\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691366331549!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/trust\\/files\\/1\\/logo_trust.png\",\"secondary_logo\":\"storage\\/trust\\/files\\/1\\/logo_trust.png\",\"thumb\":\"storage\\/trust\\/files\\/1\\/logo_trust.png\",\"icon\":\"storage\\/trust\\/files\\/1\\/logo_trust.png\",\"og_image\":\"storage\\/trust\\/files\\/1\\/218828117_150298630535020_3824628876178638745_n.jpg\",\"no_image\":\"storage\\/trust\\/files\\/1\\/logo_trust.png\",\"copyright_text\":\"Copyright 2023 Trust Education Foundation Pvt. Ltd. All rights reserved.\",\"content1\":\"Dream Europe Trust Us\",\"content2\":\"\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"seo_keywords\":\"Study Abroad,Education Consultancy,Trust Education Foundation,European Destinations,Study in Sweden,Study in Finland,Study in Denmark,Study in the UK,Study in Germany,Study in Europe,Study Abroad Nepal,Overseas Education,International Education,Student Counseling,Study Opportunities,Study Abroad Experts,Study Abroad Services,Education Abroad,European Universities,Study Abroad Programs,Student Visa Guidance,Application Assistance,Study Abroad Consultants,Best European Universities,Study Abroad Benefits,European Education System,Scholarships for Study Abroad,Study Abroad Success Stories,Top European Colleges,Study Abroad Application,Study Abroad Requirements,Europe Study Options,Study Abroad Resources,European Study Abroad Consultants,Study Abroad Testimonials,Higher Education in Europe,Study Abroad Process,Study Abroad in English,European Study Abroad Experience,Study Abroad Tips,Student Accommodation Abroad,Study Abroad Scholarships Nepal,Study in Europe for Nepali Students,Study Abroad Admission Assistance,European Study Abroad Opportunities,Study Abroad for Engineering,Medical Education in Europe,Affordable European Universities,Study Abroad for Arts and Humanities,Business Studies in Europe,Study in European Public Universities,European Master\'s Programs,Engineering Universities in Europe,Study Abroad for MBBS,Study in Europe after 12th,European Study Abroad Consultants in Nepal,Study Abroad for MBA,Language Courses in Europe,Study Abroad for Computer Science,Study in Europe vs USA,Study Abroad for Medicine,Study in Europe without IELTS,European Study Abroad Consultation Fees,Study Abroad for International Relations,Study in Europe with Scholarships,Study Abroad for Hospitality Management,European Study Abroad Application Deadlines,Study Abroad for Environmental Science,Study in Europe with Work Opportunities,Study Abroad for Journalism and Media,European Study Abroad Financial Aid,Study Abroad for Architecture,Study in Europe for Indian Students,Study Abroad for Economics,European Study Abroad Cultural Experience,Study Abroad for Psychology,Study in Europe with Low Tuition Fees,Study Abroad for Political Science,European Study Abroad Language Courses,Study Abroad for Social Sciences,Study in Europe with English-taught Programs,Study Abroad for Finance and Accounting,European Study Abroad Internship Opportunities,Study Abroad for Law,Study in Europe with Erasmus Program,Study Abroad for Marketing,European Study Abroad Gap Year Programs,Study Abroad for International Business,Study in Europe with Cultural Exchange,Study Abroad for Art and Design,Study Abroad for Computer Engineering,European Study Abroad Pre-departure Information,Study Abroad for Biotechnology,Study in Europe for Pakistani Students,Study Abroad for Civil Engineering,European Study Abroad Health Insurance,Study Abroad for Environmental Engineering,Study in Europe for Bangladeshi Students,Study Abroad for International Relations,European Study Abroad Virtual Tours\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Trust Education Foundation: Your Gateway to European Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Unlock Your European Education Dreams with Trust Education Foundation - Leading Study Abroad Consultancy in Nepal. Proven Success in Sweden, Finland, Denmark, UK, and Germany. Visit us in New Baneshwor, Kathmandu.\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/trusteducation.net\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Trust Education Foundation\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-07T00:04:34.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"primary_logo\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"secondary_logo\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"thumb\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"icon\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"no_image\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"updated_at\":\"2023-08-07 00:11:25\",\"updatedBy\":1}', '2023-08-06 18:26:25', '2023-08-06 18:26:25'),
(NULL, 275, 1, 202308070013168690, 202308070013168690, 'App\\Models\\Customfields', 1, 'update', '{\"customfield_id\":1,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Willing to Study Abroad?\",\"alias\":\"willing-to-study-abroad\",\"text\":\"<p>We have the list of top destinations to select from.<\\/p>\",\"link\":\"\\/studyabroad\",\"fa_icon\":\"icon featured icon-people\",\"logo\":\"storage\\/rosetta\\/files\\/1\\/3.png\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-26T01:32:18.000000Z\",\"updated_at\":\"2023-08-03T23:27:54.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Study in Europe?\",\"text\":\"<p>Studying europe may be one of the most beneficial option for better career.<\\/p>\",\"link\":\"\\/studydestinations\",\"fa_icon\":\"icon flaticon-verify\",\"logo\":\"\",\"updated_at\":\"2023-08-07 00:13:16\",\"updatedBy\":1}', '2023-08-06 18:28:16', '2023-08-06 18:28:16'),
(NULL, 276, 1, 202308070014142094, 202308070014142094, 'App\\Models\\Customfields', 2, 'update', '{\"customfield_id\":2,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Achieve your Dream!\",\"alias\":\"achieve-your-dream\",\"text\":\"<p>We will help you get a step closer toward your dream.<\\/p>\",\"link\":\"\\/success-stories\",\"fa_icon\":\"icon featured icon-pie-chart\",\"logo\":\"storage\\/rosetta\\/files\\/1\\/2.png\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-26T01:50:07.000000Z\",\"updated_at\":\"2023-08-03T23:28:21.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Test Preparation Classes\",\"text\":\"<p>We provide the best in town test preparation classes for IELTS &amp; PTE.<\\/p>\",\"link\":\"\\/preparationclasses\",\"fa_icon\":\"icon flaticon-verify\",\"logo\":\"\",\"updated_at\":\"2023-08-07 00:14:14\",\"updatedBy\":1}', '2023-08-06 18:29:14', '2023-08-06 18:29: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, 277, 1, 202308070016182667, 202308070016182667, 'App\\Models\\Customfields', 4, 'update', '{\"customfield_id\":4,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Offered Services\",\"alias\":\"offered-services\",\"text\":\"<p>We assure you the best services in the town.<\\/p>\",\"link\":\"\\/services\",\"fa_icon\":\"icon featured icon-speedometer\",\"logo\":\"storage\\/rosetta\\/files\\/1\\/4.png\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-26T02:18:40.000000Z\",\"updated_at\":\"2023-08-03T23:28:45.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Trusted by 100s\",\"text\":\"<p>We have fulfilled 100s of dreams true<\\/p>\",\"link\":\"\\/success-stories\",\"fa_icon\":\"icon flaticon-verify\",\"logo\":\"\",\"updated_at\":\"2023-08-07 00:16:18\",\"updatedBy\":1}', '2023-08-06 18:31:18', '2023-08-06 18:31:18'),
(NULL, 278, 1, 202308070016297598, 202308070016297598, 'App\\Models\\Customfields', 7, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:31:29', '2023-08-06 18:31:29'),
(NULL, 279, 1, 202308070016344313, 202308070016344313, 'App\\Models\\Customfields', 6, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:31:34', '2023-08-06 18:31:34'),
(NULL, 280, 1, 202308070016392137, 202308070016392137, 'App\\Models\\Customfields', 5, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:31:39', '2023-08-06 18:31:39'),
(NULL, 281, 1, 202308070016449513, 202308070016449513, 'App\\Models\\Customfields', 3, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:31:44', '2023-08-06 18:31:44'),
(NULL, 282, 1, 202308070017533501, 202308070017533501, 'App\\Models\\Countries', 4, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:32:53', '2023-08-06 18:32:53'),
(NULL, 283, 1, 202308070017584883, 202308070017584883, 'App\\Models\\Countries', 3, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:32:58', '2023-08-06 18:32:58'),
(NULL, 284, 1, 202308070018025961, 202308070018025961, 'App\\Models\\Countries', 1, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:33:02', '2023-08-06 18:33:02'),
(NULL, 285, 1, 202308070019128984, 202308070019128984, 'App\\Models\\Countries', 8, 'create', NULL, '{\"title\":\"Sweden\",\"text\":\"<p>Sweden is a Nordic country in the northern region of Europe. It is inhabited by people who are well known for their kindness and acceptance towards students and migrants from different parts of the world.<\\/p>\",\"details\":\"<p>You bring the ideas, the drive and the inspiration &ndash; We&rsquo;ll teach you how to use them to change the world. When you choose Sweden, You don&rsquo;t just pick a place &ndash; You pick a future. You don&rsquo;t just pick a place &ndash; You pick a future.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/inr-icn-ds.png\",\"alias\":\"sweden\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-07T00:19:12.000000Z\",\"created_at\":\"2023-08-07T00:19:12.000000Z\",\"country_id\":8,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-06 18:34:12', '2023-08-06 18:34:12'),
(NULL, 286, 1, 202308070020169871, 202308070020169871, 'App\\Models\\Countries', 9, 'create', NULL, '{\"title\":\"Denmark\",\"text\":\"<p>The Innovative teaching methods, high-quality English-taught courses and low study costs have made Denmark one of the popular study destinations in the world. The country is opted by the students for the large variety of study programs.<\\/p>\",\"details\":\"<p>Denmark is a nation in the European continent that is situated in the southwest of Sweden and south of Norway, with Germany toward the south. Denmark has a complete size of 42,943 square kilometers. It has an instructive framework just like various top-notch institutions. More than 30 advanced education organizations of Denmark provide more than 500 English-instructed programs. Denmark, like many other nations, is composed of complete research institutions and university colleges that are more practice-oriented.<br \\/>\\r\\nDenmark is a nation of ancient kings and old practices, with an expanded culture established in Nordic customs. Students will find exceptional colleges and university life in Denmark which is completely different from what they have encountered previously. Danish students excel in their studies and partake in festivals and get-togethers to commemorate their culture.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Denmark-01 (1).png\",\"alias\":\"denmark\",\"display_order\":\"8\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-07T00:20:16.000000Z\",\"created_at\":\"2023-08-07T00:20:16.000000Z\",\"country_id\":9,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-06 18:35:16', '2023-08-06 18:35:16'),
(NULL, 287, 1, 202308070021111615, 202308070021111615, 'App\\Models\\Countries', 10, 'create', NULL, '{\"title\":\"UK\",\"text\":\"<p>Studying in the UK offers world-class education, diverse cultural experiences, and opportunities for career development. With top universities and a vibrant student life, it&#39;s an attractive destination for international students.<\\/p>\",\"details\":\"<p>Studying in the UK is an excellent opportunity for international students to pursue their academic goals while experiencing a rich and diverse culture. With a long history of academic excellence and world-renowned universities, the UK has become one of the most popular destinations for students seeking high-quality education. From the bustling city of London to the historic city of Oxford, the UK has a variety of vibrant cities with a range of academic options, including undergraduate, postgraduate, and research programs. Additionally, the UK offers many scholarship opportunities to help support students with their tuition fees and living costs. Studying in the UK can provide students with a valuable and unforgettable experience that will enrich their academic and personal lives.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/uk logo.png\",\"alias\":\"uk\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-07T00:21:11.000000Z\",\"created_at\":\"2023-08-07T00:21:11.000000Z\",\"country_id\":10,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-06 18:36:11', '2023-08-06 18:36:11'),
(NULL, 288, 1, 202308070022101213, 202308070022101213, 'App\\Models\\Countries', 11, 'create', NULL, '{\"title\":\"Norway\",\"text\":\"<p>Norway, a Nordic country located in Northern Europe, with borders to Sweden, Finland, and Russia on the east side is known as the Land of Midnight Sun.<\\/p>\",\"details\":\"<p>Norway is a very popular and great destination for abroad studies. The Norwegian higher education sector is known for its high academic standards with the best universities from around the world such as the University of Oslo, University of Bergen, Norwegian University of Science and Technology, and many more.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Norway.png\",\"alias\":\"norway\",\"display_order\":\"10\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-07T00:22:10.000000Z\",\"created_at\":\"2023-08-07T00:22:10.000000Z\",\"country_id\":11,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-06 18:37:10', '2023-08-06 18:37:10'),
(NULL, 289, 1, 202308070023045119, 202308070023045119, 'App\\Models\\Countries', 12, 'create', NULL, '{\"title\":\"Finland\",\"text\":\"<p>Finland is a Nordic country that is renowned for the best-developed education system in the world as per the Global Competitiveness Report of the World Economic Forum.<\\/p>\",\"details\":\"<p>The education system of the country is the best-developed because it is based on trust in teachers and teacher education. Teachers in the country are highly trusted, and hence there is no system of national evaluation and registration of teachers. Students studying under the educational system are highly valued and are provided with specialized services to meet their special needs and necessities.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Finland-01.png\",\"alias\":\"finland\",\"display_order\":\"11\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-07T00:23:04.000000Z\",\"created_at\":\"2023-08-07T00:23:04.000000Z\",\"country_id\":12,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-06 18:38:04', '2023-08-06 18:38:04'),
(NULL, 290, 1, 202308070023593400, 202308070023593400, 'App\\Models\\Preparationclasses', 3, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:38:59', '2023-08-06 18:38:59'),
(NULL, 291, 1, 202308070024065138, 202308070024065138, 'App\\Models\\Preparationclasses', 4, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:39:06', '2023-08-06 18:39:06'),
(NULL, 292, 1, 202308070024112010, 202308070024112010, 'App\\Models\\Preparationclasses', 5, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:39:11', '2023-08-06 18:39:11'),
(NULL, 293, 1, 202308070024164880, 202308070024164880, 'App\\Models\\Preparationclasses', 6, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:39:16', '2023-08-06 18:39:16'),
(NULL, 294, 1, 202308070024219355, 202308070024219355, 'App\\Models\\Preparationclasses', 7, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:39:21', '2023-08-06 18:39:21'),
(NULL, 295, 1, 202308070024272734, 202308070024272734, 'App\\Models\\Preparationclasses', 8, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:39:27', '2023-08-06 18:39:27'),
(NULL, 296, 1, 202308070024324670, 202308070024324670, 'App\\Models\\Preparationclasses', 9, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 18:39:32', '2023-08-06 18:39:32'),
(NULL, 297, 1, 202308070025225195, 202308070025225195, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS Preparation Classes\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>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<h4>IELTS is an abbreviated form of &lsquo;International English Language Testing System which is:-<\\/h4>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A widely recognized English Language proficiency test.<\\/li>\\r\\n\\t<li>A reliable means of evaluating the English language ability.<\\/li>\\r\\n\\t<li>Jointly managed by university of Cambridge ESOL Examinations, the British Council and IDP Education Pty Limited.<\\/li>\\r\\n\\t<li>Accepted by almost all Australian, British, Canadian, Irish, New Zealand and more than 1800 US academic institutions.<\\/li>\\r\\n\\t<li>Is the only acceptable English test for immigration to Australian.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<ul>\\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:20.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"IELTS\",\"details\":\"<p>IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual&rsquo;s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.<br \\/>\\r\\nYou will take the listening, reading, and writing tests all in one day, one after another, without taking breaks. The speaking test, on the other hand, may be taken the same day or the next day, depending on your test center. The total duration of the test is 2 hours and 45 minutes and is completed in two test sessions: listening, reading, and writing on the first day, followed by the speaking test the next day.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about IELTS before you sit for the test:<\\/strong><br \\/>\\r\\n<strong>Total Band Score for all skills: 9<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for a total of 30 minutes.<br \\/>\\r\\nFour recordings will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nFour articles with a total of 40 questions to be answered Skills like skim reading and logical arguments are tested.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nrequires you to complete two writing tasks and has topics of general interest that you need to write about.<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for approximately 11 to 14 minutes.<br \\/>\\r\\nThe test is recorded and is divided into three parts.<\\/p>\\r\\n\\r\\n<p><strong>Note:&nbsp;<\\/strong><br \\/>\\r\\nA minimum score of 6.5 overall and 5.5 on each band is required to apply for studies in European countries.<br \\/>\\r\\nIELTS Proficiency Test results are valid for 2 years from the date of the exam.<\\/p>\",\"intro\":\"Language proficiency tests check a person\\u2019s ability to use a language. Students aiming to study abroad face little to no problems with the language barrier. It creates a communicative bridge between native speakers and international students.\",\"updated_at\":\"2023-08-07 00:25:22\",\"updatedBy\":1}', '2023-08-06 18:40:22', '2023-08-06 18:40:22'),
(NULL, 298, 1, 202308070026028999, 202308070026028999, 'App\\Models\\Preparationclasses', 2, 'update', '{\"preparationclass_id\":2,\"title\":\"PTE Preparation Classes\",\"alias\":\"pte-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-25T00:00:53.000000Z\",\"updated_at\":\"2023-07-25T00:00:53.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"PTE\",\"details\":\"<p>The Pearson Test of English has become a popular testing system among students applying for international education in recent years. It is a test format that is not manual but rather computer-based.<br \\/>\\r\\nThe system evaluates the language skills of the students. The skills of reading, writing, listening, and speaking are tested. Speaking and writing are two modules that are combined into a single session. However, reading and listening are divided into two different sections. This test has been preferred by the students in recent years because of its reduced rate of bias, which is due to the fact that it is completely computerized.<br \\/>\\r\\nThe duration of the test is only 2 hours and is accomplished in a single test session. An individual giving the PTE test will be assigned a computer and a headset.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about PTE before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 90<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Speaking and Writing Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 67 minutes.<br \\/>\\r\\nhas a total of 8 sections with 28 to 26 questions.<br \\/>\\r\\nconsist of question topics related to personal introduction, reading aloud, repeating sentences, describing images, retelling lectures, answering short questions, summing up written text, and writing an essay.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nIt lasts for an approximate time of 29 to 30 minutes.<br \\/>\\r\\nhas a total of five sections with 13 to 18 questions.<br \\/>\\r\\nIt consists of question topics related to filling in the blanks- reading, and writing multiple choice- multiple answer questions, reordering paragraphs, filling in the blanks- reading, and multiple choice- single answer question.<\\/p>\\r\\n\\r\\n<p><strong>Listening Test:<\\/strong><br \\/>\\r\\nLasts for an approximate time of 30 to 43 minutes.<br \\/>\\r\\nHas a total of 8 sections with 12 to 20 questions.<br \\/>\\r\\nconsist of questions related to summarizing the spoken test, multiple choice- multiple answer questions, fill in the blanks, highlight the correct summary, multiple choice- single answer question, select the missing word, highlight incorrect word and write from dictation.<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nA minimum score of 62 overall and 61 in writing in the PTE test is required to apply for studies in European countries.<br \\/>\\r\\nPTE test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"Language proficiency tests check a person\\u2019s ability to use a language. Students aiming to study abroad face little to no problems with the language barrier. It creates a communicative bridge between native speakers and international students.\",\"updated_at\":\"2023-08-07 00:26:02\",\"updatedBy\":1}', '2023-08-06 18:41:02', '2023-08-06 18:41:02'),
(NULL, 299, 1, 202308070033213456, 202308070033213456, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal\",\"description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"url1\":\"www.trusteducation.net\",\"url2\":\"\",\"email\":\"info@trusteducation.net\",\"phone\":\"+977-1-4795126\",\"secondary_phone\":\"+9779810330674\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691366331549!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"rosettaeducation\",\"insta\":\"rosettaeducation\",\"twitter\":\"\",\"tiktok\":\"rosettaeducation\",\"primary_logo\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"secondary_logo\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"thumb\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"icon\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"og_image\":\"storage\\/trust\\/files\\/1\\/218828117_150298630535020_3824628876178638745_n.jpg\",\"no_image\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"copyright_text\":\"Copyright 2023 Trust Education Foundation Pvt. Ltd. All rights reserved.\",\"content1\":\"Dream Europe Trust Us\",\"content2\":\"\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"seo_keywords\":\"Study Abroad,Education Consultancy,Trust Education Foundation,European Destinations,Study in Sweden,Study in Finland,Study in Denmark,Study in the UK,Study in Germany,Study in Europe,Study Abroad Nepal,Overseas Education,International Education,Student Counseling,Study Opportunities,Study Abroad Experts,Study Abroad Services,Education Abroad,European Universities,Study Abroad Programs,Student Visa Guidance,Application Assistance,Study Abroad Consultants,Best European Universities,Study Abroad Benefits,European Education System,Scholarships for Study Abroad,Study Abroad Success Stories,Top European Colleges,Study Abroad Application,Study Abroad Requirements,Europe Study Options,Study Abroad Resources,European Study Abroad Consultants,Study Abroad Testimonials,Higher Education in Europe,Study Abroad Process,Study Abroad in English,European Study Abroad Experience,Study Abroad Tips,Student Accommodation Abroad,Study Abroad Scholarships Nepal,Study in Europe for Nepali Students,Study Abroad Admission Assistance,European Study Abroad Opportunities,Study Abroad for Engineering,Medical Education in Europe,Affordable European Universities,Study Abroad for Arts and Humanities,Business Studies in Europe,Study in European Public Universities,European Master\'s Programs,Engineering Universities in Europe,Study Abroad for MBBS,Study in Europe after 12th,European Study Abroad Consultants in Nepal,Study Abroad for MBA,Language Courses in Europe,Study Abroad for Computer Science,Study in Europe vs USA,Study Abroad for Medicine,Study in Europe without IELTS,European Study Abroad Consultation Fees,Study Abroad for International Relations,Study in Europe with Scholarships,Study Abroad for Hospitality Management,European Study Abroad Application Deadlines,Study Abroad for Environmental Science,Study in Europe with Work Opportunities,Study Abroad for Journalism and Media,European Study Abroad Financial Aid,Study Abroad for Architecture,Study in Europe for Indian Students,Study Abroad for Economics,European Study Abroad Cultural Experience,Study Abroad for Psychology,Study in Europe with Low Tuition Fees,Study Abroad for Political Science,European Study Abroad Language Courses,Study Abroad for Social Sciences,Study in Europe with English-taught Programs,Study Abroad for Finance and Accounting,European Study Abroad Internship Opportunities,Study Abroad for Law,Study in Europe with Erasmus Program,Study Abroad for Marketing,European Study Abroad Gap Year Programs,Study Abroad for International Business,Study in Europe with Cultural Exchange,Study Abroad for Art and Design,Study Abroad for Computer Engineering,European Study Abroad Pre-departure Information,Study Abroad for Biotechnology,Study in Europe for Pakistani Students,Study Abroad for Civil Engineering,European Study Abroad Health Insurance,Study Abroad for Environmental Engineering,Study in Europe for Bangladeshi Students,Study Abroad for International Relations,European Study Abroad Virtual Tours\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Trust Education Foundation: Your Gateway to European Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Unlock Your European Education Dreams with Trust Education Foundation - Leading Study Abroad Consultancy in Nepal. Proven Success in Sweden, Finland, Denmark, UK, and Germany. Visit us in New Baneshwor, Kathmandu.\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/trusteducation.net\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Trust Education Foundation\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-07T00:11:25.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"fb\":\"https:\\/\\/www.facebook.com\\/trusteducation.com.np\",\"insta\":\"https:\\/\\/www.instagram.com\\/trusteducationfoundation\\/\",\"tiktok\":\"trusteducation\",\"updated_at\":\"2023-08-07 00:33:21\",\"updatedBy\":1}', '2023-08-06 18:48:21', '2023-08-06 18:48:21'),
(NULL, 300, 1, 202308070037537328, 202308070037537328, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal\",\"description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"url1\":\"www.trusteducation.net\",\"url2\":\"\",\"email\":\"info@trusteducation.net\",\"phone\":\"+977-1-4795126\",\"secondary_phone\":\"+9779810330674\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691366331549!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"https:\\/\\/www.facebook.com\\/trusteducation.com.np\",\"insta\":\"https:\\/\\/www.instagram.com\\/trusteducationfoundation\\/\",\"twitter\":\"\",\"tiktok\":\"trusteducation\",\"primary_logo\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"secondary_logo\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"thumb\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"icon\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"og_image\":\"storage\\/trust\\/files\\/1\\/218828117_150298630535020_3824628876178638745_n.jpg\",\"no_image\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"copyright_text\":\"Copyright 2023 Trust Education Foundation Pvt. Ltd. All rights reserved.\",\"content1\":\"Dream Europe Trust Us\",\"content2\":\"\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"seo_keywords\":\"Study Abroad,Education Consultancy,Trust Education Foundation,European Destinations,Study in Sweden,Study in Finland,Study in Denmark,Study in the UK,Study in Germany,Study in Europe,Study Abroad Nepal,Overseas Education,International Education,Student Counseling,Study Opportunities,Study Abroad Experts,Study Abroad Services,Education Abroad,European Universities,Study Abroad Programs,Student Visa Guidance,Application Assistance,Study Abroad Consultants,Best European Universities,Study Abroad Benefits,European Education System,Scholarships for Study Abroad,Study Abroad Success Stories,Top European Colleges,Study Abroad Application,Study Abroad Requirements,Europe Study Options,Study Abroad Resources,European Study Abroad Consultants,Study Abroad Testimonials,Higher Education in Europe,Study Abroad Process,Study Abroad in English,European Study Abroad Experience,Study Abroad Tips,Student Accommodation Abroad,Study Abroad Scholarships Nepal,Study in Europe for Nepali Students,Study Abroad Admission Assistance,European Study Abroad Opportunities,Study Abroad for Engineering,Medical Education in Europe,Affordable European Universities,Study Abroad for Arts and Humanities,Business Studies in Europe,Study in European Public Universities,European Master\'s Programs,Engineering Universities in Europe,Study Abroad for MBBS,Study in Europe after 12th,European Study Abroad Consultants in Nepal,Study Abroad for MBA,Language Courses in Europe,Study Abroad for Computer Science,Study in Europe vs USA,Study Abroad for Medicine,Study in Europe without IELTS,European Study Abroad Consultation Fees,Study Abroad for International Relations,Study in Europe with Scholarships,Study Abroad for Hospitality Management,European Study Abroad Application Deadlines,Study Abroad for Environmental Science,Study in Europe with Work Opportunities,Study Abroad for Journalism and Media,European Study Abroad Financial Aid,Study Abroad for Architecture,Study in Europe for Indian Students,Study Abroad for Economics,European Study Abroad Cultural Experience,Study Abroad for Psychology,Study in Europe with Low Tuition Fees,Study Abroad for Political Science,European Study Abroad Language Courses,Study Abroad for Social Sciences,Study in Europe with English-taught Programs,Study Abroad for Finance and Accounting,European Study Abroad Internship Opportunities,Study Abroad for Law,Study in Europe with Erasmus Program,Study Abroad for Marketing,European Study Abroad Gap Year Programs,Study Abroad for International Business,Study in Europe with Cultural Exchange,Study Abroad for Art and Design,Study Abroad for Computer Engineering,European Study Abroad Pre-departure Information,Study Abroad for Biotechnology,Study in Europe for Pakistani Students,Study Abroad for Civil Engineering,European Study Abroad Health Insurance,Study Abroad for Environmental Engineering,Study in Europe for Bangladeshi Students,Study Abroad for International Relations,European Study Abroad Virtual Tours\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Trust Education Foundation: Your Gateway to European Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Unlock Your European Education Dreams with Trust Education Foundation - Leading Study Abroad Consultancy in Nepal. Proven Success in Sweden, Finland, Denmark, UK, and Germany. Visit us in New Baneshwor, Kathmandu.\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/trusteducation.net\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Trust Education Foundation\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-07T00:33:21.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"content2\":\"We help students achieve their international education goals with personalized guidance and support for study abroad programs, including application assistance, visa counseling, and academic planning.\",\"updated_at\":\"2023-08-07 00:37:53\",\"updatedBy\":1}', '2023-08-06 18:52:53', '2023-08-06 18:52:53'),
(NULL, 301, 1, 202308070043006764, 202308070043006764, 'App\\Models\\Customfields', 4, 'update', '{\"customfield_id\":4,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Trusted by 100s\",\"alias\":\"offered-services\",\"text\":\"<p>We have fulfilled 100s of dreams true<\\/p>\",\"link\":\"\\/success-stories\",\"fa_icon\":\"icon flaticon-verify\",\"logo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-26T02:18:40.000000Z\",\"updated_at\":\"2023-08-07T00:16:18.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"customfield_for\":\"View Stories\",\"updated_at\":\"2023-08-07 00:43:00\",\"updatedBy\":1}', '2023-08-06 18:58:00', '2023-08-06 18:58:00'),
(NULL, 302, 1, 202308070043433433, 202308070043433433, 'App\\Models\\Customfields', 1, 'update', '{\"customfield_id\":1,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Study in Europe?\",\"alias\":\"willing-to-study-abroad\",\"text\":\"<p>Studying europe may be one of the most beneficial option for better career.<\\/p>\",\"link\":\"\\/studydestinations\",\"fa_icon\":\"icon flaticon-verify\",\"logo\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-26T01:32:18.000000Z\",\"updated_at\":\"2023-08-07T00:13:16.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"customfield_for\":\"See options\",\"updated_at\":\"2023-08-07 00:43:43\",\"updatedBy\":1}', '2023-08-06 18:58:43', '2023-08-06 18:58:43'),
(NULL, 303, 1, 202308070044106091, 202308070044106091, 'App\\Models\\Customfields', 2, 'update', '{\"customfield_id\":2,\"customfield_for\":\"\",\"customfield_forref\":\"\",\"title\":\"Test Preparation Classes\",\"alias\":\"achieve-your-dream\",\"text\":\"<p>We provide the best in town test preparation classes for IELTS &amp; PTE.<\\/p>\",\"link\":\"\\/preparationclasses\",\"fa_icon\":\"icon flaticon-verify\",\"logo\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-26T01:50:07.000000Z\",\"updated_at\":\"2023-08-07T00:14:14.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"customfield_for\":\"View Classes\",\"updated_at\":\"2023-08-07 00:44:10\",\"updatedBy\":1}', '2023-08-06 18:59:10', '2023-08-06 18:59:10'),
(NULL, 304, 1, 202308070045347888, 202308070045347888, 'App\\Models\\Customfields', 4, 'update', '{\"customfield_id\":4,\"customfield_for\":\"View Stories\",\"customfield_forref\":\"\",\"title\":\"Trusted by 100s\",\"alias\":\"offered-services\",\"text\":\"<p>We have fulfilled 100s of dreams true<\\/p>\",\"link\":\"\\/success-stories\",\"fa_icon\":\"icon flaticon-verify\",\"logo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-26T02:18:40.000000Z\",\"updated_at\":\"2023-08-07T00:43:00.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>We have fulfilled 100s of dreams true. Your&#39;s one can also be true.<\\/p>\",\"updated_at\":\"2023-08-07 00:45:34\",\"updatedBy\":1}', '2023-08-06 19:00:34', '2023-08-06 19:00:34'),
(NULL, 305, 1, 202308070538547834, 202308070538547834, 'App\\Models\\Countryarticles', 1, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 23:53:54', '2023-08-06 23:53:54'),
(NULL, 306, 1, 202308070539006434, 202308070539006434, 'App\\Models\\Countryarticles', 3, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 23:54:00', '2023-08-06 23:54:00'),
(NULL, 307, 1, 202308070539035652, 202308070539035652, 'App\\Models\\Countryarticles', 2, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 23:54:03', '2023-08-06 23:54:03'),
(NULL, 308, 1, 202308070539074388, 202308070539074388, 'App\\Models\\Countryarticles', 4, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 23:54:07', '2023-08-06 23:54:07'),
(NULL, 309, 1, 202308070539106385, 202308070539106385, 'App\\Models\\Countryarticles', 5, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 23:54:10', '2023-08-06 23:54:10'),
(NULL, 310, 1, 202308070539144127, 202308070539144127, 'App\\Models\\Countryarticles', 6, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 23:54:14', '2023-08-06 23:54:14'),
(NULL, 311, 1, 202308070539184088, 202308070539184088, 'App\\Models\\Countryarticles', 7, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 23:54:18', '2023-08-06 23:54:18'),
(NULL, 312, 1, 202308070539227995, 202308070539227995, 'App\\Models\\Countryarticles', 8, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 23:54:22', '2023-08-06 23:54:22'),
(NULL, 313, 1, 202308070539256696, 202308070539256696, 'App\\Models\\Countryarticles', 9, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 23:54:25', '2023-08-06 23:54:25'),
(NULL, 314, 1, 202308070539298306, 202308070539298306, 'App\\Models\\Countryarticles', 10, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-06 23:54:29', '2023-08-06 23:54:29'),
(NULL, 315, 1, 202308070540367264, 202308070540367264, 'App\\Models\\Countryarticles', 1, 'create', NULL, '{\"title\":\"Fundamentals of Sweden\",\"text\":\"<p>Sweden is a country in northern Europe and the largest and most populous country in the Nordic region. It borders Norway to the west and north, Finland to the east, and is connected to Denmark in the southwest. The capital and largest city of Sweden is Stockholm. The current population of Sweden is about 10.42 million, with nearly 2.4 million of them living in and around Stockholm. The highest concentration of population is in the central and southern parts of the country. Larger parts of this country have a temperate climate, but the mountainous area in the north has a subarctic climate.<br \\/>\\r\\nSweden is a great destination for international students. There are several different universities and colleges, among which some are ranked the highest in the world; the oldest and largest of which are situated at Uppsala University, Lund University, Gothenburg University, and Stockholm University.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"8\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"fundamentals-of-sweden\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-07T05:40:36.000000Z\",\"created_at\":\"2023-08-07T05:40:36.000000Z\",\"article_id\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-06 23:55:36', '2023-08-06 23:55:36'),
(NULL, 316, 1, 202308071040213247, 202308071040213247, 'App\\Models\\Countryarticles', 2, 'create', NULL, '{\"title\":\"Why Sweden\",\"text\":\"<p>Sweden is an excellent study destination due to the presence of world-class universities and a cutting-edge education system. Most universities in Sweden offer a large range of international study programs where the language is used for teaching instructions. Most people in Sweden speak English, so students need not worry about language barrier issues.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>World Ranked Education System:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Despite its relatively small population of 10.42 million, Sweden is the home of some of the world&rsquo;s best universities. The teaching model applied at Swedish universities is based on the motto &ldquo;freedom with responsibility&rdquo; and promotes critical thinking. Students of all backgrounds are welcome, regardless of gender, religion, home country, or socioeconomic background. There is no age limit at Swedish universities or colleges, resulting in a lifelong opportunity for higher studies.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Work Opportunity for Students:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Sweden grants international students the right to work while they study. Students applying for higher education in Sweden can work full time, as there are no work restrictions. Although it is important to keep in mind that you will be expected to spend approximately forty hours per week attending lectures, reading, studying, and working on assignments, even dependents can apply together, and their spouses and dependents will receive free education and healthcare.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Equal Focus on Every Course:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Swedish universities provide a wide range of courses&mdash;design, management, physiology, and business are some of the many. You will be exposed to real-world living and problems, but also independence and critical thinking, observing close cooperation between industries and academics, and conducting investigative research. They focus on prioritizing logic and educating students on how to put their knowledge into practice.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Students are Prioritized at an Individual level:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The emphasis of Swedish universities is on invention and application. The professors intend to know and guide you to put your knowledge into practice. You will also personally have to show that you know what you are doing and how to use it and put your hard work into it. Even your justifiable study gap is accepted by the universities and colleges. Sweden is a safe study destination for students with opportunities at world-ranked universities with an outstanding educational system.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Scholarship Availability:&nbsp;<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>A substantial number of Swedish universities offer scholarships in the form of tuition waivers to international students. Additionally, financial exemptions for international students are also available, which are granted either by the Swedish government or specific colleges if a student is eligible.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Students Are Prioritized At An Individual Level:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The emphasis of Swedish universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put your hard work into it. Universities and colleges will accept your justifiable study gap. Sweden is a safe study destination for students, with opportunities at world-ranked universities and an outstanding educational system.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>You Can Apply With Your Spouse And Child:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>As a student who is aiming to go to Sweden for higher studies but is thinking of taking your spouse or child along with you, you do not have to worry. Sweden has a lot of benefits for taking your spouse and child as dependents along with you on your student visa. Education and healthcare facilities are absolutely free for your dependents in Sweden. This could prove to be a lifetime opportunity for you to settle with your family in Sweden after finishing your studies. However, your child has to be under the age of 18, and you have to present a separate set of documents and funds to go this route.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"8\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"why-sweden\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-07T10:40:21.000000Z\",\"created_at\":\"2023-08-07T10:40:21.000000Z\",\"article_id\":2,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-07 04:55:21', '2023-08-07 04:55:21'),
(NULL, 317, 1, 202308091256576226, 202308091256576226, 'App\\Models\\Articles', 7, 'update', '{\"article_id\":7,\"parent_article\":0,\"title\":\"Message From MD\",\"alias\":\"message-from-md\",\"text\":\"<p><img alt=\\\"\\\" src=\\\"storage\\/rosetta\\/photos\\/1\\/md-photo1.jpg\\\" style=\\\"float:left; height:480px; margin:10px; width:497px\\\" \\/>Rosetta Education International is an ambitious service providing agency rendering assistance in abroad educational consultation. This has been initiated to provide service to Nepalese students willing to study in Australia, USA, UK, Canada or any other popular educational destination. We have brought various abroad study related services and hand worthy guides to provide trustworthy counseling to the students who wish to ensure their career and success in abroad studies. We intend to help the students to pursue their long woven dream of furthering the academic and career oriented growth in their dream destination for abroad studies. We assure to render the quality service for the achievement of our students&rsquo; fortified goal.<\\/p>\\r\\n\\r\\n<p>We are a team of individuals who have garnered all necessary information and are updated with the policies and rules and regulations in practice in the country. The experts we have with us are proven to have been able to provide such service with effective execution and in desired result producing way. We are passionate about helping genuine and forward seeking Nepalese students in selecting the appropriate professional courses in the well accredited educational institutions which would be helpful to further their prolonged professional stay in the country to attain their career goal.<\\/p>\\r\\n\\r\\n<p>I, representing Rosetta Education International, would like to extend my heartfelt gratitude and adherence to all the students, guardians and parents, service seekers, clients and well wishers for accompanying us in our mission forwarding the hand of support with heart of faith. I would like to assure the provision of quality and remarkable service to our students and service seekers.<\\/p>\",\"cover_photo\":\"storage\\/rosetta\\/files\\/1\\/Company-Profile.png\",\"thumb\":\"\",\"display_order\":7,\"status\":1,\"created_at\":\"2023-07-25T01:09:10.000000Z\",\"updated_at\":\"2023-08-06T01:36:17.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Trust Education came together when an entrepreneur had a vision to create a bridge between young potential learners and the best available educational opportunities around the world. Trust stands tall after a series of hits and trials to find the best study route for potential youths willing to study abroad. The Trust Education Foundation was founded and officially registered in 2014 and has proudly been successful in directing the students towards recognizing their best potential with the help of its best counseling team.<\\/p>\\r\\n\\r\\n<p>TEF promotes world-class education in European countries, including the UK, Norway, Sweden, Denmark, and Finland. Unlike other education consulting platforms, the uniqueness of TEF is reflected in the choice of non-commercialized Northern European countries proven to be very reliable with top-ranked universities and globally recognized degrees. Trust and its team of counselors have always been focused on identifying the skills and hidden potentials of students and helping them find the best destination country, university, and study courses that will uplift them in the long run.<\\/p>\\r\\n\\r\\n<p>Trust truly believes that it has the utmost experience in finding the right balance between the demand of the educational market and the best interests of students. Working with the same vision all the way from 2014 to this date, the company has been successful in securing the educational futures of at least 200 Nepali and South Asian students each year.<\\/p>\\r\\n\\r\\n<p>Furthermore, Trust has been giving students an experience of the entire process, from figuring out their best pathways through career counseling to reaching their destination country and everything in between. The company has also initiated test preparation classes, an admission application review system, students&rsquo; assessment services, and mandatory pre-departure orientation classes for the students who have dreamed of getting higher education in European institutions.<\\/p>\\r\\n\\r\\n<p>The company has amplified its business direction by forming an authorized student enrollment partner for international institutions that wish to enroll students in and out of&nbsp;&nbsp;Nepal. Trust has been and will continue to work with its strong vision to bridge the gap between international education institutions and students seeking higher education abroad.<\\/p>\",\"cover_photo\":\"\",\"updated_at\":\"2023-08-09 12:56:57\",\"updatedBy\":1}', '2023-08-09 07:11:57', '2023-08-09 07:11:57');
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, 318, 1, 202308091257528352, 202308091257528352, 'App\\Models\\Articles', 7, 'update', '{\"article_id\":7,\"parent_article\":0,\"title\":\"Message From MD\",\"alias\":\"message-from-md\",\"text\":\"<p>Trust Education came together when an entrepreneur had a vision to create a bridge between young potential learners and the best available educational opportunities around the world. Trust stands tall after a series of hits and trials to find the best study route for potential youths willing to study abroad. The Trust Education Foundation was founded and officially registered in 2014 and has proudly been successful in directing the students towards recognizing their best potential with the help of its best counseling team.<\\/p>\\r\\n\\r\\n<p>TEF promotes world-class education in European countries, including the UK, Norway, Sweden, Denmark, and Finland. Unlike other education consulting platforms, the uniqueness of TEF is reflected in the choice of non-commercialized Northern European countries proven to be very reliable with top-ranked universities and globally recognized degrees. Trust and its team of counselors have always been focused on identifying the skills and hidden potentials of students and helping them find the best destination country, university, and study courses that will uplift them in the long run.<\\/p>\\r\\n\\r\\n<p>Trust truly believes that it has the utmost experience in finding the right balance between the demand of the educational market and the best interests of students. Working with the same vision all the way from 2014 to this date, the company has been successful in securing the educational futures of at least 200 Nepali and South Asian students each year.<\\/p>\\r\\n\\r\\n<p>Furthermore, Trust has been giving students an experience of the entire process, from figuring out their best pathways through career counseling to reaching their destination country and everything in between. The company has also initiated test preparation classes, an admission application review system, students&rsquo; assessment services, and mandatory pre-departure orientation classes for the students who have dreamed of getting higher education in European institutions.<\\/p>\\r\\n\\r\\n<p>The company has amplified its business direction by forming an authorized student enrollment partner for international institutions that wish to enroll students in and out of&nbsp;&nbsp;Nepal. Trust has been and will continue to work with its strong vision to bridge the gap between international education institutions and students seeking higher education abroad.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":7,\"status\":1,\"created_at\":\"2023-07-25T01:09:10.000000Z\",\"updated_at\":\"2023-08-09T12:56:57.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/professional.jpg\",\"updated_at\":\"2023-08-09 12:57:52\",\"updatedBy\":1}', '2023-08-09 07:12:52', '2023-08-09 07:12:52'),
(NULL, 319, 1, 202308091344335787, 202308091344335787, 'App\\Models\\Contacts', 1, 'update', '{\"contact_id\":1,\"forms_id\":6,\"branches_id\":0,\"name\":\"Rosetta Education International Pvt. Ltd.\",\"tagline\":\"Govt. Licence No.: 711\\/064\\/065\",\"address\":\"Hari Ratna Plaza, New Baneshwor, Kathmandu, Nepal\",\"tel\":\"+977-1-4560413\",\"fax\":\"\",\"email1\":\"info@rosettaeducation.com\",\"email2\":\"info@rosettaeducation.com\",\"website\":\"https:\\/\\/rosettaeducation.com\\/\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m18!1m12!1m3!1d3532.901883924562!2d85.33300147521676!3d27.689427226282096!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1907b5c39355%3A0xd75e074d65d0b25d!2sRosetta%20Education%20International%20Pvt.%20Ltd.!5e0!3m2!1sen!2snp!4v1690826110889!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"facebook\":\"rosettaeducation\",\"hp1\":\"+977 9851200413\",\"hp2\":\"\",\"display_order\":1,\"status\":1,\"remarks\":\"\",\"created_at\":null,\"updated_at\":\"2023-08-06T02:26:29.000000Z\",\"createdby\":null,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"name\":\"Trust Education Foundation Pvt. Ltd.\",\"tagline\":\"\",\"address\":\"New Baneshwor Road, Opposite Krishna Sadan Kathmandu, Nepal 44600\",\"tel\":\"01-4795126\",\"email1\":\"info@trusteducation.net\",\"email2\":\"info@trusteducation.net\",\"website\":\"https:\\/\\/trusteducation.net\\/\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691588651293!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"facebook\":\"trusteducation\",\"updated_at\":\"2023-08-09 13:44:33\",\"updatedBy\":1}', '2023-08-09 07:59:33', '2023-08-09 07:59:33'),
(NULL, 320, 1, 202308111018023868, 202308111018023868, 'App\\Models\\Contacts', 1, 'update', '{\"contact_id\":1,\"forms_id\":6,\"branches_id\":0,\"name\":\"Trust Education Foundation Pvt. Ltd.\",\"tagline\":\"\",\"address\":\"New Baneshwor Road, Opposite Krishna Sadan Kathmandu, Nepal 44600\",\"tel\":\"01-4795126\",\"fax\":\"\",\"email1\":\"info@trusteducation.net\",\"email2\":\"info@trusteducation.net\",\"website\":\"https:\\/\\/trusteducation.net\\/\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691588651293!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"facebook\":\"trusteducation\",\"hp1\":\"+977 9851200413\",\"hp2\":\"\",\"display_order\":1,\"status\":1,\"remarks\":\"\",\"created_at\":null,\"updated_at\":\"2023-08-09T13:44:33.000000Z\",\"createdby\":null,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"tel\":\"+977 9851200413\",\"hp1\":\"01-4795126\",\"updated_at\":\"2023-08-11 10:18:02\",\"updatedBy\":1}', '2023-08-11 04:33:02', '2023-08-11 04:33:02'),
(NULL, 321, 1, 202308111020385046, 202308111020385046, 'App\\Models\\Blogs', 17, 'create', NULL, '{\"title\":\"Know why Sweden\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"alias\":\"know-why-sweden\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T10:20:38.000000Z\",\"created_at\":\"2023-08-11T10:20:38.000000Z\",\"blog_id\":17,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 04:35:38', '2023-08-11 04:35:38'),
(NULL, 322, 1, 202308111021108982, 202308111021108982, 'App\\Models\\Blogs', 18, 'create', NULL, '{\"title\":\"regwrg\",\"text\":\"<p>rgwr<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"alias\":\"regwrg\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T10:21:10.000000Z\",\"created_at\":\"2023-08-11T10:21:10.000000Z\",\"blog_id\":18,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 04:36:10', '2023-08-11 04:36:10'),
(NULL, 323, 1, 202308111021232092, 202308111021232092, 'App\\Models\\Blogs', 19, 'create', NULL, '{\"title\":\"erhrwh\",\"text\":\"<p>rhwrh<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"alias\":\"erhrwh\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T10:21:23.000000Z\",\"created_at\":\"2023-08-11T10:21:23.000000Z\",\"blog_id\":19,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 04:36:23', '2023-08-11 04:36:23'),
(NULL, 324, 1, 202308111022051733, 202308111022051733, 'App\\Models\\Blogs', 17, 'update', '{\"blog_id\":17,\"parent_blog\":0,\"title\":\"Know why Sweden\",\"alias\":\"know-why-sweden\",\"text\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"display_order\":1,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:20:38.000000Z\",\"updated_at\":\"2023-08-11T10:21:17.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Know why Sweden is one of the best destinations for higher level of education.\",\"text\":\"<h3>1. &nbsp;Think more creatively&nbsp;<\\/h3>\\r\\n\\r\\n<p>A university professor was once quoted as saying that university doesn&rsquo;t teach you to do a job; it is meant to teach you how to think. But, how is it teaching you to think? For the majority of the world&rsquo;s universities, this means teaching you to think critically. This is not the same as learning to think for yourself. You are taught to think critically according to the method that your professor believes in. You will see this anytime you question their methods.&nbsp;<\\/p>\\r\\n\\r\\n<p>Universities in Sweden take a much different approach. They teach you to think critically like any other university. But it is the framework around this that is much different. You are also taught to think independently and creatively.&nbsp;<\\/p>\\r\\n\\r\\n<p>You are encouraged to not just question the non-academic world. You are taught to question everything. This gives you the ability to look at the whole world differently. It also changes the ideas that you come to.&nbsp;<\\/p>\\r\\n\\r\\n<p>You are not looking at the world like it is wrong and you have been taught the proper way. You simply look at the world and ask, &ldquo;Is there a better way?&rdquo; This more creative and less judgemental method produces new ideas, not just griping about the world. This method of teaching is the main reason that Sweden consistently ranks among the most innovative countries.&nbsp;<\\/p>\\r\\n\\r\\n<h3>2. Be challenged for a reason<\\/h3>\\r\\n\\r\\n<p>There are many horror stories of university courses that are difficult. University is supposed to challenge you. But, the common practice of using certain courses to simply weed people out serves little purpose. Universities in Sweden are challenging, but they build this challenge around making you the best you can be, not just to see how much they can put you through.<\\/p>\\r\\n\\r\\n<p>The difference that this makes is easy to see. Overall, Sweden&rsquo;s system of education is ranked among the top systems in the world. Sweden is also home to several secondary schools that are individually ranked among the world&rsquo;s best. These rankings are not from Sweden itself. They are conducted by independent international organizations.<\\/p>\\r\\n\\r\\n<p>Another factor that makes universities in Sweden stand out is the focus of every course. They don&rsquo;t just focus on completing credits to get a degree. They are focused on reasoning, rationality, and most importantly, application. This is in contrast to the quote that we discussed earlier. Universities in Sweden don&rsquo;t just teach you how to think. They teach you how to apply your knowledge.<\\/p>\\r\\n\\r\\n<h3>3. You don&rsquo;t just sit in class<\\/h3>\\r\\n\\r\\n<p>A student sitting in class just to get a credit is seen throughout the world. Unfortunately, many professors are so engrossed in lecturing that they don&rsquo;t notice. They may not even care, because they just like to hear themselves talk and\\/or proving how smart they are.&nbsp;<\\/p>\\r\\n\\r\\n<p>You will not find this at universities in Sweden. As we mentioned, the focus is more on innovation and application. Professors want to know that you are not just learning but are able to apply your learning. They require you to participate. You will be required to demonstrate your knowledge and ability to use it.&nbsp;<\\/p>\\r\\n\\r\\n<h3>4. Focus on environmental sustainability&nbsp;<\\/h3>\\r\\n\\r\\n<p>A huge focus and global concern right now is on environmental sustainability. Sweden is one of the countries that has made this a priority. Just like our focus on applying knowledge, our country and its citizens take this very seriously. If you are interested in furthering the cause of going green then you will find many kindred souls here.&nbsp;<\\/p>\\r\\n\\r\\n<p>The focus on sustainability can be seen in Sweden&rsquo;s rankings. We were named the #1 in sustainability among every country in the world. This is due to multiple advances that the country has made. Focus has been given to controlling greenhouse gas emissions and building more avenues for sustainable energy.&nbsp;<\\/p>\\r\\n\\r\\n<h3>5. It&rsquo;s easy to apply&nbsp;<\\/h3>\\r\\n\\r\\n<p>Students from around the world used to be able to study in Sweden tuition-free, until recently. However, in 2010, the government passed a new law, that has altered the payment structure for international students from outside the EU\\/EAA. The new structure includes both the tuition fees and the application fees.<\\/p>\\r\\n\\r\\n<p>The change has also been accompanied by many scholarships that are available to help students cover their tuition fees. Scholarship opportunities include financial waivers for international students, with scholarships offered both by the Swedish government and by individual universities in Sweden.<\\/p>\\r\\n\\r\\n<p>There are no age limits when it comes to the university entrance exam, called SweSAT (or&nbsp;H&ouml;gskoleprovet&nbsp;in Swedish), and there is no need to be a Swedish citizen. However, you must meet the required permissions to apply to the course or program.&nbsp;<\\/p>\\r\\n\\r\\n<h3>6. Experience true diversity<\\/h3>\\r\\n\\r\\n<p>Diversity is another major issue in our world today. Over the last century, technology made it easier to travel around the world. This also brings us into daily contact with more cultures than ever before. It is crucial that we learn not just to promote diversity but be comfortable with it.&nbsp;<\\/p>\\r\\n\\r\\n<p>Sweden is a very diverse country. But, it doesn&rsquo;t just allow diversity. Like everything else we have looked at, Sweden works hard to promote diversity. Sweden has consistently ranked among the best countries for equality in the world. It is also ranked among the best in gender equality and LGBT rights. This is due to Sweden&rsquo;s overall progressive attitude.&nbsp;<\\/p>\\r\\n\\r\\n<p>It is not difficult to see the focus of most universities. They are focused on graduating students that think like the university wants them to. The only consideration that is given to job preparation is offering job placement help. But, the large percentage of these graduates that have trouble finding a job shows that they are not viewed as career-ready.&nbsp;<\\/p>\\r\\n\\r\\n<p>Universities in Sweden possess a much different record. If you ask CEOs around the world what one characteristic they value the most, then most of them will say creativity. This is what is missing from most universities. It is the one thing that Sweden gives to every student. You also learn actual skills that are in demand right now. You are ready to solve problems. You aren&rsquo;t just taught to think creatively. You are also taught how to use this creativity. Graduates of Sweden&rsquo;s universities are known as problem solvers. &nbsp;<\\/p>\\r\\n\\r\\n<p>By this point, you should fully understand why so many international students choose to study in Sweden. The difference is seen in how high our schools rank. But, you now understand why. Our universities don&rsquo;t just focus on giving you general knowledge. They focus on creativity and how to apply this knowledge. This makes you ready for a job at graduation. As you decide where to go to university, we ask you to keep in mind these six reasons to study in Sweden.<\\/p>\\r\\n\\r\\n<p>Source:&nbsp;https:\\/\\/www.topuniversities.com\\/blog\\/6-reasons-study-sweden<\\/p>\",\"updated_at\":\"2023-08-11 10:22:05\",\"updatedBy\":1}', '2023-08-11 04:37:05', '2023-08-11 04:37:05'),
(NULL, 325, 1, 202308111023047942, 202308111023047942, 'App\\Models\\Blogs', 17, 'update', '{\"blog_id\":17,\"parent_blog\":0,\"title\":\"Know why Sweden is one of the best destinations for higher level of education.\",\"alias\":\"know-why-sweden\",\"text\":\"<h3>1. &nbsp;Think more creatively&nbsp;<\\/h3>\\r\\n\\r\\n<p>A university professor was once quoted as saying that university doesn&rsquo;t teach you to do a job; it is meant to teach you how to think. But, how is it teaching you to think? For the majority of the world&rsquo;s universities, this means teaching you to think critically. This is not the same as learning to think for yourself. You are taught to think critically according to the method that your professor believes in. You will see this anytime you question their methods.&nbsp;<\\/p>\\r\\n\\r\\n<p>Universities in Sweden take a much different approach. They teach you to think critically like any other university. But it is the framework around this that is much different. You are also taught to think independently and creatively.&nbsp;<\\/p>\\r\\n\\r\\n<p>You are encouraged to not just question the non-academic world. You are taught to question everything. This gives you the ability to look at the whole world differently. It also changes the ideas that you come to.&nbsp;<\\/p>\\r\\n\\r\\n<p>You are not looking at the world like it is wrong and you have been taught the proper way. You simply look at the world and ask, &ldquo;Is there a better way?&rdquo; This more creative and less judgemental method produces new ideas, not just griping about the world. This method of teaching is the main reason that Sweden consistently ranks among the most innovative countries.&nbsp;<\\/p>\\r\\n\\r\\n<h3>2. Be challenged for a reason<\\/h3>\\r\\n\\r\\n<p>There are many horror stories of university courses that are difficult. University is supposed to challenge you. But, the common practice of using certain courses to simply weed people out serves little purpose. Universities in Sweden are challenging, but they build this challenge around making you the best you can be, not just to see how much they can put you through.<\\/p>\\r\\n\\r\\n<p>The difference that this makes is easy to see. Overall, Sweden&rsquo;s system of education is ranked among the top systems in the world. Sweden is also home to several secondary schools that are individually ranked among the world&rsquo;s best. These rankings are not from Sweden itself. They are conducted by independent international organizations.<\\/p>\\r\\n\\r\\n<p>Another factor that makes universities in Sweden stand out is the focus of every course. They don&rsquo;t just focus on completing credits to get a degree. They are focused on reasoning, rationality, and most importantly, application. This is in contrast to the quote that we discussed earlier. Universities in Sweden don&rsquo;t just teach you how to think. They teach you how to apply your knowledge.<\\/p>\\r\\n\\r\\n<h3>3. You don&rsquo;t just sit in class<\\/h3>\\r\\n\\r\\n<p>A student sitting in class just to get a credit is seen throughout the world. Unfortunately, many professors are so engrossed in lecturing that they don&rsquo;t notice. They may not even care, because they just like to hear themselves talk and\\/or proving how smart they are.&nbsp;<\\/p>\\r\\n\\r\\n<p>You will not find this at universities in Sweden. As we mentioned, the focus is more on innovation and application. Professors want to know that you are not just learning but are able to apply your learning. They require you to participate. You will be required to demonstrate your knowledge and ability to use it.&nbsp;<\\/p>\\r\\n\\r\\n<h3>4. Focus on environmental sustainability&nbsp;<\\/h3>\\r\\n\\r\\n<p>A huge focus and global concern right now is on environmental sustainability. Sweden is one of the countries that has made this a priority. Just like our focus on applying knowledge, our country and its citizens take this very seriously. If you are interested in furthering the cause of going green then you will find many kindred souls here.&nbsp;<\\/p>\\r\\n\\r\\n<p>The focus on sustainability can be seen in Sweden&rsquo;s rankings. We were named the #1 in sustainability among every country in the world. This is due to multiple advances that the country has made. Focus has been given to controlling greenhouse gas emissions and building more avenues for sustainable energy.&nbsp;<\\/p>\\r\\n\\r\\n<h3>5. It&rsquo;s easy to apply&nbsp;<\\/h3>\\r\\n\\r\\n<p>Students from around the world used to be able to study in Sweden tuition-free, until recently. However, in 2010, the government passed a new law, that has altered the payment structure for international students from outside the EU\\/EAA. The new structure includes both the tuition fees and the application fees.<\\/p>\\r\\n\\r\\n<p>The change has also been accompanied by many scholarships that are available to help students cover their tuition fees. Scholarship opportunities include financial waivers for international students, with scholarships offered both by the Swedish government and by individual universities in Sweden.<\\/p>\\r\\n\\r\\n<p>There are no age limits when it comes to the university entrance exam, called SweSAT (or&nbsp;H&ouml;gskoleprovet&nbsp;in Swedish), and there is no need to be a Swedish citizen. However, you must meet the required permissions to apply to the course or program.&nbsp;<\\/p>\\r\\n\\r\\n<h3>6. Experience true diversity<\\/h3>\\r\\n\\r\\n<p>Diversity is another major issue in our world today. Over the last century, technology made it easier to travel around the world. This also brings us into daily contact with more cultures than ever before. It is crucial that we learn not just to promote diversity but be comfortable with it.&nbsp;<\\/p>\\r\\n\\r\\n<p>Sweden is a very diverse country. But, it doesn&rsquo;t just allow diversity. Like everything else we have looked at, Sweden works hard to promote diversity. Sweden has consistently ranked among the best countries for equality in the world. It is also ranked among the best in gender equality and LGBT rights. This is due to Sweden&rsquo;s overall progressive attitude.&nbsp;<\\/p>\\r\\n\\r\\n<p>It is not difficult to see the focus of most universities. They are focused on graduating students that think like the university wants them to. The only consideration that is given to job preparation is offering job placement help. But, the large percentage of these graduates that have trouble finding a job shows that they are not viewed as career-ready.&nbsp;<\\/p>\\r\\n\\r\\n<p>Universities in Sweden possess a much different record. If you ask CEOs around the world what one characteristic they value the most, then most of them will say creativity. This is what is missing from most universities. It is the one thing that Sweden gives to every student. You also learn actual skills that are in demand right now. You are ready to solve problems. You aren&rsquo;t just taught to think creatively. You are also taught how to use this creativity. Graduates of Sweden&rsquo;s universities are known as problem solvers. &nbsp;<\\/p>\\r\\n\\r\\n<p>By this point, you should fully understand why so many international students choose to study in Sweden. The difference is seen in how high our schools rank. But, you now understand why. Our universities don&rsquo;t just focus on giving you general knowledge. They focus on creativity and how to apply this knowledge. This makes you ready for a job at graduation. As you decide where to go to university, we ask you to keep in mind these six reasons to study in Sweden.<\\/p>\\r\\n\\r\\n<p>Source:&nbsp;https:\\/\\/www.topuniversities.com\\/blog\\/6-reasons-study-sweden<\\/p>\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"display_order\":1,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:20:38.000000Z\",\"updated_at\":\"2023-08-11T10:22:05.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/6 reason.jpg\",\"updated_at\":\"2023-08-11 10:23:04\",\"updatedBy\":1}', '2023-08-11 04:38:04', '2023-08-11 04:38:04'),
(NULL, 326, 1, 202308111032351135, 202308111032351135, 'App\\Models\\Blogs', 16, 'update', '{\"blog_id\":16,\"parent_blog\":0,\"title\":\"Study in Australia - A new hope for students\",\"alias\":\"study-in-australia\",\"text\":\"<p>Pursuing higher education abroad has become a cherished dream for countless students around the world. Among the plethora of destination options, Australia has emerged as a beacon of hope for those seeking quality education and a life-changing experience. Renowned for its top-notch universities, diverse culture, and breathtaking landscapes, Australia offers a unique blend of academic excellence and personal growth. In this blog, we explore why studying in Australia is a new hope for students and how it can shape their future.<\\/p>\\r\\n\\r\\n<ol>\\r\\n\\t<li>Academic Excellence and Diverse Course Offerings<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>Australia is home to some of the world&#39;s finest universities and institutes, renowned for their high academic standards and cutting-edge research. Whether you&#39;re interested in engineering, medicine, arts, or business, you will find a wide range of courses to choose from. Moreover, Australian degrees are recognized globally, providing students with a competitive edge in the international job market.<\\/p>\\r\\n\\r\\n<ol start=\\\"2\\\">\\r\\n\\t<li>Vibrant and Multicultural Campus Life<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>Studying in Australia isn&#39;t just about attending lectures; it&#39;s a transformative experience that exposes students to a diverse and vibrant campus life. Australian universities attract students from all corners of the globe, creating a melting pot of cultures and perspectives. This multicultural environment fosters a spirit of understanding, tolerance, and collaboration, preparing students for the globalized world they will encounter in their future careers.<\\/p>\\r\\n\\r\\n<ol start=\\\"3\\\">\\r\\n\\t<li>Unparalleled Research Opportunities<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>For those inclined towards research and innovation, Australia offers abundant opportunities to work on groundbreaking projects. The country invests significantly in research and development, providing access to state-of-the-art facilities and collaboration with world-class researchers. As a student in Australia, you can be part of cutting-edge research initiatives that contribute to solving global challenges.<\\/p>\\r\\n\\r\\n<ol start=\\\"4\\\">\\r\\n\\t<li>High Quality of Life<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>Australia boasts a high quality of life, making it an ideal destination for international students. With its warm climate, beautiful landscapes, and welcoming locals, students can immerse themselves in a relaxed and safe environment. The country&#39;s commitment to environmental sustainability also means that students can enjoy a clean and green lifestyle.<\\/p>\\r\\n\\r\\n<ol start=\\\"5\\\">\\r\\n\\t<li>Post-Study Work Opportunities<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>After completing their studies, international students in Australia have the opportunity to gain valuable work experience through the Post-Study Work visa. This visa allows graduates to work in Australia for a specific period, enhancing their employability and providing a platform to kickstart their careers. Many students find employment during this time and later transition to permanent residency, making Australia a potential pathway to a brighter future.<\\/p>\\r\\n\\r\\n<ol start=\\\"6\\\">\\r\\n\\t<li>Supportive Environment for International Students<\\/li>\\r\\n<\\/ol>\\r\\n\\r\\n<p>Australian universities go the extra mile to support their international students, recognizing the challenges they might face in a new country. Dedicated support services, orientation programs, and counseling facilities are provided to help students adapt to their new surroundings. This supportive environment ensures that students feel welcomed and nurtured during their academic journey.<\\/p>\\r\\n\\r\\n<p>Conclusion<\\/p>\\r\\n\\r\\n<p>Choosing to study in Australia is not just about earning a degree; it&#39;s a life-changing experience that opens doors to a world of opportunities. From academic excellence and research opportunities to a multicultural environment and post-study work prospects, Australia has something unique to offer every student. As a new hope for students seeking an enriching education and personal growth, Australia stands as a beacon of possibility, beckoning young minds from all corners of the globe to make their dreams a reality. Embrace this new hope and embark on a transformative journey that will shape your future for the better.<\\/p>\",\"image\":\"\",\"thumb\":\"storage\\/rosetta\\/files\\/1\\/A-B.png\",\"cover\":\"\",\"display_order\":2,\"status\":1,\"createdby\":null,\"updatedby\":1,\"created_at\":null,\"updated_at\":\"2023-08-11T10:21:17.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"Study in Australia, New Hope in Australia\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Denmark Rated Third Best Place To Study In Europe\",\"text\":\"<p>According to StudyPortals&rsquo;&nbsp;<strong>International Student Satisfaction Awards 2014<\\/strong>, Denmark is rated the third&nbsp;<strong>best place to study in Europe<\\/strong>, behind fellow Nordic nations&nbsp;<a href=\\\"https:\\/\\/www.topuniversities.com\\/blog\\/student-satisfaction-finland-best-place-study-europe\\\">Finland<\\/a>&nbsp;and&nbsp;<a href=\\\"https:\\/\\/www.topuniversities.com\\/blog\\/studying-sweden-student-satisfaction-survey-results\\\">Sweden<\\/a>. The awards are based on almost 7,000 students&rsquo; opinions, after students reviewed their experience of what it&rsquo;s like to study in Europe in various different countries, via the world&rsquo;s largest database of international student experiences,&nbsp;<a href=\\\"http:\\/\\/www.stexx.eu\\/\\\" target=\\\"_blank\\\">STeXX.eu<\\/a>.<\\/p>\\r\\n\\r\\n<p>Based on 287 international students&rsquo; comments, Denmark received a final overall score of 9.1 out of 10. Compared to last year, the level of student satisfaction among those&nbsp;<strong>studying<\\/strong>&nbsp;<strong>in Denmark<\\/strong>&nbsp;increased notably, from an average of 8.9. The Student Satisfaction Awards provide valuable information about education standards and performance, as well as the overall impressions of international students enrolled in Danish universities.<\\/p>\\r\\n\\r\\n<h2>Recognition for high-performing universities in Denmark<\\/h2>\\r\\n\\r\\n<p>Six&nbsp;<strong>universities in Denmark<\\/strong>&nbsp;were nominated for student satisfaction awards.&nbsp;<a href=\\\"https:\\/\\/www.topuniversities.com\\/universities\\/aarhus-university\\/undergrad\\\">Aarhus University<\\/a>&nbsp;received the highest distinction, awarded for &ldquo;outstanding&rdquo; international student satisfaction; it received an average rating above 9.5 out of 10, making it the highest-rated university in Denmark.<\\/p>\\r\\n\\r\\n<p>The next three institutions received an &ldquo;excellent&rdquo; rating:&nbsp;<a href=\\\"https:\\/\\/www.topuniversities.com\\/universities\\/copenhagen-business-school\\/undergrad\\\">Copenhagen Business School<\\/a>,&nbsp;<a href=\\\"https:\\/\\/www.topuniversities.com\\/universities\\/technical-university-denmark\\/undergrad\\\">Technical University of Denmark<\\/a>&nbsp;(DTU) and VIA University College. Meanwhile the&nbsp;<a href=\\\"https:\\/\\/www.topuniversities.com\\/universities\\/university-copenhagen\\/undergrad\\\">University of Copenhagen<\\/a>&nbsp;and the&nbsp;<a href=\\\"https:\\/\\/www.topuniversities.com\\/universities\\/university-southern-denmark\\/undergrad\\\">University of Southern Denmark<\\/a>&nbsp;received awards for &ldquo;very good&rdquo; international student satisfaction.<\\/p>\\r\\n\\r\\n<h2>What makes Denmark one of the best places to study in Europe?<\\/h2>\\r\\n\\r\\n<p>As one of the best locations to study in Europe, Denmark provides quality higher education programs to international students. Most student reviewers appreciate Danish universities&rsquo; innovative teaching, combining theoretical knowledge with project-based practical experiences that require critical thinking and cooperation.<\\/p>\\r\\n\\r\\n<p>Students also said they enjoyed the great level of independence and the fact that some programs offer self-scheduling options. Modern Danish universities provide well-equipped laboratories and libraries in a friendly learning environment. International students also gave high marks to the staff and services at universities in Denmark.<\\/p>\\r\\n\\r\\n<p><em>&ldquo;The university has great academics. All the teachers are very friendly and the learning program is very efficient. University facilities are very modern and encourage the use of new technologies as a tool that should help to acquire new knowledge during the classes.&rdquo; &ndash;&nbsp;<strong>Student from Poland<\\/strong><\\/em><\\/p>\\r\\n\\r\\n<p><em>&ldquo;Nice teachers with great methods. Good organization, great lessons with fun activities. We also learned a lot. You were never scared of a teacher or of a presentation &ndash; teachers and students are on the same level.<\\/em><em>&rdquo;<\\/em><em>&ndash;&nbsp;<strong>Student from Austria<\\/strong><\\/em><\\/p>\\r\\n\\r\\n<p>Other positive feedback for Danish universities includes an international study experience, with students coming from all over the world, as well as English-speaking teachers. Many reviews speak highly of Danish city life, especially the capital Copenhagen, which blends historic buildings with modern architecture. Those studying in Denmark appreciate the great variety of social, cultural and historical attractions. &nbsp;<\\/p>\\r\\n\\r\\n<p><em>&ldquo;I had a chance to try so many different things, from tasting interesting food, riding a bike every day, to trying my hand at the local language, which was very hard but very enjoyable. The university was very helpful and all teachers\\/students spoke perfect English, so we were never stuck. Social life was great, with lots to do in the town. We were always having fun.&rdquo; &ndash;&nbsp;<strong>Student from UK<\\/strong><\\/em><\\/p>\\r\\n\\r\\n<p><em>&ldquo;There is also a huge mixture of people from countries around the world, so you have the opportunity to know many, many cultures.&rdquo; &ndash;&nbsp;<strong>Student from Poland<\\/strong><\\/em><\\/p>\\r\\n\\r\\n<h2>The challenges of studying in Denmark: Cold winters and high costs<\\/h2>\\r\\n\\r\\n<p>As is the case for other Northern European countries, those studying in Denmark are not very fond of the cold weather and the high living expenses. However, Danes compensate for these difficulties by the high standards of living and the strong sense of community they manage to create. Although some students may consider locals too reserved, they soon discover friendly, helpful people, always ready for an open discussion.<\\/p>\\r\\n\\r\\n<p>While smaller Danish towns may not provide many attractions, Copenhagen and other major Northern European cities are easy-to-reach destinations, thanks to good transportation infrastructure. Some international students may have trouble adapting to the informal learning environment at universities in Denmark, which requires a great deal of student self-reliance.<\\/p>\\r\\n\\r\\n<p>For more information about studying in Denmark, visit the StudyPortals&rsquo;&nbsp;<a href=\\\"http:\\/\\/www.studyportals.eu\\/research\\/student-satisfaction\\/articles\\/886\\/studyportals-awards-2014-denmark.html\\\" target=\\\"_blank\\\">country overview<\\/a>. You can also search more thank 350 English-taught master&rsquo;s programs, and over 100 English-taught Bachelor&rsquo;s programs offered by universities in Denmark.<\\/p>\\r\\n\\r\\n<p>Source:&nbsp;https:\\/\\/www.topuniversities.com\\/blog\\/denmark-rated-third-best-place-study-europe<\\/p>\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/1.jpg\",\"updated_at\":\"2023-08-11 10:32:35\",\"updatedBy\":1}', '2023-08-11 04:47:35', '2023-08-11 04:47:35'),
(NULL, 327, 1, 202308111051095644, 202308111051095644, 'App\\Models\\Blogs', 17, 'update', '{\"blog_id\":17,\"parent_blog\":0,\"title\":\"Know why Sweden is one of the best destinations for higher level of education.\",\"alias\":\"know-why-sweden\",\"text\":\"<h3>1. &nbsp;Think more creatively&nbsp;<\\/h3>\\r\\n\\r\\n<p>A university professor was once quoted as saying that university doesn&rsquo;t teach you to do a job; it is meant to teach you how to think. But, how is it teaching you to think? For the majority of the world&rsquo;s universities, this means teaching you to think critically. This is not the same as learning to think for yourself. You are taught to think critically according to the method that your professor believes in. You will see this anytime you question their methods.&nbsp;<\\/p>\\r\\n\\r\\n<p>Universities in Sweden take a much different approach. They teach you to think critically like any other university. But it is the framework around this that is much different. You are also taught to think independently and creatively.&nbsp;<\\/p>\\r\\n\\r\\n<p>You are encouraged to not just question the non-academic world. You are taught to question everything. This gives you the ability to look at the whole world differently. It also changes the ideas that you come to.&nbsp;<\\/p>\\r\\n\\r\\n<p>You are not looking at the world like it is wrong and you have been taught the proper way. You simply look at the world and ask, &ldquo;Is there a better way?&rdquo; This more creative and less judgemental method produces new ideas, not just griping about the world. This method of teaching is the main reason that Sweden consistently ranks among the most innovative countries.&nbsp;<\\/p>\\r\\n\\r\\n<h3>2. Be challenged for a reason<\\/h3>\\r\\n\\r\\n<p>There are many horror stories of university courses that are difficult. University is supposed to challenge you. But, the common practice of using certain courses to simply weed people out serves little purpose. Universities in Sweden are challenging, but they build this challenge around making you the best you can be, not just to see how much they can put you through.<\\/p>\\r\\n\\r\\n<p>The difference that this makes is easy to see. Overall, Sweden&rsquo;s system of education is ranked among the top systems in the world. Sweden is also home to several secondary schools that are individually ranked among the world&rsquo;s best. These rankings are not from Sweden itself. They are conducted by independent international organizations.<\\/p>\\r\\n\\r\\n<p>Another factor that makes universities in Sweden stand out is the focus of every course. They don&rsquo;t just focus on completing credits to get a degree. They are focused on reasoning, rationality, and most importantly, application. This is in contrast to the quote that we discussed earlier. Universities in Sweden don&rsquo;t just teach you how to think. They teach you how to apply your knowledge.<\\/p>\\r\\n\\r\\n<h3>3. You don&rsquo;t just sit in class<\\/h3>\\r\\n\\r\\n<p>A student sitting in class just to get a credit is seen throughout the world. Unfortunately, many professors are so engrossed in lecturing that they don&rsquo;t notice. They may not even care, because they just like to hear themselves talk and\\/or proving how smart they are.&nbsp;<\\/p>\\r\\n\\r\\n<p>You will not find this at universities in Sweden. As we mentioned, the focus is more on innovation and application. Professors want to know that you are not just learning but are able to apply your learning. They require you to participate. You will be required to demonstrate your knowledge and ability to use it.&nbsp;<\\/p>\\r\\n\\r\\n<h3>4. Focus on environmental sustainability&nbsp;<\\/h3>\\r\\n\\r\\n<p>A huge focus and global concern right now is on environmental sustainability. Sweden is one of the countries that has made this a priority. Just like our focus on applying knowledge, our country and its citizens take this very seriously. If you are interested in furthering the cause of going green then you will find many kindred souls here.&nbsp;<\\/p>\\r\\n\\r\\n<p>The focus on sustainability can be seen in Sweden&rsquo;s rankings. We were named the #1 in sustainability among every country in the world. This is due to multiple advances that the country has made. Focus has been given to controlling greenhouse gas emissions and building more avenues for sustainable energy.&nbsp;<\\/p>\\r\\n\\r\\n<h3>5. It&rsquo;s easy to apply&nbsp;<\\/h3>\\r\\n\\r\\n<p>Students from around the world used to be able to study in Sweden tuition-free, until recently. However, in 2010, the government passed a new law, that has altered the payment structure for international students from outside the EU\\/EAA. The new structure includes both the tuition fees and the application fees.<\\/p>\\r\\n\\r\\n<p>The change has also been accompanied by many scholarships that are available to help students cover their tuition fees. Scholarship opportunities include financial waivers for international students, with scholarships offered both by the Swedish government and by individual universities in Sweden.<\\/p>\\r\\n\\r\\n<p>There are no age limits when it comes to the university entrance exam, called SweSAT (or&nbsp;H&ouml;gskoleprovet&nbsp;in Swedish), and there is no need to be a Swedish citizen. However, you must meet the required permissions to apply to the course or program.&nbsp;<\\/p>\\r\\n\\r\\n<h3>6. Experience true diversity<\\/h3>\\r\\n\\r\\n<p>Diversity is another major issue in our world today. Over the last century, technology made it easier to travel around the world. This also brings us into daily contact with more cultures than ever before. It is crucial that we learn not just to promote diversity but be comfortable with it.&nbsp;<\\/p>\\r\\n\\r\\n<p>Sweden is a very diverse country. But, it doesn&rsquo;t just allow diversity. Like everything else we have looked at, Sweden works hard to promote diversity. Sweden has consistently ranked among the best countries for equality in the world. It is also ranked among the best in gender equality and LGBT rights. This is due to Sweden&rsquo;s overall progressive attitude.&nbsp;<\\/p>\\r\\n\\r\\n<p>It is not difficult to see the focus of most universities. They are focused on graduating students that think like the university wants them to. The only consideration that is given to job preparation is offering job placement help. But, the large percentage of these graduates that have trouble finding a job shows that they are not viewed as career-ready.&nbsp;<\\/p>\\r\\n\\r\\n<p>Universities in Sweden possess a much different record. If you ask CEOs around the world what one characteristic they value the most, then most of them will say creativity. This is what is missing from most universities. It is the one thing that Sweden gives to every student. You also learn actual skills that are in demand right now. You are ready to solve problems. You aren&rsquo;t just taught to think creatively. You are also taught how to use this creativity. Graduates of Sweden&rsquo;s universities are known as problem solvers. &nbsp;<\\/p>\\r\\n\\r\\n<p>By this point, you should fully understand why so many international students choose to study in Sweden. The difference is seen in how high our schools rank. But, you now understand why. Our universities don&rsquo;t just focus on giving you general knowledge. They focus on creativity and how to apply this knowledge. This makes you ready for a job at graduation. As you decide where to go to university, we ask you to keep in mind these six reasons to study in Sweden.<\\/p>\\r\\n\\r\\n<p>Source:&nbsp;https:\\/\\/www.topuniversities.com\\/blog\\/6-reasons-study-sweden<\\/p>\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/6 reason.jpg\",\"cover\":\"\",\"display_order\":1,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:20:38.000000Z\",\"updated_at\":\"2023-08-11T10:23:04.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"6 Reasons to Study in Sweden\",\"updated_at\":\"2023-08-11 10:51:09\",\"updatedBy\":1}', '2023-08-11 05:06:09', '2023-08-11 05:06:09');
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, 328, 1, 202308111052555166, 202308111052555166, 'App\\Models\\Blogs', 18, 'update', '{\"blog_id\":18,\"parent_blog\":0,\"title\":\"regwrg\",\"alias\":\"regwrg\",\"text\":\"<p>rgwr<\\/p>\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"display_order\":3,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:21:10.000000Z\",\"updated_at\":\"2023-08-11T10:21:17.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"5 Special Reasons to Inspire You to Study in Denmark in 2022\",\"text\":\"<h2>1. You&rsquo;ll be part of a surprising education system<\\/h2>\\r\\n\\r\\n<p>Not many people know it, but the Danish educational system is not like the others. For example, when you go to a Danish university you will discover that lectures are held in small groups instead of a fully packed class, and you&rsquo;re sure to feel comfortable and at ease.&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>Another special thing about Danish study options is that they are internationally-oriented and combine teaching with research. Furthermore, there are good chances the programme and university you choose have partnerships with research institutions and businesses which will allow to gain practical skills and make connections for a future job. And some of the best programmes you can consider for your Bachelor&rsquo;s are:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/business-management\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in Business\\\">Bachelors in Business<\\/a>&nbsp;&nbsp;&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/computer-science-it\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Computer Science\\\">Bachelors in&nbsp;Computer Science<\\/a>&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/engineering-technology\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Engineering\\\">Bachelors in&nbsp;Engineering<\\/a>&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/social-sciences\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Social Sciences\\\">Bachelors in&nbsp;Social Sciences<\\/a>&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/arts-design-architecture\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Arts and Architecture\\\">Bachelors in&nbsp;Arts and Architecture<\\/a>&nbsp;&nbsp;<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Danes also know that while starting studies abroad is an exciting experience, it can also be scary. That&rsquo;s why they make an extra effort to make you feel welcome.<\\/p>\\r\\n\\r\\n<p>Universities use a buddy system, assigning another student to greet you and help you settle at your university, meet other students and give you practical tips. And that&rsquo;s not the only great thing. You will also have orientation courses that help you get to know Denmark better.<\\/p>\\r\\n\\r\\n<h2>2. You&rsquo;ll have a very &lsquo;social&rsquo; student life<\\/h2>\\r\\n\\r\\n<p>Danish universities really like promoting social interactions. If you go to study in Denmark, expect regular meetings in the campus, near a lake or in the forest, filled with social activities &ndash; including boat races or naked runs.&nbsp;<\\/p>\\r\\n\\r\\n<p>Add to that the Friday Bars which are themed parties organized by the universities themselves. Isn&rsquo;t it amazing to have a free pass from your uni to go wild and socialize?<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>However, as serious as the Danes are about fun at university, they are even more serious about making a good academic impression, having 7 universities in world academic rankings. Three of them that we recommend are:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/102\\/technical-university-of-denmark.html\\\" target=\\\"_blank\\\" title=\\\"Technical University of Denmark (DTU)\\\">Technical University of Denmark (DTU)<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/301\\/aalborg-university.html\\\" target=\\\"_blank\\\" title=\\\"Aalborg University\\\">Aalborg University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/703\\/roskilde-university.html\\\" target=\\\"_blank\\\" title=\\\"Roskilde University\\\">Roskilde University<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>And to give you a few other options:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/1561\\/business-academy-aarhus.html\\\" target=\\\"_blank\\\" title=\\\"Business Academy Aarhus\\\">Business Academy Aarhus<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/1377\\/university-college-absalon.html\\\" target=\\\"_blank\\\" title=\\\"University College Absalon\\\">University College Absalon<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/1509\\/copenhagen-school-of-design-and-technology.html\\\" target=\\\"_blank\\\" title=\\\"Copenhagen School of Design and Technology (KEA)\\\">Copenhagen School of Design and Technology (KEA)<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h2>3.&nbsp;You&rsquo;ll experience the Danish Hygge!<\\/h2>\\r\\n\\r\\n<p>You know how Denmark being a Nordic country, a good part of the year is pretty snowy, dark, and cold? Well, the Danish have found the best way to cope with it &mdash; hygge. Now that&rsquo;s one truly distinct Danish brand. If the word doesn&rsquo;t sound familiar to you now, it will become a leitmotif while you&rsquo;re there.<\\/p>\\r\\n\\r\\n<p>Hygge basically means staying by the fire in warm clothes at the candlelight and eating candies. If you think there&rsquo;s not much to it, trust us, once you&rsquo;re there, hygge will give you the feel-good vibe everyone needs. They don&rsquo;t call it the art of cosiness for nothing!<\\/p>\\r\\n\\r\\n<h2>&nbsp;4. You&rsquo;ll learn what makes you happy!<\\/h2>\\r\\n\\r\\n<p>Ok, it true that in 2018, the Danes came second according to the&nbsp;<a href=\\\"http:\\/\\/worldhappiness.report\\/\\\" target=\\\"_blank\\\" title=\\\"Details about the World Happiness Report\\\">World Happiness Report<\\/a>. But being the second happiest country in our world actually sounds great, doesn&#39;t it? What&rsquo;s more, this small change in ranking comes after years in which Denmark lead this top. Being second it doesn&rsquo;t mean they are less happy.<\\/p>\\r\\n\\r\\n<p>What will make your days brighter in Denmark? It is social support, feeling free to make your own life choices and a culture of giving back to others. Kind of hard not to like Denmark, right?<\\/p>\\r\\n\\r\\n<h2>5. Amazing wildlife and landscapes<\\/h2>\\r\\n\\r\\n<p>Unlike many European countries where wildlife is shrinking to make space for more of us, in Denmark you can get the chance to see elks, boars, wolves, and brown bears, rabbits, hedgehogs, foxes, squirrels. And you should hurry because Denmark is not immune to wildlife extinction.<\\/p>\\r\\n\\r\\n<p>But if you&rsquo;re not a zoology enthusiast you can still enjoy great natural parks and amazing landscapes, from the foam at the seashores, to forests, mountains and islands. And for something extra you can go gazing at the Black Sun which is a phenomenon of dark patterns in the sky during Spring and Autumn<\\/p>\\r\\n\\r\\n<p>Ready to experience the magic of Denmark? Then start searching for the study programme that fits you best and preparing for your application. We&rsquo;re sure you&rsquo;re going to do great!&nbsp;<\\/p>\\r\\n\\r\\n<p>Source:&nbsp;https:\\/\\/www.bachelorsportal.com\\/articles\\/2523\\/5-special-reasons-to-inspire-you-to-study-in-denmark-in-2022.html<\\/p>\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/2.jpg\",\"updated_at\":\"2023-08-11 10:52:55\",\"updatedBy\":1}', '2023-08-11 05:07:55', '2023-08-11 05:07:55'),
(NULL, 329, 1, 202308111054348237, 202308111054348237, 'App\\Models\\Blogs', 19, 'update', '{\"blog_id\":19,\"parent_blog\":0,\"title\":\"erhrwh\",\"alias\":\"erhrwh\",\"text\":\"<p>rhwrh<\\/p>\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"display_order\":4,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:21:23.000000Z\",\"updated_at\":\"2023-08-11T10:21:23.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"The Trust Sweden Scholarship Day\",\"text\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/3.jpg\",\"updated_at\":\"2023-08-11 10:54:34\",\"updatedBy\":1}', '2023-08-11 05:09:35', '2023-08-11 05:09:35'),
(NULL, 330, 1, 202308111055575347, 202308111055575347, 'App\\Models\\Blogs', 20, 'create', NULL, '{\"title\":\"Sweden\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/4.jpg\",\"cover\":\"\",\"alias\":\"sweden\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T10:55:57.000000Z\",\"created_at\":\"2023-08-11T10:55:57.000000Z\",\"blog_id\":20,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:10:57', '2023-08-11 05:10:57'),
(NULL, 331, 1, 202308111056102091, 202308111056102091, 'App\\Models\\Blogs', 20, 'update', '{\"blog_id\":20,\"parent_blog\":0,\"title\":\"Sweden\",\"alias\":\"sweden\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/4.jpg\",\"cover\":\"\",\"display_order\":5,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:55:57.000000Z\",\"updated_at\":\"2023-08-11T10:55:57.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Studying in Sweden can be one of the best choices you can make to pursue your education and career. Sweden has the best universities in the world. Studying in Sweden especially focuses on finding and providing the best universities for international students.<\\/p>\\r\\n\\r\\n<p><strong>WHY SWEDEN?<\\/strong><br \\/>\\r\\nThere are thousands of degree programs entirely taught in English. Sweden gives their international students the right to work during their studies. International students can find a balance between their work and studies.<\\/p>\\r\\n\\r\\n<p><strong>THE BEST CHOICE FOR THE DEPENDENTS<\\/strong><br \\/>\\r\\nMarried couples can apply together with their kids. Husband and wife can work full time. Sweden provides free health insurance for the entire family. Free education for dependent applicants.<\\/p>\\r\\n\\r\\n<p><strong>BENEFITS OF CHOOSING SWEDEN<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>High-quality, unconventional, education.<\\/li>\\r\\n\\t<li>Has the best universities in the world.<\\/li>\\r\\n\\t<li>Free education for dependent applicants.<\\/li>\\r\\n\\t<li>Husband and wife can work full time.<\\/li>\\r\\n\\t<li>Specialized degree program.<\\/li>\\r\\n\\t<li>Affordable tuition fees.<\\/li>\\r\\n\\t<li>Free health insurance for the entire family.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>There is a saying that &ldquo;a good education can be the foundation of a good life&rdquo; so it is in your hands to choose the best universities in Sweden for your education and career.<\\/p>\",\"updated_at\":\"2023-08-11 10:56:10\",\"updatedBy\":1}', '2023-08-11 05:11:10', '2023-08-11 05:11:10'),
(NULL, 332, 1, 202308111056277571, 202308111056277571, 'App\\Models\\Blogs', 20, 'update', '{\"blog_id\":20,\"parent_blog\":0,\"title\":\"Sweden\",\"alias\":\"sweden\",\"text\":\"<p>Studying in Sweden can be one of the best choices you can make to pursue your education and career. Sweden has the best universities in the world. Studying in Sweden especially focuses on finding and providing the best universities for international students.<\\/p>\\r\\n\\r\\n<p><strong>WHY SWEDEN?<\\/strong><br \\/>\\r\\nThere are thousands of degree programs entirely taught in English. Sweden gives their international students the right to work during their studies. International students can find a balance between their work and studies.<\\/p>\\r\\n\\r\\n<p><strong>THE BEST CHOICE FOR THE DEPENDENTS<\\/strong><br \\/>\\r\\nMarried couples can apply together with their kids. Husband and wife can work full time. Sweden provides free health insurance for the entire family. Free education for dependent applicants.<\\/p>\\r\\n\\r\\n<p><strong>BENEFITS OF CHOOSING SWEDEN<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>High-quality, unconventional, education.<\\/li>\\r\\n\\t<li>Has the best universities in the world.<\\/li>\\r\\n\\t<li>Free education for dependent applicants.<\\/li>\\r\\n\\t<li>Husband and wife can work full time.<\\/li>\\r\\n\\t<li>Specialized degree program.<\\/li>\\r\\n\\t<li>Affordable tuition fees.<\\/li>\\r\\n\\t<li>Free health insurance for the entire family.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>There is a saying that &ldquo;a good education can be the foundation of a good life&rdquo; so it is in your hands to choose the best universities in Sweden for your education and career.<\\/p>\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/4.jpg\",\"cover\":\"\",\"display_order\":5,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:55:57.000000Z\",\"updated_at\":\"2023-08-11T10:56:10.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Sweden: One of the best study destinations in Europe\",\"updated_at\":\"2023-08-11 10:56:27\",\"updatedBy\":1}', '2023-08-11 05:11:27', '2023-08-11 05:11:27'),
(NULL, 333, 1, 202308111057186212, 202308111057186212, 'App\\Models\\Blogs', 21, 'create', NULL, '{\"title\":\"Sweden: One of the happiest countries in the world\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/5.jpg\",\"cover\":\"\",\"alias\":\"sweden-one-of-the-happiest-countries-in-the-world\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T10:57:18.000000Z\",\"created_at\":\"2023-08-11T10:57:18.000000Z\",\"blog_id\":21,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:12:18', '2023-08-11 05:12:18'),
(NULL, 334, 1, 202308111057511081, 202308111057511081, 'App\\Models\\Blogs', 22, 'create', NULL, '{\"title\":\"Know about Sweden\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/6.jpg\",\"cover\":\"\",\"alias\":\"know-about-sweden\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T10:57:51.000000Z\",\"created_at\":\"2023-08-11T10:57:51.000000Z\",\"blog_id\":22,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:12:51', '2023-08-11 05:12:51'),
(NULL, 335, 1, 202308111058264689, 202308111058264689, 'App\\Models\\Blogs', 23, 'create', NULL, '{\"title\":\"Why Should International Students\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/7.jfif\",\"cover\":\"\",\"alias\":\"why-should-international-students\",\"display_order\":\"8\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T10:58:26.000000Z\",\"created_at\":\"2023-08-11T10:58:26.000000Z\",\"blog_id\":23,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:13:26', '2023-08-11 05:13:26'),
(NULL, 336, 1, 202308111058391186, 202308111058391186, 'App\\Models\\Blogs', 23, 'update', '{\"blog_id\":23,\"parent_blog\":0,\"title\":\"Why Should International Students\",\"alias\":\"why-should-international-students\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/7.jfif\",\"cover\":\"\",\"display_order\":8,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:58:26.000000Z\",\"updated_at\":\"2023-08-11T10:58:26.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Why Should International Students Opt For Part Time Jobs?\",\"updated_at\":\"2023-08-11 10:58:39\",\"updatedBy\":1}', '2023-08-11 05:13:39', '2023-08-11 05:13:39'),
(NULL, 337, 1, 202308111059168511, 202308111059168511, 'App\\Models\\Blogs', 24, 'create', NULL, '{\"title\":\"How To Find Part Time Jobs In Europe?\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/8.jpg\",\"cover\":\"\",\"alias\":\"how-to-find-part-time-jobs-in-europe\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T10:59:16.000000Z\",\"created_at\":\"2023-08-11T10:59:16.000000Z\",\"blog_id\":24,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:14:16', '2023-08-11 05:14:16'),
(NULL, 338, 1, 202308111059459631, 202308111059459631, 'App\\Models\\Blogs', 25, 'create', NULL, '{\"title\":\"Accommodation Options For You In Europe\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/9.jpg\",\"cover\":\"\",\"alias\":\"accommodation-options-for-you-in-europe\",\"display_order\":\"10\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T10:59:45.000000Z\",\"created_at\":\"2023-08-11T10:59:45.000000Z\",\"blog_id\":25,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:14:45', '2023-08-11 05:14:45'),
(NULL, 339, 1, 202308111100114658, 202308111100114658, 'App\\Models\\Blogs', 26, 'create', NULL, '{\"title\":\"Tips To Find A Good Accommodation\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/10.jpeg\",\"cover\":\"\",\"alias\":\"tips-to-find-a-good-accommodation\",\"display_order\":\"11\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:00:11.000000Z\",\"created_at\":\"2023-08-11T11:00:11.000000Z\",\"blog_id\":26,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:15:11', '2023-08-11 05:15:11'),
(NULL, 340, 1, 202308111100313749, 202308111100313749, 'App\\Models\\Blogs', 27, 'create', NULL, '{\"title\":\"Skills To Learn Before Going To Europe\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/11.jpg\",\"cover\":\"\",\"alias\":\"skills-to-learn-before-going-to-europe\",\"display_order\":\"12\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:00:31.000000Z\",\"created_at\":\"2023-08-11T11:00:31.000000Z\",\"blog_id\":27,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:15:31', '2023-08-11 05:15:31'),
(NULL, 341, 1, 202308111101179495, 202308111101179495, 'App\\Models\\Blogs', 28, 'create', NULL, '{\"title\":\"Statement Of Purpose\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/12.png\",\"cover\":\"\",\"alias\":\"statement-of-purpose\",\"display_order\":\"13\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:01:17.000000Z\",\"created_at\":\"2023-08-11T11:01:17.000000Z\",\"blog_id\":28,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:16:17', '2023-08-11 05:16:17'),
(NULL, 342, 1, 202308111102054054, 202308111102054054, 'App\\Models\\Blogs', 29, 'create', NULL, '{\"title\":\"Letter of Recommendation\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/14.jfif\",\"cover\":\"\",\"alias\":\"letter-of-recommendation\",\"display_order\":\"14\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:02:05.000000Z\",\"created_at\":\"2023-08-11T11:02:05.000000Z\",\"blog_id\":29,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:17:05', '2023-08-11 05:17:05'),
(NULL, 343, 1, 202308111103181386, 202308111103181386, 'App\\Models\\Blogs', 30, 'create', NULL, '{\"title\":\"Eiusmod Velit in quo\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_blog\":\"0\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/15.jpg\",\"cover\":\"\",\"alias\":\"eiusmod-velit-in-quo\",\"display_order\":\"15\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:03:18.000000Z\",\"created_at\":\"2023-08-11T11:03:18.000000Z\",\"blog_id\":30,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:18:18', '2023-08-11 05:18:18'),
(NULL, 344, 1, 202308111104513047, 202308111104513047, 'App\\Models\\Blogs', 29, 'update', '{\"blog_id\":29,\"parent_blog\":0,\"title\":\"Letter of Recommendation\",\"alias\":\"letter-of-recommendation\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/14.jfif\",\"cover\":\"\",\"display_order\":14,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T11:02:05.000000Z\",\"updated_at\":\"2023-08-11T11:02:05.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-11 05:19:51', '2023-08-11 05:19:51'),
(NULL, 345, 1, 202308111109176019, 202308111109176019, 'App\\Models\\Blogs', 21, 'update', '{\"blog_id\":21,\"parent_blog\":0,\"title\":\"Sweden: One of the happiest countries in the world\",\"alias\":\"sweden-one-of-the-happiest-countries-in-the-world\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/5.jpg\",\"cover\":\"\",\"display_order\":6,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:57:18.000000Z\",\"updated_at\":\"2023-08-11T10:57:18.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>A strong economy, good education, and excellent health care are very important factors in which Sweden performs so well. Sweden performs well in the happiness index.<br \\/>\\r\\nWith many beautiful landscapes, a corporate culture that has fully embraced a good work-life balance, and a country that leads in global development, Sweden continually performs well in quality of life rankings as well.<\\/p>\\r\\n\\r\\n<p><strong>Sweden ranks high in the Quality of Life Index and Higher in Human Development Index<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Sweden focuses on the environment and sustainability<\\/strong><br \\/>\\r\\nSweden&rsquo;s first national sustainable development strategy was taken up by the government and parliament in 2002. The same year, a provision was added to the Swedish constitution to the same effect. The provision stated that sustainable development, leading to a good environment for present and future generations, must be promoted by the state.&nbsp;<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Freedom of speech and migrant acceptance<\\/strong>&nbsp;<br \\/>\\r\\nSweden is a parliamentary monarchy and a country that has free and fair elections with a strong multiparty system. In Sweden, an individual has a good level of freedom in terms of civil liberties and political rights, which are legally guaranteed and respected in practice as the rule of law prevails. When it comes to migrant acceptance, Sweden has long been a country that is very accepting of migrants.<\\/p>\\r\\n\\r\\n<p><strong>LIVING IN SWEDEN<\\/strong><br \\/>\\r\\nSweden is known for taking excellent care of its residents. Expats can enjoy a good quality of life with access to affordable schooling and healthcare.<br \\/>\\r\\nThe country&rsquo;s infrastructure is excellent, and pristine Scandinavian forests and lakes are within easy reach of modern cities.&nbsp;<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>LOCAL CULTURE IN SWEDEN<\\/strong><br \\/>\\r\\nMost locals speak some English, but it&rsquo;s still important to learn Swedish. Even if you don&rsquo;t speak it well, making the effort goes a long way to helping you integrate into the community.<br \\/>\\r\\nSwedes tend to do things in moderation and the concept of lagom &ndash; which loosely translates to &lsquo;just enough&rsquo; &ndash; plays a big part in their outlook. Swedes are polite, but they don&rsquo;t do small talk. And while they may appear reserved, they&rsquo;re usually just respecting your privacy. Once you&rsquo;ve made local friends, you&rsquo;ll find them loyal and warm.<\\/p>\\r\\n\\r\\n<p><strong>EDUCATION IN SWEDEN&nbsp;<\\/strong><br \\/>\\r\\nPublic schools<br \\/>\\r\\nPrivate schools<br \\/>\\r\\nHomeschooling<br \\/>\\r\\nInternational schools<\\/p>\\r\\n\\r\\n<p><strong>HEALTH CARE SYSTEM IN SWEDEN<\\/strong><br \\/>\\r\\nHealthcare is where Sweden really stands out from the rest of the world. The country&rsquo;s healthcare system is so effective and efficient that it has been used as a model for healthcare schemes in other countries around the globe.&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>COST OF LIVING IN SWEDEN<\\/strong><br \\/>\\r\\nThe overall cost of living in Sweden is lower than in the UK and the US. Stockholm is undeniably expensive, particularly in accommodation. Small towns and rural areas are cheaper than cities &ndash; and you can buy weekly, monthly or annual tickets for public transport to keep your travel costs down. Taxes are high, but they&rsquo;re offset by good salaries, efficient public services and generous social security programs.<\\/p>\",\"updated_at\":\"2023-08-11 11:09:17\",\"updatedBy\":1}', '2023-08-11 05:24:17', '2023-08-11 05:24:17'),
(NULL, 346, 1, 202308111110085173, 202308111110085173, 'App\\Models\\Blogs', 22, 'update', '{\"blog_id\":22,\"parent_blog\":0,\"title\":\"Know about Sweden\",\"alias\":\"know-about-sweden\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/6.jpg\",\"cover\":\"\",\"display_order\":7,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:57:51.000000Z\",\"updated_at\":\"2023-08-11T10:57:51.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p><strong>English is widely spoken<\\/strong><br \\/>\\r\\nAccording to the 2021 Education First English Proficiency Index, Swedes have a high proficiency in English as a second language. English is widely spoken and for some companies, it is the official working language.<\\/p>\\r\\n\\r\\n<p><strong>Swedish traits<\\/strong><br \\/>\\r\\nSwedes can sometimes seem a bit reserved at first, but people are generally very friendly and are always happy to help and answer any questions you might have. A good way to get to know Swedish people is to join Swedish societies, clubs, associations and non-profit organizations. Learning some Swedish language is also a good way to experience more of the culture.<\\/p>\\r\\n\\r\\n<p>A well-known national characteristic is the love of nature. Many Swedes like to spend their free time in the forest or by the sea. In Sweden nature is really available to everyone as there is a right of common access which applies to all forests, fields, beaches and lakes across the country.<\\/p>\\r\\n\\r\\n<p><strong>Weather<\\/strong>&nbsp;<br \\/>\\r\\nSwedish people believe in &ldquo;there is no bad weather, only bad clothes&rdquo; Swedish people are always prepared for climate change. Sweden is often associated with freezing cold temperatures and plenty of snow. Whilst that may stand true for the northern parts of Sweden.&nbsp;<br \\/>\\r\\nSweden&#39;s proximity to the North Atlantic and prevailing south-westerly to westerly winds result in a climate that is mild in the winter months, but the northernmost part of the country has a sub-Arctic climate with long, cold and snowy winters.<\\/p>\\r\\n\\r\\n<p><strong>Food&nbsp;<\\/strong><br \\/>\\r\\nSwedish cuisine could be described as centered around cultured dairy products, crisp and soft (often sugared) bread, berries and stone fruits, beef, chicken, lamb, pork, eggs, and seafood. Potatoes are often served as a side dish, often boiled.<\\/p>\\r\\n\\r\\n<p><strong>Traditions in Sweden<\\/strong><br \\/>\\r\\nMidsummer and Christmas are the most important celebrations in Sweden.<br \\/>\\r\\nCountry-closing Midsummer Eve, celebrating the longest day of the year, is the big one. Other popular celebrations and holidays are Christmas, Easter and Kr&auml;ftskiva. Days like cinnamon bun day, waffle day and &#39;Fettisdagen&#39; (Shrove Tuesday) are also being celebrated throughout the country.<\\/p>\\r\\n\\r\\n<p><strong>The five common traditions in Sweden are:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>&nbsp;Easter<\\/li>\\r\\n\\t<li>&nbsp;The Swedish National Day<\\/li>\\r\\n\\t<li>&nbsp;Mid-summer<\\/li>\\r\\n\\t<li>&nbsp;The Crayfish party<\\/li>\\r\\n\\t<li>&nbsp;Christmas&nbsp;<\\/li>\\r\\n<\\/ul>\",\"updated_at\":\"2023-08-11 11:10:08\",\"updatedBy\":1}', '2023-08-11 05:25:08', '2023-08-11 05:25:08'),
(NULL, 347, 1, 202308111112304567, 202308111112304567, 'App\\Models\\Blogs', 23, 'update', '{\"blog_id\":23,\"parent_blog\":0,\"title\":\"Why Should International Students Opt For Part Time Jobs?\",\"alias\":\"why-should-international-students\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/7.jfif\",\"cover\":\"\",\"display_order\":8,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:58:26.000000Z\",\"updated_at\":\"2023-08-11T10:58:39.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>It is important for an international student in a foreign country to know about their culture, create a social network, and at least partially support themselves. Opting for a part-time job is a great way to get to know the ways of life of the Swedish people, along with gaining work experience that broadens social networking for international students. Let us discuss them some more:<\\/p>\\r\\n\\r\\n<p><strong>Learning A New Language And Expanding Social Skills:<\\/strong> Getting a part-time job is one of the best ways to interact with the natives of Sweden, which in turn helps you learn the language. Learning the Swedish language can help you secure permanent jobs later on. Social interaction helps build your social skills and dive deep into authentic Swedish culture. An international student willing to learn more about Swedish culture is always appreciated in Sweden.<br \\/>\\r\\n&nbsp;<br \\/>\\r\\n<strong>Extra Money:<\\/strong> As discussed above, the standard of living in Sweden is quite lavish. As for international students who are mostly on a tight budget, it might prove quite difficult to balance both tuition fees and living expenses. In such a difficult time, securing a part-time job plays a vital role. These jobs can help you earn some extra money, which can also be used to enroll in extra courses at your university to broaden your knowledge.<br \\/>\\r\\n&nbsp;<br \\/>\\r\\n<strong>Networking:<\\/strong> Part-time jobs are a great way to meet new people who are on different paths in life. You could meet new friends or connect with people for professional purposes. It broadens your horizons for networking with people, especially natives of Sweden. Meeting people can help you figure out the unknown aspects of living in a foreign country as a student.<br \\/>\\r\\n&nbsp;<br \\/>\\r\\n<strong>Work Experience:<\\/strong> The work cultures of every country somewhat differ from each other. Getting a part-time job in Sweden will definitely help an international student learn about work hours, ways to manage your studies and work, and ethics, which will prove advantageous in your long term career. The experience of working in a foreign country can turn out to be very liberating for international students.<\\/p>\",\"updated_at\":\"2023-08-11 11:12:30\",\"updatedBy\":1}', '2023-08-11 05:27:30', '2023-08-11 05:27:30'),
(NULL, 348, 1, 202308111113112253, 202308111113112253, 'App\\Models\\Blogs', 24, 'update', '{\"blog_id\":24,\"parent_blog\":0,\"title\":\"How To Find Part Time Jobs In Europe?\",\"alias\":\"how-to-find-part-time-jobs-in-europe\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/8.jpg\",\"cover\":\"\",\"display_order\":9,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:59:16.000000Z\",\"updated_at\":\"2023-08-11T10:59:16.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Finding a part time job as an international student in Europe can prove difficult in the very beginning, as students who speak basic local language are mostly preferred. However, it is always worth giving it a shot. As a newcomer, not knowing the native language does not mean you should not even give it a try. Moreover, you must always have enthusiasm to learn and explore to secure a job!<\\/p>\\r\\n\\r\\n<p>Here are some tips and ways to find part-time jobs or internships as an international student.<\\/p>\\r\\n\\r\\n<p><strong>Ads And University Notice Boards:<\\/strong><\\/p>\\r\\n\\r\\n<p>Always keep an eye on university job boards, as they are one of the major sources of various ads and new job openings posted by companies willing to hire international students. It is quite easy to stay updated on the notice boards, as you would spend most of your time at the university. Along with notice boards, local newspapers might post ads that are up to date.<\\/p>\\r\\n\\r\\n<p><strong>Online Job Portals:<\\/strong><\\/p>\\r\\n\\r\\n<p>This method for finding a job works in any country you go to. All you need to do is register yourself with various online job portals like CareerBuilder, Linkedin, NetJobs, etc. You automatically get updates on job openings and requirements from various companies in the city. This is one of the best and most effective ways to find a part-time job for an international student.<\\/p>\\r\\n\\r\\n<p><strong>University Career Center:<\\/strong><\\/p>\\r\\n\\r\\n<p>University Career Centers are on campus centers that open vacancies for on campus jobs. Jobs offered by the University Career Center are unique and will enhance your future career. These jobs offer experiences that a student wouldn&rsquo;t get at any other off-campus job. Take a tight hold of these kinds of jobs if you get one!<\\/p>\\r\\n\\r\\n<p><strong>Job Search Agencies:<\\/strong><\\/p>\\r\\n\\r\\n<p>You will find numerous job search agencies in the city. These agencies help international students who are fluent in English and can communicate with people while in service. If you keep looking for job opportunities with the help of these agencies, you will surely secure a part-time job of your choice.<\\/p>\",\"updated_at\":\"2023-08-11 11:13:11\",\"updatedBy\":1}', '2023-08-11 05:28:11', '2023-08-11 05:28:11'),
(NULL, 349, 1, 202308111114048583, 202308111114048583, 'App\\Models\\Blogs', 25, 'update', '{\"blog_id\":25,\"parent_blog\":0,\"title\":\"Accommodation Options For You In Europe\",\"alias\":\"accommodation-options-for-you-in-europe\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/9.jpg\",\"cover\":\"\",\"display_order\":10,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:59:45.000000Z\",\"updated_at\":\"2023-08-11T10:59:45.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Finding somewhere to stay while you are in a European country as an international student can prove to be quite difficult. It is best if you plan ahead before you reach the destination to look for a place to live. It could take some time to search for accommodation correctly according to the location of your university and the market areas, but it is always worth trying before you reach there.<\\/p>\\r\\n\\r\\n<p>In order to find accommodation, you must keep in mind that some places ask for proof of your acceptance into a university or your visa information. Here are some options you can explore to find the right type of accommodation in Europe as an international student:<\\/p>\\r\\n\\r\\n<p><strong>Universities&rsquo; Accommodation:<\\/strong><\\/p>\\r\\n\\r\\n<p>Many international students live in accommodations provided by their very own universities, which are otherwise called residences. As an international student, you should contact your educational establishment to see if they offer these types of accommodations. If they do, a number of flats are reserved for international students, and you can book one of them.<\\/p>\\r\\n\\r\\n<p>This structure of student unity can prove to be rather fun and supportive, as you can become acquainted with other housemates from around the world. Living in these accommodations means that you get the best of both worlds. You get your own space and can also socialize with other people in your residence.<\\/p>\\r\\n\\r\\n<p><strong>Dormitories:<\\/strong><\\/p>\\r\\n\\r\\n<p>Another good option for a freshman or international student is to stay in dormitories. Most universities offer dormitories, if not residences. Dormitory life can become a very unique experience as you will be sharing a building with a number of people from different parts of the world, walking on different paths.<\\/p>\\r\\n\\r\\n<p>Dormitories usually have a community kitchen, other community facilities like laundry rooms, and study areas. Sharing a room in a dorm could be beneficial for international students who are on a tight budget, as it splits the cost. You need to get in touch with your university to check the availability of dormitories and book one for yourself.<\\/p>\\r\\n\\r\\n<p><strong>Flats:<\\/strong><\\/p>\\r\\n\\r\\n<p>If you want a sense of independence and feel like you need your own space, you cannot get that in a dormitory. In such a case, getting a flat is the answer. However, flats can vary depending on what town or city you are in for your higher studies. In some cases, you can find students like yourself who are looking for roommates.<\\/p>\\r\\n\\r\\n<p>Even if you have a roommate, they will have a separate room from yours, so you can have your privacy. However, getting a flat as an international student can prove to be quite expensive if you do not get a flatmate\\/ roommate. Also, getting a good deal and facilities in a flat before going to Europe is nearly impossible for international students. So, this option can be taken once you reach your destination and have made some connections or networked there to get a good deal.<\\/p>\\r\\n\\r\\n<p><strong>Homestay:<\\/strong><\\/p>\\r\\n\\r\\n<p>Homestays are another great option for international students in Europe. Homestay is a type of arrangement where you book or rent a room from a family with a house in the country. Staying in a homestay can prove to be very beneficial, as you share a household with the natives and become an integrated part of the family.<\\/p>\\r\\n\\r\\n<p>This could help your interpersonal and socializing skills and could help you learn the local language and culture pretty quickly. A homestay could be a very comfortable and affordable option for international students on a tight budget.<\\/p>\\r\\n\\r\\n<p><strong>Off Campus Accommodation:<\\/strong><\\/p>\\r\\n\\r\\n<p>Some universities might not run an accommodation system themselves. However, the chances are that it has an endorsement from a company that does. Off campus accommodations are usually spread across the town or city that your university is in. However, they are located in places that have easy access to your university.<\\/p>\\r\\n\\r\\n<p>This accommodation can give you a chance to meet people outside your university from all around the world, socialize with them, and learn about their cultures. These kinds of arrangements are often similar to those in on campus residence halls.<\\/p>\",\"updated_at\":\"2023-08-11 11:14:04\",\"updatedBy\":1}', '2023-08-11 05:29:04', '2023-08-11 05:29:04'),
(NULL, 350, 1, 202308111114355442, 202308111114355442, 'App\\Models\\Blogs', 25, 'update', '{\"blog_id\":25,\"parent_blog\":0,\"title\":\"Accommodation Options For You In Europe\",\"alias\":\"accommodation-options-for-you-in-europe\",\"text\":\"<p>Finding somewhere to stay while you are in a European country as an international student can prove to be quite difficult. It is best if you plan ahead before you reach the destination to look for a place to live. It could take some time to search for accommodation correctly according to the location of your university and the market areas, but it is always worth trying before you reach there.<\\/p>\\r\\n\\r\\n<p>In order to find accommodation, you must keep in mind that some places ask for proof of your acceptance into a university or your visa information. Here are some options you can explore to find the right type of accommodation in Europe as an international student:<\\/p>\\r\\n\\r\\n<p><strong>Universities&rsquo; Accommodation:<\\/strong><\\/p>\\r\\n\\r\\n<p>Many international students live in accommodations provided by their very own universities, which are otherwise called residences. As an international student, you should contact your educational establishment to see if they offer these types of accommodations. If they do, a number of flats are reserved for international students, and you can book one of them.<\\/p>\\r\\n\\r\\n<p>This structure of student unity can prove to be rather fun and supportive, as you can become acquainted with other housemates from around the world. Living in these accommodations means that you get the best of both worlds. You get your own space and can also socialize with other people in your residence.<\\/p>\\r\\n\\r\\n<p><strong>Dormitories:<\\/strong><\\/p>\\r\\n\\r\\n<p>Another good option for a freshman or international student is to stay in dormitories. Most universities offer dormitories, if not residences. Dormitory life can become a very unique experience as you will be sharing a building with a number of people from different parts of the world, walking on different paths.<\\/p>\\r\\n\\r\\n<p>Dormitories usually have a community kitchen, other community facilities like laundry rooms, and study areas. Sharing a room in a dorm could be beneficial for international students who are on a tight budget, as it splits the cost. You need to get in touch with your university to check the availability of dormitories and book one for yourself.<\\/p>\\r\\n\\r\\n<p><strong>Flats:<\\/strong><\\/p>\\r\\n\\r\\n<p>If you want a sense of independence and feel like you need your own space, you cannot get that in a dormitory. In such a case, getting a flat is the answer. However, flats can vary depending on what town or city you are in for your higher studies. In some cases, you can find students like yourself who are looking for roommates.<\\/p>\\r\\n\\r\\n<p>Even if you have a roommate, they will have a separate room from yours, so you can have your privacy. However, getting a flat as an international student can prove to be quite expensive if you do not get a flatmate\\/ roommate. Also, getting a good deal and facilities in a flat before going to Europe is nearly impossible for international students. So, this option can be taken once you reach your destination and have made some connections or networked there to get a good deal.<\\/p>\\r\\n\\r\\n<p><strong>Homestay:<\\/strong><\\/p>\\r\\n\\r\\n<p>Homestays are another great option for international students in Europe. Homestay is a type of arrangement where you book or rent a room from a family with a house in the country. Staying in a homestay can prove to be very beneficial, as you share a household with the natives and become an integrated part of the family.<\\/p>\\r\\n\\r\\n<p>This could help your interpersonal and socializing skills and could help you learn the local language and culture pretty quickly. A homestay could be a very comfortable and affordable option for international students on a tight budget.<\\/p>\\r\\n\\r\\n<p><strong>Off Campus Accommodation:<\\/strong><\\/p>\\r\\n\\r\\n<p>Some universities might not run an accommodation system themselves. However, the chances are that it has an endorsement from a company that does. Off campus accommodations are usually spread across the town or city that your university is in. However, they are located in places that have easy access to your university.<\\/p>\\r\\n\\r\\n<p>This accommodation can give you a chance to meet people outside your university from all around the world, socialize with them, and learn about their cultures. These kinds of arrangements are often similar to those in on campus residence halls.<\\/p>\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/9.jpg\",\"cover\":\"\",\"display_order\":10,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:59:45.000000Z\",\"updated_at\":\"2023-08-11T11:14:04.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-11 05:29:35', '2023-08-11 05:29:35'),
(NULL, 351, 1, 202308111116048647, 202308111116048647, 'App\\Models\\Blogs', 26, 'update', '{\"blog_id\":26,\"parent_blog\":0,\"title\":\"Tips To Find A Good Accommodation\",\"alias\":\"tips-to-find-a-good-accommodation\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/10.jpeg\",\"cover\":\"\",\"display_order\":11,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T11:00:11.000000Z\",\"updated_at\":\"2023-08-11T11:00:11.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Here are some tips you could keep in mind before finding an apartment in the UK as an international student:<\\/p>\\r\\n\\r\\n<p>Do your research to get a general idea of the city your university is in. Also, find out details about which part of the city you would like to live in if you plan on staying off campus. In case you are staying on campus, research the facilities provided by residence halls.<br \\/>\\r\\n&nbsp;<br \\/>\\r\\nArrange everything before you arrive so that you do not have to face the hassle of finding a place to live right after reaching the UK. Seeking help from your university is the cue for an international student.<br \\/>\\r\\n&nbsp;<br \\/>\\r\\nFind roommates and people who might potentially live with or around you. If you plan on leaving dormitories and finding a place of your own, it would be much easier for you, rent wise if you found a roommate.<br \\/>\\r\\n&nbsp;<br \\/>\\r\\nMake sure the accommodations you choose include everything you need. Go through all possible options to find the right type of accommodation for yourself. Making yourself comfortable in the first few weeks of your arrival is quite important so that you can start focusing on your studies.<br \\/>\\r\\n&nbsp;<br \\/>\\r\\nCollect information about the location you are going to live in. It is essential to know marketplaces, pharmacies, bus stations, and routes to reach your university if you are living off campus.<\\/p>\",\"updated_at\":\"2023-08-11 11:16:04\",\"updatedBy\":1}', '2023-08-11 05:31:04', '2023-08-11 05:31:04');
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, 352, 1, 202308111117177113, 202308111117177113, 'App\\Models\\Blogs', 27, 'update', '{\"blog_id\":27,\"parent_blog\":0,\"title\":\"Skills To Learn Before Going To Europe\",\"alias\":\"skills-to-learn-before-going-to-europe\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/11.jpg\",\"cover\":\"\",\"display_order\":12,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T11:00:31.000000Z\",\"updated_at\":\"2023-08-11T11:00:31.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Having part-time jobs and balancing them with your studies can prove to be very beneficial as an international student in Europe. Part-time jobs give you some sort of financial ease. If you are clever enough, learn a skill that you are somewhat passionate about before you go to study abroad. It is going to make your task of finding a job so much easier if you learn some common skills beforehand.<\\/p>\\r\\n\\r\\n<p>People with some sort of experience and skills are always considered fit for the job in interviews. Also, it is better to have some sort of idea about a job rather than learn from the very beginning, right?<\\/p>\\r\\n\\r\\n<p>Which set of skills should you learn, you ask? The answer to this question is that you know yourself a lot better than anyone else. You just need to figure out your interests and sharpen up your skills to be the best at them.<\\/p>\\r\\n\\r\\n<p>However, here are some major skills you could learn and some training you could take that are easily available before you go to Europe on a student visa!&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Driving:<\\/strong><\\/p>\\r\\n\\r\\n<p>Driving is a skill that is a must in European countries. In the very beginning, you could work for a delivery service, which requires driving and navigation skills. A part-time delivery service could ease your pocket and help support your tight budget as an international student. Driving will help you understand the city&#39;s routes and find your way around them. In addition, it will help you learn the traffic rules and become an ethical driver.<\\/p>\\r\\n\\r\\n<p><strong>Learning The Local Language:<\\/strong><\\/p>\\r\\n\\r\\n<p>Learning the basics of the local language can be very helpful for your entire stay in a . You can just start learning simple words and continue learning them throughout your stay. Knowing the local language will surely help you engage easily in a new society. This helps you make new relationships with people, be they personal or professional, and learn more about native people, their culture, food, and lifestyle.<\\/p>\\r\\n\\r\\n<p>One way to please people who could potentially be your employers is by learning the local language. This will make them like you, as they will see your initiation into their society.&nbsp;<\\/p>\\r\\n\\r\\n<p>Moreover, you will not be limited to jobs such as waiters or CSR departments, which require you to interact directly with customers if you know the local language.<\\/p>\\r\\n\\r\\n<p><strong>Cooking and Baking:<\\/strong><\\/p>\\r\\n\\r\\n<p>Some of us must surely be passionate about cooking and baking. This could be one of the best skills that you have learned before going to Sweden. Cooking and baking skills could get you a job at a restaurant or a bakery.<\\/p>\\r\\n\\r\\n<p>No! You are obviously not going to get a job as a chef at the very beginning, but you can always work your way up. You just need to take 2 to 3 months of training to learn to cook and bake.<\\/p>\\r\\n\\r\\n<p><strong>Hairdressing And Makeup:<\\/strong><\\/p>\\r\\n\\r\\n<p>Hairdressing and makeup can be quite expensive in European countries, unlike in our country. This is one of the job sectors that has a very high demand at this age and pays very well.<\\/p>\\r\\n\\r\\n<p>Also, many basic to advanced training courses are easily available to learn hairdressing and makeup skills. Working in salons will also give you upfront interactions with customers that will automatically enhance your communication skills in Swedish.<\\/p>\\r\\n\\r\\n<p><strong>Plumbing:<\\/strong><\\/p>\\r\\n\\r\\n<p>Plumbing is a job that has one of the highest salaries in the UK, and Britain has been facing the biggest shortage in this skill for a generation now. Learning basic plumbing skills can help you get a job easily as an international student. Learning plumbing enhances your ability to pay attention to detail, work well with people in a foreign land, and grow your customer service skills.<\\/p>\\r\\n\\r\\n<p>Training to learn plumbing can give you firsthand experience dealing with customers. Working as a plumber, you are at a client&rsquo;s home or business, which is pretty much what you need for networking and socializing as an international student. In addition, this will ease your pocketbook since you will be on a tight budget as a student.<\\/p>\\r\\n\\r\\n<p>Note: Skills such as mobile repair, dog walking, and grooming will also help you find odd jobs at the local level.<\\/p>\",\"updated_at\":\"2023-08-11 11:17:17\",\"updatedBy\":1}', '2023-08-11 05:32:17', '2023-08-11 05:32:17'),
(NULL, 353, 1, 202308111120328302, 202308111120328302, 'App\\Models\\Blogs', 28, 'update', '{\"blog_id\":28,\"parent_blog\":0,\"title\":\"Statement Of Purpose\",\"alias\":\"statement-of-purpose\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/12.png\",\"cover\":\"\",\"display_order\":13,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T11:01:17.000000Z\",\"updated_at\":\"2023-08-11T11:01:17.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>A statement of purpose (SOP) is often referred to as a personal statement. It is often 800 - 1000 letters long. An SOP is a vital component of a graduate school application. The SOP explains to admissions committees your background, academic and professional interests, and how you will contribute to the graduate program you are applying to.<br \\/>\\r\\nYou can describe who you are and why the university&#39;s community should accept you in your statement of purpose. It allows the admissions committee to get to know you better and determine how you&#39;ll benefit the classroom.<\\/p>\\r\\n\\r\\n<p><strong>What do universities look for in SOP?<\\/strong><br \\/>\\r\\nUniversities look at your SOP to make a decision regarding your application. The admissions committee looks for your outlook on life, your professional objectives, your convictions, your subject expertise, and your vision. Simply put, a university looks for a picture of your complete personality in your SOP.<\\/p>\\r\\n\\r\\n<p><strong>What to include in an SOP?<\\/strong><br \\/>\\r\\n<strong>Here is a list of mandatory things you need to include in your SOP:<\\/strong><\\/p>\\r\\n\\r\\n<p>Your personal background<br \\/>\\r\\nThe financial background that you come from<br \\/>\\r\\nThe academic details from your previous levels of education<br \\/>\\r\\nIf you have any professional experience (full-time, part-time, or volunteer), please list it.<br \\/>\\r\\nImmediate and long-term goals<br \\/>\\r\\nReasons why you wish to study at this particular institution<br \\/>\\r\\nReasons of being interested in the chosen field<br \\/>\\r\\nAbout extra-curricular activities<br \\/>\\r\\nPublished works, if any<br \\/>\\r\\nPapers submitted, if any<br \\/>\\r\\nInterests, hobbies<br \\/>\\r\\n&nbsp;<br \\/>\\r\\n<strong>What not to do while writing an SOP?<\\/strong><br \\/>\\r\\nThe one and only thing you need to remember while writing an SOP is that it should be genuine. It should be your personal statement that reflects who you are as a person. In the case of any plagiarized or copied SOP from the internet, students will be immediately barred from applying again to the university.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Here are some tips you could use while writing an SOP:<\\/strong><\\/p>\\r\\n\\r\\n<p>Keep it simple and stick to the overview. Write a brief family history.<br \\/>\\r\\nKeep your banking details private. You will need different paperwork if you are seeking scholarships.<br \\/>\\r\\nProfessionally little details. Discuss life lessons rather than conversations at the water cooler.<br \\/>\\r\\nDo not use more words than are permitted.<br \\/>\\r\\nBe direct, and avoid using flattering phrases.<br \\/>\\r\\nDon&#39;t use too many specialized words.<br \\/>\\r\\nAvoid lying in your statement of purpose; doing so could get you rejected.<br \\/>\\r\\nAvoid using colorful papers or fonts.<br \\/>\\r\\nDon&#39;t say that the institution was your second option in your essay.<br \\/>\\r\\nHumor can backfire, so use it with caution!<br \\/>\\r\\n&nbsp;<br \\/>\\r\\n<strong>How do I write a good SOP?<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Plan It Well<\\/strong><br \\/>\\r\\nMake an outline for your SOP, then follow it. An excellent technique to use to construct your introduction is to share an anecdote that sparked your interest in the topic. List your pertinent accomplishments and skills, create points and categories, and, most importantly, explain why you chose the course and the university.<\\/p>\\r\\n\\r\\n<p><strong>Work On A Draft<\\/strong><br \\/>\\r\\nWith your schooling and professional experience behind you, concentrate on sharing what you&#39;ve learned. When creating your SOP, try to avoid using too much technical terminology and stick to active voice. Address any issues with the gap year or academics in a positive way. Make sure the start and end of your SOP are both distinct. Keep in mind that your SOP should always be written in reverse chronological order.<\\/p>\\r\\n\\r\\n<p><strong>Review Before You Send It<\\/strong><br \\/>\\r\\nChecking what you&#39;ve written is crucial. The flow, vocabulary, grammatical faults, extended phrases, and other flaws can all be improved with a second analysis. Ask your lecturer, a senior, or an IDP counselor for a second opinion. Before submitting, make sure to properly proofread and double-check.<\\/p>\",\"updated_at\":\"2023-08-11 11:20:32\",\"updatedBy\":1}', '2023-08-11 05:35:32', '2023-08-11 05:35:32'),
(NULL, 354, 1, 202308111121178866, 202308111121178866, 'App\\Models\\Blogs', 29, 'update', '{\"blog_id\":29,\"parent_blog\":0,\"title\":\"Letter of Recommendation\",\"alias\":\"letter-of-recommendation\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/14.jfif\",\"cover\":\"\",\"display_order\":14,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T11:02:05.000000Z\",\"updated_at\":\"2023-08-11T11:02:05.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>A letter of reference is one that endorses a candidate for a position as a student, employee, coworker, or colleague. A letter of reference, or LOR, is another name for it. When given to a student, this letter enables the admissions panel to learn more about the candidate. It goes without saying that this is a terrific tool for highlighting the applicant&#39;s strengths and most important information as seen through the mentor&#39;s, superior&#39;s, advisor&#39;s, or faculty member&#39;s perspective.<\\/p>\\r\\n\\r\\n<p><strong>What are the types of LOR?<\\/strong><br \\/>\\r\\nLetters of recommendation are broadly classified into two categories. They are as follows:<\\/p>\\r\\n\\r\\n<p><strong>Academic LOR<\\/strong><br \\/>\\r\\nA letter of reference from a professor at your present or former educational institution is known as an &quot;academic LOR.&quot; You will often need to submit two or three LORs from your previous institution to universities. This might be professors from your college if you&#39;re applying to master&#39;s or doctoral programs, or it could be your school&#39;s instructors if you&#39;re taking undergraduate classes. The substance of the Letter of Recommendation (LOR) format from the faculty frequently varies. It calls for the professor to highlight the applicant&#39;s successes as a course participant.<\\/p>\\r\\n\\r\\n<p><strong>Professional LOR<\\/strong><br \\/>\\r\\nThe majority of colleges abroad have established guidelines for required job experience. So they ask their immediate boss for a professional letter of recommendation. The format of a professional letter of recommendation (LOR) from a supervisor differs from an academic LOR. A professional LOR emphasizes the applicant&#39;s capacity for teamwork, exposure to the field, and leadership skills. These are attributes required for the course for which it is being submitted.<\\/p>\\r\\n\\r\\n<p><strong>Why are Recommendation Letters important?<\\/strong><br \\/>\\r\\nUniversities frequently use your letters of recommendation as confirmation of the accomplishments listed on your r&eacute;sum&eacute;. LORs can provide concrete evidence of your involvement with a company or your time spent in education because they are typically sought on business letterhead.<br \\/>\\r\\nA letter of recommendation also discusses your character and other pertinent qualities that are crucial for students. Universities typically require an academic LOR, which serves as confirmation of your academic abilities. Additionally, it supports traits like discipline, commitment to your studies, and your behavior or interaction in class. In essence, what you write in your LOR gives another professor the perspective of a professor, which strengthens your application as a potential student.<\\/p>\\r\\n\\r\\n<p><strong>Who writes a letter of recommendation for me?<\\/strong><br \\/>\\r\\nA candidate will frequently have their recommendation written by someone with whom they have a good rapport and who is easy to deal with, rather than by a strict mentor who is challenging to work with. It is crucial that you have a thorough conversation first and discuss the necessity of a recommendation letter before making a formal request for one. Before drafting your letter of recommendation, the recommender should have a quick note, a summary of the course, and an understanding of your areas of interest. Just be careful to include dates of association that are exact and clear.<br \\/>\\r\\nIn a word, the finest recommendation letters are written by people who willingly agree to do so and are not under any pressure. For instance, what good is asking someone to write a recommendation if they don&#39;t have time or are too busy and only manage to write 50 words instead of 200&ndash;250? It is bad form to write a letter that is hazy, sloppy, and hurried. A recommendation ought to come from a person with the required standing; this would lend the letter more authority. Therefore, choose someone carefully when asking them to write a letter of recommendation for you.<\\/p>\",\"updated_at\":\"2023-08-11 11:21:17\",\"updatedBy\":1}', '2023-08-11 05:36:17', '2023-08-11 05:36:17'),
(NULL, 355, 1, 202308111122001946, 202308111122001946, 'App\\Models\\Blogs', 30, 'update', '{\"blog_id\":30,\"parent_blog\":0,\"title\":\"Eiusmod Velit in quo\",\"alias\":\"eiusmod-velit-in-quo\",\"text\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/15.jpg\",\"cover\":\"\",\"display_order\":15,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T11:03:18.000000Z\",\"updated_at\":\"2023-08-11T11:03:18.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Il &eacute;tait une fois une terre riche en histoire et en culture, connue sous le nom de France. L&#39;histoire de la France remonte &agrave; des mill&eacute;naires, lorsque les tribus celtes peuplaient cette r&eacute;gion. Les Romains sont arriv&eacute;s au 1er si&egrave;cle avant notre &egrave;re, apportant avec eux leur langue et leur culture. Pendant des si&egrave;cles, la r&eacute;gion qui est maintenant la France a &eacute;t&eacute; le th&eacute;&acirc;tre de diverses influences culturelles et de conflits.<\\/p>\\r\\n\\r\\n<p>Au Moyen &Acirc;ge, la France a vu l&#39;&eacute;mergence de puissantes dynasties royales, telles que les Carolingiens et les Cap&eacute;tiens. Le Moyen &Acirc;ge a &eacute;galement &eacute;t&eacute; t&eacute;moin de la construction de majestueuses cath&eacute;drales gothiques, dont la plus c&eacute;l&egrave;bre est la cath&eacute;drale Notre-Dame de Paris. La France m&eacute;di&eacute;vale a &eacute;t&eacute; marqu&eacute;e par des conflits f&eacute;odaux, des croisades et la guerre de Cent Ans contre l&#39;Angleterre.<\\/p>\\r\\n\\r\\n<p>La Renaissance a apport&eacute; un renouveau culturel en France, avec des personnalit&eacute;s telles que L&eacute;onard de Vinci trouvant refuge &agrave; la cour du roi Fran&ccedil;ois Ier. L&#39;art et la litt&eacute;rature ont prosp&eacute;r&eacute; pendant cette p&eacute;riode, contribuant &agrave; l&#39;&eacute;mergence de la France en tant que centre culturel europ&eacute;en.<\\/p>\\r\\n\\r\\n<p>Le XVIIe si&egrave;cle a &eacute;t&eacute; marqu&eacute; par le r&egrave;gne de Louis XIV, &eacute;galement connu sous le nom de Roi-Soleil. Sa cour &agrave; Versailles est devenue un symbole de la grandeur et du pouvoir de la France. Cependant, cette p&eacute;riode a &eacute;galement &eacute;t&eacute; marqu&eacute;e par des conflits tels que la guerre de Trente Ans.<\\/p>\\r\\n\\r\\n<p>Le XVIIIe si&egrave;cle a &eacute;t&eacute; le t&eacute;moin de l&#39;&acirc;ge des Lumi&egrave;res en France, avec des penseurs comme Voltaire, Rousseau et Diderot promouvant des id&eacute;es de libert&eacute;, d&#39;&eacute;galit&eacute; et de fraternit&eacute;. Ces id&eacute;es ont contribu&eacute; &agrave; alimenter le m&eacute;contentement populaire contre la monarchie absolue et ont finalement conduit &agrave; la R&eacute;volution fran&ccedil;aise en 1789.<\\/p>\\r\\n\\r\\n<p>La R&eacute;volution fran&ccedil;aise a entra&icirc;n&eacute; la chute de la monarchie, la mont&eacute;e et la chute de Napol&eacute;on Bonaparte, et finalement l&#39;&eacute;tablissement de la Troisi&egrave;me R&eacute;publique en 1870. La France a &eacute;t&eacute; t&eacute;moin de bouleversements politiques, sociaux et &eacute;conomiques tout au long du XIXe si&egrave;cle.<\\/p>\\r\\n\\r\\n<p>Le XXe si&egrave;cle a &eacute;t&eacute; marqu&eacute; par les deux guerres mondiales, qui ont eu un impact profond sur la France et sa population. La Seconde Guerre mondiale a vu l&#39;occupation allemande et la r&eacute;sistance fran&ccedil;aise, symbolis&eacute;e par le G&eacute;n&eacute;ral de Gaulle. La fin de la guerre a conduit &agrave; la naissance de la Quatri&egrave;me R&eacute;publique et &agrave; la d&eacute;colonisation de nombreuses r&eacute;gions, notamment l&#39;Alg&eacute;rie.<\\/p>\\r\\n\\r\\n<p>Aujourd&#39;hui, la France est connue pour sa culture riche et diversifi&eacute;e, sa gastronomie renomm&eacute;e, son influence dans les arts et la mode, ainsi que son r&ocirc;le en tant que membre cl&eacute; de l&#39;Union europ&eacute;enne. L&#39;histoire de la France continue d&#39;inspirer et de fasciner, refl&eacute;tant une nation qui a travers&eacute; des &eacute;preuves et des triomphes pour devenir ce qu&#39;elle est aujourd&#39;hui.<\\/p>\",\"updated_at\":\"2023-08-11 11:22:00\",\"updatedBy\":1}', '2023-08-11 05:37:00', '2023-08-11 05:37:00'),
(NULL, 356, 1, 202308111123244670, 202308111123244670, 'App\\Models\\Faqs', 2, 'create', NULL, '{\"title\":\"Is application process same for all the countries?\",\"text\":\"<p>No, application process varies from county to country in terms of documentation and the pre-requisite tests.<\\/p>\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:23:24.000000Z\",\"created_at\":\"2023-08-11T11:23:24.000000Z\",\"faq_id\":2,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:38:24', '2023-08-11 05:38:24'),
(NULL, 357, 1, 202308111124286533, 202308111124286533, 'App\\Models\\Faqs', 1, 'update', '{\"faq_id\":1,\"title\":\"Where is Rosetta Education Located?\",\"text\":\"<p>It is located in &quot;Kathmandu&quot;<\\/p>\",\"display_order\":2,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-06T04:34:53.000000Z\",\"updated_at\":\"2023-08-11T11:23:28.000000Z\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Which countries does the Trust Education Foundation work for?\",\"text\":\"<p>Trust only works for European and Nordic countries. Specifically, Sweden, Denmark, Norway, Finland, and the UK.<\\/p>\",\"updated_at\":\"2023-08-11 11:24:28\",\"updatedBy\":1}', '2023-08-11 05:39:28', '2023-08-11 05:39:28'),
(NULL, 358, 1, 202308111125012338, 202308111125012338, 'App\\Models\\Faqs', 3, 'create', NULL, '{\"title\":\"What kind of visas can I apply for with the assistance of Trust?\",\"text\":\"<p>Trust helps students obtain student visas to further their education.<\\/p>\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:25:01.000000Z\",\"created_at\":\"2023-08-11T11:25:01.000000Z\",\"faq_id\":3,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:40:01', '2023-08-11 05:40:01'),
(NULL, 359, 1, 202308111125343316, 202308111125343316, 'App\\Models\\Faqs', 4, 'create', NULL, '{\"title\":\"Can I apply for a Work Visa with Trust\\u2019s assistance?\",\"text\":\"<p>Sorry! Work visas are not aided by trust.<\\/p>\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:25:34.000000Z\",\"created_at\":\"2023-08-11T11:25:34.000000Z\",\"faq_id\":4,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:40:34', '2023-08-11 05:40:34'),
(NULL, 360, 1, 202308111126153370, 202308111126153370, 'App\\Models\\Faqs', 5, 'create', NULL, '{\"title\":\"What are the major academic requirements to apply for higher studies in Nordic countries?\",\"text\":\"<p>Academic percentages above 50% are well regarded for applying to higher studies in Nordic countries. However, a few universities and institutions accept percentages below 50% for some specific programs.<\\/p>\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:26:15.000000Z\",\"created_at\":\"2023-08-11T11:26:15.000000Z\",\"faq_id\":5,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:41:15', '2023-08-11 05:41:15'),
(NULL, 361, 1, 202308111126378519, 202308111126378519, 'App\\Models\\Faqs', 6, 'create', NULL, '{\"title\":\"How much GPA score is necessary?\",\"text\":\"<p>A GPA score of at least 2.4 is necessary for universities in Nordic countries. However, a few universities and institutions accept GPAs below 2.4 for some specific programs.<\\/p>\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:26:37.000000Z\",\"created_at\":\"2023-08-11T11:26:37.000000Z\",\"faq_id\":6,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:41:37', '2023-08-11 05:41:37'),
(NULL, 362, 1, 202308111126577861, 202308111126577861, 'App\\Models\\Faqs', 7, 'create', NULL, '{\"title\":\"Is a language proficiency test required?\",\"text\":\"<p>Yes! To apply for higher education in the Nordic countries, a language proficiency test is required.<\\/p>\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:26:57.000000Z\",\"created_at\":\"2023-08-11T11:26:57.000000Z\",\"faq_id\":7,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:41:57', '2023-08-11 05:41:57'),
(NULL, 363, 1, 202308111127167774, 202308111127167774, 'App\\Models\\Faqs', 8, 'create', NULL, '{\"title\":\"Should I get an IELTS or PTE Language Proficiency Test?\",\"text\":\"<p>You can choose between the two tests. Both IELTS and PTE Language Proficiency Tests are valid to apply to Nordic countries. However, the test results must not have expired.<\\/p>\",\"display_order\":\"8\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:27:16.000000Z\",\"created_at\":\"2023-08-11T11:27:16.000000Z\",\"faq_id\":8,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:42:16', '2023-08-11 05:42:16'),
(NULL, 364, 1, 202308111127353845, 202308111127353845, 'App\\Models\\Faqs', 9, 'create', NULL, '{\"title\":\"How much do I have to score in the IELTS Test?\",\"text\":\"<p>The minimum requirement for an IELTS score is 6.5 overall and 5.5 in each band. No score below that is accepted.<\\/p>\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:27:35.000000Z\",\"created_at\":\"2023-08-11T11:27:35.000000Z\",\"faq_id\":9,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:42:35', '2023-08-11 05:42:35'),
(NULL, 365, 1, 202308111127568067, 202308111127568067, 'App\\Models\\Faqs', 10, 'create', NULL, '{\"title\":\"How much do I have to score in the PTE Test?\",\"text\":\"<p>The minimum requirement for a PTE score is 62 overall and 61 in writing. No score below that is accepted.<\\/p>\",\"display_order\":\"10\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:27:56.000000Z\",\"created_at\":\"2023-08-11T11:27:56.000000Z\",\"faq_id\":10,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:42:56', '2023-08-11 05:42:56'),
(NULL, 366, 1, 202308111128238771, 202308111128238771, 'App\\Models\\Faqs', 11, 'create', NULL, '{\"title\":\"Can I apply without a Language Proficiency Test?\",\"text\":\"<p>NO! We are sorry to let you know that a language proficiency test is a must to apply for higher education in the Nordic countries.<\\/p>\",\"display_order\":\"11\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:28:23.000000Z\",\"created_at\":\"2023-08-11T11:28:23.000000Z\",\"faq_id\":11,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:43:23', '2023-08-11 05:43:23'),
(NULL, 367, 1, 202308111128411909, 202308111128411909, 'App\\Models\\Faqs', 12, 'create', NULL, '{\"title\":\"Why is the IELTS or PTE Test score so essential?\",\"text\":\"<p>Universities in the Nordic countries teach in English, and English is a second language in these countries. Language proficiency tests (IELTS or PTE) are critical to avoiding communication and language barriers.<\\/p>\",\"display_order\":\"12\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:28:41.000000Z\",\"created_at\":\"2023-08-11T11:28:41.000000Z\",\"faq_id\":12,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:43:41', '2023-08-11 05:43:41'),
(NULL, 368, 1, 202308111129041342, 202308111129041342, 'App\\Models\\Faqs', 13, 'create', NULL, '{\"title\":\"Is the gap between study years accepted\",\"text\":\"<p>Yes, gap years after finishing +2 or a bachelor&#39;s or master&#39;s are accepted depending upon universities and their own requirement. However, a very long gap of 10+ years is only accepted by Sweden in the case of excellent academic scorers.<\\/p>\",\"display_order\":\"13\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:29:04.000000Z\",\"created_at\":\"2023-08-11T11:29:04.000000Z\",\"faq_id\":13,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:44:04', '2023-08-11 05:44:04'),
(NULL, 369, 1, 202308111129256318, 202308111129256318, 'App\\Models\\Faqs', 14, 'create', NULL, '{\"title\":\"Can I take my spouse along with me as my dependent?\",\"text\":\"<p>Yes! We are very happy to inform you that you do not have to leave your better half behind and that you can bring them with you as a dependent in Sweden, Denmark and UK. You can take them when going for a bachelor&#39;s or master&#39;s degree in Sweden or Denmark. However, in the UK, you can only take your dependents when going for a master&rsquo;s degree. Bonus: Healthcare and education are free for your dependent spouse in the Nordic countries.<\\/p>\",\"display_order\":\"14\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:29:25.000000Z\",\"created_at\":\"2023-08-11T11:29:25.000000Z\",\"faq_id\":14,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:44:25', '2023-08-11 05:44:25'),
(NULL, 370, 1, 202308111129466722, 202308111129466722, 'App\\Models\\Faqs', 15, 'create', NULL, '{\"title\":\"Can I take my children with me along with my dependent?\",\"text\":\"<p>Yes, you can take your children along with you and your dependent spouse to Sweden or Denmark. However, your child has to be under the age of 18.<\\/p>\",\"display_order\":\"15\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:29:46.000000Z\",\"created_at\":\"2023-08-11T11:29:46.000000Z\",\"faq_id\":15,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:44:46', '2023-08-11 05:44:46'),
(NULL, 371, 1, 202308111130046246, 202308111130046246, 'App\\Models\\Faqs', 16, 'create', NULL, '{\"title\":\"What if I only want to take my children with me to a Nordic country?\",\"text\":\"<p>It is absolutely possible to take only your children with you to a Nordic country on a student visa!<\\/p>\",\"display_order\":\"16\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:30:04.000000Z\",\"created_at\":\"2023-08-11T11:30:04.000000Z\",\"faq_id\":16,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:45:04', '2023-08-11 05:45:04'),
(NULL, 372, 1, 202308111130234805, 202308111130234805, 'App\\Models\\Faqs', 17, 'create', NULL, '{\"title\":\"What is the approximate cost of applying for higher education in the Nordic countries?\",\"text\":\"<p>The cost of applying varies according to the country, university, program, and your choice.<\\/p>\",\"display_order\":\"17\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:30:23.000000Z\",\"created_at\":\"2023-08-11T11:30:23.000000Z\",\"faq_id\":17,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:45:23', '2023-08-11 05:45:23'),
(NULL, 373, 1, 202308111130418729, 202308111130418729, 'App\\Models\\Faqs', 18, 'create', NULL, '{\"title\":\"What are work hours like in Sweden, Denmark and the UK?\",\"text\":\"<p>Work hours are unlimited for international students in Sweden. However, working hours for international students in Denmark and the UK are limited to 20 hours a week.<\\/p>\",\"display_order\":\"18\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:30:41.000000Z\",\"created_at\":\"2023-08-11T11:30:41.000000Z\",\"faq_id\":18,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:45:41', '2023-08-11 05:45:41'),
(NULL, 374, 1, 202308111131002880, 202308111131002880, 'App\\Models\\Faqs', 19, 'create', NULL, '{\"title\":\"What is the difference between a Statement Of Purpose (SOP) and a motivation letter?\",\"text\":\"<p>A motivation letter is exactly the same as a statement of purpose. It&#39;s essentially just a more elegant method of expressing the same idea.<\\/p>\",\"display_order\":\"19\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:31:00.000000Z\",\"created_at\":\"2023-08-11T11:31:00.000000Z\",\"faq_id\":19,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:46:00', '2023-08-11 05:46:00'),
(NULL, 375, 1, 202308111131237085, 202308111131237085, 'App\\Models\\Faqs', 20, 'create', NULL, '{\"title\":\"What does a college application documents checklist look like?\",\"text\":\"<p>1. Up-to-date academic documents and certificates. 2. Valid passport. 3. Unexpired IELTS or PTE score certificate. 4. Work or training experience certificates (if any). 5. Motivational letter. 6. Application fee (different for different universities and countries) .<\\/p>\",\"display_order\":\"20\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:31:23.000000Z\",\"created_at\":\"2023-08-11T11:31:23.000000Z\",\"faq_id\":20,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:46:23', '2023-08-11 05:46:23'),
(NULL, 376, 1, 202308111131465134, 202308111131465134, 'App\\Models\\Faqs', 21, 'create', NULL, '{\"title\":\"What does a visa application documents checklist look like?\",\"text\":\"<p>1. Up-to-date academic documents and certificates. 2. Valid passport. 3.Bank statements and certificates from the previous three months with proof of funds enough to sustain oneself as well as dependents (in the case of dependents, between NPR 15 Lakhs to NPR 30 Lakhs for each individual depending upon city or university you choose to go to). 4.Visa Application Fee (different for different countries).<\\/p>\",\"display_order\":\"21\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:31:46.000000Z\",\"created_at\":\"2023-08-11T11:31:46.000000Z\",\"faq_id\":21,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:46:46', '2023-08-11 05:46:46'),
(NULL, 377, 1, 202308111133159741, 202308111133159741, 'App\\Models\\Articles', 9, 'create', NULL, '{\"title\":\"History\",\"text\":\"<p><img alt=\\\"\\\" src=\\\"https:\\/\\/www.trusteducation.com.np\\/uploads\\/images\\/files\\/professional.jpg\\\" \\/><\\/p>\\r\\n\\r\\n<p>About Us<\\/p>\\r\\n\\r\\n<h2>Organizatin History<\\/h2>\\r\\n\\r\\n<p>Trust Education came together when an entrepreneur had a vision to create a bridge between young potential learners and the best available educational opportunities around the world. Trust stands tall after a series of hits and trials to find the best study route for potential youths willing to study abroad. The Trust Education Foundation was founded and officially registered in 2014 and has proudly been successful in directing the students towards recognizing their best potential with the help of its best counseling team.<\\/p>\\r\\n\\r\\n<p>TEF promotes world-class education in European countries, including the UK, Norway, Sweden, Denmark, and Finland. Unlike other education consulting platforms, the uniqueness of TEF is reflected in the choice of non-commercialized Northern European countries proven to be very reliable with top-ranked universities and globally recognized degrees. Trust and its team of counselors have always been focused on identifying the skills and hidden potentials of students and helping them find the best destination country, university, and study courses that will uplift them in the long run.<\\/p>\\r\\n\\r\\n<p>Trust truly believes that it has the utmost experience in finding the right balance between the demand of the educational market and the best interests of students. Working with the same vision all the way from 2014 to this date, the company has been successful in securing the educational futures of at least 200 Nepali and South Asian students each year.<\\/p>\\r\\n\\r\\n<p>Furthermore, Trust has been giving students an experience of the entire process, from figuring out their best pathways through career counseling to reaching their destination country and everything in between. The company has also initiated test preparation classes, an admission application review system, students&rsquo; assessment services, and mandatory pre-departure orientation classes for the students who have dreamed of getting higher education in European institutions.<\\/p>\\r\\n\\r\\n<p>The company has amplified its business direction by forming an authorized student enrollment partner for international institutions that wish to enroll students in and out of&nbsp;&nbsp;Nepal. Trust has been and will continue to work with its strong vision to bridge the gap between international education institutions and students seeking higher education abroad.<\\/p>\",\"seo_title\":\"\",\"seo_keywords\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"history\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:33:15.000000Z\",\"created_at\":\"2023-08-11T11:33:15.000000Z\",\"article_id\":9,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:48:15', '2023-08-11 05:48:15'),
(NULL, 378, 1, 202308111134533778, 202308111134533778, 'App\\Models\\Articles', 10, 'create', NULL, '{\"title\":\"Mission Objectives\",\"text\":\"<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Mission<\\/a><\\/h4>\\r\\n\\r\\n<p>Our mission is to provide incomparable services, quality education, standard and hi-tech facilities and trustworthy advice to the students who seeks higher education abroad without keeping any hidden compensations, prejudice and alluring benefits.<\\/p>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Vision<\\/a><\\/h4>\\r\\n\\r\\n<p>To be the market leader in providing one-stop study abroad solutions for the students and help them achieve their goals through proper career counseling &amp; guidance, to add value for our partner institutions and all other stakeholders.<\\/p>\\r\\n\\r\\n<h2>Why us?<\\/h2>\\r\\n\\r\\n<p>&ldquo;Trust&rdquo; is what that is required amongst the students willing to be abroad and institutions in abroad willing to take the students from.<\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/trusteducation.net\\/register\\/\\\" target=\\\"_blank\\\">Click here for apply<\\/a><\\/p>\\r\\n\\r\\n<p><img alt=\\\"\\\" src=\\\"https:\\/\\/www.trusteducation.net\\/assets\\/images\\/resource\\/instructor.png\\\" \\/><\\/p>\",\"seo_title\":\"\",\"seo_keywords\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"mission-objectives\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:34:53.000000Z\",\"created_at\":\"2023-08-11T11:34:53.000000Z\",\"article_id\":10,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:49:53', '2023-08-11 05:49:53'),
(NULL, 379, 1, 202308111136105686, 202308111136105686, 'App\\Models\\Articles', 11, 'create', NULL, '{\"title\":\"Organization Structure\",\"text\":\"<p><img src=\\\"https:\\/\\/www.trusteducation.net\\/uploads\\/images\\/files\\/organization_structure.jpg\\\" \\/><\\/p>\",\"seo_title\":\"\",\"seo_keywords\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"organization-structure\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:36:10.000000Z\",\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"article_id\":11,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 05:51:10', '2023-08-11 05:51:10'),
(NULL, 380, 1, 202308111136417304, 202308111136417304, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":0,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"<p><img src=\\\"https:\\/\\/www.trusteducation.net\\/uploads\\/images\\/files\\/organization_structure.jpg\\\" \\/><\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-11T11:36:15.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"\",\"updated_at\":\"2023-08-11 11:36:41\",\"updatedBy\":1}', '2023-08-11 05:51:41', '2023-08-11 05:51:41'),
(NULL, 381, 1, 202308111137272994, 202308111137272994, 'App\\Models\\Articles', 7, 'update', '{\"article_id\":7,\"parent_article\":0,\"title\":\"Message From MD\",\"alias\":\"message-from-md\",\"text\":\"<p>Trust Education came together when an entrepreneur had a vision to create a bridge between young potential learners and the best available educational opportunities around the world. Trust stands tall after a series of hits and trials to find the best study route for potential youths willing to study abroad. The Trust Education Foundation was founded and officially registered in 2014 and has proudly been successful in directing the students towards recognizing their best potential with the help of its best counseling team.<\\/p>\\r\\n\\r\\n<p>TEF promotes world-class education in European countries, including the UK, Norway, Sweden, Denmark, and Finland. Unlike other education consulting platforms, the uniqueness of TEF is reflected in the choice of non-commercialized Northern European countries proven to be very reliable with top-ranked universities and globally recognized degrees. Trust and its team of counselors have always been focused on identifying the skills and hidden potentials of students and helping them find the best destination country, university, and study courses that will uplift them in the long run.<\\/p>\\r\\n\\r\\n<p>Trust truly believes that it has the utmost experience in finding the right balance between the demand of the educational market and the best interests of students. Working with the same vision all the way from 2014 to this date, the company has been successful in securing the educational futures of at least 200 Nepali and South Asian students each year.<\\/p>\\r\\n\\r\\n<p>Furthermore, Trust has been giving students an experience of the entire process, from figuring out their best pathways through career counseling to reaching their destination country and everything in between. The company has also initiated test preparation classes, an admission application review system, students&rsquo; assessment services, and mandatory pre-departure orientation classes for the students who have dreamed of getting higher education in European institutions.<\\/p>\\r\\n\\r\\n<p>The company has amplified its business direction by forming an authorized student enrollment partner for international institutions that wish to enroll students in and out of&nbsp;&nbsp;Nepal. Trust has been and will continue to work with its strong vision to bridge the gap between international education institutions and students seeking higher education abroad.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/professional.jpg\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-25T01:09:10.000000Z\",\"updated_at\":\"2023-08-11T11:36:15.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Message From CEO\",\"text\":\"<p><img alt=\\\"\\\" src=\\\"http:\\/\\/trusteducation.net\\/uploads\\/images\\/files\\/86186030_10157184580322957_8721854151719387136_n%20(1).jpg\\\" \\/><\\/p>\\r\\n\\r\\n<p>About Us<\\/p>\\r\\n\\r\\n<h2>Message from CEO<\\/h2>\\r\\n\\r\\n<p>&nbsp;A cut-throat competition exists between the people in achieving enviable success. The backbone for enabling people to participate in the competition is good academics.&nbsp; To achieve a good academic standard, people have started searching for the appropriate alternatives beyond the national territory. People are garnering their dream to get admitted in the best of the best universities in the world and it is being taken as a status symbol as well. The increasing desire of the students in our country for foreign studies is the present scenario of our country. Due to globalization, the world is getting much narrower which acquaints one and all with the features of every nook and corner of the world.<\\/p>\\r\\n\\r\\n<p>People get attracted to the features which have been known to them in the blink of time by means of technological advancement. This has made us all informed of the way through which we can reach our targeted destination. Your decision of studying abroad is an appreciable one as it is the need of time and this would get the expected result only if you possess a keenly prepared profile, good academic background, and experience you earned in any field. The greed of academic proficiency, prospective career, sophisticated lifestyle, or unconditional independence might be the factor that has provoked you to opt for abroad studies.&nbsp; The driving factor to select abroad studies could be different with different students depending upon the social, economic, and regional backgrounds.<\\/p>\\r\\n\\r\\n<p>Whatever be the factor, the achievement of the desire becomes inevitable provided proper guidance and counseling by an experienced and intimate counselor.&nbsp; The deep and detailed knowledge of our counselors and instructors regarding documentation and test preparation, with certainty, helps you achieve your desired ambition.&nbsp; The guidelines from such counselors for pursuing international degrees would lead you to the correct path if your plan for abroad studies is made whole- heartedly.&nbsp; We assure you of the achievement of your desired ambition to further your academic career in a European country. The prompt and updated information our counselors possess about the changing policies of the countries would be extensively beneficial for the success. Achievement of your success is our passion. Trust is trustworthy to respect your trust.&nbsp;<\\/p>\\r\\n\\r\\n<p>SAROJ THAPALIA<\\/p>\\r\\n\\r\\n<p>MD<\\/p>\",\"updated_at\":\"2023-08-11 11:37:27\",\"updatedBy\":1}', '2023-08-11 05:52:27', '2023-08-11 05:52:27');
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, 382, 1, 202308111148473180, 202308111148473180, 'App\\Models\\Preparationclasses', 10, 'create', NULL, '{\"title\":\"TOEFL\",\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\\r\\n<h5>Other support services by Trust Education<\\/h5>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.trusteducation.net\\/services\\/personal-guidance\\\">Personal Guidance<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.trusteducation.net\\/services\\/scholarship-assistance\\\">Scholarship Assistance<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.trusteducation.net\\/services\\/admission-guidance\\\">Admission Guidance<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.trusteducation.net\\/services\\/on-spot-admissions\\\">On-the-Spot Admissions<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.trusteducation.net\\/services\\/accommodation-assistance\\\">Accommodation Assistance<\\/a><\\/li>\\r\\n<\\/ul>\",\"intro\":\"\",\"remarks\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"parent_preparationclass\":\"0\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"alias\":\"toefl\",\"display_order\":\"10\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:48:47.000000Z\",\"created_at\":\"2023-08-11T11:48:47.000000Z\",\"preparationclass_id\":10,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 06:03:47', '2023-08-11 06:03:47'),
(NULL, 383, 1, 202308111149329520, 202308111149329520, 'App\\Models\\Preparationclasses', 10, 'update', '{\"preparationclass_id\":10,\"title\":\"TOEFL\",\"alias\":\"toefl\",\"parent_preparationclass\":0,\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\\r\\n<h5>Other support services by Trust Education<\\/h5>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.trusteducation.net\\/services\\/personal-guidance\\\">Personal Guidance<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.trusteducation.net\\/services\\/scholarship-assistance\\\">Scholarship Assistance<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.trusteducation.net\\/services\\/admission-guidance\\\">Admission Guidance<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.trusteducation.net\\/services\\/on-spot-admissions\\\">On-the-Spot Admissions<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.trusteducation.net\\/services\\/accommodation-assistance\\\">Accommodation Assistance<\\/a><\\/li>\\r\\n<\\/ul>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":10,\"status\":1,\"created_at\":\"2023-08-11T11:48:47.000000Z\",\"updated_at\":\"2023-08-11T11:48:47.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<\\/p>\",\"updated_at\":\"2023-08-11 11:49:32\",\"updatedBy\":1}', '2023-08-11 06:04:32', '2023-08-11 06:04:32'),
(NULL, 384, 1, 202308111156079822, 202308111156079822, 'App\\Models\\Countryarticles', 3, 'create', NULL, '{\"title\":\"Future Prospects\",\"text\":\"<p>Studying in Sweden could be one of the most advantageous possibilities for a better life and the best career. Ask why?<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Working hours are unlimited for international students in Sweden, which enables them to work part time jobs that help support their living expenses. Pursuing a degree and working to sustain themselves can go hand in hand for international students in Sweden.&nbsp;<\\/li>\\r\\n\\t<li>Sweden gives permanent residency to students after they switch to a work permit and work for four years.<\\/li>\\r\\n\\t<li>For students who aim to settle in Sweden, it is easy to apply for a permanent residence permit. Unlike other countries, a permanent residence permit is easily granted after obtaining a work permit.<\\/li>\\r\\n\\t<li>You automatically get a PSW (Post Study Work Visa) with a validity of one year after completing your studies in Sweden. The benefits of PSW are that it helps you gain more experience and work on your niche. In addition, it gives you space to explore the possibilities of starting your own business or launching your career.<\\/li>\\r\\n\\t<li>According to government regulations, the hourly wage per person is 183 Swedish krona. This means that, as an international student, you can earn up to 15,000 SEK per month.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"0\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/5_Mesa de trabajo 1.png\",\"alias\":\"future-prospects\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:56:07.000000Z\",\"created_at\":\"2023-08-11T11:56:07.000000Z\",\"article_id\":3,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 06:11:07', '2023-08-11 06:11:07'),
(NULL, 385, 1, 202308111156186052, 202308111156186052, 'App\\Models\\Countryarticles', 3, 'update', '{\"article_id\":3,\"countries_id\":0,\"parent_article\":0,\"title\":\"Future Prospects\",\"alias\":\"future-prospects\",\"text\":\"<p>Studying in Sweden could be one of the most advantageous possibilities for a better life and the best career. Ask why?<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Working hours are unlimited for international students in Sweden, which enables them to work part time jobs that help support their living expenses. Pursuing a degree and working to sustain themselves can go hand in hand for international students in Sweden.&nbsp;<\\/li>\\r\\n\\t<li>Sweden gives permanent residency to students after they switch to a work permit and work for four years.<\\/li>\\r\\n\\t<li>For students who aim to settle in Sweden, it is easy to apply for a permanent residence permit. Unlike other countries, a permanent residence permit is easily granted after obtaining a work permit.<\\/li>\\r\\n\\t<li>You automatically get a PSW (Post Study Work Visa) with a validity of one year after completing your studies in Sweden. The benefits of PSW are that it helps you gain more experience and work on your niche. In addition, it gives you space to explore the possibilities of starting your own business or launching your career.<\\/li>\\r\\n\\t<li>According to government regulations, the hourly wage per person is 183 Swedish krona. This means that, as an international student, you can earn up to 15,000 SEK per month.<\\/li>\\r\\n<\\/ul>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/5_Mesa de trabajo 1.png\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:56:07.000000Z\",\"updated_at\":\"2023-08-11T11:56:07.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"countries_id\":\"8\",\"updated_at\":\"2023-08-11 11:56:18\",\"updatedBy\":1}', '2023-08-11 06:11:18', '2023-08-11 06:11:18'),
(NULL, 386, 1, 202308111158006984, 202308111158006984, 'App\\Models\\Countryarticles', 4, 'create', NULL, '{\"title\":\"Universities in Sweden\",\"text\":\"<p>Among the renowned universities in Sweden these are some of the lists of universities that have been highly accredited: &nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.chalmers.se\\/en\\/\\\">Chalmers University of Technology<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uu.se\\/en\\\">Uppsala University<\\/a>&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/hh.se\\/english.html\\\">Halmstad University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"http:\\/\\/%20https\\/\\/www.his.se\\/en\\/\\\">University of Skovde<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"http:\\/\\/%20https\\/\\/www.bth.se\\/eng\\/%C2%A0\\\">Blekinge Institute of Technology<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.hv.se\\/en\\/education\\\">University West<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.hhs.se\\/en\\/\\\">Stockholm School of Economics<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/mau.se\\/en\\/\\\">Malmo University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/liu.se\\/en\\\">Linkoping University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.umu.se\\/en\\/\\\">Umea Universitet<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.sh.se\\/english\\/sodertorn-university\\\">Sodertorn University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.lunduniversity.lu.se\\/\\\">Lund University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/lnu.se\\/en\\/\\\">Linnaeus University<\\/a><\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"8\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1.png\",\"alias\":\"universities-in-sweden\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-11T11:58:00.000000Z\",\"created_at\":\"2023-08-11T11:58:00.000000Z\",\"article_id\":4,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-11 06:13:00', '2023-08-11 06:13:00'),
(NULL, 387, 1, 202308111200165735, 202308111200165735, 'App\\Models\\Countries', 9, 'update', '{\"country_id\":9,\"title\":\"Denmark\",\"alias\":\"denmark\",\"text\":\"<p>The Innovative teaching methods, high-quality English-taught courses and low study costs have made Denmark one of the popular study destinations in the world. The country is opted by the students for the large variety of study programs.<\\/p>\",\"details\":\"<p>Denmark is a nation in the European continent that is situated in the southwest of Sweden and south of Norway, with Germany toward the south. Denmark has a complete size of 42,943 square kilometers. It has an instructive framework just like various top-notch institutions. More than 30 advanced education organizations of Denmark provide more than 500 English-instructed programs. Denmark, like many other nations, is composed of complete research institutions and university colleges that are more practice-oriented.<br \\/>\\r\\nDenmark is a nation of ancient kings and old practices, with an expanded culture established in Nordic customs. Students will find exceptional colleges and university life in Denmark which is completely different from what they have encountered previously. Danish students excel in their studies and partake in festivals and get-togethers to commemorate their culture.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Denmark-01 (1).png\",\"display_order\":8,\"status\":1,\"created_at\":\"2023-08-07T00:20:16.000000Z\",\"updated_at\":\"2023-08-07T00:20:16.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-11 06:15:16', '2023-08-11 06:15:16'),
(NULL, 388, 1, 202308130546222663, 202308130546222663, 'App\\Models\\Testimonials', 2, 'create', NULL, '{\"by\":\"dev\",\"text\":\"\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"branches_id\":\"0\",\"image\":\"\",\"cover\":\"\",\"alias\":\"\",\"display_order\":\"2\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T05:46:23.000000Z\",\"created_at\":\"2023-08-13T05:46:23.000000Z\",\"testimonial_id\":2,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 00:01:23', '2023-08-13 00:01:23'),
(NULL, 389, 1, 202308130551431826, 202308130551431826, 'App\\Models\\Countries', 8, 'update', '{\"country_id\":8,\"title\":\"Sweden\",\"alias\":\"sweden\",\"text\":\"<p>Sweden is a Nordic country in the northern region of Europe. It is inhabited by people who are well known for their kindness and acceptance towards students and migrants from different parts of the world.<\\/p>\",\"details\":\"<p>You bring the ideas, the drive and the inspiration &ndash; We&rsquo;ll teach you how to use them to change the world. When you choose Sweden, You don&rsquo;t just pick a place &ndash; You pick a future. You don&rsquo;t just pick a place &ndash; You pick a future.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/inr-icn-ds.png\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-08-07T00:19:12.000000Z\",\"updated_at\":\"2023-08-11T12:01:19.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Sweden-01 (1).png\",\"updated_at\":\"2023-08-13 05:51:43\",\"updatedBy\":1}', '2023-08-13 00:06:43', '2023-08-13 00:06:43'),
(NULL, 390, 1, 202308130552309408, 202308130552309408, 'App\\Models\\Countries', 9, 'update', '{\"country_id\":9,\"title\":\"Denmark\",\"alias\":\"denmark\",\"text\":\"<p>The Innovative teaching methods, high-quality English-taught courses and low study costs have made Denmark one of the popular study destinations in the world. The country is opted by the students for the large variety of study programs.<\\/p>\",\"details\":\"<p>Denmark is a nation in the European continent that is situated in the southwest of Sweden and south of Norway, with Germany toward the south. Denmark has a complete size of 42,943 square kilometers. It has an instructive framework just like various top-notch institutions. More than 30 advanced education organizations of Denmark provide more than 500 English-instructed programs. Denmark, like many other nations, is composed of complete research institutions and university colleges that are more practice-oriented.<br \\/>\\r\\nDenmark is a nation of ancient kings and old practices, with an expanded culture established in Nordic customs. Students will find exceptional colleges and university life in Denmark which is completely different from what they have encountered previously. Danish students excel in their studies and partake in festivals and get-togethers to commemorate their culture.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Denmark-01 (1).png\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-07T00:20:16.000000Z\",\"updated_at\":\"2023-08-11T12:01:19.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-13 00:07:30', '2023-08-13 00:07:30'),
(NULL, 391, 1, 202308130553147442, 202308130553147442, 'App\\Models\\Countries', 11, 'update', '{\"country_id\":11,\"title\":\"Norway\",\"alias\":\"norway\",\"text\":\"<p>Norway, a Nordic country located in Northern Europe, with borders to Sweden, Finland, and Russia on the east side is known as the Land of Midnight Sun.<\\/p>\",\"details\":\"<p>Norway is a very popular and great destination for abroad studies. The Norwegian higher education sector is known for its high academic standards with the best universities from around the world such as the University of Oslo, University of Bergen, Norwegian University of Science and Technology, and many more.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Norway.png\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-08-07T00:22:10.000000Z\",\"updated_at\":\"2023-08-11T12:01:34.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Norway-01.png\",\"updated_at\":\"2023-08-13 05:53:14\",\"updatedBy\":1}', '2023-08-13 00:08:14', '2023-08-13 00:08:14'),
(NULL, 392, 1, 202308130553582839, 202308130553582839, 'App\\Models\\Countries', 12, 'update', '{\"country_id\":12,\"title\":\"Finland\",\"alias\":\"finland\",\"text\":\"<p>Finland is a Nordic country that is renowned for the best-developed education system in the world as per the Global Competitiveness Report of the World Economic Forum.<\\/p>\",\"details\":\"<p>The education system of the country is the best-developed because it is based on trust in teachers and teacher education. Teachers in the country are highly trusted, and hence there is no system of national evaluation and registration of teachers. Students studying under the educational system are highly valued and are provided with specialized services to meet their special needs and necessities.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Finland-01.png\",\"display_order\":5,\"status\":1,\"created_at\":\"2023-08-07T00:23:04.000000Z\",\"updated_at\":\"2023-08-11T12:01:34.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Finland-01 (1).png\",\"updated_at\":\"2023-08-13 05:53:58\",\"updatedBy\":1}', '2023-08-13 00:08:58', '2023-08-13 00:08:58'),
(NULL, 393, 1, 202308130555257323, 202308130555257323, 'App\\Models\\Countries', 10, 'update', '{\"country_id\":10,\"title\":\"UK\",\"alias\":\"uk\",\"text\":\"<p>Studying in the UK offers world-class education, diverse cultural experiences, and opportunities for career development. With top universities and a vibrant student life, it&#39;s an attractive destination for international students.<\\/p>\",\"details\":\"<p>Studying in the UK is an excellent opportunity for international students to pursue their academic goals while experiencing a rich and diverse culture. With a long history of academic excellence and world-renowned universities, the UK has become one of the most popular destinations for students seeking high-quality education. From the bustling city of London to the historic city of Oxford, the UK has a variety of vibrant cities with a range of academic options, including undergraduate, postgraduate, and research programs. Additionally, the UK offers many scholarship opportunities to help support students with their tuition fees and living costs. Studying in the UK can provide students with a valuable and unforgettable experience that will enrich their academic and personal lives.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/uk logo.png\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-07T00:21:11.000000Z\",\"updated_at\":\"2023-08-11T12:01:28.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Study-in-UK.jpg\",\"updated_at\":\"2023-08-13 05:55:25\",\"updatedBy\":1}', '2023-08-13 00:10:25', '2023-08-13 00:10:25'),
(NULL, 394, 1, 202308130603242011, 202308130603242011, 'App\\Models\\Testimonials', 2, 'update', '{\"testimonial_id\":2,\"branches_id\":0,\"for\":null,\"ref\":0,\"by\":\"dev\",\"alias\":\"\",\"image\":\"\",\"cover\":\"\",\"text\":\"\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"createdby\":\"1\",\"created_at\":\"2023-08-13T05:46:23.000000Z\",\"updatedby\":\"1\",\"updated_at\":\"2023-08-13T05:46:23.000000Z\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"by\":\"Laxman Adhikari\",\"text\":\"<p>One of the best consultancies for applying abroad, all the team members at Trust are best for guidance and career counseling.<\\/p>\",\"updated_at\":\"2023-08-13 06:03:24\",\"updatedBy\":1}', '2023-08-13 00:18:24', '2023-08-13 00:18:24'),
(NULL, 395, 1, 202308130607492595, 202308130607492595, 'App\\Models\\Testimonials', 3, 'create', NULL, '{\"by\":\"Laxmi Chapagain\",\"text\":\"<p>I am thankful for the entire team at the Trust Education Foundation for guiding me and helping me pursue further education at the university of my choice. You can make the dream of studying in Europe come true, as Trust suggests: <strong>&quot;Dream Europe;Trust Us.&quot;<\\/strong><\\/p>\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"branches_id\":\"0\",\"image\":\"\",\"cover\":\"\",\"alias\":\"\",\"display_order\":\"3\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T06:07:49.000000Z\",\"created_at\":\"2023-08-13T06:07:49.000000Z\",\"testimonial_id\":3,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 00:22:49', '2023-08-13 00:22:49'),
(NULL, 396, 1, 202308130611118043, 202308130611118043, 'App\\Models\\Testimonials', 4, 'create', NULL, '{\"by\":\"Suraj Sangroula\",\"text\":\"<p>The Trust Education Foundation has the best team of consultants for visa processing and career counseling. Processing is done in a very professional manner. Overall, their way of working is the best. Thank you, Trust, for supporting me and the visa grant.<\\/p>\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"branches_id\":\"0\",\"image\":\"\",\"cover\":\"\",\"alias\":\"\",\"display_order\":\"4\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T06:11:11.000000Z\",\"created_at\":\"2023-08-13T06:11:11.000000Z\",\"testimonial_id\":4,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 00:26:11', '2023-08-13 00:26:11'),
(NULL, 397, 1, 202308130616449923, 202308130616449923, 'App\\Models\\Testimonials', 5, 'create', NULL, '{\"by\":\"Shresha Khanal\",\"text\":\"<p>Thank you so much, Trust Education, for providing quality services. I sincerely appreciate your efficient and gracious customer service. The level of detail you have given me throughout our processing has been very helpful.<\\/p>\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"branches_id\":\"0\",\"image\":\"\",\"cover\":\"\",\"alias\":\"\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T06:16:44.000000Z\",\"created_at\":\"2023-08-13T06:16:44.000000Z\",\"testimonial_id\":5,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 00:31:44', '2023-08-13 00:31:44'),
(NULL, 398, 1, 202308130621295393, 202308130621295393, 'App\\Models\\Testimonials', 6, 'create', NULL, '{\"by\":\"Suraj Paudel\",\"text\":\"<p>As the name suggests, one can truly rely on this consultancy. Trust has a highly expert team to guide students in their future careers. I am 100% satisfied with this consultancy, which practically provides services and gives genuine information to their clients. Lastly, I thank Saroj Sir, Samir Sir, and the whole team for their quality service. My best wishes to Trust, many thanks.<\\/p>\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"branches_id\":\"0\",\"image\":\"\",\"cover\":\"\",\"alias\":\"\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T06:21:29.000000Z\",\"created_at\":\"2023-08-13T06:21:29.000000Z\",\"testimonial_id\":6,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 00:36:29', '2023-08-13 00:36:29'),
(NULL, 399, 1, 202308130625107010, 202308130625107010, 'App\\Models\\Testimonials', 7, 'create', NULL, '{\"by\":\"Rushma Adhikari\",\"text\":\"<p>I highly recommend consulting the Trust Education Foundation if you dream of studying in Europe. The team of genuine counselors provided me with effective guidance for making the best choices in Sweden. I was impressed be their prompt response and easy communication throughout the process.<\\/p>\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"branches_id\":\"0\",\"image\":\"\",\"cover\":\"\",\"alias\":\"\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T06:25:10.000000Z\",\"created_at\":\"2023-08-13T06:25:10.000000Z\",\"testimonial_id\":7,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 00:40:10', '2023-08-13 00:40:10'),
(NULL, 400, 1, 202308130629384147, 202308130629384147, 'App\\Models\\Testimonials', 8, 'create', NULL, '{\"by\":\"Doma Lama Sherpa\",\"text\":\"<p>I am very thankful to the Trust Education Foundation and the entire team for giving me great support and guidance throughout the process of my visa processing. I am glad that i chose Trust Education Foundation among all other consultancies, and I suggest everyone visit and apply through this consultancy for studying in Europe.<\\/p>\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"branches_id\":\"0\",\"image\":\"\",\"cover\":\"\",\"alias\":\"\",\"display_order\":\"8\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T06:29:38.000000Z\",\"created_at\":\"2023-08-13T06:29:38.000000Z\",\"testimonial_id\":8,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 00:44:38', '2023-08-13 00:44:38'),
(NULL, 401, 1, 202308130641218074, 202308130641218074, 'App\\Models\\Testimonials', 9, 'create', NULL, '{\"by\":\"Shiva S Bhandari\",\"text\":\"<p>Thank you to the Trust Education Foundation. The visa processing was very quick, and Sweden is a perfect destination for students. I got a job the very next day I landed here. So I just want to suggest that all students who want to travel to Sweden to study take help from the Trust Education Foundation. Personally, I think it would be best for students applying to Sweden to take training in some fields that will make it very easy for them to find a job.<\\/p>\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"branches_id\":\"0\",\"image\":\"\",\"cover\":\"\",\"alias\":\"\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T06:41:21.000000Z\",\"created_at\":\"2023-08-13T06:41:21.000000Z\",\"testimonial_id\":9,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 00:56:21', '2023-08-13 00:56:21'),
(NULL, 402, 1, 202308130646483505, 202308130646483505, 'App\\Models\\Testimonials', 10, 'create', NULL, '{\"by\":\"Suman Mainali\",\"text\":\"<p>Hello everyone. Whenever you are thinking of higher education, you can always trust the Trust Education Foundation for your visa and career guidance. The Trust Education Foundaton actually does what they say it does. They help you choose the right program for you as well as process a student visa at the very right time.<\\/p>\\r\\n\\r\\n<p>Furthermore, I also believe the Trust Foundation will definitely assist you after you get your visa and when you reach the destination country.<\\/p>\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"branches_id\":\"0\",\"image\":\"\",\"cover\":\"\",\"alias\":\"\",\"display_order\":\"10\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T06:46:48.000000Z\",\"created_at\":\"2023-08-13T06:46:48.000000Z\",\"testimonial_id\":10,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 01:01:48', '2023-08-13 01:01:48'),
(NULL, 403, 1, 202308130655094197, 202308130655094197, 'App\\Models\\Testimonials', 11, 'create', NULL, '{\"by\":\"Rohit Khadka\",\"text\":\"<p>I was exploring many career counseling institutions that exclusively worked with European countries for my study abroad. I was not satisfied with any of them until i found the Trust Education Foundation. They guide students according to their desires and interests. Trust recommended the best places for study in different parts of Europe to me. If anyone wants to build a career in Europe, they can visit the Trust Education Foundation and get the opportunity to gain the best experience in career counseling. I believe Trust Education is one of the best institutions for counseling and documentation for study abroad in Europe.<\\/p>\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"branches_id\":\"0\",\"image\":\"\",\"cover\":\"\",\"alias\":\"\",\"display_order\":\"11\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T06:55:09.000000Z\",\"created_at\":\"2023-08-13T06:55:09.000000Z\",\"testimonial_id\":11,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 01:10:09', '2023-08-13 01:10:09'),
(NULL, 404, 1, 202308130708369764, 202308130708369764, 'App\\Models\\Testimonials', 12, 'create', NULL, '{\"by\":\"Dinesh Singh Bist\",\"text\":\"<p>Trust Education Foundation, which I believe is a pioneering and most reliable consultancy with a team of expert counselors having hands-on experience in the countries they promote. If you are looking for a splendid future and want to study\\/settle in Europe, then you can completely rely on Trust, as I did. There are agents in abundance who claim to be pioneers and always misguide students by deviating them from reality, assuring them, and creating illusions by misleading them using fake and not so genuine facts. Among these agents, Trust Educaton Foundation stands out as the best choice. They always tell you what reality is, as is their tagline: &quot;Don&#39;t run behind fantasy, follow reality&quot;.<\\/p>\\r\\n\\r\\n<p>From my experience, I was highly impressed by the counseling and proper guidance provided by Mr.Saroj Thapaliya, sir. He is and expert on dealing with issues and always has a knack for finding a path through adversity. The front office was also quite friendly and always ready to assist me in every possible aspects. I thoroughly enjoyed the process and was satisfied with all aspects of it, and I highly recommend that you at least visit them and experience genuine counseling. Cheers!&nbsp;&nbsp;<\\/p>\",\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"remarks\":\"\",\"branches_id\":\"0\",\"image\":\"\",\"cover\":\"\",\"alias\":\"\",\"display_order\":\"12\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T07:08:36.000000Z\",\"created_at\":\"2023-08-13T07:08:36.000000Z\",\"testimonial_id\":12,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 01:23:36', '2023-08-13 01:23:36'),
(NULL, 405, 1, 202308130709014122, 202308130709014122, 'App\\Models\\Testimonials', 1, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-13 01:24:01', '2023-08-13 01:24:01'),
(NULL, 406, 1, 202308130726547742, 202308130726547742, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal\",\"description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"url1\":\"www.trusteducation.net\",\"url2\":\"\",\"email\":\"info@trusteducation.net\",\"phone\":\"+977-1-4795126\",\"secondary_phone\":\"+9779810330674\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691366331549!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"https:\\/\\/www.facebook.com\\/trusteducation.com.np\",\"insta\":\"https:\\/\\/www.instagram.com\\/trusteducationfoundation\\/\",\"twitter\":\"\",\"tiktok\":\"trusteducation\",\"primary_logo\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"secondary_logo\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"thumb\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"icon\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"og_image\":\"storage\\/trust\\/files\\/1\\/218828117_150298630535020_3824628876178638745_n.jpg\",\"no_image\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"copyright_text\":\"Copyright 2023 Trust Education Foundation Pvt. Ltd. All rights reserved.\",\"content1\":\"Dream Europe Trust Us\",\"content2\":\"We help students achieve their international education goals with personalized guidance and support for study abroad programs, including application assistance, visa counseling, and academic planning.\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"seo_keywords\":\"Study Abroad,Education Consultancy,Trust Education Foundation,European Destinations,Study in Sweden,Study in Finland,Study in Denmark,Study in the UK,Study in Germany,Study in Europe,Study Abroad Nepal,Overseas Education,International Education,Student Counseling,Study Opportunities,Study Abroad Experts,Study Abroad Services,Education Abroad,European Universities,Study Abroad Programs,Student Visa Guidance,Application Assistance,Study Abroad Consultants,Best European Universities,Study Abroad Benefits,European Education System,Scholarships for Study Abroad,Study Abroad Success Stories,Top European Colleges,Study Abroad Application,Study Abroad Requirements,Europe Study Options,Study Abroad Resources,European Study Abroad Consultants,Study Abroad Testimonials,Higher Education in Europe,Study Abroad Process,Study Abroad in English,European Study Abroad Experience,Study Abroad Tips,Student Accommodation Abroad,Study Abroad Scholarships Nepal,Study in Europe for Nepali Students,Study Abroad Admission Assistance,European Study Abroad Opportunities,Study Abroad for Engineering,Medical Education in Europe,Affordable European Universities,Study Abroad for Arts and Humanities,Business Studies in Europe,Study in European Public Universities,European Master\'s Programs,Engineering Universities in Europe,Study Abroad for MBBS,Study in Europe after 12th,European Study Abroad Consultants in Nepal,Study Abroad for MBA,Language Courses in Europe,Study Abroad for Computer Science,Study in Europe vs USA,Study Abroad for Medicine,Study in Europe without IELTS,European Study Abroad Consultation Fees,Study Abroad for International Relations,Study in Europe with Scholarships,Study Abroad for Hospitality Management,European Study Abroad Application Deadlines,Study Abroad for Environmental Science,Study in Europe with Work Opportunities,Study Abroad for Journalism and Media,European Study Abroad Financial Aid,Study Abroad for Architecture,Study in Europe for Indian Students,Study Abroad for Economics,European Study Abroad Cultural Experience,Study Abroad for Psychology,Study in Europe with Low Tuition Fees,Study Abroad for Political Science,European Study Abroad Language Courses,Study Abroad for Social Sciences,Study in Europe with English-taught Programs,Study Abroad for Finance and Accounting,European Study Abroad Internship Opportunities,Study Abroad for Law,Study in Europe with Erasmus Program,Study Abroad for Marketing,European Study Abroad Gap Year Programs,Study Abroad for International Business,Study in Europe with Cultural Exchange,Study Abroad for Art and Design,Study Abroad for Computer Engineering,European Study Abroad Pre-departure Information,Study Abroad for Biotechnology,Study in Europe for Pakistani Students,Study Abroad for Civil Engineering,European Study Abroad Health Insurance,Study Abroad for Environmental Engineering,Study in Europe for Bangladeshi Students,Study Abroad for International Relations,European Study Abroad Virtual Tours\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Trust Education Foundation: Your Gateway to European Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Unlock Your European Education Dreams with Trust Education Foundation - Leading Study Abroad Consultancy in Nepal. Proven Success in Sweden, Finland, Denmark, UK, and Germany. Visit us in New Baneshwor, Kathmandu.\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/trusteducation.net\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Trust Education Foundation\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-07T00:37:53.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"phone\":\"+9779810330674\",\"secondary_phone\":\"+977-1-4795126\",\"updated_at\":\"2023-08-13 07:26:54\",\"updatedBy\":1}', '2023-08-13 01:41:54', '2023-08-13 01:41:54');
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, 407, 1, 202308130728378335, 202308130728378335, 'App\\Models\\Settings', 1, 'update', '{\"setting_id\":1,\"title\":\"Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal\",\"description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"url1\":\"www.trusteducation.net\",\"url2\":\"\",\"email\":\"info@trusteducation.net\",\"phone\":\"+9779810330674\",\"secondary_phone\":\"+977-1-4795126\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691366331549!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"fb\":\"https:\\/\\/www.facebook.com\\/trusteducation.com.np\",\"insta\":\"https:\\/\\/www.instagram.com\\/trusteducationfoundation\\/\",\"twitter\":\"\",\"tiktok\":\"trusteducation\",\"primary_logo\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"secondary_logo\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"thumb\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"icon\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"og_image\":\"storage\\/trust\\/files\\/1\\/218828117_150298630535020_3824628876178638745_n.jpg\",\"no_image\":\"storage\\/trust\\/files\\/1\\/trust-logo.png\",\"copyright_text\":\"Copyright 2023 Trust Education Foundation Pvt. Ltd. All rights reserved.\",\"content1\":\"Dream Europe Trust Us\",\"content2\":\"We help students achieve their international education goals with personalized guidance and support for study abroad programs, including application assistance, visa counseling, and academic planning.\",\"content3\":\"\",\"seo_title\":\"Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation\",\"seo_description\":\"Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.\",\"seo_keywords\":\"Study Abroad,Education Consultancy,Trust Education Foundation,European Destinations,Study in Sweden,Study in Finland,Study in Denmark,Study in the UK,Study in Germany,Study in Europe,Study Abroad Nepal,Overseas Education,International Education,Student Counseling,Study Opportunities,Study Abroad Experts,Study Abroad Services,Education Abroad,European Universities,Study Abroad Programs,Student Visa Guidance,Application Assistance,Study Abroad Consultants,Best European Universities,Study Abroad Benefits,European Education System,Scholarships for Study Abroad,Study Abroad Success Stories,Top European Colleges,Study Abroad Application,Study Abroad Requirements,Europe Study Options,Study Abroad Resources,European Study Abroad Consultants,Study Abroad Testimonials,Higher Education in Europe,Study Abroad Process,Study Abroad in English,European Study Abroad Experience,Study Abroad Tips,Student Accommodation Abroad,Study Abroad Scholarships Nepal,Study in Europe for Nepali Students,Study Abroad Admission Assistance,European Study Abroad Opportunities,Study Abroad for Engineering,Medical Education in Europe,Affordable European Universities,Study Abroad for Arts and Humanities,Business Studies in Europe,Study in European Public Universities,European Master\'s Programs,Engineering Universities in Europe,Study Abroad for MBBS,Study in Europe after 12th,European Study Abroad Consultants in Nepal,Study Abroad for MBA,Language Courses in Europe,Study Abroad for Computer Science,Study in Europe vs USA,Study Abroad for Medicine,Study in Europe without IELTS,European Study Abroad Consultation Fees,Study Abroad for International Relations,Study in Europe with Scholarships,Study Abroad for Hospitality Management,European Study Abroad Application Deadlines,Study Abroad for Environmental Science,Study in Europe with Work Opportunities,Study Abroad for Journalism and Media,European Study Abroad Financial Aid,Study Abroad for Architecture,Study in Europe for Indian Students,Study Abroad for Economics,European Study Abroad Cultural Experience,Study Abroad for Psychology,Study in Europe with Low Tuition Fees,Study Abroad for Political Science,European Study Abroad Language Courses,Study Abroad for Social Sciences,Study in Europe with English-taught Programs,Study Abroad for Finance and Accounting,European Study Abroad Internship Opportunities,Study Abroad for Law,Study in Europe with Erasmus Program,Study Abroad for Marketing,European Study Abroad Gap Year Programs,Study Abroad for International Business,Study in Europe with Cultural Exchange,Study Abroad for Art and Design,Study Abroad for Computer Engineering,European Study Abroad Pre-departure Information,Study Abroad for Biotechnology,Study in Europe for Pakistani Students,Study Abroad for Civil Engineering,European Study Abroad Health Insurance,Study Abroad for Environmental Engineering,Study in Europe for Bangladeshi Students,Study Abroad for International Relations,European Study Abroad Virtual Tours\",\"og_tags\":\"<meta property=\\\"og:title\\\" content=\\\"Trust Education Foundation: Your Gateway to European Education\\\">\\r\\n<meta property=\\\"og:description\\\" content=\\\"Unlock Your European Education Dreams with Trust Education Foundation - Leading Study Abroad Consultancy in Nepal. Proven Success in Sweden, Finland, Denmark, UK, and Germany. Visit us in New Baneshwor, Kathmandu.\\\">\\r\\n<meta property=\\\"og:url\\\" content=\\\"https:\\/\\/trusteducation.net\\\">\\r\\n<meta property=\\\"og:site_name\\\" content=\\\"Trust Education Foundation\\\">\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-16T05:58:50.000000Z\",\"updated_at\":\"2023-08-13T07:26:54.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"phone\":\"01-4793143\",\"updated_at\":\"2023-08-13 07:28:37\",\"updatedBy\":1}', '2023-08-13 01:43:37', '2023-08-13 01:43:37'),
(NULL, 408, 1, 202308130737304755, 202308130737304755, 'App\\Models\\Services', 5, 'update', '{\"service_id\":5,\"parent_service\":0,\"title\":\"Career Counselling\",\"alias\":\"career-counselling\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-25T01:13:45.000000Z\",\"updated_at\":\"2023-07-25T01:15:08.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Career counseling experts associated with Trust bring to notice numerous opportunities available for students&nbsp;in&nbsp; European countries. Counseling being an important aspect of abroad studies is carefully and responsibly handled by experienced experts.&nbsp; The opportunities unveiled by the experts have been well-cherished by the students who have been in contact with Trust.&nbsp;<\\/p>\",\"updated_at\":\"2023-08-13 07:37:30\",\"updatedBy\":1}', '2023-08-13 01:52:30', '2023-08-13 01:52:30'),
(NULL, 409, 1, 202308130739205020, 202308130739205020, 'App\\Models\\Services', 10, 'create', NULL, '{\"title\":\"Personal Guidance\",\"text\":\"<p>The in-detail study of the academic and financial status of the students is done by the counselors. Students, hence are personally guided about the eligibility, conditions for eligibility and fulfillment of shortcomings for being eligible to any specific program is well suggested by the counselors of Trust.<\\/p>\",\"seo_title\":\"\",\"seo_keywords\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"parent_service\":\"0\",\"link\":\"\",\"cover_photo\":\"\",\"alias\":\"personal-guidance\",\"display_order\":\"10\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T07:39:20.000000Z\",\"created_at\":\"2023-08-13T07:39:20.000000Z\",\"service_id\":10,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 01:54:20', '2023-08-13 01:54:20'),
(NULL, 410, 1, 202308130740269321, 202308130740269321, 'App\\Models\\Services', 4, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-13 01:55:26', '2023-08-13 01:55:26'),
(NULL, 411, 1, 202308130740324402, 202308130740324402, 'App\\Models\\Services', 3, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-13 01:55:32', '2023-08-13 01:55:32'),
(NULL, 412, 1, 202308130740371568, 202308130740371568, 'App\\Models\\Services', 8, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-13 01:55:37', '2023-08-13 01:55:37'),
(NULL, 413, 1, 202308130740442903, 202308130740442903, 'App\\Models\\Services', 7, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-13 01:55:44', '2023-08-13 01:55:44'),
(NULL, 414, 1, 202308130740505405, 202308130740505405, 'App\\Models\\Services', 1, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-13 01:55:50', '2023-08-13 01:55:50'),
(NULL, 415, 1, 202308130741187930, 202308130741187930, 'App\\Models\\Services', 9, 'update', '{\"service_id\":9,\"parent_service\":0,\"title\":\"Scholarship Assistance\",\"alias\":\"scholarship-assistance\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-25T01:14:49.000000Z\",\"updated_at\":\"2023-08-13T07:41:00.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Numerous scholarship opportunities are offered by the universities and colleges for students from foreign countries. Counselors and career guides associated with Trust Education bring all such scholarship opportunities to the student&#39;s attention. Students are well guided to fulfill the criteria required to be eligible to apply for scholarship opportunities.<\\/p>\",\"updated_at\":\"2023-08-13 07:41:18\",\"updatedBy\":1}', '2023-08-13 01:56:18', '2023-08-13 01:56:18'),
(NULL, 416, 1, 202308130742149789, 202308130742149789, 'App\\Models\\Services', 6, 'update', '{\"service_id\":6,\"parent_service\":0,\"title\":\"Visa Guidance\",\"alias\":\"visa-guidance\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":5,\"status\":1,\"created_at\":\"2023-07-25T01:13:56.000000Z\",\"updated_at\":\"2023-08-13T07:41:00.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Admission Guidance\",\"text\":\"<p>A number of requirements must be met before a student can be admitted to a European university. Our career guides and admission assistants help students accomplish those conditions and get admission to the university of their choice. To begin the admissions process, trust helps build a bridge between the student and the university.<\\/p>\",\"updated_at\":\"2023-08-13 07:42:14\",\"updatedBy\":1}', '2023-08-13 01:57:14', '2023-08-13 01:57:14'),
(NULL, 417, 1, 202308130743093515, 202308130743093515, 'App\\Models\\Services', 2, 'update', '{\"service_id\":2,\"parent_service\":0,\"title\":\"Test Preparation Classes\",\"alias\":\"test-preparation-classes\",\"text\":\"\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":5,\"status\":1,\"created_at\":\"2023-07-25T01:13:14.000000Z\",\"updated_at\":\"2023-08-13T07:42:22.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"On-the-Spot Admissions\",\"text\":\"<p>Trust is pleased to be able to advise students on where to stay before they arrive in their destination country. Uncertain accommodations after reaching an alien country can become a huge anxiety trigger for students. We assist in clarifying all necessary steps to provide them with a housing plan near their respective universities. Trust ensures a feeling of safety and security for our students.<\\/p>\",\"updated_at\":\"2023-08-13 07:43:09\",\"updatedBy\":1}', '2023-08-13 01:58:09', '2023-08-13 01:58:09'),
(NULL, 418, 1, 202308130744027591, 202308130744027591, 'App\\Models\\Services', 11, 'create', NULL, '{\"title\":\"Accommodation Assistance\",\"text\":\"<p>Accommodation after reaching the alien country becomes a factor of anxiety for the students. We suggest all required guidelines to the students and equip them with the necessary instructions which will for sure make the students not feel lonely and disowned.&nbsp;<\\/p>\",\"seo_title\":\"\",\"seo_keywords\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"parent_service\":\"0\",\"link\":\"\",\"cover_photo\":\"\",\"alias\":\"accommodation-assistance\",\"display_order\":\"10\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T07:44:02.000000Z\",\"created_at\":\"2023-08-13T07:44:02.000000Z\",\"service_id\":11,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 01:59:02', '2023-08-13 01:59:02'),
(NULL, 419, 1, 202308130747157729, 202308130747157729, 'App\\Models\\Services', 5, 'update', '{\"service_id\":5,\"parent_service\":0,\"title\":\"Career Counselling\",\"alias\":\"career-counselling\",\"text\":\"<p>Career counseling experts associated with Trust bring to notice numerous opportunities available for students&nbsp;in&nbsp; European countries. Counseling being an important aspect of abroad studies is carefully and responsibly handled by experienced experts.&nbsp; The opportunities unveiled by the experts have been well-cherished by the students who have been in contact with Trust.&nbsp;<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T01:13:45.000000Z\",\"updated_at\":\"2023-08-13T07:38:19.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"updated_at\":\"2023-08-13 07:47:15\",\"seo_title\":\"Our counselors and educational advisors provide proper guidance to you so you can decide the proper pathways for your career abroad.\",\"updatedBy\":1}', '2023-08-13 02:02:15', '2023-08-13 02:02:15'),
(NULL, 420, 1, 202308130747495490, 202308130747495490, 'App\\Models\\Services', 5, 'update', '{\"service_id\":5,\"parent_service\":0,\"title\":\"Career Counselling\",\"alias\":\"career-counselling\",\"text\":\"<p>Career counseling experts associated with Trust bring to notice numerous opportunities available for students&nbsp;in&nbsp; European countries. Counseling being an important aspect of abroad studies is carefully and responsibly handled by experienced experts.&nbsp; The opportunities unveiled by the experts have been well-cherished by the students who have been in contact with Trust.&nbsp;<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T01:13:45.000000Z\",\"updated_at\":\"2023-08-13T07:47:15.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"Our counselors and educational advisors provide proper guidance to you so you can decide the proper pathways for your career abroad.\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"updated_at\":\"2023-08-13 07:47:49\",\"seo_title\":\"\",\"updatedBy\":1}', '2023-08-13 02:02:49', '2023-08-13 02:02:49'),
(NULL, 421, 1, 202308130748058315, 202308130748058315, 'App\\Models\\Services', 5, 'update', '{\"service_id\":5,\"parent_service\":0,\"title\":\"Career Counselling\",\"alias\":\"career-counselling\",\"text\":\"<p>Career counseling experts associated with Trust bring to notice numerous opportunities available for students&nbsp;in&nbsp; European countries. Counseling being an important aspect of abroad studies is carefully and responsibly handled by experienced experts.&nbsp; The opportunities unveiled by the experts have been well-cherished by the students who have been in contact with Trust.&nbsp;<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T01:13:45.000000Z\",\"updated_at\":\"2023-08-13T07:47:49.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Career counseling experts associated with Trust bring to notice numerous opportunities available for students&nbsp;in&nbsp; European countries. Counseling being an important aspect of abroad studies is carefully and responsibly handled by experienced experts.&nbsp; The opportunities unveiled by the experts have been well-cherished by the students who have been in contact with Trust.&nbsp;<\\/p>\\r\\n\\r\\n<p>Our counselors and educational advisors provide proper guidance to you so you can decide the proper pathways for your career abroad.<\\/p>\",\"updated_at\":\"2023-08-13 07:48:05\",\"updatedBy\":1}', '2023-08-13 02:03:05', '2023-08-13 02:03:05'),
(NULL, 422, 1, 202308130749171833, 202308130749171833, 'App\\Models\\Services', 10, 'update', '{\"service_id\":10,\"parent_service\":0,\"title\":\"Personal Guidance\",\"alias\":\"personal-guidance\",\"text\":\"<p>The in-detail study of the academic and financial status of the students is done by the counselors. Students, hence are personally guided about the eligibility, conditions for eligibility and fulfillment of shortcomings for being eligible to any specific program is well suggested by the counselors of Trust.<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-13T07:39:20.000000Z\",\"updated_at\":\"2023-08-13T07:39:28.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>The in-detail study of the academic and financial status of the students is done by the counselors. Students, hence are personally guided about the eligibility, conditions for eligibility and fulfillment of shortcomings for being eligible to any specific program is well suggested by the counselors of Trust.<\\/p>\\r\\n\\r\\n<p>We take every student with equal importance and focused for success. So, we provide you fully personalized service to the best match your career goal.<\\/p>\",\"updated_at\":\"2023-08-13 07:49:17\",\"updatedBy\":1}', '2023-08-13 02:04:17', '2023-08-13 02:04:17'),
(NULL, 423, 1, 202308130750061323, 202308130750061323, 'App\\Models\\Services', 9, 'update', '{\"service_id\":9,\"parent_service\":0,\"title\":\"Scholarship Assistance\",\"alias\":\"scholarship-assistance\",\"text\":\"<p>Numerous scholarship opportunities are offered by the universities and colleges for students from foreign countries. Counselors and career guides associated with Trust Education bring all such scholarship opportunities to the student&#39;s attention. Students are well guided to fulfill the criteria required to be eligible to apply for scholarship opportunities.<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-25T01:14:49.000000Z\",\"updated_at\":\"2023-08-13T07:41:18.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Numerous scholarship opportunities are offered by the universities and colleges for students from foreign countries. Counselors and career guides associated with Trust Education bring all such scholarship opportunities to the student&#39;s attention. Students are well guided to fulfill the criteria required to be eligible to apply for scholarship opportunities.<\\/p>\\r\\n\\r\\n<p>We find out the best available scholarships for the students irrespective of their need and caliber.<\\/p>\",\"updated_at\":\"2023-08-13 07:50:06\",\"updatedBy\":1}', '2023-08-13 02:05:06', '2023-08-13 02:05:06'),
(NULL, 424, 1, 202308130750593398, 202308130750593398, 'App\\Models\\Services', 9, 'update', '{\"service_id\":9,\"parent_service\":0,\"title\":\"Scholarship Assistance\",\"alias\":\"scholarship-assistance\",\"text\":\"<p>Numerous scholarship opportunities are offered by the universities and colleges for students from foreign countries. Counselors and career guides associated with Trust Education bring all such scholarship opportunities to the student&#39;s attention. Students are well guided to fulfill the criteria required to be eligible to apply for scholarship opportunities.<\\/p>\\r\\n\\r\\n<p>We find out the best available scholarships for the students irrespective of their need and caliber.<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-25T01:14:49.000000Z\",\"updated_at\":\"2023-08-13T07:50:06.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Numerous scholarship opportunities are offered by the universities and colleges for students from foreign countries. Counselors and career guides associated with Trust Education bring all such scholarship opportunities to the student&#39;s attention. Students are well guided to fulfill the criteria required to be eligible to apply for scholarship opportunities.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>We find out the best available scholarships for the students irrespective of their need and caliber.<\\/p>\",\"updated_at\":\"2023-08-13 07:50:59\",\"updatedBy\":1}', '2023-08-13 02:05:59', '2023-08-13 02:05:59'),
(NULL, 425, 1, 202308130751145856, 202308130751145856, 'App\\Models\\Services', 9, 'update', '{\"service_id\":9,\"parent_service\":0,\"title\":\"Scholarship Assistance\",\"alias\":\"scholarship-assistance\",\"text\":\"<p>Numerous scholarship opportunities are offered by the universities and colleges for students from foreign countries. Counselors and career guides associated with Trust Education bring all such scholarship opportunities to the student&#39;s attention. Students are well guided to fulfill the criteria required to be eligible to apply for scholarship opportunities.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>We find out the best available scholarships for the students irrespective of their need and caliber.<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-25T01:14:49.000000Z\",\"updated_at\":\"2023-08-13T07:50:59.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Numerous scholarship opportunities are offered by the universities and colleges for students from foreign countries. Counselors and career guides associated with Trust Education bring all such scholarship opportunities to the student&#39;s attention. Students are well guided to fulfill the criteria required to be eligible to apply for scholarship opportunities.<\\/p>\\r\\n\\r\\n<p>We find out the best available scholarships for the students irrespective of their need and caliber.<\\/p>\",\"updated_at\":\"2023-08-13 07:51:14\",\"updatedBy\":1}', '2023-08-13 02:06:14', '2023-08-13 02:06:14'),
(NULL, 426, 1, 202308130751446744, 202308130751446744, 'App\\Models\\Services', 6, 'update', '{\"service_id\":6,\"parent_service\":0,\"title\":\"Admission Guidance\",\"alias\":\"admission-guidance\",\"text\":\"<p>A number of requirements must be met before a student can be admitted to a European university. Our career guides and admission assistants help students accomplish those conditions and get admission to the university of their choice. To begin the admissions process, trust helps build a bridge between the student and the university.<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-25T01:13:56.000000Z\",\"updated_at\":\"2023-08-13T07:44:19.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>A number of requirements must be met before a student can be admitted to a European university. Our career guides and admission assistants help students accomplish those conditions and get admission to the university of their choice. To begin the admissions process, trust helps build a bridge between the student and the university.<\\/p>\\r\\n\\r\\n<p>We guide students to select an appropriate country and university, and a number of requirements must be met before a student can be admitted to a European university. and course on the basis of their past academic performance and caliber.<\\/p>\",\"updated_at\":\"2023-08-13 07:51:44\",\"updatedBy\":1}', '2023-08-13 02:06:44', '2023-08-13 02:06:44'),
(NULL, 427, 1, 202308130752243105, 202308130752243105, 'App\\Models\\Services', 2, 'update', '{\"service_id\":2,\"parent_service\":0,\"title\":\"On-the-Spot Admissions\",\"alias\":\"on-the-spot-admissions\",\"text\":\"<p>Trust is pleased to be able to advise students on where to stay before they arrive in their destination country. Uncertain accommodations after reaching an alien country can become a huge anxiety trigger for students. We assist in clarifying all necessary steps to provide them with a housing plan near their respective universities. Trust ensures a feeling of safety and security for our students.<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":5,\"status\":1,\"created_at\":\"2023-07-25T01:13:14.000000Z\",\"updated_at\":\"2023-08-13T07:44:45.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Trust is pleased to be able to advise students on where to stay before they arrive in their destination country. Uncertain accommodations after reaching an alien country can become a huge anxiety trigger for students. We assist in clarifying all necessary steps to provide them with a housing plan near their respective universities. Trust ensures a feeling of safety and security for our students.<\\/p>\\r\\n\\r\\n<p>Students will have one less thing to worry about as Trust gives assurance and assistance to find the best accommodation in European countries, which reduces their level of anxiety.<\\/p>\",\"updated_at\":\"2023-08-13 07:52:24\",\"updatedBy\":1}', '2023-08-13 02:07:24', '2023-08-13 02:07:24'),
(NULL, 428, 1, 202308130752534334, 202308130752534334, 'App\\Models\\Services', 11, 'update', '{\"service_id\":11,\"parent_service\":0,\"title\":\"Accommodation Assistance\",\"alias\":\"accommodation-assistance\",\"text\":\"<p>Accommodation after reaching the alien country becomes a factor of anxiety for the students. We suggest all required guidelines to the students and equip them with the necessary instructions which will for sure make the students not feel lonely and disowned.&nbsp;<\\/p>\",\"link\":\"\",\"cover_photo\":\"\",\"display_order\":10,\"status\":1,\"created_at\":\"2023-08-13T07:44:02.000000Z\",\"updated_at\":\"2023-08-13T07:44:02.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Accommodation after reaching the alien country becomes a factor of anxiety for the students. We suggest all required guidelines to the students and equip them with the necessary instructions which will for sure make the students not feel lonely and disowned.&nbsp;<\\/p>\\r\\n\\r\\n<p>We provide necessary accommodation guidance to the students after they land in the destination country. This will reduce their level of anxiety.<\\/p>\",\"updated_at\":\"2023-08-13 07:52:53\",\"updatedBy\":1}', '2023-08-13 02:07:53', '2023-08-13 02:07:53'),
(NULL, 429, 1, 202308130759423597, 202308130759423597, 'App\\Models\\Preparationclasses', 10, 'update', '{\"preparationclass_id\":10,\"title\":\"TOEFL\",\"alias\":\"toefl-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:48:47.000000Z\",\"updated_at\":\"2023-08-13T07:16:34.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-13 02:14:42', '2023-08-13 02:14:42'),
(NULL, 430, 1, 202308130804238572, 202308130804238572, 'App\\Models\\Resources', 2, 'update', '{\"resource_id\":2,\"resourcetypes_id\":1,\"parent_resource\":0,\"title\":\"Abroad Study Handbook\",\"alias\":\"abroad-study-handbook\",\"text\":\"<p>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<ul>\\r\\n\\t<li>Offer letter from the academic institution<\\/li>\\r\\n\\t<li>Approval of scholarship, if any<\\/li>\\r\\n\\t<li>Financial report and<\\/li>\\r\\n\\t<li>Health insurance certificate<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>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\":\"\",\"thumb\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-25T01:02:00.000000Z\",\"updated_at\":\"2023-07-25T01:02:00.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-13 02:19:23', '2023-08-13 02:19:23'),
(NULL, 431, 1, 202308130912393256, 202308130912393256, 'App\\Models\\Customfields', 4, 'update', '{\"customfield_id\":4,\"customfield_for\":\"View Stories\",\"customfield_forref\":\"\",\"title\":\"Trusted by 100s\",\"alias\":\"offered-services\",\"text\":\"<p>We have fulfilled 100s of dreams true. Your&#39;s one can also be true.<\\/p>\",\"link\":\"\\/success-stories\",\"fa_icon\":\"icon flaticon-verify\",\"logo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-26T02:18:40.000000Z\",\"updated_at\":\"2023-08-07T00:45:34.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Our Services\",\"text\":\"<p>we provide variety of services for abroad study preparations.<\\/p>\",\"link\":\"\\/services\",\"updated_at\":\"2023-08-13 09:12:39\",\"updatedBy\":1}', '2023-08-13 03:27:39', '2023-08-13 03:27:39'),
(NULL, 432, 1, 202308130913121613, 202308130913121613, 'App\\Models\\Customfields', 4, 'update', '{\"customfield_id\":4,\"customfield_for\":\"View Stories\",\"customfield_forref\":\"\",\"title\":\"Our Services\",\"alias\":\"offered-services\",\"text\":\"<p>we provide variety of services for abroad study preparations.<\\/p>\",\"link\":\"\\/services\",\"fa_icon\":\"icon flaticon-verify\",\"logo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-26T02:18:40.000000Z\",\"updated_at\":\"2023-08-13T09:12:39.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"customfield_for\":\"View Our Services\",\"updated_at\":\"2023-08-13 09:13:12\",\"updatedBy\":1}', '2023-08-13 03:28:12', '2023-08-13 03:28:12'),
(NULL, 433, 1, 202308130916214384, 202308130916214384, 'App\\Models\\Customfields', 4, 'update', '{\"customfield_id\":4,\"customfield_for\":\"View Our Services\",\"customfield_forref\":\"\",\"title\":\"Our Services\",\"alias\":\"offered-services\",\"text\":\"<p>we provide variety of services for abroad study preparations.<\\/p>\",\"link\":\"\\/services\",\"fa_icon\":\"icon flaticon-verify\",\"logo\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-26T02:18:40.000000Z\",\"updated_at\":\"2023-08-13T09:13:12.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"fa_icon\":\"icon flaticon-heart-box\",\"updated_at\":\"2023-08-13 09:16:21\",\"updatedBy\":1}', '2023-08-13 03:31:21', '2023-08-13 03:31:21'),
(NULL, 434, 1, 202308130917378152, 202308130917378152, 'App\\Models\\Customfields', 2, 'update', '{\"customfield_id\":2,\"customfield_for\":\"View Classes\",\"customfield_forref\":\"\",\"title\":\"Test Preparation Classes\",\"alias\":\"achieve-your-dream\",\"text\":\"<p>We provide the best in town test preparation classes for IELTS &amp; PTE.<\\/p>\",\"link\":\"\\/preparationclasses\",\"fa_icon\":\"icon flaticon-verify\",\"logo\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-26T01:50:07.000000Z\",\"updated_at\":\"2023-08-07T00:44:10.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"fa_icon\":\"icon flaticon-heart-box\",\"updated_at\":\"2023-08-13 09:17:37\",\"updatedBy\":1}', '2023-08-13 03:32:37', '2023-08-13 03:32:37'),
(NULL, 435, 1, 202308130918195612, 202308130918195612, 'App\\Models\\Customfields', 2, 'update', '{\"customfield_id\":2,\"customfield_for\":\"View Classes\",\"customfield_forref\":\"\",\"title\":\"Test Preparation Classes\",\"alias\":\"achieve-your-dream\",\"text\":\"<p>We provide the best in town test preparation classes for IELTS &amp; PTE.<\\/p>\",\"link\":\"\\/preparationclasses\",\"fa_icon\":\"icon flaticon-heart-box\",\"logo\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-07-26T01:50:07.000000Z\",\"updated_at\":\"2023-08-13T09:17:37.000000Z\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-13 03:33:19', '2023-08-13 03:33:19'),
(NULL, 436, 1, 202308130936005628, 202308130936005628, 'App\\Models\\Successstories', 1, 'create', NULL, '{\"countries_id\":\"8\",\"title\":\"ths35e\",\"image\":\"\",\"text\":\"<p>ereh<\\/p>\",\"remarks\":\"\",\"university\":\"\",\"faculty\":\"\",\"alias\":\"ths35e\",\"display_order\":\"1\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T09:36:00.000000Z\",\"created_at\":\"2023-08-13T09:36:00.000000Z\",\"successstory_id\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 03:51:00', '2023-08-13 03:51:00'),
(NULL, 437, 1, 202308130947085134, 202308130947085134, 'App\\Models\\Countries', 8, 'update', '{\"country_id\":8,\"title\":\"Sweden\",\"alias\":\"sweden\",\"text\":\"<p>Sweden is a Nordic country in the northern region of Europe. It is inhabited by people who are well known for their kindness and acceptance towards students and migrants from different parts of the world.<\\/p>\",\"details\":\"<p>You bring the ideas, the drive and the inspiration &ndash; We&rsquo;ll teach you how to use them to change the world. When you choose Sweden, You don&rsquo;t just pick a place &ndash; You pick a future. You don&rsquo;t just pick a place &ndash; You pick a future.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Sweden-01 (1).png\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-08-07T00:19:12.000000Z\",\"updated_at\":\"2023-08-13T05:51:43.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Sweden is a Nordic country in the northern region of Europe. It is inhabited by people who are well known for their kindness and acceptance towards students and migrants from different parts of the world.<\\/p>\\r\\n\\r\\n<p>You bring the ideas, the drive and the inspiration &ndash; We&rsquo;ll teach you how to use them to change the world. When you choose Sweden, You don&rsquo;t just pick a place &ndash; You pick a future. You don&rsquo;t just pick a place &ndash; You pick a future.<\\/p>\",\"details\":\"\",\"updated_at\":\"2023-08-13 09:47:08\",\"updatedBy\":1}', '2023-08-13 04:02:08', '2023-08-13 04:02:08'),
(NULL, 438, 1, 202308130948212300, 202308130948212300, 'App\\Models\\Countries', 8, 'update', '{\"country_id\":8,\"title\":\"Sweden\",\"alias\":\"sweden\",\"text\":\"<p>Sweden is a Nordic country in the northern region of Europe. It is inhabited by people who are well known for their kindness and acceptance towards students and migrants from different parts of the world.<\\/p>\\r\\n\\r\\n<p>You bring the ideas, the drive and the inspiration &ndash; We&rsquo;ll teach you how to use them to change the world. When you choose Sweden, You don&rsquo;t just pick a place &ndash; You pick a future. You don&rsquo;t just pick a place &ndash; You pick a future.<\\/p>\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Sweden-01 (1).png\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-08-07T00:19:12.000000Z\",\"updated_at\":\"2023-08-13T09:47:08.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Sweden is a Nordic country in the northern region of Europe. It is inhabited by people who are well known for their kindness and acceptance towards students and migrants from different parts of the world.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"details\":\"<p>You bring the ideas, the drive and the inspiration &ndash; We&rsquo;ll teach you how to use them to change the world. When you choose Sweden, You don&rsquo;t just pick a place &ndash; You pick a future. You don&rsquo;t just pick a place &ndash; You pick a future.<\\/p>\",\"updated_at\":\"2023-08-13 09:48:21\",\"updatedBy\":1}', '2023-08-13 04:03:21', '2023-08-13 04:03:21'),
(NULL, 439, 1, 202308130951131738, 202308130951131738, 'App\\Models\\Countryarticles', 5, 'create', NULL, '{\"title\":\"o\",\"text\":\"<p>You bring the ideas, the drive and the inspiration &ndash; We&rsquo;ll teach you how to use them to change the world. When you choose Sweden, You don&rsquo;t just pick a place &ndash; You pick a future. You don&rsquo;t just pick a place &ndash; You pick a future.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"8\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"o\",\"display_order\":\"5\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T09:51:13.000000Z\",\"created_at\":\"2023-08-13T09:51:13.000000Z\",\"article_id\":5,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 04:06:13', '2023-08-13 04:06:13'),
(NULL, 440, 1, 202308130951523549, 202308130951523549, 'App\\Models\\Countryarticles', 5, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-13 04:06:52', '2023-08-13 04:06:52'),
(NULL, 441, 1, 202308130953525724, 202308130953525724, 'App\\Models\\Countryarticles', 6, 'create', NULL, '{\"title\":\"Fundamentals of Denmark\",\"text\":\"<p>Denmark is a Nordic country in northern Europe made up of the Jutland Peninsula and more than 400 islands in the North Sea. It shares a border with Germany to the south. As of 2022, it has a population of over 5.88 million, of which about 800,000 live in the capital and largest city, Copenhagen. Denmark is a highly developed country with a high standard of living. The country performs at or near the top in measures of education, health care, civil liberties, democratic governance, and LGBT equality. Denmark has a temperate climate characterized by mild winters in January and cool summers in August. The position between a continent and an ocean means that the weather is often unstable.&nbsp;<br \\/>\\r\\nDenmark offers international students a range of opportunities for obtaining an internationally recognized qualification. Many programs are taught in the English language, the academic lingua franca, in bachelor&#39;s degrees, master&#39;s degrees, doctorates, and student exchange programs.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"9\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"fundamentals-of-denmark\",\"display_order\":\"6\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T09:53:52.000000Z\",\"created_at\":\"2023-08-13T09:53:52.000000Z\",\"article_id\":6,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 04:08:52', '2023-08-13 04:08:52'),
(NULL, 442, 1, 202308130954284928, 202308130954284928, 'App\\Models\\Countryarticles', 6, 'update', '{\"article_id\":6,\"countries_id\":9,\"parent_article\":0,\"title\":\"Fundamentals of Denmark\",\"alias\":\"fundamentals-of-denmark\",\"text\":\"<p>Denmark is a Nordic country in northern Europe made up of the Jutland Peninsula and more than 400 islands in the North Sea. It shares a border with Germany to the south. As of 2022, it has a population of over 5.88 million, of which about 800,000 live in the capital and largest city, Copenhagen. Denmark is a highly developed country with a high standard of living. The country performs at or near the top in measures of education, health care, civil liberties, democratic governance, and LGBT equality. Denmark has a temperate climate characterized by mild winters in January and cool summers in August. The position between a continent and an ocean means that the weather is often unstable.&nbsp;<br \\/>\\r\\nDenmark offers international students a range of opportunities for obtaining an internationally recognized qualification. Many programs are taught in the English language, the academic lingua franca, in bachelor&#39;s degrees, master&#39;s degrees, doctorates, and student exchange programs.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":6,\"status\":1,\"created_at\":\"2023-08-13T09:53:52.000000Z\",\"updated_at\":\"2023-08-13T09:53:52.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Denmark-01 (1).png\",\"updated_at\":\"2023-08-13 09:54:28\",\"updatedBy\":1}', '2023-08-13 04:09:28', '2023-08-13 04:09:28'),
(NULL, 443, 1, 202308130956019162, 202308130956019162, 'App\\Models\\Countryarticles', 7, 'create', NULL, '{\"title\":\"Fundamentals of UK\",\"text\":\"<p>The United Kingdom, also called the UK, consists of a group of islands. It is a unique country that covers four different nations altogether. The four nations are England, Scotland, Northern Ireland, and Wales, with the capital cities being London, Edinburgh, Belfast, and Cardiff, respectively. The largest city in the United Kingdom is London. The UK covers a total area of 243,610 square kilometers, which makes it the 78th largest country in the world. The approximate population of the UK is 65,110,000. There are a handful of major urban areas; London, Birmingham, Manchester, West Yorkshire, and Glasgow.<br \\/>\\r\\nApart from the land border with the Irish Republic, the United Kingdom is surrounded by sea. The North Sea lies to the east of the UK. The north and west of the UK are covered in high ground, whereas the south is countryside with mostly rolling hills. The UK claims fame in sports and literature. Larger parts of the country have a maritime, moist, and temperate climate.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"10\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/uk logo.png\",\"alias\":\"fundamentals-of-uk\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T09:56:01.000000Z\",\"created_at\":\"2023-08-13T09:56:01.000000Z\",\"article_id\":7,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 04:11:01', '2023-08-13 04:11:01');
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, 444, 1, 202308130957215545, 202308130957215545, 'App\\Models\\Countryarticles', 8, 'create', NULL, '{\"title\":\"Fundamentals of Norway\",\"text\":\"<p>Norway scored 9 out of 10, taking seventh place in Europe in terms of international students&rsquo; satisfaction. The public universities in Norway offer free education to the students regardless of their country of origin, providing an opportunity for obtaining a degree at a quality university at no cost.<\\/p>\\r\\n\\r\\n<p><strong>High-Quality Education:<\\/strong><br \\/>\\r\\nThe educational system is generally state-funded to ensure that access to education is equal for all, meaning that most institutions have no tuition fees for their citizens. They offer the same excellent education program as a member of the European Union. The high-quality education provided by Norwegian universities and colleges has led to more and more international students choosing to study in Norway. In addition, there is a wide range of courses to choose from, as per your wishes.<\\/p>\\r\\n\\r\\n<p><strong>Student Life:<\\/strong>&nbsp;<br \\/>\\r\\nThe living standard is generally high. Student life is generally a social and active period in Norway. Alongside their studies, international students are also allowed to work part-time, with an upper limit of 20 hours a week, to supplement their living costs, pay off their student loans, and gain work experience.<\\/p>\\r\\n\\r\\n<p><strong>A Safe Place:<\\/strong><br \\/>\\r\\nNorway is considered a safe country because the crime rate is very low. Norway is a wealthy country that is much more equitable than other countries. More importantly, social responsibility is collective, so a crime is, for many people, understood as a responsibility of the community rather than the failing of an individual. Overall, your student days in Norway are most likely to go unmarked by crime or police harassment.<\\/p>\\r\\n\\r\\n<p><strong>A Modern and Technologically Advanced Society:<\\/strong><br \\/>\\r\\nNorway has emerged as the most advanced nation in the world in terms of consumer adoption of digital media, with the UK ranked tenth. It is known as a place with the highest living standards, and its rich economy is one of the major reasons for that.<\\/p>\\r\\n\\r\\n<p><strong>Students Are Prioritized At An Individual Level:<\\/strong><br \\/>\\r\\nThe emphasis of Norwegian universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put in your hard work before universities and colleges will accept your justifiable study gap. It is a safe study destination for students with opportunities at world-ranked universities with an outstanding and comprehensive educational system.<\\/p>\\r\\n\\r\\n<p><strong>You Can Apply With Your Spouse And Child:<\\/strong><br \\/>\\r\\nAs a student who is aiming to go to Norway for higher studies but is thinking of taking your spouse or child along with you, you do not have to worry. Norway has a lot of benefits for taking your spouse and child as dependents along with you on your student visa. Education and healthcare facilities are absolutely free for your dependents in Norway. This could prove to be a once-in-a-lifetime opportunity for you to settle with your family in Norway after finishing your studies. However, the child has to be under the age of 18, and you have to present a separate set of documents and funds to go this route.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"11\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"fundamentals-of-norway\",\"display_order\":\"8\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T09:57:21.000000Z\",\"created_at\":\"2023-08-13T09:57:21.000000Z\",\"article_id\":8,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 04:12:21', '2023-08-13 04:12:21'),
(NULL, 445, 1, 202308130958214631, 202308130958214631, 'App\\Models\\Countryarticles', 6, 'update', '{\"article_id\":6,\"countries_id\":9,\"parent_article\":0,\"title\":\"Fundamentals of Denmark\",\"alias\":\"fundamentals-of-denmark\",\"text\":\"<p>Denmark is a Nordic country in northern Europe made up of the Jutland Peninsula and more than 400 islands in the North Sea. It shares a border with Germany to the south. As of 2022, it has a population of over 5.88 million, of which about 800,000 live in the capital and largest city, Copenhagen. Denmark is a highly developed country with a high standard of living. The country performs at or near the top in measures of education, health care, civil liberties, democratic governance, and LGBT equality. Denmark has a temperate climate characterized by mild winters in January and cool summers in August. The position between a continent and an ocean means that the weather is often unstable.&nbsp;<br \\/>\\r\\nDenmark offers international students a range of opportunities for obtaining an internationally recognized qualification. Many programs are taught in the English language, the academic lingua franca, in bachelor&#39;s degrees, master&#39;s degrees, doctorates, and student exchange programs.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Denmark-01 (1).png\",\"display_order\":6,\"status\":1,\"created_at\":\"2023-08-13T09:53:52.000000Z\",\"updated_at\":\"2023-08-13T09:54:28.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-13 04:13:21', '2023-08-13 04:13:21'),
(NULL, 446, 1, 202308130959254074, 202308130959254074, 'App\\Models\\Countryarticles', 8, 'update', '{\"article_id\":8,\"countries_id\":11,\"parent_article\":0,\"title\":\"Fundamentals of Norway\",\"alias\":\"fundamentals-of-norway\",\"text\":\"<p>Norway scored 9 out of 10, taking seventh place in Europe in terms of international students&rsquo; satisfaction. The public universities in Norway offer free education to the students regardless of their country of origin, providing an opportunity for obtaining a degree at a quality university at no cost.<\\/p>\\r\\n\\r\\n<p><strong>High-Quality Education:<\\/strong><br \\/>\\r\\nThe educational system is generally state-funded to ensure that access to education is equal for all, meaning that most institutions have no tuition fees for their citizens. They offer the same excellent education program as a member of the European Union. The high-quality education provided by Norwegian universities and colleges has led to more and more international students choosing to study in Norway. In addition, there is a wide range of courses to choose from, as per your wishes.<\\/p>\\r\\n\\r\\n<p><strong>Student Life:<\\/strong>&nbsp;<br \\/>\\r\\nThe living standard is generally high. Student life is generally a social and active period in Norway. Alongside their studies, international students are also allowed to work part-time, with an upper limit of 20 hours a week, to supplement their living costs, pay off their student loans, and gain work experience.<\\/p>\\r\\n\\r\\n<p><strong>A Safe Place:<\\/strong><br \\/>\\r\\nNorway is considered a safe country because the crime rate is very low. Norway is a wealthy country that is much more equitable than other countries. More importantly, social responsibility is collective, so a crime is, for many people, understood as a responsibility of the community rather than the failing of an individual. Overall, your student days in Norway are most likely to go unmarked by crime or police harassment.<\\/p>\\r\\n\\r\\n<p><strong>A Modern and Technologically Advanced Society:<\\/strong><br \\/>\\r\\nNorway has emerged as the most advanced nation in the world in terms of consumer adoption of digital media, with the UK ranked tenth. It is known as a place with the highest living standards, and its rich economy is one of the major reasons for that.<\\/p>\\r\\n\\r\\n<p><strong>Students Are Prioritized At An Individual Level:<\\/strong><br \\/>\\r\\nThe emphasis of Norwegian universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put in your hard work before universities and colleges will accept your justifiable study gap. It is a safe study destination for students with opportunities at world-ranked universities with an outstanding and comprehensive educational system.<\\/p>\\r\\n\\r\\n<p><strong>You Can Apply With Your Spouse And Child:<\\/strong><br \\/>\\r\\nAs a student who is aiming to go to Norway for higher studies but is thinking of taking your spouse or child along with you, you do not have to worry. Norway has a lot of benefits for taking your spouse and child as dependents along with you on your student visa. Education and healthcare facilities are absolutely free for your dependents in Norway. This could prove to be a once-in-a-lifetime opportunity for you to settle with your family in Norway after finishing your studies. However, the child has to be under the age of 18, and you have to present a separate set of documents and funds to go this route.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":8,\"status\":1,\"created_at\":\"2023-08-13T09:57:21.000000Z\",\"updated_at\":\"2023-08-13T09:57:21.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Why Norway?\",\"updated_at\":\"2023-08-13 09:59:25\",\"updatedBy\":1}', '2023-08-13 04:14:25', '2023-08-13 04:14:25'),
(NULL, 447, 1, 202308131000322564, 202308131000322564, 'App\\Models\\Countryarticles', 9, 'create', NULL, '{\"title\":\"Fundamentals of Finland\",\"text\":\"<p>Finland is a country also located in the Northern Europe and is a member of European Union as well. The capital and largest city of this country is Helsinki. Finland shares border land with Sweden to the northwest, Norway to the north and Russia to the east. The population in Norway is about 5.5 million and majority of people live around the capital city. Finland is located in far north that most country receives sunlight nearly 24 hours a day during the summer although the winters are freezing cold. This country is a parliamentary republic.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"12\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"fundamentals-of-finland\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T10:00:32.000000Z\",\"created_at\":\"2023-08-13T10:00:32.000000Z\",\"article_id\":9,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 04:15:32', '2023-08-13 04:15:32'),
(NULL, 448, 1, 202308131001497335, 202308131001497335, 'App\\Models\\Countryarticles', 6, 'update', '{\"article_id\":6,\"countries_id\":9,\"parent_article\":0,\"title\":\"Fundamentals of Denmark\",\"alias\":\"fundamentals-of-denmark\",\"text\":\"<p>Denmark is a Nordic country in northern Europe made up of the Jutland Peninsula and more than 400 islands in the North Sea. It shares a border with Germany to the south. As of 2022, it has a population of over 5.88 million, of which about 800,000 live in the capital and largest city, Copenhagen. Denmark is a highly developed country with a high standard of living. The country performs at or near the top in measures of education, health care, civil liberties, democratic governance, and LGBT equality. Denmark has a temperate climate characterized by mild winters in January and cool summers in August. The position between a continent and an ocean means that the weather is often unstable.&nbsp;<br \\/>\\r\\nDenmark offers international students a range of opportunities for obtaining an internationally recognized qualification. Many programs are taught in the English language, the academic lingua franca, in bachelor&#39;s degrees, master&#39;s degrees, doctorates, and student exchange programs.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Denmark-01 (1).png\",\"display_order\":6,\"status\":1,\"created_at\":\"2023-08-13T09:53:52.000000Z\",\"updated_at\":\"2023-08-13T09:54:28.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"\",\"updated_at\":\"2023-08-13 10:01:49\",\"updatedBy\":1}', '2023-08-13 04:16:49', '2023-08-13 04:16:49'),
(NULL, 449, 1, 202308131002041438, 202308131002041438, 'App\\Models\\Countryarticles', 7, 'update', '{\"article_id\":7,\"countries_id\":10,\"parent_article\":0,\"title\":\"Fundamentals of UK\",\"alias\":\"fundamentals-of-uk\",\"text\":\"<p>The United Kingdom, also called the UK, consists of a group of islands. It is a unique country that covers four different nations altogether. The four nations are England, Scotland, Northern Ireland, and Wales, with the capital cities being London, Edinburgh, Belfast, and Cardiff, respectively. The largest city in the United Kingdom is London. The UK covers a total area of 243,610 square kilometers, which makes it the 78th largest country in the world. The approximate population of the UK is 65,110,000. There are a handful of major urban areas; London, Birmingham, Manchester, West Yorkshire, and Glasgow.<br \\/>\\r\\nApart from the land border with the Irish Republic, the United Kingdom is surrounded by sea. The North Sea lies to the east of the UK. The north and west of the UK are covered in high ground, whereas the south is countryside with mostly rolling hills. The UK claims fame in sports and literature. Larger parts of the country have a maritime, moist, and temperate climate.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/uk logo.png\",\"display_order\":7,\"status\":1,\"created_at\":\"2023-08-13T09:56:01.000000Z\",\"updated_at\":\"2023-08-13T09:56:01.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"\",\"updated_at\":\"2023-08-13 10:02:04\",\"updatedBy\":1}', '2023-08-13 04:17:04', '2023-08-13 04:17:04'),
(NULL, 450, 1, 202308131007288296, 202308131007288296, 'App\\Models\\Countryarticles', 10, 'create', NULL, '{\"title\":\"Fundamentals of Norway\",\"text\":\"<p>Norway, a Nordic country in Northern Europe bordered on the east by Sweden, Finland, and Russia, is known as the &quot;Land of the Midnight Sun.&quot; The capital city of Norway is Oslo. The current population of Norway is about 5.5 million. Nearly half of the population of the country lives in the far south, in the regions around the capital city, Oslo. The climate here is wet and mild compared to the east and the north, where winters are longer and colder. Norway is a very popular and great destination for studying abroad. The Norwegian higher education sector is known for its high academic standards and has some of the best universities in the world, such as the University of Oslo, the University of Bergen, the Norwegian University of Science and Technology, and many more. Norway has a universal health care system and a comprehensive education system for students who have Norwegian citizenship, providing an opportunity to obtain a degree at a quality university at no cost.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"11\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"fundamentals-of-norway\",\"display_order\":\"10\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T10:07:28.000000Z\",\"created_at\":\"2023-08-13T10:07:28.000000Z\",\"article_id\":10,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 04:22:28', '2023-08-13 04:22:28'),
(NULL, 451, 1, 202308131008488285, 202308131008488285, 'App\\Models\\Countryarticles', 11, 'create', NULL, '{\"title\":\"Education System\",\"text\":\"<p>Norway&#39;s overarching goal is to provide high-quality education to both Norwegian and international students. The country&#39;s academic year is divided into two semesters, from August to December and January to June. The Norwegian Ministry of Education and Research is the institution in charge of the country&#39;s educational system.<br \\/>\\r\\nNorway has a very inclusive education system with statutory rights, so people of any age group can attend school. The Norwegian education system promotes lifelong learning, where the education sector and labor market work hand in hand. Unlike other countries, Norway is very inclusive of women when it comes to providing education. More and more Norwegian women take on higher studies every day.<\\/p>\\r\\n\\r\\n<p><strong>Higher Education System In Norway<\\/strong><br \\/>\\r\\nHigher education in Norway is also known as tertiary education, and it has a three-year structure (bachelor&#39;s, master&#39;s, and doctorate). None of the tertiary levels of education are compulsory and have no age limit, as Norway promotes statutory rights and has a very inclusive education system.<br \\/>\\r\\n<strong>Let us take a look at the higher education system of Norway in detail:<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Bachelor&rsquo;s Level<\\/strong><br \\/>\\r\\nThe bachelor&#39;s level of education in Norway is a 3-year course of study that consists of 60 ECTS credits per year (180 in total). A bachelor&#39;s degree has no age limitations in Norway.<br \\/>\\r\\nPrograms have a fixed structure. However, some of the programs would allow students to choose between different programs after completing the first year of the program. A student must have completed a higher level of education to be eligible to go for a bachelor&#39;s degree.<\\/p>\\r\\n\\r\\n<p><strong>Master&rsquo;s Level<\\/strong><br \\/>\\r\\nA master&rsquo;s degree consists of a 2-year study plan that accounts for 60 ECTS credits each year (120 in total). A master&rsquo;s degree is an academic specialization of a student&rsquo;s bachelor&#39;s degree course.<br \\/>\\r\\nIt consists of independent work and is based on academic specialization in the bachelor&rsquo;s programs. So, a student must have completed a bachelor&#39;s degree to be eligible to go for a master&rsquo;s degree.<\\/p>\\r\\n\\r\\n<p><strong>Doctorate Degree<\\/strong><br \\/>\\r\\nAfter completing a master&rsquo;s degree, students willing to go for an even higher level of education can sign up for a doctorate degree. A doctorate degree is based on a master&rsquo;s degree and independent research conducted under the supervision of other researchers.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"11\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"education-system\",\"display_order\":\"11\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T10:08:48.000000Z\",\"created_at\":\"2023-08-13T10:08:48.000000Z\",\"article_id\":11,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 04:23:48', '2023-08-13 04:23:48'),
(NULL, 452, 1, 202308131011017386, 202308131011017386, 'App\\Models\\Countryarticles', 12, 'create', NULL, '{\"title\":\"Why Denmark\",\"text\":\"<p>Denmark is consistently featured on the list of &ldquo;Top 10 Countries in Europe to Study Abroad&rdquo; because of its high-quality education. The country regularly ranks on lists of the most livable, safest, and happiest places on earth based on its standard of living and per capita income. Denmark is a popular destination for a variety of students, given its diverse programs in high-level education.&nbsp;<br \\/>\\r\\nA series of factors that determine the country of choice are as follows;<\\/p>\\r\\n\\r\\n<p><strong>High Ranking Universities:<\\/strong><br \\/>\\r\\nDenmark is renowned for having an excellent education system and some of the best academic institutions in Europe. Classes are held in such a way that all the students can focus and actively participate in discussions and activities. The universities and the professors ensure that nobody is overlooked. The two most well-known universities in Denmark are the College of Copenhagen and the College of South Denmark.<\\/p>\\r\\n\\r\\n<p><strong>The Happiest Country In The World:<\\/strong><br \\/>\\r\\nDenmark supports all the main factors like caring, freedom, generosity, honesty, health, safety, education, and good governance that make it one of the happiest countries in the world. Denmark qualifies on all the parameters, including GDP, life expectancy, gender equality, and non-corruption, which make it one of the safest and most popular destinations even for international students.<\\/p>\\r\\n\\r\\n<p><strong>Students&#39; Grants and Living Costs:<\\/strong>&nbsp;<br \\/>\\r\\nStudents&#39; living costs in Denmark vary from 750&ndash;900 EUR monthly, depending on your reliable choice of living situation and city. The students are allowed to work for about 20 hours a week, which allows them to earn a minimum of 15,00 euros monthly, excluding the taxes imposed. The cost of living depends on your location. It is not hard to find jobs in Denmark, as all work is considered equal.&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Denmark University Fees:&nbsp;<\\/strong><br \\/>\\r\\nTuition in Denmark ranges from 7,000 to 18,000 EUR per academic year, depending on the course, university, and city. There are also a variety of grants and scholarships available for students on the basis of merit, need, and sometimes partner countries. A student whose father or mother is a citizen of an EU\\/EEA country and works in Denmark can receive free education.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"9\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"why-denmark\",\"display_order\":\"12\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T10:11:01.000000Z\",\"created_at\":\"2023-08-13T10:11:01.000000Z\",\"article_id\":12,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 04:26:01', '2023-08-13 04:26:01'),
(NULL, 453, 1, 202308131011572921, 202308131011572921, 'App\\Models\\Countryarticles', 13, 'create', NULL, '{\"title\":\"Why UK\",\"text\":\"<p><strong>World Recognized Education<\\/strong><\\/p>\\r\\n\\r\\n<p>Studying in the UK might be the best choice you ever make because of its potential academic advantages. No matter where you end up finding employment, if you choose to further your studies in the UK, your degree will be accepted and acknowledged. Your education will provide you with a strong foundation, increase your chances of earning more money, and help you land the job of your dreams.<\\/p>\\r\\n\\r\\n<p>Every British college is known globally for having innovative and tough environments that assist their students in pushing themselves to the extreme. Their requirements are surprisingly high, and year after year, the colleges are examined for the way they meet current challenges.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Work Opportunities For Students<\\/strong><\\/p>\\r\\n\\r\\n<p>No matter which UK university you go to, your education will be very expensive. There is no need to worry, though. The good news is that you are permitted to work while studying in the UK, unlike the majority of popular study destinations. You are allowed to work up to 20 hours per week of part-time employment throughout the ordinary academic year.<\\/p>\\r\\n\\r\\n<p>Once the school year is over, you can look for a full-time position. Working while you study will also help you feel truly independent, which will help you learn to rely on yourself&mdash;even better if you demonstrate a greater degree of dedication!<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>The Graduation Immigration Route<\\/strong><\\/p>\\r\\n\\r\\n<p>International students who want to work in the UK once they graduate would particularly benefit from this. International students studying in the UK now have access to a new Graduate Immigration Route, generally known as a post-study employment visa.<\\/p>\\r\\n\\r\\n<p>Students will have the option to stay in the UK for up to two years and hunt for work after graduating, thanks to this new graduate pathway. Graduates will be able to transition into skilled labor if they are able to obtain a job within that period.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Equal Focus On Every Course<\\/strong><\\/p>\\r\\n\\r\\n<p>The universities in the UK provide a wide range of courses - design, management, physiology, and business are some of the many. You will be exposed to real-world living, and problems, but also independence and critical thinking, observing a close cooperation between industries and academics, and conducting investigative research. They focus on prioritizing logic and educating students on how to put their knowledge into practice.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Students Are Prioritized At An Individual Level<\\/strong><\\/p>\\r\\n\\r\\n<p>The emphasis of British universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put your hard work into it.<\\/p>\\r\\n\\r\\n<p>Universities and colleges will accept your justifiable study gap. The UK is a safe study destination for students, with opportunities at world-ranked universities and an outstanding educational system.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"10\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"why-uk\",\"display_order\":\"13\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T10:11:57.000000Z\",\"created_at\":\"2023-08-13T10:11:57.000000Z\",\"article_id\":13,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 04:26:57', '2023-08-13 04:26:57'),
(NULL, 454, 1, 202308131012569074, 202308131012569074, 'App\\Models\\Countryarticles', 14, 'create', NULL, '{\"title\":\"Why Finland\",\"text\":\"<p>Finland is one of the best options for students deciding to pursue their studies and careers in Europe. Finland and its educational system guarantee international students the highest quality education. Following are the various reasons you could choose Finland for your further studies:<\\/p>\\r\\n\\r\\n<p><strong>Quality Education:&nbsp;<\\/strong><br \\/>\\r\\nFinland is home to great universities, which offer a wide range of study courses for students around the world. A variety of study programs are available in English, making Finland an excellent choice for your bachelor&#39;s and master&#39;s degrees. For higher education, students are eligible for a bachelor&rsquo;s degree when they finish matriculation or receive a vocational qualification. Higher education in Finland aims to be independent. There is also a lot of flexibility when it comes to taking various courses and exams. Students are free to choose the direction of their studies.<\\/p>\\r\\n\\r\\n<p><strong>The Happiest Country In The World:&nbsp;<\\/strong><br \\/>\\r\\nAccording to the World Happiness Report 2020, Finland has been named the world&rsquo;s happiest country for the third time in a row. Finland provides free education and healthcare, which are some of the biggest perks for the people living in these countries. The crime rates in Finland are very low, which makes it a safe destination. Students will most likely not encounter any kind of illegal activity during their student years.<\\/p>\\r\\n\\r\\n<p><strong>Diverse Community:&nbsp;<\\/strong><br \\/>\\r\\nFinland is a multicultural country with a strong cultural identity. The international community in Finland is also diverse and successful. The country welcomes everyone, regardless of their country of origin, culture, gender, or socio-economic background.&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Study Costs And Living Expenses:&nbsp;<\\/strong><br \\/>\\r\\nThe monthly living cost for students living in the capital city or around it for basics such as food, rent, and transportation is on average 700&ndash;1000 euros or even more depending upon the location and personal expenses. It is important to make arrangements for adequate funding for the entire period of your study before leaving your home country.&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Working While Studying:<\\/strong><br \\/>\\r\\nAll degree-seeking students applying to Finland must fund their studies and living expenses themselves. International degree and exchange students are permitted to work for a set number of hours during their stay in Finland. If you work in Finland, you have to pay taxes on your income.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"12\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"why-finland\",\"display_order\":\"14\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-13T10:12:56.000000Z\",\"created_at\":\"2023-08-13T10:12:56.000000Z\",\"article_id\":14,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-13 04:27:56', '2023-08-13 04:27:56'),
(NULL, 455, 1, 202308131113597684, 202308131113597684, 'App\\Models\\Preparationclasses', 10, 'update', '{\"preparationclass_id\":10,\"title\":\"TOEFL\",\"alias\":\"toefl-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:48:47.000000Z\",\"updated_at\":\"2023-08-13T07:16:34.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"parent_preparationclass\":\"10\",\"updated_at\":\"2023-08-13 11:13:59\",\"updatedBy\":1}', '2023-08-13 05:28:59', '2023-08-13 05:28:59'),
(NULL, 456, 1, 202308131115036683, 202308131115036683, 'App\\Models\\Preparationclasses', 10, 'update', '{\"preparationclass_id\":10,\"title\":\"TOEFL\",\"alias\":\"toefl-preparation-classes\",\"parent_preparationclass\":10,\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:48:47.000000Z\",\"updated_at\":\"2023-08-13T11:13:59.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"parent_preparationclass\":\"0\",\"image\":\"storage\\/trust\\/files\\/1\\/Denmark-01 (1).png\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Denmark-01 (1).png\",\"updated_at\":\"2023-08-13 11:15:03\",\"updatedBy\":1}', '2023-08-13 05:30:03', '2023-08-13 05:30:03'),
(NULL, 457, 1, 202308131128281281, 202308131128281281, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual&rsquo;s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.<br \\/>\\r\\nYou will take the listening, reading, and writing tests all in one day, one after another, without taking breaks. The speaking test, on the other hand, may be taken the same day or the next day, depending on your test center. The total duration of the test is 2 hours and 45 minutes and is completed in two test sessions: listening, reading, and writing on the first day, followed by the speaking test the next day.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about IELTS before you sit for the test:<\\/strong><br \\/>\\r\\n<strong>Total Band Score for all skills: 9<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for a total of 30 minutes.<br \\/>\\r\\nFour recordings will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nFour articles with a total of 40 questions to be answered Skills like skim reading and logical arguments are tested.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nrequires you to complete two writing tasks and has topics of general interest that you need to write about.<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for approximately 11 to 14 minutes.<br \\/>\\r\\nThe test is recorded and is divided into three parts.<\\/p>\\r\\n\\r\\n<p><strong>Note:&nbsp;<\\/strong><br \\/>\\r\\nA minimum score of 6.5 overall and 5.5 on each band is required to apply for studies in European countries.<br \\/>\\r\\nIELTS Proficiency Test results are valid for 2 years from the date of the exam.<\\/p>\",\"intro\":\"Language proficiency tests check a person\\u2019s ability to use a language. Students aiming to study abroad face little to no problems with the language barrier. It creates a communicative bridge between native speakers and international students.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-08-07T00:25:22.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"intro\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1.png\",\"updated_at\":\"2023-08-13 11:28:28\",\"updatedBy\":1}', '2023-08-13 05:43:28', '2023-08-13 05:43:28'),
(NULL, 458, 1, 202308131128529494, 202308131128529494, 'App\\Models\\Preparationclasses', 2, 'update', '{\"preparationclass_id\":2,\"title\":\"PTE\",\"alias\":\"pte-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The Pearson Test of English has become a popular testing system among students applying for international education in recent years. It is a test format that is not manual but rather computer-based.<br \\/>\\r\\nThe system evaluates the language skills of the students. The skills of reading, writing, listening, and speaking are tested. Speaking and writing are two modules that are combined into a single session. However, reading and listening are divided into two different sections. This test has been preferred by the students in recent years because of its reduced rate of bias, which is due to the fact that it is completely computerized.<br \\/>\\r\\nThe duration of the test is only 2 hours and is accomplished in a single test session. An individual giving the PTE test will be assigned a computer and a headset.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about PTE before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 90<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Speaking and Writing Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 67 minutes.<br \\/>\\r\\nhas a total of 8 sections with 28 to 26 questions.<br \\/>\\r\\nconsist of question topics related to personal introduction, reading aloud, repeating sentences, describing images, retelling lectures, answering short questions, summing up written text, and writing an essay.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nIt lasts for an approximate time of 29 to 30 minutes.<br \\/>\\r\\nhas a total of five sections with 13 to 18 questions.<br \\/>\\r\\nIt consists of question topics related to filling in the blanks- reading, and writing multiple choice- multiple answer questions, reordering paragraphs, filling in the blanks- reading, and multiple choice- single answer question.<\\/p>\\r\\n\\r\\n<p><strong>Listening Test:<\\/strong><br \\/>\\r\\nLasts for an approximate time of 30 to 43 minutes.<br \\/>\\r\\nHas a total of 8 sections with 12 to 20 questions.<br \\/>\\r\\nconsist of questions related to summarizing the spoken test, multiple choice- multiple answer questions, fill in the blanks, highlight the correct summary, multiple choice- single answer question, select the missing word, highlight incorrect word and write from dictation.<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nA minimum score of 62 overall and 61 in writing in the PTE test is required to apply for studies in European countries.<br \\/>\\r\\nPTE test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"Language proficiency tests check a person\\u2019s ability to use a language. Students aiming to study abroad face little to no problems with the language barrier. It creates a communicative bridge between native speakers and international students.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-25T00:00:53.000000Z\",\"updated_at\":\"2023-08-11T11:49:40.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"intro\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Education-System.jpg\",\"updated_at\":\"2023-08-13 11:28:52\",\"updatedBy\":1}', '2023-08-13 05:43:52', '2023-08-13 05:43:52'),
(NULL, 459, 1, 202308131132504574, 202308131132504574, 'App\\Models\\Blogs', 30, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-13 05:47:50', '2023-08-13 05:47:50'),
(NULL, 460, 1, 202308131136062643, 202308131136062643, 'App\\Models\\Preparationclasses', 2, 'update', '{\"preparationclass_id\":2,\"title\":\"PTE\",\"alias\":\"pte-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The Pearson Test of English has become a popular testing system among students applying for international education in recent years. It is a test format that is not manual but rather computer-based.<br \\/>\\r\\nThe system evaluates the language skills of the students. The skills of reading, writing, listening, and speaking are tested. Speaking and writing are two modules that are combined into a single session. However, reading and listening are divided into two different sections. This test has been preferred by the students in recent years because of its reduced rate of bias, which is due to the fact that it is completely computerized.<br \\/>\\r\\nThe duration of the test is only 2 hours and is accomplished in a single test session. An individual giving the PTE test will be assigned a computer and a headset.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about PTE before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 90<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Speaking and Writing Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 67 minutes.<br \\/>\\r\\nhas a total of 8 sections with 28 to 26 questions.<br \\/>\\r\\nconsist of question topics related to personal introduction, reading aloud, repeating sentences, describing images, retelling lectures, answering short questions, summing up written text, and writing an essay.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nIt lasts for an approximate time of 29 to 30 minutes.<br \\/>\\r\\nhas a total of five sections with 13 to 18 questions.<br \\/>\\r\\nIt consists of question topics related to filling in the blanks- reading, and writing multiple choice- multiple answer questions, reordering paragraphs, filling in the blanks- reading, and multiple choice- single answer question.<\\/p>\\r\\n\\r\\n<p><strong>Listening Test:<\\/strong><br \\/>\\r\\nLasts for an approximate time of 30 to 43 minutes.<br \\/>\\r\\nHas a total of 8 sections with 12 to 20 questions.<br \\/>\\r\\nconsist of questions related to summarizing the spoken test, multiple choice- multiple answer questions, fill in the blanks, highlight the correct summary, multiple choice- single answer question, select the missing word, highlight incorrect word and write from dictation.<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nA minimum score of 62 overall and 61 in writing in the PTE test is required to apply for studies in European countries.<br \\/>\\r\\nPTE test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Education-System.jpg\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-25T00:00:53.000000Z\",\"updated_at\":\"2023-08-13T11:28:52.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"\",\"updated_at\":\"2023-08-13 11:36:06\",\"updatedBy\":1}', '2023-08-13 05:51:06', '2023-08-13 05:51:06'),
(NULL, 461, 1, 202308131136264127, 202308131136264127, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual&rsquo;s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.<br \\/>\\r\\nYou will take the listening, reading, and writing tests all in one day, one after another, without taking breaks. The speaking test, on the other hand, may be taken the same day or the next day, depending on your test center. The total duration of the test is 2 hours and 45 minutes and is completed in two test sessions: listening, reading, and writing on the first day, followed by the speaking test the next day.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about IELTS before you sit for the test:<\\/strong><br \\/>\\r\\n<strong>Total Band Score for all skills: 9<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for a total of 30 minutes.<br \\/>\\r\\nFour recordings will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nFour articles with a total of 40 questions to be answered Skills like skim reading and logical arguments are tested.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nrequires you to complete two writing tasks and has topics of general interest that you need to write about.<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for approximately 11 to 14 minutes.<br \\/>\\r\\nThe test is recorded and is divided into three parts.<\\/p>\\r\\n\\r\\n<p><strong>Note:&nbsp;<\\/strong><br \\/>\\r\\nA minimum score of 6.5 overall and 5.5 on each band is required to apply for studies in European countries.<br \\/>\\r\\nIELTS Proficiency Test results are valid for 2 years from the date of the exam.<\\/p>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1.png\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-08-13T11:28:28.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"\",\"updated_at\":\"2023-08-13 11:36:26\",\"updatedBy\":1}', '2023-08-13 05:51:26', '2023-08-13 05:51: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, 462, 1, 202308131137242954, 202308131137242954, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual&rsquo;s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.<br \\/>\\r\\nYou will take the listening, reading, and writing tests all in one day, one after another, without taking breaks. The speaking test, on the other hand, may be taken the same day or the next day, depending on your test center. The total duration of the test is 2 hours and 45 minutes and is completed in two test sessions: listening, reading, and writing on the first day, followed by the speaking test the next day.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about IELTS before you sit for the test:<\\/strong><br \\/>\\r\\n<strong>Total Band Score for all skills: 9<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for a total of 30 minutes.<br \\/>\\r\\nFour recordings will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nFour articles with a total of 40 questions to be answered Skills like skim reading and logical arguments are tested.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nrequires you to complete two writing tasks and has topics of general interest that you need to write about.<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for approximately 11 to 14 minutes.<br \\/>\\r\\nThe test is recorded and is divided into three parts.<\\/p>\\r\\n\\r\\n<p><strong>Note:&nbsp;<\\/strong><br \\/>\\r\\nA minimum score of 6.5 overall and 5.5 on each band is required to apply for studies in European countries.<br \\/>\\r\\nIELTS Proficiency Test results are valid for 2 years from the date of the exam.<\\/p>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-08-13T11:36:26.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-13 05:52:24', '2023-08-13 05:52:24'),
(NULL, 463, 1, 202308131137526861, 202308131137526861, 'App\\Models\\Preparationclasses', 10, 'update', '{\"preparationclass_id\":10,\"title\":\"TOEFL\",\"alias\":\"toefl-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"\",\"image\":\"storage\\/trust\\/files\\/1\\/Denmark-01 (1).png\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Denmark-01 (1).png\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:48:47.000000Z\",\"updated_at\":\"2023-08-13T11:15:03.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"image\":\"\",\"thumb\":\"\",\"updated_at\":\"2023-08-13 11:37:52\",\"updatedBy\":1}', '2023-08-13 05:52:52', '2023-08-13 05:52:52'),
(NULL, 464, 1, 202308140257515377, 202308140257515377, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual&rsquo;s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.<br \\/>\\r\\nYou will take the listening, reading, and writing tests all in one day, one after another, without taking breaks. The speaking test, on the other hand, may be taken the same day or the next day, depending on your test center. The total duration of the test is 2 hours and 45 minutes and is completed in two test sessions: listening, reading, and writing on the first day, followed by the speaking test the next day.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about IELTS before you sit for the test:<\\/strong><br \\/>\\r\\n<strong>Total Band Score for all skills: 9<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for a total of 30 minutes.<br \\/>\\r\\nFour recordings will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nFour articles with a total of 40 questions to be answered Skills like skim reading and logical arguments are tested.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nrequires you to complete two writing tasks and has topics of general interest that you need to write about.<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for approximately 11 to 14 minutes.<br \\/>\\r\\nThe test is recorded and is divided into three parts.<\\/p>\\r\\n\\r\\n<p><strong>Note:&nbsp;<\\/strong><br \\/>\\r\\nA minimum score of 6.5 overall and 5.5 on each band is required to apply for studies in European countries.<br \\/>\\r\\nIELTS Proficiency Test results are valid for 2 years from the date of the exam.<\\/p>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-08-13T11:36:26.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"intro\":\"IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual\\u2019s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.\",\"updated_at\":\"2023-08-14 02:57:51\",\"updatedBy\":1}', '2023-08-13 21:12:51', '2023-08-13 21:12:51'),
(NULL, 465, 1, 202308140258214559, 202308140258214559, 'App\\Models\\Preparationclasses', 10, 'update', '{\"preparationclass_id\":10,\"title\":\"TOEFL\",\"alias\":\"toefl-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:48:47.000000Z\",\"updated_at\":\"2023-08-13T11:37:52.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"intro\":\"The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.\",\"updated_at\":\"2023-08-14 02:58:21\",\"updatedBy\":1}', '2023-08-13 21:13:22', '2023-08-13 21:13:22'),
(NULL, 466, 1, 202308140258426699, 202308140258426699, 'App\\Models\\Preparationclasses', 2, 'update', '{\"preparationclass_id\":2,\"title\":\"PTE\",\"alias\":\"pte-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The Pearson Test of English has become a popular testing system among students applying for international education in recent years. It is a test format that is not manual but rather computer-based.<br \\/>\\r\\nThe system evaluates the language skills of the students. The skills of reading, writing, listening, and speaking are tested. Speaking and writing are two modules that are combined into a single session. However, reading and listening are divided into two different sections. This test has been preferred by the students in recent years because of its reduced rate of bias, which is due to the fact that it is completely computerized.<br \\/>\\r\\nThe duration of the test is only 2 hours and is accomplished in a single test session. An individual giving the PTE test will be assigned a computer and a headset.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about PTE before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 90<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Speaking and Writing Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 67 minutes.<br \\/>\\r\\nhas a total of 8 sections with 28 to 26 questions.<br \\/>\\r\\nconsist of question topics related to personal introduction, reading aloud, repeating sentences, describing images, retelling lectures, answering short questions, summing up written text, and writing an essay.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nIt lasts for an approximate time of 29 to 30 minutes.<br \\/>\\r\\nhas a total of five sections with 13 to 18 questions.<br \\/>\\r\\nIt consists of question topics related to filling in the blanks- reading, and writing multiple choice- multiple answer questions, reordering paragraphs, filling in the blanks- reading, and multiple choice- single answer question.<\\/p>\\r\\n\\r\\n<p><strong>Listening Test:<\\/strong><br \\/>\\r\\nLasts for an approximate time of 30 to 43 minutes.<br \\/>\\r\\nHas a total of 8 sections with 12 to 20 questions.<br \\/>\\r\\nconsist of questions related to summarizing the spoken test, multiple choice- multiple answer questions, fill in the blanks, highlight the correct summary, multiple choice- single answer question, select the missing word, highlight incorrect word and write from dictation.<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nA minimum score of 62 overall and 61 in writing in the PTE test is required to apply for studies in European countries.<br \\/>\\r\\nPTE test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-25T00:00:53.000000Z\",\"updated_at\":\"2023-08-13T11:36:06.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"intro\":\"The Pearson Test of English has become a popular testing system among students applying for international education in recent years. It is a test format that is not manual but rather computer-based.\",\"updated_at\":\"2023-08-14 02:58:42\",\"updatedBy\":1}', '2023-08-13 21:13:42', '2023-08-13 21:13:42'),
(NULL, 467, 1, 202308140302102814, 202308140302102814, 'App\\Models\\Preparationclasses', 10, 'update', '{\"preparationclass_id\":10,\"title\":\"TOEFL\",\"alias\":\"toefl-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:48:47.000000Z\",\"updated_at\":\"2023-08-14T02:58:21.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"intro\":\"The TOEFL is an internationally recognized English proficiency exam. It assesses reading, listening, speaking, and writing skills. The test includes reading passages, listening to recordings, speaking tasks, and writing essays. Preparation and practice are essential to improve performance and achieve a high score.\",\"updated_at\":\"2023-08-14 03:02:10\",\"updatedBy\":1}', '2023-08-13 21:17:10', '2023-08-13 21:17:10'),
(NULL, 468, 1, 202308140303415878, 202308140303415878, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual&rsquo;s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.<br \\/>\\r\\nYou will take the listening, reading, and writing tests all in one day, one after another, without taking breaks. The speaking test, on the other hand, may be taken the same day or the next day, depending on your test center. The total duration of the test is 2 hours and 45 minutes and is completed in two test sessions: listening, reading, and writing on the first day, followed by the speaking test the next day.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about IELTS before you sit for the test:<\\/strong><br \\/>\\r\\n<strong>Total Band Score for all skills: 9<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for a total of 30 minutes.<br \\/>\\r\\nFour recordings will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nFour articles with a total of 40 questions to be answered Skills like skim reading and logical arguments are tested.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nrequires you to complete two writing tasks and has topics of general interest that you need to write about.<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for approximately 11 to 14 minutes.<br \\/>\\r\\nThe test is recorded and is divided into three parts.<\\/p>\\r\\n\\r\\n<p><strong>Note:&nbsp;<\\/strong><br \\/>\\r\\nA minimum score of 6.5 overall and 5.5 on each band is required to apply for studies in European countries.<br \\/>\\r\\nIELTS Proficiency Test results are valid for 2 years from the date of the exam.<\\/p>\",\"intro\":\"IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual\\u2019s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-08-14T02:57:51.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"intro\":\"IELTS, or the International English Language Testing System, is a widely accepted English language proficiency exam. It assesses listening, reading, writing, and speaking skills. The test includes listening to recordings, reading passages, writing essays, and participating in face-to-face speaking interviews. Preparation and practice are crucial for success in the IELTS exam.\",\"updated_at\":\"2023-08-14 03:03:41\",\"updatedBy\":1}', '2023-08-13 21:18:41', '2023-08-13 21:18:41'),
(NULL, 469, 1, 202308140304241634, 202308140304241634, 'App\\Models\\Preparationclasses', 2, 'update', '{\"preparationclass_id\":2,\"title\":\"PTE\",\"alias\":\"pte-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The Pearson Test of English has become a popular testing system among students applying for international education in recent years. It is a test format that is not manual but rather computer-based.<br \\/>\\r\\nThe system evaluates the language skills of the students. The skills of reading, writing, listening, and speaking are tested. Speaking and writing are two modules that are combined into a single session. However, reading and listening are divided into two different sections. This test has been preferred by the students in recent years because of its reduced rate of bias, which is due to the fact that it is completely computerized.<br \\/>\\r\\nThe duration of the test is only 2 hours and is accomplished in a single test session. An individual giving the PTE test will be assigned a computer and a headset.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about PTE before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 90<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Speaking and Writing Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 67 minutes.<br \\/>\\r\\nhas a total of 8 sections with 28 to 26 questions.<br \\/>\\r\\nconsist of question topics related to personal introduction, reading aloud, repeating sentences, describing images, retelling lectures, answering short questions, summing up written text, and writing an essay.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nIt lasts for an approximate time of 29 to 30 minutes.<br \\/>\\r\\nhas a total of five sections with 13 to 18 questions.<br \\/>\\r\\nIt consists of question topics related to filling in the blanks- reading, and writing multiple choice- multiple answer questions, reordering paragraphs, filling in the blanks- reading, and multiple choice- single answer question.<\\/p>\\r\\n\\r\\n<p><strong>Listening Test:<\\/strong><br \\/>\\r\\nLasts for an approximate time of 30 to 43 minutes.<br \\/>\\r\\nHas a total of 8 sections with 12 to 20 questions.<br \\/>\\r\\nconsist of questions related to summarizing the spoken test, multiple choice- multiple answer questions, fill in the blanks, highlight the correct summary, multiple choice- single answer question, select the missing word, highlight incorrect word and write from dictation.<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nA minimum score of 62 overall and 61 in writing in the PTE test is required to apply for studies in European countries.<br \\/>\\r\\nPTE test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"The Pearson Test of English has become a popular testing system among students applying for international education in recent years. It is a test format that is not manual but rather computer-based.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-25T00:00:53.000000Z\",\"updated_at\":\"2023-08-14T02:58:42.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"intro\":\"PTE, or the Pearson Test of English, is a computer-based English language proficiency exam. It evaluates listening, reading, speaking, and writing skills. The test includes listening to recordings, reading passages, speaking into a microphone, and writing essays. Adequate preparation and practice are important for achieving a high score in the PTE exam.\",\"updated_at\":\"2023-08-14 03:04:24\",\"updatedBy\":1}', '2023-08-13 21:19:24', '2023-08-13 21:19:24'),
(NULL, 470, 1, 202308140317126722, 202308140317126722, 'App\\Models\\Preparationclasses', 10, 'update', '{\"preparationclass_id\":10,\"title\":\"TOEFL\",\"alias\":\"toefl-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"The TOEFL is an internationally recognized English proficiency exam. It assesses reading, listening, speaking, and writing skills. The test includes reading passages, listening to recordings, speaking tasks, and writing essays. Preparation and practice are essential to improve performance and achieve a high score.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:48:47.000000Z\",\"updated_at\":\"2023-08-14T03:02:10.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"parent_preparationclass\":\"10\",\"updated_at\":\"2023-08-14 03:17:12\",\"updatedBy\":1}', '2023-08-13 21:32:12', '2023-08-13 21:32:12'),
(NULL, 471, 1, 202308140317566948, 202308140317566948, 'App\\Models\\Preparationclasses', 10, 'update', '{\"preparationclass_id\":10,\"title\":\"TOEFL\",\"alias\":\"toefl-preparation-classes\",\"parent_preparationclass\":10,\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"The TOEFL is an internationally recognized English proficiency exam. It assesses reading, listening, speaking, and writing skills. The test includes reading passages, listening to recordings, speaking tasks, and writing essays. Preparation and practice are essential to improve performance and achieve a high score.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:48:47.000000Z\",\"updated_at\":\"2023-08-14T03:17:12.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"parent_preparationclass\":\"0\",\"updated_at\":\"2023-08-14 03:17:56\",\"updatedBy\":1}', '2023-08-13 21:32:56', '2023-08-13 21:32:56'),
(NULL, 472, 1, 202308140333549669, 202308140333549669, 'App\\Models\\Articles', 9, 'update', '{\"article_id\":9,\"parent_article\":0,\"title\":\"History\",\"alias\":\"history\",\"text\":\"<p><img alt=\\\"\\\" src=\\\"https:\\/\\/www.trusteducation.com.np\\/uploads\\/images\\/files\\/professional.jpg\\\" \\/><\\/p>\\r\\n\\r\\n<p>About Us<\\/p>\\r\\n\\r\\n<h2>Organizatin History<\\/h2>\\r\\n\\r\\n<p>Trust Education came together when an entrepreneur had a vision to create a bridge between young potential learners and the best available educational opportunities around the world. Trust stands tall after a series of hits and trials to find the best study route for potential youths willing to study abroad. The Trust Education Foundation was founded and officially registered in 2014 and has proudly been successful in directing the students towards recognizing their best potential with the help of its best counseling team.<\\/p>\\r\\n\\r\\n<p>TEF promotes world-class education in European countries, including the UK, Norway, Sweden, Denmark, and Finland. Unlike other education consulting platforms, the uniqueness of TEF is reflected in the choice of non-commercialized Northern European countries proven to be very reliable with top-ranked universities and globally recognized degrees. Trust and its team of counselors have always been focused on identifying the skills and hidden potentials of students and helping them find the best destination country, university, and study courses that will uplift them in the long run.<\\/p>\\r\\n\\r\\n<p>Trust truly believes that it has the utmost experience in finding the right balance between the demand of the educational market and the best interests of students. Working with the same vision all the way from 2014 to this date, the company has been successful in securing the educational futures of at least 200 Nepali and South Asian students each year.<\\/p>\\r\\n\\r\\n<p>Furthermore, Trust has been giving students an experience of the entire process, from figuring out their best pathways through career counseling to reaching their destination country and everything in between. The company has also initiated test preparation classes, an admission application review system, students&rsquo; assessment services, and mandatory pre-departure orientation classes for the students who have dreamed of getting higher education in European institutions.<\\/p>\\r\\n\\r\\n<p>The company has amplified its business direction by forming an authorized student enrollment partner for international institutions that wish to enroll students in and out of&nbsp;&nbsp;Nepal. Trust has been and will continue to work with its strong vision to bridge the gap between international education institutions and students seeking higher education abroad.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-08-11T11:33:15.000000Z\",\"updated_at\":\"2023-08-11T11:33:50.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>About Us<\\/p>\\r\\n\\r\\n<h2>Organizatin History<\\/h2>\\r\\n\\r\\n<p>Trust Education came together when an entrepreneur had a vision to create a bridge between young potential learners and the best available educational opportunities around the world. Trust stands tall after a series of hits and trials to find the best study route for potential youths willing to study abroad. The Trust Education Foundation was founded and officially registered in 2014 and has proudly been successful in directing the students towards recognizing their best potential with the help of its best counseling team.<\\/p>\\r\\n\\r\\n<p>TEF promotes world-class education in European countries, including the UK, Norway, Sweden, Denmark, and Finland. Unlike other education consulting platforms, the uniqueness of TEF is reflected in the choice of non-commercialized Northern European countries proven to be very reliable with top-ranked universities and globally recognized degrees. Trust and its team of counselors have always been focused on identifying the skills and hidden potentials of students and helping them find the best destination country, university, and study courses that will uplift them in the long run.<\\/p>\\r\\n\\r\\n<p>Trust truly believes that it has the utmost experience in finding the right balance between the demand of the educational market and the best interests of students. Working with the same vision all the way from 2014 to this date, the company has been successful in securing the educational futures of at least 200 Nepali and South Asian students each year.<\\/p>\\r\\n\\r\\n<p>Furthermore, Trust has been giving students an experience of the entire process, from figuring out their best pathways through career counseling to reaching their destination country and everything in between. The company has also initiated test preparation classes, an admission application review system, students&rsquo; assessment services, and mandatory pre-departure orientation classes for the students who have dreamed of getting higher education in European institutions.<\\/p>\\r\\n\\r\\n<p>The company has amplified its business direction by forming an authorized student enrollment partner for international institutions that wish to enroll students in and out of&nbsp;&nbsp;Nepal. Trust has been and will continue to work with its strong vision to bridge the gap between international education institutions and students seeking higher education abroad.<\\/p>\",\"updated_at\":\"2023-08-14 03:33:54\",\"updatedBy\":1}', '2023-08-13 21:48:54', '2023-08-13 21:48:54'),
(NULL, 473, 1, 202308140334386553, 202308140334386553, 'App\\Models\\Articles', 9, 'update', '{\"article_id\":9,\"parent_article\":0,\"title\":\"History\",\"alias\":\"history\",\"text\":\"<p>About Us<\\/p>\\r\\n\\r\\n<h2>Organizatin History<\\/h2>\\r\\n\\r\\n<p>Trust Education came together when an entrepreneur had a vision to create a bridge between young potential learners and the best available educational opportunities around the world. Trust stands tall after a series of hits and trials to find the best study route for potential youths willing to study abroad. The Trust Education Foundation was founded and officially registered in 2014 and has proudly been successful in directing the students towards recognizing their best potential with the help of its best counseling team.<\\/p>\\r\\n\\r\\n<p>TEF promotes world-class education in European countries, including the UK, Norway, Sweden, Denmark, and Finland. Unlike other education consulting platforms, the uniqueness of TEF is reflected in the choice of non-commercialized Northern European countries proven to be very reliable with top-ranked universities and globally recognized degrees. Trust and its team of counselors have always been focused on identifying the skills and hidden potentials of students and helping them find the best destination country, university, and study courses that will uplift them in the long run.<\\/p>\\r\\n\\r\\n<p>Trust truly believes that it has the utmost experience in finding the right balance between the demand of the educational market and the best interests of students. Working with the same vision all the way from 2014 to this date, the company has been successful in securing the educational futures of at least 200 Nepali and South Asian students each year.<\\/p>\\r\\n\\r\\n<p>Furthermore, Trust has been giving students an experience of the entire process, from figuring out their best pathways through career counseling to reaching their destination country and everything in between. The company has also initiated test preparation classes, an admission application review system, students&rsquo; assessment services, and mandatory pre-departure orientation classes for the students who have dreamed of getting higher education in European institutions.<\\/p>\\r\\n\\r\\n<p>The company has amplified its business direction by forming an authorized student enrollment partner for international institutions that wish to enroll students in and out of&nbsp;&nbsp;Nepal. Trust has been and will continue to work with its strong vision to bridge the gap between international education institutions and students seeking higher education abroad.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-08-11T11:33:15.000000Z\",\"updated_at\":\"2023-08-14T03:33:54.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Trust Education came together when an entrepreneur had a vision to create a bridge between young potential learners and the best available educational opportunities around the world. Trust stands tall after a series of hits and trials to find the best study route for potential youths willing to study abroad. The Trust Education Foundation was founded and officially registered in 2014 and has proudly been successful in directing the students towards recognizing their best potential with the help of its best counseling team.<\\/p>\\r\\n\\r\\n<p>TEF promotes world-class education in European countries, including the UK, Norway, Sweden, Denmark, and Finland. Unlike other education consulting platforms, the uniqueness of TEF is reflected in the choice of non-commercialized Northern European countries proven to be very reliable with top-ranked universities and globally recognized degrees. Trust and its team of counselors have always been focused on identifying the skills and hidden potentials of students and helping them find the best destination country, university, and study courses that will uplift them in the long run.<\\/p>\\r\\n\\r\\n<p>Trust truly believes that it has the utmost experience in finding the right balance between the demand of the educational market and the best interests of students. Working with the same vision all the way from 2014 to this date, the company has been successful in securing the educational futures of at least 200 Nepali and South Asian students each year.<\\/p>\\r\\n\\r\\n<p>Furthermore, Trust has been giving students an experience of the entire process, from figuring out their best pathways through career counseling to reaching their destination country and everything in between. The company has also initiated test preparation classes, an admission application review system, students&rsquo; assessment services, and mandatory pre-departure orientation classes for the students who have dreamed of getting higher education in European institutions.<\\/p>\\r\\n\\r\\n<p>The company has amplified its business direction by forming an authorized student enrollment partner for international institutions that wish to enroll students in and out of&nbsp;&nbsp;Nepal. Trust has been and will continue to work with its strong vision to bridge the gap between international education institutions and students seeking higher education abroad.<\\/p>\",\"updated_at\":\"2023-08-14 03:34:38\",\"updatedBy\":1}', '2023-08-13 21:49:38', '2023-08-13 21:49:38');
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, 474, 1, 202308140340397694, 202308140340397694, 'App\\Models\\Articles', 7, 'update', '{\"article_id\":7,\"parent_article\":0,\"title\":\"Message From CEO\",\"alias\":\"message-from-md\",\"text\":\"<p><img alt=\\\"\\\" src=\\\"http:\\/\\/trusteducation.net\\/uploads\\/images\\/files\\/86186030_10157184580322957_8721854151719387136_n%20(1).jpg\\\" \\/><\\/p>\\r\\n\\r\\n<p>About Us<\\/p>\\r\\n\\r\\n<h2>Message from CEO<\\/h2>\\r\\n\\r\\n<p>&nbsp;A cut-throat competition exists between the people in achieving enviable success. The backbone for enabling people to participate in the competition is good academics.&nbsp; To achieve a good academic standard, people have started searching for the appropriate alternatives beyond the national territory. People are garnering their dream to get admitted in the best of the best universities in the world and it is being taken as a status symbol as well. The increasing desire of the students in our country for foreign studies is the present scenario of our country. Due to globalization, the world is getting much narrower which acquaints one and all with the features of every nook and corner of the world.<\\/p>\\r\\n\\r\\n<p>People get attracted to the features which have been known to them in the blink of time by means of technological advancement. This has made us all informed of the way through which we can reach our targeted destination. Your decision of studying abroad is an appreciable one as it is the need of time and this would get the expected result only if you possess a keenly prepared profile, good academic background, and experience you earned in any field. The greed of academic proficiency, prospective career, sophisticated lifestyle, or unconditional independence might be the factor that has provoked you to opt for abroad studies.&nbsp; The driving factor to select abroad studies could be different with different students depending upon the social, economic, and regional backgrounds.<\\/p>\\r\\n\\r\\n<p>Whatever be the factor, the achievement of the desire becomes inevitable provided proper guidance and counseling by an experienced and intimate counselor.&nbsp; The deep and detailed knowledge of our counselors and instructors regarding documentation and test preparation, with certainty, helps you achieve your desired ambition.&nbsp; The guidelines from such counselors for pursuing international degrees would lead you to the correct path if your plan for abroad studies is made whole- heartedly.&nbsp; We assure you of the achievement of your desired ambition to further your academic career in a European country. The prompt and updated information our counselors possess about the changing policies of the countries would be extensively beneficial for the success. Achievement of your success is our passion. Trust is trustworthy to respect your trust.&nbsp;<\\/p>\\r\\n\\r\\n<p>SAROJ THAPALIA<\\/p>\\r\\n\\r\\n<p>MD<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/professional.jpg\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-25T01:09:10.000000Z\",\"updated_at\":\"2023-08-11T11:37:27.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>&nbsp;A cut-throat competition exists between the people in achieving enviable success. The backbone for enabling people to participate in the competition is good academics.&nbsp; To achieve a good academic standard, people have started searching for the appropriate alternatives beyond the national territory. People are garnering their dream to get admitted in the best of the best universities in the world and it is being taken as a status symbol as well. The increasing desire of the students in our country for foreign studies is the present scenario of our country. Due to globalization, the world is getting much narrower which acquaints one and all with the features of every nook and corner of the world.<\\/p>\\r\\n\\r\\n<p>People get attracted to the features which have been known to them in the blink of time by means of technological advancement. This has made us all informed of the way through which we can reach our targeted destination. Your decision of studying abroad is an appreciable one as it is the need of time and this would get the expected result only if you possess a keenly prepared profile, good academic background, and experience you earned in any field. The greed of academic proficiency, prospective career, sophisticated lifestyle, or unconditional independence might be the factor that has provoked you to opt for abroad studies.&nbsp; The driving factor to select abroad studies could be different with different students depending upon the social, economic, and regional backgrounds.<\\/p>\\r\\n\\r\\n<p>Whatever be the factor, the achievement of the desire becomes inevitable provided proper guidance and counseling by an experienced and intimate counselor.&nbsp; The deep and detailed knowledge of our counselors and instructors regarding documentation and test preparation, with certainty, helps you achieve your desired ambition.&nbsp; The guidelines from such counselors for pursuing international degrees would lead you to the correct path if your plan for abroad studies is made whole- heartedly.&nbsp; We assure you of the achievement of your desired ambition to further your academic career in a European country. The prompt and updated information our counselors possess about the changing policies of the countries would be extensively beneficial for the success. Achievement of your success is our passion. Trust is trustworthy to respect your trust.&nbsp;<\\/p>\\r\\n\\r\\n<p>SAROJ THAPALIA<\\/p>\\r\\n\\r\\n<p>MD<\\/p>\",\"thumb\":\"storage\\/trust\\/files\\/1\\/86186030_10157184580322957_8721854151719387136_n (1).jpg\",\"updated_at\":\"2023-08-14 03:40:39\",\"updatedBy\":1}', '2023-08-13 21:55:39', '2023-08-13 21:55:39'),
(NULL, 475, 1, 202308140412079392, 202308140412079392, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":0,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-11T11:36:41.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/organization_structure.jpg\",\"updated_at\":\"2023-08-14 04:12:07\",\"updatedBy\":1}', '2023-08-13 22:27:07', '2023-08-13 22:27:07'),
(NULL, 476, 1, 202308140412405168, 202308140412405168, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":0,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/organization_structure.jpg\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:12:07.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-13 22:27:40', '2023-08-13 22:27:40'),
(NULL, 477, 1, 202308140414029535, 202308140414029535, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":0,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/organization_structure.jpg\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:12:07.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>sdafadsfdsaf<\\/p>\",\"updated_at\":\"2023-08-14 04:14:02\",\"updatedBy\":1}', '2023-08-13 22:29:02', '2023-08-13 22:29:02'),
(NULL, 478, 1, 202308140414255139, 202308140414255139, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":0,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"<p>sdafadsfdsaf<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/organization_structure.jpg\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:14:02.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"parent_article\":\"11\",\"updated_at\":\"2023-08-14 04:14:25\",\"updatedBy\":1}', '2023-08-13 22:29:25', '2023-08-13 22:29:25'),
(NULL, 479, 1, 202308140421126877, 202308140421126877, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":11,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"<p>sdafadsfdsaf<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/organization_structure.jpg\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:14:25.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p><img src=\\\"storage\\/trust\\/files\\/1\\/organization_structure.jpg\\\" \\/><\\/p>\",\"thumb\":\"\",\"updated_at\":\"2023-08-14 04:21:12\",\"updatedBy\":1}', '2023-08-13 22:36:12', '2023-08-13 22:36:12'),
(NULL, 480, 1, 202308140423145067, 202308140423145067, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":11,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"<p><img src=\\\"storage\\/trust\\/files\\/1\\/organization_structure.jpg\\\" \\/><\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:21:12.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p><img alt=\\\"\\\" src=\\\"storage\\/trust\\/photos\\/1\\/organization_structure.jpg\\\" style=\\\"height:720px; width:1280px\\\" \\/><\\/p>\",\"updated_at\":\"2023-08-14 04:23:14\",\"updatedBy\":1}', '2023-08-13 22:38:14', '2023-08-13 22:38:14'),
(NULL, 481, 1, 202308140423457061, 202308140423457061, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":11,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"<p><img alt=\\\"\\\" src=\\\"storage\\/trust\\/photos\\/1\\/organization_structure.jpg\\\" style=\\\"height:720px; width:1280px\\\" \\/><\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:23:14.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;storage\\/trust\\/photos\\/1\\/organization_structure.jpg&quot; style=&quot;height:720px; width:1280px&quot; \\/&gt;&lt;\\/p&gt;<\\/p>\",\"updated_at\":\"2023-08-14 04:23:45\",\"updatedBy\":1}', '2023-08-13 22:38:45', '2023-08-13 22:38:45'),
(NULL, 482, 1, 202308140424331170, 202308140424331170, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":11,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"<p>&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;storage\\/trust\\/photos\\/1\\/organization_structure.jpg&quot; style=&quot;height:720px; width:1280px&quot; \\/&gt;&lt;\\/p&gt;<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:23:45.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p><img alt=\\\"\\\" src=\\\"storage\\/trust\\/photos\\/1\\/organization_structure.jpg\\\" style=\\\"height:720px; width:1280px\\\" \\/><\\/p>\",\"updated_at\":\"2023-08-14 04:24:33\",\"updatedBy\":1}', '2023-08-13 22:39:33', '2023-08-13 22:39:33'),
(NULL, 483, 1, 202308140429189136, 202308140429189136, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":11,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"<p><img alt=\\\"\\\" src=\\\"storage\\/trust\\/photos\\/1\\/organization_structure.jpg\\\" style=\\\"height:720px; width:1280px\\\" \\/><\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:24:33.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"parent_article\":\"0\",\"text\":\"\",\"updated_at\":\"2023-08-14 04:29:18\",\"updatedBy\":1}', '2023-08-13 22:44:18', '2023-08-13 22:44:18'),
(NULL, 484, 1, 202308140429405120, 202308140429405120, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":0,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:29:18.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p><img alt=\\\"\\\" src=\\\"storage\\/trust\\/photos\\/1\\/organization_structure.jpg\\\" style=\\\"height:720px; width:1280px\\\" \\/><\\/p>\",\"updated_at\":\"2023-08-14 04:29:40\",\"updatedBy\":1}', '2023-08-13 22:44:40', '2023-08-13 22:44:40'),
(NULL, 485, 1, 202308140433258756, 202308140433258756, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":0,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"<p><img alt=\\\"\\\" src=\\\"storage\\/trust\\/photos\\/1\\/organization_structure.jpg\\\" style=\\\"height:720px; width:1280px\\\" \\/><\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:29:40.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p><a href=\\\"storage\\/trust\\/photos\\/1\\/organization_structure.jpg\\\"><img alt=\\\"\\\" src=\\\"storage\\/trust\\/files\\/1\\/organization_structure.jpg\\\" style=\\\"height:720px; width:1280px\\\" \\/><\\/a><\\/p>\",\"updated_at\":\"2023-08-14 04:33:25\",\"updatedBy\":1}', '2023-08-13 22:48:25', '2023-08-13 22:48:25'),
(NULL, 486, 1, 202308140437237244, 202308140437237244, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":0,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"<p><a href=\\\"storage\\/trust\\/photos\\/1\\/organization_structure.jpg\\\"><img alt=\\\"\\\" src=\\\"storage\\/trust\\/files\\/1\\/organization_structure.jpg\\\" style=\\\"height:720px; width:1280px\\\" \\/><\\/a><\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:33:25.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-13 22:52:23', '2023-08-13 22:52:23'),
(NULL, 487, 1, 202308140438561588, 202308140438561588, 'App\\Models\\Articles', 11, 'update', '{\"article_id\":11,\"parent_article\":0,\"title\":\"Organization Structure\",\"alias\":\"organization-structure\",\"text\":\"<p><a href=\\\"storage\\/trust\\/photos\\/1\\/organization_structure.jpg\\\"><img alt=\\\"\\\" src=\\\"storage\\/trust\\/files\\/1\\/organization_structure.jpg\\\" style=\\\"height:720px; width:1280px\\\" \\/><\\/a><\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-08-11T11:36:10.000000Z\",\"updated_at\":\"2023-08-14T04:33:25.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p><a href=\\\"storage\\/trust\\/photos\\/1\\/organization_structure.jpg\\\"><img alt=\\\"\\\" src=\\\"storage\\/trust\\/files\\/1\\/organization_structure.jpg\\\" style=\\\"width:100%\\\" \\/><\\/a><\\/p>\",\"updated_at\":\"2023-08-14 04:38:56\",\"updatedBy\":1}', '2023-08-13 22:53:56', '2023-08-13 22:53:56'),
(NULL, 488, 1, 202308140440063282, 202308140440063282, 'App\\Models\\Articles', 10, 'update', '{\"article_id\":10,\"parent_article\":0,\"title\":\"Mission Objectives\",\"alias\":\"mission-objectives\",\"text\":\"<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Mission<\\/a><\\/h4>\\r\\n\\r\\n<p>Our mission is to provide incomparable services, quality education, standard and hi-tech facilities and trustworthy advice to the students who seeks higher education abroad without keeping any hidden compensations, prejudice and alluring benefits.<\\/p>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Vision<\\/a><\\/h4>\\r\\n\\r\\n<p>To be the market leader in providing one-stop study abroad solutions for the students and help them achieve their goals through proper career counseling &amp; guidance, to add value for our partner institutions and all other stakeholders.<\\/p>\\r\\n\\r\\n<h2>Why us?<\\/h2>\\r\\n\\r\\n<p>&ldquo;Trust&rdquo; is what that is required amongst the students willing to be abroad and institutions in abroad willing to take the students from.<\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/trusteducation.net\\/register\\/\\\" target=\\\"_blank\\\">Click here for apply<\\/a><\\/p>\\r\\n\\r\\n<p><img alt=\\\"\\\" src=\\\"https:\\/\\/www.trusteducation.net\\/assets\\/images\\/resource\\/instructor.png\\\" \\/><\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:34:53.000000Z\",\"updated_at\":\"2023-08-11T11:34:58.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Education-System.jpg\",\"updated_at\":\"2023-08-14 04:40:06\",\"updatedBy\":1}', '2023-08-13 22:55:06', '2023-08-13 22:55:06'),
(NULL, 489, 1, 202308140537071002, 202308140537071002, 'App\\Models\\Articles', 9, 'update', '{\"article_id\":9,\"parent_article\":0,\"title\":\"History\",\"alias\":\"history\",\"text\":\"<p>Trust Education came together when an entrepreneur had a vision to create a bridge between young potential learners and the best available educational opportunities around the world. Trust stands tall after a series of hits and trials to find the best study route for potential youths willing to study abroad. The Trust Education Foundation was founded and officially registered in 2014 and has proudly been successful in directing the students towards recognizing their best potential with the help of its best counseling team.<\\/p>\\r\\n\\r\\n<p>TEF promotes world-class education in European countries, including the UK, Norway, Sweden, Denmark, and Finland. Unlike other education consulting platforms, the uniqueness of TEF is reflected in the choice of non-commercialized Northern European countries proven to be very reliable with top-ranked universities and globally recognized degrees. Trust and its team of counselors have always been focused on identifying the skills and hidden potentials of students and helping them find the best destination country, university, and study courses that will uplift them in the long run.<\\/p>\\r\\n\\r\\n<p>Trust truly believes that it has the utmost experience in finding the right balance between the demand of the educational market and the best interests of students. Working with the same vision all the way from 2014 to this date, the company has been successful in securing the educational futures of at least 200 Nepali and South Asian students each year.<\\/p>\\r\\n\\r\\n<p>Furthermore, Trust has been giving students an experience of the entire process, from figuring out their best pathways through career counseling to reaching their destination country and everything in between. The company has also initiated test preparation classes, an admission application review system, students&rsquo; assessment services, and mandatory pre-departure orientation classes for the students who have dreamed of getting higher education in European institutions.<\\/p>\\r\\n\\r\\n<p>The company has amplified its business direction by forming an authorized student enrollment partner for international institutions that wish to enroll students in and out of&nbsp;&nbsp;Nepal. Trust has been and will continue to work with its strong vision to bridge the gap between international education institutions and students seeking higher education abroad.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-08-11T11:33:15.000000Z\",\"updated_at\":\"2023-08-14T03:34:38.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Our History\",\"updated_at\":\"2023-08-14 05:37:07\",\"updatedBy\":1}', '2023-08-13 23:52:07', '2023-08-13 23:52:07'),
(NULL, 490, 1, 202308140539086511, 202308140539086511, 'App\\Models\\Articles', 9, 'update', '{\"article_id\":9,\"parent_article\":0,\"title\":\"Our History\",\"alias\":\"history\",\"text\":\"<p>Trust Education came together when an entrepreneur had a vision to create a bridge between young potential learners and the best available educational opportunities around the world. Trust stands tall after a series of hits and trials to find the best study route for potential youths willing to study abroad. The Trust Education Foundation was founded and officially registered in 2014 and has proudly been successful in directing the students towards recognizing their best potential with the help of its best counseling team.<\\/p>\\r\\n\\r\\n<p>TEF promotes world-class education in European countries, including the UK, Norway, Sweden, Denmark, and Finland. Unlike other education consulting platforms, the uniqueness of TEF is reflected in the choice of non-commercialized Northern European countries proven to be very reliable with top-ranked universities and globally recognized degrees. Trust and its team of counselors have always been focused on identifying the skills and hidden potentials of students and helping them find the best destination country, university, and study courses that will uplift them in the long run.<\\/p>\\r\\n\\r\\n<p>Trust truly believes that it has the utmost experience in finding the right balance between the demand of the educational market and the best interests of students. Working with the same vision all the way from 2014 to this date, the company has been successful in securing the educational futures of at least 200 Nepali and South Asian students each year.<\\/p>\\r\\n\\r\\n<p>Furthermore, Trust has been giving students an experience of the entire process, from figuring out their best pathways through career counseling to reaching their destination country and everything in between. The company has also initiated test preparation classes, an admission application review system, students&rsquo; assessment services, and mandatory pre-departure orientation classes for the students who have dreamed of getting higher education in European institutions.<\\/p>\\r\\n\\r\\n<p>The company has amplified its business direction by forming an authorized student enrollment partner for international institutions that wish to enroll students in and out of&nbsp;&nbsp;Nepal. Trust has been and will continue to work with its strong vision to bridge the gap between international education institutions and students seeking higher education abroad.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-08-11T11:33:15.000000Z\",\"updated_at\":\"2023-08-14T05:37:07.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/professional.jpg\",\"updated_at\":\"2023-08-14 05:39:08\",\"updatedBy\":1}', '2023-08-13 23:54:08', '2023-08-13 23:54:08'),
(NULL, 491, 1, 202308140540461791, 202308140540461791, 'App\\Models\\Articles', 10, 'update', '{\"article_id\":10,\"parent_article\":0,\"title\":\"Mission Objectives\",\"alias\":\"mission-objectives\",\"text\":\"<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Mission<\\/a><\\/h4>\\r\\n\\r\\n<p>Our mission is to provide incomparable services, quality education, standard and hi-tech facilities and trustworthy advice to the students who seeks higher education abroad without keeping any hidden compensations, prejudice and alluring benefits.<\\/p>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Vision<\\/a><\\/h4>\\r\\n\\r\\n<p>To be the market leader in providing one-stop study abroad solutions for the students and help them achieve their goals through proper career counseling &amp; guidance, to add value for our partner institutions and all other stakeholders.<\\/p>\\r\\n\\r\\n<h2>Why us?<\\/h2>\\r\\n\\r\\n<p>&ldquo;Trust&rdquo; is what that is required amongst the students willing to be abroad and institutions in abroad willing to take the students from.<\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/trusteducation.net\\/register\\/\\\" target=\\\"_blank\\\">Click here for apply<\\/a><\\/p>\\r\\n\\r\\n<p><img alt=\\\"\\\" src=\\\"https:\\/\\/www.trusteducation.net\\/assets\\/images\\/resource\\/instructor.png\\\" \\/><\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Education-System.jpg\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:34:53.000000Z\",\"updated_at\":\"2023-08-14T04:40:06.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<h4>&nbsp;<\\/h4>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Mission<\\/a><\\/h4>\\r\\n\\r\\n<p>Our mission is to provide incomparable services, quality education, standard and hi-tech facilities and trustworthy advice to the students who seeks higher education abroad without keeping any hidden compensations, prejudice and alluring benefits.<\\/p>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Vision<\\/a><\\/h4>\\r\\n\\r\\n<p>To be the market leader in providing one-stop study abroad solutions for the students and help them achieve their goals through proper career counseling &amp; guidance, to add value for our partner institutions and all other stakeholders.<\\/p>\\r\\n\\r\\n<h2>Why us?<\\/h2>\\r\\n\\r\\n<p>&ldquo;Trust&rdquo; is what that is required amongst the students willing to be abroad and institutions in abroad willing to take the students from.<\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/trusteducation.net\\/register\\/\\\" target=\\\"_blank\\\">Click here for apply<\\/a><\\/p>\\r\\n\\r\\n<p><img alt=\\\"\\\" src=\\\"https:\\/\\/www.trusteducation.net\\/assets\\/images\\/resource\\/instructor.png\\\" \\/><\\/p>\",\"updated_at\":\"2023-08-14 05:40:46\",\"updatedBy\":1}', '2023-08-13 23:55:46', '2023-08-13 23:55:46'),
(NULL, 492, 1, 202308140541112356, 202308140541112356, 'App\\Models\\Articles', 10, 'update', '{\"article_id\":10,\"parent_article\":0,\"title\":\"Mission Objectives\",\"alias\":\"mission-objectives\",\"text\":\"<h4>&nbsp;<\\/h4>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Mission<\\/a><\\/h4>\\r\\n\\r\\n<p>Our mission is to provide incomparable services, quality education, standard and hi-tech facilities and trustworthy advice to the students who seeks higher education abroad without keeping any hidden compensations, prejudice and alluring benefits.<\\/p>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Vision<\\/a><\\/h4>\\r\\n\\r\\n<p>To be the market leader in providing one-stop study abroad solutions for the students and help them achieve their goals through proper career counseling &amp; guidance, to add value for our partner institutions and all other stakeholders.<\\/p>\\r\\n\\r\\n<h2>Why us?<\\/h2>\\r\\n\\r\\n<p>&ldquo;Trust&rdquo; is what that is required amongst the students willing to be abroad and institutions in abroad willing to take the students from.<\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/trusteducation.net\\/register\\/\\\" target=\\\"_blank\\\">Click here for apply<\\/a><\\/p>\\r\\n\\r\\n<p><img alt=\\\"\\\" src=\\\"https:\\/\\/www.trusteducation.net\\/assets\\/images\\/resource\\/instructor.png\\\" \\/><\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Education-System.jpg\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:34:53.000000Z\",\"updated_at\":\"2023-08-14T05:40:46.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<h4>&nbsp;<\\/h4>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Mission<\\/a><\\/h4>\\r\\n\\r\\n<p>Our mission is to provide incomparable services, quality education, standard and hi-tech facilities and trustworthy advice to the students who seeks higher education abroad without keeping any hidden compensations, prejudice and alluring benefits.<\\/p>\\r\\n\\r\\n<h4>&nbsp;<\\/h4>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Vision<\\/a><\\/h4>\\r\\n\\r\\n<p>To be the market leader in providing one-stop study abroad solutions for the students and help them achieve their goals through proper career counseling &amp; guidance, to add value for our partner institutions and all other stakeholders.<\\/p>\\r\\n\\r\\n<h2>Why us?<\\/h2>\\r\\n\\r\\n<p>&ldquo;Trust&rdquo; is what that is required amongst the students willing to be abroad and institutions in abroad willing to take the students from.<\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/trusteducation.net\\/register\\/\\\" target=\\\"_blank\\\">Click here for apply<\\/a><\\/p>\\r\\n\\r\\n<p><img alt=\\\"\\\" src=\\\"https:\\/\\/www.trusteducation.net\\/assets\\/images\\/resource\\/instructor.png\\\" \\/><\\/p>\",\"updated_at\":\"2023-08-14 05:41:11\",\"updatedBy\":1}', '2023-08-13 23:56:11', '2023-08-13 23:56:11'),
(NULL, 493, 1, 202308140541462215, 202308140541462215, 'App\\Models\\Articles', 10, 'update', '{\"article_id\":10,\"parent_article\":0,\"title\":\"Mission Objectives\",\"alias\":\"mission-objectives\",\"text\":\"<h4>&nbsp;<\\/h4>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Mission<\\/a><\\/h4>\\r\\n\\r\\n<p>Our mission is to provide incomparable services, quality education, standard and hi-tech facilities and trustworthy advice to the students who seeks higher education abroad without keeping any hidden compensations, prejudice and alluring benefits.<\\/p>\\r\\n\\r\\n<h4>&nbsp;<\\/h4>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Vision<\\/a><\\/h4>\\r\\n\\r\\n<p>To be the market leader in providing one-stop study abroad solutions for the students and help them achieve their goals through proper career counseling &amp; guidance, to add value for our partner institutions and all other stakeholders.<\\/p>\\r\\n\\r\\n<h2>Why us?<\\/h2>\\r\\n\\r\\n<p>&ldquo;Trust&rdquo; is what that is required amongst the students willing to be abroad and institutions in abroad willing to take the students from.<\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/trusteducation.net\\/register\\/\\\" target=\\\"_blank\\\">Click here for apply<\\/a><\\/p>\\r\\n\\r\\n<p><img alt=\\\"\\\" src=\\\"https:\\/\\/www.trusteducation.net\\/assets\\/images\\/resource\\/instructor.png\\\" \\/><\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Education-System.jpg\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:34:53.000000Z\",\"updated_at\":\"2023-08-14T05:41:11.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<h4>&nbsp;<\\/h4>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Mission<\\/a><\\/h4>\\r\\n\\r\\n<p>Our mission is to provide incomparable services, quality education, standard and hi-tech facilities and trustworthy advice to the students who seeks higher education abroad without keeping any hidden compensations, prejudice and alluring benefits.<\\/p>\\r\\n\\r\\n<h4>&nbsp;<\\/h4>\\r\\n\\r\\n<h4><a href=\\\"https:\\/\\/www.trusteducation.net\\/companyprofile\\/mission\\\">Our Vision<\\/a><\\/h4>\\r\\n\\r\\n<p>To be the market leader in providing one-stop study abroad solutions for the students and help them achieve their goals through proper career counseling &amp; guidance, to add value for our partner institutions and all other stakeholders.<\\/p>\\r\\n\\r\\n<h2>&nbsp;<\\/h2>\\r\\n\\r\\n<h2>Why us?<\\/h2>\\r\\n\\r\\n<p>&ldquo;Trust&rdquo; is what that is required amongst the students willing to be abroad and institutions in abroad willing to take the students from.<\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/trusteducation.net\\/register\\/\\\" target=\\\"_blank\\\">Click here for apply<\\/a><\\/p>\\r\\n\\r\\n<p><img alt=\\\"\\\" src=\\\"https:\\/\\/www.trusteducation.net\\/assets\\/images\\/resource\\/instructor.png\\\" \\/><\\/p>\",\"updated_at\":\"2023-08-14 05:41:46\",\"updatedBy\":1}', '2023-08-13 23:56:46', '2023-08-13 23:56:46'),
(NULL, 494, 1, 202308140544584620, 202308140544584620, 'App\\Models\\Contacts', 1, 'update', '{\"contact_id\":1,\"forms_id\":6,\"branches_id\":0,\"name\":\"Trust Education Foundation Pvt. Ltd.\",\"tagline\":\"\",\"address\":\"New Baneshwor Road, Opposite Krishna Sadan Kathmandu, Nepal 44600\",\"tel\":\"+977 9851200413\",\"fax\":\"\",\"email1\":\"info@trusteducation.net\",\"email2\":\"info@trusteducation.net\",\"website\":\"https:\\/\\/trusteducation.net\\/\",\"google_map\":\"<iframe src=\\\"https:\\/\\/www.google.com\\/maps\\/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691588651293!5m2!1sen!2snp\\\" width=\\\"100%\\\" height=\\\"450\\\" style=\\\"border:0;\\\" allowfullscreen=\\\"\\\" loading=\\\"lazy\\\" referrerpolicy=\\\"no-referrer-when-downgrade\\\"><\\/iframe>\",\"facebook\":\"trusteducation\",\"hp1\":\"01-4795126\",\"hp2\":\"\",\"display_order\":1,\"status\":1,\"remarks\":\"\",\"created_at\":null,\"updated_at\":\"2023-08-11T10:18:02.000000Z\",\"createdby\":null,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"tel\":\"01-4795126\",\"hp1\":\"+977 9851200413\",\"updated_at\":\"2023-08-14 05:44:58\",\"updatedBy\":1}', '2023-08-13 23:59:58', '2023-08-13 23:59:58'),
(NULL, 495, 1, 202308140746096100, 202308140746096100, 'App\\Models\\Countries', 8, 'update', '{\"country_id\":8,\"title\":\"Sweden\",\"alias\":\"sweden\",\"text\":\"<p>Sweden is a Nordic country in the northern region of Europe. It is inhabited by people who are well known for their kindness and acceptance towards students and migrants from different parts of the world.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"details\":\"<p>You bring the ideas, the drive and the inspiration &ndash; We&rsquo;ll teach you how to use them to change the world. When you choose Sweden, You don&rsquo;t just pick a place &ndash; You pick a future. You don&rsquo;t just pick a place &ndash; You pick a future.<\\/p>\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Sweden-01 (1).png\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-08-07T00:19:12.000000Z\",\"updated_at\":\"2023-08-13T09:48:21.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-14 02:01:09', '2023-08-14 02:01:09'),
(NULL, 496, 1, 202308140749228353, 202308140749228353, 'App\\Models\\Countryarticles', 2, 'update', '{\"article_id\":2,\"countries_id\":8,\"parent_article\":0,\"title\":\"Why Sweden\",\"alias\":\"why-sweden\",\"text\":\"<p>Sweden is an excellent study destination due to the presence of world-class universities and a cutting-edge education system. Most universities in Sweden offer a large range of international study programs where the language is used for teaching instructions. Most people in Sweden speak English, so students need not worry about language barrier issues.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>World Ranked Education System:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Despite its relatively small population of 10.42 million, Sweden is the home of some of the world&rsquo;s best universities. The teaching model applied at Swedish universities is based on the motto &ldquo;freedom with responsibility&rdquo; and promotes critical thinking. Students of all backgrounds are welcome, regardless of gender, religion, home country, or socioeconomic background. There is no age limit at Swedish universities or colleges, resulting in a lifelong opportunity for higher studies.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Work Opportunity for Students:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Sweden grants international students the right to work while they study. Students applying for higher education in Sweden can work full time, as there are no work restrictions. Although it is important to keep in mind that you will be expected to spend approximately forty hours per week attending lectures, reading, studying, and working on assignments, even dependents can apply together, and their spouses and dependents will receive free education and healthcare.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Equal Focus on Every Course:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Swedish universities provide a wide range of courses&mdash;design, management, physiology, and business are some of the many. You will be exposed to real-world living and problems, but also independence and critical thinking, observing close cooperation between industries and academics, and conducting investigative research. They focus on prioritizing logic and educating students on how to put their knowledge into practice.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Students are Prioritized at an Individual level:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The emphasis of Swedish universities is on invention and application. The professors intend to know and guide you to put your knowledge into practice. You will also personally have to show that you know what you are doing and how to use it and put your hard work into it. Even your justifiable study gap is accepted by the universities and colleges. Sweden is a safe study destination for students with opportunities at world-ranked universities with an outstanding educational system.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Scholarship Availability:&nbsp;<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>A substantial number of Swedish universities offer scholarships in the form of tuition waivers to international students. Additionally, financial exemptions for international students are also available, which are granted either by the Swedish government or specific colleges if a student is eligible.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Students Are Prioritized At An Individual Level:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The emphasis of Swedish universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put your hard work into it. Universities and colleges will accept your justifiable study gap. Sweden is a safe study destination for students, with opportunities at world-ranked universities and an outstanding educational system.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>You Can Apply With Your Spouse And Child:<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>As a student who is aiming to go to Sweden for higher studies but is thinking of taking your spouse or child along with you, you do not have to worry. Sweden has a lot of benefits for taking your spouse and child as dependents along with you on your student visa. Education and healthcare facilities are absolutely free for your dependents in Sweden. This could prove to be a lifetime opportunity for you to settle with your family in Sweden after finishing your studies. However, your child has to be under the age of 18, and you have to present a separate set of documents and funds to go this route.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-08-07T10:40:21.000000Z\",\"updated_at\":\"2023-08-11T11:56:46.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/1_Mesa de trabajo 1 (4).png\",\"updated_at\":\"2023-08-14 07:49:22\",\"updatedBy\":1}', '2023-08-14 02:04:22', '2023-08-14 02:04:22'),
(NULL, 497, 1, 202308140808156009, 202308140808156009, 'App\\Models\\Countryarticles', 15, 'create', NULL, '{\"title\":\"Requirements\",\"text\":\"<p><strong>Academic Requirements:&nbsp;<\\/strong><\\/p>\\r\\n\\r\\n<p>The following are the academic requirements for being eligible to apply to universities in Sweden:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>For a bachelor&#39;s program, students will require a minimum qualification of 10+2 level with an above 50% score, while some universities or programs may ask for higher percentages.<\\/li>\\r\\n\\t<li>For the Master&rsquo;s program, students will require 4 years of a bachelor&rsquo;s degree or equivalent with an above 50% score, while some universities or programs may ask for higher percentages.<\\/li>\\r\\n\\t<li>To apply to Sweden&#39;s universities for Bachelors and Masters, you will need a 6.5 or above IELTS score with no band less than 5.5.<\\/li>\\r\\n\\t<li>Or, PTE scores no less than 62 overall and 61 in writing.<\\/li>\\r\\n\\t<li>TOEFL score with overall 90 in written based test or overall 20 in computer based test.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>For Admission Application Documents Checklist:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>All the academic documents must be up to date.<\\/li>\\r\\n\\t<li>Valid passport<\\/li>\\r\\n\\t<li>IELTS, TOEFL, or PTE Certificate<\\/li>\\r\\n\\t<li>Work or Training Experience Certificates (if any)<\\/li>\\r\\n\\t<li>An application fee of SEK 900 (non-refundable) plus a transfer charge is applied.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>For Visa Application Document Checklist:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>All the documents - academic or non-academic, must be to date.<\\/li>\\r\\n\\t<li>Valid passport<\\/li>\\r\\n\\t<li>IELTS\\/TOEFL\\/PTE Certificate<\\/li>\\r\\n\\t<li>Motivation Letter<\\/li>\\r\\n\\t<li>Work or training experience certificates (if any)<\\/li>\\r\\n\\t<li>Bank statements from the previous three months, as well as bank balance certificates with funds to support yourself for a year.<\\/li>\\r\\n\\t<li>Visa application fee: SEK 1500<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"8\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/3_Mesa de trabajo 1.png\",\"alias\":\"requirements\",\"display_order\":\"14\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T08:08:15.000000Z\",\"created_at\":\"2023-08-14T08:08:15.000000Z\",\"article_id\":15,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 02:23:15', '2023-08-14 02:23:15'),
(NULL, 498, 1, 202308140809542664, 202308140809542664, 'App\\Models\\Countryarticles', 16, 'create', NULL, '{\"title\":\"List of Study Programs\",\"text\":\"<p>Students can apply to Sweden for bachelor&#39;s and master&#39;s programs there. Swedish universities offer a wide range of subjects with varying scopes in various sectors. Students can choose programs most suitable for themselves, keeping individual interests and future goals in consideration.<\\/p>\\r\\n\\r\\n<p><strong>Sweden&#39;s major study list programs include:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>IT and Computer Science<\\/li>\\r\\n\\t<li>Computer and System Sciences<\\/li>\\r\\n\\t<li>Engineering<\\/li>\\r\\n\\t<li>Business Management and Economics<\\/li>\\r\\n\\t<li>Social Sciences<\\/li>\\r\\n\\t<li>Arts and Humanities<\\/li>\\r\\n\\t<li>Natural Science<\\/li>\\r\\n\\t<li>Agriculture and Environmental Sciences<\\/li>\\r\\n\\t<li>Health, Science, and Welfare<\\/li>\\r\\n\\t<li>Human, Social, and Political Sciences and Law<\\/li>\\r\\n\\t<li>Language and Linguistics<\\/li>\\r\\n\\t<li>Media and Communications<\\/li>\\r\\n\\t<li>Science and Mathematics<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"8\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/6_Mesa de trabajo 1.png\",\"alias\":\"list-of-study-programs\",\"display_order\":\"15\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T08:09:54.000000Z\",\"created_at\":\"2023-08-14T08:09:54.000000Z\",\"article_id\":16,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 02:24:54', '2023-08-14 02:24:54');
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, 499, 1, 202308140811151610, 202308140811151610, 'App\\Models\\Countryarticles', 17, 'create', NULL, '{\"title\":\"Scholarships\",\"text\":\"<p>Sweden has two types of provisions for scholarships. These scholarships are for international students outside of EU\\/EEA countries. Take a look at them below:<\\/p>\\r\\n\\r\\n<p><strong>Swedish Institute Scholarship<\\/strong><\\/p>\\r\\n\\r\\n<p>The Swedish Institute (SI) scholarship for global professionals is for potential future global leaders that will contribute to the United Nations Agenda for Sustainable Development 2030. The applicants for this scholarship should have a clear idea of how their education will contribute to the sustainable development of their home countries.<\\/p>\\r\\n\\r\\n<p>The Swedish Institute will grant approximately 350 scholarships for students enrolling themselves in master&#39;s degree programs at Swedish universities. The scholarship is funded by the Swedish Ministry for Foreign Affairs. The call for applications is done every year for master&#39;s programs beginning in the autumn semester. The SI scholarship is intended for a one or two year full time master&rsquo;s program.<\\/p>\\r\\n\\r\\n<p><strong>What the SI Scholarship includes:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A full tuition fee is paid directly to your university at the beginning of each semester.<\\/li>\\r\\n\\t<li>Monthly expenses to cover your living costs throughout your study period. It could cover up to SEK 11,000.<\\/li>\\r\\n\\t<li>Health insurance policies protect against illnesses and accidents.<\\/li>\\r\\n\\t<li>For Nepalese students, a one-time payment of SEK 15,000 as a travel grant for the entire study period.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Note: Students already living in Sweden are not eligible for the SI Scholarship.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>What the SI Scholarship does not include:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Allow for changes to your study program. It only supports a student through the awarded master&rsquo;s program.<\\/li>\\r\\n\\t<li>Provide additional grants for family members.<\\/li>\\r\\n\\t<li>Allow extensions to the awarded scholarship period.<\\/li>\\r\\n\\t<li>Cover the admission fee for university admissions.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>University Scholarships<\\/strong><\\/p>\\r\\n\\r\\n<p>Sweden has top-ranked universities in the world that are well-known for their coherent body of knowledge and education system. These universities offer a variety of scholarships to highly qualified students from all around the world, especially from developing countries, on the grounds of need and merit. Meritorious scholarships are awarded after a proper assessment of a student&#39;s academic qualifications during the application process.<br \\/>\\r\\nSome of the best scholarship programs offered by universities in Sweden are as follows:<\\/p>\\r\\n\\r\\n<p><strong>Lund University Global Scholarship Program:<\\/strong>&nbsp;The Lund University Global Scholarship Program is aimed at top academic students. These students must be citizens of countries outside the EU\\/EEA (and Switzerland). The scholarships are available for bachelor&rsquo;s as well as master&rsquo;s degrees. Scholarships may cover 25%, 50%, 75%, or even 100% of the tuition fee. However, they are required to pay a tuition fee before the grant is confirmed.<\\/p>\\r\\n\\r\\n<p><strong>Orebro University Scholarship Programme:&nbsp;<\\/strong>The Orebro University Scholarship program is designed for top students with outstanding academic credentials from countries other than the EU\\/EEA and Switzerland. This scholarship program aims to help students who are required to pay tuition fees for their studies. The scholarship only covers full or partial tuition fees. It does not cover living expenses.<\\/p>\\r\\n\\r\\n<p><strong>University of Boras Tuition Fee Waivers:<\\/strong>&nbsp;The University of Boras offers scholarships to highly qualified students who are required to pay tuition fees. Students who are applying for eligible master&#39;s programs at the university can apply for these scholarships. The waiver is intended to cover the tuition fee by approximately 50%. However, they do not cover living expenses.<\\/p>\\r\\n\\r\\n<p><strong>Chalmers University Scholarships for Master&#39;s Studies:&nbsp;<\\/strong>The Chalmers Scholarships are open to excellent students from non-EU\\/EEA countries who are applying to master&rsquo;s programs at Chalmers University. Students who are required to pay tuition fees are offered this waiver with a scholarship for a 75% reduction of the tuition fees.<\\/p>\\r\\n\\r\\n<p><strong>Karlstad University Global Scholarship Program:<\\/strong>&nbsp;The Karlstad University Global Scholarship program is targeted at top non-EU (not EU or EEA) citizens. These students are required to pay tuition fees at the beginning of their studies. However, after approval of the scholarships, they cover 25%, 50%, 75%, or up to 100% of the tuition fees.<\\/p>\\r\\n\\r\\n<p><strong>Karolinska Institutet Global Master&rsquo;s Scholarship:&nbsp;<\\/strong>Academically outstanding students admitted to one of Karolinska Institutet&#39;s Global Masters Programs are eligible for a limited number of tuition fee scholarships. The scholarship covers part or all of the tuition fee for studies at the master&rsquo;s level only. However, it does not cover a student&#39;s living expenses.<\\/p>\\r\\n\\r\\n<p><strong>KTH Royal Institute of Technology Tuition Fee Waivers:<\\/strong>&nbsp;Tuition fee waiver programs are available at the KTH Royal Institute of Technology for students with outstanding academic records. The students deserving of the waiver should be citizens of non-EU\\/EEA\\/EFTA countries. A student who has applied for a Master&rsquo;s program at KTH and has to pay tuition fees but is eligible is granted the waiver for the full length of the program.<\\/p>\\r\\n\\r\\n<p><strong>Linnaeus University Scholarships:&nbsp;<\\/strong>Linnaeus University Scholarships are aimed at attracting top academic students from countries outside the EU\\/EEA and Switzerland. Students who have applied for a study program at Linnaeus University and are required to pay tuition fees are offered the scholarship, which usually covers 75 percent of the tuition fee. Moreover, a few scholarships from the Linnaeus Academy of Science and Business cover 100 percent of the tuition fee.<\\/p>\\r\\n\\r\\n<p><strong>Blenkinge Institute of Technology Scholarship Program:&nbsp;<\\/strong>The Blenkinge Institute of Technology Scholarship is aimed at supporting international students with significant academic potential. The students have to be from countries outside the EU\\/EEA (and Switzerland) and are required to pay tuition fees for their studies. With the BTH scholarship program, tuition fees are reduced by 50%.<\\/p>\\r\\n\\r\\n<p><strong>Linkoping International Scholarships:<\\/strong>&nbsp;Prospective students from non-EU or non-EEA countries who are required to pay tuition fees for Swedish university education are eligible for the Linkoping International Scholarship Program. This scholarship program offers scholarships covering tuition fees up to 25%, 50%, and 75%.<\\/p>\\r\\n\\r\\n<p><strong>Kristianstad University Scholarship:&nbsp;<\\/strong>The Kristianstad University Scholarship is awarded to students who are highly qualified and are required to pay tuition fees. For this scholarship at Kristianstad University, students must be citizens of a country other than the EU\\/EEA. If granted a scholarship after the assessment, the tuition fees will include a reduction of 50% or 100%.<\\/p>\\r\\n\\r\\n<p><strong>Malardalen University Scholarships:&nbsp;<\\/strong>Malardalen University offers a handful of scholarships every year to international students from countries outside of the EU, EEA, and Switzerland. Students with excellent academic qualifications who are required to pay tuition fees for applying to a master&rsquo;s program at the university as their first choice are offered one of the scholarship schemes that best fits them. &nbsp;The scholarship covers up to 100% of the tuition fee for the program. However, like most scholarship schemes, this waiver does not cover living expenses.&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>The Stockholm University Scholarship Scheme:<\\/strong>&nbsp;Stockholm University scholarship schemes are targeted at citizens of countries outside the EU\\/EEA and Switzerland and are for Master&rsquo;s programs offered by the university. These scholarships cover the cost of tuition but not living expenses.<\\/p>\\r\\n\\r\\n<p><strong>Umea University Scholarships:<\\/strong>&nbsp;Umea University offers a limited number of scholarships to students with excellent academic profiles from outside the EU\\/EEA who are applying for a Master&rsquo;s degree program there. Eligible candidates who have been selected receive a full or partial waiver of the tuition fee.<\\/p>\\r\\n\\r\\n<p><strong>Uppsala University Global Scholarships:&nbsp;<\\/strong>The scholarship program at Uppsala University Global is aimed at high-achieving students who are admitted to master&#39;s programs. The students, however, should be from countries outside of the EU\\/EEA\\/Switzerland and be required to pay tuition fees. These scholarship schemes cover tuition fees only, which means that students will need to cover their own living costs.<\\/p>\\r\\n\\r\\n<p><strong>Halmstad University Scholarships:&nbsp;<\\/strong>Halmstad University offers a handful of scholarships every year to international students from countries outside of the EU\\/EEA\\/Switzerland. Students with excellent academic qualifications who are required to pay tuition fees for applying to a master&rsquo;s program at the university as their first choice are offered one of the scholarship schemes that best fits them. The scholarship covers up to 25% to 50% of the tuition fee for the program, which is deducted from the tuition fee. However, like most scholarship schemes, this waiver does not cover living expenses.<\\/p>\\r\\n\\r\\n<p><strong>Malmo University Master&rsquo;s Scholarship:&nbsp;<\\/strong>The Malmo University Master&rsquo;s Scholarship (MUMS) is for highly talented students with excellent academic profiles who are citizens of a country outside the EU\\/EEA\\/Switzerland. The students who are admitted to an English-taught master&rsquo;s program at Malm&ouml; University get a scholarship that covers the entire tuition fee. However, the scholarship does not cover living expenses.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"8\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/2_Mesa de trabajo 1.png\",\"alias\":\"scholarships\",\"display_order\":\"16\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T08:11:15.000000Z\",\"created_at\":\"2023-08-14T08:11:15.000000Z\",\"article_id\":17,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 02:26:15', '2023-08-14 02:26:15'),
(NULL, 500, 1, 202308140812198772, 202308140812198772, 'App\\Models\\Countryarticles', 18, 'create', NULL, '{\"title\":\"Earn While You Learn\",\"text\":\"<p>Sweden is your cue if you are looking for a country with excellent quality education and a very high-living standard of living. The benefit of going to Sweden as an international student to pursue higher education is that you can earn while you learn! The living cost of international students outside of EU\\/EEA countries in Sweden is 7,000 to 10,000 SEK, which is not very little. Managing this cost for a student in a foreign land can become a hassle if they depend only on pre-existing funds.<br \\/>\\r\\nWhile scholarships are a great way to cover tuition fees, they do not generally cover a student&rsquo;s living expenses. One way to get around this hassle is to work part-time jobs for international students, as there is no limit or restriction on working hours for foreign students in Sweden, unlike other countries.<br \\/>\\r\\nHaving part-time jobs and balancing them with your studies can prove to be very beneficial. Here&rsquo;s a complete guide to knowing more about jobs in Sweden for international students!<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Rules And Regulations For Part-Time Jobs In Sweden<\\/strong><br \\/>\\r\\nTo be completely honest, finding part-time jobs for international students in the early days is difficult but not impossible. However, there are a few things to keep in mind before you go out to search for job opportunities, which will surely make it easier for you!<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Students with residence permits (student visas) are preferred and allowed to work in Sweden.<\\/li>\\r\\n\\t<li>You must be excited by the fact that there is no time limit for working as a student in Sweden. However, there is a catch! You will be expected to spend at least 40 hours a week on your studies. The rest of the time, you are free to work at as many part-time jobs as you want.<\\/li>\\r\\n\\t<li>Part-time jobs in Sweden for international students pay about 8,000 to 10,000 SEK per month with a 20% to 30% tax deduction.<\\/li>\\r\\n\\t<li>It is important to know that relying only on part-time jobs will not be sufficient to cover your entire living costs. However, it will surely help you ease your tight budget as an international student.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"8\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/6_Mesa de trabajo 1.png\",\"alias\":\"earn-while-you-learn\",\"display_order\":\"17\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T08:12:19.000000Z\",\"created_at\":\"2023-08-14T08:12:19.000000Z\",\"article_id\":18,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 02:27:19', '2023-08-14 02:27:19'),
(NULL, 501, 1, 202308140813041867, 202308140813041867, 'App\\Models\\Countryarticles', 19, 'create', NULL, '{\"title\":\"Part Time Jobs and Their Pay In Sweden\",\"text\":\"<p>Here are a few types of part time jobs you can get as a fresh international student in Sweden. You can eventually work your way up after gaining some experience and networking through these jobs. Take a look!<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Customer Service Agent: pays an average of SEK 142 per hour.<\\/li>\\r\\n\\t<li>Waiter\\/Waitress: Pays an average of SEK 146 per hour.<\\/li>\\r\\n\\t<li>Cashier: Pays an average of SEK 130 per hour.<\\/li>\\r\\n\\t<li>Assistant: Pays an average of SEK 156 per hour.<\\/li>\\r\\n\\t<li>Sales Advisor: Pays an average of SEK 141 per hour.<\\/li>\\r\\n\\t<li>Receptionist: Pays an average of SEK 134 per hour.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"8\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/6_Mesa de trabajo 1.png\",\"alias\":\"part-time-jobs-and-their-pay-in-sweden\",\"display_order\":\"18\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T08:13:04.000000Z\",\"created_at\":\"2023-08-14T08:13:04.000000Z\",\"article_id\":19,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 02:28:04', '2023-08-14 02:28:04'),
(NULL, 502, 1, 202308140813545017, 202308140813545017, 'App\\Models\\Countryarticles', 20, 'create', NULL, '{\"title\":\"Education System\",\"text\":\"<p>According to the World Population Review, Sweden is 10th in the world education ranking. Swedes take the education system very seriously, which can be clearly observed by their success rate at international levels. Swedish education is free to all nationals of Sweden. Joining a Swedish university for higher education can be taken as a privilege, as these top universities offer the best education along with a handful of scholarships and waivers.<br \\/>\\r\\nLet us dive in to learn more about the Swedish education system!<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Higher Education System<\\/strong><br \\/>\\r\\nHigher education in Sweden is also known as the &quot;tertiary level of education.&quot; None of the tertiary levels of education are compulsory and have no age limit, as Sweden promotes statutory rights and has a very inclusive education system.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\nLet us take a look at the higher education system of Sweden in detail:<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Bachelor&rsquo;s Level<\\/strong><br \\/>\\r\\nThe bachelor&rsquo;s level, also known as the undergraduate level, is available in Sweden with a limited number of study programs. However, Sweden offers a wide range of international courses at this level. Courses at this level are mostly English-taught. The bachelor&#39;s level lasts for a total of 3 years. A student must have completed their secondary level of education to be able to enroll in an undergraduate level of education. The bachelor&#39;s level is the first cycle of higher education.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Master&#39;s Level<\\/strong><br \\/>\\r\\nMaster&rsquo;s level, also known as postgraduate or graduate level, is available in Swedish universities. Universities offer a larger number of masters level programs. Postgraduate levels are mostly English-taught. These programs are open to all students, national or international, if they have earned a bachelor&#39;s degree.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Doctorate Level<\\/strong><br \\/>\\r\\nAfter a Master&#39;s degree, students wanting to go for higher education and have the possibility of continuing their studies can join the doctorate level of education at their very university.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"0\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1.png\",\"alias\":\"education-system\",\"display_order\":\"19\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T08:13:54.000000Z\",\"created_at\":\"2023-08-14T08:13:54.000000Z\",\"article_id\":20,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 02:28:54', '2023-08-14 02:28:54'),
(NULL, 503, 1, 202308140814382619, 202308140814382619, 'App\\Models\\Countryarticles', 21, 'create', NULL, '{\"title\":\"Study Intakes\",\"text\":\"<p>As a student who wants to apply for a higher level of education in Sweden, you need to know all about the study intakes and deadlines in case you miss anything. Starting from the very basics, there are two intakes for international students in Sweden.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Autumn Intake<\\/strong><br \\/>\\r\\nIn Sweden, the autumn intake is the primary and major intake for enrolling international students in higher education, whether bachelor&#39;s or master&#39;s degrees. Almost all of the available courses are offered by all of the universities in this intake. Here is a simple timeline for you to follow to be prepared for the autumn intake:<\\/p>\\r\\n\\r\\n<table border=\\\"1\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><strong>Deadlines<\\/strong><\\/td>\\r\\n\\t\\t\\t<td><strong>Bachelors Level<\\/strong><\\/td>\\r\\n\\t\\t\\t<td><strong>Masters Level<\\/strong><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Applications Open<\\/td>\\r\\n\\t\\t\\t<td>Mid- October<\\/td>\\r\\n\\t\\t\\t<td>Mid- October<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Application Deadline<\\/td>\\r\\n\\t\\t\\t<td>Mid- January<\\/td>\\r\\n\\t\\t\\t<td>Mid- January<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Notification of Selection<\\/td>\\r\\n\\t\\t\\t<td>Mid- April<\\/td>\\r\\n\\t\\t\\t<td>Early April<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Semester Starts<\\/td>\\r\\n\\t\\t\\t<td>August to September<\\/td>\\r\\n\\t\\t\\t<td>August to September<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Spring Intake<\\/strong><br \\/>\\r\\nThe spring intake in Sweden is considered the secondary intake for enrolling international students into higher education levels. Classes start in January for the spring intake. However, all of the courses might not be available for this intake at some Swedish universities. The spring\\/January intake is a great chance for students who missed out on the autumn\\/September intake to enroll in new courses and not waste a whole year.<br \\/>\\r\\nHere is a simple timeline for you to follow to be prepared for the spring intake:<\\/p>\\r\\n\\r\\n<table border=\\\"1\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><strong>Deadlines<\\/strong><\\/td>\\r\\n\\t\\t\\t<td><strong>Bachelors Level<\\/strong><\\/td>\\r\\n\\t\\t\\t<td><strong>Masters Level<\\/strong><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Applications Open<\\/td>\\r\\n\\t\\t\\t<td>June<\\/td>\\r\\n\\t\\t\\t<td>June<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Application Deadline<\\/td>\\r\\n\\t\\t\\t<td>Mid- August<\\/td>\\r\\n\\t\\t\\t<td>Mid- August<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Notification of Selection<\\/td>\\r\\n\\t\\t\\t<td>Mid- October<\\/td>\\r\\n\\t\\t\\t<td>Mid- October<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Semester Starts<\\/td>\\r\\n\\t\\t\\t<td>January<\\/td>\\r\\n\\t\\t\\t<td>January<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"0\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/6_Mesa de trabajo 1.png\",\"alias\":\"study-intakes\",\"display_order\":\"20\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T08:14:38.000000Z\",\"created_at\":\"2023-08-14T08:14:38.000000Z\",\"article_id\":21,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 02:29:38', '2023-08-14 02:29:38'),
(NULL, 504, 1, 202308140902413060, 202308140902413060, 'App\\Models\\Countryarticles', 20, 'update', '{\"article_id\":20,\"countries_id\":0,\"parent_article\":0,\"title\":\"Education System\",\"alias\":\"education-system\",\"text\":\"<p>According to the World Population Review, Sweden is 10th in the world education ranking. Swedes take the education system very seriously, which can be clearly observed by their success rate at international levels. Swedish education is free to all nationals of Sweden. Joining a Swedish university for higher education can be taken as a privilege, as these top universities offer the best education along with a handful of scholarships and waivers.<br \\/>\\r\\nLet us dive in to learn more about the Swedish education system!<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Higher Education System<\\/strong><br \\/>\\r\\nHigher education in Sweden is also known as the &quot;tertiary level of education.&quot; None of the tertiary levels of education are compulsory and have no age limit, as Sweden promotes statutory rights and has a very inclusive education system.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\nLet us take a look at the higher education system of Sweden in detail:<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Bachelor&rsquo;s Level<\\/strong><br \\/>\\r\\nThe bachelor&rsquo;s level, also known as the undergraduate level, is available in Sweden with a limited number of study programs. However, Sweden offers a wide range of international courses at this level. Courses at this level are mostly English-taught. The bachelor&#39;s level lasts for a total of 3 years. A student must have completed their secondary level of education to be able to enroll in an undergraduate level of education. The bachelor&#39;s level is the first cycle of higher education.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Master&#39;s Level<\\/strong><br \\/>\\r\\nMaster&rsquo;s level, also known as postgraduate or graduate level, is available in Swedish universities. Universities offer a larger number of masters level programs. Postgraduate levels are mostly English-taught. These programs are open to all students, national or international, if they have earned a bachelor&#39;s degree.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Doctorate Level<\\/strong><br \\/>\\r\\nAfter a Master&#39;s degree, students wanting to go for higher education and have the possibility of continuing their studies can join the doctorate level of education at their very university.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1.png\",\"display_order\":19,\"status\":1,\"created_at\":\"2023-08-14T08:13:54.000000Z\",\"updated_at\":\"2023-08-14T08:13:54.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"countries_id\":\"8\",\"updated_at\":\"2023-08-14 09:02:41\",\"updatedBy\":1}', '2023-08-14 03:17:41', '2023-08-14 03:17:41'),
(NULL, 505, 1, 202308140902594248, 202308140902594248, 'App\\Models\\Countryarticles', 21, 'update', '{\"article_id\":21,\"countries_id\":0,\"parent_article\":0,\"title\":\"Study Intakes\",\"alias\":\"study-intakes\",\"text\":\"<p>As a student who wants to apply for a higher level of education in Sweden, you need to know all about the study intakes and deadlines in case you miss anything. Starting from the very basics, there are two intakes for international students in Sweden.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Autumn Intake<\\/strong><br \\/>\\r\\nIn Sweden, the autumn intake is the primary and major intake for enrolling international students in higher education, whether bachelor&#39;s or master&#39;s degrees. Almost all of the available courses are offered by all of the universities in this intake. Here is a simple timeline for you to follow to be prepared for the autumn intake:<\\/p>\\r\\n\\r\\n<table border=\\\"1\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><strong>Deadlines<\\/strong><\\/td>\\r\\n\\t\\t\\t<td><strong>Bachelors Level<\\/strong><\\/td>\\r\\n\\t\\t\\t<td><strong>Masters Level<\\/strong><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Applications Open<\\/td>\\r\\n\\t\\t\\t<td>Mid- October<\\/td>\\r\\n\\t\\t\\t<td>Mid- October<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Application Deadline<\\/td>\\r\\n\\t\\t\\t<td>Mid- January<\\/td>\\r\\n\\t\\t\\t<td>Mid- January<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Notification of Selection<\\/td>\\r\\n\\t\\t\\t<td>Mid- April<\\/td>\\r\\n\\t\\t\\t<td>Early April<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Semester Starts<\\/td>\\r\\n\\t\\t\\t<td>August to September<\\/td>\\r\\n\\t\\t\\t<td>August to September<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Spring Intake<\\/strong><br \\/>\\r\\nThe spring intake in Sweden is considered the secondary intake for enrolling international students into higher education levels. Classes start in January for the spring intake. However, all of the courses might not be available for this intake at some Swedish universities. The spring\\/January intake is a great chance for students who missed out on the autumn\\/September intake to enroll in new courses and not waste a whole year.<br \\/>\\r\\nHere is a simple timeline for you to follow to be prepared for the spring intake:<\\/p>\\r\\n\\r\\n<table border=\\\"1\\\" cellpadding=\\\"1\\\" cellspacing=\\\"1\\\">\\r\\n\\t<tbody>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td><strong>Deadlines<\\/strong><\\/td>\\r\\n\\t\\t\\t<td><strong>Bachelors Level<\\/strong><\\/td>\\r\\n\\t\\t\\t<td><strong>Masters Level<\\/strong><\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Applications Open<\\/td>\\r\\n\\t\\t\\t<td>June<\\/td>\\r\\n\\t\\t\\t<td>June<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Application Deadline<\\/td>\\r\\n\\t\\t\\t<td>Mid- August<\\/td>\\r\\n\\t\\t\\t<td>Mid- August<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Notification of Selection<\\/td>\\r\\n\\t\\t\\t<td>Mid- October<\\/td>\\r\\n\\t\\t\\t<td>Mid- October<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t\\t<tr>\\r\\n\\t\\t\\t<td>Semester Starts<\\/td>\\r\\n\\t\\t\\t<td>January<\\/td>\\r\\n\\t\\t\\t<td>January<\\/td>\\r\\n\\t\\t<\\/tr>\\r\\n\\t<\\/tbody>\\r\\n<\\/table>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/6_Mesa de trabajo 1.png\",\"display_order\":20,\"status\":1,\"created_at\":\"2023-08-14T08:14:38.000000Z\",\"updated_at\":\"2023-08-14T08:14:38.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"countries_id\":\"8\",\"updated_at\":\"2023-08-14 09:03:00\",\"updatedBy\":1}', '2023-08-14 03:18:00', '2023-08-14 03:18:00'),
(NULL, 506, 1, 202308140908306373, 202308140908306373, 'App\\Models\\Countryarticles', 12, 'update', '{\"article_id\":12,\"countries_id\":9,\"parent_article\":0,\"title\":\"Why Denmark\",\"alias\":\"why-denmark\",\"text\":\"<p>Denmark is consistently featured on the list of &ldquo;Top 10 Countries in Europe to Study Abroad&rdquo; because of its high-quality education. The country regularly ranks on lists of the most livable, safest, and happiest places on earth based on its standard of living and per capita income. Denmark is a popular destination for a variety of students, given its diverse programs in high-level education.&nbsp;<br \\/>\\r\\nA series of factors that determine the country of choice are as follows;<\\/p>\\r\\n\\r\\n<p><strong>High Ranking Universities:<\\/strong><br \\/>\\r\\nDenmark is renowned for having an excellent education system and some of the best academic institutions in Europe. Classes are held in such a way that all the students can focus and actively participate in discussions and activities. The universities and the professors ensure that nobody is overlooked. The two most well-known universities in Denmark are the College of Copenhagen and the College of South Denmark.<\\/p>\\r\\n\\r\\n<p><strong>The Happiest Country In The World:<\\/strong><br \\/>\\r\\nDenmark supports all the main factors like caring, freedom, generosity, honesty, health, safety, education, and good governance that make it one of the happiest countries in the world. Denmark qualifies on all the parameters, including GDP, life expectancy, gender equality, and non-corruption, which make it one of the safest and most popular destinations even for international students.<\\/p>\\r\\n\\r\\n<p><strong>Students&#39; Grants and Living Costs:<\\/strong>&nbsp;<br \\/>\\r\\nStudents&#39; living costs in Denmark vary from 750&ndash;900 EUR monthly, depending on your reliable choice of living situation and city. The students are allowed to work for about 20 hours a week, which allows them to earn a minimum of 15,00 euros monthly, excluding the taxes imposed. The cost of living depends on your location. It is not hard to find jobs in Denmark, as all work is considered equal.&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Denmark University Fees:&nbsp;<\\/strong><br \\/>\\r\\nTuition in Denmark ranges from 7,000 to 18,000 EUR per academic year, depending on the course, university, and city. There are also a variety of grants and scholarships available for students on the basis of merit, need, and sometimes partner countries. A student whose father or mother is a citizen of an EU\\/EEA country and works in Denmark can receive free education.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":13,\"status\":1,\"created_at\":\"2023-08-13T10:11:01.000000Z\",\"updated_at\":\"2023-08-14T09:07:06.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/3_Mesa de trabajo 1 (1).png\",\"updated_at\":\"2023-08-14 09:08:30\",\"updatedBy\":1}', '2023-08-14 03:23:30', '2023-08-14 03:23:30'),
(NULL, 507, 1, 202308140910059871, 202308140910059871, 'App\\Models\\Countryarticles', 22, 'create', NULL, '{\"title\":\"Scholarships In Denmark\",\"text\":\"<p>Danish universities offer generous scholarships to qualified non-EU\\/EUA students. Let us take a look at them!<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>September Undergraduate Scholarships<\\/strong><br \\/>\\r\\nEach faculty member is eligible for one scholarship when studying abroad. It is available to international undergraduate students enrolling in September. The scholarship comprises a 2,000 euro reduction per year in the undergraduate non-EU tuition fee.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Master&#39;s Merit Scholarship<\\/strong><br \\/>\\r\\nStudents must have a GPA of at least a B+ in the last year of their bachelor&rsquo;s degree to meet the requirements. This scholarship is available to international students. Qualifying international students will be awarded a scholarship of $7,000 or $10,000 towards the overall cost of their study. The scholarship will provide two benefits: a grant for living expenses totaling DKK 6090 per month before taxes and a tuition fee waiver. credit master&rsquo;s programs.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Danish Government Scholarship<\\/strong><br \\/>\\r\\nInternational students can apply for the fully funded Danish Government Scholarship. This award is only available for graduate work. The scholarship will include two benefits: a grant to help with living expenses totaling DKK 6090 per month before taxes and a tuition fee waiver.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Denmark&#39;s Erasmus Mundus Scholarship Programs<\\/strong><br \\/>\\r\\nBoth EU\\/EEA and non-EU\\/EEA students may submit an application for a scholarship through the Erasmus Mundus program in order to enroll in particular Master&#39;s degree programs that are provided jointly by a Danish institution and another European university or college.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>IT University of Copenhagen State Scholarships<\\/strong><br \\/>\\r\\nThree or four extremely brilliant MSc applicants (full-degree students) from outside the EU and EEA get state scholarships each year from the IT University of Copenhagen. Free tuition is one benefit of the scholarships, which also help with living costs.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Danish State Strategic Scholarships for Non-EU\\/EEA Students at Aarhus University<\\/strong><br \\/>\\r\\nThe Danish government provides a small number of highly qualified non-EU\\/EEA\\/Swiss applicants admitted to two-year Master&#39;s degree programs at Aarhus University with scholarships. The scholarships typically come with a full tuition waiver and, more often than not, a monthly stipend for up to 23 months of the degree program.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"9\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/2_Mesa de trabajo 1 (1).png\",\"alias\":\"scholarships-in-denmark\",\"display_order\":\"21\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:10:05.000000Z\",\"created_at\":\"2023-08-14T09:10:05.000000Z\",\"article_id\":22,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:25:05', '2023-08-14 03:25:05'),
(NULL, 508, 1, 202308140911468601, 202308140911468601, 'App\\Models\\Countryarticles', 23, 'create', NULL, '{\"title\":\"Earn While You Learn\",\"text\":\"<p>Denmark is the best if you are looking for a country with excellent educational quality and a very high standard of living. The benefit of going to Denmark as an international student to pursue higher education is that you can earn while you learn! The living cost of international students outside of EU\\/EEA countries in Denmark is 5,000 to 8,000 DKK, which is not less. Managing this cost for a student in a foreign land can become a hassle if they depend only on pre-existing funds.<br \\/>\\r\\nWhile scholarships are a great way to cover tuition fees, they do not generally cover a student&rsquo;s living expenses. Working part-time jobs for international students is one way to avoid this hassle, as there is no limit or restriction on working hours for foreign students in Denmark, unlike in other countries.<br \\/>\\r\\nHaving part-time jobs and balancing them with your studies can prove to be very beneficial. Here&rsquo;s a complete guide to knowing more about jobs in Denmark for international students!<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Rules And Regulations For Part-Time Jobs In Denmark<\\/strong><br \\/>\\r\\nTo be completely honest, finding part-time jobs for international students in the early days is difficult but not impossible. However, there are a few things to keep in mind before you go out to search for job opportunities, which will surely make it easier for you!<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>As a non-EU\\/EEA student in Denmark, you can only work for 20 hours a week. However, students can work full time during the months of June, July, and August which are months of holidays.<\\/li>\\r\\n\\t<li>You have to apply for a work permit before you start working in Denmark. Doing any work without a work permit is considered illegal.<\\/li>\\r\\n\\t<li>You will be liable for Danish taxation if you are earning a salary. However, the amount of tax will depend on your annual income.<\\/li>\\r\\n\\t<li>Once you get a job, you need to contact the local tax authorities in Denmark. They will provide you with an electronic tax card, which will help your employer calculate the amount of taxes you need to pay.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"9\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/1_Mesa de trabajo 1 (1).png\",\"alias\":\"earn-while-you-learn\",\"display_order\":\"22\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:11:46.000000Z\",\"created_at\":\"2023-08-14T09:11:46.000000Z\",\"article_id\":23,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:26:46', '2023-08-14 03:26:46'),
(NULL, 509, 1, 202308140912335103, 202308140912335103, 'App\\Models\\Countryarticles', 24, 'create', NULL, '{\"title\":\"Universities in Denmark\",\"text\":\"<p>Take a look at some of the best Danish universities and private colleges that have english-taught programs suitable just for you!<\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/copenhagenbusinesscollege.com\\/\\\">Copenhagen Business College<\\/a><\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/studies.ku.dk\\/bachelor\\/admission-requirements\\/\\\">University of Copenhagen<\\/a><\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/www.dtu.dk\\/english\\\">Technical University of Denmark<\\/a><\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/www.dtu.dk\\/english\\\">University of Southern Denmark<\\/a><\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/international.au.dk\\/\\\">Aarhus University<\\/a><\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/www.baaa.dk\\/\\\">Business Academy Aarhus<\\/a><\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/www.aau.dk\\/?gad=1&amp;gclid=CjwKCAjw3ueiBhBmEiwA4BhspIB1BGzpJwt5A3fddrRlEfhWESQ6J7X96BYPiA3R1Z_CJLHtR0HD7hoC-vgQAvD_BwE\\\">Aalborg University<\\/a><\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/copenhagenbusinesscollege.com\\/\\\">Niels Brock Copenhagen Business College<\\/a><\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/ruc.dk\\/en\\\">Roskilde University<\\/a><\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/en.via.dk\\/\\\">VIA University College<\\/a><\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/studyindenmark.dk\\/portal\\/it-university-of-copenhagen-itu\\\">IT University of Copenhagen<\\/a><\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/eadania.com\\/\\\">Dania Academy University of Applied Science<\\/a><\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"9\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/5_Mesa de trabajo 1 (1).png\",\"alias\":\"universities-in-denmark\",\"display_order\":\"23\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:12:34.000000Z\",\"created_at\":\"2023-08-14T09:12:34.000000Z\",\"article_id\":24,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:27:34', '2023-08-14 03:27:34'),
(NULL, 510, 1, 202308140913224823, 202308140913224823, 'App\\Models\\Countryarticles', 25, 'create', NULL, '{\"title\":\"Requirements\",\"text\":\"<p><strong>Academic Requirements<\\/strong><br \\/>\\r\\nThe following are the academic requirements for being eligible to apply to universities in Denmark:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>For a bachelor&#39;s program, students will require a minimum qualification of 10+2 level with an above 55% or 2.6 CGPA, while some of the universities or programs may ask for higher percentages.<\\/li>\\r\\n\\t<li>For the Master&rsquo;s program, students will require 4 years of a bachelor&rsquo;s degree with an equivalent score above 60% or 2.8 CGPA, while some universities or programs may ask for higher percentages.<\\/li>\\r\\n\\t<li>To apply to Danish universities for Bachelors and Masters, you will need a minimum score of 6.5 in IELTS with no band less than 5.5.<\\/li>\\r\\n\\t<li>For bachelor&rsquo;s degree at Danish University, 13 years of education are required. Students with a 10+2 level of qualification can join bachelor&rsquo;s through AP or Pathway programs.<\\/li>\\r\\n\\t<li>For a bachelor&rsquo;s degree at private colleges, an IELTS &nbsp;score of 6.0 overall with no band less than 5.5 or PTE scores of no less than 52 are accepted.<\\/li>\\r\\n\\t<li>The PTE test is not valid for a master&#39;s degree.<\\/li>\\r\\n\\t<li>In the case of the TOEFL language proficiency test, a minimum score of 83 is required.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Admission Application Document Checklist<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Up-to-date academic transcripts at the +2 or Bachelor&#39;s level are required.<\\/li>\\r\\n\\t<li>A valid passport and<\\/li>\\r\\n\\t<li>IELTS, TOEFL, or PTE test score results<\\/li>\\r\\n\\t<li>Motivational Letter<\\/li>\\r\\n\\t<li>Statement of Purpose<\\/li>\\r\\n\\t<li>Application charge (different for different universities)<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>&nbsp;<strong>Visa Application Document Checklist<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Valid passport<\\/li>\\r\\n\\t<li>University offer letter<\\/li>\\r\\n\\t<li>Payment receipt of tuition fee in university for the first semester (cost differs according to university)<\\/li>\\r\\n\\t<li>Embassy and immigration fee payment receipt (approximately 3700 DKK) &nbsp;<\\/li>\\r\\n\\t<li>Bank statements and bank balance certificates are required only in the case of dependents. You must have enough funds to sustain yourself and your spouse.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"9\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"alias\":\"requirements\",\"display_order\":\"24\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:13:22.000000Z\",\"created_at\":\"2023-08-14T09:13:22.000000Z\",\"article_id\":25,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:28:22', '2023-08-14 03:28:22'),
(NULL, 511, 1, 202308140915025865, 202308140915025865, 'App\\Models\\Countryarticles', 26, 'create', NULL, '{\"title\":\"Future Prospects\",\"text\":\"<p>Studying in Denmark could be one of the most advantageous possibilities for a better life and the best career. Ask why?<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Students can work 20 hours a week from September to May and 37 hours a week from June to August. This enables them to work part time jobs that help support their living expenses. Pursuing a degree and working to sustain themselves can go hand in hand for international students in Denmark.&nbsp;<\\/li>\\r\\n\\t<li>International students in Denmark do not have the burden of extending their visa throughout their stay as students, as their visa is validated until their courses finish.<\\/li>\\r\\n\\t<li>For students who aim to settle in Denmark, it is easy to apply for a permanent residence permit. Their dependents can also easily apply for PR.<\\/li>\\r\\n\\t<li>You automatically get a PSW (Post Study Work Visa) with a validity of more than two years after completing your studies in Denmark. The benefits of PSW are that it helps you gain more experience and work on your niche. In addition, it gives you space to explore the possibilities of starting your own business.<\\/li>\\r\\n\\t<li>Denmark is the highest-paying Nordic country. According to government regulations, the hourly wage per person is 75 to 100 DKK. This means that as an international student, you can earn 6,000 to 8,000 DKK per month.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"9\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/1_Mesa de trabajo 1 (1).png\",\"alias\":\"future-prospects\",\"display_order\":\"25\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:15:02.000000Z\",\"created_at\":\"2023-08-14T09:15:02.000000Z\",\"article_id\":26,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:30:02', '2023-08-14 03:30:02'),
(NULL, 512, 1, 202308140915532037, 202308140915532037, 'App\\Models\\Countryarticles', 27, 'create', NULL, '{\"title\":\"Part Time Jobs\",\"text\":\"<p>Some students typically work in restaurants, motels, and coffee shops. However, some students also work in telemarketing or newspaper distribution. Others frequently use their linguistic abilities in careers that include communication. You could occasionally be fortunate enough to land a job that is associated with your area of study.<br \\/>\\r\\nThese are some part-time jobs that you can do as a fresh international student in Denmark:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Sales Assistant<\\/li>\\r\\n\\t<li>Pizza Delivery Driver<\\/li>\\r\\n\\t<li>Personal Assistant<\\/li>\\r\\n\\t<li>Pharmacy Delivery Driver<\\/li>\\r\\n\\t<li>Gardener<\\/li>\\r\\n\\t<li>Freelance Translator<\\/li>\\r\\n\\t<li>Waiter\\/Waitress<\\/li>\\r\\n\\t<li>Customer Assistant<\\/li>\\r\\n\\t<li>Social Media Assistant<\\/li>\\r\\n\\t<li>Photographer<\\/li>\\r\\n\\t<li>Personal Tutor<\\/li>\\r\\n\\t<li>Bartender<\\/li>\\r\\n\\t<li>Dish Washer<\\/li>\\r\\n\\t<li>Newspaper Distributor<\\/li>\\r\\n\\t<li>Bookseller<\\/li>\\r\\n\\t<li>Pet Caretaker<\\/li>\\r\\n\\t<li>Security Guard<\\/li>\\r\\n\\t<li>House Cleaner<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"9\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"alias\":\"part-time-jobs\",\"display_order\":\"26\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:15:53.000000Z\",\"created_at\":\"2023-08-14T09:15:53.000000Z\",\"article_id\":27,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:30:53', '2023-08-14 03:30:53');
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, 513, 1, 202308140916493398, 202308140916493398, 'App\\Models\\Countryarticles', 28, 'create', NULL, '{\"title\":\"Study Intakes\",\"text\":\"<p>As a student who wants to apply for a higher level of education in Denmark, you need to know all about the study intakes and deadlines in case you miss anything. Starting from the very basics, there are two intakes for international students in Denmark.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Autumn Intake<\\/strong><br \\/>\\r\\nIn Denmark, the autumn intake is the primary and major intake for enrolling international students in higher education, whether bachelor&#39;s or master&#39;s degrees. Almost all of the available courses are offered by all of the universities in this intake. Here is a simple timeline for you to follow to be prepared for the autumn intake:<\\/p>\\r\\n\\r\\n<p><strong>Timeline and To Do List<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>July:<\\/strong>&nbsp;Shortlist the universities that you want to apply to.<\\/li>\\r\\n\\t<li><strong>August:<\\/strong>&nbsp;Prepare for tests like IELTS, TOEFL, or GRE according to the requirements of the university to which you wish to apply.<\\/li>\\r\\n\\t<li><strong>September to November:<\\/strong>&nbsp;Prepare your statement of purpose (SOP). Applications to universities are open, so start applying.<\\/li>\\r\\n\\t<li><strong>Mid January:<\\/strong>&nbsp;Application Deadline<\\/li>\\r\\n\\t<li><strong>March to June:<\\/strong>&nbsp;Wait for an offer letter. Accept the offer.<\\/li>\\r\\n\\t<li><strong>Early May:<\\/strong>&nbsp;Apply for a visa.<\\/li>\\r\\n\\t<li><strong>August:<\\/strong>&nbsp;Book your ticket.<\\/li>\\r\\n\\t<li><strong>September:<\\/strong>&nbsp;Semester starts.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Spring Intake<\\/strong><br \\/>\\r\\nIn Denmark, the spring intake is regarded as the secondary intake for enrolling international students in higher education levels. Classes for the spring semester begin in January. However, all of the courses might not be available for this intake at some Swedish universities. The spring\\/January intake provides an excellent opportunity for students who were unable to enroll in new courses during the autumn or September intakes to do so without wasting an entire year.<br \\/>\\r\\nHere is a simple timeline for you to follow to be prepared for the spring intake:<\\/p>\\r\\n\\r\\n<p><strong>Timeline and To Do List<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>April:<\\/strong>&nbsp;Shortlist the universities that you want to apply to.<\\/li>\\r\\n\\t<li><strong>May:<\\/strong>&nbsp;Prepare for tests like IELTS, TOEFL, or GRE according to the requirements of the university.<\\/li>\\r\\n\\t<li><strong>July:<\\/strong>&nbsp;Prepare your statement of purpose (SOP). Applications to universities are open, so start applying.<\\/li>\\r\\n\\t<li><strong>Mid August or the first week of September:<\\/strong>&nbsp;Application Deadline<\\/li>\\r\\n\\t<li><strong>October to November:<\\/strong>&nbsp;Wait for an offer letter. Accept the offer.<\\/li>\\r\\n\\t<li><strong>End of November:<\\/strong>&nbsp;Apply for a visa.<\\/li>\\r\\n\\t<li><strong>End of December:<\\/strong>&nbsp;Book your ticket.<\\/li>\\r\\n\\t<li><strong>End of January:<\\/strong>&nbsp;Semester starts.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Note: It is important to have all of your documents ready before you start applying for universities and visas according to the timeline above. A slight insufficiency of documents can lead to a delay in the application process. To stay up to date, take a look at the list of document requirements for the entire process.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"9\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"alias\":\"study-intakes\",\"display_order\":\"27\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:16:49.000000Z\",\"created_at\":\"2023-08-14T09:16:49.000000Z\",\"article_id\":28,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:31:49', '2023-08-14 03:31:49'),
(NULL, 514, 1, 202308140917371416, 202308140917371416, 'App\\Models\\Countryarticles', 29, 'create', NULL, '{\"title\":\"Study Programs in Denmark\",\"text\":\"<ul>\\r\\n\\t<li>Business and Administration<\\/li>\\r\\n\\t<li>Branding and Marketing<\\/li>\\r\\n\\t<li>General Management<\\/li>\\r\\n\\t<li>Tourism and Hospitality Management<\\/li>\\r\\n\\t<li>Engineering and Technology<\\/li>\\r\\n\\t<li>Agriculture and Environment<\\/li>\\r\\n\\t<li>Art, Design, and Architecture<\\/li>\\r\\n\\t<li>Computer Science and IT<\\/li>\\r\\n\\t<li>Journalism and Digital Media<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"9\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"alias\":\"study-programs-in-denmark\",\"display_order\":\"28\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:17:37.000000Z\",\"created_at\":\"2023-08-14T09:17:37.000000Z\",\"article_id\":29,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:32:37', '2023-08-14 03:32:37'),
(NULL, 515, 1, 202308140918393320, 202308140918393320, 'App\\Models\\Countryarticles', 30, 'create', NULL, '{\"title\":\"Education System\",\"text\":\"<p>Denmark is well known for its outstanding educational system in addition to its stunning Nordic scenery. Its seven universities are listed in international academic rankings. Joining a Danish university for higher education can be taken as a privilege, as these top universities offer the best education along with a handful of scholarships and waivers.<\\/p>\\r\\n\\r\\n<p>Let us dive in to learn more about the education system in Denmark!<\\/p>\\r\\n\\r\\n<p><strong>Higher Education<\\/strong><br \\/>\\r\\nLet us take a closer look at Denmark&#39;s higher education system:<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Undergraduate or Bachelor&#39;s Level:<\\/strong>&nbsp;The 180-ECTS bachelor&#39;s degree program lasts three years. It is a research-based curriculum that leads to an academic degree. Although there are study breaks available to students, this curriculum is primarily theoretical. It includes significant project work and independent investigations.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Postgraduate or Masters Level:&nbsp;<\\/strong>A two year, 120 ECTS course leads to a master&#39;s degree. This is a university degree that includes research-based instruction. Such master&#39;s degrees provide entrance to PhD programs by providing options for internships in Denmark and abroad, as well as exchange opportunities at universities throughout the globe.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Doctorate Level:&nbsp;<\\/strong>The three-year PhD program requires 180 ECTS. This diploma is issued by a university or other academic institution. This program also provides opportunities for Danish research and teaching. Along with financial help, international cooperation and experience are also offered.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"9\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/1_Mesa de trabajo 1 (1).png\",\"alias\":\"education-system\",\"display_order\":\"29\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:18:39.000000Z\",\"created_at\":\"2023-08-14T09:18:39.000000Z\",\"article_id\":30,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:33:39', '2023-08-14 03:33:39'),
(NULL, 516, 1, 202308140924214567, 202308140924214567, 'App\\Models\\Countryarticles', 13, 'update', '{\"article_id\":13,\"countries_id\":10,\"parent_article\":0,\"title\":\"Why UK\",\"alias\":\"why-uk\",\"text\":\"<p><strong>World Recognized Education<\\/strong><\\/p>\\r\\n\\r\\n<p>Studying in the UK might be the best choice you ever make because of its potential academic advantages. No matter where you end up finding employment, if you choose to further your studies in the UK, your degree will be accepted and acknowledged. Your education will provide you with a strong foundation, increase your chances of earning more money, and help you land the job of your dreams.<\\/p>\\r\\n\\r\\n<p>Every British college is known globally for having innovative and tough environments that assist their students in pushing themselves to the extreme. Their requirements are surprisingly high, and year after year, the colleges are examined for the way they meet current challenges.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Work Opportunities For Students<\\/strong><\\/p>\\r\\n\\r\\n<p>No matter which UK university you go to, your education will be very expensive. There is no need to worry, though. The good news is that you are permitted to work while studying in the UK, unlike the majority of popular study destinations. You are allowed to work up to 20 hours per week of part-time employment throughout the ordinary academic year.<\\/p>\\r\\n\\r\\n<p>Once the school year is over, you can look for a full-time position. Working while you study will also help you feel truly independent, which will help you learn to rely on yourself&mdash;even better if you demonstrate a greater degree of dedication!<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>The Graduation Immigration Route<\\/strong><\\/p>\\r\\n\\r\\n<p>International students who want to work in the UK once they graduate would particularly benefit from this. International students studying in the UK now have access to a new Graduate Immigration Route, generally known as a post-study employment visa.<\\/p>\\r\\n\\r\\n<p>Students will have the option to stay in the UK for up to two years and hunt for work after graduating, thanks to this new graduate pathway. Graduates will be able to transition into skilled labor if they are able to obtain a job within that period.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Equal Focus On Every Course<\\/strong><\\/p>\\r\\n\\r\\n<p>The universities in the UK provide a wide range of courses - design, management, physiology, and business are some of the many. You will be exposed to real-world living, and problems, but also independence and critical thinking, observing a close cooperation between industries and academics, and conducting investigative research. They focus on prioritizing logic and educating students on how to put their knowledge into practice.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Students Are Prioritized At An Individual Level<\\/strong><\\/p>\\r\\n\\r\\n<p>The emphasis of British universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put your hard work into it.<\\/p>\\r\\n\\r\\n<p>Universities and colleges will accept your justifiable study gap. The UK is a safe study destination for students, with opportunities at world-ranked universities and an outstanding educational system.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":24,\"status\":1,\"created_at\":\"2023-08-13T10:11:57.000000Z\",\"updated_at\":\"2023-08-14T09:22:44.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/uk\\/UK icons-01.png\",\"updated_at\":\"2023-08-14 09:24:21\",\"updatedBy\":1}', '2023-08-14 03:39:21', '2023-08-14 03:39:21'),
(NULL, 517, 1, 202308140925073041, 202308140925073041, 'App\\Models\\Countryarticles', 31, 'create', NULL, '{\"title\":\"Universities in UK\",\"text\":\"<p>Among the renowned universities in UK these are some of the lists of universities that have been highly accredited: &nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www1.chester.ac.uk\\/\\\">University of Chester<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.ravensbourne.ac.uk\\/\\\">Ravensbourne University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.roehampton.ac.uk\\/\\\">University of Roehampton<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uws.ac.uk\\/\\\">University of West of Scotland<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.birmingham.ac.uk\\/index.aspx\\\">Birmingham City University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bpp.com\\/about-bpp\\/bpp-university\\\">BPP University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uca.ac.uk\\/\\\">University for the Creative Arts<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/uel.ac.uk\\/\\\">University of East London<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uwl.ac.uk\\/\\\">University of West London<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.dmu.ac.uk\\/home.aspx\\\">De Montfort University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.gre.ac.uk\\/international\\/ugic\\\">University of Greenwich<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/london.sunderland.ac.uk\\/\\\">University of Sunderland<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>These universities are consistently ranked among the top universities in the world, and offer a wide range of academic programs at undergraduate, postgraduate, and research levels. In addition to these universities, there are many other excellent institutions throughout the UK, including Russell Group universities, which are known for their research excellence. Each university has its own unique strengths and specializations, so it&#39;s important for students to research and find the best fit for their academic interests and goals.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"10\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/uk\\/UK icons-02.png\",\"alias\":\"universities-in-uk\",\"display_order\":\"30\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:25:07.000000Z\",\"created_at\":\"2023-08-14T09:25:07.000000Z\",\"article_id\":31,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:40:07', '2023-08-14 03:40:07'),
(NULL, 518, 1, 202308140925519589, 202308140925519589, 'App\\Models\\Countryarticles', 32, 'create', NULL, '{\"title\":\"Education System\",\"text\":\"<p>There are three stages of higher education in the United Kingdom. They are Bachelor&#39;s (UG), Master&#39;s (PG) and Doctorate level. Education in the UK is compulsory for all children from the ages of 5 to 16. Ages 5 to 16 cover the early years of education up to the secondary level and everything in between. Higher Education (HE) is for students who want to go for full-time studies.<br \\/>\\r\\nLet us examine the education system in the United Kingdom in depth.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Education System<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Higher Level Education<\\/strong><br \\/>\\r\\nThe higher level of education is divided into three stages in the UK. Take a look at them in detail below:<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Bachelor&rsquo;s Or Undergraduate Level<\\/strong><br \\/>\\r\\nIn the UK, a bachelor&rsquo;s degree normally takes three years to complete. Specifically, England, Wales, and Ireland have 3 years of bachelor&rsquo;s degrees, whereas Scotland has 4 years of bachelor&rsquo;s degrees.<br \\/>\\r\\nPostgraduate courses help students learn about various aspects while gaining broader knowledge in specific areas of interest.<br \\/>\\r\\nUniversities in the UK offer various courses for students at this level of education. A student must have completed their Further Education (FE) &nbsp;to be able to enroll in undergraduate level education. The bachelor&#39;s level is the first cycle of higher education.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Masters Or Postgraduate Level<\\/strong><br \\/>\\r\\nMaster&rsquo;s or postgraduate levels of education are specifically focused on niches and are for specialization in one field. Most of the master&#39;s level covers only one year in the UK, unlike other countries. These programs are open to all students, national or international, if they have earned a bachelor&#39;s degree.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Doctorate Level<\\/strong><br \\/>\\r\\nAfter a Master&#39;s degree, students wanting to go for higher education and have the possibility of continuing their studies can join the doctorate level of education at their very university. This level of education normally takes 3 to 4 years to complete. However, in the case of part-time doctorate courses, it can take up to six or seven years.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"10\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/uk\\/UK icons-05.png\",\"alias\":\"education-system\",\"display_order\":\"31\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:25:51.000000Z\",\"created_at\":\"2023-08-14T09:25:51.000000Z\",\"article_id\":32,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:40:51', '2023-08-14 03:40:51'),
(NULL, 519, 1, 202308140926565492, 202308140926565492, 'App\\Models\\Countryarticles', 33, 'create', NULL, '{\"title\":\"Requirement to study in UK\",\"text\":\"<p><strong>Academic Requirements<\\/strong><br \\/>\\r\\nThe academic requirements to apply for bachelor&#39;s and master&rsquo;s degrees are slightly different in the UK. Take a look below for a clearer idea.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>For a Bachelor&#39;s degree:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A minimum academic score of 70% or above or a minimum &nbsp;GPA of 2.8 is required.<\\/li>\\r\\n\\t<li>IELTS test score of a minimum of 6.0 overall and no band less than 5.5.<\\/li>\\r\\n\\t<li>Gap of no more than 3 years.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>For a Master&rsquo;s degree:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A minimum academic score of 60% or above is required for 3 years of a bachelor&#39;s degree.<\\/li>\\r\\n\\t<li>A minimum academic score of 50% or above is required for four years of a bachelor&rsquo;s degree.<\\/li>\\r\\n\\t<li>IELTS test score of at least 6.5 overall and no band less than 6.0.<\\/li>\\r\\n\\t<li>Gap no more than that of 4 to 5 years.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Note:&nbsp;<\\/strong><\\/p>\\r\\n\\r\\n<p>Some universities may have an IELTS waiver if a student has scored 70+ marks or a B\\/B+ grade in an English subject under the 10 + 2 qualification examination.<br \\/>\\r\\nFor academic scores less than those mentioned above, foundation courses are available.<\\/p>\\r\\n\\r\\n<p><strong>University Application Requirements<\\/strong><br \\/>\\r\\nHere is a list of documents you need to have before you apply for higher education at universities.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Application form<\\/li>\\r\\n\\t<li>A valid passport<\\/li>\\r\\n\\t<li>Up-to-date academic documents<\\/li>\\r\\n\\t<li>Language Proficiency Test Results<\\/li>\\r\\n\\t<li>Two recommendation letters<\\/li>\\r\\n\\t<li>Statement Of Purpose<\\/li>\\r\\n\\t<li>In case of gap years, explanation is required with proof of work experience.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Visa Application Requirements<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A valid passport<\\/li>\\r\\n\\t<li>Academic Documents (SLC\\/SEE and above)<\\/li>\\r\\n\\t<li>CAS Letter (which will be given by your university)<\\/li>\\r\\n\\t<li>Bank balance certificate and statement. (Funds must be in the bank on hold for at least 28 days or while applying for a visa.)<\\/li>\\r\\n\\t<li>Medical Report (from IOM)<\\/li>\\r\\n\\t<li>Police Report<\\/li>\\r\\n\\t<li>Birth Certificate<\\/li>\\r\\n\\t<li>Copy of Citizenship<\\/li>\\r\\n\\t<li>Refusal history (if any)<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"10\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/uk\\/UK icons-04.png\",\"alias\":\"requirement-to-study-in-uk\",\"display_order\":\"32\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:26:56.000000Z\",\"created_at\":\"2023-08-14T09:26:56.000000Z\",\"article_id\":33,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:41:56', '2023-08-14 03:41:56'),
(NULL, 520, 1, 202308140927424026, 202308140927424026, 'App\\Models\\Countryarticles', 34, 'create', NULL, '{\"title\":\"List of study programs\",\"text\":\"<p>&nbsp;There are numerous study programs available to students.<\\/p>\\r\\n\\r\\n<p><strong>Business and Management:<\\/strong><br \\/>\\r\\nUK universities are renowned for their business and management programs, offering a range of undergraduate and postgraduate courses in areas such as finance, marketing, and entrepreneurship.<\\/p>\\r\\n\\r\\n<p><strong>Engineering:&nbsp;<\\/strong><br \\/>\\r\\nUK universities offer a variety of engineering programs at undergraduate and postgraduate levels, including mechanical, civil, electrical, and chemical engineering.<\\/p>\\r\\n\\r\\n<p><strong>Law:<\\/strong><br \\/>\\r\\nUK law schools are highly respected around the world, and offer undergraduate and postgraduate courses in areas such as international law, corporate law, and human rights law.<\\/p>\\r\\n\\r\\n<p><strong>Medicine:<\\/strong>&nbsp;<br \\/>\\r\\nUK medical schools are highly competitive, but offer some of the best medical education in the world. Many international students come to the UK to study medicine, dentistry, and other health-related disciplines.<\\/p>\\r\\n\\r\\n<p><strong>Computer Science and Information Technology:<\\/strong><br \\/>\\r\\nUK universities offer a range of undergraduate and postgraduate programs in computer science and IT, including courses in software engineering, artificial intelligence, and cyber security.<\\/p>\\r\\n\\r\\n<p><strong>Arts and Humanities:<\\/strong>&nbsp;<br \\/>\\r\\nUK universities have a strong tradition in the arts and humanities, offering courses in areas such as literature, history, philosophy, and the creative arts.<\\/p>\\r\\n\\r\\n<p><strong>Sciences:<\\/strong><br \\/>\\r\\nUK universities offer a range of science courses, including biology, chemistry, physics, and environmental science.<\\/p>\\r\\n\\r\\n<p><strong>Social Sciences:&nbsp;<\\/strong><br \\/>\\r\\nUK universities offer a variety of social science courses, including psychology, sociology, anthropology, and international relations.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Some Common Bachelor&rsquo;s Degree Programs<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Bachelor of Arts<\\/li>\\r\\n\\t<li>Bachelor of Science<\\/li>\\r\\n\\t<li>Bachelor of Education<\\/li>\\r\\n\\t<li>Bachelor of Engineering<\\/li>\\r\\n\\t<li>Bachelor of Business Management<\\/li>\\r\\n\\t<li>Bachelor of Medicine, Bachelor of Surgery<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Some Common Master&rsquo;s Degree Programs<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Master of Arts<\\/li>\\r\\n\\t<li>Master of Science<\\/li>\\r\\n\\t<li>Master of Education<\\/li>\\r\\n\\t<li>Master of Research<\\/li>\\r\\n\\t<li>Master of Philosophy<\\/li>\\r\\n\\t<li>Master of Law<\\/li>\\r\\n\\t<li>Master of Business Administration<\\/li>\\r\\n\\t<li>Master of Engineering<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"10\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/uk\\/UK icons-03.png\",\"alias\":\"list-of-study-programs\",\"display_order\":\"33\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:27:42.000000Z\",\"created_at\":\"2023-08-14T09:27:42.000000Z\",\"article_id\":34,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:42:42', '2023-08-14 03:42:42'),
(NULL, 521, 1, 202308140928396128, 202308140928396128, 'App\\Models\\Countryarticles', 35, 'create', NULL, '{\"title\":\"Scholarships for International students\",\"text\":\"<p>Scholarships are given to international students on the basis of merit by universities in the UK. However, the other aspect of the scholarship scheme is that some universities offer waivers of tuition fees for students from South Asian countries like Nepal. The amount of the waiver differs from one university to another.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>University of West London International Ambassador Scholarships:&nbsp;<\\/strong>The University of West London&#39;s International Ambassador Scholarship honors and supports exceptional candidates who want to enroll full-time in undergraduate or graduate programs there. The students will represent the University of West London abroad as ambassadors. There are fifty scholarships available, each earning up to &pound;5,000.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>University of Roehampton:&nbsp;<\\/strong>The University of Roehampton offers merit based scholarships to international students whose GPA is higher than 2.6. Students securing a GPA greater than 3 in their intermediate or bachelor&#39;s level are granted a waiver of up to &pound;4,000. These scholarships are given to students every year.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>University of Ravensbourne:&nbsp;<\\/strong>The Ravensbourne Scholarship covers up to &pound;3,500 worth of scholarships for international students from South Asian countries like Nepal. This scholarship is offered to students enrolling in undergraduate courses only on the basis of merit.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Commonwealth Scholarships:<\\/strong>&nbsp;Commonwealth Scholarships are awarded to students from Commonwealth countries to study a master&#39;s or doctoral degree at a UK university. These scholarships cover tuition fees, a monthly stipend, and travel costs.<\\/p>\\r\\n\\r\\n<p><strong>Great Scholarships:&nbsp;<\\/strong>Great Scholarships are offered to students from specific countries in partnership with the British Council. These scholarships cover the full cost of tuition fees for a one-year postgraduate degree in a range of subjects.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"10\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/uk\\/UK icons-06.png\",\"alias\":\"scholarships-for-international-students\",\"display_order\":\"34\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:28:39.000000Z\",\"created_at\":\"2023-08-14T09:28:39.000000Z\",\"article_id\":35,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:43:39', '2023-08-14 03:43:39'),
(NULL, 522, 1, 202308140929251378, 202308140929251378, 'App\\Models\\Countryarticles', 36, 'create', NULL, '{\"title\":\"Earn While You Learn\",\"text\":\"<p>The UK is your cue if you are looking for a country with excellent education and a very high standard of living. The benefit of going to London as an international student to pursue higher education is that you can earn while you learn! The living cost of international students outside of EU\\/EEA countries inside the city of London is &pound;1350, and outside of London it is &pound;1050, which is not very less. Managing this cost for a student in a foreign land can become a hassle if they depend only on pre-existing funds.<\\/p>\\r\\n\\r\\n<p>While scholarships are a great way to cover tuition fees, they do not generally cover a student&rsquo;s living expenses. One way to get around this hassle and make ends meet is to work part-time. International students are allowed to work up to 20 hours a week to ease their pockets and have some social time.<\\/p>\\r\\n\\r\\n<p>Having part-time jobs and balancing them with your studies can prove to be very beneficial. Here&rsquo;s a complete guide to knowing more about jobs in the UK for international students!<\\/p>\\r\\n\\r\\n<p><strong>Rules For Part-Time Jobs In The UK<\\/strong><br \\/>\\r\\nTo be completely honest, finding part-time jobs for international students in the early days is difficult but not impossible. However, there are a few things to keep in mind before you go out to search for job opportunities, which will surely make it easier for you!<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>You need to apply for a National Insurance Number (NINO) to be eligible to work in the UK. However, you do not need to have received NINO before you start work and can start even if you have just applied for it. Applying for NINO is easy. You can just do it via your phone.<\\/li>\\r\\n\\t<li>The work that you do must be legal and authorized.<\\/li>\\r\\n\\t<li>You can only work 20 hours a week as an international student in the UK.<\\/li>\\r\\n\\t<li>You can work full-time only during holidays like Christmas or Easter and summer breaks.<\\/li>\\r\\n\\t<li>Students are accountable for paying taxes and National Insurance (NI). Students with incomes between &pound;166 and &pound;962 a week will have to pay 12% of their income for NI. Similarly, students with earnings above &pound;892 a week are charged 2% tax.<\\/li>\\r\\n\\t<li>Self-employment in works like freelance jobs is not allowed.<\\/li>\\r\\n\\t<li>International students in the UK are not allowed to work in professional sports or as private entertainers.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>[Note: Additional information and limitations that have not been mentioned above will be printed out on your Tier 4 visa sticker.]<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"10\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/uk\\/UK icons-06.png\",\"alias\":\"earn-while-you-learn\",\"display_order\":\"35\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:29:25.000000Z\",\"created_at\":\"2023-08-14T09:29:25.000000Z\",\"article_id\":36,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:44:25', '2023-08-14 03:44:25'),
(NULL, 523, 1, 202308140930056652, 202308140930056652, 'App\\Models\\Countryarticles', 37, 'create', NULL, '{\"title\":\"Part Time Jobs In The UK\",\"text\":\"<p>Have you ever wondered what type of job you could do while you are studying in the UK? Here is a long list of jobs that will give you an idea of what jobs to seek as an international student.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Sales Assistant<\\/li>\\r\\n\\t<li>Pizza delivery driver<\\/li>\\r\\n\\t<li>Personal Assistant<\\/li>\\r\\n\\t<li>Pharmacy Delivery Driver<\\/li>\\r\\n\\t<li>Gardener<\\/li>\\r\\n\\t<li>Freelance Translator<\\/li>\\r\\n\\t<li>Waiter\\/Waitress<\\/li>\\r\\n\\t<li>Customer Assistant<\\/li>\\r\\n\\t<li>Social Media Assistant<\\/li>\\r\\n\\t<li>Photographer<\\/li>\\r\\n\\t<li>Personal Tutor<\\/li>\\r\\n\\t<li>Bartender<\\/li>\\r\\n\\t<li>Dish Washer<\\/li>\\r\\n\\t<li>Newspaper Distributor<\\/li>\\r\\n\\t<li>Bookseller<\\/li>\\r\\n\\t<li>Pet Caretaker<\\/li>\\r\\n\\t<li>Security Guard<\\/li>\\r\\n\\t<li>House Cleaner<br \\/>\\r\\n\\t&nbsp;<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><strong>Highest Paying Part-Time Jobs In The UK<\\/strong><br \\/>\\r\\nFinding a part-time job that pays well is not easy for fresh international students. So, here&#39;s a list of the highest-paying jobs among regular part time jobs in the UK:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Marketing:<\\/strong>&nbsp;Pays up to &pound;11.50 per hour<\\/li>\\r\\n\\t<li><strong>Accountancy:<\\/strong>&nbsp;Pays up to &pound;12 per hour.<\\/li>\\r\\n\\t<li><strong>Education:<\\/strong>&nbsp;Pays up to &pound;11.34 per hour<\\/li>\\r\\n\\t<li><strong>Healthcare Services:<\\/strong>&nbsp;Pays up to &pound;10.80 per hour.<\\/li>\\r\\n\\t<li><strong>Social Care:<\\/strong>&nbsp;Pays up to &pound;9.50 per hour.<\\/li>\\r\\n\\t<li><strong>Administration:<\\/strong>&nbsp;Pays up to &pound;9 per hour<\\/li>\\r\\n\\t<li><strong>Sales:<\\/strong>&nbsp;Pays up to &pound;8.80 per hour<\\/li>\\r\\n\\t<li><strong>Customer Service:<\\/strong>&nbsp;Pays up to &pound;10 per hour<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"10\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/uk\\/UK icons-02.png\",\"alias\":\"part-time-jobs-in-the-uk\",\"display_order\":\"36\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:30:05.000000Z\",\"created_at\":\"2023-08-14T09:30:05.000000Z\",\"article_id\":37,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:45:05', '2023-08-14 03:45:05'),
(NULL, 524, 1, 202308140931057107, 202308140931057107, 'App\\Models\\Countryarticles', 38, 'create', NULL, '{\"title\":\"Future Prospects\",\"text\":\"<p>Studying in the UK could be one of the most advantageous possibilities for a better life and the best career. Ask why?<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>You can work for up to 20 hours a week as an international student in the UK. This enables you to work part time jobs that help support your living expenses. Pursuing a degree and working to sustain themselves can go hand in hand for an international student in the UK.<\\/li>\\r\\n\\t<li>If you want to take up a permanent full-time job, you can apply for a skilled worker visa for up to three months before your expected course\\/degree is completed.<\\/li>\\r\\n\\t<li>You can also apply for higher education at the &nbsp;master&rsquo;s and doctorate levels after finishing one degree course.<\\/li>\\r\\n\\t<li>You can apply to get a PSW (Post Study Work Visa) with a validity of two years after completing your studies in the UK. The benefits of PSW are that it helps you gain more experience in any sector at any level and work on your niche. In addition, it gives you space to explore the possibilities of starting your own business.<\\/li>\\r\\n\\t<li>According to government regulations, most part-time jobs pay nearly &pound;100 to &pound;200 a week. If your skills are advanced, you can expect to earn &pound;300 to &nbsp;&pound;400 a week, which annually adds up to &pound;4000 to &pound;7000.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"10\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/uk\\/UK icons-03.png\",\"alias\":\"future-prospects\",\"display_order\":\"37\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:31:05.000000Z\",\"created_at\":\"2023-08-14T09:31:05.000000Z\",\"article_id\":38,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:46:05', '2023-08-14 03:46:05'),
(NULL, 525, 1, 202308140931494391, 202308140931494391, 'App\\Models\\Countryarticles', 39, 'create', NULL, '{\"title\":\"Study Intakes\",\"text\":\"<p>Unlike other European countries, the UK offers three different intakes for international students. Among the three intakes, September\\/October (fall) intakes and January\\/February (winter) intakes are the two most significant ones. Students who have missed the two major intakes can apply for the May intake, which saves them six months&#39; worth of time.<\\/p>\\r\\n\\r\\n<p>Let us take a detailed look at each intake:<\\/p>\\r\\n\\r\\n<p><strong>September\\/October Intake:<\\/strong><\\/p>\\r\\n\\r\\n<p>The September intake, also known as the fall\\/autumn intake, is the primary intake for universities offering higher education to international students. Universities and colleges offer their major programs during this intake.<\\/p>\\r\\n\\r\\n<p>Students applying for admission in this intake get exclusively wide options for study courses. Having said that, there is intense competition to secure their place in universities due to the massive numbers of applicants. However, there is a maximum availability of scholarships and tuition fee waivers in this intake.<\\/p>\\r\\n\\r\\n<p>Here is a detailed timeline for you to stay updated on things to do during your application process. Take a look!<\\/p>\\r\\n\\r\\n<p><strong>Timeline and Activities<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>April to September:<\\/strong>&nbsp;Shortlist the universities that you would like to apply to.<\\/li>\\r\\n\\t<li><strong>June to December:<\\/strong>&nbsp;Prepare for the GMAT, GRE, TOEFL, or IELTS tests. (depending on your university&#39;s requirements)<\\/li>\\r\\n\\t<li><strong>August to December:<\\/strong>&nbsp;Start preparing yourself to write a statement of purpose.<\\/li>\\r\\n\\t<li><strong>December To July:<\\/strong>&nbsp;Applications are open; fill out &nbsp;and submit your application and send the &nbsp;documents asked by the university.<\\/li>\\r\\n\\t<li><strong>April to July:<\\/strong>&nbsp;Wait for an acceptance letter; accept the offer; apply for a scholarship.<\\/li>\\r\\n\\t<li><strong>June to August:<\\/strong>&nbsp;Apply for a visa along with an offer letter and other documents.<\\/li>\\r\\n\\t<li><strong>July to August:<\\/strong>&nbsp;Book your flight ticket and plan your journey.<\\/li>\\r\\n\\t<li><strong>September\\/October:<\\/strong>&nbsp;Semester begins.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>January\\/February Intake<\\/strong><br \\/>\\r\\nThe January intake, also known as the winter\\/spring intake, is the secondary intake for universities offering higher education to international students. Universities offer a lesser number of programs in this intake compared to the September intake.<\\/p>\\r\\n\\r\\n<p>However, the positive part of this intake is that you do not have to lose a lot of time if you missed out on the September intake, as there are fewer applications. This means your chances of getting admission right away are much higher. Universities also offer a handful of scholarships and tuition waivers.<\\/p>\\r\\n\\r\\n<p>Let us take a look at a detailed timeline for the January\\/February intake so that you do not miss out on any vital steps and can plan ahead.<\\/p>\\r\\n\\r\\n<p><strong>Timeline and Activities<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>April to June:<\\/strong>&nbsp;Shortlist the universities that you want to apply to; Gather information about the requirements of the university to be eligible to apply.<\\/li>\\r\\n\\t<li><strong>June to September:<\\/strong>&nbsp;Prepare for the IELTS according to the requirement of university.<\\/li>\\r\\n\\t<li><strong>August to September:<\\/strong>&nbsp;Prepare a Statement of Purpose.<\\/li>\\r\\n\\t<li><strong>September to November:<\\/strong>&nbsp;Applications are open. Fill out the applications and send the required documents.<\\/li>\\r\\n\\t<li><strong>October to November:<\\/strong>&nbsp;Check and revert emails; appear in the selection process; accept the offer letter.<\\/li>\\r\\n\\t<li><strong>October to December:<\\/strong>&nbsp;Apply for a &nbsp;student visa and also apply for scholarships.<\\/li>\\r\\n\\t<li><strong>December to January:<\\/strong>&nbsp;Book your flight tickets and plan your journey ahead.<\\/li>\\r\\n\\t<li><strong>January\\/February:<\\/strong>&nbsp;Semester begins.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>May Intake<\\/strong><br \\/>\\r\\nThe May intake is the shortest summer intake offered by universities to enroll international students in higher education study courses. Admissions in this intake are offered by only a few selected universities.<\\/p>\\r\\n\\r\\n<p>The May intake offers only a limited number of study programs to students. However, there are very few applicants, which makes it easier for students to get admissions due to less competition.<\\/p>\\r\\n\\r\\n<p>Let us take a look at a detailed timeline for you to prepare yourself for the May intake.<\\/p>\\r\\n\\r\\n<p><strong>Timeline and Activities<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>August to September:&nbsp;<\\/strong>Explore and shortlist your university and college options.<\\/li>\\r\\n\\t<li><strong>September to October:&nbsp;<\\/strong>Prepare for the GMAT, GRE, TOEFL, and IELTS. (according to the &nbsp;requirements of universities)<\\/li>\\r\\n\\t<li><strong>October to February:&nbsp;<\\/strong>Submit university application forms along with the required documents.<\\/li>\\r\\n\\t<li><strong>February to March:&nbsp;<\\/strong>Wait for the offer letter; accept the offer.<\\/li>\\r\\n\\t<li><strong>March to April:&nbsp;<\\/strong>Apply for a visa.<\\/li>\\r\\n\\t<li><strong>April:&nbsp;<\\/strong>Book your ticket and plan your journey ahead.<\\/li>\\r\\n\\t<li><strong>May:&nbsp;<\\/strong>Semester Starts<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"10\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/uk\\/UK icons-04.png\",\"alias\":\"study-intakes\",\"display_order\":\"38\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:31:49.000000Z\",\"created_at\":\"2023-08-14T09:31:49.000000Z\",\"article_id\":39,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:46:49', '2023-08-14 03:46:49'),
(NULL, 526, 1, 202308140935209613, 202308140935209613, 'App\\Models\\Countryarticles', 8, 'update', '{\"article_id\":8,\"countries_id\":11,\"parent_article\":0,\"title\":\"Why Norway?\",\"alias\":\"fundamentals-of-norway\",\"text\":\"<p>Norway scored 9 out of 10, taking seventh place in Europe in terms of international students&rsquo; satisfaction. The public universities in Norway offer free education to the students regardless of their country of origin, providing an opportunity for obtaining a degree at a quality university at no cost.<\\/p>\\r\\n\\r\\n<p><strong>High-Quality Education:<\\/strong><br \\/>\\r\\nThe educational system is generally state-funded to ensure that access to education is equal for all, meaning that most institutions have no tuition fees for their citizens. They offer the same excellent education program as a member of the European Union. The high-quality education provided by Norwegian universities and colleges has led to more and more international students choosing to study in Norway. In addition, there is a wide range of courses to choose from, as per your wishes.<\\/p>\\r\\n\\r\\n<p><strong>Student Life:<\\/strong>&nbsp;<br \\/>\\r\\nThe living standard is generally high. Student life is generally a social and active period in Norway. Alongside their studies, international students are also allowed to work part-time, with an upper limit of 20 hours a week, to supplement their living costs, pay off their student loans, and gain work experience.<\\/p>\\r\\n\\r\\n<p><strong>A Safe Place:<\\/strong><br \\/>\\r\\nNorway is considered a safe country because the crime rate is very low. Norway is a wealthy country that is much more equitable than other countries. More importantly, social responsibility is collective, so a crime is, for many people, understood as a responsibility of the community rather than the failing of an individual. Overall, your student days in Norway are most likely to go unmarked by crime or police harassment.<\\/p>\\r\\n\\r\\n<p><strong>A Modern and Technologically Advanced Society:<\\/strong><br \\/>\\r\\nNorway has emerged as the most advanced nation in the world in terms of consumer adoption of digital media, with the UK ranked tenth. It is known as a place with the highest living standards, and its rich economy is one of the major reasons for that.<\\/p>\\r\\n\\r\\n<p><strong>Students Are Prioritized At An Individual Level:<\\/strong><br \\/>\\r\\nThe emphasis of Norwegian universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put in your hard work before universities and colleges will accept your justifiable study gap. It is a safe study destination for students with opportunities at world-ranked universities with an outstanding and comprehensive educational system.<\\/p>\\r\\n\\r\\n<p><strong>You Can Apply With Your Spouse And Child:<\\/strong><br \\/>\\r\\nAs a student who is aiming to go to Norway for higher studies but is thinking of taking your spouse or child along with you, you do not have to worry. Norway has a lot of benefits for taking your spouse and child as dependents along with you on your student visa. Education and healthcare facilities are absolutely free for your dependents in Norway. This could prove to be a once-in-a-lifetime opportunity for you to settle with your family in Norway after finishing your studies. However, the child has to be under the age of 18, and you have to present a separate set of documents and funds to go this route.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":35,\"status\":1,\"created_at\":\"2023-08-13T09:57:21.000000Z\",\"updated_at\":\"2023-08-14T09:33:50.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/Norway-01 (1).png\",\"updated_at\":\"2023-08-14 09:35:20\",\"updatedBy\":1}', '2023-08-14 03:50:20', '2023-08-14 03:50:20');
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, 527, 1, 202308140935464889, 202308140935464889, 'App\\Models\\Countryarticles', 11, 'update', '{\"article_id\":11,\"countries_id\":11,\"parent_article\":0,\"title\":\"Education System\",\"alias\":\"education-system\",\"text\":\"<p>Norway&#39;s overarching goal is to provide high-quality education to both Norwegian and international students. The country&#39;s academic year is divided into two semesters, from August to December and January to June. The Norwegian Ministry of Education and Research is the institution in charge of the country&#39;s educational system.<br \\/>\\r\\nNorway has a very inclusive education system with statutory rights, so people of any age group can attend school. The Norwegian education system promotes lifelong learning, where the education sector and labor market work hand in hand. Unlike other countries, Norway is very inclusive of women when it comes to providing education. More and more Norwegian women take on higher studies every day.<\\/p>\\r\\n\\r\\n<p><strong>Higher Education System In Norway<\\/strong><br \\/>\\r\\nHigher education in Norway is also known as tertiary education, and it has a three-year structure (bachelor&#39;s, master&#39;s, and doctorate). None of the tertiary levels of education are compulsory and have no age limit, as Norway promotes statutory rights and has a very inclusive education system.<br \\/>\\r\\n<strong>Let us take a look at the higher education system of Norway in detail:<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Bachelor&rsquo;s Level<\\/strong><br \\/>\\r\\nThe bachelor&#39;s level of education in Norway is a 3-year course of study that consists of 60 ECTS credits per year (180 in total). A bachelor&#39;s degree has no age limitations in Norway.<br \\/>\\r\\nPrograms have a fixed structure. However, some of the programs would allow students to choose between different programs after completing the first year of the program. A student must have completed a higher level of education to be eligible to go for a bachelor&#39;s degree.<\\/p>\\r\\n\\r\\n<p><strong>Master&rsquo;s Level<\\/strong><br \\/>\\r\\nA master&rsquo;s degree consists of a 2-year study plan that accounts for 60 ECTS credits each year (120 in total). A master&rsquo;s degree is an academic specialization of a student&rsquo;s bachelor&#39;s degree course.<br \\/>\\r\\nIt consists of independent work and is based on academic specialization in the bachelor&rsquo;s programs. So, a student must have completed a bachelor&#39;s degree to be eligible to go for a master&rsquo;s degree.<\\/p>\\r\\n\\r\\n<p><strong>Doctorate Degree<\\/strong><br \\/>\\r\\nAfter completing a master&rsquo;s degree, students willing to go for an even higher level of education can sign up for a doctorate degree. A doctorate degree is based on a master&rsquo;s degree and independent research conducted under the supervision of other researchers.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":36,\"status\":1,\"created_at\":\"2023-08-13T10:08:48.000000Z\",\"updated_at\":\"2023-08-14T09:33:43.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/3_Mesa de trabajo 1 (3).png\",\"updated_at\":\"2023-08-14 09:35:46\",\"updatedBy\":1}', '2023-08-14 03:50:46', '2023-08-14 03:50:46'),
(NULL, 528, 1, 202308140936433875, 202308140936433875, 'App\\Models\\Countryarticles', 40, 'create', NULL, '{\"title\":\"Requirements\",\"text\":\"<p><strong>Academic Requirements<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>For a Master&rsquo;s program, a bachelor&#39;s degree or equivalent of at least 4 years of study (it must include courses equal to at least 1 or 2 years of full-time studies in a subject relevant to the program you applied for)<\\/li>\\r\\n\\t<li>For a bachelor&#39;s program, a minimum qualification of 10+2 level along with one year of university education with an above 50% score is required. However, &nbsp;some of the universities or programs may ask for a higher GPA.<\\/li>\\r\\n\\t<li>English language proficiency test results are required with a minimum score of 6.5 overall and 5.5 in each band for the IELTS test.<\\/li>\\r\\n\\t<li>In the case of the PTE test, a minimum score of 62 overall and 61 in writing is required.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>[Note: Some universities may accept TOEFL and also ask for GRE test results depending on the course you choose.]<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Documents Required For University Application<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>An up-to-date academic transcript.<\\/li>\\r\\n\\t<li>A motivational letter clarifying why you chose to study at the specific university.<\\/li>\\r\\n\\t<li>Curriculum Vitae (C\\/V) in case of any work experience.<\\/li>\\r\\n\\t<li>GMAT\\/GRE test score results (may or may not be required\\/ only if the university asks for them).<\\/li>\\r\\n\\t<li>TOFEL\\/ IELTS\\/ PTE test score results.<\\/li>\\r\\n\\t<li>Financial declaration stating that you are able to support yourself for at least a year after you reach Norway.<\\/li>\\r\\n\\t<li>A valid passport.<\\/li>\\r\\n\\t<li>An application fee of approximately NOK 550.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Visa Application Document Checklist<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A valid passport.<\\/li>\\r\\n\\t<li>Accurate confirmation of admission to an approved university or an offer letter from your university.<\\/li>\\r\\n\\t<li>You need to meet the standards of health and health insurance.<\\/li>\\r\\n\\t<li>Proof of sufficient funds to support yourself while in Norway is mandatory. You should have enough money to cover your tuition fees and living expenses. These funds must be kept in a Norwegian bank account. Your university will help you set up a bank account in Norway. (In the case of dependents, you must have enough funds to support them as well.)<\\/li>\\r\\n\\t<li>Proof of having an accommodation in Norway.<\\/li>\\r\\n\\t<li>Receipt proof of paid application fee (approximately NOK 4900).<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"11\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/4_Mesa de trabajo 1 (3).png\",\"alias\":\"requirements\",\"display_order\":\"39\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:36:43.000000Z\",\"created_at\":\"2023-08-14T09:36:43.000000Z\",\"article_id\":40,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:51:43', '2023-08-14 03:51:43'),
(NULL, 529, 1, 202308140937337299, 202308140937337299, 'App\\Models\\Countryarticles', 41, 'create', NULL, '{\"title\":\"Universities\",\"text\":\"<p>Norway has some of the best universities in the world, with many of them ranking among the top in the world. In Norway, universities can be divided into two categories. Take a look below to learn more about them!<\\/p>\\r\\n\\r\\n<p><strong>Public Universities In Norway<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uio.no\\/english\\/\\\">University of Oslo<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uib.no\\/en\\\">University of Bergen<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.ntnu.edu\\/\\\">Norwegian University of Science and Technology<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uis.no\\/en\\\">Stavanger University of Norway<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.nord.no\\/en\\\">Nord University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.oslomet.no\\/en\\/\\\">Oslo Metropolitan University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.hvl.no\\/en\\/\\\">Western Norway University of Applied Science<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/en.uit.no\\/startsida\\\">UiT- The Arctic University of Norway<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.nmbu.no\\/en\\\">Norwegian University of Life Sciences<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uia.no\\/en\\\">University of Agder<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.nhh.no\\/en\\/\\\">Norwegian School of Economics<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Private Universities In Norway<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bi.edu\\/\\\">BI Norwegian Business School<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.nla.no\\/en\\/\\\">NLA University College<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/dmmh.no\\/en\\\">Queen Maud University College<\\/a><\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"0\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/5_Mesa de trabajo 1 (3).png\",\"alias\":\"universities\",\"display_order\":\"40\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:37:33.000000Z\",\"created_at\":\"2023-08-14T09:37:33.000000Z\",\"article_id\":41,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:52:33', '2023-08-14 03:52:33'),
(NULL, 530, 1, 202308140938435505, 202308140938435505, 'App\\Models\\Countryarticles', 42, 'create', NULL, '{\"title\":\"Intakes\",\"text\":\"<p>As a student who wants to apply for a higher level of education in Norway, you need to know all about the study intakes and deadlines in case you miss anything.<br \\/>\\r\\nStarting from the very basics, there is only one intake for international students in Norway. The Norwegian education system has only one intake, the August\\/September intake, as the school year starts from mid-August to late June.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>August\\/September Intake<\\/strong><br \\/>\\r\\nSince Norway has only one intake for international students for both bachelor&#39;s and master&#39;s programs.<br \\/>\\r\\nThere are a lot of documents you need to get ready for the university and visa application processes. So, take a look at the timeline below so that you do not miss out on any of the vital steps:<\\/p>\\r\\n\\r\\n<p><strong>Timeline and Step By Step Process:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>1st of November:<\\/strong>&nbsp;Applications Open<\\/li>\\r\\n\\t<li><strong>1st of December:<\\/strong>&nbsp;Applications Deadline<\\/li>\\r\\n\\t<li><strong>End of March:<\\/strong>&nbsp;Offer Letter Notification<\\/li>\\r\\n\\t<li><strong>15th of April:<\\/strong>&nbsp;Fee and Funds Deposit Deadline<\\/li>\\r\\n\\t<li><strong>15th of May:<\\/strong>&nbsp;Settlement Arrangement<\\/li>\\r\\n\\t<li><strong>June:<\\/strong>&nbsp;Visa\\/Residence Permit Comes Through<\\/li>\\r\\n\\t<li><strong>August End\\/Early September:<\\/strong>&nbsp;Semester Starts<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>Note: It is important to have all of your documents ready before you start applying for universities and visas according to the timeline above. A slight insufficiency in documents can lead to a delay in the application process.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"11\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/1_Mesa de trabajo 1 (3).png\",\"alias\":\"intakes\",\"display_order\":\"41\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:38:43.000000Z\",\"created_at\":\"2023-08-14T09:38:43.000000Z\",\"article_id\":42,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:53:43', '2023-08-14 03:53:43'),
(NULL, 531, 1, 202308140939059531, 202308140939059531, 'App\\Models\\Countryarticles', 41, 'update', '{\"article_id\":41,\"countries_id\":0,\"parent_article\":0,\"title\":\"Universities\",\"alias\":\"universities\",\"text\":\"<p>Norway has some of the best universities in the world, with many of them ranking among the top in the world. In Norway, universities can be divided into two categories. Take a look below to learn more about them!<\\/p>\\r\\n\\r\\n<p><strong>Public Universities In Norway<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uio.no\\/english\\/\\\">University of Oslo<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uib.no\\/en\\\">University of Bergen<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.ntnu.edu\\/\\\">Norwegian University of Science and Technology<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uis.no\\/en\\\">Stavanger University of Norway<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.nord.no\\/en\\\">Nord University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.oslomet.no\\/en\\/\\\">Oslo Metropolitan University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.hvl.no\\/en\\/\\\">Western Norway University of Applied Science<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/en.uit.no\\/startsida\\\">UiT- The Arctic University of Norway<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.nmbu.no\\/en\\\">Norwegian University of Life Sciences<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.uia.no\\/en\\\">University of Agder<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.nhh.no\\/en\\/\\\">Norwegian School of Economics<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Private Universities In Norway<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bi.edu\\/\\\">BI Norwegian Business School<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.nla.no\\/en\\/\\\">NLA University College<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/dmmh.no\\/en\\\">Queen Maud University College<\\/a><\\/li>\\r\\n<\\/ul>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/5_Mesa de trabajo 1 (3).png\",\"display_order\":40,\"status\":1,\"created_at\":\"2023-08-14T09:37:33.000000Z\",\"updated_at\":\"2023-08-14T09:37:33.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"countries_id\":\"11\",\"updated_at\":\"2023-08-14 09:39:05\",\"updatedBy\":1}', '2023-08-14 03:54:05', '2023-08-14 03:54:05'),
(NULL, 532, 1, 202308140940053108, 202308140940053108, 'App\\Models\\Countryarticles', 43, 'create', NULL, '{\"title\":\"Fundamentals of Norway\",\"text\":\"<p>Norway, a Nordic country located in Northern Europe, with borders to Sweden, Finland, and Russia on the east side is known as the Land of Midnight Sun. The capital city of Norway is Oslo. The current population of Norway is about 5.5 million. Nearly half of the population of the country lives in the far south, in the regions around the capital city, Oslo. The climate here is wet and mild compared to the east and the north, where winters are longer and colder.<br \\/>\\r\\nNorway is a very popular and great destination for abroad studies. The Norwegian higher education sector is known for its high academic standards with the best universities from around the world such as the University of Oslo, University of Bergen, Norwegian University of Science and Technology, and many more.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"11\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/Norway-01-01 (2).png\",\"alias\":\"fundamentals-of-norway\",\"display_order\":\"42\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:40:05.000000Z\",\"created_at\":\"2023-08-14T09:40:05.000000Z\",\"article_id\":43,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:55:05', '2023-08-14 03:55:05'),
(NULL, 533, 1, 202308140942378112, 202308140942378112, 'App\\Models\\Countryarticles', 44, 'create', NULL, '{\"title\":\"Study Programs in Norway\",\"text\":\"<p>Norway offers a wide range of study programs at the bachelor&rsquo;s and master&rsquo;s levels. All of these courses offered by Norwegian universities are from the EU education program, as Norway is a member of the European Economic Area.<\\/p>\\r\\n\\r\\n<p><strong>Most Popular Study Programs In Norway<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Life sciences and biotechnology<\\/li>\\r\\n\\t<li>Agricultural science<\\/li>\\r\\n\\t<li>Natural sciences<\\/li>\\r\\n\\t<li>Energy and sustainability<\\/li>\\r\\n\\t<li>Social sciences&nbsp;<\\/li>\\r\\n\\t<li>Digital media, animation, and visual arts<\\/li>\\r\\n\\t<li>Marketing and management studies<\\/li>\\r\\n\\t<li>IT and technology<\\/li>\\r\\n\\t<li>Tourism and hospitality<\\/li>\\r\\n\\t<li>Ecology<\\/li>\\r\\n\\t<li>Marine studies<\\/li>\\r\\n\\t<li>Architecture<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Popular Programs For International Students In Norway<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Architecture<\\/li>\\r\\n\\t<li>Master of business administration<\\/li>\\r\\n\\t<li>Bachelor of engineering<\\/li>\\r\\n\\t<li>Law<\\/li>\\r\\n\\t<li>Teaching<\\/li>\\r\\n\\t<li>Bachelor programs in science<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"11\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"study-programs-in-norway\",\"display_order\":\"43\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:42:37.000000Z\",\"created_at\":\"2023-08-14T09:42:37.000000Z\",\"article_id\":44,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:57:37', '2023-08-14 03:57:37'),
(NULL, 534, 1, 202308140943032973, 202308140943032973, 'App\\Models\\Countryarticles', 44, 'update', '{\"article_id\":44,\"countries_id\":11,\"parent_article\":0,\"title\":\"Study Programs in Norway\",\"alias\":\"study-programs-in-norway\",\"text\":\"<p>Norway offers a wide range of study programs at the bachelor&rsquo;s and master&rsquo;s levels. All of these courses offered by Norwegian universities are from the EU education program, as Norway is a member of the European Economic Area.<\\/p>\\r\\n\\r\\n<p><strong>Most Popular Study Programs In Norway<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Life sciences and biotechnology<\\/li>\\r\\n\\t<li>Agricultural science<\\/li>\\r\\n\\t<li>Natural sciences<\\/li>\\r\\n\\t<li>Energy and sustainability<\\/li>\\r\\n\\t<li>Social sciences&nbsp;<\\/li>\\r\\n\\t<li>Digital media, animation, and visual arts<\\/li>\\r\\n\\t<li>Marketing and management studies<\\/li>\\r\\n\\t<li>IT and technology<\\/li>\\r\\n\\t<li>Tourism and hospitality<\\/li>\\r\\n\\t<li>Ecology<\\/li>\\r\\n\\t<li>Marine studies<\\/li>\\r\\n\\t<li>Architecture<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Popular Programs For International Students In Norway<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Architecture<\\/li>\\r\\n\\t<li>Master of business administration<\\/li>\\r\\n\\t<li>Bachelor of engineering<\\/li>\\r\\n\\t<li>Law<\\/li>\\r\\n\\t<li>Teaching<\\/li>\\r\\n\\t<li>Bachelor programs in science<\\/li>\\r\\n<\\/ul>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":43,\"status\":1,\"created_at\":\"2023-08-14T09:42:37.000000Z\",\"updated_at\":\"2023-08-14T09:42:37.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/Norway-01-01 (2).png\",\"updated_at\":\"2023-08-14 09:43:03\",\"updatedBy\":1}', '2023-08-14 03:58:03', '2023-08-14 03:58:03'),
(NULL, 535, 1, 202308140944035562, 202308140944035562, 'App\\Models\\Countryarticles', 45, 'create', NULL, '{\"title\":\"Earn While You Learn\",\"text\":\"<p>If you&#39;re looking for a country with high-quality education and a high standard of living, Norway is the place to go. The benefit of going to Norway as an international student to pursue higher education is that you can earn while you learn! The living cost of international students outside of EU\\/EEA countries is 7,000 to 10,000 NOK, which is not very low. Managing this cost for a student in a foreign land can become a hassle if they depend only on pre-existing funds.<br \\/>\\r\\nWhile scholarships are a great way to cover tuition fees, they do not generally cover a student&rsquo;s living expenses. One way to get around this hassle is to work part-time jobs for international students, as there is only a 20-hour limit per week for foreign students in Norway, unlike other countries.<br \\/>\\r\\nHaving part-time jobs and balancing them with your studies can prove to be very beneficial. Here&rsquo;s a complete guide to knowing more about jobs in Norway for international students!<\\/p>\\r\\n\\r\\n<p><strong>Rules And Regulations For Part-Time Jobs In Norway<\\/strong><\\/p>\\r\\n\\r\\n<p>To be completely honest, finding part-time jobs for international students in the early days is difficult but not impossible. However, there are a few things to keep in mind before you go out to search for job opportunities, which will surely make it easier for you!<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Students with residence permits (student visas) are preferred and allowed to work in Norway.<\\/li>\\r\\n\\t<li>You must be worried that there is a 20-hour limit for working as a student in Norway. However, there is a catch! You will be expected to spend at least 40 hours a week on your studies. This will help you balance your studies and work.<\\/li>\\r\\n\\t<li>Part-time jobs in Norway for international students pay about 14,000 NOK per month with a 20% to 30% tax deduction.<\\/li>\\r\\n\\t<li>It is important to know that relying only on part-time jobs will not be sufficient to cover your entire living costs. However, it will surely help you ease your tight budget as an international student.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"11\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/5_Mesa de trabajo 1 (3).png\",\"alias\":\"earn-while-you-learn\",\"display_order\":\"44\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:44:03.000000Z\",\"created_at\":\"2023-08-14T09:44:03.000000Z\",\"article_id\":45,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 03:59:03', '2023-08-14 03:59:03'),
(NULL, 536, 1, 202308140945032466, 202308140945032466, 'App\\Models\\Countryarticles', 46, 'create', NULL, '{\"title\":\"Part Time Jobs and Their Pay In Norway\",\"text\":\"<p>Here are a few types of part-time jobs you can get as a fresh international student in Norway. You can eventually work your way up after gaining some experience and networking through these jobs. Take a look!<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Customer Service Agent:<\\/strong>&nbsp;Pays an average of NOK 100 per hour.<\\/li>\\r\\n\\t<li><strong>Waiter\\/Waitress:<\\/strong>&nbsp;Pays an average of NOK 323 per hour.<\\/li>\\r\\n\\t<li><strong>Cleaning staff or housekeepers:<\\/strong>&nbsp;Pays an average of NOK 198 per hour.<\\/li>\\r\\n\\t<li><strong>Assistant:<\\/strong>&nbsp;Pays an average of NOK 175 per hour.<\\/li>\\r\\n\\t<li><strong>Sales Advisor:<\\/strong>&nbsp;Pays an average of NOK 426 per hour.<\\/li>\\r\\n\\t<li><strong>Receptionist:<\\/strong>&nbsp;Pays an average of NOK 130 per hour.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"11\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/4_Mesa de trabajo 1 (3).png\",\"alias\":\"part-time-jobs-and-their-pay-in-norway\",\"display_order\":\"45\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:45:03.000000Z\",\"created_at\":\"2023-08-14T09:45:03.000000Z\",\"article_id\":46,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:00:03', '2023-08-14 04:00:03'),
(NULL, 537, 1, 202308140945597188, 202308140945597188, 'App\\Models\\Countryarticles', 47, 'create', NULL, '{\"title\":\"Future Prospects\",\"text\":\"<p>Student life in Norway is one of the most eye-opening experiences and is very enjoyable. The cities are very scenic, and you will discover a very friendly community with a rich culture. Studying in Norway and integrating yourself into the Norwegian standard of living can make you want to settle there in the long run.<\\/p>\\r\\n\\r\\n<p>Here are some prospects for you that Norway offers:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Working hours are limited to 20 hours a week for international students in Norway, which enables them to work part time jobs that help support their living expenses. Pursuing a degree and working to sustain themselves can go hand in hand for international students in Norway.&nbsp;<\\/li>\\r\\n\\t<li>Sweden gives work permits to students after they have completed their studies. You just have to apply for a temporary residence permit as a job seeker.<\\/li>\\r\\n\\t<li>For students who aim to settle in Norway, it is easy to apply for a permanent residence permit. Unlike other countries, a permanent residence permit is easily granted after obtaining a work permit and meeting a salary requirement.<\\/li>\\r\\n\\t<li>You automatically get a PSW (Post Study Work Visa) with a validity of one year after completing your studies in Norway. The benefits of PSW are that it helps you gain more experience and work on your niche.<\\/li>\\r\\n\\t<li>On average, the hourly wage per person is 323.5 NOK. This means that, as an international student, you can earn up to 25,000 NOK per month.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"11\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/1_Mesa de trabajo 1 (3).png\",\"alias\":\"future-prospects\",\"display_order\":\"46\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:45:59.000000Z\",\"created_at\":\"2023-08-14T09:45:59.000000Z\",\"article_id\":47,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:00:59', '2023-08-14 04:00:59'),
(NULL, 538, 1, 202308140947113153, 202308140947113153, 'App\\Models\\Countryarticles', 48, 'create', NULL, '{\"title\":\"Scholarships In Norway\",\"text\":\"<p>Norway has top-ranked universities in the world that are well-known for their coherent body of knowledge and education system. These universities offer a variety of scholarships to highly qualified students from all around the world, especially from developing countries, on the grounds of need and merit. Meritorious scholarships are awarded after a proper assessment of a student&#39;s academic qualifications during the application process.<\\/p>\\r\\n\\r\\n<p>Some of the best scholarship programs offered by universities in Norway are as follows:<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Norwegian University of Science and Technology Scholarships:<\\/strong>&nbsp;The Norwegian University of Science and Technology offers a handful of scholarship programs for master&#39;s-level programs. These scholarships are targeted at students from non-EU\\/EEA countries. The scholarships provide tuition reductions and living expense coverage, among other benefits.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>BI Norwegian Business School Scholarships:<\\/strong>&nbsp;The scholarships offered by BI Norwegian Business School are for students outside of EU\\/EEA countries. Applicants enrolled in bachelor&rsquo;s and master&rsquo;s programs with an excellent academic profile can apply for this scholarship. Applicants that get approved for the scholarship receive valuable benefits like a scholarship reward up to NOK 250,000 or a full tuition fee waiver. It may also cover a student&rsquo;s living expenses.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>University of Bergen Scholarship:<\\/strong>&nbsp;The University of Bergen offers scholarships to international students, regardless of their country of origin. Students who have excellent academic qualifications and who are required to pay a tuition fee for a master&rsquo;s level program at this university as their first choice are offered the scholarship. The university gives partial or full scholarships after assessing a student&rsquo;s qualifications. However, it does not cover the student&rsquo;s living expenses.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>University of South-Eastern Norway Scholarships:<\\/strong>&nbsp;The University of Southern Norway is for students who are exceptionally gifted and have strong academic credentials. This scholarship gives a full tuition waiver to students applying for a bachelor&rsquo;s or master&rsquo;s degree as their first choice at the university, keeping in mind that it does not cover the students&#39; living expenses.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"11\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/5_Mesa de trabajo 1 (3).png\",\"alias\":\"scholarships-in-norway\",\"display_order\":\"47\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:47:11.000000Z\",\"created_at\":\"2023-08-14T09:47:11.000000Z\",\"article_id\":48,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:02:11', '2023-08-14 04:02:11'),
(NULL, 539, 1, 202308140952106075, 202308140952106075, 'App\\Models\\Countryarticles', 8, 'update', '{\"article_id\":8,\"countries_id\":11,\"parent_article\":0,\"title\":\"Why Norway?\",\"alias\":\"why-norway\",\"text\":\"<p>Norway scored 9 out of 10, taking seventh place in Europe in terms of international students&rsquo; satisfaction. The public universities in Norway offer free education to the students regardless of their country of origin, providing an opportunity for obtaining a degree at a quality university at no cost.<\\/p>\\r\\n\\r\\n<p><strong>High-Quality Education:<\\/strong><br \\/>\\r\\nThe educational system is generally state-funded to ensure that access to education is equal for all, meaning that most institutions have no tuition fees for their citizens. They offer the same excellent education program as a member of the European Union. The high-quality education provided by Norwegian universities and colleges has led to more and more international students choosing to study in Norway. In addition, there is a wide range of courses to choose from, as per your wishes.<\\/p>\\r\\n\\r\\n<p><strong>Student Life:<\\/strong>&nbsp;<br \\/>\\r\\nThe living standard is generally high. Student life is generally a social and active period in Norway. Alongside their studies, international students are also allowed to work part-time, with an upper limit of 20 hours a week, to supplement their living costs, pay off their student loans, and gain work experience.<\\/p>\\r\\n\\r\\n<p><strong>A Safe Place:<\\/strong><br \\/>\\r\\nNorway is considered a safe country because the crime rate is very low. Norway is a wealthy country that is much more equitable than other countries. More importantly, social responsibility is collective, so a crime is, for many people, understood as a responsibility of the community rather than the failing of an individual. Overall, your student days in Norway are most likely to go unmarked by crime or police harassment.<\\/p>\\r\\n\\r\\n<p><strong>A Modern and Technologically Advanced Society:<\\/strong><br \\/>\\r\\nNorway has emerged as the most advanced nation in the world in terms of consumer adoption of digital media, with the UK ranked tenth. It is known as a place with the highest living standards, and its rich economy is one of the major reasons for that.<\\/p>\\r\\n\\r\\n<p><strong>Students Are Prioritized At An Individual Level:<\\/strong><br \\/>\\r\\nThe emphasis of Norwegian universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put in your hard work before universities and colleges will accept your justifiable study gap. It is a safe study destination for students with opportunities at world-ranked universities with an outstanding and comprehensive educational system.<\\/p>\\r\\n\\r\\n<p><strong>You Can Apply With Your Spouse And Child:<\\/strong><br \\/>\\r\\nAs a student who is aiming to go to Norway for higher studies but is thinking of taking your spouse or child along with you, you do not have to worry. Norway has a lot of benefits for taking your spouse and child as dependents along with you on your student visa. Education and healthcare facilities are absolutely free for your dependents in Norway. This could prove to be a once-in-a-lifetime opportunity for you to settle with your family in Norway after finishing your studies. However, the child has to be under the age of 18, and you have to present a separate set of documents and funds to go this route.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/Norway-01 (1).png\",\"display_order\":35,\"status\":1,\"created_at\":\"2023-08-13T09:57:21.000000Z\",\"updated_at\":\"2023-08-14T09:51:54.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-14 04:07:10', '2023-08-14 04:07:10'),
(NULL, 540, 1, 202308140955416302, 202308140955416302, 'App\\Models\\Countryarticles', 14, 'update', '{\"article_id\":14,\"countries_id\":12,\"parent_article\":0,\"title\":\"Why Finland\",\"alias\":\"why-finland\",\"text\":\"<p>Finland is one of the best options for students deciding to pursue their studies and careers in Europe. Finland and its educational system guarantee international students the highest quality education. Following are the various reasons you could choose Finland for your further studies:<\\/p>\\r\\n\\r\\n<p><strong>Quality Education:&nbsp;<\\/strong><br \\/>\\r\\nFinland is home to great universities, which offer a wide range of study courses for students around the world. A variety of study programs are available in English, making Finland an excellent choice for your bachelor&#39;s and master&#39;s degrees. For higher education, students are eligible for a bachelor&rsquo;s degree when they finish matriculation or receive a vocational qualification. Higher education in Finland aims to be independent. There is also a lot of flexibility when it comes to taking various courses and exams. Students are free to choose the direction of their studies.<\\/p>\\r\\n\\r\\n<p><strong>The Happiest Country In The World:&nbsp;<\\/strong><br \\/>\\r\\nAccording to the World Happiness Report 2020, Finland has been named the world&rsquo;s happiest country for the third time in a row. Finland provides free education and healthcare, which are some of the biggest perks for the people living in these countries. The crime rates in Finland are very low, which makes it a safe destination. Students will most likely not encounter any kind of illegal activity during their student years.<\\/p>\\r\\n\\r\\n<p><strong>Diverse Community:&nbsp;<\\/strong><br \\/>\\r\\nFinland is a multicultural country with a strong cultural identity. The international community in Finland is also diverse and successful. The country welcomes everyone, regardless of their country of origin, culture, gender, or socio-economic background.&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Study Costs And Living Expenses:&nbsp;<\\/strong><br \\/>\\r\\nThe monthly living cost for students living in the capital city or around it for basics such as food, rent, and transportation is on average 700&ndash;1000 euros or even more depending upon the location and personal expenses. It is important to make arrangements for adequate funding for the entire period of your study before leaving your home country.&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Working While Studying:<\\/strong><br \\/>\\r\\nAll degree-seeking students applying to Finland must fund their studies and living expenses themselves. International degree and exchange students are permitted to work for a set number of hours during their stay in Finland. If you work in Finland, you have to pay taxes on your income.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":47,\"status\":1,\"created_at\":\"2023-08-13T10:12:56.000000Z\",\"updated_at\":\"2023-08-14T09:47:54.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/finland\\/5_Mesa de trabajo 1 (2).png\",\"updated_at\":\"2023-08-14 09:55:41\",\"updatedBy\":1}', '2023-08-14 04:10:41', '2023-08-14 04:10:41'),
(NULL, 541, 1, 202308140956378214, 202308140956378214, 'App\\Models\\Countryarticles', 49, 'create', NULL, '{\"title\":\"Education System in Finland\",\"text\":\"<p>Finland&#39;s education system is significantly divided into levels. Finland is well known for its outstanding educational system in addition to its stunning Nordic scenery. Joining a Finnish university for higher education can be taken as a privilege, as these top universities offer the best education along with a handful of scholarships and waivers.<\\/p>\\r\\n\\r\\n<p><strong>Undergraduate or Bachelor&#39;s Level<\\/strong><br \\/>\\r\\nThe bachelor&#39;s degree program lasts three to four years. It is a research-based curriculum that leads to an academic degree. Although there are study breaks available to students, this curriculum is primarily theoretical. It includes significant project work and independent investigations.<\\/p>\\r\\n\\r\\n<p><strong>Postgraduate or Masters Level<\\/strong><br \\/>\\r\\nA one- to two-year course leads to a master&#39;s degree in Finland. This is a university degree that includes research-based instruction. Such master&#39;s degrees provide entrance to PhD programs by providing options for internships in Finland and abroad, as well as exchange opportunities at universities throughout the globe.<\\/p>\\r\\n\\r\\n<p><strong>Doctorate Level<\\/strong><br \\/>\\r\\nThis level is a three-year PhD program. This diploma is issued by a university or other academic institution. This program also provides opportunities for Finnish research and teaching. Along with financial help, international cooperation and experience are also offered.<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"12\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/finland\\/4_Mesa de trabajo 1 (2).png\",\"alias\":\"education-system-in-finland\",\"display_order\":\"48\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:56:37.000000Z\",\"created_at\":\"2023-08-14T09:56:37.000000Z\",\"article_id\":49,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:11:37', '2023-08-14 04:11:37'),
(NULL, 542, 1, 202308140957267778, 202308140957267778, 'App\\Models\\Countryarticles', 50, 'create', NULL, '{\"title\":\"Study Intakes\",\"text\":\"<p>There are two different intakes in Finland for international students applying for higher education.<br \\/>\\r\\n&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Autumn Intake:<\\/strong><br \\/>\\r\\nAutumn intake starts in September, which is also known as &ldquo;primary intake,&rdquo; where the universities offer all the courses for international students. Take a look at the timeline so that you do not miss anything.<\\/p>\\r\\n\\r\\n<p><strong>Timeline and Things To Do:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>December:<\\/strong>&nbsp;Shortlist the universities that you want to apply to.<\\/li>\\r\\n\\t<li><strong>January to February:<\\/strong>&nbsp;Prepare for tests like IELTS, TOEFL, or GRE according to the requirements of the university to which you wish to apply.<\\/li>\\r\\n\\t<li><strong>February to March:<\\/strong>&nbsp;Prepare your statement of purpose (SOP). Applications to universities are open, so start applying.<\\/li>\\r\\n\\t<li><strong>March to April:<\\/strong>&nbsp;Wait for an offer letter. Accept the offer.<\\/li>\\r\\n\\t<li><strong>June to July:<\\/strong>&nbsp;Apply for a visa.<\\/li>\\r\\n\\t<li><strong>July to August:<\\/strong>&nbsp;Book your ticket.<\\/li>\\r\\n\\t<li><strong>September:<\\/strong>&nbsp;Semester starts.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Spring Intake:<\\/strong><br \\/>\\r\\nSpring intake starts in January, which is also known as &ldquo;secondary intake,&rdquo; where universities offer plenty of courses for students who missed the autumn intake. Here is a timeline for you!<\\/p>\\r\\n\\r\\n<p><strong>Timeline and Things To Do:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>June:&nbsp;<\\/strong>Shortlist the universities that you want to apply to.<\\/li>\\r\\n\\t<li><strong>July to August:<\\/strong>&nbsp;Prepare for tests like IELTS, TOEFL, or GRE according to the requirements of the university to which you wish to apply.<\\/li>\\r\\n\\t<li><strong>August to October:<\\/strong>&nbsp;Prepare your statement of purpose (SOP). Applications to universities are open, so start applying.<\\/li>\\r\\n\\t<li><strong>October to December:<\\/strong>&nbsp;Wait for an offer letter. Accept the offer.<\\/li>\\r\\n\\t<li><strong>December:<\\/strong>&nbsp;Apply for a visa.<\\/li>\\r\\n\\t<li><strong>December to January:<\\/strong>&nbsp;Book your ticket.<\\/li>\\r\\n\\t<li><strong>January:<\\/strong>&nbsp;Semester starts.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"12\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/finland\\/7_Mesa de trabajo 1.png\",\"alias\":\"study-intakes\",\"display_order\":\"49\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:57:26.000000Z\",\"created_at\":\"2023-08-14T09:57:26.000000Z\",\"article_id\":50,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:12:26', '2023-08-14 04:12:26'),
(NULL, 543, 1, 202308140958346927, 202308140958346927, 'App\\Models\\Countryarticles', 51, 'create', NULL, '{\"title\":\"Requirements\",\"text\":\"<p><strong>Academic Requirements<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>For a bachelor&#39;s program, students will need a minimum qualification of 10+2 with a score above 50%, while some universities or programs may ask for higher percentages.<\\/li>\\r\\n\\t<li>For the Master&rsquo;s program, students will require 4 years of a bachelor&rsquo;s degree or equivalent with an above 50% score, while some universities or programs may ask for higher percentages.<\\/li>\\r\\n\\t<li>To apply to Finnish universities for Bachelors and Masters, you will need a 6.5 overall score with 5.5 on each band or above on IELTS.<\\/li>\\r\\n\\t<li>Most universities in Finland have a requirement of an IELTS academic score of 6.5, or a TOEFL iBT score of 79 to 92.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>University Application Document Requirements<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Degree and certificates of previous education.<\\/li>\\r\\n\\t<li>Letter of recommendation<\\/li>\\r\\n\\t<li>Statement of purpose<\\/li>\\r\\n\\t<li>IELTS\\/PTE test score results<\\/li>\\r\\n\\t<li>A valid passport<\\/li>\\r\\n\\t<li>Admission fees vary depending on the university to which you apply.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Visa Application Requirements<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>A valid passport<\\/li>\\r\\n\\t<li>Proof of financial statements from your bank with funds enough to sustain yourself for at least a year<\\/li>\\r\\n\\t<li>Complete the application form for study programs and scholarships.<\\/li>\\r\\n\\t<li>University offer letter<\\/li>\\r\\n\\t<li>Original education results are required. However, it depends on the program you are applying for.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"12\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/finland\\/2_Mesa de trabajo 1 (2).png\",\"alias\":\"requirements\",\"display_order\":\"50\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T09:58:34.000000Z\",\"created_at\":\"2023-08-14T09:58:34.000000Z\",\"article_id\":51,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:13:34', '2023-08-14 04:13:34'),
(NULL, 544, 1, 202308141000016450, 202308141000016450, 'App\\Models\\Countryarticles', 52, 'create', NULL, '{\"title\":\"Earn While You Learn\",\"text\":\"<p>Finland is the best if you are looking for a country with excellent educational quality and a very high standard of living. The benefit of going to Finland as an international student to pursue higher education is that you can earn while you learn! The living cost of international students outside of EU\\/EEA countries in Finland is 5,000 to 8,000 DKK, which is not less. Managing this cost for a student in a foreign land can become a hassle if they &nbsp;depend only on pre-existing funds.<br \\/>\\r\\nWhile scholarships are a great way to cover tuition fees, they do not generally cover a student&rsquo;s living expenses. Working part-time jobs for international students is one way to avoid this hassle, as there is no limit or restriction on working hours for foreign students in Finland, unlike in other countries.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\nHaving part-time jobs and balancing them with your studies can prove to be very beneficial. Here&rsquo;s a complete guide to learning more about jobs in Finland for international students!<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\n<strong>Rules And Regulations For Part-Time Jobs In Finland<\\/strong><br \\/>\\r\\nTo be completely honest, finding part-time jobs for international students in the early days is difficult but not impossible. However, there are a few things to keep in mind before you go out to search for job opportunities, which will surely make it easier for you!<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Non-EU\\/EEA students with student residence permits, have the right to work for 25 hours per week during their studies. However, there are no restrictions on working hours during the holidays.<\\/li>\\r\\n\\t<li>International students can automatically obtain an employment visa after graduating from university.<\\/li>\\r\\n\\t<li>If you work illegally in Finland, you will be at high risk of deportation.<\\/li>\\r\\n\\t<li>You will be liable for 35% Finnish taxation if you are earning a salary. You will have to apply for a tax-at-card to be able to pay the tax.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"12\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/finland\\/3_Mesa de trabajo 1 (2).png\",\"alias\":\"earn-while-you-learn\",\"display_order\":\"51\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T10:00:01.000000Z\",\"created_at\":\"2023-08-14T10:00:01.000000Z\",\"article_id\":52,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:15:01', '2023-08-14 04:15:01');
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, 545, 1, 202308141000586323, 202308141000586323, 'App\\Models\\Countryarticles', 53, 'create', NULL, '{\"title\":\"Universities\",\"text\":\"<p>Finland has some of the best universities in the world, with many of them ranking among the top in the world. Let us take a look at the best english-taught universities suitable for South Asian students.<\\/p>\\r\\n\\r\\n<p><a href=\\\"https:\\/\\/www.helsinki.fi\\/en\\\">University of Helsinki<\\/a><br \\/>\\r\\n<a href=\\\"https:\\/\\/www.utu.fi\\/en\\\">University of Turku<\\/a><br \\/>\\r\\n<a href=\\\"https:\\/\\/www.aalto.fi\\/en\\\">Aalto University<\\/a><br \\/>\\r\\n<a href=\\\"https:\\/\\/www.oulu.fi\\/en\\\">University of Oulu<\\/a><br \\/>\\r\\n<a href=\\\"https:\\/\\/www.arcada.fi\\/en\\\">Arcada University<\\/a><br \\/>\\r\\n<a href=\\\"https:\\/\\/net.centria.fi\\/en\\/\\\">Centria University<\\/a><br \\/>\\r\\n<a href=\\\"https:\\/\\/www.diak.fi\\/hakeminen\\/?gclid=CjwKCAjwge2iBhBBEiwAfXDBR_NFybiuLeUtHOjga3IeJ0HFAVrARk_uEjMWPq554O-_IutNpn77iBoCwLYQAvD_BwE\\\">Diaconia University<\\/a><br \\/>\\r\\n<a href=\\\"https:\\/\\/www.haaga-helia.fi\\/en\\/education?gclid=CjwKCAjwge2iBhBBEiwAfXDBR3G6OEL7ImQ0L18cQlGmJUvf0KJZoCPuqIT8LyMwkAet2-RQSpt7yxoCQgEQAvD_BwE\\\">Haaga-Helia University<\\/a><br \\/>\\r\\n<a href=\\\"https:\\/\\/www.jamk.fi\\/en\\\">Jamk University<\\/a><br \\/>\\r\\n<a href=\\\"https:\\/\\/www.kamk.fi\\/en\\\">Kajaani University<\\/a><\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"12\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/finland\\/6_Mesa de trabajo 1 (1).png\",\"alias\":\"universities\",\"display_order\":\"52\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T10:00:58.000000Z\",\"created_at\":\"2023-08-14T10:00:58.000000Z\",\"article_id\":53,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:15:58', '2023-08-14 04:15:58'),
(NULL, 546, 1, 202308141001577527, 202308141001577527, 'App\\Models\\Countryarticles', 54, 'create', NULL, '{\"title\":\"Future Prospects\",\"text\":\"<p>Studying in Finland could be one of the most advantageous possibilities for a better life and the best career. Ask why?<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Permanent Residence in Finland: Students can apply for permanent residence, which can only be obtained after four years of continuous residence in Finland after graduation.<\\/li>\\r\\n\\t<li>Students who wish to stay in the country after their studies require a residency permit. Processing for the permit should begin before the study permit expires, as the processing time for the residence permit can range from 30 to 150 days.<\\/li>\\r\\n\\t<li>Two-Year Post-Study Work Permit: Post graduation, students can apply for a work permit in order to find work or start a business. A two-year post-study work permit will be available for students years after graduation.<\\/li>\\r\\n\\t<li>Working hours are limited to 25 hours a week for international students in Finland, which enables them to work part time jobs that help support their living expenses. Pursuing a degree and working to sustain themselves can go hand in hand for international students in Sweden.<\\/li>\\r\\n\\t<li>According to government regulations, international student, you can earn &euro;1,500 per month.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"12\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/finland\\/3_Mesa de trabajo 1 (2).png\",\"alias\":\"future-prospects\",\"display_order\":\"53\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T10:01:57.000000Z\",\"created_at\":\"2023-08-14T10:01:57.000000Z\",\"article_id\":54,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:16:57', '2023-08-14 04:16:57'),
(NULL, 547, 1, 202308141002516668, 202308141002516668, 'App\\Models\\Countryarticles', 55, 'create', NULL, '{\"title\":\"Part Time Jobs\",\"text\":\"<p>Some students typically work in restaurants, motels, and coffee shops. However, some students also work in telemarketing or newspaper distribution. Others frequently use their linguistic abilities in careers that include communication. You could occasionally be fortunate enough to land a job that is associated with your area of study.<\\/p>\\r\\n\\r\\n<p><br \\/>\\r\\nThese are some part-time jobs that you can do as a fresh international student in Finland:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Sales Assistant<\\/li>\\r\\n\\t<li>Pizza delivery driver<\\/li>\\r\\n\\t<li>Personal Assistant<\\/li>\\r\\n\\t<li>Pharmacy Delivery Driver<\\/li>\\r\\n\\t<li>Gardener<\\/li>\\r\\n\\t<li>Freelance Translator<\\/li>\\r\\n\\t<li>Waiter\\/Waitress<\\/li>\\r\\n\\t<li>Customer Assistant<\\/li>\\r\\n\\t<li>Social Media Assistant<\\/li>\\r\\n\\t<li>Photographer<\\/li>\\r\\n\\t<li>Personal Tutor<\\/li>\\r\\n\\t<li>Bartender<\\/li>\\r\\n\\t<li>Dish Washer<\\/li>\\r\\n\\t<li>Newspaper Distributor<\\/li>\\r\\n\\t<li>Bookseller<\\/li>\\r\\n\\t<li>Pet Caretaker<\\/li>\\r\\n\\t<li>Security Guard<\\/li>\\r\\n\\t<li>House Cleaner<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"12\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/finland\\/2_Mesa de trabajo 1 (2).png\",\"alias\":\"part-time-jobs\",\"display_order\":\"54\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T10:02:51.000000Z\",\"created_at\":\"2023-08-14T10:02:51.000000Z\",\"article_id\":55,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:17:51', '2023-08-14 04:17:51'),
(NULL, 548, 1, 202308141003366108, 202308141003366108, 'App\\Models\\Countryarticles', 56, 'create', NULL, '{\"title\":\"Study Programs in Finland\",\"text\":\"<p>Here is a list of the most popular study courses for Nepalese students who want to go for further education in Finland:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Agriculture<\\/li>\\r\\n\\t<li>Biology<\\/li>\\r\\n\\t<li>Biomedical Engineering<\\/li>\\r\\n\\t<li>Business Management<\\/li>\\r\\n\\t<li>Chemical Engineering<\\/li>\\r\\n\\t<li>Data Science<\\/li>\\r\\n\\t<li>Technical Engineering<\\/li>\\r\\n\\t<li>Forestry<\\/li>\\r\\n\\t<li>Gender Studies<\\/li>\\r\\n\\t<li>Law<\\/li>\\r\\n\\t<li>Marketing<\\/li>\\r\\n\\t<li>Mathematics<\\/li>\\r\\n\\t<li>Physics<\\/li>\\r\\n\\t<li>Urban Planning<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"12\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/finland\\/4_Mesa de trabajo 1 (2).png\",\"alias\":\"study-programs-in-finland\",\"display_order\":\"55\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T10:03:36.000000Z\",\"created_at\":\"2023-08-14T10:03:36.000000Z\",\"article_id\":56,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:18:36', '2023-08-14 04:18:36'),
(NULL, 549, 1, 202308141004337932, 202308141004337932, 'App\\Models\\Countryarticles', 57, 'create', NULL, '{\"title\":\"Scholarships In Finland\",\"text\":\"<p>Here are some scholarships that South Asian students can apply for in Finland.<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>University of Helsinki Scholarships for International Students:<\\/strong>&nbsp;For exceptional students from outside the EU\\/EEA who want to enroll in a Master&#39;s degree at the University of Helsinki, this is one of the greatest scholarship programs available. While submitting an application for a master&#39;s program at the University of Helsinki, students may also apply for grants.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Aalto University Scholarship:<\\/strong>&nbsp;All nationalities can choose from a variety of Master&#39;s programs offered by Aalto University, all of which are taught exclusively in English. For these programs, Aalto University provides a number of full scholarships for non-EU\\/EEA (foreign) citizens. In accordance with merit, the scholarships will be awarded.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>EDUFI Fellowships Program for Young Doctoral Students:<\\/strong>&nbsp;Young doctoral students and researchers from all nations and academic disciplines are eligible for the EDUFI Fellowships program. The program does not support post-doctoral study or research at the master&#39;s level.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Protein Science International Masters Scholarship at University of Oulu Finland:<\\/strong>&nbsp;A Protein Science International Master&#39;s Scholarship Program has also been established by the Faculty of Biochemistry and Molecular Medicine to offer financial aid to academically gifted foreign students enrolled in the University of Oulu&#39;s international master&#39;s program in Protein Science and Biotechnology. International degree students who begin their studies in the fall semester do not pay tuition at the university.<\\/li>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"12\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/finland\\/6_Mesa de trabajo 1 (1).png\",\"alias\":\"scholarships-in-finland\",\"display_order\":\"56\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-14T10:04:33.000000Z\",\"created_at\":\"2023-08-14T10:04:33.000000Z\",\"article_id\":57,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-14 04:19:33', '2023-08-14 04:19:33'),
(NULL, 550, 1, 202308141006238759, 202308141006238759, 'App\\Models\\Countryarticles', 9, 'update', '{\"article_id\":9,\"countries_id\":12,\"parent_article\":0,\"title\":\"Fundamentals of Finland\",\"alias\":\"fundamentals-of-finland\",\"text\":\"<p>Finland is a country also located in the Northern Europe and is a member of European Union as well. The capital and largest city of this country is Helsinki. Finland shares border land with Sweden to the northwest, Norway to the north and Russia to the east. The population in Norway is about 5.5 million and majority of people live around the capital city. Finland is located in far north that most country receives sunlight nearly 24 hours a day during the summer although the winters are freezing cold. This country is a parliamentary republic.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":46,\"status\":1,\"created_at\":\"2023-08-13T10:00:32.000000Z\",\"updated_at\":\"2023-08-14T09:47:54.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Finland-01.png\",\"updated_at\":\"2023-08-14 10:06:23\",\"updatedBy\":1}', '2023-08-14 04:21:23', '2023-08-14 04:21:23'),
(NULL, 551, 1, 202308141007383009, 202308141007383009, 'App\\Models\\Countryarticles', 8, 'update', '{\"article_id\":8,\"countries_id\":11,\"parent_article\":0,\"title\":\"Why Norway?\",\"alias\":\"why-norway\",\"text\":\"<p>Norway scored 9 out of 10, taking seventh place in Europe in terms of international students&rsquo; satisfaction. The public universities in Norway offer free education to the students regardless of their country of origin, providing an opportunity for obtaining a degree at a quality university at no cost.<\\/p>\\r\\n\\r\\n<p><strong>High-Quality Education:<\\/strong><br \\/>\\r\\nThe educational system is generally state-funded to ensure that access to education is equal for all, meaning that most institutions have no tuition fees for their citizens. They offer the same excellent education program as a member of the European Union. The high-quality education provided by Norwegian universities and colleges has led to more and more international students choosing to study in Norway. In addition, there is a wide range of courses to choose from, as per your wishes.<\\/p>\\r\\n\\r\\n<p><strong>Student Life:<\\/strong>&nbsp;<br \\/>\\r\\nThe living standard is generally high. Student life is generally a social and active period in Norway. Alongside their studies, international students are also allowed to work part-time, with an upper limit of 20 hours a week, to supplement their living costs, pay off their student loans, and gain work experience.<\\/p>\\r\\n\\r\\n<p><strong>A Safe Place:<\\/strong><br \\/>\\r\\nNorway is considered a safe country because the crime rate is very low. Norway is a wealthy country that is much more equitable than other countries. More importantly, social responsibility is collective, so a crime is, for many people, understood as a responsibility of the community rather than the failing of an individual. Overall, your student days in Norway are most likely to go unmarked by crime or police harassment.<\\/p>\\r\\n\\r\\n<p><strong>A Modern and Technologically Advanced Society:<\\/strong><br \\/>\\r\\nNorway has emerged as the most advanced nation in the world in terms of consumer adoption of digital media, with the UK ranked tenth. It is known as a place with the highest living standards, and its rich economy is one of the major reasons for that.<\\/p>\\r\\n\\r\\n<p><strong>Students Are Prioritized At An Individual Level:<\\/strong><br \\/>\\r\\nThe emphasis of Norwegian universities is on the invention and application of every unique individual. The professors intend to guide you in putting your individual knowledge into practice. You will also personally have to show that you know what you are doing, how to use it, and have put in your hard work before universities and colleges will accept your justifiable study gap. It is a safe study destination for students with opportunities at world-ranked universities with an outstanding and comprehensive educational system.<\\/p>\\r\\n\\r\\n<p><strong>You Can Apply With Your Spouse And Child:<\\/strong><br \\/>\\r\\nAs a student who is aiming to go to Norway for higher studies but is thinking of taking your spouse or child along with you, you do not have to worry. Norway has a lot of benefits for taking your spouse and child as dependents along with you on your student visa. Education and healthcare facilities are absolutely free for your dependents in Norway. This could prove to be a once-in-a-lifetime opportunity for you to settle with your family in Norway after finishing your studies. However, the child has to be under the age of 18, and you have to present a separate set of documents and funds to go this route.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/norway\\/Norway-01 (1).png\",\"display_order\":35,\"status\":1,\"created_at\":\"2023-08-13T09:57:21.000000Z\",\"updated_at\":\"2023-08-14T09:51:54.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Norway.png\",\"updated_at\":\"2023-08-14 10:07:38\",\"updatedBy\":1}', '2023-08-14 04:22:38', '2023-08-14 04:22:38'),
(NULL, 552, 1, 202308141008263076, 202308141008263076, 'App\\Models\\Countryarticles', 7, 'update', '{\"article_id\":7,\"countries_id\":10,\"parent_article\":0,\"title\":\"Fundamentals of UK\",\"alias\":\"fundamentals-of-uk\",\"text\":\"<p>The United Kingdom, also called the UK, consists of a group of islands. It is a unique country that covers four different nations altogether. The four nations are England, Scotland, Northern Ireland, and Wales, with the capital cities being London, Edinburgh, Belfast, and Cardiff, respectively. The largest city in the United Kingdom is London. The UK covers a total area of 243,610 square kilometers, which makes it the 78th largest country in the world. The approximate population of the UK is 65,110,000. There are a handful of major urban areas; London, Birmingham, Manchester, West Yorkshire, and Glasgow.<br \\/>\\r\\nApart from the land border with the Irish Republic, the United Kingdom is surrounded by sea. The North Sea lies to the east of the UK. The north and west of the UK are covered in high ground, whereas the south is countryside with mostly rolling hills. The UK claims fame in sports and literature. Larger parts of the country have a maritime, moist, and temperate climate.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":23,\"status\":1,\"created_at\":\"2023-08-13T09:56:01.000000Z\",\"updated_at\":\"2023-08-14T09:19:35.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/uk logo.png\",\"updated_at\":\"2023-08-14 10:08:26\",\"updatedBy\":1}', '2023-08-14 04:23:26', '2023-08-14 04:23:26'),
(NULL, 553, 1, 202308141009063484, 202308141009063484, 'App\\Models\\Countryarticles', 6, 'update', '{\"article_id\":6,\"countries_id\":9,\"parent_article\":0,\"title\":\"Fundamentals of Denmark\",\"alias\":\"fundamentals-of-denmark\",\"text\":\"<p>Denmark is a Nordic country in northern Europe made up of the Jutland Peninsula and more than 400 islands in the North Sea. It shares a border with Germany to the south. As of 2022, it has a population of over 5.88 million, of which about 800,000 live in the capital and largest city, Copenhagen. Denmark is a highly developed country with a high standard of living. The country performs at or near the top in measures of education, health care, civil liberties, democratic governance, and LGBT equality. Denmark has a temperate climate characterized by mild winters in January and cool summers in August. The position between a continent and an ocean means that the weather is often unstable.&nbsp;<br \\/>\\r\\nDenmark offers international students a range of opportunities for obtaining an internationally recognized qualification. Many programs are taught in the English language, the academic lingua franca, in bachelor&#39;s degrees, master&#39;s degrees, doctorates, and student exchange programs.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":12,\"status\":1,\"created_at\":\"2023-08-13T09:53:52.000000Z\",\"updated_at\":\"2023-08-14T09:06:55.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Denmark-01 (1).png\",\"updated_at\":\"2023-08-14 10:09:06\",\"updatedBy\":1}', '2023-08-14 04:24:06', '2023-08-14 04:24:06'),
(NULL, 554, 1, 202308141009397822, 202308141009397822, 'App\\Models\\Countryarticles', 1, 'update', '{\"article_id\":1,\"countries_id\":8,\"parent_article\":0,\"title\":\"Fundamentals of Sweden\",\"alias\":\"fundamentals-of-sweden\",\"text\":\"<p>Sweden is a country in northern Europe and the largest and most populous country in the Nordic region. It borders Norway to the west and north, Finland to the east, and is connected to Denmark in the southwest. The capital and largest city of Sweden is Stockholm. The current population of Sweden is about 10.42 million, with nearly 2.4 million of them living in and around Stockholm. The highest concentration of population is in the central and southern parts of the country. Larger parts of this country have a temperate climate, but the mountainous area in the north has a subarctic climate.<br \\/>\\r\\nSweden is a great destination for international students. There are several different universities and colleges, among which some are ranked the highest in the world; the oldest and largest of which are situated at Uppsala University, Lund University, Gothenburg University, and Stockholm University.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-08-07T05:40:36.000000Z\",\"updated_at\":\"2023-08-14T07:52:10.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/inr-icn-ds.png\",\"updated_at\":\"2023-08-14 10:09:39\",\"updatedBy\":1}', '2023-08-14 04:24:39', '2023-08-14 04:24:39'),
(NULL, 555, 1, 202308141011239318, 202308141011239318, 'App\\Models\\Countryarticles', 7, 'update', '{\"article_id\":7,\"countries_id\":10,\"parent_article\":0,\"title\":\"Fundamentals of UK\",\"alias\":\"fundamentals-of-uk\",\"text\":\"<p>The United Kingdom, also called the UK, consists of a group of islands. It is a unique country that covers four different nations altogether. The four nations are England, Scotland, Northern Ireland, and Wales, with the capital cities being London, Edinburgh, Belfast, and Cardiff, respectively. The largest city in the United Kingdom is London. The UK covers a total area of 243,610 square kilometers, which makes it the 78th largest country in the world. The approximate population of the UK is 65,110,000. There are a handful of major urban areas; London, Birmingham, Manchester, West Yorkshire, and Glasgow.<br \\/>\\r\\nApart from the land border with the Irish Republic, the United Kingdom is surrounded by sea. The North Sea lies to the east of the UK. The north and west of the UK are covered in high ground, whereas the south is countryside with mostly rolling hills. The UK claims fame in sports and literature. Larger parts of the country have a maritime, moist, and temperate climate.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/uk logo.png\",\"display_order\":23,\"status\":1,\"created_at\":\"2023-08-13T09:56:01.000000Z\",\"updated_at\":\"2023-08-14T10:08:26.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study-in-UK.jpg\",\"updated_at\":\"2023-08-14 10:11:23\",\"updatedBy\":1}', '2023-08-14 04:26:23', '2023-08-14 04:26:23'),
(NULL, 556, 1, 202308141019107537, 202308141019107537, 'App\\Models\\Countryarticles', 7, 'update', '{\"article_id\":7,\"countries_id\":10,\"parent_article\":0,\"title\":\"Fundamentals of UK\",\"alias\":\"fundamentals-of-uk\",\"text\":\"<p>The United Kingdom, also called the UK, consists of a group of islands. It is a unique country that covers four different nations altogether. The four nations are England, Scotland, Northern Ireland, and Wales, with the capital cities being London, Edinburgh, Belfast, and Cardiff, respectively. The largest city in the United Kingdom is London. The UK covers a total area of 243,610 square kilometers, which makes it the 78th largest country in the world. The approximate population of the UK is 65,110,000. There are a handful of major urban areas; London, Birmingham, Manchester, West Yorkshire, and Glasgow.<br \\/>\\r\\nApart from the land border with the Irish Republic, the United Kingdom is surrounded by sea. The North Sea lies to the east of the UK. The north and west of the UK are covered in high ground, whereas the south is countryside with mostly rolling hills. The UK claims fame in sports and literature. Larger parts of the country have a maritime, moist, and temperate climate.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study-in-UK.jpg\",\"display_order\":23,\"status\":1,\"created_at\":\"2023-08-13T09:56:01.000000Z\",\"updated_at\":\"2023-08-14T10:11:23.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/uk\\/Picsart_23-08-14_16-03-47-196.png\",\"updated_at\":\"2023-08-14 10:19:10\",\"updatedBy\":1}', '2023-08-14 04:34:10', '2023-08-14 04:34:10'),
(NULL, 557, 1, 202308141023274131, 202308141023274131, 'App\\Models\\Resources', 8, 'update', '{\"resource_id\":8,\"resourcetypes_id\":1,\"parent_resource\":0,\"title\":\"Documentation Guidance\",\"alias\":\"documentation-guidance\",\"text\":\"<p>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<p>We guide students regarding the following issues associated with document preparation.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Different types of documents required for lodging applications.<\\/li>\\r\\n\\t<li>The authorities issuing the specific documents.<\\/li>\\r\\n\\t<li>Technical part associated with the preparation of documents.<\\/li>\\r\\n<\\/ul>\",\"link\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":8,\"status\":1,\"created_at\":\"2023-07-25T01:04:39.000000Z\",\"updated_at\":\"2023-07-25T01:04:39.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>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<p>We guide students regarding the following issues associated with document preparation.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Different types of documents required for lodging applications.<\\/li>\\r\\n\\t<li>The authorities issuing the specific documents.<\\/li>\\r\\n\\t<li>Technical part associated with the preparation of documents.<\\/li>\\r\\n<\\/ul>\",\"updated_at\":\"2023-08-14 10:23:27\",\"updatedBy\":1}', '2023-08-14 04:38:27', '2023-08-14 04:38:27'),
(NULL, 558, 1, 202308151119362820, 202308151119362820, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual&rsquo;s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.<br \\/>\\r\\nYou will take the listening, reading, and writing tests all in one day, one after another, without taking breaks. The speaking test, on the other hand, may be taken the same day or the next day, depending on your test center. The total duration of the test is 2 hours and 45 minutes and is completed in two test sessions: listening, reading, and writing on the first day, followed by the speaking test the next day.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about IELTS before you sit for the test:<\\/strong><br \\/>\\r\\n<strong>Total Band Score for all skills: 9<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for a total of 30 minutes.<br \\/>\\r\\nFour recordings will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nFour articles with a total of 40 questions to be answered Skills like skim reading and logical arguments are tested.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nrequires you to complete two writing tasks and has topics of general interest that you need to write about.<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for approximately 11 to 14 minutes.<br \\/>\\r\\nThe test is recorded and is divided into three parts.<\\/p>\\r\\n\\r\\n<p><strong>Note:&nbsp;<\\/strong><br \\/>\\r\\nA minimum score of 6.5 overall and 5.5 on each band is required to apply for studies in European countries.<br \\/>\\r\\nIELTS Proficiency Test results are valid for 2 years from the date of the exam.<\\/p>\",\"intro\":\"IELTS, or the International English Language Testing System, is a widely accepted English language proficiency exam. It assesses listening, reading, writing, and speaking skills. The test includes listening to recordings, reading passages, writing essays, and participating in face-to-face speaking interviews. Preparation and practice are crucial for success in the IELTS exam.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-08-14T03:03:41.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Denmark-01.png\",\"updated_at\":\"2023-08-15 11:19:36\",\"updatedBy\":1}', '2023-08-15 05:34:36', '2023-08-15 05:34:36'),
(NULL, 559, 1, 202308151119538525, 202308151119538525, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual&rsquo;s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.<br \\/>\\r\\nYou will take the listening, reading, and writing tests all in one day, one after another, without taking breaks. The speaking test, on the other hand, may be taken the same day or the next day, depending on your test center. The total duration of the test is 2 hours and 45 minutes and is completed in two test sessions: listening, reading, and writing on the first day, followed by the speaking test the next day.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about IELTS before you sit for the test:<\\/strong><br \\/>\\r\\n<strong>Total Band Score for all skills: 9<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for a total of 30 minutes.<br \\/>\\r\\nFour recordings will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nFour articles with a total of 40 questions to be answered Skills like skim reading and logical arguments are tested.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nrequires you to complete two writing tasks and has topics of general interest that you need to write about.<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for approximately 11 to 14 minutes.<br \\/>\\r\\nThe test is recorded and is divided into three parts.<\\/p>\\r\\n\\r\\n<p><strong>Note:&nbsp;<\\/strong><br \\/>\\r\\nA minimum score of 6.5 overall and 5.5 on each band is required to apply for studies in European countries.<br \\/>\\r\\nIELTS Proficiency Test results are valid for 2 years from the date of the exam.<\\/p>\",\"intro\":\"IELTS, or the International English Language Testing System, is a widely accepted English language proficiency exam. It assesses listening, reading, writing, and speaking skills. The test includes listening to recordings, reading passages, writing essays, and participating in face-to-face speaking interviews. Preparation and practice are crucial for success in the IELTS exam.\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Denmark-01.png\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-08-15T11:19:36.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"\",\"updated_at\":\"2023-08-15 11:19:53\",\"updatedBy\":1}', '2023-08-15 05:34:53', '2023-08-15 05:34:53'),
(NULL, 560, 1, 202308151136559931, 202308151136559931, 'App\\Models\\Articles', 7, 'update', '{\"article_id\":7,\"parent_article\":0,\"title\":\"Message From CEO\",\"alias\":\"message-from-md\",\"text\":\"<p>&nbsp;A cut-throat competition exists between the people in achieving enviable success. The backbone for enabling people to participate in the competition is good academics.&nbsp; To achieve a good academic standard, people have started searching for the appropriate alternatives beyond the national territory. People are garnering their dream to get admitted in the best of the best universities in the world and it is being taken as a status symbol as well. The increasing desire of the students in our country for foreign studies is the present scenario of our country. Due to globalization, the world is getting much narrower which acquaints one and all with the features of every nook and corner of the world.<\\/p>\\r\\n\\r\\n<p>People get attracted to the features which have been known to them in the blink of time by means of technological advancement. This has made us all informed of the way through which we can reach our targeted destination. Your decision of studying abroad is an appreciable one as it is the need of time and this would get the expected result only if you possess a keenly prepared profile, good academic background, and experience you earned in any field. The greed of academic proficiency, prospective career, sophisticated lifestyle, or unconditional independence might be the factor that has provoked you to opt for abroad studies.&nbsp; The driving factor to select abroad studies could be different with different students depending upon the social, economic, and regional backgrounds.<\\/p>\\r\\n\\r\\n<p>Whatever be the factor, the achievement of the desire becomes inevitable provided proper guidance and counseling by an experienced and intimate counselor.&nbsp; The deep and detailed knowledge of our counselors and instructors regarding documentation and test preparation, with certainty, helps you achieve your desired ambition.&nbsp; The guidelines from such counselors for pursuing international degrees would lead you to the correct path if your plan for abroad studies is made whole- heartedly.&nbsp; We assure you of the achievement of your desired ambition to further your academic career in a European country. The prompt and updated information our counselors possess about the changing policies of the countries would be extensively beneficial for the success. Achievement of your success is our passion. Trust is trustworthy to respect your trust.&nbsp;<\\/p>\\r\\n\\r\\n<p>SAROJ THAPALIA<\\/p>\\r\\n\\r\\n<p>MD<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/86186030_10157184580322957_8721854151719387136_n (1).jpg\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-25T01:09:10.000000Z\",\"updated_at\":\"2023-08-15T11:36:34.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Message From MD\",\"updated_at\":\"2023-08-15 11:36:55\",\"updatedBy\":1}', '2023-08-15 05:51:55', '2023-08-15 05:51:55'),
(NULL, 561, 1, 202308151137399083, 202308151137399083, 'App\\Models\\Articles', 7, 'update', '{\"article_id\":7,\"parent_article\":0,\"title\":\"Message From MD\",\"alias\":\"message-from-md\",\"text\":\"<p>&nbsp;A cut-throat competition exists between the people in achieving enviable success. The backbone for enabling people to participate in the competition is good academics.&nbsp; To achieve a good academic standard, people have started searching for the appropriate alternatives beyond the national territory. People are garnering their dream to get admitted in the best of the best universities in the world and it is being taken as a status symbol as well. The increasing desire of the students in our country for foreign studies is the present scenario of our country. Due to globalization, the world is getting much narrower which acquaints one and all with the features of every nook and corner of the world.<\\/p>\\r\\n\\r\\n<p>People get attracted to the features which have been known to them in the blink of time by means of technological advancement. This has made us all informed of the way through which we can reach our targeted destination. Your decision of studying abroad is an appreciable one as it is the need of time and this would get the expected result only if you possess a keenly prepared profile, good academic background, and experience you earned in any field. The greed of academic proficiency, prospective career, sophisticated lifestyle, or unconditional independence might be the factor that has provoked you to opt for abroad studies.&nbsp; The driving factor to select abroad studies could be different with different students depending upon the social, economic, and regional backgrounds.<\\/p>\\r\\n\\r\\n<p>Whatever be the factor, the achievement of the desire becomes inevitable provided proper guidance and counseling by an experienced and intimate counselor.&nbsp; The deep and detailed knowledge of our counselors and instructors regarding documentation and test preparation, with certainty, helps you achieve your desired ambition.&nbsp; The guidelines from such counselors for pursuing international degrees would lead you to the correct path if your plan for abroad studies is made whole- heartedly.&nbsp; We assure you of the achievement of your desired ambition to further your academic career in a European country. The prompt and updated information our counselors possess about the changing policies of the countries would be extensively beneficial for the success. Achievement of your success is our passion. Trust is trustworthy to respect your trust.&nbsp;<\\/p>\\r\\n\\r\\n<p>SAROJ THAPALIA<\\/p>\\r\\n\\r\\n<p>MD<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/86186030_10157184580322957_8721854151719387136_n (1).jpg\",\"display_order\":4,\"status\":1,\"created_at\":\"2023-07-25T01:09:10.000000Z\",\"updated_at\":\"2023-08-15T11:36:55.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>&nbsp;A cut-throat competition exists between the people in achieving enviable success. The backbone for enabling people to participate in the competition is good academics.&nbsp; To achieve a good academic standard, people have started searching for the appropriate alternatives beyond the national territory. People are garnering their dream to get admitted in the best of the best universities in the world and it is being taken as a status symbol as well. The increasing desire of the students in our country for foreign studies is the present scenario of our country. Due to globalization, the world is getting much narrower which acquaints one and all with the features of every nook and corner of the world.<\\/p>\\r\\n\\r\\n<p>People get attracted to the features which have been known to them in the blink of time by means of technological advancement. This has made us all informed of the way through which we can reach our targeted destination. Your decision of studying abroad is an appreciable one as it is the need of time and this would get the expected result only if you possess a keenly prepared profile, good academic background, and experience you earned in any field. The greed of academic proficiency, prospective career, sophisticated lifestyle, or unconditional independence might be the factor that has provoked you to opt for abroad studies.&nbsp; The driving factor to select abroad studies could be different with different students depending upon the social, economic, and regional backgrounds.<\\/p>\\r\\n\\r\\n<p>Whatever be the factor, the achievement of the desire becomes inevitable provided proper guidance and counseling by an experienced and intimate counselor.&nbsp; The deep and detailed knowledge of our counselors and instructors regarding documentation and test preparation, with certainty, helps you achieve your desired ambition.&nbsp; The guidelines from such counselors for pursuing international degrees would lead you to the correct path if your plan for abroad studies is made whole- heartedly.&nbsp; We assure you of the achievement of your desired ambition to further your academic career in a European country. The prompt and updated information our counselors possess about the changing policies of the countries would be extensively beneficial for the success. Achievement of your success is our passion. Trust is trustworthy to respect your trust.&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>SAROJ THAPALIA<br \\/>\\r\\nMD<\\/strong><\\/p>\",\"updated_at\":\"2023-08-15 11:37:39\",\"updatedBy\":1}', '2023-08-15 05:52:39', '2023-08-15 05:52:39'),
(NULL, 562, 1, 202308151153333609, 202308151153333609, 'App\\Models\\Preparationclasses', 1, 'update', '{\"preparationclass_id\":1,\"title\":\"IELTS\",\"alias\":\"ielts-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual&rsquo;s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.<br \\/>\\r\\nYou will take the listening, reading, and writing tests all in one day, one after another, without taking breaks. The speaking test, on the other hand, may be taken the same day or the next day, depending on your test center. The total duration of the test is 2 hours and 45 minutes and is completed in two test sessions: listening, reading, and writing on the first day, followed by the speaking test the next day.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about IELTS before you sit for the test:<\\/strong><br \\/>\\r\\n<strong>Total Band Score for all skills: 9<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for a total of 30 minutes.<br \\/>\\r\\nFour recordings will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nFour articles with a total of 40 questions to be answered Skills like skim reading and logical arguments are tested.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for a total of 60 minutes.<br \\/>\\r\\nrequires you to complete two writing tasks and has topics of general interest that you need to write about.<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for approximately 11 to 14 minutes.<br \\/>\\r\\nThe test is recorded and is divided into three parts.<\\/p>\\r\\n\\r\\n<p><strong>Note:&nbsp;<\\/strong><br \\/>\\r\\nA minimum score of 6.5 overall and 5.5 on each band is required to apply for studies in European countries.<br \\/>\\r\\nIELTS Proficiency Test results are valid for 2 years from the date of the exam.<\\/p>\",\"intro\":\"IELTS, or the International English Language Testing System, is a widely accepted English language proficiency exam. It assesses listening, reading, writing, and speaking skills. The test includes listening to recordings, reading passages, writing essays, and participating in face-to-face speaking interviews. Preparation and practice are crucial for success in the IELTS exam.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"created_at\":\"2023-07-25T00:00:07.000000Z\",\"updated_at\":\"2023-08-15T11:19:53.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Education-System.jpg\",\"updated_at\":\"2023-08-15 11:53:33\",\"updatedBy\":1}', '2023-08-15 06:08:33', '2023-08-15 06:08:33');
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, 563, 1, 202308151219329516, 202308151219329516, 'App\\Models\\Blogs', 18, 'update', '{\"blog_id\":18,\"parent_blog\":0,\"title\":\"5 Special Reasons to Inspire You to Study in Denmark in 2022\",\"alias\":\"regwrg\",\"text\":\"<h2>1. You&rsquo;ll be part of a surprising education system<\\/h2>\\r\\n\\r\\n<p>Not many people know it, but the Danish educational system is not like the others. For example, when you go to a Danish university you will discover that lectures are held in small groups instead of a fully packed class, and you&rsquo;re sure to feel comfortable and at ease.&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>Another special thing about Danish study options is that they are internationally-oriented and combine teaching with research. Furthermore, there are good chances the programme and university you choose have partnerships with research institutions and businesses which will allow to gain practical skills and make connections for a future job. And some of the best programmes you can consider for your Bachelor&rsquo;s are:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/business-management\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in Business\\\">Bachelors in Business<\\/a>&nbsp;&nbsp;&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/computer-science-it\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Computer Science\\\">Bachelors in&nbsp;Computer Science<\\/a>&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/engineering-technology\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Engineering\\\">Bachelors in&nbsp;Engineering<\\/a>&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/social-sciences\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Social Sciences\\\">Bachelors in&nbsp;Social Sciences<\\/a>&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/arts-design-architecture\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Arts and Architecture\\\">Bachelors in&nbsp;Arts and Architecture<\\/a>&nbsp;&nbsp;<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Danes also know that while starting studies abroad is an exciting experience, it can also be scary. That&rsquo;s why they make an extra effort to make you feel welcome.<\\/p>\\r\\n\\r\\n<p>Universities use a buddy system, assigning another student to greet you and help you settle at your university, meet other students and give you practical tips. And that&rsquo;s not the only great thing. You will also have orientation courses that help you get to know Denmark better.<\\/p>\\r\\n\\r\\n<h2>2. You&rsquo;ll have a very &lsquo;social&rsquo; student life<\\/h2>\\r\\n\\r\\n<p>Danish universities really like promoting social interactions. If you go to study in Denmark, expect regular meetings in the campus, near a lake or in the forest, filled with social activities &ndash; including boat races or naked runs.&nbsp;<\\/p>\\r\\n\\r\\n<p>Add to that the Friday Bars which are themed parties organized by the universities themselves. Isn&rsquo;t it amazing to have a free pass from your uni to go wild and socialize?<\\/p>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>However, as serious as the Danes are about fun at university, they are even more serious about making a good academic impression, having 7 universities in world academic rankings. Three of them that we recommend are:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/102\\/technical-university-of-denmark.html\\\" target=\\\"_blank\\\" title=\\\"Technical University of Denmark (DTU)\\\">Technical University of Denmark (DTU)<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/301\\/aalborg-university.html\\\" target=\\\"_blank\\\" title=\\\"Aalborg University\\\">Aalborg University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/703\\/roskilde-university.html\\\" target=\\\"_blank\\\" title=\\\"Roskilde University\\\">Roskilde University<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>And to give you a few other options:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/1561\\/business-academy-aarhus.html\\\" target=\\\"_blank\\\" title=\\\"Business Academy Aarhus\\\">Business Academy Aarhus<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/1377\\/university-college-absalon.html\\\" target=\\\"_blank\\\" title=\\\"University College Absalon\\\">University College Absalon<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/1509\\/copenhagen-school-of-design-and-technology.html\\\" target=\\\"_blank\\\" title=\\\"Copenhagen School of Design and Technology (KEA)\\\">Copenhagen School of Design and Technology (KEA)<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h2>3.&nbsp;You&rsquo;ll experience the Danish Hygge!<\\/h2>\\r\\n\\r\\n<p>You know how Denmark being a Nordic country, a good part of the year is pretty snowy, dark, and cold? Well, the Danish have found the best way to cope with it &mdash; hygge. Now that&rsquo;s one truly distinct Danish brand. If the word doesn&rsquo;t sound familiar to you now, it will become a leitmotif while you&rsquo;re there.<\\/p>\\r\\n\\r\\n<p>Hygge basically means staying by the fire in warm clothes at the candlelight and eating candies. If you think there&rsquo;s not much to it, trust us, once you&rsquo;re there, hygge will give you the feel-good vibe everyone needs. They don&rsquo;t call it the art of cosiness for nothing!<\\/p>\\r\\n\\r\\n<h2>&nbsp;4. You&rsquo;ll learn what makes you happy!<\\/h2>\\r\\n\\r\\n<p>Ok, it true that in 2018, the Danes came second according to the&nbsp;<a href=\\\"http:\\/\\/worldhappiness.report\\/\\\" target=\\\"_blank\\\" title=\\\"Details about the World Happiness Report\\\">World Happiness Report<\\/a>. But being the second happiest country in our world actually sounds great, doesn&#39;t it? What&rsquo;s more, this small change in ranking comes after years in which Denmark lead this top. Being second it doesn&rsquo;t mean they are less happy.<\\/p>\\r\\n\\r\\n<p>What will make your days brighter in Denmark? It is social support, feeling free to make your own life choices and a culture of giving back to others. Kind of hard not to like Denmark, right?<\\/p>\\r\\n\\r\\n<h2>5. Amazing wildlife and landscapes<\\/h2>\\r\\n\\r\\n<p>Unlike many European countries where wildlife is shrinking to make space for more of us, in Denmark you can get the chance to see elks, boars, wolves, and brown bears, rabbits, hedgehogs, foxes, squirrels. And you should hurry because Denmark is not immune to wildlife extinction.<\\/p>\\r\\n\\r\\n<p>But if you&rsquo;re not a zoology enthusiast you can still enjoy great natural parks and amazing landscapes, from the foam at the seashores, to forests, mountains and islands. And for something extra you can go gazing at the Black Sun which is a phenomenon of dark patterns in the sky during Spring and Autumn<\\/p>\\r\\n\\r\\n<p>Ready to experience the magic of Denmark? Then start searching for the study programme that fits you best and preparing for your application. We&rsquo;re sure you&rsquo;re going to do great!&nbsp;<\\/p>\\r\\n\\r\\n<p>Source:&nbsp;https:\\/\\/www.bachelorsportal.com\\/articles\\/2523\\/5-special-reasons-to-inspire-you-to-study-in-denmark-in-2022.html<\\/p>\",\"image\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Blogs\\/2.jpg\",\"cover\":\"\",\"display_order\":9,\"status\":1,\"createdby\":1,\"updatedby\":1,\"created_at\":\"2023-08-11T10:21:10.000000Z\",\"updated_at\":\"2023-08-13T11:34:05.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<h2>1. You&rsquo;ll be part of a surprising education system<\\/h2>\\r\\n\\r\\n<p>Not many people know it, but the Danish educational system is not like the others. For example, when you go to a Danish university you will discover that lectures are held in small groups instead of a fully packed class, and you&rsquo;re sure to feel comfortable and at ease.&nbsp;&nbsp;<\\/p>\\r\\n\\r\\n<p>Another special thing about Danish study options is that they are internationally-oriented and combine teaching with research. Furthermore, there are good chances the programme and university you choose have partnerships with research institutions and businesses which will allow to gain practical skills and make connections for a future job. And some of the best programmes you can consider for your Bachelor&rsquo;s are:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/business-management\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in Business\\\">Bachelors in Business<\\/a>&nbsp;&nbsp;&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/computer-science-it\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Computer Science\\\">Bachelors in&nbsp;Computer Science<\\/a>&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/engineering-technology\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Engineering\\\">Bachelors in&nbsp;Engineering<\\/a>&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/social-sciences\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Social Sciences\\\">Bachelors in&nbsp;Social Sciences<\\/a>&nbsp;<\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/search\\/bachelor\\/arts-design-architecture\\/denmark\\\" target=\\\"_blank\\\" title=\\\"Bachelors in\\u00a0Arts and Architecture\\\">Bachelors in&nbsp;Arts and Architecture<\\/a>&nbsp;&nbsp;<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Danes also know that while starting studies abroad is an exciting experience, it can also be scary. That&rsquo;s why they make an extra effort to make you feel welcome.<\\/p>\\r\\n\\r\\n<p>Universities use a buddy system, assigning another student to greet you and help you settle at your university, meet other students and give you practical tips. And that&rsquo;s not the only great thing. You will also have orientation courses that help you get to know Denmark better.<\\/p>\\r\\n\\r\\n<h2>2. You&rsquo;ll have a very &lsquo;social&rsquo; student life<\\/h2>\\r\\n\\r\\n<p>Danish universities really like promoting social interactions. If you go to study in Denmark, expect regular meetings in the campus, near a lake or in the forest, filled with social activities &ndash; including boat races or naked runs.&nbsp;<\\/p>\\r\\n\\r\\n<p>Add to that the Friday Bars which are themed parties organized by the universities themselves. Isn&rsquo;t it amazing to have a free pass from your uni to go wild and socialize?<\\/p>\\r\\n\\r\\n<p>However, as serious as the Danes are about fun at university, they are even more serious about making a good academic impression, having 7 universities in world academic rankings. Three of them that we recommend are:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/102\\/technical-university-of-denmark.html\\\" target=\\\"_blank\\\" title=\\\"Technical University of Denmark (DTU)\\\">Technical University of Denmark (DTU)<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/301\\/aalborg-university.html\\\" target=\\\"_blank\\\" title=\\\"Aalborg University\\\">Aalborg University<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/703\\/roskilde-university.html\\\" target=\\\"_blank\\\" title=\\\"Roskilde University\\\">Roskilde University<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>And to give you a few other options:<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/1561\\/business-academy-aarhus.html\\\" target=\\\"_blank\\\" title=\\\"Business Academy Aarhus\\\">Business Academy Aarhus<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/1377\\/university-college-absalon.html\\\" target=\\\"_blank\\\" title=\\\"University College Absalon\\\">University College Absalon<\\/a><\\/li>\\r\\n\\t<li><a href=\\\"https:\\/\\/www.bachelorsportal.com\\/universities\\/1509\\/copenhagen-school-of-design-and-technology.html\\\" target=\\\"_blank\\\" title=\\\"Copenhagen School of Design and Technology (KEA)\\\">Copenhagen School of Design and Technology (KEA)<\\/a><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<h2>3.&nbsp;You&rsquo;ll experience the Danish Hygge!<\\/h2>\\r\\n\\r\\n<p>You know how Denmark being a Nordic country, a good part of the year is pretty snowy, dark, and cold? Well, the Danish have found the best way to cope with it &mdash; hygge. Now that&rsquo;s one truly distinct Danish brand. If the word doesn&rsquo;t sound familiar to you now, it will become a leitmotif while you&rsquo;re there.<\\/p>\\r\\n\\r\\n<p>Hygge basically means staying by the fire in warm clothes at the candlelight and eating candies. If you think there&rsquo;s not much to it, trust us, once you&rsquo;re there, hygge will give you the feel-good vibe everyone needs. They don&rsquo;t call it the art of cosiness for nothing!<\\/p>\\r\\n\\r\\n<h2>&nbsp;4. You&rsquo;ll learn what makes you happy!<\\/h2>\\r\\n\\r\\n<p>Ok, it true that in 2018, the Danes came second according to the&nbsp;<a href=\\\"http:\\/\\/worldhappiness.report\\/\\\" target=\\\"_blank\\\" title=\\\"Details about the World Happiness Report\\\">World Happiness Report<\\/a>. But being the second happiest country in our world actually sounds great, doesn&#39;t it? What&rsquo;s more, this small change in ranking comes after years in which Denmark lead this top. Being second it doesn&rsquo;t mean they are less happy.<\\/p>\\r\\n\\r\\n<p>What will make your days brighter in Denmark? It is social support, feeling free to make your own life choices and a culture of giving back to others. Kind of hard not to like Denmark, right?<\\/p>\\r\\n\\r\\n<h2>5. Amazing wildlife and landscapes<\\/h2>\\r\\n\\r\\n<p>Unlike many European countries where wildlife is shrinking to make space for more of us, in Denmark you can get the chance to see elks, boars, wolves, and brown bears, rabbits, hedgehogs, foxes, squirrels. And you should hurry because Denmark is not immune to wildlife extinction.<\\/p>\\r\\n\\r\\n<p>But if you&rsquo;re not a zoology enthusiast you can still enjoy great natural parks and amazing landscapes, from the foam at the seashores, to forests, mountains and islands. And for something extra you can go gazing at the Black Sun which is a phenomenon of dark patterns in the sky during Spring and Autumn<\\/p>\\r\\n\\r\\n<p>Ready to experience the magic of Denmark? Then start searching for the study programme that fits you best and preparing for your application. We&rsquo;re sure you&rsquo;re going to do great!&nbsp;<\\/p>\\r\\n\\r\\n<p>Source:&nbsp;https:\\/\\/www.bachelorsportal.com\\/articles\\/2523\\/5-special-reasons-to-inspire-you-to-study-in-denmark-in-2022.html<\\/p>\",\"updated_at\":\"2023-08-15 12:19:32\",\"updatedBy\":1}', '2023-08-15 06:34:32', '2023-08-15 06:34:32'),
(NULL, 564, 1, 202308160720456702, 202308160720456702, 'App\\Models\\Preparationclasses', 10, 'update', '{\"preparationclass_id\":10,\"title\":\"TOEFL\",\"alias\":\"toefl-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br \\/>\\r\\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br \\/>\\r\\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about TOEFL before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 120<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Listening Test:&nbsp;<\\/strong><br \\/>\\r\\nlasts for an approximate time of 41 to 57 minutes.<br \\/>\\r\\nRecordings of lectures will be played, and you will have to answer the questions asked.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 72 minutes.<br \\/>\\r\\nYou need to read passages and respond to the questions asked.<br \\/>\\r\\na 10 - minute break<\\/p>\\r\\n\\r\\n<p><strong>Speaking Test:<\\/strong><br \\/>\\r\\nlasts for 17 minutes in total.<br \\/>\\r\\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.<\\/p>\\r\\n\\r\\n<p><strong>Writing Test:<\\/strong><br \\/>\\r\\nlasts for 50 minutes in total.<br \\/>\\r\\nReading a passage, listening to a recording, and then typing your written response to the questions<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nThe minimum test score for TOEFL depends on the requirements of the university.<br \\/>\\r\\nTOEFL test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"The TOEFL is an internationally recognized English proficiency exam. It assesses reading, listening, speaking, and writing skills. The test includes reading passages, listening to recordings, speaking tasks, and writing essays. Preparation and practice are essential to improve performance and achieve a high score.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"created_at\":\"2023-08-11T11:48:47.000000Z\",\"updated_at\":\"2023-08-14T03:17:56.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/JOE_6091_TOEFL_Thumbnail_Article_Banner_01_2f21e91dbb.jpg\",\"updated_at\":\"2023-08-16 07:20:45\",\"updatedBy\":1}', '2023-08-16 01:35:45', '2023-08-16 01:35:45'),
(NULL, 565, 1, 202308160721354618, 202308160721354618, 'App\\Models\\Preparationclasses', 2, 'update', '{\"preparationclass_id\":2,\"title\":\"PTE\",\"alias\":\"pte-preparation-classes\",\"parent_preparationclass\":0,\"details\":\"<p>The Pearson Test of English has become a popular testing system among students applying for international education in recent years. It is a test format that is not manual but rather computer-based.<br \\/>\\r\\nThe system evaluates the language skills of the students. The skills of reading, writing, listening, and speaking are tested. Speaking and writing are two modules that are combined into a single session. However, reading and listening are divided into two different sections. This test has been preferred by the students in recent years because of its reduced rate of bias, which is due to the fact that it is completely computerized.<br \\/>\\r\\nThe duration of the test is only 2 hours and is accomplished in a single test session. An individual giving the PTE test will be assigned a computer and a headset.<\\/p>\\r\\n\\r\\n<p><strong>Things to know about PTE before you sit for the test:<br \\/>\\r\\nTotal Band Score for all skills: 90<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Speaking and Writing Test:<\\/strong><br \\/>\\r\\nlasts for an approximate time of 54 to 67 minutes.<br \\/>\\r\\nhas a total of 8 sections with 28 to 26 questions.<br \\/>\\r\\nconsist of question topics related to personal introduction, reading aloud, repeating sentences, describing images, retelling lectures, answering short questions, summing up written text, and writing an essay.<\\/p>\\r\\n\\r\\n<p><strong>Reading Test:<\\/strong><br \\/>\\r\\nIt lasts for an approximate time of 29 to 30 minutes.<br \\/>\\r\\nhas a total of five sections with 13 to 18 questions.<br \\/>\\r\\nIt consists of question topics related to filling in the blanks- reading, and writing multiple choice- multiple answer questions, reordering paragraphs, filling in the blanks- reading, and multiple choice- single answer question.<\\/p>\\r\\n\\r\\n<p><strong>Listening Test:<\\/strong><br \\/>\\r\\nLasts for an approximate time of 30 to 43 minutes.<br \\/>\\r\\nHas a total of 8 sections with 12 to 20 questions.<br \\/>\\r\\nconsist of questions related to summarizing the spoken test, multiple choice- multiple answer questions, fill in the blanks, highlight the correct summary, multiple choice- single answer question, select the missing word, highlight incorrect word and write from dictation.<\\/p>\\r\\n\\r\\n<p><strong>Note:<\\/strong><br \\/>\\r\\nA minimum score of 62 overall and 61 in writing in the PTE test is required to apply for studies in European countries.<br \\/>\\r\\nPTE test results are valid for two years from the date of the exam.<\\/p>\",\"intro\":\"PTE, or the Pearson Test of English, is a computer-based English language proficiency exam. It evaluates listening, reading, speaking, and writing skills. The test includes listening to recordings, reading passages, speaking into a microphone, and writing essays. Adequate preparation and practice are important for achieving a high score in the PTE exam.\",\"image\":\"\",\"thumb\":\"\",\"cover\":\"\",\"remarks\":\"\",\"display_order\":3,\"status\":1,\"created_at\":\"2023-07-25T00:00:53.000000Z\",\"updated_at\":\"2023-08-14T03:04:24.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/3_Mesa de trabajo 1.png\",\"updated_at\":\"2023-08-16 07:21:35\",\"updatedBy\":1}', '2023-08-16 01:36:35', '2023-08-16 01:36:35'),
(NULL, 566, 1, 202308160730008940, 202308160730008940, 'App\\Models\\Successstories', 1, 'update', '{\"successstory_id\":1,\"countries_id\":8,\"title\":\"ths35e\",\"alias\":\"ths35e\",\"image\":\"\",\"text\":\"<p>ereh<\\/p>\",\"remarks\":\"\",\"display_order\":1,\"status\":1,\"university\":\"\",\"faculty\":\"\",\"createdby\":\"1\",\"created_at\":\"2023-08-13T09:36:00.000000Z\",\"updatedby\":\"1\",\"updated_at\":\"2023-08-13T09:36:00.000000Z\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Dev\",\"image\":\"storage\\/trust\\/files\\/1\\/download.jfif\",\"text\":\"\",\"updated_at\":\"2023-08-16 07:30:00\",\"updatedBy\":1}', '2023-08-16 01:45:00', '2023-08-16 01:45:00'),
(NULL, 567, 1, 202308170503594321, 202308170503594321, 'App\\Models\\Countryarticles', 10, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-16 23:18:59', '2023-08-16 23:18:59'),
(NULL, 568, 1, 202308170505472503, 202308170505472503, 'App\\Models\\Articles', 12, 'create', NULL, '{\"title\":\"Testimonials\",\"text\":\"\",\"seo_title\":\"\",\"seo_keywords\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"testimonials\",\"display_order\":\"9\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-17T05:05:47.000000Z\",\"created_at\":\"2023-08-17T05:05:47.000000Z\",\"article_id\":12,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-16 23:20:47', '2023-08-16 23:20:47'),
(NULL, 569, 1, 202308170507528553, 202308170507528553, 'App\\Models\\Articles', 12, 'update', '{\"article_id\":12,\"parent_article\":0,\"title\":\"Testimonials\",\"alias\":\"testimonials\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":9,\"status\":1,\"created_at\":\"2023-08-17T05:05:47.000000Z\",\"updated_at\":\"2023-08-17T05:05:47.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>[testimonials layout=simple display=all]<\\/p>\",\"updated_at\":\"2023-08-17 05:07:52\",\"updatedBy\":1}', '2023-08-16 23:22:52', '2023-08-16 23:22:52'),
(NULL, 570, 1, 202308170508111938, 202308170508111938, 'App\\Models\\Articles', 12, 'update', '{\"article_id\":12,\"parent_article\":0,\"title\":\"Testimonials\",\"alias\":\"testimonials\",\"text\":\"<p>[testimonials layout=simple display=all]<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":9,\"status\":1,\"created_at\":\"2023-08-17T05:05:47.000000Z\",\"updated_at\":\"2023-08-17T05:07:52.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>[testimonials branch=all layout=simple display=all]<\\/p>\",\"updated_at\":\"2023-08-17 05:08:11\",\"updatedBy\":1}', '2023-08-16 23:23:11', '2023-08-16 23:23:11'),
(NULL, 571, 1, 202308170508428713, 202308170508428713, 'App\\Models\\Articles', 12, 'update', '{\"article_id\":12,\"parent_article\":0,\"title\":\"Testimonials\",\"alias\":\"testimonials\",\"text\":\"<p>[testimonials branch=all layout=simple display=all]<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":9,\"status\":1,\"created_at\":\"2023-08-17T05:05:47.000000Z\",\"updated_at\":\"2023-08-17T05:08:11.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>[testimonials = all layout=simple display=all]<\\/p>\",\"updated_at\":\"2023-08-17 05:08:42\",\"updatedBy\":1}', '2023-08-16 23:23:42', '2023-08-16 23:23:42'),
(NULL, 572, 1, 202308170509074174, 202308170509074174, 'App\\Models\\Testimonials', 2, 'update', '{\"testimonial_id\":2,\"branches_id\":0,\"for\":null,\"ref\":0,\"by\":\"Laxman Adhikari\",\"alias\":\"\",\"image\":\"\",\"cover\":\"\",\"text\":\"<p>One of the best consultancies for applying abroad, all the team members at Trust are best for guidance and career counseling.<\\/p>\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"createdby\":\"1\",\"created_at\":\"2023-08-13T05:46:23.000000Z\",\"updatedby\":\"1\",\"updated_at\":\"2023-08-13T06:03:24.000000Z\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"image\":\"storage\\/trust\\/files\\/1\\/86186030_10157184580322957_8721854151719387136_n (1).jpg\",\"updated_at\":\"2023-08-17 05:09:07\",\"updatedBy\":1}', '2023-08-16 23:24:07', '2023-08-16 23:24:07'),
(NULL, 573, 1, 202308170509217144, 202308170509217144, 'App\\Models\\Testimonials', 2, 'update', '{\"testimonial_id\":2,\"branches_id\":0,\"for\":null,\"ref\":0,\"by\":\"Laxman Adhikari\",\"alias\":\"\",\"image\":\"storage\\/trust\\/files\\/1\\/86186030_10157184580322957_8721854151719387136_n (1).jpg\",\"cover\":\"\",\"text\":\"<p>One of the best consultancies for applying abroad, all the team members at Trust are best for guidance and career counseling.<\\/p>\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"createdby\":\"1\",\"created_at\":\"2023-08-13T05:46:23.000000Z\",\"updatedby\":\"1\",\"updated_at\":\"2023-08-17T05:09:07.000000Z\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"image\":\"\",\"updated_at\":\"2023-08-17 05:09:21\",\"updatedBy\":1}', '2023-08-16 23:24:21', '2023-08-16 23:24:21'),
(NULL, 574, 1, 202308170515057208, 202308170515057208, 'App\\Models\\Quicklinks', 5, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-16 23:30:05', '2023-08-16 23:30:05'),
(NULL, 575, 1, 202308170515137818, 202308170515137818, 'App\\Models\\Quicklinks', 3, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-16 23:30:13', '2023-08-16 23:30:13'),
(NULL, 576, 1, 202308170515184925, 202308170515184925, 'App\\Models\\Quicklinks', 1, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-16 23:30:18', '2023-08-16 23:30:18'),
(NULL, 577, 1, 202308170515219469, 202308170515219469, 'App\\Models\\Quicklinks', 2, 'delete', '{\"status\":1}', '{\"status\":\"-1\"}', '2023-08-16 23:30:21', '2023-08-16 23:30:21'),
(NULL, 578, 1, 202308170959394301, 202308170959394301, 'App\\Models\\Countries', 13, 'create', NULL, '{\"title\":\"Canada\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"alias\":\"canada\",\"display_order\":\"7\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-17T09:59:39.000000Z\",\"created_at\":\"2023-08-17T09:59:39.000000Z\",\"country_id\":13,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-17 04:14:39', '2023-08-17 04:14:39'),
(NULL, 579, 1, 202308180907162250, 202308180907162250, 'App\\Models\\Countries', 13, 'update', '{\"country_id\":13,\"title\":\"Canada\",\"alias\":\"canada\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"\",\"display_order\":7,\"status\":1,\"created_at\":\"2023-08-17T09:59:39.000000Z\",\"updated_at\":\"2023-08-17T09:59:39.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Canada\\/28-mar-2023-blog.jpg\",\"updated_at\":\"2023-08-18 09:07:16\",\"updatedBy\":1}', '2023-08-18 03:22:16', '2023-08-18 03:22:16'),
(NULL, 580, 1, 202308180908468933, 202308180908468933, 'App\\Models\\Countryarticles', 58, 'create', NULL, '{\"title\":\"Fundamentals of Canada\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"13\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Canada\\/28-mar-2023-blog.jpg\",\"alias\":\"fundamentals-of-canada\",\"display_order\":\"57\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-18T09:08:46.000000Z\",\"created_at\":\"2023-08-18T09:08:46.000000Z\",\"article_id\":58,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-18 03:23:46', '2023-08-18 03:23:46'),
(NULL, 581, 1, 202308180909456025, 202308180909456025, 'App\\Models\\Countryarticles', 59, 'create', NULL, '{\"title\":\"Why Canada\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"13\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"why-canada\",\"display_order\":\"58\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-18T09:09:45.000000Z\",\"created_at\":\"2023-08-18T09:09:45.000000Z\",\"article_id\":59,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-18 03:24:45', '2023-08-18 03:24:45'),
(NULL, 582, 1, 202308180912278261, 202308180912278261, 'App\\Models\\Countryarticles', 58, 'update', '{\"article_id\":58,\"countries_id\":13,\"parent_article\":0,\"title\":\"Fundamentals of Canada\",\"alias\":\"fundamentals-of-canada\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Canada\\/28-mar-2023-blog.jpg\",\"display_order\":57,\"status\":1,\"created_at\":\"2023-08-18T09:08:46.000000Z\",\"updated_at\":\"2023-08-18T09:08:46.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Canada\\/imgbin-flag-of-canada-canada-flags-icon-flag-of-canada-ball-BjkxnH6gYHX164sEaNyhQ0kxa.jpg\",\"updated_at\":\"2023-08-18 09:12:27\",\"updatedBy\":1}', '2023-08-18 03:27:27', '2023-08-18 03:27:27'),
(NULL, 583, 1, 202308180923095533, 202308180923095533, 'App\\Models\\Countryarticles', 58, 'update', '{\"article_id\":58,\"countries_id\":13,\"parent_article\":0,\"title\":\"Fundamentals of Canada\",\"alias\":\"fundamentals-of-canada\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Canada\\/imgbin-flag-of-canada-canada-flags-icon-flag-of-canada-ball-BjkxnH6gYHX164sEaNyhQ0kxa.jpg\",\"display_order\":57,\"status\":1,\"created_at\":\"2023-08-18T09:08:46.000000Z\",\"updated_at\":\"2023-08-18T09:12:27.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Canada\\/Picsart_23-08-18_15-07-08-686.png\",\"updated_at\":\"2023-08-18 09:23:09\",\"updatedBy\":1}', '2023-08-18 03:38:09', '2023-08-18 03:38:09'),
(NULL, 584, 1, 202308181018102979, 202308181018102979, 'App\\Models\\Countryarticles', 58, 'update', '{\"article_id\":58,\"countries_id\":13,\"parent_article\":0,\"title\":\"Fundamentals of Canada\",\"alias\":\"fundamentals-of-canada\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Canada\\/Picsart_23-08-18_15-07-08-686.png\",\"display_order\":57,\"status\":1,\"created_at\":\"2023-08-18T09:08:46.000000Z\",\"updated_at\":\"2023-08-18T09:23:09.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-18 04:33:10', '2023-08-18 04:33:10'),
(NULL, 585, 1, 202308181054504146, 202308181054504146, 'App\\Models\\Testimonials', 2, 'update', '{\"testimonial_id\":2,\"branches_id\":0,\"for\":null,\"ref\":0,\"by\":\"Laxman Adhikari\",\"alias\":\"\",\"image\":\"\",\"cover\":\"\",\"text\":\"<p>One of the best consultancies for applying abroad, all the team members at Trust are best for guidance and career counseling.<\\/p>\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"createdby\":\"1\",\"created_at\":\"2023-08-13T05:46:23.000000Z\",\"updatedby\":\"1\",\"updated_at\":\"2023-08-17T05:09:21.000000Z\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"image\":\"storage\\/trust\\/files\\/1\\/86186030_10157184580322957_8721854151719387136_n (1).jpg\",\"updated_at\":\"2023-08-18 10:54:50\",\"updatedBy\":1}', '2023-08-18 05:09:50', '2023-08-18 05:09:50'),
(NULL, 586, 1, 202308181055471444, 202308181055471444, 'App\\Models\\Testimonials', 2, 'update', '{\"testimonial_id\":2,\"branches_id\":0,\"for\":null,\"ref\":0,\"by\":\"Laxman Adhikari\",\"alias\":\"\",\"image\":\"storage\\/trust\\/files\\/1\\/86186030_10157184580322957_8721854151719387136_n (1).jpg\",\"cover\":\"\",\"text\":\"<p>One of the best consultancies for applying abroad, all the team members at Trust are best for guidance and career counseling.<\\/p>\",\"remarks\":\"\",\"display_order\":2,\"status\":1,\"testimonials_faculty\":\"\",\"testimonials_university\":\"\",\"university\":\"\",\"faculty\":\"\",\"createdby\":\"1\",\"created_at\":\"2023-08-13T05:46:23.000000Z\",\"updatedby\":\"1\",\"updated_at\":\"2023-08-18T10:54:50.000000Z\",\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"image\":\"\",\"updated_at\":\"2023-08-18 10:55:47\",\"updatedBy\":1}', '2023-08-18 05:10:47', '2023-08-18 05:10:47'),
(NULL, 587, 1, 202308210609083554, 202308210609083554, 'App\\Models\\Countryarticles', 60, 'create', NULL, '{\"title\":\"Universities in Canada\",\"text\":\"<p>Among the renowned universities in Canada these are some of the lists of universities that have been highly accredited: &nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>University of Toronto<\\/li>\\r\\n\\t<li>The University of British Columbia<\\/li>\\r\\n\\t<li>University of Waterloo<\\/li>\\r\\n\\t<li>University of Alberta<\\/li>\\r\\n\\t<li>Western University<\\/li>\\r\\n\\t<li>McMaster University<\\/li>\\r\\n\\t<li>University of Montreal<\\/li>\\r\\n\\t<li>Toronto Metropolitan University<\\/li>\\r\\n\\t<li>University of Ottawa<\\/li>\\r\\n\\t<li>York University<\\/li>\\r\\n\\t<li>University of Guelph<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>These universities are consistently ranked among the top universities in the world, and offer a wide range of academic programs at undergraduate, postgraduate, and research levels. In addition to these universities, there are many other excellent institutions throughout the Canada.<\\/p>\\r\\n\\r\\n<ul>\\r\\n<\\/ul>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"13\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"universities-in-canada\",\"display_order\":\"59\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-21T06:09:08.000000Z\",\"created_at\":\"2023-08-21T06:09:08.000000Z\",\"article_id\":60,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-21 00:24:08', '2023-08-21 00:24:08'),
(NULL, 588, 1, 202308210609595601, 202308210609595601, 'App\\Models\\Countryarticles', 60, 'update', '{\"article_id\":60,\"countries_id\":13,\"parent_article\":0,\"title\":\"Universities in Canada\",\"alias\":\"universities-in-canada\",\"text\":\"<p>Among the renowned universities in Canada these are some of the lists of universities that have been highly accredited: &nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>University of Toronto<\\/li>\\r\\n\\t<li>The University of British Columbia<\\/li>\\r\\n\\t<li>University of Waterloo<\\/li>\\r\\n\\t<li>University of Alberta<\\/li>\\r\\n\\t<li>Western University<\\/li>\\r\\n\\t<li>McMaster University<\\/li>\\r\\n\\t<li>University of Montreal<\\/li>\\r\\n\\t<li>Toronto Metropolitan University<\\/li>\\r\\n\\t<li>University of Ottawa<\\/li>\\r\\n\\t<li>York University<\\/li>\\r\\n\\t<li>University of Guelph<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>These universities are consistently ranked among the top universities in the world, and offer a wide range of academic programs at undergraduate, postgraduate, and research levels. In addition to these universities, there are many other excellent institutions throughout the Canada.<\\/p>\\r\\n\\r\\n<ul>\\r\\n<\\/ul>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":59,\"status\":1,\"created_at\":\"2023-08-21T06:09:08.000000Z\",\"updated_at\":\"2023-08-21T06:09:08.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Among the renowned universities in Canada these are some of the lists of universities that have been highly accredited: &nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Toronto<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">The University of British Columbia<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Waterloo<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Alberta<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">Western University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">McMaster University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Montreal<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">Toronto Metropolitan University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Ottawa<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">York University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Guelph<\\/span><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>These universities are consistently ranked among the top universities in the world, and offer a wide range of academic programs at undergraduate, postgraduate, and research levels. In addition to these universities, there are many other excellent institutions throughout the Canada.<\\/p>\\r\\n\\r\\n<ul>\\r\\n<\\/ul>\",\"updated_at\":\"2023-08-21 06:09:59\",\"updatedBy\":1}', '2023-08-21 00:24:59', '2023-08-21 00:24:59'),
(NULL, 589, 1, 202308210610485659, 202308210610485659, 'App\\Models\\Countryarticles', 60, 'update', '{\"article_id\":60,\"countries_id\":13,\"parent_article\":0,\"title\":\"Universities in Canada\",\"alias\":\"universities-in-canada\",\"text\":\"<p>Among the renowned universities in Canada these are some of the lists of universities that have been highly accredited: &nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Toronto<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">The University of British Columbia<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Waterloo<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Alberta<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">Western University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">McMaster University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Montreal<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">Toronto Metropolitan University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Ottawa<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">York University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Guelph<\\/span><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>These universities are consistently ranked among the top universities in the world, and offer a wide range of academic programs at undergraduate, postgraduate, and research levels. In addition to these universities, there are many other excellent institutions throughout the Canada.<\\/p>\\r\\n\\r\\n<ul>\\r\\n<\\/ul>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":59,\"status\":1,\"created_at\":\"2023-08-21T06:09:08.000000Z\",\"updated_at\":\"2023-08-21T06:09:59.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Among the renowned universities in Canada these are some of the lists of universities that have been highly accredited: &nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Toronto<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">The University of British Columbia<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Waterloo<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Alberta<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">Western University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">McMaster University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Montreal<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">Toronto Metropolitan University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Ottawa<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">York University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Guelph<\\/span><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>These universities are consistently ranked among the top universities in the world, and offer a wide range of academic programs at undergraduate, postgraduate, and research levels. In addition to these universities, there are many other excellent institutions throughout the Canada. Each university has its own unique strengths and specializations, so it&#39;s important for students to research and find the best fit for their academic interests and goals.<\\/p>\\r\\n\\r\\n<ul>\\r\\n<\\/ul>\",\"updated_at\":\"2023-08-21 06:10:48\",\"updatedBy\":1}', '2023-08-21 00:25:48', '2023-08-21 00:25:48'),
(NULL, 590, 1, 202308210700083047, 202308210700083047, 'App\\Models\\Countryarticles', 61, 'create', NULL, '{\"title\":\"Education System\",\"text\":\"<p>Canada makes a large investment in its education system. In fact, Canada is one of the world&rsquo;s top education performers and among the top three countries in spending per capita on public post-secondary education, according to the Organization for Economic Co-operation and Development (OECD).&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Higher Education System In Canada<\\/strong><br \\/>\\r\\nThe Canadian higher education system is divided into three main levels: undergraduate, graduate and post-graduate. Each level offers a unique set of courses, allowing students to specialise in specific areas of study.<br \\/>\\r\\n<strong>Let us take a look at the higher education system of Canada in detail:<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Undergraduate Level<\\/strong><br \\/>\\r\\nThe undergraduate level of education in Canada is a 3 or 4-years course of study that consists of either (180 or 240 ECTS credits in total).&nbsp;&nbsp;<br \\/>\\r\\nAt undergraduate level, you can pursue advanced degrees such as a bachelor&rsquo;s degree or associate&rsquo;s degree. In order to apply for these degrees, you must have a high school diploma or equivalent.<\\/p>\\r\\n\\r\\n<p><strong>Graduate Level<\\/strong><br \\/>\\r\\nThe undergraduate level of education in Canada is a 2 or 3-years course of study that consists of either (90 or 120 ECTS credits in total). At graduate level, students can pursue master&rsquo;s and doctoral degrees.<\\/p>\\r\\n\\r\\n<p><strong>Post-Graduate Level<\\/strong><br \\/>\\r\\nThe Post-Graduate level of education in Canada is a 1 or 2-years course.<br \\/>\\r\\n&nbsp;<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"13\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"\",\"alias\":\"education-system\",\"display_order\":\"60\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-21T07:00:08.000000Z\",\"created_at\":\"2023-08-21T07:00:08.000000Z\",\"article_id\":61,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-21 01:15:08', '2023-08-21 01:15:08');
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, 591, 1, 202308210740202144, 202308210740202144, 'App\\Models\\Countryarticles', 59, 'update', '{\"article_id\":59,\"countries_id\":13,\"parent_article\":0,\"title\":\"Why Canada\",\"alias\":\"why-canada\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":58,\"status\":1,\"created_at\":\"2023-08-18T09:09:45.000000Z\",\"updated_at\":\"2023-08-18T09:09:45.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Canada is one of the safest countries in the world.Canada is well-known for its hospitality, low-cost, high-quality education, and welcoming, multicultural atmosphere. The United Nations continually ranks Canada as one of the greatest places to live in the world.<br \\/>\\r\\nYes, the winters are chilly, but the people here are friendly and hospitable.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Academic achievement<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The great level of education is one of the reasons why students opt to study in Canada. A degree from a Canadian university serves as a mark of trust and excellence for a student. In the QS World University Rankings 2023, 26 Canadian universities are ranked, while 30 are ranked in the The World University Rankings 2023. In addition, Canada is ranked sixth in the 2019 Universitas U21 Ranking of National Higher Education Systems.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Research opportunities<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>If you&#39;re a research scholar, there is no better country than Canada for you. The Canadian government provides significant funding for research in the fields of medicine, telecommunications, agriculture, environmental science, and technology. Canada is ranked 15th in the World Intellectual Property Organization&#39;s &#39;Global Innovation Index,&#39; and 57th in terms of intellectual property efficiency.<br \\/>\\r\\nOn top of that, there is a federal program in Canada known as NRC-IRAP that covers 80% of the funds used in technology and software research and development. As well, tax credits for R&amp;D expenses are available, subject to government T&amp;C.&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Budget-friendly<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Compared to universities in the United States and the United Kingdom, tuition in Canada is somewhat lower. And, in terms of return on investment, it is a very practical alternative for Nepali students.<br \\/>\\r\\nYou can also apply for scholarships in Canada to help you in cutting down educational expenses.<\\/p>\\r\\n\\r\\n<p><strong>Earn as you learn<\\/strong><br \\/>\\r\\nDue to special regulations, Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.<\\/p>\\r\\n\\r\\n<p><strong>Diversity in culture<\\/strong><br \\/>\\r\\nIn Canada, you&#39;ll discover highly friendly and inviting people from several ethnic groups, each with their own culture and way of life. Like no other country, Canada&#39;s diversified environment encourages kindness and harmonious living. In fact, there are many Nepali students, workers, and residents here.<\\/p>\\r\\n\\r\\n<p><strong>Immigration opportunities<\\/strong><br \\/>\\r\\nThe Post-Graduation Work Permit Program (PWPP) in Canada permits students to stay and work in Canada for up to three years following graduation. You can get international job experience and later apply for permanent residency.<\\/p>\",\"updated_at\":\"2023-08-21 07:40:20\",\"updatedBy\":1}', '2023-08-21 01:55:20', '2023-08-21 01:55:20'),
(NULL, 592, 1, 202308210740551163, 202308210740551163, 'App\\Models\\Countryarticles', 59, 'update', '{\"article_id\":59,\"countries_id\":13,\"parent_article\":0,\"title\":\"Why Canada\",\"alias\":\"why-canada\",\"text\":\"<p>Canada is one of the safest countries in the world.Canada is well-known for its hospitality, low-cost, high-quality education, and welcoming, multicultural atmosphere. The United Nations continually ranks Canada as one of the greatest places to live in the world.<br \\/>\\r\\nYes, the winters are chilly, but the people here are friendly and hospitable.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Academic achievement<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The great level of education is one of the reasons why students opt to study in Canada. A degree from a Canadian university serves as a mark of trust and excellence for a student. In the QS World University Rankings 2023, 26 Canadian universities are ranked, while 30 are ranked in the The World University Rankings 2023. In addition, Canada is ranked sixth in the 2019 Universitas U21 Ranking of National Higher Education Systems.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Research opportunities<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>If you&#39;re a research scholar, there is no better country than Canada for you. The Canadian government provides significant funding for research in the fields of medicine, telecommunications, agriculture, environmental science, and technology. Canada is ranked 15th in the World Intellectual Property Organization&#39;s &#39;Global Innovation Index,&#39; and 57th in terms of intellectual property efficiency.<br \\/>\\r\\nOn top of that, there is a federal program in Canada known as NRC-IRAP that covers 80% of the funds used in technology and software research and development. As well, tax credits for R&amp;D expenses are available, subject to government T&amp;C.&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Budget-friendly<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Compared to universities in the United States and the United Kingdom, tuition in Canada is somewhat lower. And, in terms of return on investment, it is a very practical alternative for Nepali students.<br \\/>\\r\\nYou can also apply for scholarships in Canada to help you in cutting down educational expenses.<\\/p>\\r\\n\\r\\n<p><strong>Earn as you learn<\\/strong><br \\/>\\r\\nDue to special regulations, Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.<\\/p>\\r\\n\\r\\n<p><strong>Diversity in culture<\\/strong><br \\/>\\r\\nIn Canada, you&#39;ll discover highly friendly and inviting people from several ethnic groups, each with their own culture and way of life. Like no other country, Canada&#39;s diversified environment encourages kindness and harmonious living. In fact, there are many Nepali students, workers, and residents here.<\\/p>\\r\\n\\r\\n<p><strong>Immigration opportunities<\\/strong><br \\/>\\r\\nThe Post-Graduation Work Permit Program (PWPP) in Canada permits students to stay and work in Canada for up to three years following graduation. You can get international job experience and later apply for permanent residency.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":58,\"status\":1,\"created_at\":\"2023-08-18T09:09:45.000000Z\",\"updated_at\":\"2023-08-21T07:40:20.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Canada is one of the safest countries in the world.Canada is well-known for its hospitality, low-cost, high-quality education, and welcoming, multicultural atmosphere. The United Nations continually ranks Canada as one of the greatest places to live in the world.<br \\/>\\r\\nYes, the winters are chilly, but the people here are friendly and hospitable.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Academic achievement<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The great level of education is one of the reasons why students opt to study in Canada. A degree from a Canadian university serves as a mark of trust and excellence for a student. In the QS World University Rankings 2023, 26 Canadian universities are ranked, while 30 are ranked in the The World University Rankings 2023. In addition, Canada is ranked sixth in the 2019 Universitas U21 Ranking of National Higher Education Systems.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Research opportunities<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>If you&#39;re a research scholar, there is no better country than Canada for you. The Canadian government provides significant funding for research in the fields of medicine, telecommunications, agriculture, environmental science, and technology. Canada is ranked 15th in the World Intellectual Property Organization&#39;s &#39;Global Innovation Index,&#39; and 57th in terms of intellectual property efficiency.<br \\/>\\r\\nOn top of that, there is a federal program in Canada known as NRC-IRAP that covers 80% of the funds used in technology and software research and development. As well, tax credits for R&amp;D expenses are available, subject to government T&amp;C.&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Budget-friendly<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Compared to universities in the United States and the United Kingdom, tuition in Canada is somewhat lower. And, in terms of return on investment, it is a very practical alternative for Nepali students.<br \\/>\\r\\nYou can also apply for scholarships in Canada to help you in cutting down educational expenses.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Earn as you learn<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Due to special regulations, Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Diversity in culture<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>In Canada, you&#39;ll discover highly friendly and inviting people from several ethnic groups, each with their own culture and way of life. Like no other country, Canada&#39;s diversified environment encourages kindness and harmonious living. In fact, there are many Nepali students, workers, and residents here.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Immigration opportunities<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The Post-Graduation Work Permit Program (PWPP) in Canada permits students to stay and work in Canada for up to three years following graduation. You can get international job experience and later apply for permanent residency.<\\/p>\",\"updated_at\":\"2023-08-21 07:40:55\",\"updatedBy\":1}', '2023-08-21 01:55:55', '2023-08-21 01:55:55'),
(NULL, 593, 1, 202308210741175812, 202308210741175812, 'App\\Models\\Countryarticles', 59, 'update', '{\"article_id\":59,\"countries_id\":13,\"parent_article\":0,\"title\":\"Why Canada\",\"alias\":\"why-canada\",\"text\":\"<p>Canada is one of the safest countries in the world.Canada is well-known for its hospitality, low-cost, high-quality education, and welcoming, multicultural atmosphere. The United Nations continually ranks Canada as one of the greatest places to live in the world.<br \\/>\\r\\nYes, the winters are chilly, but the people here are friendly and hospitable.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Academic achievement<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The great level of education is one of the reasons why students opt to study in Canada. A degree from a Canadian university serves as a mark of trust and excellence for a student. In the QS World University Rankings 2023, 26 Canadian universities are ranked, while 30 are ranked in the The World University Rankings 2023. In addition, Canada is ranked sixth in the 2019 Universitas U21 Ranking of National Higher Education Systems.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Research opportunities<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>If you&#39;re a research scholar, there is no better country than Canada for you. The Canadian government provides significant funding for research in the fields of medicine, telecommunications, agriculture, environmental science, and technology. Canada is ranked 15th in the World Intellectual Property Organization&#39;s &#39;Global Innovation Index,&#39; and 57th in terms of intellectual property efficiency.<br \\/>\\r\\nOn top of that, there is a federal program in Canada known as NRC-IRAP that covers 80% of the funds used in technology and software research and development. As well, tax credits for R&amp;D expenses are available, subject to government T&amp;C.&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Budget-friendly<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Compared to universities in the United States and the United Kingdom, tuition in Canada is somewhat lower. And, in terms of return on investment, it is a very practical alternative for Nepali students.<br \\/>\\r\\nYou can also apply for scholarships in Canada to help you in cutting down educational expenses.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Earn as you learn<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Due to special regulations, Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Diversity in culture<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>In Canada, you&#39;ll discover highly friendly and inviting people from several ethnic groups, each with their own culture and way of life. Like no other country, Canada&#39;s diversified environment encourages kindness and harmonious living. In fact, there are many Nepali students, workers, and residents here.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Immigration opportunities<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The Post-Graduation Work Permit Program (PWPP) in Canada permits students to stay and work in Canada for up to three years following graduation. You can get international job experience and later apply for permanent residency.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":58,\"status\":1,\"created_at\":\"2023-08-18T09:09:45.000000Z\",\"updated_at\":\"2023-08-21T07:40:55.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Canada is one of the safest countries in the world. Canada is well-known for its hospitality, low-cost, high-quality education, and welcoming, multicultural atmosphere. The United Nations continually ranks Canada as one of the greatest places to live in the world.<br \\/>\\r\\nYes, the winters are chilly, but the people here are friendly and hospitable.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Academic achievement<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The great level of education is one of the reasons why students opt to study in Canada. A degree from a Canadian university serves as a mark of trust and excellence for a student. In the QS World University Rankings 2023, 26 Canadian universities are ranked, while 30 are ranked in the The World University Rankings 2023. In addition, Canada is ranked sixth in the 2019 Universitas U21 Ranking of National Higher Education Systems.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Research opportunities<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>If you&#39;re a research scholar, there is no better country than Canada for you. The Canadian government provides significant funding for research in the fields of medicine, telecommunications, agriculture, environmental science, and technology. Canada is ranked 15th in the World Intellectual Property Organization&#39;s &#39;Global Innovation Index,&#39; and 57th in terms of intellectual property efficiency.<br \\/>\\r\\nOn top of that, there is a federal program in Canada known as NRC-IRAP that covers 80% of the funds used in technology and software research and development. As well, tax credits for R&amp;D expenses are available, subject to government T&amp;C.&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Budget-friendly<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Compared to universities in the United States and the United Kingdom, tuition in Canada is somewhat lower. And, in terms of return on investment, it is a very practical alternative for Nepali students.<br \\/>\\r\\nYou can also apply for scholarships in Canada to help you in cutting down educational expenses.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Earn as you learn<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Due to special regulations, Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Diversity in culture<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>In Canada, you&#39;ll discover highly friendly and inviting people from several ethnic groups, each with their own culture and way of life. Like no other country, Canada&#39;s diversified environment encourages kindness and harmonious living. In fact, there are many Nepali students, workers, and residents here.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Immigration opportunities<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The Post-Graduation Work Permit Program (PWPP) in Canada permits students to stay and work in Canada for up to three years following graduation. You can get international job experience and later apply for permanent residency.<\\/p>\",\"updated_at\":\"2023-08-21 07:41:17\",\"updatedBy\":1}', '2023-08-21 01:56:17', '2023-08-21 01:56:17'),
(NULL, 594, 1, 202308210744038138, 202308210744038138, 'App\\Models\\Countryarticles', 61, 'update', '{\"article_id\":61,\"countries_id\":13,\"parent_article\":0,\"title\":\"Education System\",\"alias\":\"education-system\",\"text\":\"<p>Canada makes a large investment in its education system. In fact, Canada is one of the world&rsquo;s top education performers and among the top three countries in spending per capita on public post-secondary education, according to the Organization for Economic Co-operation and Development (OECD).&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Higher Education System In Canada<\\/strong><br \\/>\\r\\nThe Canadian higher education system is divided into three main levels: undergraduate, graduate and post-graduate. Each level offers a unique set of courses, allowing students to specialise in specific areas of study.<br \\/>\\r\\n<strong>Let us take a look at the higher education system of Canada in detail:<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Undergraduate Level<\\/strong><br \\/>\\r\\nThe undergraduate level of education in Canada is a 3 or 4-years course of study that consists of either (180 or 240 ECTS credits in total).&nbsp;&nbsp;<br \\/>\\r\\nAt undergraduate level, you can pursue advanced degrees such as a bachelor&rsquo;s degree or associate&rsquo;s degree. In order to apply for these degrees, you must have a high school diploma or equivalent.<\\/p>\\r\\n\\r\\n<p><strong>Graduate Level<\\/strong><br \\/>\\r\\nThe undergraduate level of education in Canada is a 2 or 3-years course of study that consists of either (90 or 120 ECTS credits in total). At graduate level, students can pursue master&rsquo;s and doctoral degrees.<\\/p>\\r\\n\\r\\n<p><strong>Post-Graduate Level<\\/strong><br \\/>\\r\\nThe Post-Graduate level of education in Canada is a 1 or 2-years course.<br \\/>\\r\\n&nbsp;<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":60,\"status\":1,\"created_at\":\"2023-08-21T07:00:08.000000Z\",\"updated_at\":\"2023-08-21T07:00:08.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-21 01:59:03', '2023-08-21 01:59:03'),
(NULL, 595, 1, 202308210752004406, 202308210752004406, 'App\\Models\\Countryarticles', 61, 'update', '{\"article_id\":61,\"countries_id\":13,\"parent_article\":0,\"title\":\"Education System\",\"alias\":\"education-system\",\"text\":\"<p>Canada makes a large investment in its education system. In fact, Canada is one of the world&rsquo;s top education performers and among the top three countries in spending per capita on public post-secondary education, according to the Organization for Economic Co-operation and Development (OECD).&nbsp;<\\/p>\\r\\n\\r\\n<p><strong>Higher Education System In Canada<\\/strong><br \\/>\\r\\nThe Canadian higher education system is divided into three main levels: undergraduate, graduate and post-graduate. Each level offers a unique set of courses, allowing students to specialise in specific areas of study.<br \\/>\\r\\n<strong>Let us take a look at the higher education system of Canada in detail:<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Undergraduate Level<\\/strong><br \\/>\\r\\nThe undergraduate level of education in Canada is a 3 or 4-years course of study that consists of either (180 or 240 ECTS credits in total).&nbsp;&nbsp;<br \\/>\\r\\nAt undergraduate level, you can pursue advanced degrees such as a bachelor&rsquo;s degree or associate&rsquo;s degree. In order to apply for these degrees, you must have a high school diploma or equivalent.<\\/p>\\r\\n\\r\\n<p><strong>Graduate Level<\\/strong><br \\/>\\r\\nThe undergraduate level of education in Canada is a 2 or 3-years course of study that consists of either (90 or 120 ECTS credits in total). At graduate level, students can pursue master&rsquo;s and doctoral degrees.<\\/p>\\r\\n\\r\\n<p><strong>Post-Graduate Level<\\/strong><br \\/>\\r\\nThe Post-Graduate level of education in Canada is a 1 or 2-years course.<br \\/>\\r\\n&nbsp;<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":60,\"status\":1,\"created_at\":\"2023-08-21T07:00:08.000000Z\",\"updated_at\":\"2023-08-21T07:00:08.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Canada invests heavily in its educational system. According to the Organization for Economic Cooperation and Development (OECD), Canada is one of the world&#39;s top education performers and one of the top three countries in terms of public postsecondary education spending per capita.<\\/p>\\r\\n\\r\\n<p><strong>Canada&#39;s Higher Education System<\\/strong><br \\/>\\r\\nThe higher education system in Canada is separated into three levels: undergraduate, graduate, and post-graduate. Each level provides a distinct set of courses that allow students to specialize in specific areas of study.<br \\/>\\r\\n<strong>Let us take a look at the Canadian higher education system in detail:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Undergraduate Level<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Undergraduate education in Canada is a three or four-year program that comprises of either 180 or 240 ECTS credits.<br \\/>\\r\\nUndergraduate studies can lead to advanced degrees such as a bachelor&#39;s or associate&#39;s degree. You must have a high school diploma or equivalent to apply for these degrees.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Graduate Level<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Undergraduate education in Canada is a two- or three-year program that consists of either (90 or 120 ECTS credits total). Students can pursue master&#39;s and doctorate degrees at the graduate level.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Post-Graduate Level<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>In Canada, post-graduate study lasts one or two years.<br \\/>\\r\\n&nbsp;<\\/p>\",\"updated_at\":\"2023-08-21 07:52:00\",\"updatedBy\":1}', '2023-08-21 02:07:00', '2023-08-21 02:07:00'),
(NULL, 596, 1, 202308210752318985, 202308210752318985, 'App\\Models\\Countryarticles', 61, 'update', '{\"article_id\":61,\"countries_id\":13,\"parent_article\":0,\"title\":\"Education System\",\"alias\":\"education-system\",\"text\":\"<p>Canada invests heavily in its educational system. According to the Organization for Economic Cooperation and Development (OECD), Canada is one of the world&#39;s top education performers and one of the top three countries in terms of public postsecondary education spending per capita.<\\/p>\\r\\n\\r\\n<p><strong>Canada&#39;s Higher Education System<\\/strong><br \\/>\\r\\nThe higher education system in Canada is separated into three levels: undergraduate, graduate, and post-graduate. Each level provides a distinct set of courses that allow students to specialize in specific areas of study.<br \\/>\\r\\n<strong>Let us take a look at the Canadian higher education system in detail:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Undergraduate Level<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Undergraduate education in Canada is a three or four-year program that comprises of either 180 or 240 ECTS credits.<br \\/>\\r\\nUndergraduate studies can lead to advanced degrees such as a bachelor&#39;s or associate&#39;s degree. You must have a high school diploma or equivalent to apply for these degrees.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Graduate Level<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Undergraduate education in Canada is a two- or three-year program that consists of either (90 or 120 ECTS credits total). Students can pursue master&#39;s and doctorate degrees at the graduate level.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Post-Graduate Level<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>In Canada, post-graduate study lasts one or two years.<br \\/>\\r\\n&nbsp;<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":60,\"status\":1,\"created_at\":\"2023-08-21T07:00:08.000000Z\",\"updated_at\":\"2023-08-21T07:52:00.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Education System In Canada\",\"updated_at\":\"2023-08-21 07:52:31\",\"updatedBy\":1}', '2023-08-21 02:07:31', '2023-08-21 02:07:31'),
(NULL, 597, 1, 202308210753274850, 202308210753274850, 'App\\Models\\Countryarticles', 61, 'update', '{\"article_id\":61,\"countries_id\":13,\"parent_article\":0,\"title\":\"Education System In Canada\",\"alias\":\"education-system\",\"text\":\"<p>Canada invests heavily in its educational system. According to the Organization for Economic Cooperation and Development (OECD), Canada is one of the world&#39;s top education performers and one of the top three countries in terms of public postsecondary education spending per capita.<\\/p>\\r\\n\\r\\n<p><strong>Canada&#39;s Higher Education System<\\/strong><br \\/>\\r\\nThe higher education system in Canada is separated into three levels: undergraduate, graduate, and post-graduate. Each level provides a distinct set of courses that allow students to specialize in specific areas of study.<br \\/>\\r\\n<strong>Let us take a look at the Canadian higher education system in detail:<\\/strong><\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Undergraduate Level<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Undergraduate education in Canada is a three or four-year program that comprises of either 180 or 240 ECTS credits.<br \\/>\\r\\nUndergraduate studies can lead to advanced degrees such as a bachelor&#39;s or associate&#39;s degree. You must have a high school diploma or equivalent to apply for these degrees.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Graduate Level<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Undergraduate education in Canada is a two- or three-year program that consists of either (90 or 120 ECTS credits total). Students can pursue master&#39;s and doctorate degrees at the graduate level.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Post-Graduate Level<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>In Canada, post-graduate study lasts one or two years.<br \\/>\\r\\n&nbsp;<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":60,\"status\":1,\"created_at\":\"2023-08-21T07:00:08.000000Z\",\"updated_at\":\"2023-08-21T07:52:31.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Canada invests heavily in its educational system. According to the Organization for Economic Cooperation and Development (OECD), Canada is one of the world&#39;s top education performers and one of the top three countries in terms of public postsecondary education spending per capita.<\\/p>\\r\\n\\r\\n<p><strong>Canada&#39;s Higher Education System<\\/strong><br \\/>\\r\\nThe higher education system in Canada is separated into three levels: undergraduate, graduate, and post-graduate. Each level provides a distinct set of courses that allow students to specialize in specific areas of study.<br \\/>\\r\\n<strong>Let us take a look at the Canadian higher education system in detail:<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Undergraduate Level<\\/strong><br \\/>\\r\\nUndergraduate education in Canada is a three or four-year program that comprises of either 180 or 240 ECTS credits.<br \\/>\\r\\nUndergraduate studies can lead to advanced degrees such as a bachelor&#39;s or associate&#39;s degree. You must have a high school diploma or equivalent to apply for these degrees.<\\/p>\\r\\n\\r\\n<p><strong>Graduate Level<\\/strong><br \\/>\\r\\nUndergraduate education in Canada is a two- or three-year program that consists of either (90 or 120 ECTS credits total). Students can pursue master&#39;s and doctorate degrees at the graduate level.<\\/p>\\r\\n\\r\\n<p><strong>Post-Graduate Level<\\/strong><br \\/>\\r\\nIn Canada, post-graduate study lasts one or two years.<br \\/>\\r\\n&nbsp;<\\/p>\",\"updated_at\":\"2023-08-21 07:53:27\",\"updatedBy\":1}', '2023-08-21 02:08:27', '2023-08-21 02:08:27'),
(NULL, 598, 1, 202308210754191651, 202308210754191651, 'App\\Models\\Countryarticles', 61, 'update', '{\"article_id\":61,\"countries_id\":13,\"parent_article\":0,\"title\":\"Education System In Canada\",\"alias\":\"education-system\",\"text\":\"<p>Canada invests heavily in its educational system. According to the Organization for Economic Cooperation and Development (OECD), Canada is one of the world&#39;s top education performers and one of the top three countries in terms of public postsecondary education spending per capita.<\\/p>\\r\\n\\r\\n<p><strong>Canada&#39;s Higher Education System<\\/strong><br \\/>\\r\\nThe higher education system in Canada is separated into three levels: undergraduate, graduate, and post-graduate. Each level provides a distinct set of courses that allow students to specialize in specific areas of study.<br \\/>\\r\\n<strong>Let us take a look at the Canadian higher education system in detail:<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Undergraduate Level<\\/strong><br \\/>\\r\\nUndergraduate education in Canada is a three or four-year program that comprises of either 180 or 240 ECTS credits.<br \\/>\\r\\nUndergraduate studies can lead to advanced degrees such as a bachelor&#39;s or associate&#39;s degree. You must have a high school diploma or equivalent to apply for these degrees.<\\/p>\\r\\n\\r\\n<p><strong>Graduate Level<\\/strong><br \\/>\\r\\nUndergraduate education in Canada is a two- or three-year program that consists of either (90 or 120 ECTS credits total). Students can pursue master&#39;s and doctorate degrees at the graduate level.<\\/p>\\r\\n\\r\\n<p><strong>Post-Graduate Level<\\/strong><br \\/>\\r\\nIn Canada, post-graduate study lasts one or two years.<br \\/>\\r\\n&nbsp;<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":60,\"status\":1,\"created_at\":\"2023-08-21T07:00:08.000000Z\",\"updated_at\":\"2023-08-21T07:53:27.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/2_Mesa de trabajo 1 (1).png\",\"updated_at\":\"2023-08-21 07:54:19\",\"updatedBy\":1}', '2023-08-21 02:09:19', '2023-08-21 02:09:19'),
(NULL, 599, 1, 202308210755064438, 202308210755064438, 'App\\Models\\Countryarticles', 60, 'update', '{\"article_id\":60,\"countries_id\":13,\"parent_article\":0,\"title\":\"Universities in Canada\",\"alias\":\"universities-in-canada\",\"text\":\"<p>Among the renowned universities in Canada these are some of the lists of universities that have been highly accredited: &nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Toronto<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">The University of British Columbia<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Waterloo<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Alberta<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">Western University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">McMaster University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Montreal<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">Toronto Metropolitan University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Ottawa<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">York University<\\/span><\\/li>\\r\\n\\t<li><span style=\\\"color:#3498db\\\">University of Guelph<\\/span><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\\r\\n\\r\\n<p>These universities are consistently ranked among the top universities in the world, and offer a wide range of academic programs at undergraduate, postgraduate, and research levels. In addition to these universities, there are many other excellent institutions throughout the Canada. Each university has its own unique strengths and specializations, so it&#39;s important for students to research and find the best fit for their academic interests and goals.<\\/p>\\r\\n\\r\\n<ul>\\r\\n<\\/ul>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":59,\"status\":1,\"created_at\":\"2023-08-21T06:09:08.000000Z\",\"updated_at\":\"2023-08-21T06:10:48.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/5_Mesa de trabajo 1 (1).png\",\"updated_at\":\"2023-08-21 07:55:06\",\"updatedBy\":1}', '2023-08-21 02:10:06', '2023-08-21 02:10:06'),
(NULL, 600, 1, 202308210756517735, 202308210756517735, 'App\\Models\\Countryarticles', 59, 'update', '{\"article_id\":59,\"countries_id\":13,\"parent_article\":0,\"title\":\"Why Canada\",\"alias\":\"why-canada\",\"text\":\"<p>Canada is one of the safest countries in the world. Canada is well-known for its hospitality, low-cost, high-quality education, and welcoming, multicultural atmosphere. The United Nations continually ranks Canada as one of the greatest places to live in the world.<br \\/>\\r\\nYes, the winters are chilly, but the people here are friendly and hospitable.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Academic achievement<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The great level of education is one of the reasons why students opt to study in Canada. A degree from a Canadian university serves as a mark of trust and excellence for a student. In the QS World University Rankings 2023, 26 Canadian universities are ranked, while 30 are ranked in the The World University Rankings 2023. In addition, Canada is ranked sixth in the 2019 Universitas U21 Ranking of National Higher Education Systems.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Research opportunities<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>If you&#39;re a research scholar, there is no better country than Canada for you. The Canadian government provides significant funding for research in the fields of medicine, telecommunications, agriculture, environmental science, and technology. Canada is ranked 15th in the World Intellectual Property Organization&#39;s &#39;Global Innovation Index,&#39; and 57th in terms of intellectual property efficiency.<br \\/>\\r\\nOn top of that, there is a federal program in Canada known as NRC-IRAP that covers 80% of the funds used in technology and software research and development. As well, tax credits for R&amp;D expenses are available, subject to government T&amp;C.&nbsp;<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Budget-friendly<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Compared to universities in the United States and the United Kingdom, tuition in Canada is somewhat lower. And, in terms of return on investment, it is a very practical alternative for Nepali students.<br \\/>\\r\\nYou can also apply for scholarships in Canada to help you in cutting down educational expenses.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Earn as you learn<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>Due to special regulations, Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Diversity in culture<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>In Canada, you&#39;ll discover highly friendly and inviting people from several ethnic groups, each with their own culture and way of life. Like no other country, Canada&#39;s diversified environment encourages kindness and harmonious living. In fact, there are many Nepali students, workers, and residents here.<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Immigration opportunities<\\/strong><\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>The Post-Graduation Work Permit Program (PWPP) in Canada permits students to stay and work in Canada for up to three years following graduation. You can get international job experience and later apply for permanent residency.<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":58,\"status\":1,\"created_at\":\"2023-08-18T09:09:45.000000Z\",\"updated_at\":\"2023-08-21T07:41:17.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Flag_Map_of_the_United_States_(Canada).png\",\"updated_at\":\"2023-08-21 07:56:51\",\"updatedBy\":1}', '2023-08-21 02:11:51', '2023-08-21 02:11:51'),
(NULL, 601, 1, 202308210757474782, 202308210757474782, 'App\\Models\\Countryarticles', 61, 'update', '{\"article_id\":61,\"countries_id\":13,\"parent_article\":0,\"title\":\"Education System In Canada\",\"alias\":\"education-system\",\"text\":\"<p>Canada invests heavily in its educational system. According to the Organization for Economic Cooperation and Development (OECD), Canada is one of the world&#39;s top education performers and one of the top three countries in terms of public postsecondary education spending per capita.<\\/p>\\r\\n\\r\\n<p><strong>Canada&#39;s Higher Education System<\\/strong><br \\/>\\r\\nThe higher education system in Canada is separated into three levels: undergraduate, graduate, and post-graduate. Each level provides a distinct set of courses that allow students to specialize in specific areas of study.<br \\/>\\r\\n<strong>Let us take a look at the Canadian higher education system in detail:<\\/strong><\\/p>\\r\\n\\r\\n<p><strong>Undergraduate Level<\\/strong><br \\/>\\r\\nUndergraduate education in Canada is a three or four-year program that comprises of either 180 or 240 ECTS credits.<br \\/>\\r\\nUndergraduate studies can lead to advanced degrees such as a bachelor&#39;s or associate&#39;s degree. You must have a high school diploma or equivalent to apply for these degrees.<\\/p>\\r\\n\\r\\n<p><strong>Graduate Level<\\/strong><br \\/>\\r\\nUndergraduate education in Canada is a two- or three-year program that consists of either (90 or 120 ECTS credits total). Students can pursue master&#39;s and doctorate degrees at the graduate level.<\\/p>\\r\\n\\r\\n<p><strong>Post-Graduate Level<\\/strong><br \\/>\\r\\nIn Canada, post-graduate study lasts one or two years.<br \\/>\\r\\n&nbsp;<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/2_Mesa de trabajo 1 (1).png\",\"display_order\":60,\"status\":1,\"created_at\":\"2023-08-21T07:00:08.000000Z\",\"updated_at\":\"2023-08-21T07:54:19.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"title\":\"Education System\",\"updated_at\":\"2023-08-21 07:57:47\",\"updatedBy\":1}', '2023-08-21 02:12:47', '2023-08-21 02:12:47'),
(NULL, 602, 1, 202308211003423830, 202308211003423830, 'App\\Models\\Countryarticles', 62, 'create', NULL, '{\"title\":\"Future Prospects\",\"text\":\"<p>Studying in Canada could be one of the most advantageous possibilities for a better life and the best career. Ask why?<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.<\\/li>\\r\\n\\t<li>After completing your studies, if you obtain a Post-Graduation Work Permit (PGWP), you can work full-time for up to three years in Canada, depending on the length of your study program. This is an opportunity to gain Canadian work experience and potentially transition to permanent residency.<\\/li>\\r\\n\\t<li>The Canadian government has various immigration pathways that can lead to permanent residency for international students.&nbsp;<\\/li>\\r\\n\\t<li>Canada has a strong job market and offers diverse employment opportunities across various sectors.<\\/li>\\r\\n\\t<li>Canada consistently ranks high in quality of life indexes, offering a high standard of living, healthcare benefits, and social support systems.<\\/li>\\r\\n\\t<li>According to government regulations, the hourly wage per person is $13.60 to $16.77 per hour. This means that, as an international student, you can earn up to $1,100 to $1,400 per month.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n&nbsp;<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"13\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"alias\":\"future-prospects\",\"display_order\":\"61\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-21T10:03:42.000000Z\",\"created_at\":\"2023-08-21T10:03:42.000000Z\",\"article_id\":62,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-21 04:18:42', '2023-08-21 04:18:42'),
(NULL, 603, 1, 202308211005283368, 202308211005283368, 'App\\Models\\Countryarticles', 62, 'update', '{\"article_id\":62,\"countries_id\":13,\"parent_article\":0,\"title\":\"Future Prospects\",\"alias\":\"future-prospects\",\"text\":\"<p>Studying in Canada could be one of the most advantageous possibilities for a better life and the best career. Ask why?<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.<\\/li>\\r\\n\\t<li>After completing your studies, if you obtain a Post-Graduation Work Permit (PGWP), you can work full-time for up to three years in Canada, depending on the length of your study program. This is an opportunity to gain Canadian work experience and potentially transition to permanent residency.<\\/li>\\r\\n\\t<li>The Canadian government has various immigration pathways that can lead to permanent residency for international students.&nbsp;<\\/li>\\r\\n\\t<li>Canada has a strong job market and offers diverse employment opportunities across various sectors.<\\/li>\\r\\n\\t<li>Canada consistently ranks high in quality of life indexes, offering a high standard of living, healthcare benefits, and social support systems.<\\/li>\\r\\n\\t<li>According to government regulations, the hourly wage per person is $13.60 to $16.77 per hour. This means that, as an international student, you can earn up to $1,100 to $1,400 per month.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n&nbsp;<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"display_order\":61,\"status\":1,\"created_at\":\"2023-08-21T10:03:42.000000Z\",\"updated_at\":\"2023-08-21T10:03:42.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-21 04:20:28', '2023-08-21 04:20:28'),
(NULL, 604, 1, 202308211006257731, 202308211006257731, 'App\\Models\\Countryarticles', 62, 'update', '{\"article_id\":62,\"countries_id\":13,\"parent_article\":0,\"title\":\"Future Prospects\",\"alias\":\"future-prospects\",\"text\":\"<p>Studying in Canada could be one of the most advantageous possibilities for a better life and the best career. Ask why?<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.<\\/li>\\r\\n\\t<li>After completing your studies, if you obtain a Post-Graduation Work Permit (PGWP), you can work full-time for up to three years in Canada, depending on the length of your study program. This is an opportunity to gain Canadian work experience and potentially transition to permanent residency.<\\/li>\\r\\n\\t<li>The Canadian government has various immigration pathways that can lead to permanent residency for international students.&nbsp;<\\/li>\\r\\n\\t<li>Canada has a strong job market and offers diverse employment opportunities across various sectors.<\\/li>\\r\\n\\t<li>Canada consistently ranks high in quality of life indexes, offering a high standard of living, healthcare benefits, and social support systems.<\\/li>\\r\\n\\t<li>According to government regulations, the hourly wage per person is $13.60 to $16.77 per hour. This means that, as an international student, you can earn up to $1,100 to $1,400 per month.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n&nbsp;<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"display_order\":61,\"status\":1,\"created_at\":\"2023-08-21T10:03:42.000000Z\",\"updated_at\":\"2023-08-21T10:03:42.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"\",\"updated_at\":\"2023-08-21 10:06:25\",\"updatedBy\":1}', '2023-08-21 04:21:25', '2023-08-21 04:21:25'),
(NULL, 605, 1, 202308211019398549, 202308211019398549, 'App\\Models\\Countryarticles', 63, 'create', NULL, '{\"title\":\"Study Intakes\",\"text\":\"<p>hello<\\/p>\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"13\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"alias\":\"study-intakes\",\"display_order\":\"62\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-21T10:19:39.000000Z\",\"created_at\":\"2023-08-21T10:19:39.000000Z\",\"article_id\":63,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-21 04:34:39', '2023-08-21 04:34:39');
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, 606, 1, 202308211021324736, 202308211021324736, 'App\\Models\\Countryarticles', 62, 'update', '{\"article_id\":62,\"countries_id\":13,\"parent_article\":0,\"title\":\"Future Prospects\",\"alias\":\"future-prospects\",\"text\":\"<p>Studying in Canada could be one of the most advantageous possibilities for a better life and the best career. Ask why?<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li>Canada allows all overseas students to work part-time for up to 20 hours per week throughout their semesters and full-time during their summer and winter holidays. You would not need an additional work permit to work on-campus or as an intern in any company because your study visa is sufficient to help you obtain a part-time employment.<\\/li>\\r\\n\\t<li>After completing your studies, if you obtain a Post-Graduation Work Permit (PGWP), you can work full-time for up to three years in Canada, depending on the length of your study program. This is an opportunity to gain Canadian work experience and potentially transition to permanent residency.<\\/li>\\r\\n\\t<li>The Canadian government has various immigration pathways that can lead to permanent residency for international students.&nbsp;<\\/li>\\r\\n\\t<li>Canada has a strong job market and offers diverse employment opportunities across various sectors.<\\/li>\\r\\n\\t<li>Canada consistently ranks high in quality of life indexes, offering a high standard of living, healthcare benefits, and social support systems.<\\/li>\\r\\n\\t<li>According to government regulations, the hourly wage per person is $13.60 to $16.77 per hour. This means that, as an international student, you can earn up to $1,100 to $1,400 per month.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p><br \\/>\\r\\n&nbsp;<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"\",\"display_order\":61,\"status\":1,\"created_at\":\"2023-08-21T10:03:42.000000Z\",\"updated_at\":\"2023-08-21T10:06:25.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/1_Mesa de trabajo 1 (1).png\",\"updated_at\":\"2023-08-21 10:21:32\",\"updatedBy\":1}', '2023-08-21 04:36:32', '2023-08-21 04:36:32'),
(NULL, 607, 1, 202308211027387636, 202308211027387636, 'App\\Models\\Countryarticles', 58, 'update', '{\"article_id\":58,\"countries_id\":13,\"parent_article\":0,\"title\":\"Fundamentals of Canada\",\"alias\":\"fundamentals-of-canada\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Canada\\/Picsart_23-08-18_15-07-08-686.png\",\"display_order\":57,\"status\":1,\"created_at\":\"2023-08-18T09:08:46.000000Z\",\"updated_at\":\"2023-08-18T09:23:09.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<ul>\\r\\n\\t<li><strong>Geography and Land:<\\/strong> Canada is the second-largest country in the world by land area, spanning approximately 9.98 million square kilometers. It is located in North America, bordered by the Atlantic, Pacific, and Arctic Oceans. It shares land borders with the United States.<\\/li>\\r\\n\\t<li><strong>Provinces and Territories<\\/strong>: Canada is divided into ten provinces and three territories. Each province and territory has its own government responsible for certain areas of jurisdiction, such as healthcare and education.<\\/li>\\r\\n\\t<li><strong>Population and Diversity:<\\/strong> Canada has a diverse population, with people from various cultural, ethnic, and linguistic backgrounds. It is known for its multiculturalism and welcoming attitude toward immigrants.<\\/li>\\r\\n\\t<li><strong>Official Languages:<\\/strong> Canada has two official languages: English and French. This bilingualism reflects its history as a former French and British colony.<\\/li>\\r\\n\\t<li><strong>Government and Monarchy<\\/strong>: Canada is a parliamentary democracy and a constitutional monarchy. The head of state is the monarch (as of my last update, Queen Elizabeth II), represented in Canada by the Governor General. The Prime Minister is the head of government.<\\/li>\\r\\n\\t<li><strong>Economy:<\\/strong> Canada has a mixed economy, characterized by a blend of market and government intervention. It is rich in natural resources, and industries such as natural resources, technology, manufacturing, and services contribute to its economy.<\\/li>\\r\\n\\t<li><strong>Healthcare:<\\/strong> Canada has a publicly funded healthcare system known as Medicare. It provides citizens and permanent residents with access to medically necessary hospital and physician services at no direct cost.<\\/li>\\r\\n\\t<li><strong>Education:<\\/strong> Canada offers a high-quality education system from primary to post-secondary levels. It is home to prestigious universities and colleges known for their research and academic programs.<\\/li>\\r\\n\\t<li><strong>Natural Beauty:<\\/strong> Canada is renowned for its stunning natural landscapes, including vast forests, mountain ranges, lakes, and national parks. The Rocky Mountains, Niagara Falls, and Banff National Park are some of its famous attractions.<\\/li>\\r\\n\\t<li><strong>Social Welfare:<\\/strong> Canada places importance on social welfare programs, including social assistance, employment insurance, and old age security. These programs are designed to provide support to individuals in need.<\\/li>\\r\\n\\t<li><strong>Cultural Heritage:<\\/strong> Indigenous peoples have a rich cultural heritage in Canada, with various First Nations, Inuit, and M&eacute;tis communities across the country. Their cultures contribute significantly to the country&#39;s identity.<\\/li>\\r\\n\\t<li><strong>Sports and Recreation:<\\/strong>&nbsp;Ice hockey is Canada&#39;s most popular sport, and the country has a strong tradition of winter sports. Other popular sports include soccer, basketball, and Canadian football.<\\/li>\\r\\n\\t<li><strong>Safety and Quality of Life:<\\/strong> Canada consistently ranks high in quality of life indexes due to factors like low crime rates, access to healthcare and education, and overall well-being.<br \\/>\\r\\n\\t&nbsp;<\\/li>\\r\\n<\\/ul>\",\"updated_at\":\"2023-08-21 10:27:38\",\"updatedBy\":1}', '2023-08-21 04:42:38', '2023-08-21 04:42:38'),
(NULL, 608, 1, 202308211031469661, 202308211031469661, 'App\\Models\\Countryarticles', 58, 'update', '{\"article_id\":58,\"countries_id\":13,\"parent_article\":0,\"title\":\"Fundamentals of Canada\",\"alias\":\"fundamentals-of-canada\",\"text\":\"<ul>\\r\\n\\t<li><strong>Geography and Land:<\\/strong> Canada is the second-largest country in the world by land area, spanning approximately 9.98 million square kilometers. It is located in North America, bordered by the Atlantic, Pacific, and Arctic Oceans. It shares land borders with the United States.<\\/li>\\r\\n\\t<li><strong>Provinces and Territories<\\/strong>: Canada is divided into ten provinces and three territories. Each province and territory has its own government responsible for certain areas of jurisdiction, such as healthcare and education.<\\/li>\\r\\n\\t<li><strong>Population and Diversity:<\\/strong> Canada has a diverse population, with people from various cultural, ethnic, and linguistic backgrounds. It is known for its multiculturalism and welcoming attitude toward immigrants.<\\/li>\\r\\n\\t<li><strong>Official Languages:<\\/strong> Canada has two official languages: English and French. This bilingualism reflects its history as a former French and British colony.<\\/li>\\r\\n\\t<li><strong>Government and Monarchy<\\/strong>: Canada is a parliamentary democracy and a constitutional monarchy. The head of state is the monarch (as of my last update, Queen Elizabeth II), represented in Canada by the Governor General. The Prime Minister is the head of government.<\\/li>\\r\\n\\t<li><strong>Economy:<\\/strong> Canada has a mixed economy, characterized by a blend of market and government intervention. It is rich in natural resources, and industries such as natural resources, technology, manufacturing, and services contribute to its economy.<\\/li>\\r\\n\\t<li><strong>Healthcare:<\\/strong> Canada has a publicly funded healthcare system known as Medicare. It provides citizens and permanent residents with access to medically necessary hospital and physician services at no direct cost.<\\/li>\\r\\n\\t<li><strong>Education:<\\/strong> Canada offers a high-quality education system from primary to post-secondary levels. It is home to prestigious universities and colleges known for their research and academic programs.<\\/li>\\r\\n\\t<li><strong>Natural Beauty:<\\/strong> Canada is renowned for its stunning natural landscapes, including vast forests, mountain ranges, lakes, and national parks. The Rocky Mountains, Niagara Falls, and Banff National Park are some of its famous attractions.<\\/li>\\r\\n\\t<li><strong>Social Welfare:<\\/strong> Canada places importance on social welfare programs, including social assistance, employment insurance, and old age security. These programs are designed to provide support to individuals in need.<\\/li>\\r\\n\\t<li><strong>Cultural Heritage:<\\/strong> Indigenous peoples have a rich cultural heritage in Canada, with various First Nations, Inuit, and M&eacute;tis communities across the country. Their cultures contribute significantly to the country&#39;s identity.<\\/li>\\r\\n\\t<li><strong>Sports and Recreation:<\\/strong>&nbsp;Ice hockey is Canada&#39;s most popular sport, and the country has a strong tradition of winter sports. Other popular sports include soccer, basketball, and Canadian football.<\\/li>\\r\\n\\t<li><strong>Safety and Quality of Life:<\\/strong> Canada consistently ranks high in quality of life indexes due to factors like low crime rates, access to healthcare and education, and overall well-being.<br \\/>\\r\\n\\t&nbsp;<\\/li>\\r\\n<\\/ul>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Canada\\/Picsart_23-08-18_15-07-08-686.png\",\"display_order\":57,\"status\":1,\"created_at\":\"2023-08-18T09:08:46.000000Z\",\"updated_at\":\"2023-08-21T10:27:38.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<ul>\\r\\n\\t<li><strong>Geography and Land:<\\/strong> Canada is the second-largest country in the world by land area, spanning approximately 9.98 million square kilometers. It is located in North America, bordered by the Atlantic, Pacific, and Arctic Oceans. It shares land borders with the United States.<\\/li>\\r\\n\\t<li><strong>Provinces and Territories<\\/strong>: Canada is divided into ten provinces and three territories. Each province and territory has its own government responsible for certain areas of jurisdiction, such as healthcare and education.<\\/li>\\r\\n\\t<li><strong>Population and Diversity:<\\/strong> Canada has a diverse population, with people from various cultural, ethnic, and linguistic backgrounds. It is known for its multiculturalism and welcoming attitude toward immigrants.<\\/li>\\r\\n\\t<li><strong>Official Languages:<\\/strong> Canada has two official languages: English and French. This bilingualism reflects its history as a former French and British colony.<\\/li>\\r\\n\\t<li><strong>Government and Monarchy:<\\/strong> Canada is a parliamentary democracy and a constitutional monarchy. The head of state is the monarch (as of my last update, Queen Elizabeth II), represented in Canada by the Governor General. The Prime Minister is the head of government.<\\/li>\\r\\n\\t<li><strong>Economy:<\\/strong> Canada has a mixed economy, characterized by a blend of market and government intervention. It is rich in natural resources, and industries such as natural resources, technology, manufacturing, and services contribute to its economy.<\\/li>\\r\\n\\t<li><strong>Healthcare:<\\/strong> Canada has a publicly funded healthcare system known as Medicare. It provides citizens and permanent residents with access to medically necessary hospital and physician services at no direct cost.<\\/li>\\r\\n\\t<li><strong>Education:<\\/strong> Canada offers a high-quality education system from primary to post-secondary levels. It is home to prestigious universities and colleges known for their research and academic programs.<\\/li>\\r\\n\\t<li><strong>Natural Beauty: <\\/strong>Canada is renowned for its stunning natural landscapes, including vast forests, mountain ranges, lakes, and national parks. The Rocky Mountains, Niagara Falls, and Banff National Park are some of its famous attractions.<\\/li>\\r\\n\\t<li><strong>Social Welfare:<\\/strong> Canada places importance on social welfare programs, including social assistance, employment insurance, and old age security. These programs are designed to provide support to individuals in need.<\\/li>\\r\\n\\t<li><strong>Cultural Heritage:<\\/strong> Indigenous peoples have a rich cultural heritage in Canada, with various First Nations, Inuit, and M&eacute;tis communities across the country. Their cultures contribute significantly to the country&#39;s identity.<\\/li>\\r\\n\\t<li><strong>Sports and Recreation:<\\/strong>&nbsp;Ice hockey is Canada&#39;s most popular sport, and the country has a strong tradition of winter sports. Other popular sports include soccer, basketball, and Canadian football.<\\/li>\\r\\n\\t<li><strong>Safety and Quality of Life:<\\/strong> Canada consistently ranks high in quality of life indexes due to factors like low crime rates, access to healthcare and education, and overall well-being.<\\/li>\\r\\n<\\/ul>\\r\\n\\r\\n<p>&nbsp;<\\/p>\",\"updated_at\":\"2023-08-21 10:31:46\",\"updatedBy\":1}', '2023-08-21 04:46:46', '2023-08-21 04:46:46'),
(NULL, 609, 1, 202308211041429294, 202308211041429294, 'App\\Models\\Countries', 13, 'update', '{\"country_id\":13,\"title\":\"Canada\",\"alias\":\"canada\",\"text\":\"\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Canada\\/28-mar-2023-blog.jpg\",\"display_order\":7,\"status\":1,\"created_at\":\"2023-08-17T09:59:39.000000Z\",\"updated_at\":\"2023-08-18T09:07:16.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Canada offers a high-quality education system that is recognized globally. It&#39;s known for its diverse range of academic programs, research opportunities, and welcoming atmosphere for international students. Some key points about education in Canada: (Quality Institutions, Diverse Programs, Research Opportunities, Multicultural Environment, Support for International Students, Post-Graduation Work Opportunities, Affordability, Pathways to Permanent Residency, Global Recognition).<\\/p>\",\"updated_at\":\"2023-08-21 10:41:42\",\"updatedBy\":1}', '2023-08-21 04:56:42', '2023-08-21 04:56:42'),
(NULL, 610, 1, 202308211044186470, 202308211044186470, 'App\\Models\\Countryarticles', 64, 'create', NULL, '{\"title\":\"Part Time Jobs\",\"text\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"seo_keywords\":\"\",\"og_tags\":\"\",\"countries_id\":\"13\",\"parent_article\":\"0\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"alias\":\"part-time-jobs\",\"display_order\":\"63\",\"createdBy\":1,\"updatedBy\":1,\"status\":1,\"updated_at\":\"2023-08-21T10:44:18.000000Z\",\"created_at\":\"2023-08-21T10:44:18.000000Z\",\"article_id\":64,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '2023-08-21 04:59:18', '2023-08-21 04:59:18'),
(NULL, 611, 1, 202308211111512406, 202308211111512406, 'App\\Models\\Countryarticles', 63, 'update', '{\"article_id\":63,\"countries_id\":13,\"parent_article\":0,\"title\":\"Study Intakes\",\"alias\":\"study-intakes\",\"text\":\"<p>hello<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"display_order\":62,\"status\":1,\"created_at\":\"2023-08-21T10:19:39.000000Z\",\"updated_at\":\"2023-08-21T10:19:39.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>As a student who wants to apply for a higher level of education in Canada, you need to know all about the study intakes and deadlines in case you miss anything. Starting from the very basics, there are three intakes for international students in Canada.<\\/p>\\r\\n\\r\\n<p>September\\/Fall intake<br \\/>\\r\\nIn Canada, the Fall intake is the primary and major intake for enrolling international students. Almost all of the available courses are offered by all of the universities in this intake. This intake includes the most number of institutes offering the largest number of seats available in all the courses, compared to the other two Intakes. Here is a simple timeline for you to follow to be prepared for the autumn intake:<br \\/>\\r\\n&nbsp;<br \\/>\\r\\nDeadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Masters Level<br \\/>\\r\\nApplications Open<br \\/>\\r\\nApplication Deadline<br \\/>\\r\\nNotification of Selection&nbsp;<br \\/>\\r\\nSemester Starts<\\/p>\\r\\n\\r\\n<p>January\\/Winter Intake<br \\/>\\r\\nThe Winter Intake is the Secondary Intake for enrolling international students. This intake can be considered as the continuation of the fall intake. A fewer number of institutes offer courses in winter intake compared to the fall intake.<\\/p>\\r\\n\\r\\n<p>Deadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Masters Level<br \\/>\\r\\nApplications Open<br \\/>\\r\\nApplication Deadline<br \\/>\\r\\nNotification of Selection&nbsp;<br \\/>\\r\\nSemester Starts<\\/p>\\r\\n\\r\\n<p>May\\/Spring Intake<br \\/>\\r\\nSpring Intake or Summer Intake is the least preferred intake of all the intakes that are available. Not many colleges offer a course during the spring session, and the ones that offer are very few.<br \\/>\\r\\nMost of the students prefer going back to their homes or taking a spring break off during summer. It is not a compulsory semester. Students can still take the courses if they want to, but as said earlier, there are not many options to choose from.<\\/p>\\r\\n\\r\\n<p>Deadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Masters Level<br \\/>\\r\\nApplications Open<br \\/>\\r\\nApplication Deadline<br \\/>\\r\\nNotification of Selection&nbsp;<br \\/>\\r\\nSemester Starts<\\/p>\",\"updated_at\":\"2023-08-21 11:11:51\",\"updatedBy\":1}', '2023-08-21 05:26:51', '2023-08-21 05:26:51'),
(NULL, 612, 1, 202308211112377124, 202308211112377124, 'App\\Models\\Countryarticles', 63, 'update', '{\"article_id\":63,\"countries_id\":13,\"parent_article\":0,\"title\":\"Study Intakes\",\"alias\":\"study-intakes\",\"text\":\"<p>As a student who wants to apply for a higher level of education in Canada, you need to know all about the study intakes and deadlines in case you miss anything. Starting from the very basics, there are three intakes for international students in Canada.<\\/p>\\r\\n\\r\\n<p>September\\/Fall intake<br \\/>\\r\\nIn Canada, the Fall intake is the primary and major intake for enrolling international students. Almost all of the available courses are offered by all of the universities in this intake. This intake includes the most number of institutes offering the largest number of seats available in all the courses, compared to the other two Intakes. Here is a simple timeline for you to follow to be prepared for the autumn intake:<br \\/>\\r\\n&nbsp;<br \\/>\\r\\nDeadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Masters Level<br \\/>\\r\\nApplications Open<br \\/>\\r\\nApplication Deadline<br \\/>\\r\\nNotification of Selection&nbsp;<br \\/>\\r\\nSemester Starts<\\/p>\\r\\n\\r\\n<p>January\\/Winter Intake<br \\/>\\r\\nThe Winter Intake is the Secondary Intake for enrolling international students. This intake can be considered as the continuation of the fall intake. A fewer number of institutes offer courses in winter intake compared to the fall intake.<\\/p>\\r\\n\\r\\n<p>Deadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Masters Level<br \\/>\\r\\nApplications Open<br \\/>\\r\\nApplication Deadline<br \\/>\\r\\nNotification of Selection&nbsp;<br \\/>\\r\\nSemester Starts<\\/p>\\r\\n\\r\\n<p>May\\/Spring Intake<br \\/>\\r\\nSpring Intake or Summer Intake is the least preferred intake of all the intakes that are available. Not many colleges offer a course during the spring session, and the ones that offer are very few.<br \\/>\\r\\nMost of the students prefer going back to their homes or taking a spring break off during summer. It is not a compulsory semester. Students can still take the courses if they want to, but as said earlier, there are not many options to choose from.<\\/p>\\r\\n\\r\\n<p>Deadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Masters Level<br \\/>\\r\\nApplications Open<br \\/>\\r\\nApplication Deadline<br \\/>\\r\\nNotification of Selection&nbsp;<br \\/>\\r\\nSemester Starts<\\/p>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"display_order\":62,\"status\":1,\"created_at\":\"2023-08-21T10:19:39.000000Z\",\"updated_at\":\"2023-08-21T11:11:51.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>As a student who wants to apply for a higher level of education in Canada, you need to know all about the study intakes and deadlines in case you miss anything. Starting from the very basics, there are three intakes for international students in Canada.<\\/p>\\r\\n\\r\\n<p><strong>September\\/Fall intake<\\/strong><br \\/>\\r\\nIn Canada, the Fall intake is the primary and major intake for enrolling international students. Almost all of the available courses are offered by all of the universities in this intake. This intake includes the most number of institutes offering the largest number of seats available in all the courses, compared to the other two Intakes. Here is a simple timeline for you to follow to be prepared for the autumn intake:<br \\/>\\r\\n&nbsp;<br \\/>\\r\\n<strong>Deadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Masters Level<\\/strong><br \\/>\\r\\nApplications Open<br \\/>\\r\\nApplication Deadline<br \\/>\\r\\nNotification of Selection&nbsp;<br \\/>\\r\\nSemester Starts<\\/p>\\r\\n\\r\\n<p><strong>January\\/Winter Intake<\\/strong><br \\/>\\r\\nThe Winter Intake is the Secondary Intake for enrolling international students. This intake can be considered as the continuation of the fall intake. A fewer number of institutes offer courses in winter intake compared to the fall intake.<\\/p>\\r\\n\\r\\n<p><strong>Deadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Masters Level<\\/strong><br \\/>\\r\\nApplications Open<br \\/>\\r\\nApplication Deadline<br \\/>\\r\\nNotification of Selection&nbsp;<br \\/>\\r\\nSemester Starts<\\/p>\\r\\n\\r\\n<p><strong>May\\/Spring Intake<\\/strong><br \\/>\\r\\nSpring Intake or Summer Intake is the least preferred intake of all the intakes that are available. Not many colleges offer a course during the spring session, and the ones that offer are very few.<br \\/>\\r\\nMost of the students prefer going back to their homes or taking a spring break off during summer. It is not a compulsory semester. Students can still take the courses if they want to, but as said earlier, there are not many options to choose from.<\\/p>\\r\\n\\r\\n<p><strong>Deadlines &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Bachelors Level &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Masters Level<\\/strong><br \\/>\\r\\nApplications Open<br \\/>\\r\\nApplication Deadline<br \\/>\\r\\nNotification of Selection&nbsp;<br \\/>\\r\\nSemester Starts<\\/p>\",\"updated_at\":\"2023-08-21 11:12:37\",\"updatedBy\":1}', '2023-08-21 05:27:37', '2023-08-21 05:27:37'),
(NULL, 613, 1, 202308211202451791, 202308211202451791, 'App\\Models\\Countryarticles', 64, 'update', '{\"article_id\":64,\"countries_id\":13,\"parent_article\":0,\"title\":\"Part Time Jobs\",\"alias\":\"part-time-jobs\",\"text\":\"\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"display_order\":63,\"status\":1,\"created_at\":\"2023-08-21T10:44:18.000000Z\",\"updated_at\":\"2023-08-21T10:44:18.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Here are a few types of part-time jobs you can get as a fresh international student in Canada. You can eventually work your way up after gaining some experience and networking through these jobs. Take a look!<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Server\\/bartender:<\\/strong> Average CA$13 per hour<\\/li>\\r\\n\\t<li><strong>Sales assistant:<\\/strong> Average CA$14 per hour<\\/li>\\r\\n\\t<li><strong>Barista:<\\/strong> Average CA$14 per hour<\\/li>\\r\\n\\t<li><strong>Dog walker: <\\/strong>Average CA$15 per hour<\\/li>\\r\\n\\t<li><strong>Tutor:<\\/strong> Average CA$16 per hour<\\/li>\\r\\n\\t<li><strong>Ride-sharing driver\\/delivery driver: <\\/strong>Average CA$19 per hour<\\/li>\\r\\n\\t<li><strong>Teacher Assistant:<\\/strong> Average CA$15-16 per hour<\\/li>\\r\\n\\t<li><strong>Freelancer:<\\/strong> Average CA$25 per hour<\\/li>\\r\\n\\t<li><strong>Nanny:<\\/strong> Average CA$14 per hour<\\/li>\\r\\n\\t<li><strong>Translator:<\\/strong> Average CA$21 per hour<\\/li>\\r\\n\\t<li><strong>Bookkeeper: <\\/strong>Average CA$ 25 per hour<\\/li>\\r\\n\\t<li><strong>Custom Service Assistant:<\\/strong> Average CA$13 per hour<\\/li>\\r\\n\\t<li><strong>Cook: <\\/strong>Average CA$13 per hour<\\/li>\\r\\n\\t<li><strong>Program facilitator:<\\/strong> Average CA$13 per hour<\\/li>\\r\\n\\t<li><strong>Writer \\/ Editor: <\\/strong>Average CA$25 per hour<\\/li>\\r\\n<\\/ul>\",\"updated_at\":\"2023-08-21 12:02:45\",\"updatedBy\":1}', '2023-08-21 06:17:45', '2023-08-21 06:17:45'),
(NULL, 614, 1, 202308221154153285, 202308221154153285, 'App\\Models\\Countryarticles', 64, 'update', '{\"article_id\":64,\"countries_id\":13,\"parent_article\":0,\"title\":\"Part Time Jobs\",\"alias\":\"part-time-jobs\",\"text\":\"<p>Here are a few types of part-time jobs you can get as a fresh international student in Canada. You can eventually work your way up after gaining some experience and networking through these jobs. Take a look!<\\/p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><strong>Server\\/bartender:<\\/strong> Average CA$13 per hour<\\/li>\\r\\n\\t<li><strong>Sales assistant:<\\/strong> Average CA$14 per hour<\\/li>\\r\\n\\t<li><strong>Barista:<\\/strong> Average CA$14 per hour<\\/li>\\r\\n\\t<li><strong>Dog walker: <\\/strong>Average CA$15 per hour<\\/li>\\r\\n\\t<li><strong>Tutor:<\\/strong> Average CA$16 per hour<\\/li>\\r\\n\\t<li><strong>Ride-sharing driver\\/delivery driver: <\\/strong>Average CA$19 per hour<\\/li>\\r\\n\\t<li><strong>Teacher Assistant:<\\/strong> Average CA$15-16 per hour<\\/li>\\r\\n\\t<li><strong>Freelancer:<\\/strong> Average CA$25 per hour<\\/li>\\r\\n\\t<li><strong>Nanny:<\\/strong> Average CA$14 per hour<\\/li>\\r\\n\\t<li><strong>Translator:<\\/strong> Average CA$21 per hour<\\/li>\\r\\n\\t<li><strong>Bookkeeper: <\\/strong>Average CA$ 25 per hour<\\/li>\\r\\n\\t<li><strong>Custom Service Assistant:<\\/strong> Average CA$13 per hour<\\/li>\\r\\n\\t<li><strong>Cook: <\\/strong>Average CA$13 per hour<\\/li>\\r\\n\\t<li><strong>Program facilitator:<\\/strong> Average CA$13 per hour<\\/li>\\r\\n\\t<li><strong>Writer \\/ Editor: <\\/strong>Average CA$25 per hour<\\/li>\\r\\n<\\/ul>\",\"cover_photo\":\"\",\"thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/4_Mesa de trabajo 1 (1).png\",\"display_order\":63,\"status\":1,\"created_at\":\"2023-08-21T10:44:18.000000Z\",\"updated_at\":\"2023-08-21T12:02:45.000000Z\",\"seo_keywords\":\"\",\"seo_title\":\"\",\"seo_descriptions\":\"\",\"og_tags\":\"\",\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', NULL, '2023-08-22 06:09:15', '2023-08-22 06:09:15'),
(NULL, 615, 1, 202308221155033169, 202308221155033169, 'App\\Models\\Countries', 13, 'update', '{\"country_id\":13,\"title\":\"Canada\",\"alias\":\"canada\",\"text\":\"<p>Canada offers a high-quality education system that is recognized globally. It&#39;s known for its diverse range of academic programs, research opportunities, and welcoming atmosphere for international students. Some key points about education in Canada: (Quality Institutions, Diverse Programs, Research Opportunities, Multicultural Environment, Support for International Students, Post-Graduation Work Opportunities, Affordability, Pathways to Permanent Residency, Global Recognition).<\\/p>\",\"details\":\"\",\"cover_photo\":\"\",\"image_thumb\":\"storage\\/trust\\/files\\/1\\/Study des\\/Canada\\/28-mar-2023-blog.jpg\",\"display_order\":7,\"status\":1,\"created_at\":\"2023-08-17T09:59:39.000000Z\",\"updated_at\":\"2023-08-21T10:41:42.000000Z\",\"seo_keywords\":null,\"seo_title\":null,\"seo_descriptions\":null,\"og_tags\":null,\"createdby\":1,\"updatedby\":1,\"status_name\":\"<span class=\\\"badge text-bg-success-soft\\\"> Active <\\/span>\"}', '{\"text\":\"<p>Canada offers a high-quality education system that is recognized globally. It&#39;s known for its diverse range of academic programs, research opportunities, and welcoming atmosphere for international students.<\\/p>\",\"updated_at\":\"2023-08-22 11:55:03\",\"updatedBy\":1}', '2023-08-22 06:10:03', '2023-08-22 06:10:03');
-- --------------------------------------------------------
--
-- Table structure for table `tbl_password_reset_tokens`
--
CREATE TABLE `tbl_password_reset_tokens` (
`email` varchar(255) NOT NULL,
`token` varchar(255) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `tbl_personal_access_tokens`
--
CREATE TABLE `tbl_personal_access_tokens` (
`id` bigint(20) UNSIGNED NOT NULL,
`tokenable_type` varchar(255) NOT NULL,
`tokenable_id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) NOT NULL,
`token` varchar(64) NOT NULL,
`abilities` text DEFAULT NULL,
`last_used_at` timestamp NULL DEFAULT NULL,
`expires_at` timestamp NULL DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `tbl_photos`
--
CREATE TABLE `tbl_photos` (
`photo_id` int(11) NOT NULL,
`galleries_id` int(11) NOT NULL,
`title` varchar(255) NOT NULL,
`alias` varchar(255) 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,
`createdby` int(11) DEFAULT NULL,
`updatedby` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `tbl_photos`
--
INSERT INTO `tbl_photos` (`photo_id`, `galleries_id`, `title`, `alias`, `thumb`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES
(1, 1, 'Photo 1', 'photo-1', 'storage/files/1/can.jpg', 1, -1, '2023-07-29 06:11:38', '2023-07-29 18:12:47', 1, 1),
(2, 1, '', '', 'storage/files/1/aus.jpg', 2, -1, '2023-07-29 06:54:39', '2023-07-29 18:09:10', 1, 1),
(3, 1, '', '', 'storage/files/1/career-counselling.jpg', 3, -1, '2023-07-29 06:55:43', '2023-07-29 18:07:26', 1, 1),
(4, 1, '', '-1', 'storage/files/1/facts-about-nz-header.jpg', 4, -1, '2023-07-29 17:26:49', '2023-07-29 18:08:10', 1, 1),
(5, 1, '', '-2', 'storage/files/1/aus.jpg', 5, -1, '2023-07-29 17:26:49', '2023-07-29 18:12:30', 1, 1),
(6, 1, '', '-3', 'storage/files/1/Can-unv.png', 6, -1, '2023-07-29 17:26:49', '2023-07-29 18:08:34', 1, 1),
(7, 1, '', '-4', 'storage/files/1/Steps.png', 7, -1, '2023-07-29 17:29:11', '2023-07-29 18:09:23', 1, 1),
(8, 1, '', '-5', 'storage/files/1/places-of-attraction-canada.jpg', 8, -1, '2023-07-29 17:29:11', '2023-07-29 18:08:40', 1, 1),
(9, 1, '', '-6', 'storage/files/1/new.jpg', 9, -1, '2023-07-29 17:29:11', '2023-07-29 18:11:38', 1, 1),
(10, 1, 'Test', 'test', 'storage/files/1/aus.jpg', 10, -1, '2023-07-29 18:01:14', '2023-07-29 18:09:06', 1, 1),
(11, 1, 'Test', 'test-1', 'storage/files/1/Can-unv.png', 11, -1, '2023-07-29 18:01:14', '2023-07-29 18:08:45', 1, 1),
(12, 1, 'Test', 'test-2', 'storage/files/1/can.jpg', 12, -1, '2023-07-29 18:01:14', '2023-07-29 18:09:15', 1, 1),
(13, 1, 'Test', 'test-3', 'storage/files/1/career-counselling.jpg', 13, -1, '2023-07-29 18:01:14', '2023-07-29 18:08:54', 1, 1),
(14, 1, 'Test', 'test-4', 'storage/files/1/facts-about-australia-header.jpg', 14, -1, '2023-07-29 18:01:14', '2023-07-29 18:08:59', 1, 1),
(15, 1, 'Test', 'test-5', 'storage/files/1/facts-about-nz-header.jpg', 15, -1, '2023-07-29 18:01:14', '2023-07-29 18:08:50', 1, 1),
(16, 2, 'Seneca Seminar', 'seneca-seminar', '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', 16, 1, '2023-07-29 18:05:11', '2023-07-29 18:05:11', 1, 1),
(17, 2, 'Seneca Seminar', 'seneca-seminar-1', 'storage/files/1/Seneca Seminar/RED_DUMMY.png', 17, 1, '2023-07-29 18:05:11', '2023-07-29 18:05:11', 1, 1),
(18, 2, 'Seneca Seminar', 'seneca-seminar-2', 'storage/files/1/Seneca Seminar/speakerman.png', 18, 1, '2023-07-29 18:05:11', '2023-07-29 18:05:11', 1, 1),
(19, 2, 'Seneca Seminar', 'seneca-seminar-3', 'storage/files/1/Seneca Seminar/YELLOW.png', 19, 1, '2023-07-29 18:05:11', '2023-07-29 18:05:11', 1, 1),
(20, 2, 'Seneca Seminar', 'seneca-seminar-4', 'storage/files/1/Seneca Seminar/YELLOW_DUMMY.png', 20, 1, '2023-07-29 18:05:11', '2023-07-29 18:05:11', 1, 1),
(21, 1, 'VISA Success Posts', 'visa-success-posts', 'storage/files/1/VISA Success/Priya-Pandey.png', 21, 1, '2023-07-29 18:15:04', '2023-07-29 18:15:04', 1, 1),
(22, 1, 'VISA Success Posts', 'visa-success-posts-1', 'storage/files/1/VISA Success/Special-Visa-NZx.png', 22, 1, '2023-07-29 18:15:04', '2023-07-29 18:15:04', 1, 1),
(23, 1, 'VISA Success Posts', 'visa-success-posts-2', 'storage/files/1/VISA Success/Visa-Success-UK (1).png', 23, 1, '2023-07-29 18:15:04', '2023-07-29 18:15:04', 1, 1),
(24, 3, '', '-7', 'storage/files/1/Promotional Offers/Cover--AEN-PKR.png', 24, 1, '2023-07-29 18:20:38', '2023-07-29 18:20:38', 1, 1),
(25, 3, '', '-8', 'storage/files/1/Promotional Offers/Cover.png', 25, 1, '2023-07-29 18:20:38', '2023-07-29 18:20:38', 1, 1),
(26, 3, '', '-9', 'storage/files/1/Promotional Offers/Up-Education-Event.png', 26, 1, '2023-07-29 18:20:38', '2023-07-29 18:20:38', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `tbl_popups`
--
CREATE TABLE `tbl_popups` (
`popup_id` int(11) NOT NULL,
`title` varchar(250) NOT NULL,
`alias` varchar(250) NOT NULL,
`text` text NOT NULL,
`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,
`createdby` int(11) DEFAULT NULL,
`updatedby` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
--
-- Dumping data for table `tbl_popups`
--
INSERT INTO `tbl_popups` (`popup_id`, `title`, `alias`, `text`, `photo`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES
(1, 'Access Steps', 'test', '', 'storage/files/1/Steps.png', 1, 0, '2023-07-24 20:36:52', '2023-07-27 18:21:55', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `tbl_preparationclasses`
--
CREATE TABLE `tbl_preparationclasses` (
`preparationclass_id` int(11) NOT NULL,
`title` varchar(255) NOT NULL,
`alias` varchar(255) NOT NULL,
`parent_preparationclass` int(11) NOT NULL,
`details` text NOT NULL,
`intro` text NOT NULL,
`image` varchar(255) NOT NULL,
`thumb` varchar(255) NOT NULL,
`cover` varchar(255) NOT NULL,
`remarks` text 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_preparationclasses`
--
INSERT INTO `tbl_preparationclasses` (`preparationclass_id`, `title`, `alias`, `parent_preparationclass`, `details`, `intro`, `image`, `thumb`, `cover`, `remarks`, `display_order`, `status`, `created_at`, `updated_at`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `createdby`, `updatedby`) VALUES
(1, 'IELTS', 'ielts-preparation-classes', 0, '<p>IELTS is the most popular English language proficiency test in the world. It is the most reliable indicator of an individual&rsquo;s ability to communicate in English. IELTS assesses four skills: listening, speaking, reading, and writing. The IELTS test system has two versions: academic and general. Students applying for admission to universities and colleges must take the academic version of the test.<br />\r\nYou will take the listening, reading, and writing tests all in one day, one after another, without taking breaks. The speaking test, on the other hand, may be taken the same day or the next day, depending on your test center. The total duration of the test is 2 hours and 45 minutes and is completed in two test sessions: listening, reading, and writing on the first day, followed by the speaking test the next day.</p>\r\n\r\n<p><strong>Things to know about IELTS before you sit for the test:</strong><br />\r\n<strong>Total Band Score for all skills: 9</strong></p>\r\n\r\n<p><strong>Listening Test:&nbsp;</strong><br />\r\nlasts for a total of 30 minutes.<br />\r\nFour recordings will be played, and you will have to answer the questions asked.</p>\r\n\r\n<p><strong>Reading Test:</strong><br />\r\nlasts for a total of 60 minutes.<br />\r\nFour articles with a total of 40 questions to be answered Skills like skim reading and logical arguments are tested.</p>\r\n\r\n<p><strong>Writing Test:</strong><br />\r\nlasts for a total of 60 minutes.<br />\r\nrequires you to complete two writing tasks and has topics of general interest that you need to write about.</p>\r\n\r\n<p><strong>Speaking Test:</strong><br />\r\nlasts for approximately 11 to 14 minutes.<br />\r\nThe test is recorded and is divided into three parts.</p>\r\n\r\n<p><strong>Note:&nbsp;</strong><br />\r\nA minimum score of 6.5 overall and 5.5 on each band is required to apply for studies in European countries.<br />\r\nIELTS Proficiency Test results are valid for 2 years from the date of the exam.</p>', 'IELTS, or the International English Language Testing System, is a widely accepted English language proficiency exam. It assesses listening, reading, writing, and speaking skills. The test includes listening to recordings, reading passages, writing essays, and participating in face-to-face speaking interviews. Preparation and practice are crucial for success in the IELTS exam.', '', 'storage/trust/files/1/Education-System.jpg', '', '', 1, 1, '2023-07-24 18:15:07', '2023-08-15 06:08:33', '', '', '', '', 1, 1),
(2, 'PTE', 'pte-preparation-classes', 0, '<p>The Pearson Test of English has become a popular testing system among students applying for international education in recent years. It is a test format that is not manual but rather computer-based.<br />\r\nThe system evaluates the language skills of the students. The skills of reading, writing, listening, and speaking are tested. Speaking and writing are two modules that are combined into a single session. However, reading and listening are divided into two different sections. This test has been preferred by the students in recent years because of its reduced rate of bias, which is due to the fact that it is completely computerized.<br />\r\nThe duration of the test is only 2 hours and is accomplished in a single test session. An individual giving the PTE test will be assigned a computer and a headset.</p>\r\n\r\n<p><strong>Things to know about PTE before you sit for the test:<br />\r\nTotal Band Score for all skills: 90</strong></p>\r\n\r\n<p><strong>Speaking and Writing Test:</strong><br />\r\nlasts for an approximate time of 54 to 67 minutes.<br />\r\nhas a total of 8 sections with 28 to 26 questions.<br />\r\nconsist of question topics related to personal introduction, reading aloud, repeating sentences, describing images, retelling lectures, answering short questions, summing up written text, and writing an essay.</p>\r\n\r\n<p><strong>Reading Test:</strong><br />\r\nIt lasts for an approximate time of 29 to 30 minutes.<br />\r\nhas a total of five sections with 13 to 18 questions.<br />\r\nIt consists of question topics related to filling in the blanks- reading, and writing multiple choice- multiple answer questions, reordering paragraphs, filling in the blanks- reading, and multiple choice- single answer question.</p>\r\n\r\n<p><strong>Listening Test:</strong><br />\r\nLasts for an approximate time of 30 to 43 minutes.<br />\r\nHas a total of 8 sections with 12 to 20 questions.<br />\r\nconsist of questions related to summarizing the spoken test, multiple choice- multiple answer questions, fill in the blanks, highlight the correct summary, multiple choice- single answer question, select the missing word, highlight incorrect word and write from dictation.</p>\r\n\r\n<p><strong>Note:</strong><br />\r\nA minimum score of 62 overall and 61 in writing in the PTE test is required to apply for studies in European countries.<br />\r\nPTE test results are valid for two years from the date of the exam.</p>', 'PTE, or the Pearson Test of English, is a computer-based English language proficiency exam. It evaluates listening, reading, speaking, and writing skills. The test includes listening to recordings, reading passages, speaking into a microphone, and writing essays. Adequate preparation and practice are important for achieving a high score in the PTE exam.', '', 'storage/trust/files/1/Study des/3_Mesa de trabajo 1.png', '', '', 3, 1, '2023-07-24 18:15:53', '2023-08-16 01:36:35', '', '', '', '', 1, 1),
(5, 'Why PTE at Access?', 'why-pte-at-access', 0, '', '', '', '', '', '', 5, -1, '2023-07-24 18:16:37', '2023-08-06 18:39:11', '', '', '', '', 1, 1),
(6, 'Book IELTS/PTE Class', 'book-ielts-pte-class', 0, '<p>[form alias=&quot;ielts-pte-booking-form&quot;]</p>', '', '', '', '', '', 6, -1, '2023-07-24 18:43:02', '2023-08-06 18:39:16', '', '', '', '', 1, 1),
(7, 'Why IELTS', 'why-ielts', 1, '<p>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&#39;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<p>Here&#39;s why IELTS is the key to your success:</p>\r\n\r\n<p>- 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<p>- 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<p>- 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<p>- 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<p>- 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<p>- 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<p>- 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<p>- Preparation Resources: Abundance of study materials, practice tests, and guidance available to help you prepare effectively for the exam.</p>\r\n\r\n<p>- 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<p>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>', 'Proven, trusted, and recognized globally, IELTS is your pathway to success. Start your journey today.', '', '', '', '', 7, -1, '2023-07-28 20:50:26', '2023-08-06 18:39:21', '', '', '', '', 1, 1),
(8, 'Major Elements of IELTS', 'major-elements-of-ielts', 1, '<p>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&#39;s delve into the key components of IELTS:</p>\r\n\r\n<ol>\r\n <li>\r\n <p>Listening: The Listening section assesses your ability to comprehend spoken English in various contexts. You&#39;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 </li>\r\n <li>\r\n <p>Reading: The Reading component evaluates your reading comprehension skills. You&#39;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 </li>\r\n <li>\r\n <p>Writing: In the Writing section, you&#39;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 </li>\r\n <li>\r\n <p>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&#39;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 </li>\r\n</ol>', 'Understanding these elements is crucial for achieving your desired score and unlocking countless opportunities.', '', '', '', '', 8, -1, '2023-07-28 20:52:41', '2023-08-06 18:39:27', '', '', '', '', 1, 1),
(9, 'IELTS Scores', 'ielts-scores', 1, '<p>Your IELTS (International English Language Testing System) score is a crucial indicator of your English language proficiency. It&#39;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<p>IELTS is scored on a nine-band scale, with each band representing a specific level of language proficiency. Let&#39;s break down the IELTS scoring system:</p>\r\n\r\n<ol>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>Band Score 7 (Good User): At Band 7, you&#39;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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>Band Score 2 (Intermittent User): Scoring a Band 2 means you have great difficulty understanding and expressing even the simplest English.</p>\r\n </li>\r\n <li>\r\n <p>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 </li>\r\n</ol>\r\n\r\n<p>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<p>It&#39;s essential to set realistic goals based on your specific requirements. Different institutions and organizations may have their own minimum score requirements, so it&#39;s crucial to check their criteria before taking the test.</p>\r\n\r\n<p>Remember, preparing for IELTS diligently and focusing on improving your language skills will boost your chances of achieving the score you desire. Whether you&#39;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>', 'It\'s a gateway to academic pursuits, career opportunities, and even immigration prospects in English-speaking countries', '', '', '', '', 9, -1, '2023-07-28 20:53:51', '2023-08-06 18:39:32', '', '', '', '', 1, 1),
(10, 'TOEFL', 'toefl-preparation-classes', 0, '<p>The TOEFL test is a globally recognized language proficiency test that assesses the ability of non-native English speakers to communicate in English. It is a university-level English language test for individuals who aim to study abroad at English-speaking universities.<br />\r\nTOEFL tests are usually conducted online. However, paper-based exams are also available. The TOEFL assesses an individual&rsquo;s ability to both speak and understand English. The test is divided into four models: reading, speaking, listening, and writing.<br />\r\nTests in all four sections take approximately 3 hours in total to complete, with a 10-minute break in the middle.</p>\r\n\r\n<p><strong>Things to know about TOEFL before you sit for the test:<br />\r\nTotal Band Score for all skills: 120</strong></p>\r\n\r\n<p><strong>Listening Test:&nbsp;</strong><br />\r\nlasts for an approximate time of 41 to 57 minutes.<br />\r\nRecordings of lectures will be played, and you will have to answer the questions asked.</p>\r\n\r\n<p><strong>Reading Test:</strong><br />\r\nlasts for an approximate time of 54 to 72 minutes.<br />\r\nYou need to read passages and respond to the questions asked.<br />\r\na 10 - minute break</p>\r\n\r\n<p><strong>Speaking Test:</strong><br />\r\nlasts for 17 minutes in total.<br />\r\nYou need to speak into a microphone about topics that are familiar to you. Also, discuss the materials that you read and listened to in the Reading and Listening section.</p>\r\n\r\n<p><strong>Writing Test:</strong><br />\r\nlasts for 50 minutes in total.<br />\r\nReading a passage, listening to a recording, and then typing your written response to the questions</p>\r\n\r\n<p><strong>Note:</strong><br />\r\nThe minimum test score for TOEFL depends on the requirements of the university.<br />\r\nTOEFL test results are valid for two years from the date of the exam.</p>', 'The TOEFL is an internationally recognized English proficiency exam. It assesses reading, listening, speaking, and writing skills. The test includes reading passages, listening to recordings, speaking tasks, and writing essays. Preparation and practice are essential to improve performance and achieve a high score.', '', 'storage/trust/files/1/JOE_6091_TOEFL_Thumbnail_Article_Banner_01_2f21e91dbb.jpg', '', '', 2, 1, '2023-08-11 06:03:47', '2023-08-16 01:35:45', '', '', '', '', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `tbl_programs`
--
CREATE TABLE `tbl_programs` (
`program_id` int(11) NOT NULL,
`title` varchar(255) NOT NULL,
`alias` varchar(255) NOT NULL,
`countries_id` int(11) NOT NULL,
`details` text NOT NULL,
`required_documents` text NOT NULL,
`qualification` text NOT NULL,
`image` varchar(255) NOT NULL,
`thumb` varchar(255) NOT NULL,
`cover` varchar(255) NOT NULL,
`remarks` text 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;
-- --------------------------------------------------------
--
-- Table structure for table `tbl_quicklinks`
--
CREATE TABLE `tbl_quicklinks` (
`quicklink_id` int(11) NOT NULL,
`title` varchar(250) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`alias` varchar(250) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
`link` varchar(250) CHARACTER SET utf8 COLLATE utf8_general_ci 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_quicklinks`
--
INSERT INTO `tbl_quicklinks` (`quicklink_id`, `title`, `alias`, `link`, `display_order`, `status`, `createdby`, `updatedby`, `created_at`, `updated_at`) VALUES
(1, 'Immigration New Zealand', 'immigration-new-zealand', 'https://www.immigration.govt.nz/', 1, -1, 1, 1, '2023-07-30 21:03:51', '2023-08-16 23:30:18'),
(2, 'Study in Australia - Official Website', 'study-in-australia-official-website', 'https://www.studyaustralia.gov.au/', 2, -1, 1, 1, '2023-07-30 21:04:37', '2023-08-16 23:30:21'),
(3, 'Canada Immigration', 'canada-immigration', 'https://www.cic.gc.ca/', 3, -1, 1, 1, '2023-07-30 21:05:44', '2023-08-16 23:30:13'),
(4, 'British Council - Study in UK', 'british-council-study-in-uk', 'https://study-uk.britishcouncil.org/', 4, 1, 1, 1, '2023-07-30 21:06:41', '2023-07-30 21:06:41'),
(5, 'Find Jobs in Canada', 'find-jobs-in-canada', 'https://www.jobbank.gc.ca/home', 5, -1, 1, 1, '2023-07-30 21:07:24', '2023-08-16 23:30:05');
-- --------------------------------------------------------
--
-- Table structure for table `tbl_resources`
--
CREATE TABLE `tbl_resources` (
`resource_id` int(11) NOT NULL,
`resourcetypes_id` int(11) NOT NULL,
`parent_resource` int(11) DEFAULT 0,
`title` varchar(250) NOT NULL,
`alias` varchar(250) NOT NULL,
`text` text NOT NULL,
`link` varchar(500) NOT NULL,
`cover_photo` varchar(500) NOT NULL,
`thumb` 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,
`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_resources`
--
INSERT INTO `tbl_resources` (`resource_id`, `resourcetypes_id`, `parent_resource`, `title`, `alias`, `text`, `link`, `cover_photo`, `thumb`, `display_order`, `status`, `created_at`, `updated_at`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `createdby`, `updatedby`) VALUES
(1, 3, 0, 'Testimonial Video', 'testimonial-video', '', '', '', '', 1, -1, '2023-07-24 19:14:09', '2023-07-28 21:39:28', '', '', '', '', 1, 1),
(2, 1, 0, 'Abroad Study Handbook', 'abroad-study-handbook', '<p>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<ul>\r\n <li>Offer letter from the academic institution</li>\r\n <li>Approval of scholarship, if any</li>\r\n <li>Financial report and</li>\r\n <li>Health insurance certificate</li>\r\n</ul>\r\n\r\n<p>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>', '', '', '', 2, 1, '2023-07-24 19:17:00', '2023-07-24 19:17:00', '', '', '', '', 1, 1),
(3, 1, 0, 'Test Preparation Guide', 'test-preparation-guide', '<p>Preparation&nbsp;for&nbsp;the&nbsp;test&nbsp;is&nbsp;a crucial&nbsp;job. Students should be determined and dedicated in due course of preparation for scoring high.</p>\r\n\r\n<p>The following points need to be acknowledged by students preparing for the test:</p>\r\n\r\n<ul>\r\n <li>Students should know all the sections of the test namely Reading, Writing, Listening and Speaking.</li>\r\n <li>Students should very well know the types of questions and the duration of time.</li>\r\n <li>Students should duly practice and thoroughly prepare every section of the test.</li>\r\n <li>Students appearing test should know the technical part associated with the writing.</li>\r\n <li>Students should make&nbsp;habit of&nbsp;listening&nbsp;to&nbsp;the English News, Speeches, Podcasts, Interviews etc.</li>\r\n <li>Students&nbsp;should make habit of reading English Newspapers, Magazines, Journals, Novels etc.</li>\r\n <li>Students should make habit of reading loud for improving their speaking proficiency. They should focus on pronunciations and intonations.</li>\r\n <li>The practice should be regularly done for standard maintenance.</li>\r\n <li>Interaction with fellow test-appearing students and instructors is crucial for optimized result.</li>\r\n</ul>', '', '', '', 3, 1, '2023-07-24 19:17:32', '2023-07-24 19:17:32', '', '', '', '', 1, 1),
(4, 1, 0, 'Mock Test Registration', 'mock-test-registration', '<p>Content coming soon!!!</p>', '', '', '', 4, 1, '2023-07-24 19:17:52', '2023-07-24 19:17:52', '', '', '', '', 1, 1),
(5, 1, 0, 'IELTS Available Date', 'ielts-available-date', '<p>Content coming soon!!!</p>', '', '', '', 5, 1, '2023-07-24 19:18:09', '2023-07-24 19:18:09', '', '', '', '', 1, 1),
(6, 1, 0, 'Post Departure Guide', 'post-departure-guide', '<p>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<ul>\r\n <li>Arrangement and assistance for the travel</li>\r\n <li>Guidelines for the accommodation procedure</li>\r\n <li>Guidelines necessary for taking local transport</li>\r\n <li>Info about travel and medical insurance</li>\r\n <li>Various academic and non-academic student activities</li>\r\n <li>Sociability procedure</li>\r\n <li>Other essentials</li>\r\n</ul>\r\n\r\n<p>We &nbsp; genuinely &nbsp; make &nbsp; the &nbsp; students &nbsp; equipped &nbsp; with &nbsp; all &nbsp; 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>', '', '', '', 6, 1, '2023-07-24 19:18:36', '2023-07-24 19:18:36', '', '', '', '', 1, 1),
(7, 1, 0, 'SOP Sample Format', 'sop-sample-format', '<p>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<p><strong>Introduction:</strong></p>\r\n\r\n<ul>\r\n <li>Mention your full name and date of birth.&nbsp;</li>\r\n <li>Include your city of residence.&nbsp;</li>\r\n <li>Mention the name of your chosen university.</li>\r\n <li>State your motive of writing this SOP.</li>\r\n</ul>\r\n\r\n<p><strong>Educational Background:</strong></p>\r\n\r\n<ul>\r\n <li>&nbsp;<strong>Mention about your academic qualifications.</strong></li>\r\n</ul>\r\n\r\n<p>I completed my SEE from (name of the board) in (year of completion). My aggregate score in SEE was -</p>\r\n\r\n<p>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<p>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<p><strong>Work Experience Details:</strong></p>\r\n\r\n<ul>\r\n <li><strong>Mention about any trainings or job experiences relevant to your course of study.</strong></li>\r\n</ul>\r\n\r\n<p>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<p><strong>Reasons for choosing not to study in Nepal:</strong></p>\r\n\r\n<ul>\r\n <li>&nbsp; &nbsp; If your program is offered in your country, why don&rsquo;t you want to study it there? Explain</li>\r\n <li>&nbsp; &nbsp; Mention what makes Australia&#39;s education system different from your country, and how would that benefit you? &nbsp; Explain about challenges you may endure in getting admitted to good Nepalese institutions</li>\r\n <li>&nbsp; &nbsp; Demonstrate a reasonable level of research on the availability of courses in your home country.<br />\r\n &nbsp;</li>\r\n</ul>\r\n\r\n<p><strong>Reasons for choosing the particular course:</strong></p>\r\n\r\n<ul>\r\n <li>&nbsp; &nbsp; Include how the program you&#39;ve chosen relates to your prior studies. If there is no association, explain why you&#39;ve decided to switch your discipline and career</li>\r\n <li>&nbsp; &nbsp; What aspects of the program structure do you find appealing?</li>\r\n <li>&nbsp; &nbsp; 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<p><strong>Educational Objectives and career outcomes:</strong><br />\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.<br />\r\n&nbsp;</p>\r\n\r\n<p><strong>Reasons for choosing Australia as your study destination:</strong></p>\r\n\r\n<ul>\r\n <li>&nbsp; &nbsp; 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 <li>&nbsp; &nbsp; How investing in an Australian degree will help you improve your position in your country?</li>\r\n</ul>\r\n\r\n<p><strong>Reasons of choosing the university:</strong><br />\r\nMake comparison between your chosen university with other universities in Australia intern rankings, facilities, scholarships, etc.</p>\r\n\r\n<p><strong>Details of the university:</strong><br />\r\nDetails of campuses and reasons for choosing your intended campus where the course is being offered International Ranking<br />\r\nFacilities provided by the university.</p>\r\n\r\n<p><strong>Future plans and job prospects after completion of the course:</strong></p>\r\n\r\n<ul>\r\n <li>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 <li>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 <li>&nbsp;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 <li>Demonstrate a clear and meaningful improvement as a result of the planned study that outweighs the high time and financial investment required.<br />\r\n &nbsp;</li>\r\n</ul>\r\n\r\n<p><strong>Conclusion:</strong><br />\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<p>Sincerely,<br />\r\n(Your Full name.)<br />\r\nPassport no.</p>', '', '', '', 7, 1, '2023-07-24 19:19:10', '2023-07-24 19:19:10', '', '', '', '', 1, 1),
(8, 1, 0, 'Documentation Guidance', 'documentation-guidance', '<p>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<p>We guide students regarding the following issues associated with document preparation.</p>\r\n\r\n<ul>\r\n <li>Different types of documents required for lodging applications.</li>\r\n <li>The authorities issuing the specific documents.</li>\r\n <li>Technical part associated with the preparation of documents.</li>\r\n</ul>', '', '', '', 8, 1, '2023-07-24 19:19:39', '2023-08-14 04:38:27', '', '', '', '', 1, 1),
(9, 1, 3, 'Tips to improve IELTS learning', 'tips-to-improve-ielts-learning', '<p>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<ol>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>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 </li>\r\n <li>\r\n <p>Stay Positive and Persistent: IELTS preparation can be challenging, but maintain a positive attitude and stay persistent. Celebrate your progress and don&#39;t be disheartened by setbacks. Believe in your ability to improve, and your hard work will pay off.</p>\r\n </li>\r\n</ol>\r\n\r\n<p>By incorporating these tips into your IELTS preparation, you&#39;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>', '', '', '', 9, 1, '2023-07-28 22:59:20', '2023-07-28 22:59:20', '', '', '', '', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `tbl_resourcetypes`
--
CREATE TABLE `tbl_resourcetypes` (
`resourcetype_id` int(11) NOT NULL,
`parent_resourcetype` int(11) DEFAULT 0,
`title` varchar(250) NOT NULL,
`alias` varchar(250) NOT NULL,
`text` text 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,
`createdby` int(11) DEFAULT NULL,
`updatedby` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
--
-- Dumping data for table `tbl_resourcetypes`
--
INSERT INTO `tbl_resourcetypes` (`resourcetype_id`, `parent_resourcetype`, `title`, `alias`, `text`, `cover_photo`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES
(1, 0, 'Article', 'article', '', '', 1, 1, '2023-07-24 18:45:40', '2023-07-24 18:45:40', 1, 1),
(2, 0, 'Documents', 'documents', '', '', 2, 1, '2023-07-24 18:46:22', '2023-07-24 18:46:22', 1, 1),
(3, 0, 'Video', 'video', '', '', 3, 1, '2023-07-24 18:46:30', '2023-07-24 18:46:30', 1, 1),
(4, 0, 'Images', 'images', '', '', 4, 1, '2023-07-24 18:46:39', '2023-07-24 18:46:39', 1, 1),
(5, 0, 'External Links', 'external-links', '', '', 5, 1, '2023-07-24 18:46:52', '2023-07-24 18:46:52', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `tbl_services`
--
CREATE TABLE `tbl_services` (
`service_id` int(11) NOT NULL,
`parent_service` int(11) DEFAULT 0,
`title` varchar(250) NOT NULL,
`alias` varchar(250) NOT NULL,
`text` text NOT NULL,
`link` varchar(500) 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_services`
--
INSERT INTO `tbl_services` (`service_id`, `parent_service`, `title`, `alias`, `text`, `link`, `cover_photo`, `display_order`, `status`, `created_at`, `updated_at`, `seo_keywords`, `seo_title`, `seo_descriptions`, `og_tags`, `createdby`, `updatedby`) VALUES
(1, 0, 'Study Abroad Counselling', 'study-abroad-counselling', '', '', '', 3, -1, '2023-07-24 19:28:05', '2023-08-13 01:55:50', '', '', '', '', 1, 1),
(2, 0, 'On-the-Spot Admissions', 'on-the-spot-admissions', '<p>Trust is pleased to be able to advise students on where to stay before they arrive in their destination country. Uncertain accommodations after reaching an alien country can become a huge anxiety trigger for students. We assist in clarifying all necessary steps to provide them with a housing plan near their respective universities. Trust ensures a feeling of safety and security for our students.</p>\r\n\r\n<p>Students will have one less thing to worry about as Trust gives assurance and assistance to find the best accommodation in European countries, which reduces their level of anxiety.</p>', '', '', 5, 1, '2023-07-24 19:28:14', '2023-08-13 02:07:24', '', '', '', '', 1, 1),
(3, 0, 'Mock Test Classes', 'mock-test-classes', '', '', '', 8, -1, '2023-07-24 19:28:24', '2023-08-13 01:55:32', '', '', '', '', 1, 1),
(4, 0, 'Documentation Support', 'documentation-support', '', '', '', 9, -1, '2023-07-24 19:28:37', '2023-08-13 01:55:26', '', '', '', '', 1, 1),
(5, 0, 'Career Counselling', 'career-counselling', '<p>Career counseling experts associated with Trust bring to notice numerous opportunities available for students&nbsp;in&nbsp; European countries. Counseling being an important aspect of abroad studies is carefully and responsibly handled by experienced experts.&nbsp; The opportunities unveiled by the experts have been well-cherished by the students who have been in contact with Trust.&nbsp;</p>\r\n\r\n<p>Our counselors and educational advisors provide proper guidance to you so you can decide the proper pathways for your career abroad.</p>', '', '', 1, 1, '2023-07-24 19:28:45', '2023-08-13 02:03:05', '', '', '', '', 1, 1),
(6, 0, 'Admission Guidance', 'admission-guidance', '<p>A number of requirements must be met before a student can be admitted to a European university. Our career guides and admission assistants help students accomplish those conditions and get admission to the university of their choice. To begin the admissions process, trust helps build a bridge between the student and the university.</p>\r\n\r\n<p>We guide students to select an appropriate country and university, and a number of requirements must be met before a student can be admitted to a European university. and course on the basis of their past academic performance and caliber.</p>', '', '', 4, 1, '2023-07-24 19:28:56', '2023-08-13 02:06:44', '', '', '', '', 1, 1),
(7, 0, 'Interview Preparation', 'interview-preparation', '', '', '', 6, -1, '2023-07-24 19:29:05', '2023-08-13 01:55:44', '', '', '', '', 1, 1),
(8, 0, 'SOP Writing Training', 'sop-writing-training', '', '', '', 7, -1, '2023-07-24 19:29:32', '2023-08-13 01:55:37', '', '', '', '', 1, 1),
(9, 0, 'Scholarship Assistance', 'scholarship-assistance', '<p>Numerous scholarship opportunities are offered by the universities and colleges for students from foreign countries. Counselors and career guides associated with Trust Education bring all such scholarship opportunities to the student&#39;s attention. Students are well guided to fulfill the criteria required to be eligible to apply for scholarship opportunities.</p>\r\n\r\n<p>We find out the best available scholarships for the students irrespective of their need and caliber.</p>', '', '', 3, 1, '2023-07-24 19:29:49', '2023-08-13 02:06:14', '', '', '', '', 1, 1),
(10, 0, 'Personal Guidance', 'personal-guidance', '<p>The in-detail study of the academic and financial status of the students is done by the counselors. Students, hence are personally guided about the eligibility, conditions for eligibility and fulfillment of shortcomings for being eligible to any specific program is well suggested by the counselors of Trust.</p>\r\n\r\n<p>We take every student with equal importance and focused for success. So, we provide you fully personalized service to the best match your career goal.</p>', '', '', 2, 1, '2023-08-13 01:54:20', '2023-08-13 02:04:17', '', '', '', '', 1, 1),
(11, 0, 'Accommodation Assistance', 'accommodation-assistance', '<p>Accommodation after reaching the alien country becomes a factor of anxiety for the students. We suggest all required guidelines to the students and equip them with the necessary instructions which will for sure make the students not feel lonely and disowned.&nbsp;</p>\r\n\r\n<p>We provide necessary accommodation guidance to the students after they land in the destination country. This will reduce their level of anxiety.</p>', '', '', 10, 1, '2023-08-13 01:59:02', '2023-08-13 02:07:53', '', '', '', '', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `tbl_settings`
--
CREATE TABLE `tbl_settings` (
`setting_id` int(11) NOT NULL,
`title` varchar(255) NOT NULL,
`description` text NOT NULL,
`url1` varchar(255) NOT NULL,
`url2` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`phone` varchar(255) NOT NULL,
`secondary_phone` varchar(255) NOT NULL,
`google_map` text NOT NULL,
`fb` varchar(255) NOT NULL,
`insta` varchar(255) NOT NULL,
`twitter` varchar(255) NOT NULL,
`tiktok` varchar(255) NOT NULL,
`primary_logo` varchar(255) NOT NULL,
`secondary_logo` varchar(255) NOT NULL,
`thumb` varchar(255) NOT NULL,
`icon` varchar(255) NOT NULL,
`og_image` varchar(255) NOT NULL,
`no_image` varchar(250) NOT NULL,
`copyright_text` varchar(250) NOT NULL,
`content1` text NOT NULL,
`content2` text NOT NULL,
`content3` text NOT NULL,
`seo_title` varchar(255) 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,
`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_settings`
--
INSERT INTO `tbl_settings` (`setting_id`, `title`, `description`, `url1`, `url2`, `email`, `phone`, `secondary_phone`, `google_map`, `fb`, `insta`, `twitter`, `tiktok`, `primary_logo`, `secondary_logo`, `thumb`, `icon`, `og_image`, `no_image`, `copyright_text`, `content1`, `content2`, `content3`, `seo_title`, `seo_description`, `seo_keywords`, `og_tags`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES
(1, 'Trust Education Foundation: Your Gateway to European Education | Study Abroad Consultancy Nepal', 'Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.', 'www.trusteducation.net', '', 'info@trusteducation.net', '01-4793143', '+977-1-4795126', '<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d7065.870568495716!2d85.333835!3d27.688395!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb199594059db1%3A0x8595ae10ee00a654!2sTRUST%20EDUCATION%20FOUNDATION!5e0!3m2!1sen!2snp!4v1691366331549!5m2!1sen!2snp\" width=\"100%\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"></iframe>', 'https://www.facebook.com/trusteducation.com.np', 'https://www.instagram.com/trusteducationfoundation/', '', 'trusteducation', 'storage/trust/files/1/trust-logo.png', 'storage/trust/files/1/trust-logo.png', 'storage/trust/files/1/trust-logo.png', 'storage/trust/files/1/trust-logo.png', 'storage/trust/files/1/218828117_150298630535020_3824628876178638745_n.jpg', 'storage/trust/files/1/trust-logo.png', 'Copyright 2023 Trust Education Foundation Pvt. Ltd. All rights reserved.', 'Dream Europe Trust Us', 'We help students achieve their international education goals with personalized guidance and support for study abroad programs, including application assistance, visa counseling, and academic planning.', '', 'Study Abroad Programs | Rosetta Education International - Expert Guidance & Test Preparation', 'Trust Education Foundation is a leading study abroad consultancy in Nepal, specializing in providing expert counseling services for students aspiring to study in top European destinations. With a successful track record of securing admissions in renowned universities across Sweden, Finland, Denmark, the UK, and Germany, we are dedicated to making your dreams of studying in Europe a reality. Trust in our proven expertise and personalized guidance as we help you navigate the journey to your desired European education. Visit our main office in New Baneshwor, Kathmandu, and let us be your trusted partner on this transformative academic journey.', 'Study Abroad,Education Consultancy,Trust Education Foundation,European Destinations,Study in Sweden,Study in Finland,Study in Denmark,Study in the UK,Study in Germany,Study in Europe,Study Abroad Nepal,Overseas Education,International Education,Student Counseling,Study Opportunities,Study Abroad Experts,Study Abroad Services,Education Abroad,European Universities,Study Abroad Programs,Student Visa Guidance,Application Assistance,Study Abroad Consultants,Best European Universities,Study Abroad Benefits,European Education System,Scholarships for Study Abroad,Study Abroad Success Stories,Top European Colleges,Study Abroad Application,Study Abroad Requirements,Europe Study Options,Study Abroad Resources,European Study Abroad Consultants,Study Abroad Testimonials,Higher Education in Europe,Study Abroad Process,Study Abroad in English,European Study Abroad Experience,Study Abroad Tips,Student Accommodation Abroad,Study Abroad Scholarships Nepal,Study in Europe for Nepali Students,Study Abroad Admission Assistance,European Study Abroad Opportunities,Study Abroad for Engineering,Medical Education in Europe,Affordable European Universities,Study Abroad for Arts and Humanities,Business Studies in Europe,Study in European Public Universities,European Master\'s Programs,Engineering Universities in Europe,Study Abroad for MBBS,Study in Europe after 12th,European Study Abroad Consultants in Nepal,Study Abroad for MBA,Language Courses in Europe,Study Abroad for Computer Science,Study in Europe vs USA,Study Abroad for Medicine,Study in Europe without IELTS,European Study Abroad Consultation Fees,Study Abroad for International Relations,Study in Europe with Scholarships,Study Abroad for Hospitality Management,European Study Abroad Application Deadlines,Study Abroad for Environmental Science,Study in Europe with Work Opportunities,Study Abroad for Journalism and Media,European Study Abroad Financial Aid,Study Abroad for Architecture,Study in Europe for Indian Students,Study Abroad for Economics,European Study Abroad Cultural Experience,Study Abroad for Psychology,Study in Europe with Low Tuition Fees,Study Abroad for Political Science,European Study Abroad Language Courses,Study Abroad for Social Sciences,Study in Europe with English-taught Programs,Study Abroad for Finance and Accounting,European Study Abroad Internship Opportunities,Study Abroad for Law,Study in Europe with Erasmus Program,Study Abroad for Marketing,European Study Abroad Gap Year Programs,Study Abroad for International Business,Study in Europe with Cultural Exchange,Study Abroad for Art and Design,Study Abroad for Computer Engineering,European Study Abroad Pre-departure Information,Study Abroad for Biotechnology,Study in Europe for Pakistani Students,Study Abroad for Civil Engineering,European Study Abroad Health Insurance,Study Abroad for Environmental Engineering,Study in Europe for Bangladeshi Students,Study Abroad for International Relations,European Study Abroad Virtual Tours', '<meta property=\"og:title\" content=\"Trust Education Foundation: Your Gateway to European Education\">\r\n<meta property=\"og:description\" content=\"Unlock Your European Education Dreams with Trust Education Foundation - Leading Study Abroad Consultancy in Nepal. Proven Success in Sweden, Finland, Denmark, UK, and Germany. Visit us in New Baneshwor, Kathmandu.\">\r\n<meta property=\"og:url\" content=\"https://trusteducation.net\">\r\n<meta property=\"og:site_name\" content=\"Trust Education Foundation\">', 1, 1, '2023-07-16 00:13:50', '2023-08-13 01:43:37', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `tbl_shortcodes`
--
CREATE TABLE `tbl_shortcodes` (
`shortcode_id` int(11) NOT NULL,
`title` varchar(255) DEFAULT NULL,
`alias` 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_shortcodes`
--
INSERT INTO `tbl_shortcodes` (`shortcode_id`, `title`, `alias`, `text`, `description`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES
(1, 'Gallery Short Code', 'gallery-short-code', '<p>[gallery alias=&#39;test_gallery&#39; title=&#39;Your Title&quot; css=&quot;Your CSS&quot;]</p>', '<p>To display Gallery with an alis test_gallery in a content area.</p>', 1, 1, '2023-07-20 22:00:47', '2023-07-22 20:07:45', 1, 1),
(2, 'Form Shortcode', 'form-shortcode', '<p>[form alias=&#39;form_alias&#39; title=&#39;Your Title&quot; css=&quot;Your CSS&quot;]</p>\r\n\r\n<p>&nbsp;</p>', '', 2, 1, '2023-07-22 20:09:14', '2023-07-22 20:09:14', 1, 1),
(3, 'List of Countries', 'list-of-countries', '<p>[countries title=&#39;Your Title&quot; css=&quot;Your CSS&quot;]</p>', '', 3, 1, '2023-07-22 20:13:36', '2023-07-22 20:13:36', 1, 1),
(4, 'List of Companies', 'list-of-companies', '<p>[companies title=&#39;Your Title&quot; css=&quot;Your CSS&quot;]</p>', '', 4, 1, '2023-07-22 20:13:58', '2023-07-22 20:13:58', 1, 1),
(5, 'CTA Block', 'cta-block', '<p>[cta title=&quot;&quot; text=&quot;&quot; button=&quot;&quot; link=&quot;&quot;]</p>', '', 5, 1, '2023-07-25 19:34:51', '2023-07-25 19:34:51', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `tbl_sliders`
--
CREATE TABLE `tbl_sliders` (
`slider_id` int(11) NOT NULL,
`slider_title` varchar(255) NOT NULL,
`slider_desc` varchar(255) NOT NULL,
`url1` varchar(255) NOT NULL,
`url2` varchar(255) 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,
`createdby` int(11) DEFAULT NULL,
`updatedby` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
--
-- Dumping data for table `tbl_sliders`
--
INSERT INTO `tbl_sliders` (`slider_id`, `slider_title`, `slider_desc`, `url1`, `url2`, `thumb`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES
(3, 'Quality is our priority', 'Unlocking Human Potential For A Better Future', '', '', 'storage/rosetta/files/1/A-B.png', 1, 1, NULL, '2023-08-03 17:41:23', NULL, 1),
(4, 'Elevate your experience now', 'Our Goal Is Your Success. Unlock Your True Potential.', '', '', 'storage/files/1/sliders/slider2.jpg', 3, -1, NULL, '2023-08-03 17:42:20', NULL, 1),
(5, 'Let us help you shine', 'Where People And Business Thrive Together', '', '', 'storage/rosetta/files/1/B-B.png', 2, 1, NULL, '2023-08-03 17:42:02', NULL, 1);
-- --------------------------------------------------------
--
-- Table structure for table `tbl_subscribers`
--
CREATE TABLE `tbl_subscribers` (
`subscriber_id` int(11) NOT NULL,
`title` varchar(255) NOT NULL,
`alias` varchar(250) NOT NULL,
`email` 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=utf8 COLLATE=utf8_general_ci;
--
-- Dumping data for table `tbl_subscribers`
--
INSERT INTO `tbl_subscribers` (`subscriber_id`, `title`, `alias`, `email`, `display_order`, `status`, `createdby`, `updatedby`, `created_at`, `updated_at`) VALUES
(1, 'Prajwal Adhikari', 'prajwal-adhikari', 'prajwalbro@hotmail.com', 1, 1, 1, 1, '2023-08-03 19:16:48', '2023-08-03 19:16:48'),
(2, 'Ajita Sharma', 'ajita-sharma', 'sajita6@gmail.com', 2, 1, 1, 1, '2023-08-03 19:22:21', '2023-08-03 19:22:21'),
(3, 'Prajwal Adhikari', 'prajwal-adhikari', 'prajwalbro@hotmail.com', 3, 1, 1, 1, '2023-08-03 20:16:47', '2023-08-03 20:16:47'),
(4, 'prajwal', 'prajwal', 'prajwalbro@gmail.com', 4, 1, 1, 1, '2023-08-03 20:18:23', '2023-08-03 20:18:23'),
(5, 'prajwal', 'prajwal', 'prajwalbro@gmail.com', 5, 1, 1, 1, '2023-08-03 20:19:06', '2023-08-03 20:19:06');
-- --------------------------------------------------------
--
-- Table structure for table `tbl_successstories`
--
CREATE TABLE `tbl_successstories` (
`successstory_id` int(11) NOT NULL,
`countries_id` int(11) DEFAULT NULL,
`title` varchar(255) DEFAULT NULL,
`alias` varchar(200) DEFAULT NULL,
`image` varchar(255) DEFAULT NULL,
`text` text DEFAULT NULL,
`remarks` varchar(255) DEFAULT NULL,
`display_order` int(11) DEFAULT NULL,
`status` int(11) DEFAULT NULL,
`university` varchar(255) DEFAULT NULL,
`faculty` varchar(255) DEFAULT NULL,
`createdby` varchar(255) DEFAULT NULL,
`created_at` varchar(255) DEFAULT NULL,
`updatedby` varchar(255) DEFAULT NULL,
`updated_at` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
--
-- Dumping data for table `tbl_successstories`
--
INSERT INTO `tbl_successstories` (`successstory_id`, `countries_id`, `title`, `alias`, `image`, `text`, `remarks`, `display_order`, `status`, `university`, `faculty`, `createdby`, `created_at`, `updatedby`, `updated_at`) VALUES
(1, 8, 'Dev', 'dev', 'storage/trust/files/1/download.jfif', '', '', 1, 1, '', '', '1', '2023-08-13 09:36:00', '1', '2023-08-16 07:30:13');
-- --------------------------------------------------------
--
-- Table structure for table `tbl_teams`
--
CREATE TABLE `tbl_teams` (
`team_id` int(11) NOT NULL,
`branches_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,
`designation` varchar(255) DEFAULT NULL,
`role` 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_teams`
--
INSERT INTO `tbl_teams` (`team_id`, `branches_id`, `title`, `alias`, `photo`, `thumb`, `designation`, `role`, `description`, `display_order`, `status`, `created_at`, `updated_at`, `createdby`, `updatedby`) VALUES
(1, 9, 'Prajwal Adhikari', 'prajwal-adhikari', '', 'storage/files/1/Logo-Bibhuti-Consultancy-CMS.png', 'Managing Director', '', '', 1, 1, '2023-07-20 20:15:50', '2023-07-29 20:38:43', 1, 1);
-- --------------------------------------------------------
--
-- Table structure for table `tbl_testimonials`
--
CREATE TABLE `tbl_testimonials` (
`testimonial_id` int(11) NOT NULL,
`branches_id` int(11) DEFAULT NULL,
`for` varchar(255) DEFAULT NULL,
`ref` int(11) DEFAULT 0,
`by` varchar(255) DEFAULT NULL,
`alias` varchar(200) DEFAULT NULL,
`image` varchar(255) DEFAULT NULL,
`cover` varchar(255) DEFAULT NULL,
`text` text DEFAULT NULL,
`remarks` varchar(255) DEFAULT NULL,
`display_order` int(11) DEFAULT NULL,
`status` int(11) DEFAULT NULL,
`testimonials_faculty` varchar(255) DEFAULT NULL,
`testimonials_university` varchar(255) DEFAULT NULL,
`university` varchar(255) DEFAULT NULL,
`faculty` varchar(255) DEFAULT NULL,
`createdby` varchar(255) DEFAULT NULL,
`created_at` varchar(255) DEFAULT NULL,
`updatedby` varchar(255) DEFAULT NULL,
`updated_at` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
--
-- Dumping data for table `tbl_testimonials`
--
INSERT INTO `tbl_testimonials` (`testimonial_id`, `branches_id`, `for`, `ref`, `by`, `alias`, `image`, `cover`, `text`, `remarks`, `display_order`, `status`, `testimonials_faculty`, `testimonials_university`, `university`, `faculty`, `createdby`, `created_at`, `updatedby`, `updated_at`) VALUES
(1, 9, 'study-in-australia', 0, 'Registered Nurse, ADHB, NZ', '', 'storage/files/1/tsti-3.jpg', '', '<p>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>', '', 1, -1, '', '', '', '', '1', '2023-07-27 16:07:45', '1', '2023-08-13 07:09:01'),
(2, 0, NULL, 0, 'Laxman Adhikari', '', '', '', '<p>One of the best consultancies for applying abroad, all the team members at Trust are best for guidance and career counseling.</p>', '', 2, 1, '', '', '', '', '1', '2023-08-13 05:46:23', '1', '2023-08-18 10:55:47'),
(3, 0, NULL, 0, 'Laxmi Chapagain', '', '', '', '<p>I am thankful for the entire team at the Trust Education Foundation for guiding me and helping me pursue further education at the university of my choice. You can make the dream of studying in Europe come true, as Trust suggests: <strong>&quot;Dream Europe;Trust Us.&quot;</strong></p>', '', 3, 1, '', '', '', '', '1', '2023-08-13 06:07:49', '1', '2023-08-13 06:07:49'),
(4, 0, NULL, 0, 'Suraj Sangroula', '', '', '', '<p>The Trust Education Foundation has the best team of consultants for visa processing and career counseling. Processing is done in a very professional manner. Overall, their way of working is the best. Thank you, Trust, for supporting me and the visa grant.</p>', '', 4, 1, '', '', '', '', '1', '2023-08-13 06:11:11', '1', '2023-08-13 06:11:11'),
(5, 0, NULL, 0, 'Shresha Khanal', '', '', '', '<p>Thank you so much, Trust Education, for providing quality services. I sincerely appreciate your efficient and gracious customer service. The level of detail you have given me throughout our processing has been very helpful.</p>', '', 5, 1, '', '', '', '', '1', '2023-08-13 06:16:44', '1', '2023-08-13 06:16:44'),
(6, 0, NULL, 0, 'Suraj Paudel', '', '', '', '<p>As the name suggests, one can truly rely on this consultancy. Trust has a highly expert team to guide students in their future careers. I am 100% satisfied with this consultancy, which practically provides services and gives genuine information to their clients. Lastly, I thank Saroj Sir, Samir Sir, and the whole team for their quality service. My best wishes to Trust, many thanks.</p>', '', 6, 1, '', '', '', '', '1', '2023-08-13 06:21:29', '1', '2023-08-13 06:21:29'),
(7, 0, NULL, 0, 'Rushma Adhikari', '', '', '', '<p>I highly recommend consulting the Trust Education Foundation if you dream of studying in Europe. The team of genuine counselors provided me with effective guidance for making the best choices in Sweden. I was impressed be their prompt response and easy communication throughout the process.</p>', '', 7, 1, '', '', '', '', '1', '2023-08-13 06:25:10', '1', '2023-08-13 06:25:10'),
(8, 0, NULL, 0, 'Doma Lama Sherpa', '', '', '', '<p>I am very thankful to the Trust Education Foundation and the entire team for giving me great support and guidance throughout the process of my visa processing. I am glad that i chose Trust Education Foundation among all other consultancies, and I suggest everyone visit and apply through this consultancy for studying in Europe.</p>', '', 8, 1, '', '', '', '', '1', '2023-08-13 06:29:38', '1', '2023-08-13 06:29:38'),
(9, 0, NULL, 0, 'Shiva S Bhandari', '', '', '', '<p>Thank you to the Trust Education Foundation. The visa processing was very quick, and Sweden is a perfect destination for students. I got a job the very next day I landed here. So I just want to suggest that all students who want to travel to Sweden to study take help from the Trust Education Foundation. Personally, I think it would be best for students applying to Sweden to take training in some fields that will make it very easy for them to find a job.</p>', '', 9, 1, '', '', '', '', '1', '2023-08-13 06:41:21', '1', '2023-08-13 06:41:21'),
(10, 0, NULL, 0, 'Suman Mainali', '', '', '', '<p>Hello everyone. Whenever you are thinking of higher education, you can always trust the Trust Education Foundation for your visa and career guidance. The Trust Education Foundaton actually does what they say it does. They help you choose the right program for you as well as process a student visa at the very right time.</p>\r\n\r\n<p>Furthermore, I also believe the Trust Foundation will definitely assist you after you get your visa and when you reach the destination country.</p>', '', 10, 1, '', '', '', '', '1', '2023-08-13 06:46:48', '1', '2023-08-13 06:46:48'),
(11, 0, NULL, 0, 'Rohit Khadka', '', '', '', '<p>I was exploring many career counseling institutions that exclusively worked with European countries for my study abroad. I was not satisfied with any of them until i found the Trust Education Foundation. They guide students according to their desires and interests. Trust recommended the best places for study in different parts of Europe to me. If anyone wants to build a career in Europe, they can visit the Trust Education Foundation and get the opportunity to gain the best experience in career counseling. I believe Trust Education is one of the best institutions for counseling and documentation for study abroad in Europe.</p>', '', 11, 1, '', '', '', '', '1', '2023-08-13 06:55:09', '1', '2023-08-13 06:55:09'),
(12, 0, NULL, 0, 'Dinesh Singh Bist', '', '', '', '<p>Trust Education Foundation, which I believe is a pioneering and most reliable consultancy with a team of expert counselors having hands-on experience in the countries they promote. If you are looking for a splendid future and want to study/settle in Europe, then you can completely rely on Trust, as I did. There are agents in abundance who claim to be pioneers and always misguide students by deviating them from reality, assuring them, and creating illusions by misleading them using fake and not so genuine facts. Among these agents, Trust Educaton Foundation stands out as the best choice. They always tell you what reality is, as is their tagline: &quot;Don&#39;t run behind fantasy, follow reality&quot;.</p>\r\n\r\n<p>From my experience, I was highly impressed by the counseling and proper guidance provided by Mr.Saroj Thapaliya, sir. He is and expert on dealing with issues and always has a knack for finding a path through adversity. The front office was also quite friendly and always ready to assist me in every possible aspects. I thoroughly enjoyed the process and was satisfied with all aspects of it, and I highly recommend that you at least visit them and experience genuine counseling. Cheers!&nbsp;&nbsp;</p>', '', 12, 1, '', '', '', '', '1', '2023-08-13 07:08:36', '1', '2023-08-13 07:08:36');
-- --------------------------------------------------------
--
-- Table structure for table `tbl_users`
--
CREATE TABLE `tbl_users` (
`id` bigint(20) UNSIGNED NOT NULL,
`name` varchar(255) NOT NULL,
`email` varchar(255) NOT NULL,
`username` varchar(255) NOT NULL,
`email_verified_at` timestamp NULL DEFAULT NULL,
`password` varchar(255) NOT NULL,
`remember_token` varchar(100) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `tbl_users`
--
INSERT INTO `tbl_users` (`id`, `name`, `email`, `username`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'Prajwal Adhikari', 'prajwalbro@hotmail.com', 'prajwalbro@hotmail.com', NULL, '$2y$10$3zlF9VeXexzWKRDPZuDio.W7RZIC3tU.cjwMoLzG8ki8bVwAQn1WW', NULL, '2023-07-11 16:36:22', '2023-07-11 16:36:22'),
(2, 'MP CMS Admin', 'admin@mpcms.com', 'admin@mpcms.com', NULL, '$2y$10$DriFGfrfAhSn5ujPME1Fwe5kKvRPvbTrPT7S1AttUKvKxHEU.54nG', NULL, '2023-07-11 16:42:54', '2023-07-11 16:42:54');
-- --------------------------------------------------------
--
-- Table structure for table `tbl_visas`
--
CREATE TABLE `tbl_visas` (
`visa_id` int(11) NOT NULL,
`branches_id` int(11) DEFAULT NULL,
`for` varchar(255) DEFAULT NULL,
`ref` int(11) DEFAULT 0,
`title` varchar(255) DEFAULT NULL,
`alias` varchar(200) DEFAULT NULL,
`image` varchar(255) DEFAULT NULL,
`cover` varchar(255) DEFAULT NULL,
`description` text DEFAULT NULL,
`text` text DEFAULT NULL,
`university` varchar(255) DEFAULT NULL,
`faculty` varchar(255) DEFAULT NULL,
`remarks` varchar(255) DEFAULT NULL,
`display_order` int(11) DEFAULT NULL,
`status` int(11) DEFAULT NULL,
`createdby` varchar(255) DEFAULT NULL,
`created_at` varchar(255) DEFAULT NULL,
`updatedby` varchar(255) DEFAULT NULL,
`updated_at` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
--
-- Dumping data for table `tbl_visas`
--
INSERT INTO `tbl_visas` (`visa_id`, `branches_id`, `for`, `ref`, `title`, `alias`, `image`, `cover`, `description`, `text`, `university`, `faculty`, `remarks`, `display_order`, `status`, `createdby`, `created_at`, `updatedby`, `updated_at`) VALUES
(1, 9, 'study-in-australia', 0, 'Priya Pandey', 'priya-pandey', 'storage/files/1/VISA Success/Priya-Pandey.png', '', '', '', '', '', '', 1, 1, '1', '2023-07-30 03:50:59', '1', '2023-07-30 03:50:59');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `tbl_activity_logs`
--
ALTER TABLE `tbl_activity_logs`
ADD PRIMARY KEY (`activity_id`) USING BTREE;
--
-- Indexes for table `tbl_articles`
--
ALTER TABLE `tbl_articles`
ADD PRIMARY KEY (`article_id`);
--
-- Indexes for table `tbl_blogs`
--
ALTER TABLE `tbl_blogs`
ADD PRIMARY KEY (`blog_id`);
--
-- Indexes for table `tbl_brancharticles`
--
ALTER TABLE `tbl_brancharticles`
ADD PRIMARY KEY (`article_id`);
--
-- Indexes for table `tbl_branches`
--
ALTER TABLE `tbl_branches`
ADD PRIMARY KEY (`branch_id`);
--
-- Indexes for table `tbl_certificates`
--
ALTER TABLE `tbl_certificates`
ADD PRIMARY KEY (`certificate_id`);
--
-- Indexes for table `tbl_contacts`
--
ALTER TABLE `tbl_contacts`
ADD PRIMARY KEY (`contact_id`);
--
-- Indexes for table `tbl_countries`
--
ALTER TABLE `tbl_countries`
ADD PRIMARY KEY (`country_id`);
--
-- Indexes for table `tbl_countryarticles`
--
ALTER TABLE `tbl_countryarticles`
ADD PRIMARY KEY (`article_id`);
--
-- Indexes for table `tbl_customfields`
--
ALTER TABLE `tbl_customfields`
ADD PRIMARY KEY (`customfield_id`);
--
-- Indexes for table `tbl_enquiries`
--
ALTER TABLE `tbl_enquiries`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `tbl_error_logs`
--
ALTER TABLE `tbl_error_logs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `tbl_events`
--
ALTER TABLE `tbl_events`
ADD PRIMARY KEY (`event_id`);
--
-- Indexes for table `tbl_failed_jobs`
--
ALTER TABLE `tbl_failed_jobs`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `tbl_failed_jobs_uuid_unique` (`uuid`);
--
-- Indexes for table `tbl_faqs`
--
ALTER TABLE `tbl_faqs`
ADD PRIMARY KEY (`faq_id`);
--
-- Indexes for table `tbl_forms`
--
ALTER TABLE `tbl_forms`
ADD PRIMARY KEY (`form_id`);
--
-- Indexes for table `tbl_formsubmissions`
--
ALTER TABLE `tbl_formsubmissions`
ADD PRIMARY KEY (`formsubmission_id`);
--
-- Indexes for table `tbl_galleries`
--
ALTER TABLE `tbl_galleries`
ADD PRIMARY KEY (`gallery_id`);
--
-- Indexes for table `tbl_institutions`
--
ALTER TABLE `tbl_institutions`
ADD PRIMARY KEY (`institution_id`);
--
-- Indexes for table `tbl_menuitems`
--
ALTER TABLE `tbl_menuitems`
ADD PRIMARY KEY (`menu_id`);
--
-- Indexes for table `tbl_menulocations`
--
ALTER TABLE `tbl_menulocations`
ADD PRIMARY KEY (`menulocation_id`);
--
-- Indexes for table `tbl_migrations`
--
ALTER TABLE `tbl_migrations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `tbl_milestones`
--
ALTER TABLE `tbl_milestones`
ADD PRIMARY KEY (`milestone_id`);
--
-- Indexes for table `tbl_news`
--
ALTER TABLE `tbl_news`
ADD PRIMARY KEY (`news_id`);
--
-- Indexes for table `tbl_operation_logs`
--
ALTER TABLE `tbl_operation_logs`
ADD PRIMARY KEY (`operation_id`),
ADD UNIQUE KEY `operation_start_no` (`operation_start_no`);
--
-- Indexes for table `tbl_password_reset_tokens`
--
ALTER TABLE `tbl_password_reset_tokens`
ADD PRIMARY KEY (`email`);
--
-- Indexes for table `tbl_personal_access_tokens`
--
ALTER TABLE `tbl_personal_access_tokens`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `tbl_personal_access_tokens_token_unique` (`token`),
ADD KEY `tbl_personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`);
--
-- Indexes for table `tbl_photos`
--
ALTER TABLE `tbl_photos`
ADD PRIMARY KEY (`photo_id`);
--
-- Indexes for table `tbl_popups`
--
ALTER TABLE `tbl_popups`
ADD PRIMARY KEY (`popup_id`);
--
-- Indexes for table `tbl_preparationclasses`
--
ALTER TABLE `tbl_preparationclasses`
ADD PRIMARY KEY (`preparationclass_id`);
--
-- Indexes for table `tbl_quicklinks`
--
ALTER TABLE `tbl_quicklinks`
ADD PRIMARY KEY (`quicklink_id`);
--
-- Indexes for table `tbl_resources`
--
ALTER TABLE `tbl_resources`
ADD PRIMARY KEY (`resource_id`);
--
-- Indexes for table `tbl_resourcetypes`
--
ALTER TABLE `tbl_resourcetypes`
ADD PRIMARY KEY (`resourcetype_id`);
--
-- Indexes for table `tbl_services`
--
ALTER TABLE `tbl_services`
ADD PRIMARY KEY (`service_id`);
--
-- Indexes for table `tbl_settings`
--
ALTER TABLE `tbl_settings`
ADD PRIMARY KEY (`setting_id`);
--
-- Indexes for table `tbl_shortcodes`
--
ALTER TABLE `tbl_shortcodes`
ADD PRIMARY KEY (`shortcode_id`);
--
-- Indexes for table `tbl_sliders`
--
ALTER TABLE `tbl_sliders`
ADD PRIMARY KEY (`slider_id`);
--
-- Indexes for table `tbl_subscribers`
--
ALTER TABLE `tbl_subscribers`
ADD PRIMARY KEY (`subscriber_id`);
--
-- Indexes for table `tbl_successstories`
--
ALTER TABLE `tbl_successstories`
ADD PRIMARY KEY (`successstory_id`);
--
-- Indexes for table `tbl_teams`
--
ALTER TABLE `tbl_teams`
ADD PRIMARY KEY (`team_id`);
--
-- Indexes for table `tbl_testimonials`
--
ALTER TABLE `tbl_testimonials`
ADD PRIMARY KEY (`testimonial_id`);
--
-- Indexes for table `tbl_users`
--
ALTER TABLE `tbl_users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `tbl_users_email_unique` (`email`);
--
-- Indexes for table `tbl_visas`
--
ALTER TABLE `tbl_visas`
ADD PRIMARY KEY (`visa_id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `tbl_activity_logs`
--
ALTER TABLE `tbl_activity_logs`
MODIFY `activity_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2694;
--
-- AUTO_INCREMENT for table `tbl_articles`
--
ALTER TABLE `tbl_articles`
MODIFY `article_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT for table `tbl_blogs`
--
ALTER TABLE `tbl_blogs`
MODIFY `blog_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=31;
--
-- AUTO_INCREMENT for table `tbl_brancharticles`
--
ALTER TABLE `tbl_brancharticles`
MODIFY `article_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `tbl_branches`
--
ALTER TABLE `tbl_branches`
MODIFY `branch_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `tbl_certificates`
--
ALTER TABLE `tbl_certificates`
MODIFY `certificate_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `tbl_contacts`
--
ALTER TABLE `tbl_contacts`
MODIFY `contact_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `tbl_countries`
--
ALTER TABLE `tbl_countries`
MODIFY `country_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=14;
--
-- AUTO_INCREMENT for table `tbl_countryarticles`
--
ALTER TABLE `tbl_countryarticles`
MODIFY `article_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=65;
--
-- AUTO_INCREMENT for table `tbl_customfields`
--
ALTER TABLE `tbl_customfields`
MODIFY `customfield_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `tbl_enquiries`
--
ALTER TABLE `tbl_enquiries`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=47;
--
-- AUTO_INCREMENT for table `tbl_error_logs`
--
ALTER TABLE `tbl_error_logs`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=130;
--
-- AUTO_INCREMENT for table `tbl_events`
--
ALTER TABLE `tbl_events`
MODIFY `event_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `tbl_failed_jobs`
--
ALTER TABLE `tbl_failed_jobs`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `tbl_faqs`
--
ALTER TABLE `tbl_faqs`
MODIFY `faq_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
--
-- AUTO_INCREMENT for table `tbl_forms`
--
ALTER TABLE `tbl_forms`
MODIFY `form_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `tbl_formsubmissions`
--
ALTER TABLE `tbl_formsubmissions`
MODIFY `formsubmission_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
--
-- AUTO_INCREMENT for table `tbl_galleries`
--
ALTER TABLE `tbl_galleries`
MODIFY `gallery_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `tbl_institutions`
--
ALTER TABLE `tbl_institutions`
MODIFY `institution_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `tbl_menuitems`
--
ALTER TABLE `tbl_menuitems`
MODIFY `menu_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;
--
-- AUTO_INCREMENT for table `tbl_menulocations`
--
ALTER TABLE `tbl_menulocations`
MODIFY `menulocation_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `tbl_migrations`
--
ALTER TABLE `tbl_migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `tbl_milestones`
--
ALTER TABLE `tbl_milestones`
MODIFY `milestone_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `tbl_news`
--
ALTER TABLE `tbl_news`
MODIFY `news_id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `tbl_operation_logs`
--
ALTER TABLE `tbl_operation_logs`
MODIFY `operation_id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=616;
--
-- AUTO_INCREMENT for table `tbl_personal_access_tokens`
--
ALTER TABLE `tbl_personal_access_tokens`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `tbl_photos`
--
ALTER TABLE `tbl_photos`
MODIFY `photo_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=27;
--
-- AUTO_INCREMENT for table `tbl_popups`
--
ALTER TABLE `tbl_popups`
MODIFY `popup_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `tbl_preparationclasses`
--
ALTER TABLE `tbl_preparationclasses`
MODIFY `preparationclass_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;
--
-- AUTO_INCREMENT for table `tbl_quicklinks`
--
ALTER TABLE `tbl_quicklinks`
MODIFY `quicklink_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `tbl_resources`
--
ALTER TABLE `tbl_resources`
MODIFY `resource_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;
--
-- AUTO_INCREMENT for table `tbl_resourcetypes`
--
ALTER TABLE `tbl_resourcetypes`
MODIFY `resourcetype_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `tbl_services`
--
ALTER TABLE `tbl_services`
MODIFY `service_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
--
-- AUTO_INCREMENT for table `tbl_settings`
--
ALTER TABLE `tbl_settings`
MODIFY `setting_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `tbl_shortcodes`
--
ALTER TABLE `tbl_shortcodes`
MODIFY `shortcode_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `tbl_sliders`
--
ALTER TABLE `tbl_sliders`
MODIFY `slider_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT for table `tbl_subscribers`
--
ALTER TABLE `tbl_subscribers`
MODIFY `subscriber_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;
--
-- AUTO_INCREMENT for table `tbl_successstories`
--
ALTER TABLE `tbl_successstories`
MODIFY `successstory_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `tbl_teams`
--
ALTER TABLE `tbl_teams`
MODIFY `team_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `tbl_testimonials`
--
ALTER TABLE `tbl_testimonials`
MODIFY `testimonial_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
--
-- AUTO_INCREMENT for table `tbl_users`
--
ALTER TABLE `tbl_users`
MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `tbl_visas`
--
ALTER TABLE `tbl_visas`
MODIFY `visa_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;